@charset "utf-8";

/*
******************************************************************
* eva a-type fun top.css
******************************************************************
*/
body {
	height: 100%;
	min-height: 700px;
	background-image: url(../img/top/bg01.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000000;
}
#wrp-all {
	height: 100%;
}
#pre-loader {
	background-color: transparent;
}
#pre-loader .pic span:after {
	content: url(../img/ldr_complete2.png);
}
#contents {
	position: static;
}


/*
******************************************************************
* #header
******************************************************************/
#header {
	position: absolute;
	display: none;
}
#header .logo {
	opacity: 0;
}
#header .nav-top {
	position: absolute;
	top: 50%;
	margin-top: -180px;
	left: 0;
}
#header .nav-top ul li {
	display: none;
	opacity: 0;
	margin-left: 50px;
}
#header .nav-top ul li a {
	position: relative;
	display: inline-block;
	padding: 12px 20px 12px 25px;
	width: 264px;
	opacity: 0.75;
	-webkit-transition: all .25s eaease-out;
	    -ms-transition: all .25s eaease-out;
	        transition: all .25s eaease-out;
}
#header .nav-top ul li a:hover {
	opacity: 1.0;
}
#header .nav-top ul li .en {
	padding-bottom: 8px;
}
#header .nav-top ul li .jp {
	opacity: 0;
}
#header .btn-promo {
	position: absolute;
	bottom: 25px;
	left: 25px;
	display: none;
	opacity: 0;
}
#header .btn-promo a {
	display: inline-block;
}
#header .btn-promo a:after {
	content: url(../img/top/btn_prom_o.png);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all .25s eaease-out;
	    -ms-transition: all .25s eaease-out;
	        transition: all .25s eaease-out;
}
#header .btn-promo a:hover:after {
	opacity: 1;
}


/*
******************************************************************
* #contents
******************************************************************/
#background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/top/bg02.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
}
#line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
}
#line li {
	width: 100%;
	height: 80px;
	opacity: 0;
	background-color: rgba(0,66,173,0.3);
}
#stage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
#star {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#star li {
	position: absolute;
	display: inline-block;
	text-align: center;
}
#star li .icn {
	-webkit-transition: all .4s ease-out;
	    -ms-transition: all .4s ease-out;
	        transition: all .4s ease-out;
}
#star li:nth-child(1) .icn {
	-webkit-transform: scale(0.6);
	    -ms-transform: scale(0.6);
	        transform: scale(0.6);
}
#star li:nth-child(2) .icn {
	-webkit-transform: scale(0.32);
	    -ms-transform: scale(0.32);
	        transform: scale(0.32);
}
#star li:nth-child(3) .icn {
	-webkit-transform: scale(0.45);
	    -ms-transform: scale(0.45);
	        transform: scale(0.45);
}
#star li:nth-child(4) .icn {
	-webkit-transform: scale(0.25);
	    -ms-transform: scale(0.25);
	        transform: scale(0.25);
}
#star li:nth-child(5) .icn {
	-webkit-transform: scale(0.3);
	    -ms-transform: scale(0.3);
	        transform: scale(0.3);
}
#star li .txt {
	opacity: 0.15;
	margin-bottom: -10px;
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	-webkit-transition: all .4s ease-out;
	    -ms-transition: all .4s ease-out;
	        transition: all .4s ease-out;
}
#star li.acitve .icn {
	-webkit-transform: scale(1.0);
	    -ms-transform: scale(1.0);
	        transform: scale(1.0);
}
#star li.acitve .txt {
	opacity: 1;
	margin-bottom: 0;
	-webkit-transform: scale(1.0);
	    -ms-transform: scale(1.0);
	        transform: scale(1.0);
}

