@charset "utf-8";
body {
	background: url(../img/bg_bottom.png) no-repeat center bottom #0b0a15;
	-webkit-background-size: 100%;
	background-size: 100%;
	overflow: hidden;
}
.inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 11;
}

/*
******************************************************************
* loading
******************************************************************/
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 99999;
	background: #191919;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}
#loading.fadeOut {
	opacity: 0;
}
#loading p {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 84px;
	height: 24px;
	z-index: 0;
	opacity: 0;
	-webkit-animation: loading 2.5s ease 1.0s infinite;
  animation: loading 2.5s ease 1.0s infinite;
}

#loading .rotate01 {
	display: block;
	background: url(../img/loading_bg_01.png) no-repeat 0 0;
	-webkit-background-size: 144px;
	background-size: 144px;
	width: 144px;
	height: 144px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	-webkit-animation: rotate 2.0s linear 0s infinite;
  animation: rotate 2.0s linear 0s infinite;
}
#loading .rotate02 {
	display: block;
	background: url(../img/loading_bg_02.png) no-repeat 0 0;
	-webkit-background-size: 312px 273px;
	background-size: 312px 273px;
	width: 312px;
	height: 273px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	-webkit-animation: rotate02 2.0s linear 0s infinite;
  animation: rotate02 2.0s linear 0s infinite;
}


@-webkit-keyframes loading {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes loading {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

@-webkit-keyframes rotate {
  0% {
		transform: rotate(0);
	}
  100% {
		transform: rotate(360deg);
	}
}
@keyframes rotate {
  0% {
		transform: rotate(0);
	}
  100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotate02 {
  0% {
		transform: rotate(0);
	}
  100% {
		transform: rotate(-360deg);
	}
}
@keyframes rotate02 {
  0% {
		transform: rotate(0);
	}
  100% {
		transform: rotate(-360deg);
	}
}


/*
******************************************************************
* main
******************************************************************/
.main {
	position: relative;
	z-index: 1;
}
.main .logo__bisty {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 12.5%;
	z-index: 0;
}
.main h1 {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30.78%;
	z-index: 0;
}
.main h2 {
	position: relative;
	text-align: center;
	width: 76.4%;
	margin: 0 auto;
	padding-top: 24%;
	z-index: 11;
}
.main .main__cara {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}
.main .main__txt {
	position: relative;
	margin: -1% auto 0;
	z-index: 11;
}
.main .bg__emergency {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.bg__item {
	position: absolute;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
}
.bg__item.animated {
	opacity: 1;
}


/*
******************************************************************
* section
******************************************************************/
section {
	position: relative;
	z-index: 2;
}
section h3 {
	background: url(../img/bg_slash.png) repeat-x 0 0;
	-webkit-background-size: 8px 49px;
	background-size: 8px 49px;
	width: 100%;
	height: 49px;
	text-align: center;
	position: relative;
	z-index: 10;
}
section h3 img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
}
section .col2 {
	position: relative;
	z-index: 11;
}
section .col2:after {
	content: "";
	display: block;
	clear: both;
}
section .col2 .col__left {
	float: left;
}
section .col2 .col__right {
	float: right;
}
section .txt {
	text-align: center;
	position: relative;
	z-index: 12;
}

.next__btn {
	position: relative;
	margin-top: 20%;
	z-index: 3;
}
.next__btn a {
	display: block;
	background: url(../img/bg_next_btn.png) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	position: relative;
	padding: 8% 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.next__btn a img {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


/*
******************************************************************
* #footer
******************************************************************/
#footer {
	padding: 10% 10px;
	width: 100%;
	text-shadow: 0px 1px 1px #000, 0px -1px 1px #000;
	font-size: 9px;
	margin: auto;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 4;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#footer .copy li {
	display: inline-block;
	margin-right: 10px;
	line-height: 1.8;
}
