@charset "utf-8";

@media screen and (max-width: 768px) {
body	{
	margin: 0;
	background: url("../images/bg_main.jpg");
	background-size: contain;
	background-attachment: fixed;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	font-size: 16px;
	color: #fff;
}
img {
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
}
a {
	text-decoration: none;
	color: #33a7a4;
}
a:hover {
	text-decoration: none;
	color: #33a7a4;
}
	
/* mv-------------------------------------------------------- */

#header  {
	position: relative;
	width: 100%;
	height: 0;
	background: url("../images/bg_header.jpg") no-repeat top center;
	background-size: cover;
	padding-bottom: 104%;
	border-bottom-right-radius: 100% 100px;
	border-bottom-left-radius: 100% 100px;
	margin-left: -5%;
	margin-right: -5%;
	padding-left: 5%;
	padding-right: 5%;
	overflow: hidden;
}
#header h1 {
	position: absolute;
	top: 20%;
    left: -50%;
	right: -50%;
	margin: 0 auto;
	width: 80%;
	height: 0;
	padding-bottom: 35.8%;
	background: url("../images/logo.png") no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
}

.btn_h_area {
	position: absolute;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	top: 64%;
    left: -50%;
	right: -50%;
	width: 60%;
	max-width: 1440px;
	z-index: 10;
}
.btn_h {
	width: 23%;
}
.btn_h a:hover img{
	transform: scale(1.1);
	transition: all 0.8s;
}
/* ---------------------------------------------------------- */

/* ov-------------------------------------------------------- */
#ov {
	width: 100%;
	margin: 0px 0 0;
	padding: 60px 0 80px;
	box-sizing: border-box;
	z-index:20;
}
#ov .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.ttl_ov {
	margin: 0 0 20px;
	padding: 0;
	font-size: 40px;
	font-family:  "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: 400;
	line-height: 1.6;
	color: #72c3a1;
	text-align: center;
}
.txt_ov {
	margin: 0 0 30px;
	padding: 0;
	font-size: 16px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: 400;
	line-height: 2.0;
	color: #72c3a1;
	text-align: center;
}
.btn_area {
	margin: 0 0 0;
	display: flex;
	justify-content: center;
}
/*== ボタン共通設定 */
.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
   	border: 2px solid #72c3a1;/* ボーダーの色と太さ */
    padding: 25px 180px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
	border-radius: 60px;
	box-sizing: border-box;
}

/*ボタン内spanの形状*/
.btn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#72c3a1;
}

.btn:hover span{
	color:#023931;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
	background: #72c3a1;
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
/* ---------------------------------------------------------- */

/* podcast--------------------------------------------------- */
#podcast {
	position: relative;
	width: 100%;
	margin: 0px 0 0;
	padding: 0px 0 100px;
	box-sizing: border-box;
	z-index:20;
}
#podcast .inner {
	width: 96%;
	margin: 0 auto;
	padding: 0;
}
.base_podcast {
	width: 100%;
	margin: 0 auto 40px;
	padding: 40px;
	background: rgba(255,255,255,0.1);
	border-radius: 20px;
	box-sizing: border-box;
}
.ct_podcast {
	margin: 0 0 20px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.ct_podcast_left {
	width: 30%;
	margin: 0;
}
.ct_podcast_right {
	width: 64%;
	margin: 0;
}
.img_pcicon {
	width: 100%;
	margin: 0 0 10px;
}
.pc_link {
	width: 100%;
	margin: 0;
}
.btn_pclink a {
	width: 100%;
	height: 40px;
	margin: 0 0 10px;
	display: block;
	background-color: #028d78;
	font-family:  "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: 700;
	color: #023931;
	padding: 0.7rem 2rem;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border-radius: 6px;
	box-sizing: border-box;
}
.ttl_pc {
	margin: 0 0 10px;
	padding: 0;
	font-size: 30px;
	font-family:  "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	text-align: left;
}
.txt_pc {
	margin: 0 0 40px;
	padding: 0;
	font-size: 14px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: 400;
	line-height: 2.0;
	color: #fff;
	text-align: left;
}
.personality {
	margin: 0 0 6px;
	padding: 0;
	font-size: 20px;
	font-family:  "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: 400;
	line-height: 1.6;
	color: #fff;
	text-align: left;
}
.personality_name {
	margin: 0 0 40px;
	padding: 0;
	font-size: 14px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: 400;
	line-height: 2.0;
	color: #fff;
	text-align: left;
}
.playlist {
	width: 100%;
	margin: 0;
}
/* ---------------------------------------------------------- */

/* footer---------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 0 0;
	padding: 40px 0;
	background: #028d78;
}
.logo_footer {
	width: 20%;
	margin: 0 auto 20px;
}
.copy {
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #023931;
}
/* ---------------------------------------------------------- */


	
}

