@charset "utf-8";
/* CSS Document */


/*/////////// MV ////////////*/
.mv2 .wrap {
	background-color: rgba(34,34,34,0.10);
}


/*/////////// セクション1 ////////////*/
.vr_img {
    position:relative;
    width:100%;
	height:0;
    padding-top:75%;
}

.vr_img iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

@media (min-width:768px) {
	.vr_img {
		margin-left: auto;
		margin-right: auto;
	}
	
	.vr_img iframe {
		width:86%;
		height:86%;
		left:7%;
	}
}	
