/*
Theme Name: ORIGINAL
*/




* {
margin: 0;
padding: 0;
}

html {
font-size: 100%;
-webkit-font-smoothing: antialiased;
text-rendering:optimizeLegibility;

}

ul, li{
list-style:none;
}

img{
display:block;
}

::selection {
background-color: #000;
color:#fff;
}

a{
text-decoration:none;
color:#000;
}


.clear{
clear: both;
}


body {
color:#000;
line-height:180%;
font-family: ten-mincho-text, serif;
overflow: hidden;
}




/* 共通ページ */


.loading {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
z-index: 999999;
opacity: 1;
background: #fff;
}



.loader
{
position: absolute;
display: inline-block;
top:50%;
left:50%;
margin-left:-17px;
margin-top:-30px;
width: 30px;
height: 30px;
border-radius: 30px;
	border: 2px solid #f7c7c9;
border-right-color: transparent;
-webkit-animation: spin 1s infinite linear;
-moz-animation: spin 1s infinite linear;
}


@-webkit-keyframes spin
{
	0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
	50%  { -webkit-transform: rotate(180deg); opacity: 1; }
	100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}

@-moz-keyframes spin
{
	0% { -moz-transform: rotate(0deg); opacity: 0.4; }
	50%  { -moz-transform: rotate(180deg); opacity: 1; }
	100%   { -moz-transform: rotate(360deg); opacity: 0.4; }
}






.top_scroll {
position: absolute;
z-index:999;
bottom: 80px;
right: 35px;
}



.scrol_line {
height:100px;
width: 10px;
margin-top:13px;
overflow:hidden;
z-index: 999;
position: relative;
display: inline-block;
}


.scrol_line:before {
content: "";
position: absolute;
display: block;
left: 0;
top: 0px;
width: 1px;
height: 100%;
background: #000;
background-size: 100%;
-webkit-animation: lineAnime 2s ease-in-out infinite;
animation: lineAnime 2s ease-in-out infinite;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}


@keyframes lineAnime {
0% {
transform: translateY(-100%); }
100% {
transform: translateY(100%); } 
}






/* TOPページ */

.top_line{

}

.number{
position:absolute;
	top:50%;
	left:50%;
	margin-top:-40px;
	margin-left:-50px;
	opacity:0;
}


.number p{
	font-size:120pt;
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	font-style: normal;
}





.number.n10, .number.n11, .number.n10, .number.n12, .number.n14, .number.n20, .number.n25, .number.n28, .number.n30, .number.n35, .number.n42, .number.n48, .number.n50, .number.n60, .number.n70, .number.n80, .number.n90, .number.n96{
	margin-left:-100px;
}


.number.n100{
	margin-left: -80px;
}


.number.n100 p{
	font-size:180pt;
}



.open .number.n0{
	-webkit-animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98);
	animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98);
}

.open .number.n1{
	-webkit-animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) .4s;
	animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) .4s;
}

.open .number.n2{
	-webkit-animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) .8s;
	animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) .8s;
}

.open .number.n3{
	-webkit-animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 1.2s;
	animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 1.2s;
}

.open .number.n4{
	-webkit-animation: numberAnime 1s cubic-bezier(0.78, .18, .34, .98) 1.6s;
	animation: numberAnime 1s cubic-bezier(0.78, .18, .34, .98) 1.6s;
	color:#f7c7c9;
	z-index:9;
}

.open .number.n5{
	-webkit-animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 2s;
	animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 2s;
}

.open .number.n6{
	-webkit-animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 2.2s;
	animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 2.2s;
}

.open .number.n7{
	-webkit-animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 2.3s;
	animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 2.3s;
}

.open .number.n8{
	-webkit-animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 2.4s;
	animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 2.4s;
}


.open .number.n9{
	-webkit-animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 2.1s;
	animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 2.1s;
}

.open .number.n10{
	-webkit-animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 2.2s;
	animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 2.2s;
}

.open .number.n11{
	-webkit-animation: numberAnime 1s cubic-bezier(0.78, .18, .34, .98) 2.3s;
	animation: numberAnime 1s cubic-bezier(0.78, .18, .34, .98) 2.3s;
	color:#f7c7c9;
	z-index:9;

}

.open .number.n12{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 2.4s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 2.4s;
}

.open .number.n14{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 2.5s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 2.5s;
}

.open .number.n20{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 2.6s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 2.6s;
}

.open .number.n25{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 2.7s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 2.7s;
}

.open .number.n28{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 2.8s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 2.8s;
}

.open .number.n30{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 2.85s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 2.85s;
}


.open .number.n35{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 2.9s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 2.9s;
}

.open .number.n42{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 2.95s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 2.95s;
}

.open .number.n48{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 3s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 3s;
}

.open .number.n50{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 3.05s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 3.05s;
}


.open .number.n60{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 3.1s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 3.1s;
}

.open .number.n70{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 3.15s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 3.15s;
}

.open .number.n80{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 3.2s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 3.2s;
}


.open .number.n90{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 3.25s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 3.25s;
}

.open .number.n96{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 3.3s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 3.3s;
}

.open .number.n100{
	-webkit-animation: numberAnime .8s cubic-bezier(0.78, .18, .34, .98) 3.35s;
	animation: numberAnime .8s cubic-bezier(0.78, .18, .34, .98) 3.35s;
	color:#f7c7c9;
}




@keyframes numberAnime {
	0% {
	opacity:0;
	transform: scale(2,2);
	}
	50% {
	opacity:1; 
	transform: scale(1,1);
	}
	100% {
	opacity:0;
	transform: scale(0.5,0.5);
	} 
}



.open_logo, .open_logo02{
	opacity:0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
}

.open_logo p, .open_logo02 p{
	width:300px;
}

.open_logo p img, .open_logo02 p img{
	width:100%;
	height:auto;
}

.open_logo{
	-webkit-animation: openlogoAnime .8s cubic-bezier(0.78, .18, .34, .98) 4.5s 1 both;
	animation: openlogoAnime .8s cubic-bezier(0.78, .18, .34, .98) 4.5s 1 both;
}

.open_logo02{
	-webkit-animation: openlogoAnime .8s cubic-bezier(0.78, .18, .34, .98) 5.4s 1 both;
	animation: openlogoAnime .8s cubic-bezier(0.78, .18, .34, .98) 5.4s 1 both;
}


@keyframes openlogoAnime {
	0% {
	opacity:0;
}
100% {
	opacity:1;
	top:-30px;
}
}





.enter_button{
	opacity:0;
	position: absolute;
	z-index:99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	margin-top:60px;
	-webkit-animation: enterbuttonAnime .8s cubic-bezier(0.78, .18, .34, .98) 6s 1 both;
	animation: enterbuttonAnime .8s cubic-bezier(0.78, .18, .34, .98) 6s 1 both;
}


@keyframes enterbuttonAnime {
	0% {
	opacity:0;
}
100% {
	opacity:1;
	margin-top:30px;
}
}


.enter_button a{
	font-size:13pt;
	color:#717071;
	font-size: 13pt;
	letter-spacing:1px;
	font-family: Helvetica;
	-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
}


.enter_button a:hover{
	color:#f7c7c9;
	-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
}


.enter_button a:hover:before{
	content:"";
	width:50px;
	background:#f7c7c9;
	-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
}


.enter_button a:before{
	content:"";
	width:25px;
	height:1px;
	background:#ccc;
	margin-right:10px;
	display: inline-block;
	-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
}


.open_button{
	position:absolute;
	z-index:999;
	bottom:0px;
	right:50px;
	width:130px;
	-webkit-animation: open_buttonAnime .8s cubic-bezier(0.78, .18, .34, .98) 6.5s 1 both;
	animation: open_buttonAnime .8s cubic-bezier(0.78, .18, .34, .98) 6.5s 1 both;
	-webkit-transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
	transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
}

.open_button:hover{
	transform: scale(1.1,1.1);
	-webkit-transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
	transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
}


.open_button img{
	width:100%;
	height:auto;
}



@keyframes open_buttonAnime {
	0% {
	opacity:0;
}
100% {
	opacity:1;
	bottom:50px;
}
}

.click_back{
	position:absolute;
	top: 0;
	width:100%;
	height:0%;
	z-index:-9999;
	background:rgba(250,250,250,.8);
	-webkit-transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
	transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
}


.action.click_back{
	z-index:9998;
	height:100%;
	-webkit-transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
	transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
}



.open_detail{
	opacity:0;
	position:absolute;
	top:50%;
	width:100%;
	margin-top: -200px;
	padding: 40px 250px;
	z-index:-9999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
	transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
}

.action.open_detail{
	opacity: 1!important;
	z-index:9999;	
	-webkit-transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
	transition: 0.8s cubic-bezier(0.78, .18, .34, .98);
}


.open_detail p{
	font-size:11pt;
	line-height:220%;
	font-family: yu-mincho-pr6, sans-serif;
	font-weight: bold;
	font-style: normal;
}


.close_button{
	position:absolute;
	top:50px;
	right:50px;
	width:60px;
	z-index:9999;
	opacity:0;
	-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
}



.action.close_button{
	opacity:1;
	-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
}

.close_button:hover{
	transform: scale(1.3,1.3);
	-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
}


.close_button img{
	width:100%;
	height:auto;
}











.sp_img{
display:none!important;
}




@media screen and (max-width: 570px) {

img{
width:100%;
height:auto;
}







.open_logo p, .open_logo02 p {
	width: 60%;
}

.open_detail {
	margin-top: -180px;
	padding: 40px 30px;
}

.open_detail p {
	font-size: 9pt;
}

.open_detail p br {
	display: none;
}


.close_button {
	top: 30px;
	right: 30px;
	width: 40px;
}


.open_button {
	bottom: 0px;
	right: 30px;
	width: 100px;
}























.open .number.n0{
	-webkit-animation: numberAnime .6s cubic-bezier(0.78, .18, .34, .98) .4s;
	animation: numberAnime .6s cubic-bezier(0.78, .18, .34, .98) .4s;
}

.open .number.n1{
	-webkit-animation: numberAnime .6s cubic-bezier(0.78, .18, .34, .98) 1s;
	animation: numberAnime .6s cubic-bezier(0.78, .18, .34, .98) 1s;
}

.open .number.n2{
	-webkit-animation: numberAnime .6s cubic-bezier(0.78, .18, .34, .98) 1.6s;
	animation: numberAnime .6s cubic-bezier(0.78, .18, .34, .98) 1.6s;
}

.open .number.n3{
	-webkit-animation: numberAnime .6s cubic-bezier(0.78, .18, .34, .98) 2.2s;
	animation: numberAnime .6s cubic-bezier(0.78, .18, .34, .98) 2.2s;
}

.open .number.n4{
	-webkit-animation: numberAnime 1s cubic-bezier(0.78, .18, .34, .98) 2.8s;
	animation: numberAnime 1s cubic-bezier(0.78, .18, .34, .98) 2.8s;
	color:#f7c7c9;
	z-index:9;
}

.open .number.n5{
	-webkit-animation: numberAnime .6s cubic-bezier(0.78, .18, .34, .98) 3.4s;
	animation: numberAnime .6s cubic-bezier(0.78, .18, .34, .98) 3.4s;
}

.open .number.n6{
	-webkit-animation: numberAnime .6s cubic-bezier(0.78, .18, .34, .98) 4s;
	animation: numberAnime .6s cubic-bezier(0.78, .18, .34, .98) 4s;
}

.open .number.n7{
	-webkit-animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 4.3s;
	animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 4.3s;
}

.open .number.n8{
	-webkit-animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 4.4s;
	animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 4.4s;
}


.open .number.n9{
	-webkit-animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 4.5s;
	animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 4.5s;
}

.open .number.n10{
	-webkit-animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 4.6s;
	animation: numberAnime .4s cubic-bezier(0.78, .18, .34, .98) 4.6s;
}

.open .number.n11{
	-webkit-animation: numberAnime 1s cubic-bezier(0.78, .18, .34, .98) 4.7s;
	animation: numberAnime 1s cubic-bezier(0.78, .18, .34, .98) 4.7s;
	color:#f7c7c9;
	z-index:9;
	
}

.open .number.n12{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 4.8s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 4.8s;
}

.open .number.n14{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 4.9s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 4.9s;
}

.open .number.n20{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5s;
}

.open .number.n25{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.1s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.1s;
}

.open .number.n28{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.2s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.2s;
}

.open .number.n30{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.35s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.35s;
}


.open .number.n35{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.4s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.4s;
}

.open .number.n42{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.45s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.45s;
}

.open .number.n48{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.5s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.5s;
}

.open .number.n50{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.55s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.55s;
}


.open .number.n60{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.6s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.6s;
}

.open .number.n70{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.65s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.65s;
}

.open .number.n80{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.7s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.7s;
}


.open .number.n90{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.75s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.75s;
}

.open .number.n96{
	-webkit-animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.8s;
	animation: numberAnime .3s cubic-bezier(0.78, .18, .34, .98) 5.8s;
}

.open .number.n100{
	-webkit-animation: numberAnime .8s cubic-bezier(0.78, .18, .34, .98) 5.85s;
	animation: numberAnime .8s cubic-bezier(0.78, .18, .34, .98) 5.85s;
	color:#f7c7c9;
}





.open_logo{
	-webkit-animation: openlogoAnime .8s cubic-bezier(0.78, .18, .34, .98) 7s 1 both;
	animation: openlogoAnime .8s cubic-bezier(0.78, .18, .34, .98) 7s 1 both;
}

.open_logo02{
	-webkit-animation: openlogoAnime .8s cubic-bezier(0.78, .18, .34, .98) 7.8s 1 both;
	animation: openlogoAnime .8s cubic-bezier(0.78, .18, .34, .98) 7.8s 1 both;
}








.enter_button{
	-webkit-animation: enterbuttonAnime .8s cubic-bezier(0.78, .18, .34, .98) 8.4s 1 both;
	animation: enterbuttonAnime .8s cubic-bezier(0.78, .18, .34, .98) 8.4s 1 both;
}





.open_button{
	-webkit-animation: open_buttonAnime .8s cubic-bezier(0.78, .18, .34, .98) 9s 1 both;
	animation: open_buttonAnime .8s cubic-bezier(0.78, .18, .34, .98) 9s 1 both;
}








}









