/* =================================
 movie
================================= */

main #main-image,
main #main-image02 {
	position: relative;
	/*width: 100%;*/
	/*padding-top: 56.25%;*/
	text-align:center;
	background: #000000;
}

main #main-image video,
main #main-image02 video {
	width: 80%;
	vertical-align: bottom;
	/*position: absolute;
	top: 0;
	left: 0;
	height: 100%;*/
}

@media (max-width: 767px) {

main #main-image {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 50px;
}

main #main-image02 {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

main #main-image video,
main #main-image02 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

}