.videoWrap{
	height: 0;
	padding-bottom: 56.25%;
	width: 100%;
	position: relative;
}
.videoWrapEntry{
	margin-top: 15px;
}
.videoWrap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.modal-video-movie-wrap{
	position: relative;
}
.modal-video-close-btn{
	width: 50px;
	height: 50px;
	position: absolute;
	top: -50px;
	right: -50px;
}


@media screen and (max-width: 780px){
/* SP */
.modal-video-close-btn{
	width: 50px;
	height: 50px;
	position: absolute;
	top: -80px;
	right: 10px;
}

}