@charset "utf-8";

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}
 
body {
	position: relative;
	color: #fff;
	background-color: #000;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
	font-size: 1.2rem;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
}
body::before {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: url("../common/images/bg01.jpg") 50% 50% /cover no-repeat;
	content: " "
}

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

/* link 
*****************************************/
a:link,
a:visited {
	color: #333;
	text-decoration: underline;
}


/* movie
*****************************************/
#mdl-box {
	position: fixed;
	z-index: 1100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mdl-box .mdl-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}
#mdl-box #mdl-plr {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25.3125%;
	width: 100% !important;
	height: 0 !important;
	padding-bottom: 50.625%;
}
#mdl-box .btn {
	position: absolute;
	top: 50%;
	right: 1.5%;
	margin-top: -30%;
}
#mdl-box .btn a {
	display: block;
	margin-top: -30px;
	width: 33px;
	height: 33px;
	background: url(../images/bt02.png) left top no-repeat;
	background-size: cover;
	text-indent: -999em;
}

/* animation
*****************************************/
@-webkit-keyframes fadeIn01 {
0% {
	-webkit-transform: scale(3);
	transform: scale(3);
}
70% {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
90% {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
100% {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
}
@keyframes fadeIn01 {
0% {
	-webkit-transform: scale(3);
	transform: scale(3);
}
70% {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
90% {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
100% {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
}

@-webkit-keyframes fadeIn02 {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
	visibility: visible;
}
}

@keyframes fadeIn02 {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
	visibility: visible;
}
}


/* contents
*****************************************/
.wrapper01 {
	position: relative;
}

.main01 {
	position: relative;
	margin: 0 auto;
	padding-top: 3px;
	padding-bottom: 2.4%;
	min-height: 520px;
	background: url(../images/bg02.png) no-repeat top center / cover;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn02 1.5s .5s ease-out forwards;
	animation: fadeIn02 1.5s .5s ease-out forwards;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
.main01 {
	height: auto;
}
}

.navArea01 {
	position: relative;
	z-index: 6;
	margin-top: 6%;
	padding: 7.466% 4.666% 7.466% 2.666%;
	width: 47.333%;
	background: url("../images/bg03.png") 0 0 / cover no-repeat;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.7s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.7s forwards;
}

.navArea01 li:not(:first-child) {
	margin-top: 5.733%;
}

.logo01 {
	position: relative;
	z-index: 100;
	margin-left: 5px;
	margin-top: 2%;
	width: 77.333%;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.6s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.6s forwards;
}

.logo02 {
	position: absolute;
	z-index: 101;
	top: 15px;
	left: 65px;
	width: 80px;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn02 1.3s 3.5s ease-out forwards;
	animation: fadeIn02 1.3s 3.5s ease-out forwards;
}

.logo03 {
	position: absolute;
	z-index: 101;
	top: 8px;
	right: 8px;
	width: 80px;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn02 1.3s 3.5s ease-out forwards;
	animation: fadeIn02 1.3s 3.5s ease-out forwards;
}

.logo04 {
	position: absolute;
	z-index: 101;
	top: 15px;
	left: 8px;
	width: 47px;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn02 1.3s 3.5s ease-out forwards;
	animation: fadeIn02 1.3s 3.5s ease-out forwards;
}

.img01 {
	position: absolute;
	z-index: 5;
	top: 16.9%;
	right: 0;
	width: 65.333%;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.5s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.5s forwards;
}

.img02 {
	position: relative;
	z-index: 5;
	margin: -1% 0 0 1%;
	width: 41.3%;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.7s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.7s forwards;
}

.txt01 {
	position: relative;
	z-index: 5;
	margin-top: 15px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.6s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.6s forwards;
}

.btn01 {
	position: relative;
	z-index: 10;
	margin: 20px auto 0;
	width: 89.3%;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.8s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.8s forwards;
}
/*0702*/
.btn011 {
	position: relative;
	z-index: 80;
	margin: 20px auto 0;
	width: 89.3%;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.8s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.8s forwards;
}
/*0702*/
/*0706*/
.btn0111 {
	position: relative;
	z-index: 70;
	margin: 20px auto 0;
	width: 89.3%;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.8s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.8s forwards;
}
/*0706*/
.copyrights01 {
	position: relative;
	z-index: 60;
	padding: 5.333% 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn02 1.3s 2.0s ease-out forwards;
	animation: fadeIn02 1.3s 2.0s ease-out forwards;
}


/* Clearfix
*****************************************/
.cf:after {
	content: " ";
	display: block;
	clear: both;
}
