@charset "utf-8";

/*----------コンテンツエリア----------*/

#contents {
	width: 730px;
	margin: 0 0 0 auto;
	height: 1305px;
	background: url("../images/top/kv.jpg") no-repeat center 120px, -webkit-linear-gradient(left, rgba(255, 255, 255, 0.08) 50%, transparent 50%) #8496e5;
	background: url("../images/top/kv.jpg") no-repeat center 120px, -o-linear-gradient(left, rgba(255, 255, 255, 0.08) 50%, transparent 50%) #8496e5;
	background: url("../images/top/kv.jpg") no-repeat center 120px, linear-gradient(to right, rgba(255, 255, 255, 0.08) 50%, transparent 50%) #8496e5;
	background-size: auto, 20px 20px;
	border-left: 10px solid #fff;
}	
	@media screen and (max-width: 619px){
		#contents {
			position: relative;
			width: 100%;
			height: auto;
			margin: 0;
			background: none;
			border-left: none;
		}
		#contents:before {
			position: fixed;
			content: "";
			background: url("../images/bg_line.svg") no-repeat center top / cover;
			top: 0;
			left: 0;
			width: 100%;
			height: 100vh;
			z-index: -1;
		}
	}
	
/*----------ロゴ----------*/

h1 {
	position: absolute;
	left: 430px;
	top: 402px;
}
	@media screen and (max-width: 619px){
		h1 {
			position: static;
		}
	}
	
/*----------放送文言----------*/

.onairtxt_pc {
	position: absolute;
	width: 730px;
	height: 128px;
	right: 0;
	top: 1025px;
	text-align: center;
	border-bottom: 10px solid #fff;
}
.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: #ed6f94;
		}
		.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: 3%;
			padding: 2.5% 0 2%;
			background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.08) 50%, transparent 50%) #8496e5;
			background: -o-linear-gradient(left, rgba(255, 255, 255, 0.08) 50%, transparent 50%) #8496e5;
			background: linear-gradient(to right, rgba(255, 255, 255, 0.08) 50%, transparent 50%) #8496e5;
			background-size: 20px 20px;
			border-top: 5px solid #fff;
			border-bottom: 5px solid #fff;
		}
		.sp_ttl img {
			height: 38px;
		}
	}

/*----------時間変更----------*/

.time_change {
	margin: 0;
	padding: 6px 0;
	text-align: center;
	background: #e52b61;
}
	@media screen and (max-width: 619px){
		.time_change {
			display: none;
		}
		.onairinfo {
			margin: 0;
			padding: 8px 0;
			text-align: center;
			color: #fff;
			background: #e52b61;
		}
	}

/*----------新着情報----------*/

.news_b {
	width: 730px;
	padding-left: 180px;
	border-bottom: 10px solid #fff;
	background: url("../images/top/top_news_ttl.png") no-repeat 14px 34px;
	box-sizing: border-box;
}
.news_b li {
	margin: 0;
	padding: 0;
}
	@media screen and (max-width: 619px){
		.news_b {
			width: auto;
			padding-left: 0;
			border-bottom: none;
			background: none;
		}
		.news_b li {
			margin: 0 auto;
		}
	}
#news.slide-wrapper {
	overflow: auto;
	width: 100%;
	height: 110px;
	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;
}
.glide__slide a .program_contents {
	margin-bottom: 7px;
	padding: 0 0 7px 7.2em;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.glide__slide:last-child a .program_contents {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.glide__slide .program_day {
	float: left;
	color: #f4e80c;
	font-weight: bold;
}
	@media screen and (max-width: 619px){
		#news.slide-wrapper {
			border: solid 2px #8496e5;
			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: #8496e5;
		}
		.glide__wrapper {
			background: #fff;
		}
		.glide__slide a .program_contents {
			margin-bottom: 0;
			padding: 0;
			color: #222;
		}
		.glide__slide .program_day {
			float: none;
			color: #8496e5;
		}
	}

/*----------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 #8496e5;
}
.program_next table tr td {
	color: #8496e5;
}
.program_next table tr .program_title {
	color: #222;
}

/*----------公式バナー----------*/

.bnr {
	position: absolute;
	top: 1168px;
	left: 250px;
	width: 730px;
	text-align: center;
}
	@media screen and (max-width: 619px){
		.bnr {
			position: static;
			width: auto;
			margin-bottom: 5%;
		}
	}
	
/*----------ソーシャル----------*/

ul.social {
	width: 220px;
	height: 148px;
	padding: 28px 0 0 55px;
	font-size: 0;
	background: url("../images/top/top_share_bg.png") no-repeat left top;
	box-sizing: border-box;
}
ul.social li {
	display: inline-block;
	margin: 0 0 20px !important;
	padding: 0;
	width: 120px;
}
	@media screen and (max-width: 619px){
		.tx_social_table {
			margin: 0 auto;
		}
		ul.social {
			display: none;
		}
		#sp_social_area {
			margin: 0 0 4% !important;
		}
	}
