@charset "utf-8";

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}
 
body {
	background: #000000 url(../common/images/bg01.jpg) repeat-y 50% 674px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.75;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}


img {
	max-width: 100%;
	height: auto;
}

.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt40 {
	margin-top: 40px;
}

/* link 
*****************************************/
a:link,
a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #fff;
	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;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}

.header01 > .inner01 {
	position: relative;
	margin: 0 auto;
	width: 1134px;
	height: 100%;
}

.header01 > .inner01 > .logo01 {
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 0px;
	
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 0.5s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 0.5s forwards;
}
.globalNav01 {
	position: absolute;
	z-index: 10;
	top: 32px;
	right: 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;
	width: 475px;
}

.globalNav01 > ul > li {
}

/* 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);
}
}


/* footer
*****************************************/
.footer01 {
	position: relative;
	margin-top: 0;
	width: 100%;
	background: #000;
}

.footer01 > .inner01 {
	margin: 0 auto;
	width: 1134px;
	text-align: center;
	padding-top: 43px;
	padding-bottom: 31px;
}

.footer01 .copyrights {
	margin-top: 25px;
}

.footer01 > .inner02 {
	width: 100%;
	min-width: 1100px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #CCAA00FF;
}





/* 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 {
	overflow: hidden;
}

.contents01.type_gameflow {
	background-image: url("../gameflow/images/bg01.jpg"),url("../gameflow/images/bg02.jpg");
	background-position: center 0, center 100%;
	background-repeat: no-repeat, no-repeat;
}
.contents01.type_spec {
	background-image: url("../spec/images/bg01.jpg"),url("../spec/images/bg02.jpg");
	background-position: center 0, center 100%;
	background-repeat: no-repeat, no-repeat;
}

.contents01 > .inner01 {
	position: relative;
	margin: 0 auto;
	width: 1134px;
}




.contents01 > .inner01 > .heading01 {
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 1.0s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 1.0s forwards;
}

.contents01.type_gameflow > .inner01 > .heading01 {
	position: absolute;
	top: 100px;
	right: 0px;
}


.contents01.type_spec > .inner01 > .heading01 {
	position: absolute;
	top: 130px;
	right: 0;
}

.contents01 > .inner01 > .btn01 {
	padding: 408px 0 168px;
	text-align: center;
}

.contents01.type_spec > .inner01 > .btn01 {
	padding: 420px 0 169px;
}




.frameArea01 > .inner01 {
	padding-top: 630px;
	text-align: center;
}

.contents01.type_gameflow .frameArea01 > .inner01 > .image02 {
	margin-top: 80px;
}

.contents01.type_gameflow .frameArea01 > .inner01 > .image03 {
	margin-top: 80px;
}

.contents01.type_gameflow .frameArea01 > .inner01 > .image04 {
	margin-top: 80px;
}
.contents01.type_spec .frameArea01 > .inner01 > .image02 {
	margin-top: 80px;
}
.contents01.type_spec .frameArea01 > .inner01 > .image03 {
	margin-top: 80px;
}


/* Clearfix
*****************************************/
.cf:after {
	content: " ";
	display: block;
	clear: both;
}
