/* ページ読み込み時に開くウィンドウ用 */
#op_win {
	width: 100%;
	width:calc(100% + 20px);
	height:100%;
	position:fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0, 0.9);
	*zoom: 1;
	display: none;
	z-index: 1201;
	overflow-y: auto;
}
.close_btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	background-image:url(../t_img/btn_close.svg) ;
	background-position:0 0 ;
	background-repeat:no-repeat ;
	z-index: 1205;
}
#op_win .close_btn{right: 20px;}
.close_win {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1202;

 }
#movieArea{
	position:relative;
	margin:50px auto 0 auto !important;
	transform: translateX(-10px);
	z-index: 1203;
}

.mov_list{
	position:relative;
	margin: 10px auto 0 auto;
	width: 100%;
	z-index:1204;
	text-align: center;
}
.mov_list ul li{
	display: inline-block;
	padding: 5px 30px;
	margin: 10px 5px;
	background-color: #631A92;
	text-align: center;
	font-size: .14rem;
	color: #ffffff;
}
.mov_list ul li:nth-child(odd){background-color: #0011B4;}
.mov_list ul li:hover, .close_btn:hover{
	cursor: pointer;
	opacity: .7;
}

section#movie div#moviePlayer {
	position: relative;
	margin:0 auto;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	background-color: #000000;
}
section#movie div#moviePlayer div{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
