@charset "utf-8";

	@media screen and (max-width: 619px){
		#nav{
			position: absolute;
			bottom: 0;
		}
	}

/*under style
---------------------------------------------*/

#container{
	background:linear-gradient(90deg,rgba(0,0,0,0.4),rgba(0,0,0,0.8)) fixed,url("../images/c_bg.jpg");
}

#mainbox{
	position:relative;
	min-height: 900px;
}
	@media screen and (max-width: 619px){
		#mainbox{
			min-height:auto;
			position:static;
		}
		#program_logo {
			line-height: 0;
		}
	}


#u_header{
	background: url("../images/under/h_bg.png") no-repeat center top;
	height: 262px;
}


#cate_ttl{
	width: 600px;
	margin: 10px auto 0;
	display:block;
}

	@media screen and (max-width: 619px){
		#u_header{
			background: none;
			height: inherit;
		}
	
		#cate_ttl{
			width:70%;
			max-width: 400px;
			clear:inherit;
			margin: 0 auto 0;
			float: inherit;
			display: block;
			position: inherit;
			top:auto;
			right:auto;
			text-align: center;
			background:url("../images/sp/h_bg.png") no-repeat center top / contain;
		}
		
		#cate_ttl img{
			width: 100%;
		}
	}


#container .p_tit{
	width:311px;
	padding:6px 0 0 0;
	display: block;
	position: absolute;
	top:10px;
	left:60px;
}

	@media screen and (max-width: 619px){
		#container .p_tit{
			display:none;
		}
	}

#container .p_tit a{
	line-height: 1;
	display: block;
}
#container .p_tit img{
	line-height: 1;
}

#container .p_tit img:hover{
	filter: brightness(1.4);
	transition : 0.2s; 
}

#nav{
	padding: 6px 0 22px 390px;
	margin: 0;
	text-align: left;
}

#nav ul{
	text-align: left;
}

#nav li{
	margin: 4px 6px;
}
#nav li a{
	height: 42px;
}
#nav li img{
	height: 42px;
}
	@media screen and (max-width: 619px){
		#nav{
			position: absolute;
			bottom: 0;
			padding:4% 0;
		}
		#nav li{
			width:48%;
			margin: 1% 0.5%;
			aspect-ratio: 14/ 3;
			display: inline-block;
			font-size: 14px;	
		}
		#nav li a{
			height: 100%;
			display: block;
			text-align: center;
			width:100%;
		}
		#nav li a img{
			height: 100%;
		}
	}


#contents {
	margin: 10px 16px 10px 0;
	text-align: center;

}


	@media screen and (max-width: 619px){
		#contents{
			padding:1% 2% 0;
		}
	}

article{
	margin: 30px auto 40px auto;
}

	@media screen and (max-width: 619px){
		article{
			margin: 4% auto;
		}
	}


.entrybox {
	width:800px;
	margin: 0 auto;
}

.entrybox02 {
	text-align: center;

}

	@media screen and (max-width: 619px){
		.entrybox {
			width: 100%;
			margin: 0 0 8%;
		}
		.entrybox02 {
			padding: 6px 0 0 0;
			margin: 2% 0;
		}
	
	}

.ent_h{
	padding: 10px 30px;
	border-bottom: solid 4px rgba(255,255,255,0.4);
}

.entrytit{
	color: #bbb;
	font-size: 22px;
	font-weight: 900;
	text-shadow: 1px 1px 0px #ddff3e;
}

	@media screen and (max-width: 619px){
	.ent_h{
			padding: 2% 4%;
			text-align: left;
		}
	}
	
.entrydate {
	padding:0px 0 6px;
	display: inline-block;
	color: #ddff3e;
	font-size: 18px;
	font-weight: 900;
	text-align: left;
}

	@media screen and (max-width: 619px){
		.entrydate {
			padding:0 40px 0 0;
			font-size: 14px;
			line-height: 22px;
		}
	}

.entrytxt {
	clear:both;
	padding: 30px 30px 30px;
	margin: 0 auto 50px;
	min-height: 100px;
	text-align: left;
	text-shadow: 1px 0px 1px #000;
	overflow: hidden;
}

	@media screen and (max-width: 619px){
		.entrytxt {
			padding: 5% 4%;
			margin: 0;
			width:auto;
			min-height: 0;
		}
	}


	@media screen and (max-width: 619px){
	.foot{
		position: absolute;
		bottom:0;
		width:100%;
		height: auto;
	}

}


/*--動画--*/

.mov {
	width: 540px;
	margin: 30px auto 30px;
	background: #000;
	text-align: center;
	position: relative;
}

.mov .mov_free {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.mov .mov_free iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
	@media screen and (max-width: 619px){
		.mov {
			width: 84%;
			margin: 3% auto 3%;
		}
	}

/*--trailer時間変更--*/
.timetxt {
	padding: 8px 20px 8px 20px;
	margin: 10px auto;
	color:#333;
	font-weight:bold;
	background: #ddff3e;
	border-radius: 10px;
	display:table;
	max-width:650px;
}

	@media screen and (max-width: 619px){
		.timetxt {
			padding: 1.5%;
			margin: 2% auto;
			max-width:inherit;
		}
	}
	
/*--ソーシャル--*/
ul.social_area{
	padding:20px 0 6px 30px;
	text-align: center;
}

ul.social_area li{
	display: inline-block;
	padding:4px 0;
	width:120px;
	text-align: left;
}

	@media screen and (max-width: 619px){
		ul.social_area {
			display:none;
		}
		ul.social_area li{
			display:none;
		}
		#sp_social_area{
			padding:2px 0;
		}
		.tx_social_table{
			margin: 0 auto;
		}
	}

/*--パンくずリンク--*/
.breadcrumb{
	margin: 0 0 0 auto;
	padding:6px 30px 0;
	font-size: 14px;
	font-weight: 900;
	color: #fff;
	text-align: right;
}
.breadcrumb a{
	color: #ffea03;
}
.breadcrumb a:hover{
	color: #3ea0e5;
}

@media screen and (max-width: 619px){
	.breadcrumb{
		padding:1% 2%;
		margin: 0px;
		width:auto;
		position: inherit;
		right:auto;
		bottom:auto;
	}
}


.mov_st{
	width:600px;
	margin: 20px auto 0 auto;
}

@media screen and (max-width: 619px){
	.mov_st{
		width:auto;
	}
}