@charset "UTF-8";

body,html{
	height: 100%;
	width: 100%;
	font-family:Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Roboto,"Droid Sans",YuGothic,"游ゴシック",Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
}
body{
	position: relative;
}

#wrapper{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 600px;
	min-width: 800px;
	overflow: hidden;
}
#header{
	position:absolute;
	top:50%;
	left:50%;
	width:306px;
	height:448px;
	margin-left:-153px;
	margin-top:-250px;
	z-index:3;
	/*background:url(../img/top/logo.gif);*/
}
h1{
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#header img{
	position:absolute;
}
#nav{
	position:absolute;
	bottom:43px;
	width:100%;
	text-align: center;
	z-index: 10;
}
#nav li{
	display: inline-block;
	padding:0 35px;
}
#nav li a{
	display: block;
	border-bottom:5px solid #000;
}
#nav li a.unavailable{
	cursor: default;
	opacity:0.5;
}
#nav li img{
	display: block;
	margin-bottom:7px;
}
#footer{
	position:absolute;
	bottom:10px;
	left:0;
	text-align:center;
	width:100%;
}
#rect2{
	left:0;
	top:0;
	transition: opacity 0.5s ease 0.3s, transform 2s cubic-bezier(0, 1, 0, 1) 0.1s;
	     -o-transition: opacity 0.5s ease 0.3s, -o-transform 2s cubic-bezier(0, 1, 0, 1) 0.1s;
	    -ms-transition: opacity 0.5s ease 0.3s, -ms-transform 2s cubic-bezier(0, 1, 0, 1) 0.1s;
	   -moz-transition: opacity 0.5s ease 0.3s, -moz-transform 2s cubic-bezier(0, 1, 0, 1) 0.1s;
	-webkit-transition: opacity 0.5s ease 0.1s, -webkit-transform 1.3s ease-out 0.1s;
}
#rect1{
	right:0;
	top:0;
	transition: opacity 0.5s ease 1s, transform 2s cubic-bezier(0, 1, 0, 1) 1s;;
	     -o-transition: opacity 0.5s ease 1s, -o-transform 2s cubic-bezier(0, 1, 0, 1) 1s;
	    -ms-transition: opacity 0.5s ease 1s, -ms-transform 2s cubic-bezier(0, 1, 0, 1) 1s;
	   -moz-transition: opacity 0.5s ease 1s, -moz-transform 2s cubic-bezier(0, 1, 0, 1) 1s;
	-webkit-transition: opacity 0.5s ease 0.1s, -webkit-transform 1.3s ease-out 0.1s;
}
#logo{
	top:200px;
	left:0;
	transition: all 0.2s ease-out 0.8s;
	     -o-transition: all 0.2s ease-out 1.8s;
	    -ms-transition: all 0.2s ease-out 1.8s;
	   -moz-transition: all 0.2s ease-out 1.8s;
	-webkit-transition: all 0.2s ease-out 1.8s;
}
#logo2{
	top:282px;
	left:0;
	transition: all 0.2s ease-out 0.8s;
	     -o-transition: all 0.2s ease-out 0.8s;
	    -ms-transition: all 0.2s ease-out 0.8s;
	   -moz-transition: all 0.2s ease-out 0.8s;
	-webkit-transition: all 0.2s ease-out 1.9s;
}
#logo3{
	top:344px;
	left:3px;
	transition: all 0.2s ease-out 0.8s;
	     -o-transition: all 0.2s ease-out 0.8s;
	    -ms-transition: all 0.2s ease-out 0.8s;
	   -moz-transition: all 0.2s ease-out 0.8s;
	-webkit-transition: all 0.2s ease-out 2s;
}
#logo4{
	top:401px;
	left:0;
	transition: all 0.2s ease-out 0.8s;
	     -o-transition: all 0.2s ease-out 0.8s;
	    -ms-transition: all 0.2s ease-out 0.8s;
	   -moz-transition: all 0.2s ease-out 0.8s;
	-webkit-transition: all 0.2s ease-out 2.1s;
}

#cover{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#fff;
	z-index:100;
}
.no-js #cover{
	display: none;
}


/*op*/

#header img.def{
	-webkit-transition: all 0s ease 0s;
	opacity:0;
}
#rect2.def{
	transform: translate3d(-80px,0,0) scale3d(1.5,1.5,1);
	     -o-transform: translate3d(-80px,0,0) scale3d(1.5,1.5,1);
	    -ms-transform: translate3d(-80px,0,0) scale3d(1.5,1.5,1);
	   -moz-transform: translate3d(-80px,0,0) scale3d(1.5,1.5,1);
	-webkit-transform: translate3d(-250%,0,0) scale3d(2,2,1);
}
#rect1.def{
	transform: translate3d(80px,0,0) scale3d(1.5,1.5,1);
	     -o-transform: translate3d(80px,0,0) scale3d(1.5,1.5,1);
	    -ms-transform: translate3d(80px,0,0) scale3d(1.5,1.5,1);
	   -moz-transform: translate3d(80px,0,0) scale3d(1.5,1.5,1);
	-webkit-transform: translate3d(250%,0,0) scale3d(2,2,1);
}
#logo.def,
#logo2.def,
#logo3.def,
#logo4.def{
	transform: translate3d(0,5px,0) scale3d(1,1,1);
	     -o-transform: translate3d(0,5px,0) scale3d(1,1,1);
	    -ms-transform: translate3d(0,5px,0) scale3d(1,1,1);
	   -moz-transform: translate3d(0,5px,0) scale3d(1,1,1);
	-webkit-transform: translate3d(0,5px,0) scale3d(1,1,1);
}


#op{
	position:fixed;
	width:100%;
	height:100%;
	z-index: 4;
}
.no-js #op{
	display: none;
}
#op p{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-269px;
	margin-top:-62px;
}
