@charset "UTF-8";
.top_main_ph1_bg{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	
	
	/*background: rgba(229,49,52,1.00);*/
}
.top_main_ph1_bg img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 641px) {
.top_main_ph1_bg{
	width: 76%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}
}

.top_main_ph1_bg.m01{
	clear: both;
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.top_main_ph1_bg.m01 iframe{
	clear: both;
	width: 920px;
	height: 520px;
	margin: 0 auto;
	padding: 0;
	position: relative;

}
@media print, screen and (max-width: 750px) {
.top_main_ph1_bg.m01{
	width: 650px;
	height: auto;
	margin: 0 auto;
}
.top_main_ph1_bg.m01 iframe{
	clear: both;
	width: 650px;
	height: 362px;
	margin: 0 auto;
	padding: 0;
	position: relative;

}
}


/***

トップ　ビジュアル下スペース調整

***/
.contents_full{
	width: 250px;
	height: auto;
	margin: 20px auto 0;
	position: relative;
	top: 0;
	z-index: 99;
	
}

.movie_close_btn{
	width: 30px;
	height: auto;
	margin: 20px auto 0;
}
.movie_close_btn img{
	width: 100%;
	height: auto;
}

#play{
	width: 100px;
	height: auto;
	cursor: pointer;
	float: left;
	margin: 0 0 20px;
}
#stop{
	width: 100px;
	height: auto;
	cursor: pointer;
	float: right;
	margin: 0 0 20px;
}
#skip{
	width: 100px;
	height: auto;
	cursor: pointer;
	float: left;
	margin: 0 0 20px;
}

#replay{
	width: 100px;
	height: auto;
	cursor: pointer;
	float: right;
	margin: 0 0 20px;
}

