@charset "UTF-8";

body.home #wrapper {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}

#bg {
	width:100%;
	height:100% !important;
	min-height:100%;
	overflow:hidden;
	position:absolute;
	z-index:5;
}

#bg img.mobiImg { display:none;position:fixed;}

/*
#dummy { 
	z-index:3;
}
*/
.sp-corona {
	position: absolute;
	width: 90%;
	margin: 0 5%;
	padding: 20px;
	text-align: center;
	top: 30%;
	border: solid 1px #888;
	background: rgba(255,255,255,0.8);
	z-index: 15;
}
.sp-corona-mv {
	position: absolute;
	width: 90%;
	margin: 0 5%;
	top: 45%;
	z-index: 15;
}
.sp-corona-mv iframe{
	width: 100%;
}