﻿@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #111;
	font-weight: regular;
	font-weight: normal;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
body#inframe {
	background: transparent;
	text-align: center;
}
a:link,
a:visited {text-decoration: none; color: #008bf1;}
a:hover,
a:active {text-decoration: none; color: #75c5ff;}

* {
	box-sizing: border-box;
	vertical-align: bottom;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}


/*loading dialog*/
#dialog {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding-top: calc(50vh - 80px);
	text-align: center;
	font-size: 17px;
	line-height: 1.4em;
	background-color: #fff;
	z-index: 999;
}
.load #dialog {
	-webkit-animation: load 1.4s ease 0s 1 normal forwards;
	animation: load 1.4s ease 0s 1 normal forwards;
}
@-webkit-keyframes load { 0% { opacity: 1; } 40% { opacity: 1; } 100% { opacity: 0; } }
@keyframes load { 0% { opacity: 1; } 40% { opacity: 1; } 100% { opacity: 0; } }

#progress {
	display: block;
	margin: 0 auto;
	padding-top: 92px;
	width: 240px;
	height: 126px;
	background: url("../images/logo.png") center top no-repeat;
	background-size: contain;
}
#progressBar {
	width: 0;
	height: 12px;
	background-color: #ff6f10;
//	background-color: #333;
	-webkit-border-radius: 4px; /*角丸*/
	border-radius: 4px;
}


/* enter
 * --------------------------------------- */
#bg {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-animation: bgin 2s ease-out 0s 1 normal;
	-moz-animation: bgin 2s ease-out 0s 1 normal;
	-o-animation: bgin 2s ease-out 0s 1 normal;
	animation: bgin 2s ease-out 0s 1 normal;
}
@-webkit-keyframes bgin {0%{opacity:0;}100%{opacity:1;}}
@-moz-keyframes bgin {0%{opacity:0;}100%{opacity:1;}}
@-o-keyframes bgin {0%{opacity:0;}100%{opacity:1;}}
@keyframes bgin {0%{opacity:0;}100%{opacity:1;}}

.slick-slider {
	height: 100vh;
	margin: 0;
	padding: 0;
}


#enter {
	position: absolute;
	left: 50%;
	top: 50vh;
	width: 420px;
	height: 420px;
	margin: -240px 0 0 -210px;
	text-align: center;
	-webkit-border-radius: 210px; /*角丸*/
	-moz-border-radius: 210px;
	border-radius: 210px;
	overflow: hidden;
}

#enter h1 {
	margin: 0;
	padding: 0;
}

#enter a {
	display: block;
	width: 420px;
	height: 420px;
	margin: 0;
	padding: 68px 0 0;
	background-color: rgba(255,255,255,.6);
	-webkit-border-radius: 210px; /*角丸*/
	-moz-border-radius: 210px;
	border-radius: 210px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
	-webkit-animation: popin 2s ease-out 0s 1 normal;
	-moz-animation: popin 2s ease-out 0s 1 normal;
	-o-animation: popin 2s ease-out 0s 1 normal;
	animation: popin 2s ease-out 0s 1 normal;
}
@-webkit-keyframes popin {0%{opacity:0;width: 40px;height: 40px;margin: 200px 0 0 200px;}80%{opacity:0;width: 20px;height: 20px;margin: 200px 0 0 200px;}100%{opacity:1;width: 420px;height: 420px;margin: 0px 0 0 0px;}}
@-moz-keyframes popin {0%{opacity:0;width: 40px;height: 40px;margin: 200px 0 0 200px;}80%{opacity:0;width: 20px;height: 20px;margin: 200px 0 0 200px;}100%{opacity:1;width: 420px;height: 420px;margin: 0px 0 0 0px;}}
@-o-keyframes popin {0%{opacity:0;width: 40px;height: 40px;margin: 200px 0 0 200px;}80%{opacity:0;width: 20px;height: 20px;margin: 200px 0 0 200px;}100%{opacity:1;width: 420px;height: 420px;margin: 0px 0 0 0px;}}
@keyframes popin {0%{opacity:0;width: 40px;height: 40px;margin: 200px 0 0 200px;}80%{opacity:0;width: 20px;height: 20px;margin: 200px 0 0 200px;}100%{opacity:1;width: 420px;height: 420px;margin: 0px 0 0 0px;}}

#enter a:hover {
	background-color: rgba(255,255,255,.9);
}
#enter img {
	-webkit-animation: fadein 2.8s ease-out 0s 1 normal;
	-moz-animation: fadein 2.8s ease-out 0s 1 normal;
	-o-animation: fadein 2.8s ease-out 0s 1 normal;
	animation: fadein 2.8s ease-out 0s 1 normal;
}
@-webkit-keyframes fadein {0%{opacity:0;}80%{opacity:0;}100%{opacity:1;}}
@-moz-keyframes fadein {0%{opacity:0;}80%{opacity:0;}100%{opacity:1;}}
@-o-keyframes fadein {0%{opacity:0;}80%{opacity:0;}100%{opacity:1;}}
@keyframes fadein {0%{opacity:0;}80%{opacity:0;}100%{opacity:1;}}

.center {
	text-align: center;
}
