@charset "utf-8";

.start{
	position: fixed;
	top:0;
	left: 0;
	background-color: #fff;
	height: 100%;
	width: 100%;
	z-index:9999;
}
.start.block{
	display:block;
}
.start.none{
	display:none;
}

#opening_logo_wrapper{
	display:none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	text-align: center;
	width: 88px;
}
#opening_logo_wrapper .logo{
	margin-bottom: 10px;
}
.gauge{
	transform: translate(-50%, -50%);
	position: fixed;
	left: 50%;
	bottom: 35%;
	width: 88px;
	font-size: 10px;
	text-align: center;
	color: #ccc;
}
.gauge .after{
	color: #fff;
}

#opening_logo_wrapper.after{
	width: 70px;
}

.start .lang{
	position: fixed;
	left: 50%;
	bottom: 20%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	text-align: center;
	width: 280px;
	font-size: 18px;
}
.start .lang span{
	display: inline-block;
	margin: 0 20px;
}

.start .uline{
	border-bottom: 2px solid #000;}
}

