@charset "utf-8";

/*----------公式サイトバナー----------*/

.bnr_official {
	margin: 10px 0 25px;
}
	@media screen and (max-width: 619px){
		.bnr_official {
			width: 280px;
			margin: 0 auto 4%;
		}
	}
	
/*----------コンテンツエリア----------*/

#contents {
	padding-bottom: 20px;
	background: url("../images/top/kv.jpg") no-repeat center 110px #fff;
}
	@media screen and (max-width: 619px){
		#contents {
			padding-bottom: 0;
			background: none;
		}
	}
	
/*----------ロゴ----------*/

h1 {
	position: absolute;
	left: 210px;
	top: 1206px;/*1025*/
}
	@media screen and (max-width: 619px){
		h1 {
			position: static;
		}
	}
	
/*----------放送文言----------*/

.onairtxt_pc {
	display: flex;
	width: 100%;
	height: 105px;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 1096px;/*916*/
}
.onairtxt {
	display: none;
}
	@media screen and (max-width: 619px){
		.onairtxt_pc {
			display: none;
		}
		.onairtxt {
			margin: 0;
			padding: 8px 0;
			line-height: 1;
			display: block;
			white-space: nowrap;
			text-align: center;
			background: #607e63;
		}
		.onairtxt span {
			background: none;
			width: 100%;
			height: auto;
			color: #fff;
			line-height: 1.2;
			font-weight: normal;
		}
	}

/*----------SP見出し----------*/

.sp_ttl {
	display: none;
}
	@media screen and (max-width: 619px){
		.sp_ttl {
			display: block;
			text-align: center;
			margin-bottom: 4%;
			padding: 1% 0;
			background: url("../images/sp/sp_ttl_bg.jpg") no-repeat center center / cover;
		}
	}

/*----------時間変更----------*/

.time_change {
	margin: 0;
	padding: 6px 0;
	text-align: center;
	background: #4c4c4c;
}
	@media screen and (max-width: 619px){
		.time_change {
			display: none;
		}
		.onairinfo {
			margin: 0;
			padding: 8px 0;
			text-align: center;
			color: #fff;
			background: #4c4c4c;
		}
	}

/*----------新着情報----------*/

.news_b {
	width: 330px;
	height: 200px;
	margin: 0 20px 20px auto;
	padding-left: 105px;
	background: url("../images/top/top_news_bg.png") no-repeat left top;
	box-sizing: border-box;
}
.news_b li {
	margin: 0;
	padding: 0;
}
	@media screen and (max-width: 619px){
		.news_b {
			width: auto;
			height: auto;
			margin: 0;
			padding-left: 0;
			background: none;
		}
		.news_b li {
			margin: 0 auto;
		}
	}
#news.slide-wrapper {
	overflow: auto;
	width: 100%;
	height: 200px;
	padding: 10px 10px 10px 0;
	box-sizing: border-box;
}
.slide-wrapper .glide__arrows{
	display: none;
}
.slide-container {
	display: block;
}
#news.slide-wrapper h3 {
	display: none;
}
#news.slide-wrapper .flip-arrow {
	display: none;
}
#news .flip-list {
	width: 100%;
	margin: 0;
}
.glide__slide-container p {
	color: #fff;
}
.slide-container .flip-viewport .flip-list .glide__slide {
	float: none;
	width: 100%;
	margin: 0;
}
.glide__slide a {
	text-decoration: none;
	line-height: 1.4;
	text-shadow: 2px 1px #fff;
}
.glide__slide a .program_contents {
	margin-bottom: 8px;
	color: #222;
}
.glide__slide:last-child a .program_contents {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.glide__slide .program_day {
	color: #7a73c8;
	font-weight: bold;
}
	@media screen and (max-width: 619px){
		#news.slide-wrapper {
			border: solid 2px #cac7e9;
			width: auto;
			height: auto;
			margin: 0 auto 5%;
			padding: 0;
		}
		.slider {
			width: 100%;
			display: table;
			table-layout: fixed;
			overflow: hidden;
			position: relative;
		}
		.slide-wrapper .glide__arrows {
			display: block;
			background: #cac7e9;
		}
		.glide__wrapper {
			background: #fff;
		}
		.glide__slide a .program_contents {
			margin-bottom: 0;
		}
	}

/*----------SP次回予告----------*/

.program_nexttrailer {
	display: none;
}
	@media screen and (max-width: 619px){
		.program_nexttrailer {
			display: block;
			margin-bottom: 5% !important;
		}
	}		
.program_next {
	background: #fff;
	border: solid 2px #cac7e9;
}
.program_next table tr td {
	color: #7a73c8;
}
.program_next table tr .program_title {
	color: #222;
}
	
/*----------ソーシャル----------*/

ul.social {
	padding-left: 20px;
}
ul.social li {
	margin-bottom: 15px !important;
	padding: 0;
	width: 120px;
	text-align: left;
}
	@media screen and (max-width: 619px){
		.tx_social_table {
			margin: 0 auto;
		}
		ul.social {
			display: none;
		}
		#sp_social_area {
			margin: 0 0 4% !important;
		}
	}
