/* ===== INTRO(INDEX) CSS ===== */

.wrapper{
	position: relative;
	width: 100vw;
	height: 100vh;
	background: url(../images/intro/loader.gif) 50% 50% no-repeat;
	z-index: 1;
}

.logo40th{
	position: absolute;
	top: 20px;
	left: 20px;
}

.btnSkip{
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}
.btnSkip a{
	position: relative;
	display: block;
	width: 120px;
	height: 40px;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	background-color: #e8528d;
	-webkit-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.btnSkip a:hover{ background-color: #ff69a4; }
.btnSkip a:before{
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -4px;
	content: "";
	display: block;
	width: 5px;
	height: 8px;
	background: url(../images/common/ico_arrow.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

#areaIntro{
	width: 100vw;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}


@media screen and (max-width: 479px) {
	main{ height: 100vh; }
	#areaIntro{
		height: 60vh;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
	}
	.btnSkip{ right: 12.5vw; }
	.btnSkip a{ width: 75vw; }
}
