@charset "utf-8";

/*----------あにてれリンクバナー----------*/

.anibnr {
	padding: 10px;
	background: #d8d7d7;
	text-align: center;
}
.anibnr a {
	display: block;
	margin: 0 auto;
	width: 900px;
}
	@media screen and (max-width: 619px){
		.anibnr a {
			width: auto;
		}
	}

/*----------全体----------*/

#container {
	height: 1190px;
	background: url("../images/top/kv_frame.png") no-repeat right bottom, url("../images/top/kv.jpg") no-repeat right bottom;
}	
	@media screen and (max-width: 619px){
		#container {
			height: auto;
			background: none;
		}
	}
	
/*----------フッター----------*/

#copyright {
	position: absolute;
	width: 690px;
	right: 0;
	bottom: 10px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	line-height: 1.6;
}
	@media screen and (max-width: 619px){
		#copyright {
			position: static;
			width: auto;
			padding: 0 2% 2%;
			text-align: left;
		}
	}

/*----------ロゴ----------*/

h1 {
	position: absolute;
	width: 690px;
	right: 0;
	top: 20px;
}
h1 img {
	margin: 0 auto;
}
.legotime {
	position: absolute;
	right: 13px;
	top: 22px;
}
	@media screen and (max-width: 619px){
		h1 {
			position: static;
			width: auto;
		}
		.legotime {
			position: static;
			display: none;
		}
	}

/*----------SP見出し----------*/

.sp_ttl {
	display: none;
}
	@media screen and (max-width: 619px){
		.sp_ttl {
			display: block;
			margin: 3% 0 4%;
		}
	}
	
/*----------放送文言----------*/

.onairtxt_pc {
	position: absolute;
	width: 690px;
	right: 0;
	top: 295px;
	text-align: center;
}
.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: #fdd000;
		}
		.onairtxt span {
			background: none;
			width: 100%;
			height: auto;
			color: #000;
			font-size: 0.8em;
			line-height: 1.2;
			font-weight: normal;
		}
	}

/*----------時間変更----------*/

.time_change {
	margin: 0;
	padding: 6px 0;
	text-align: center;
	background: #e60012;
}
	@media screen and (max-width: 619px){
		.time_change {
			display: none;
		}
		.onairinfo {
			margin: 0;
			padding: 8px 0;
			font-size: 0.8em;
			text-align: center;
			color: #fff;
			background: #e60012;
		}
	}

/*----------新着情報----------*/

.news_b {
	position: absolute;
	width: 260px;
	height: 275px;
	top: 10px;
	padding: 86px 9px 9px 22px;
	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 {
			position: static;
			width: auto;
			height: auto;
			margin: 0 0 5%;
			padding: 0;
			background: none;
		}
		.news_b:before {
			position: static;
			content: none;
		}
		.news_b li {
			margin: 0 auto;
		}
	}
#news.slide-wrapper {
	overflow: auto;
	width: 100%;
	height: 180px;
	padding-bottom: 12px;
	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: 8px;
	color: #000;
}
.glide__slide:last-child a .program_contents {
	margin-bottom: 0;
}
.glide__slide .program_day {
	color: #e60012;
}
	@media screen and (max-width: 619px){
		#news.slide-wrapper {
			border: solid 3px #fdd000;
			width: auto;
			height: auto;
			margin: 0 auto;
			padding: 0;
		}
		.slider {
			width: 100%;
			display: table;
			table-layout: fixed;
			overflow: hidden;
			position: relative;
		}
		.slide-wrapper .glide__arrows {
			display: block;
			background: #fdd000;
		}
		.glide__wrapper {
			background: #fff;
		}
		.glide__slide a {
			text-shadow: none;
		}
		.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 3px #fdd000;
}
.program_next table tr td {
	color: #e60012;
}
.program_next table tr .program_title {
	color: #000;
}

/*----------ソーシャル----------*/

ul.social {
	position: absolute;
	bottom: 20px;
	width: 260px;
	padding: 20px 0;
	font-size: 0;
	text-align: center;
	background: #fff;
	border-radius: 6px;
}
ul.social li {
	display: inline-block;
	margin: 0 !important;
	padding: 0;
	text-align: center;
	width: 120px;
}
	@media screen and (max-width: 619px){
		.tx_social_table {
			margin: 0 auto;
		}
		ul.social {
			display: none;
		}
		#sp_social_area {
			margin: 0 0 5% !important;
		}
	}
