/*-----------------------------
	汎用設定
-------------------------------*/
.image img {
	width: 100%;
}



body {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../images/bg_opening.jpg) repeat 0 0;
}

p#history {
	width: 100%;
	position: absolute;
	top: 5rem;
	z-index: 1;
}

#boxLogo {
	width: 90%;
	margin: 60% auto 0;
	position: relative;
	height: 36%;
	z-index: 1;
}

#boxLogo p.since {
	width: 100%;
	position: relative;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	margin-bottom: 1rem;
}
#boxLogo p.his {
	width: 30%;
	position: relative;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	text-align: center;
	margin: 0 auto 1rem;
}
#hisCount {
	position: relative;
	z-index: 2;
	font-size: 4.5rem;
	top: 60%;
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 3px #666;
}
/*-------------------------------------------------
	 loader
--------------------------------------------------*/

#loader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1001;
	background: url(../images/bg_opening.jpg) repeat 0 0;
	text-align: center;
}
#loader p {
	width: 10%;
	margin-left: 45%;
}

#btn {
	position: absolute;
	bottom: 10rem;
	left: 35.7%;
	width: 28.6%;
	z-index: 3;
}