/* common */

.modal02{
display: none;
height: 100vh;
position: fixed;
top: 0;
left:0;
width: 100%;
z-index:99999999;
}
.modal__bg{
background: rgba(0,0,0,0.8);
height: 100vh;
position: absolute;
width: 100%;
}
.modal__content{
background: #fff;
left: 50%;
padding: 40px;
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
width: 60%;
}

.modal__content03{
background: #fff;
left: 50%;
padding: 20px 20px 40px 20px;
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
height:98%;
}


/* 4–Ê‹LŽ–
------------------------------------------------------------*/
.thumbWrap04{
width:100%;
margin:10px 0 15px;
clear:both;
}

.thumbWrap04 li{
float:left;
width:50%;
margin:0;
padding:2px 0 10px;
background:none;
text-align:center;
display:block;
}

.thumbWrap04 li img{
margin:0 auto;
width:90%;
height:auto;
}

@media only screen and (max-width:800px){

.modal__content{
background: #fff;
left: 50%;
padding: 20px 0;
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
width: 90%;
}
.modal__content03{
background: #fff;
left: 50%;
padding: 20px 0;
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
width:94%;
height:auto;
}

.thumbWrap04 ul {
padding-right:30px;
}

.thumbWrap04 li{
float:left;
width:50%;
margin:10px auto 5px auto;
padding:2px 0 10px;
background:none;
text-align:center;
}

.thumbWrap04 li img{
margin:0 auto;
width:96%;
height:auto;
}

}

a.js-modal-close{
text-decoration:underline;
text-align:center;
color:#FFF;
}
#btn_cz{
text-align:center;
margin:0 auto;
background:#333333;
padding:15px 30px;
color:#FFFFFF;
width:120px;
}

#btn_cz a{
color:#FFFFFF;
}
#btn_cz a:hover{
color:#CCCCCC;
}

.btn-buy{
	background-color: ;
	color: #fff;
	text-decoration: none;
	padding: 1em 2em;
	border: 3px solid #fff;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.10);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.10);
}

#movie_box{
width:500px;
margin:15px auto;
border:1px solid #666666;
padding:20px 15px;
text-align:center;
font-size:16px;
font-weight:bold;
line-height:1.8;
}

@media only screen and (max-width:530px){
#movie_box{
width:94%;
margin:15px auto;
border:1px solid #666666;
padding:15px 10px;
text-align:center;
font-size:15px;
font-weight:bold;
line-height:1.8;
}
}

.aoiro{ background:#5B9BD5;}
