@charset "utf-8";

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}
 
body {
	min-width: 1140px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.75;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	overflow-x: hidden;
	background: repeat-y 50% 0/100%;
}
body#feature {
	background-image: url(../common/images/bg03.png);
}
body#gameflow {
	background-image: url(../common/images/bg04.png);
}
body#move {
	background-image: url(../common/images/bg05.png);
}
body#spec {
	background-image: url(../common/images/bg06.png);
}

@media screen and (max-width: 1140px) {
body {
	overflow-x: visible;
}
}

.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}


/* link 
*****************************************/
a:link,
a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #333;
	text-decoration: none;
}

.hover a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.hover a:hover img {
	opacity: .6;
}


/* header
*****************************************/
.header01 {
	position: relative;
	z-index: 2;
}

.header01::before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 163px;
	background: url(../common/images/bg01.png) no-repeat 50% 0;
	content: "";
}

.header01 > .inner01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1140px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	overflow: hidden;
}

.header01 > .inner01 > .logo01 {
	width: 289px;
}

.header01 > .inner01 > .logo01 img {
	width: 100%;
}

.globalNav01 {
	width: 861px;
	margin-right: -60px;
	margin-top: 14px;
	margin-left: -5px;
}

.globalNav01 > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.globalNav01 > ul > li {
	height: 109px;
}

.globalNav01 > ul > li:not(:first-child) {
	margin-left: -21px;
}

.globalNav01 > ul > li img {
	height: 100%;
	width: auto;
}

/* footer
*****************************************/
.footer01 {
	padding-top: 20px;
	padding-bottom: 40px;
}

.footList01 {
	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: 20px;
}

.footList01 > li {
	margin-left: 10px;
	margin-right: 10px;
}

.copyrights01 {
	text-align: center;
}

/* 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
*****************************************/
.wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.contents01 {
	position: relative;
}

.contents01 > .inner01 {
	position: relative;
	z-index: 1;
	width: 1140px;
	margin: -11px auto 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 80px;
}

.contents01 > .inner01 > .image01,
.contents01 > .inner01 > .image02,
.contents01 > .inner01 > .image03,
.contents01 > .inner01 > .image04 {
	position: absolute;
	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;
}

.contents01 > .inner01 > .image01 {
	top: -159px;
	right: -317px;
}
.contents01 > .inner01 > .image02 {
	top: -32px;
	right: -60px;
}
.contents01 > .inner01 > .image03 {
	z-index: 5;
	top: 13px;
	right: 20px;
}
.contents01 > .inner01 > .image04 {
	top: -8px;
	right: -22px;
}

.contents01 > .inner01 > .image03 + .wrap01 {
	margin-top: 366px;
}

.heading01 {
	margin-left: -63px;
	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;
}

.col01 {
	margin-top: 40px;
}

.col02 {
	margin-top: 40px;
	margin-left: 20px;
}

.col03 {
	margin-top: 30px;
}

.col04 {
	margin-top: 15px;
}

.frameArea01 {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	background: url(../common/images/bg02.png) repeat-y 50% 0/cover;
	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;
	padding-top: 800px;
	margin-top: 15px;
}

.flowBlock01 > .image01 {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
}

.flowBlock01 > .image02 {
	position: relative;
	z-index: 3;
}

.flowBlock01 > .image03 {
	margin-top: -32px;
}

.flowBlock02 {
	position: relative;
}

.flowBlock02 > .image01 {
	margin-left: -68px;
	margin-top: 15px;
}

.localNavArea01 {
	margin-top: 20px;
}

.localNavArea01:not(:first-of-type) {
	margin-top: 80px;
}

.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 {
	margin-left: 5px;
	margin-right: 5px;
}

.btn01 {
	text-align: center;
}

.txt01 {
	margin-top: 20px;
	text-align: center;
}

.txt01 + .img02 {
	margin-top: 5px;
}

.txt02 {
	margin-top: 55px;
	text-align: center;
}

.img01 {
	margin-top: 20px;
	text-align: center;
}

.img02 {
	margin-top: 40px;
}

.fade01 {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
	transition: all .5s .2s;
}

.fade01.show {
	opacity: 1.0;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* Clearfix
*****************************************/
.cf:after {
	content: " ";
	display: block;
	clear: both;
}
