/* 動画モーダルレイアウトCSS */
.modal-playerWrapper {
	position: relative;
	padding-top: 56.25%;
}

.modal-playerWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.mfp-close-customed {
	position: fixed;
	top:20px;
	right:20px;
	cursor:pointer;
}




/* モバイルレイアウト */
@media screen and (max-width: 640px) {
	.mfp-close-customed {
	position: absolute;
		top: -40px;
		left: auto;
		right: 10px;
		width: 30px;
		margin-left: 0;
	}
	
	.mfp-close-customed img {
		width:100%;
	height:auto;
	}
}

.modal-movieArea {
	margin: 0 auto;
	width: 1000px;
}




/* ウィンドウが動画幅である1000pxを超えたらレスポンシブ */
@media screen and (max-width: 1000px) {
	.modal-movieArea {
		width: 100%;
	}
}