@charset "utf-8";

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}
 
body {
	background: repeat-y 50% 0/100%;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.75;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
body#feature {
	background-image: url(../common/images/bg02.png);
}
body#gameflow {
	background-image: url(../common/images/bg03.png);
}
body#move {
	background-image: url(../common/images/bg04.png);
}
body#spec {
	background-image: url(../common/images/bg05.png);
}

img {
	width: 100%;
	height: auto;
}

.mt20 {
	margin-top: 20px;
}

.mt50 {
	margin-top: 50px;
}

/* link 
*****************************************/
a:link,
a:visited {
	color: #333;
	text-decoration: underline;
}

/* header
*****************************************/
.header01 {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	height: 30.666vw;
	padding: 1.066vw 1.066% 0;
	background: url(../common/images/bg01.png) no-repeat 0 0/cover;
}

.header01 > .logo01 {
	width: 35.733vw;
}

.globalNav01 {
	width: 58.2%;
}

.globalNav01 > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1.466vw;
}

.globalNav01 > ul > li {
	min-width: 19.466vw;
	height: 11.066vw;
}

.globalNav01 > ul > li:nth-child(n+3) {
	
}

.globalNav01 > ul > li > a {
	display: block;
	height: 100%;
}

.globalNav01 > ul > li > a > img {
	height: 100%;
	width: auto;
}

/* footer01
*****************************************/
.footer01 {
	position: relative;
	padding: 10px 4% 25px;
}

.footList01 {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	
}

.footList01 > li {
	width: 18.333%;
	margin-left: 2.666%;
	margin-right: 2.666%;
}

.copyrights01 {
	width: 150px;
	margin: 0 auto;
}

/* 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);
}
}

/* contents
*****************************************/
.main01 {
	position: relative;;
	z-index: 1;
}

.main01 > .image01,
.main01 > .image02,
.main01 > .image03,
.main01 > .image04 {
	position: relative;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s .6s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s .6s forwards;
}

.main01 > .image01 {
	width: 85.333%;
	height: 96.333vw;
	margin-left: auto;
	margin-top: -74.1vw;
}

.main01 > .image02 {
	width: 68.133%;
	height: 62.333vw;
	margin-left: auto;
	margin-top: -52.1vw;
}

.main01 > .image03 {
	width: 100%;
	height: 143.333vw;
	margin-top: -52.1vw;
}

.main01 > .image04 {
	width: 56.666%;
	height: 60vw;
	margin-left: auto;
	margin-top: -51.1vw;
}

.heading01 {
	position: relative;
	z-index: -2;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s .4s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s .4s forwards;
}

.frameArea01 {
	position: relative;
	margin-top: 10.666vw;
	padding-top: 10.333vw;
	padding-bottom: 11.333vw;
	background: url(../common/images/bg06.png) repeat-y 50% 0/100%;
	transform-origin: center;
}

.frameArea01::before {
	top: 0;
}
.frameArea01::after {
	bottom: 0;
}
.frameArea01::before,
.frameArea01::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background: -webkit-linear-gradient(top, rgba(118,118,118,1) 0%,rgba(118,118,118,1) 50%,rgba(75,75,75,1) 50%,rgba(75,75,75,1) 100%);
	background: linear-gradient(to bottom, rgba(118,118,118,1) 0%,rgba(118,118,118,1) 50%,rgba(75,75,75,1) 50%,rgba(75,75,75,1) 100%);
	content: "";
}

.flowBlock01 {
	position: relative;
	margin-top: 5.333vw;
	padding-top: 53.333vw;
}

.flowBlock01 > .image01 {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
}

.flowBlock01 > .image02 {
	position: relative;
	z-index: 4;
}

.flowBlock01 > .image03 {
	margin-top: 13.066vw;
}

.flowBlock01 > .image04 {
	margin-top: -.933vw;
}

.flowBlock01 > .image05 {
	margin-top: .933vw;
}

.list01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 15px;
}

.list01 > li {
	width: 45.2%;
}

.btn01 {
	width: 89.6%;
	margin-left: auto;
	margin-right: auto;
}

.localNavArea01:not(:first-of-type) {
	margin-top: 10.666vw;
}

.localNavArea01 > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.localNavArea01 > ul > li {
	width: 29.6%;
	margin-left: .8%;
	margin-right: .8%;
}

.txt01 {
	margin-top: 10.666vw;
}

.img01 {
	margin-top: -4vw;
}

.img02 {
	margin-top: 5.333vw;
}

.img03 {
	margin-top: 2vw;
}

.fade01 {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10vw);
	transform: translateY(10vw);
	transition: all .5s;
}

.fade01.show {
	opacity: 1.0;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* Clearfix
*****************************************/
.cf:after {
	content: " ";
	display: block;
	clear: both;
}
