@charset "UTF-8";
body{
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

img{
	width:100%;
}

i{
	margin: 0 0.5rem;
}

*, *:before, *:after {
    box-sizing: border-box;
}

/* メインビジュアル 
----------------------------------------*/

#main{
	width: 100%;
	height: auto;
	/*background: url("../img/main_bg_pc.png") #c1ff72;*/
	background: url("../img/main_bg_pc.png") #beff58;
	background-size: cover;

	background-position: center;
	background-repeat: no-repeat;

	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 0rem;
}

#main h1{
	width:100%;
	max-width: 1400px;
	margin: 0 auto;
}


@media only screen and (max-width: 750px) {
#main{
	/*background-image: url("../img/main_bg_sp.png");*/
}

#main h1{
	width:100%;
}
	
}

/*放送時間-*/
.on_air{
	padding: 0.5rem;
	width:100%;
	background-color:#000000;

	color: #ffffff;
	font-size: 4.4rem;
	text-align: center;
	/*margin-bottom: 6rem;*/

	font-family: "vdl-logomaru-jr", sans-serif;
	font-weight: bold;
	font-style: normal;

	letter-spacing: 0.3rem;
}

.on_air_time{
	margin: 0 auto 6rem;
	display: block;
	width: 800px;
	height: auto;
}

.numbers_font {
	font-family: "vdl-logomaru-jr", sans-serif;
	font-weight: 600;
	font-style: normal;
    font-weight: bold;

    letter-spacing: 0.5rem;
}

.on_air_small{
	font-size: 80%;
}


@media only screen and (max-width: 750px) {

.on_air{
	font-size: 2.2rem;
	}

.on_air_time{
	margin: 0 auto 3rem;
	display: block;
	width: 90%;
	height: auto;
}

}


/*コンテンツ
---------------------*/

#contents{
	width: 100%;
	padding: 0;
	margin: 0;
	/*background: #ffe000;*/
}

section{
	width: 100%;
	margin: 0rem auto;
}

.cont_wrap{
	width: 1100px;
	max-width: 1300px;
	margin: 0 auto;
}

.cont{
	padding: 8rem 0 0;
}

.midashi01{
	font-family: "vdl-logomaru-jr", sans-serif;
    font-weight: 600;
    font-size: 5.4rem;

    text-align: center;
    margin: 0 auto 6rem;
    color: #ffffff;
    text-shadow:rgb(0, 0, 0) 1px 6px 0px,
    rgb(0, 0, 0) 2.83487px 0.981584px 0px,
    rgb(0, 0, 0) 2.35766px 1.85511px 0px,
    rgb(0, 0, 0) 1.62091px 2.52441px 0px,
    rgb(0, 0, 0) 0.705713px 2.91581px 0px,
    rgb(0, 0, 0) -0.287171px 2.98622px 0px,
    rgb(0, 0, 0) -1.24844px 2.72789px 0px,
    rgb(0, 0, 0) -2.07227px 2.16926px 0px,
    rgb(0, 0, 0) -2.66798px 1.37182px 0px,
    rgb(0, 0, 0) -2.96998px 0.42336px 0px,
    rgb(0, 0, 0) -2.94502px -0.571704px 0px,
    rgb(0, 0, 0) -2.59586px -1.50383px 0px,
    rgb(0, 0, 0) -1.96093px -2.27041px 0px,
    rgb(0, 0, 0) -1.11013px -2.78704px 0px,
    rgb(0, 0, 0) -0.137119px -2.99686px 0px,
    rgb(0, 0, 0) 0.850987px -2.87677px 0px,
    rgb(0, 0, 0) 1.74541px -2.43999px 0px,
    rgb(0, 0, 0) 2.44769px -1.73459px 0px,
    rgb(0, 0, 0) 2.88051px -0.838247px 0px;
}

.midashi01 .txt_adjust_kanzi{
	letter-spacing: 1rem;
}

.midashi01 .txt_adjust_kana{
	letter-spacing: 0.5rem;
}

.cont_txt{
	text-align: center; 
	font-size: 2.4rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	transform:rotateZ(0.03deg);
}


@media only screen and (max-width: 750px) {
	
#contents{
	width: 100%;
	margin: 0 auto;
}

#contents_wrap{
	width: 100%;
	padding: 0;
	margin: 0 auto 6rem;
}

section{
	margin: 0rem auto;
}

.cont{
	padding: 4rem 0 0;
}

.cont_wrap{
	width: 100%;
	max-width: 100%;
}

.midashi01{
	font-family: "vdl-logomaru-jr", sans-serif;
    font-weight: 600;
    font-size: 3.8rem;
    margin: 0 auto 3rem;
}

.cont_txt{
	font-size: 2rem;

}

}

/* ボタンの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;
}

/* 番組へのメッセージ */
.box_message_txt{
	text-align: center;
}

@media only screen and (max-width: 750px) {

.cont{
	width: 90%;
	margin: 0 auto;
}


.btn-icon {
	width: 100%;
	font-size: 1.6rem;
	padding: 1.5rem;
}

}


/* コンテンツ
----------------------------------------*/

/* 番組概要 */


.overview{
	background: #fdda00;
	padding: 0 0 10rem;
}


/* メッセージはこちら */
.message{
	background: #78e2ea;
	padding: 0 0 10rem;
	position: relative;
}

section.message:before,
section.corner:before,
section.profile:before,
section.program:before{
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    display: block;
}

section.message:after {/*画像を絶対配置*/
  position: absolute;
  content: '';
  top: -18px;
  left:0;
  display: block;
  width: 100%;/*幅*/
  height: 100px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url(../img/message_bg.png);
  background-size: auto;
  background-repeat: repeat-x;
  }

 section.corner:after {/*画像を絶対配置*/
  position: absolute;
  content: '';
  top: -18px;
  left:0;
  display: block;
  width: 100%;/*幅*/
  height: 100px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url(../img/corner_bg.png);
  background-size: auto;
  background-repeat: repeat-x;
  }


 section.profile:after {/*画像を絶対配置*/
  position: absolute;
  content: '';
  top: -18px;
  left:0;
  display: block;
  width: 100%;/*幅*/
  height: 100px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url(../img/profile_bg.png);
  background-size: auto;
  background-repeat: repeat-x;
  }

 section.program:after {/*画像を絶対配置*/
  position: absolute;
  content: '';
  top: -18px;
  left:0;
  display: block;
  width: 100%;/*幅*/
  height: 100px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url(../img/message_bg.png);
  background-size: auto;
  background-repeat: repeat-x;
  }

.message_short_txt{
	margin: 0 0 4rem;
}

.sns_box{
	/* width: 35%; 3列 */ 
	width: 25%; /* 2列 */
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.sns_box li{
	width: 83px;
	height: auto;
}

.sns_box li img{

}

.sns_box li a img{
	position:relative;
	top:0;
}
.sns_box li a img:hover{
	top:-10px;
	transition:0.3s;
	opacity:0.8;
}

@media only screen and (max-width: 750px) {

/* 番組概要 */
.overview {
    padding: 0 0 6rem;
}

/* メッセージはこちら */
.message{
	padding: 0 0 6rem;
}

.sns_box{
	width: 60%;/* 3列 */ 
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sns_box li{
	width: 30%;
}

.sns_box li img{
	width: 100%;
}

section.message:after {/*画像を絶対配置*/
  position: absolute;
  content: '';
  top: -18px;
  background-size: auto;
  }

 section.corner:after {/*画像を絶対配置*/
  position: absolute;
  content: '';
  top: -18px;
  background-size: auto;
  }


 section.profile:after {/*画像を絶対配置*/
  position: absolute;
  content: '';
  top: -18px;
  background-size: auto;
  }

 section.program:after {/*画像を絶対配置*/
  position: absolute;
  content: '';
  top: -18px;
  background-size: auto;
  }

}


/* コーナー概要 */
.corner{
	background: #ff90a0;
	padding: 0 0 10rem;
	position: relative;
}

.corner_box{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;

	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;

    padding: 0;
}

.corner_box li{
	width: 480px;
	/*flex-shrink: 0;*/
	padding: 2rem 2rem 4rem;

	position: relative;
	background-color: #ffffff;
	border: solid 2px #000000;
	border-radius: 25px;
	margin: 0 auto 4rem;
}

.corner_box li:nth-child(2n){
	/*margin-right:0;*/
}

.corner_box li:nth-last-child(-n+2){
	margin: 0 auto;
}

.corner_img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 1rem;
}

.corner_detail{
	width: 100%;
}

.corner_detail .corner_name{
	text-align: center;
	color: #fa3f59;

	font-family: "vdl-logomaru-jr", sans-serif;
    font-weight: 400;
    font-size: 2.8rem;
}

.corner_detail .corner_ttl{
	font-size: 2.4rem;
	margin-bottom: 0.5rem;
	font-weight: bold;
}

.corner_detail .corner_ttl span.font_s15{
	font-size: 1.5rem;
}

.corner_detail .corner_txt{
	font-size: 1.8rem;
	line-height: 2;
}

.corner_detail .corner_name span.font_s16{
	font-size: 1.6rem;
}

.corner_detail .corner_name span.font_s15{
	font-size: 1.5rem;
	letter-spacing: -0.5px;
}

.corner_detail .corner_name span.font_s14{
	font-size: 1.4rem;
}

.corner_name{
	font-size: 2rem;
	color: #02a091;
	margin-bottom: 1rem;
}

@media only screen and (max-width: 750px) {
.corner{
	padding: 0 0 6rem;
}

.corner_box{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;

	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.corner_box li{
	width: 100%;
	/*flex-shrink: 0;*/
	padding: 2rem;
	margin: 0 auto 2rem;
}

.corner_box li:nth-last-child(-n+2){
	margin: 0 auto 2rem;
}

.corner_box li:last-child{
	margin: 0 auto 0;
}

.corner_detail .corner_txt{
	line-height: 1.8;
}

}


/* プロフィール */

.profile{
	background: #fdda00;
	padding: 0 0 10rem;
	position: relative;
	}

.profile_cont{
	width: 100%;
	max-width:100%;
	margin: 0 auto;
    padding: 0;
	}

.profile_wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: no-wrap;
	margin: 0 auto 6rem;
	}

/* 逆順 */
.box_reverse {
	flex-direction: row-reverse;
	margin: 0 auto 0;
	}

.profile_box_photo{
	width: 45%;
	}

.profile_box_photo img{
	/*border-radius: 10px;*/
	}

.profile_box_txt{
	font-family: "M PLUS Rounded 1c", sans-serif;
	transform:rotateZ(0.03deg);
	width: 50%;
	text-align: left;
	}

.profile_box_txt p{
	font-size: 1.8rem;
	color: #000;
	line-height: 1.8;
	}

.profile_box_txt > p.profile_name{
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.profile_box_txt > p.profile_name.fs_small{
	font-size: 2.4rem;
}


@media screen and (max-width: 768px) {

.profile{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 6rem;
}

.profile_cont{
	width: 100%;
	max-width: 100%;
}

.profile_wrap{
	width: 100%;
	display: block;
	margin: 0 auto 6rem;
}

/* 逆順 */
.box_reverse {
		margin: 0 auto 0;
	}

.profile_box_photo{
	width: 100%;
}

.profile_box_photo img{
	width: 100%;
	display: block;
	margin: 0 auto 2rem;
}

.profile_box_txt{
	width: 100%;

}

.profile_box_txt p{
	/*font-size: 1.4rem;*/

}

.profile_box_txt > p.profile_name{
	font-size: 2.4rem;
	padding-top: 0;
}

.profile_box_txt > p.profile_name.fs_small{
	font-size: 2rem;
}

}

/* プロフィール Xボタン */

.sns_box_profile{
	width: 100%;
	padding: 0;
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: nowrap;
	}

.sns_box_profile li{
	padding:0;
	margin-right: 2rem;
}

.sns_color{
	/*color: #000000;*/
}

.fa-instagram-square{
	padding-top: 0.4rem;

}

/* twitterを X へ変更 */
.fa-twitter-square:before {
    content: '𝕏' !important;
    font-family: sans-serif !important;
    font-weight: bold;
}

.ico_show-room{
	width: 38px;
}

@media screen and (max-width: 768px) {

/* プロフィール Xボタン */	

.sns_box_profile{
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.fa-instagram-square{
	padding-top: 0.4rem;

}

.ico_show-room{
	width: 12%;
}

}

/* 関連番組 */

.program{
	background: #78e2ea;
	padding: 0 0 10rem;
	position: relative;
	}

.program_cont{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
    padding: 4rem 0 2rem;
	}

.program_wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: no-wrap;
	margin: 0 auto 4rem;
	}

.tv_koukousei_bnr{
	width: 510px;
	height: 270px;
	margin: 0 auto 2rem;
}

.tv_koukousei_bnr img{
	width: 100%;
	display: block;
	}

.tv_koukousei_bnr a{ background:#ffffff; }
.tv_koukousei_bnr a img:hover{
	opacity:0.5;
	transition:0.3s;
}

.program_txt{
	font-family: "M PLUS Rounded 1c", sans-serif;
	transform:rotateZ(0.03deg);
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.8;
}


/*ラジコ ボタン*/

.radiko_btn{
	width: 100%;
	text-align: center;
	margin:0 auto 4rem; 
}

#linklist li img{
    width: 502px;
	height: auto;
	margin-bottom: 2rem;
}

.message_txt{
	margin: 2rem 0;
	font-size: 2rem;
}

@media screen and (max-width: 768px) {

/* 関連番組 */

.program{
	padding: 0 0 6rem;
	}

.program_cont{
	width: 100%;
	max-width: 100%;
    padding: 0;
}

.tv_koukousei_bnr{
	width: 100%;
	height: auto;
}

/*ラジコ ボタン*/

#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;
}