@charset "utf-8";

body	{
	margin: 0;
	background-color: #fff;
	background: url("../images/bg_main.jpg");
	background-size: contain;
	background-attachment: fixed;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #33a7a4;
}
a:hover {
	text-decoration: none;
	color: #33a7a4;
}


/* mv-------------------------------------------------------- */

#header  {
	position: relative;
	width: 100%;
	height: 1000px;
	background: url("../images/bg_header.jpg") no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
	border-bottom-right-radius: 100% 200px;
	border-bottom-left-radius: 100% 200px;
	margin-left: -5%;
	margin-right: -5%;
	padding-left: 5%;
	padding-right: 5%;
}
#header h1 {
	position: absolute;
	top: 20%;
    left: -50%;
	right: -50%;
	width: 1002px;
	height: 448px;
	margin: 0 auto;
	background: url("../images/logo.png") no-repeat top center;
	text-indent: 120%;
	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: 70%;
    left: -50%;
	right: -50%;
	width: 680px;
	max-width: 1440px;
	z-index: 10;
}
.btn_h {
	width: 140px;
}
.btn_h a:hover img{
	transform: scale(1.1);
	transition: all 0.8s;
}

/* ---------------------------------------------------------- */

/* ov-------------------------------------------------------- */
#ov {
	width: 100%;
	margin: 0px 0 0;
	padding: 100px 0 80px;
	box-sizing: border-box;
	z-index:20;
}
#ov .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_ov {
	margin: 0 0 20px;
	padding: 0;
	font-size: 48px;
	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 40px;
	padding: 0;
	font-size: 20px;
	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: 18px;
	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: 30px 240px;
    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: 1100px;
	margin: 0 auto;
	padding: 0;
}
.base_podcast {
	width: 100%;
	margin: 0 auto 40px;
	padding: 50px;
	background: rgba(255,255,255,0.1);
	border-radius: 20px;
	box-sizing: border-box;
}
.ct_podcast {
	margin: 0 0 40px;
	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: 320px;
	margin: 0;
}
.ct_podcast_right {
	width: 630px;
	margin: 0;
}
.img_pcicon {
	width: 320px;
	margin: 0 0 10px;
}
.pc_link {
	width: 100%;
	margin: 0;
}
.btn_pclink a {
	width: 100%;
	height: 50px;
	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: 1rem 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: 36px;
	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: 16px;
	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: 24px;
	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: 16px;
	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 {
	position: relative;
	width: 100%;
	margin: 0 0 0;
	padding: 60px 0;
	background: #028d78;
	z-index:20;
}
.logo_footer {
	width: 201px;
	margin: 0 auto 20px;
}
.copy {
	font-size: 14px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: 400;
	text-align: center;
	color: #023931;
}
/* ---------------------------------------------------------- */

