@charset "utf-8";

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}
 
body {
	position: relative;
	z-index: 1;
	background: url(../common/images/bg01.png) fixed no-repeat top center / cover;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.7;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	overflow-x: hidden;
}

body::before {
	position: absolute;
	top: 0;
	width: 2000px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 645px;
	background: url(../common/images/bg02.png) no-repeat 50% 0;
	content: "";
	opacity: 0;
	-webkit-animation: fadeIn02 .5s .2s ease-out forwards;
	animation: fadeIn02 .5s .2s ease-out forwards;
}

@media screen and (max-width: 1160px) {
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 > .inner01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1160px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.header01 > .inner01 > .logo01 {
	position: relative;
	left: -7px;
	width: 266px;
}

.header01 > .inner01 > .logo01 img {
	width: 100%;
}

.globalNav01 {
	width: 901px;
	margin-right: -60px;
	margin-top: 34px;
	margin-left: -3px;
}

.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:nth-child(2){
	margin-left: 4px;
}
.globalNav01 > ul > li:nth-child(3){
	margin-left: 16px;
}
.globalNav01 > ul > li:nth-child(4){
	margin-left: 23px;
}
.globalNav01 > ul > li:nth-child(5){
	margin-left: 16px;
}

.globalNav01 > ul > li > a {
	display: block;
}

/* footer
*****************************************/
.footer01 {
	position: relative;
	z-index: 50;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #000;
}

.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;
}

.footList01 > li {
	margin-left: 10px;
	margin-right: 10px;
}

.footList01 > li:first-child {
	
}

.footList01 > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	height: 100%;
}

.copyrights01 {
	margin-top: 24px;
	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);
}
}

@-webkit-keyframes fadeIn02 {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
	visibility: visible;
}
}

@keyframes fadeIn02 {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
	visibility: visible;
}
}

/* 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: 1160px;
	margin: -11px auto 0;
	padding-top: 468px;
	padding-left: 20px;
	padding-right: 20px;
}

#feature .mainimage01,
#gameflow .mainimage01,
#gamesystem .mainimage01,
#spec .mainimage01 {
	position: absolute;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 1.5s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 1.5s forwards;
}

#feature .mainimage01 {
	top: -54px;
	left: -1px;
}
#gameflow .mainimage01 {
	top: -115px;
	left: -97px;
}
#gamesystem .mainimage01 {
	top: -88px;
	left: -35px;
}
#spec .mainimage01 {
	top: -123px;
	left: 112px;
}

#feature .heading01,
#gameflow .heading01,
#gamesystem .heading01,
#spec .heading01 {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 1.3s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 1.3s forwards;
}

#feature .heading01 {
	top: 8px;
	right: -57px;
}
#gameflow .heading01 {
	top: -3px;
	right: -56px;
}
#gamesystem .heading01 {
	top: -7px;
	right: -117px;
	
}
#spec .heading01 {
	top: 10px;
	right: 92px;
	
}

.col01 {
	margin-top: 40px;
}

.col01:nth-child(odd) {
	margin-right: 11px;
}

.col01:nth-child(even) {
	margin-left: 11px;
}

.col02 {
	margin-top: 40px;
	margin-left: 20px;
}

.col03 {
	margin-top: 30px;
}

.col04 {
	margin-top: 15px;
}

.frameArea01 {
	height: 446px;
	background-position: top center;
	background-repeat: no-repeat;
}

#feature .frameArea01 {
	background-image: url("../feature/images/bg01.png");
}
#gameflow .frameArea01 {
	margin-top: -30px;
	background-image: url("../gameflow/images/bg01.png");
}
#gamesystem .frameArea01 {
	margin-top: -12px;
	background-image: url("../gamesystem/images/bg01.png");
}
#spec .frameArea01 {
	background-image: url("../spec/images/bg01.png");
}

.flowBlock01 {
	position: relative;
	padding-top: 710px;
	margin-top: 15px;
}

.flowBlock01 > .image01 {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.flowBlock01 > .image02 {
	position: relative;
	z-index: 3;
}

.flowBlock01 > .image03 {
	margin-top: -28px;
}

.flowBlock02 {
	position: relative;
}

.flowBlock02 > .image01 {
	margin-left: -68px;
	margin-top: 15px;
}

.localNavArea01 {
	margin-top: 20px;
	width: 1142px;
	height: 120px;
	background: url("../gamesystem/images/bg02.png") 0 0 no-repeat;
}

.localNavArea01:not(:first-of-type) {
	margin-top: 72px;
}

.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;
	padding-top: 20px;
}

.localNavArea01 > ul > li {
	margin-left: 5px;
	margin-right: 5px;
}

.btn01 {
	padding-top: 108px;
	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;
}
