@charset "utf-8";
/* CSS Document */

/*-------------------------------------------
コンテンツ全体｜スナックワールド
-------------------------------------------*/

#rClm {
	background: #331a0a;
	height: 1036px;
	/*background: #331a0a;
	height: 1486px;*/
}
@media screen and (max-width: 619px){
	#rClm {
	background: none;
	min-height: 0;
	height: auto;
}
}

/* 時間変更 */
.time_change{ /*★*/
    text-align:center; 
	margin:0 auto; 
	padding:3px 0; 
	background:#5b3523;
}
@media screen and (max-width: 619px){
	.time_change {
		display: none;
	}
}

.onairinfo{ 
    background:#EF4062; 
	margin: 0 0 0; 
	padding:5px 0; 
	font-size:0.8em; 
	color:#FFF;
	text-align:center;
	display:block; 
}

/* 放送文言 */
#onairtxt{
	display:none;
}


	@media screen and (max-width: 619px){
		
		#onairtxt{
			background:#4a2b18;
			margin:0;
			padding:5px 0;
			line-height:1;
			display:block;
			white-space:nowrap;
		}
		#onairtxt h2{
			background:none;
			width:100%;
			height:auto;
			color:#fff;
			font-size:0.8em;
			line-height:1.2;
			font-weight:normal;
		}
}

/* ロゴ */
#swLogo {
	position: absolute;
	top: 180px;
	right: 170px;
}

#program_logo h1 {
	display: none;
}

@media screen and (max-width: 619px){
	#swLogo {
	display: none;
}
}

/* キービジュアル */
#swKV {
	background: url(../images/kv.jpg) no-repeat 0;
	width: 660px;
	height: 941px;
}
@media screen and (max-width: 619px){
	#swKV {
	display: none;
}
}

/*おしらせ*/
#newsbg {
	width:660px;
	height:128px;
	position:absolute;
	top:995px;
	right:0;
	margin:0;
	padding:20px 28px 20px 155px;
	background:url(../images/news_frame.png) no-repeat 0 0;
}

#newsbg .title {
	position: absolute;
	top: 17px;
	left: 20px;
}

.slide-wrapper{ 
    display:block;
}

#news{ 
    margin: 0;
	padding:0;
	overflow:auto;
	width:500px;
	height:95px;
}

.slide-wrapper .glide__arrows{ 
    display:none;
}

.slide-container {　
    display: block;	
	width: 100%;
}

#news.slide-wrapper .flip-arrow {
	display: none;
}
.slide-container .flip-viewport {
	overflow:auto;
	display:block;
}
.flip-list {
	width:100%;
	margin: 0;
}

.glide__wrapper { /*PC*/
}

.glide__track { /*PC*/
	overflow:hidden;
}

.glide__track li a,.glide__track li a:hover {
	padding: 0;
	display: block;
}

.glide__slide a .program_contents{  /*おしらせテキスト*/
    padding:4px 10px 3px 130px;
	margin:0;
	color:#f4f0e4; 
	font-weight:normal; 
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height:1.6em;
	width:100%;
	border-bottom: 1px dotted #6b432a;
}
.glide__slide .program_day{ /*おしらせ日付*/
	color:#85b7e1; 
	font-weight: 500;
	font-size: 18px;
	font-family: 'Montserrat', "メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	text-decoration:none; 
	padding:4px 0 3px 25px;
	margin:0;
	line-height:1.3em;
	text-shadow: 0 0 2px #000;
	float: left;
	background: url(../images/list_icon.png) no-repeat left center;
}
.glide__slide .program_day span{ 
    display:none;
}

@media screen and (max-width: 619px){
	#program_new_logo {
	margin:0 0 10px;
	}
	
	#program_new_logo img {
	width: 100%;
	}
	
	#newsbg {
	background:none;
	position:static;	
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	border: none;
}

#newsbg .title {
	display:none;
}

.slide-wrapper{
	border: solid 1px #958050 !important; /*全体ボーダー*/
	box-sizing:border-box;
	width: 90% !important;
	height:auto;
	margin: 0 auto 15px auto !important;
	padding:0;
	line-height:1.5;
	top:inherit;
	left:inherit;
	text-align:left;
	overflow:inherit;
}

#news{ 
    width: auto; 
	height: auto; 
	margin: 0 auto;
	padding:0;
	overflow:inherit;
}

.slide-wrapper .glide__arrows{
	display:block;
	background-color:#958050; /*矢印背景*/
}

.slider{
	width:100%;
	display:table;
	table-layout:fixed;
	overflow:hidden;
	position:relative;
	/*border-left: solid 1px #fff; 内側境界線*/
	/*border-right: solid 1px #fff; 内側境界線*/
}

.glide__wrapper{
	background:rgba(255,255,255, 1); /*テキストエリア背景*/
}
	
.glide__track li a,.glide__track li a:hover {
	padding: 0;
}

.glide__track li a:hover {
	background: none;
}

.glide__slide a .program_contents{  /*おしらせテキスト*/
    padding:3px 0 0 10px;
	margin:0 3px 0 0; 
	border: none;
	color: #664a0d;
	font-size: 15px;
}
.glide__slide .program_day{ /*おしらせ日付*/
	padding:0 0 3px 20px;
	margin:0;
	float: none;
	line-height:1em;
	text-shadow: none;
	font-size: 16px;
}
}

/* 次回予告 */
.program_nexttrailer {
	display:none;
}

@media screen and (max-width: 619px){
	.program_nexttrailer {
	display:block;
}

.program_nexttrailer_logo {
	margin:15px 0 10px;
}
	
.program_nexttrailer_logo img {
	margin: 0;
	width:100%;
}
	
.program_next{ 
    border: solid 1px #958050; 
	background:rgba(255,255,255, 1);
	margin:0 auto !important;
	width:90% !important;
}		
.program_next table tr td { /*日付*/
	color:#77a1c6;
	font-weight: 500;
	font-family: 'Montserrat', 'Noto Sans Japanese',"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	font-size: 16px;
}
	
.program_next table tr .program_title {
    color:#664a0d;
	font-weight:normal !important;
	font-size: 15px;
	padding: 3px 0 0 3px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
	
.program_bangumiinfo_logo img{
	paddingm:0px;
	margin: 0;
	text-align:center;
	width:100%;
}
	
.program_degitalcont img{
	paddingm:0px;
	margin: 0;
	-align:center;
	width:100%;
}
}

/*動画配信*/
.mvBox {
	background:url(../images/mv_frame.png) no-repeat 0 0;
	text-align: center;
	width: 264px;
	height: 196px;
	margin: 20px 28px 0;
	padding: 49px 0 0 0;
}

.mvBox .mv {
}

.mvBox .mv img{    
	width:241px;
	height:auto;
}

.mvBoxTit {
	display: none;
}

.mvBoxTit span {
	display:none;
}

@media screen and (max-width: 619px){
	.mvBox  {
	background:none;
	text-align: center;
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
}
	
	.mvBox .mv img{    
	width:100%;
	height:auto;
		margin: 0 auto;
}
	
.mvBoxTit {
	display: block;
	width: 70%;
	margin: 0 auto 10px;
}

	
}


/*social
------------------*/

#social{
	width:100%; 
	/*height:32px;*/
	margin:0 auto 10px; 
	padding:0;
	/*background:#eee;*/
	text-align:center;
}
.so01, .so02, .so03{
	width:120px; 
	margin:0 auto; 
	display:inline-block;
	vertical-align:central;
}

iframe.twitter-share-button {
	width:120px!important;
}

@media screen and (max-width: 619px){
	.tx_social_table {
	margin: 0 auto;
}

#social {
	display:none;
}

#sp_social_area {
    padding:0;
	margin:0 0 10px 0 !important;
	display:block !important;
	}
}



/*--あにてれ--*/
.anitele_bnr{
	text-align:center;
	background:#332f31;
	padding:10px 0;
}

.anitele_bnr a{
	display:block;
	margin:0 auto;
	width:900px;
}

.anitele_bnr a:hover,
.anitele_douga a:hover{
	opacity:0.8;
}

	@media screen and (max-width: 619px){
		.anitele_bnr{
			width:100%;
			padding:2% 0;
		}
		.anitele_bnr a{
			width:96%;
		}
	}
	
	
.anitele_douga{
	text-align: center;
	padding:0 0 16px 0;
	margin: 10px 0 0 auto;
	width:668px;
	box-sizing: border-box;
	position: absolute;
	top:1130px;
	right:0;
	width:660px;
}

.anitele_douga p{
	padding:0;	
}

.anitele_thum{
	padding: 10px 0 0 0;
}
.anitele_thum img{
	border: solid 6px #fff;
}

	@media screen and (max-width: 619px){
	.anitele_douga{
		padding:0 0 16px 0;
		margin: 10px auto;
		width:100%;
		box-sizing: border-box;
		position:inherit;
		top:auto;
		right:auto;
		width:auto;
	}
	
		.anitele_thum img{
			border: none;
			width:94%;
		}
	}