
.cnt{	padding-top: 30px;}
.cnt > div:nth-of-type(even){	background: rgba(2, 17, 54, 0.7);}


/** slide **/

#slide{
	position: relative;
	background: rgba(0, 0, 0, 0.7);
	padding: 0 0 30px 0;
}
#slide img{
	width: 100%;
	height: auto;
}
#slide .slider img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#slide .slick-prev,
#slide .slick-next{
	width: 30px;
	height: 30px;
	font-size: 0;
	line-height: 0;
	border: 0;
	outline: 0;
	position: absolute;
	bottom: -30px;
	z-index: 2;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#slide .slick-prev{
	left: 0 !important;
	background: url(img/l.png) no-repeat 50% 50%;
	background-size: 25px auto;
}
#slide .slick-next{
	right: 0 !important;
	background: url(img/r.png) no-repeat 50% 50%;
	background-size: 25px auto;
}

.slick-dots{
	width: 100%;
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: -20px;
}
.slick-dots li{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.slick-dots button{
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.2);
}
.slick-active button{ background: #fff; }


/** list **/

#schedule{	padding: 40px 0 20px 0;}
#newface{	padding: 40px 0 0 0;}
#schedule .s_title,
#newface .s_title{
	margin-left: 20px;
	margin-right: 20px;
}

.list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 0;
	line-height: 0;
	padding: 0 17.5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.list .cbox{
	position: relative;
	width: calc(100% / 3 - 35px);
	max-width: calc(100% / 3 - 35px) !important;
	margin: 0 17.5px 30px 17.5px;
}
.list .cbox:hover{
	text-decoration: none;
}

.list .cbox .img{
	position: relative;
	overflow: hidden;
}

.list .cbox .img img{
	width: 100%;
	height: auto;
}

.list .cbox .txt{
	text-align: left;
	padding: 5px 0 0 0;
}

.list .cbox .name{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size:min(4vw, 20px);
	line-height: 1.2;
	margin: 0 0 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list .cbox .name a{	color: currentColor;}
.list .cbox .size{
	font-size:min(2.3vw, 11px);
	line-height: 1.2;
}
.list .cbox .time{
	font-size: 14px;
	color: #7a93d1;
	line-height: 1.2;
}
.list .cbox .time span{
	position: relative;
	bottom: -2px;
	font-size: 14px;
	line-height: 1;
}
.list .cbox .icon{
	width: 100px;
	font-family: "FontB";
	font-size: 13px;
	line-height: 1;
	text-align: right;
	color: #7a93d1;
	position: absolute;
	top: 43px;
	left: -58px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform:rotate(-90deg);
}
.list .cbox .staybox{	margin-top: 3px;}
.list .cbox .staybox .stay_a,
.list .cbox .staybox .stay_b{
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	padding: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list .cbox .staybox .stay_a{
	border: 1px solid currentColor;
}
.list .cbox .staybox .stay_b{
	color: #000;
	background: #fff;
}

#newface .list{
	display: block;
	font-size: 0;
	line-height: 0;
	width: auto;
	height: auto;
	padding-bottom: 40px;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: scroll;
	text-align: left;
}
#newface .list .cbox{
	display: inline-block;
	vertical-align: top;
	width: calc(90% / 3 - 20px);
	min-width: 97px;
	margin: 0 10px !important;
}


/** news **/

#news{
	padding: 40px 20px;
}
#news ul{	margin-bottom: 40px;}
#news li{}
#news li a{
	position: relative;
	display: block;
	color: currentColor;
	text-align: left;
	padding: 13px 0;
	border-bottom: 1px dotted #353841;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#news li a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#news li a p:nth-of-type(1){
	font-size: 16px;
	line-height: 20px;
}
#news li a p:nth-of-type(2){
	font-size: 11px;
	line-height: 14px;
	color: #7a93d1;
}


/** twit **/

#twit{	padding: 40px 20px;}
#twit_in{
	font-size: 0;
	line-height: 0;
}


/** maga **/

#maga{	padding: 40px 20px;}
#maga_in{
	font-size: 0;
	line-height: 0;
}


/** review **/

#review{	padding: 40px 20px;}

.rvbox{
	margin: 0 0 30px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvbox dl{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	margin: 0 0 10px 0;
}
.rvbox dt{
	width: 50px;
	padding: 0 10px 0 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvbox dt a{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}
.rvbox dt a img{
	width: 40px;
	height: auto;
}

.rvbox dd{
	width: calc(100% - 50px);
	font-size: 11px;
	line-height: 18px;
	text-align: left;
}
.rvbox dd span{	color: #999;}
.rvbox dd a{	color: currentColor; text-decoration: underline;}
.rvbox dd a:hover{	text-decoration: none;}

.rvbox .rv_score{
	font-size: 16px;
	line-height: 25px;
	text-align: left;
}
.rvbox .rv_score em{	color: #ffcc00;}
.rvbox .rv_score span{	color: #666;}

.rvbox h4{
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #7a93d1;
	text-align: left;
}
.rvbox .rv_txt{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	.list .cbox{
		width: calc(100% / 2 - 20px);
		max-width: calc(100% / 2 - 20px) !important;
		margin: 0 10px 20px 10px;
	}
	#newface .list .cbox{
		width: calc(94% / 2 - 20px);
	}
	#newface .list::-webkit-scrollbar{
		display: none;
	}

}
