
main{
	padding-bottom: 0;
}


/** main_mv **/

#main_mv{
	position: relative;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background-color: #000;
}

.mvbt{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	color: #fff;
	height: calc(100vh - 54px);
	cursor: pointer;
	background: url(./img/girl.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}
.mvbt:hover{
	text-decoration: none;
}

.mvbt > img{
	width: 100%;
	height: auto;
}

.mvbt > span{
	width: 150px;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 15px;
	margin-top: 18px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.mvbox{
	position: relative;
	width: 100%;
	height: 100vh;
}

.mvbox video{
	width: 100vw;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


#slider{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 10px 0;
}

#slider img{
	width: 100%;
	max-width: 610px;
}

#thum{
	font-size: 0;
	line-height: 0;
}

#thum li{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 6);
}

#thum li img{
	width: 100%;
	height: auto;
}


/** cover **/

#cover{
	font-size: 0;
	line-height: 0;
	padding: 10px;
}

.cv{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
}

.cv_l,
.cv_r{
	display: table-cell;
	vertical-align: top;
}

.cv_l{
	width: 135px;
}

.cv_l a{
	position: relative;
	display: inline-block;
	padding: 1px;
	border: 1px solid #c30d23;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cv_l .pre_icon{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: 2px;
	left: 2px;
}
.cv_l .pre_icon img{
	width: 118px;
	height: auto;
}

.cv_r{}

.cv_r .name{
	font-size: 16px;
	line-height: 24px;
}

.cv_r .name span{	color: #333;}

.cv_r .size{
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 2px 0;
}

.cv_r .size span{	color: #d3af6f;}

.cv_r .time{
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background: #cc0000;
}

.cv_r .txt{
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0 0 0;
}


/** news **/

#news{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #222;
}

#news_box{
	text-align	: left;
}

#news_box .news_li{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	color: #fff;
	padding: 5px 0;
	border-bottom	: 1px dotted #222;
}
#news_box .news_li:last-child{	border-bottom: none;}

#news_box .news_li .icon,
#news_box .news_li .text{
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#news_box .news_li .icon{
	width: 75px;
	padding: 0 10px;
}
#news_box .news_li .icon span{
	display: inline-block;
	vertical-align: top;
	width: 55px;
	font-size: 10px;
	text-align: center;
	border-radius: 3px;
}

.icon1{	background: #ff7e00;}
.icon2{	background: #b09114;}
.icon3{	background: #488b24;}
.icon4{	background: #1e817b;}
.icon5{	background: #0f5f9c;}
.icon6{	background: #3841b7;}
.icon7{	background: #5f37c4;}
.icon8{	background: #cc23d2;}
.icon9{	background: #e7000b;}
.icon10{	background: #fa408a;}
.icon11{	background: #208c4b;}


#news_box .news_li .day{
	width: 87px;
	padding: 0 0 0 5px;
}

#news_box .news_li .text{
	padding: 0 10px 0 0;
}


/** schedule **/

#schedule_bg{
	text-align: left;
	overflow: hidden;
}
#schedule{
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#schedule{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 10px 0;
	padding: 0 5px;
}

#schedule .cbox{
	display: inline-block;
	width: 160px;
	color: #fff;
	margin: 0 5px;
	position: relative;
}

#schedule .cbox > img{
	width: 100%;
	height: auto;
}

#schedule .cbox .pre_icon{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 211px;
	left: 2px;
}
#schedule .cbox .pre_icon img{
	width: 156px;
	height: auto;
}

#schedule .cbox div{
	text-align: left;
	background: rgba(0, 0, 0, 0.7);
}

#schedule .cbox div p{
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
}

#schedule .cbox div p span{
	color: #c30d23;
}

#schedule .cbox div p em{
	color: #d3af6f;
}

#schedule .cbox div p.time{
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	text-align: center;
	color: #d3af6f;
	border: 1px solid #222;
	background: #0a0100;
	border-radius: 9px;
	margin: 0 1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#schedule .cbox .icon{
	display: inline-block;
	position: absolute;
	bottom: 41px;
	right: 0;
}


/** slider_event **/

#slider_event{
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#slider_event img{
	width: 100%;
	height: auto;
}


/** mv_dx **/

.mv_dx{
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
}

.mv_dx_in{
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.mv_dx_in > iframe{
	width: 100%;
	height: 256px;
}

.mv_dx .bt1{
	font-size: 16px;
	line-height: 34px;
	border-radius: 17px;
	padding: 0;
}


/** bnr **/

.bnr{
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.bnr span,
.bnr a{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px 5px;
}

.bnr img{
	width: 100%;
	max-width: 350px;
	height: auto;
}

#bnr2{
	padding: 0 5px;
}

#bnr2 a{
	width: calc(50% - 10px);
}

#bnr2 a img{
	width: 100%;
	height: auto;
}

#f_movie_sp{
	margin: 10px 0 5px;
}

#f_banner{
	margin-bottom: 15px;
}



.bnr_line1{
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

.bnr_line1 img{
	width: 100%;
	height: auto;
}

#widget_blog{
	text-align: center;
	margin-bottom: 10px;
}
#widget_etc{
	text-align: center;
	margin-bottom: 10px;
}