@charset "utf-8";

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}
 
body {
	background-color: #120f0a;
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.75;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}

.wrapper01 {
	min-width: 1100px;
	background: url(../common/images/bg01.png) repeat center top, url(../common/images/bg02.png) no-repeat center top;
	overflow-x: hidden;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt60 {
	margin-top: 60px !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;
	margin: 0 auto;
	width: 1100px;
	height: 571px;
}

.header01 > .logo01 {
	position: absolute;
	top: 0;
	left: -27px;
	z-index: 10;
}

.globalNav01 {
	margin-left: 6px;
	padding-top: 250px;
	width: 374px;
}

.globalNav01 > ul > li {
	position: relative;
	padding-bottom: 3px;
	width: 315px;
	height: 80px;
	overflow: hidden;
}

.globalNav01 > ul > li:before,
.globalNav01 > ul > li:after {
	position: absolute;
	left: 5px;
	content: "";
	width: 310px;
}
.globalNav01 > ul > li:before {
	bottom: 0;
	height: 1px;
	background-color: rgba(255, 255, 255, .1);
}
.globalNav01 > ul > li:after {
	bottom: 1px;
	height: 2px;
	background-color: rgba(0, 0, 0, 1.0);
}

.globalNav01 > ul > li > a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 315px;
	height: 77px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: no-repeat 0 0;
}

.globalNav01 > ul > li.navi01 > a {
	background-image: url(../common/images/navi01.png);
}
.globalNav01 > ul > li.navi02 > a {
	background-image: url(../common/images/navi02.png);
}
.globalNav01 > ul > li.navi03 > a {
	background-image: url(../common/images/navi03.png);
}
.globalNav01 > ul > li.navi04 > a {
	background-image: url(../common/images/navi04.png);
}

.globalNav01 > ul > li.navi01 > a:hover,
.globalNav01 > ul > li.navi01.current > a {
	background-image: url(../common/images/navi01_o.png);
}
.globalNav01 > ul > li.navi02 > a:hover,
.globalNav01 > ul > li.navi02.current > a {
	background-image: url(../common/images/navi02_o.png);
}
.globalNav01 > ul > li.navi03 > a:hover,
.globalNav01 > ul > li.navi03.current > a {
	background-image: url(../common/images/navi03_o.png);
}
.globalNav01 > ul > li.navi04 > a:hover,
.globalNav01 > ul > li.navi04.current > a {
	background-image: url(../common/images/navi04_o.png);
}

.mainArea01 {
	position: absolute;
	top: 0;
	left: 380px;
	width: 1170px;
	height: 571px;
}

.mainArea01.type01 {
}

.mainArea01 > .title01 {
	position: relative;
	z-index: 10;
	padding: 391px 0 0 28px;
}

.mainArea01 > .image01 {
	position: absolute;
	top: 0;
	left: 0;
}


/* footer
*****************************************/
.footer01 {
	min-width: 1100px;
	background-color: rgba(0, 0, 0, .7);
}

.footer01 > .inner01 {
	position: relative;
	margin: 0 auto;
	padding: 40px 0;
	width: 1100px;
}

.footer01 > .inner01 > .logo01 {
	position: absolute;
	top: 42px;
	left: -10px;
}

.footer01 > .inner01 > .logo02 {
	position: absolute;
	top: 43px;
	left: 79px;
}

.copyrights01 {
	float: right;
	color: #999;
	font-size: 1.4rem;
}

/* contents
*****************************************/
.btnArea01 {
	margin-top: 80px;
	padding-top: 33px;
	min-width: 1100px;
	height: 441px;
	border-top: #5b5b5b solid 1px;
	background: url(../common/images/bg03.jpg) no-repeat center top;
}

.btnArea01 > .button01 {
	margin: 0 auto;
	width: 377px;
	height: 378px;
	overflow: hidden;
}

.btnArea01 > .button01 > a {
	position: relative;
	display: block;
	width: 377px;
	height: 378px;
	background: url(../common/images/bg04.png) no-repeat center top;
}

.btnArea01 > .button01 > a > .inner01 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 377px;
	height: 378px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: no-repeat 0 0;
}

.btnArea01 > .button01.type01 > a > .inner01 {
	background-image: url(../feature/images/bt01.png);
}
.btnArea01 > .button01.type01 > a:hover > .inner01 {
	background-image: url(../feature/images/bt01_o.png);
}
.btnArea01 > .button01.type02 > a > .inner01 {
	background-image: url(../gameflow/images/bt01.png);
}
.btnArea01 > .button01.type02 > a:hover > .inner01 {
	background-image: url(../gameflow/images/bt01_o.png);
}
.btnArea01 > .button01.type03 > a > .inner01 {
	background-image: url(../point/images/bt01.png);
}
.btnArea01 > .button01.type03 > a:hover > .inner01 {
	background-image: url(../point/images/bt01_o.png);
}
.btnArea01 > .button01.type04 > a > .inner01 {
	background-image: url(../spec/images/bt01.png);
}
.btnArea01 > .button01.type04 > a:hover > .inner01 {
	background-image: url(../spec/images/bt01_o.png);
}

.frameArea01 {
	margin-bottom: -80px;
	background: url(../common/images/bg05.png) no-repeat top center;
}

.frameArea01 > .image01 {
	text-align: center;
}

.frameArea02 {
	min-height: 2507px;
	background: url(../gameflow/images/bg01.png) no-repeat bottom center;
}

.frameArea02 > .button01 {
	margin-top: 37px;
	padding-bottom: 45px;
	text-align: center;
}

.section01 {
	margin: 60px auto 0;
	width: 1100px;
}

.section01 > .image01 {
	margin-top: -891px;
}

.section02 {
	margin: 40px auto 0;
	width: 1100px;
}

.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: 45px;
}

.list01 > li {
	margin: 0 6px;
}

.img01 {
	margin-top: 11px;
}

.img02 {
	margin-top: 33px;
}

/* Clearfix
*****************************************/
.cf:after,
.footer01 > .inner01:after {
	content: " ";
	display: block;
	clear: both;
}
