@charset "utf-8";
/* CSS Document */
.sp {
	display:none!important;
}


@media screen and (max-width: 767px) {
.pc {
	display:none!important;
}
.sp {
	display:block!important;
}
	.iframe_moviebox {
		position: relative;
		width: 100%;
		padding: calc(360/ 640 * 100%) 0 0;
	}
	.iframe_moviebox iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.movie_area figure {
		width: 100%;
	}
}