@charset "UTF-8";
body{
	background-color: #EFEFEF;
	color: #333333;
}

img{
	width:100%;
}

i{
	margin: 0 0.5rem;
}

*,
*:before,
*:after {
	margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* メインビジュアル 
----------------------------------------*/

.main_wrap{
	width: 100%;
	height: auto;
	background-image: url(../img/main_bg_pc_back.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	background-repeat: no-repeat;
	}

.main{
	width: 100%;
	height: auto;
	background-image: url("../img/main_bg_pc.jpg");
	background-size: cover;
	background-position: top;
	display: flex;
	justify-content: center;
	/*align-items: flex-end;*/
	margin-bottom: 0rem;
	background-repeat: no-repeat;
}

.main h1{
	width:100%;
	/*max-width: 1600px;*/
	max-width: 2000px;
	margin: 0 auto;
}



@media only screen and (max-width: 750px) {
.main{
	/*background-image: url("../img/main_bg_sp.png");*/
}

.main h1{
	width:100%;
	max-width: 100%;
}
	
}

#on_air{
    width: 100%;
    color: #ffffff;
    background: #634434;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
	font-family: "LINE Seed JP", sans-serif;
	background-image: url(../img/on_air_bg.jpg);

	background-repeat: repeat-x;
	padding: 2rem 0;
}

#on_air img{
	width: 541px;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 750px) {

#on_air{
	padding: 1.4rem 0;
}

#on_air img{
	width:80%;
}
	
}


/*コンテンツ
---------------------*/

#contents{
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}

#contents_wrap{
	padding: 0;
	margin: 0 auto;

}

section{
	width: 100%;
	margin: 0rem auto 6rem;
}

section.overview{
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/overview_bg_pc.jpg);

	background-repeat: repeat;
	padding: 8rem 0 0;
	background-position: bottom;
	background-size: contain;
}

section.cast{
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/overview_bg_pc.jpg);

	background-repeat: repeat;
	padding: 8rem 0 0;
	background-position: bottom;
	background-size: contain;
}

section.program{
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/overview_bg_pc.jpg);

	background-repeat: repeat;
	padding: 0 0 12rem;
	background-position: bottom;
	background-size: contain;
}

.cont_wrap{
	max-width: 1100px;
	margin: 0 auto;
}

/* 見出しタイトル */

.midashi01{
	width: 100%;
    font-size: 2.4rem;
    text-align: center;

	/*font-family: "LINE Seed JP", sans-serif;
	
	font-optical-sizing: auto;
    font-weight: 300;*/
    letter-spacing: 0.25rem;
    position: relative;
    display: inline-block;
    margin: 0 auto 6rem;
}

.midashi01:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 50px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #634434;
}

.midashi01.ttl_overview .subttl_overview,
.midashi01.ttl_starring .subttl_starring,
.midashi01.ttl_program .subttl_program{
	font-family: "Momo Signature", cursive;
	font-style: normal;
    color: #634434;

	position: relative;
	color:#634434;
	/*text-shadow:1px 1px 1px rgba(0,0,0,0.3);*/
}

.midashi01.ttl_overview img{
	width: 261px;
	display: block;
	margin: 0 auto;
}

.midashi01.ttl_starring img{
	width: 118px;
	display: block;
	margin: 1rem auto 0;
}

.midashi01.ttl_program img{
	width: 279px;
	display: block;
	margin: 1rem auto 0;
}


h3{
	font-size: 3rem;
	font-weight: bold;
	color: #634434;
	/*color: #fff100;*/
	text-align: center;
	margin-bottom: 1rem;
	font-family: "LINE Seed JP", sans-serif;
}


@media only screen and (max-width: 750px) {
#contents{
	width: 100%;
	margin: 0 auto;
}

#contents_wrap{
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

section{
	margin: 0rem auto;
}

section.overview{
	width: 100%;
	margin: 0 auto;

	padding: 6rem 1.5rem 0;
}

section.cast{
	width: 100%;
	margin: 0 auto;

	padding: 6rem 1.5rem 6rem;
	}

section.program{
	width: 100%;
	margin: 0 auto;

	padding: 0 1.5rem 6rem;
}

.cont_wrap{
	max-width: 100%;
}

.midashi01.ttl_overview img{
	width: 60%;
}

.midashi01.ttl_starring img{
	width: 25%;
}

.midashi01.ttl_program img{
	width: 65%;
}

}



/* 概要
---------------------*/

.overview_text{
	font-family: "LINE Seed JP", sans-serif;
	text-align: center;
	color: #452f2e;
	font-weight: normal;
	font-size: 2.4rem;
	line-height: 2;
	letter-spacing: 0.2rem;
	margin: 0 auto 6rem;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}


@media only screen and (max-width: 750px) {
.overview_text{
	font-size: 2rem;
}

}


@media only screen and (max-width: 390px) {
.overview_text{
	font-size: 1.8rem;
}

}


/* ラジコ
---------------------*/
.radiko_box{
	max-width: 1100px;
}

.detail{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.detail a {		
	/*text-decoration: none; */
	color: #66ccff;
}

.detail p img{
	display: block;
	margin: 0 auto;
}

.before_release{
	padding-top: 0.5rem;
	text-align: right;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.detail .overviews_txt{
	font-size: 1.8rem;
	text-align: center;
	line-height: 2;
}

@media only screen and (max-width: 750px) {

.radiko_box{
	max-width: 100%;
}

.detail{
	width: 100%;
	padding: 1em auto;
	font-size: 1.4rem;
}


.detail .overviews_txt{
	font-size: 1.6rem;

}

}


/* 出演者
---------------------*/

.flex_wrap {
	width: 100%;	
	display: flex;
	justify-content: space-between;
	padding: 0;
	}

.maincast{
	width: 46%;
    margin: 0 auto 6rem;
	font-family: "LINE Seed JP", sans-serif;
	color: #452f2e;
}

.maincast .photo{
	width: 100%;
	margin: 0 0 1rem;
}

.maincast .profile{
	width: 100%;
	text-align: left;
	padding-bottom: 15px;
	border-radius: 5px;
}

.maincast .profile .name{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1em;
}

.maincast .profile .profile_detail{
	font-size: 1.8rem;
}


@media only screen and (max-width: 750px) {
.flex_wrap {
	display: block;
}

.maincast{
	width: 100%;
    margin: 0 auto 3rem;
}

.maincast:nth-child(2){
	width: 100%;
    margin: 0 auto;
}

.maincast .photo{
	width: 100%;
}

.maincast .profile{
	width: 100%;
	margin-top: 2em;
	padding: 0 1.5rem;
}

.maincast .profile .name{
	font-size: 18px;
}


}

/* プログラム
---------------------*/

/*プログラム*/
.box_program{
	width: 100%;
	padding: 3rem 2rem;
	color: #333333;
	font-size: 1.6rem;
	background: #fff;
	font-family: "LINE Seed JP", sans-serif;
}

.box_program dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.5rem;
}

.box_program dt {
	background-color: #50362c;
	width: 28%;
	border: 1px solid #cccccc;
	padding: 2rem;
	color: white;
}

.box_program dd {
	width: 70%;
	border: 1px solid #cccccc;
	padding: 2rem;
	background: #fff;
  	color: #452f2e;
}

.box_program p{
	margin-bottom: 2rem;
}

.box_cast{
    width: 100%;
}

.box_cast_ttl{
	margin-bottom: 2.5rem;
	padding: 1rem;
	background-color: #efefef;
	font-weight: bold;
}

.box_cast ul{
	display: flex;
	
	margin-bottom: 2rem;
	border-bottom: dotted 1px #ccc;
}

.box_cast li{
	list-style: none;
	margin-right: 3rem;
	/*width:  48%;*/
	width:  30%;
}

@media only screen and (max-width: 750px) {
	
.box_program{
	font-size: 1.4rem;
	background: #fff;
	padding: 1rem;
}

.box_program dl {
	flex-direction: column;
  }

.box_program dl:last-child {
	margin-bottom: 0;
  }

.box_program dt {
  width: 100%;
}

.box_program dd {
  width: 100%;
}
	
	.box_cast{
    width: 100%;
}

.box_cast li{
	width: 50%;
	margin-right: 0;
}

}

.popup_txt{
    width: 100%;
	margin: 1rem auto;
}

.popup_txt img{
    width: 100%;
}

/* ボタンのCSS　*/

.box_message_btn{
	width: 100%;
	text-align: center;
}

.box_message_btn a{
	color: white;
	/*text-decoration: none;*/
}

.box_message_btn a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

.btn-icon {
	display: inline-block;
	width: 60%;
	margin: 2rem auto;
	background-color: mediumvioletred;
	font-size: 2.6rem;
	text-decoration: none;
	font-weight: bold;
	padding: 2.5rem 0;
	border-radius: 45px;
	position: relative;
	text-align: center;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.btn-icon:hover {
  opacity: 0.8;
}

.audiobook_img{
	width: 40%;
  margin-bottom: 2rem;
}


@media only screen and (max-width: 750px) {
.btn-icon {
	width: 100%;
	font-size: 1.6rem;
	padding: 1.5rem;
}

.audiobook_wrap{
	width: 100%;
}

.btn_audiobook p{
	width: 100%;
}

.audiobook_img{
	width: 70%;
}

}


/*ラジコ ボタン*/
.radiko_btn{
	width: 100%;
	text-align: center;
	margin:0 auto;  
}

#linklist li img{
    width: 500px;
	height: auto;
	margin-bottom: 1rem;
}

.message_txt{
	margin-top: 1rem;
}


@media screen and (max-width: 768px) {
#linklist li img{
    width: 80%;
}

.message_txt{
	text-align: left;
	font-size: 1.2rem;
}

}


/* PCのみ表示
------------------------------*/
@media only screen and (max-width: 750px) {

	.for_pc{
		display: none;
	}
	
}

/* スマホのみ表示
------------------------------*/

@media only screen and (min-width: 751px) {

	.for_sp{
		display: none;
	}
	
}

/*------------------------------
表示・非表示管理（）
本体のcommon.cssに記述あり
【非表示】.disp_none
【PC非表示】.pc_none
【SP非表示】.sp_none
------------------------------*/




/* header/footer --------------------*/

.header_simple {
   background: #333333;
}

.footer_simple {
    background: #333333;
}

.footer_simple .copyright{
	color: #ffffff;
}