@charset "utf-8";
* {
	margin: 0;
	padding: 0;	
}
/* 静止画 */
div#mainVisual {
	position:relative;
	width: 100%;
}
#mainVisual div { 
	position: absolute;
	width: 250px;
	left: 50%;
	bottom: 0;
	margin-left: -125px;
	text-align: center;
}
#mainVisual div img {
	display: block;
	margin: 0 auto;
}
#mainVisual img.skip {
	display: none;
	position: absolute;
	left: 30px;
	bottom: 30px;
	cursor: pointer;
	z-index: 2;
}

/* 動画 */
#top_video{
	display: none;
	position: fixed;
	top: 0; 
	left: 0;
	min-height: 100%;
	width: auto;
	height: auto;
	background-size: cover;
	z-index: 1;
}
p.playBtn {
	cursor: pointer;
	width:250px;
	height:250px;
	background:url(../image/play_h.png) no-repeat center top;
	margin-bottom:50px;
}
p.playBtn:hover {
	background:url(../image/play_h.png) no-repeat center bottom;	
}

/* コンテンツ */
div#contents {
	position: relative;
	width: 100%;
	background: fff;
	padding:0;
	margin:0;
	z-index: 3;
}