@charset "UTF-8";
/* CSS Document */


html,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-size:12px;
  /*background:#000;*/
}
body#top,
body#intro,
body#story,
body#chara,
body#system,
body#movie,
body#special,
body#spec{
	background:#000;
}
#bg-cover{
	height: 100%;
  width: 100%;
	position:fixed;
	background-position:center center;
	background-size:cover;
	z-index:1;
}
#bg-base{
	background-position: center center;
	background-size: cover;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index:0;
}
#page-container{
	width:100%;
	height:100%;
	height:auto !important;
	min-height:100%;
	position:relative;
  display:none;
}
.inner{
	width:100%;
	min-width:1162px;
	margin:0 auto;
	padding:0 40px;
}
.contents_inner{
  /*padding-top:48px;*/
  min-height:990px;
	position:relative;
	z-index:3;
}

/* header */
#header{
	background:url(https://media.spike-chunsoft.co.jp/pages/ea/images/shared/header_bg.png) repeat left top;
	width:100%;
  min-width:1162px;
	height:48px;
	position:absolute;
  z-index:99;
}
#header img.logo{
	margin-top:9px;
	float:left;
}
#header .sound{
	float:right;
	position:relative;
}
#header .sound img.speaker{
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	pointer-events: none;
}
.gold{
	position: absolute;
	right: 138px;
	width:auto;
	overflow:hidden;
}
ul#snsBtn{
	position: absolute;
	right: 448px;
	top: 13px;
	width:auto;
	overflow:hidden;
}

ul#snsBtn li{
	float: left;
  margin: 0 5px;
}
#snsBtn > div{
	float:left;
	margin-right:20px;
}
._51mx:last-child > ._51m- {
	width:auto !important;
}
.fb_edge_widget_with_comment span.fb_edge_comment_widget {
	display: none !important;
}
ul#snsBtn li.twitter-share-button{
  float:left;
}
ul#snsBtn li.fb{
	float: right;
}

/* main-container */
#main-container{
	min-width:1162px;
	padding: 40px 0 111px;
	position:relative;
}

/* global navigation */
#gnavi{
  margin:0;
  top:88px;
	width:236px;
  overflow:hidden;
	position:absolute;
	z-index:5;
  display:none;
}
#gnavi li{
	list-style-type:none;
}
#gnavi li a,
#gnavi li span.close,
#gnavi li span.active{
	display:block;
	width:196px;
	height:27px;
	margin-bottom:13px;
}
#gnavi li.btn4{
  position:relative;
}
#gnavi li span.new{
	position: absolute;
  float:right;
  right:0px;
	z-index:5;
	pointer-events: none;
}
a.gnavi_logo{
	display:block;
	width:195px;
	height:107px;
	margin-left:40px;
	margin-bottom:40px;
}
#gnavi.fixed {
  position: fixed !important;
  top: 48px;
}


/* footer */
footer{
	background:url(https://media.spike-chunsoft.co.jp/pages/ea/images/shared/footer_bg.png) repeat left top;
	width:100%;
	height:71px;
	position:absolute;
	bottom:0;
	z-index:99;
}

footer .logo{
	float:left;
	margin-top:22px;
}
footer .logo img{
	margin-right:16px;
}
footer p.copyrights{
	color:#ffffff;
	float:right;
	margin-top:26px;
}

#adwords{
	display:none;
}

/* main */
#main{
  margin: 0 auto 0 236px;
	padding-top: 48px;/*0807追加*/
}
.main-contents{
  float:right;
	width:848px;
	margin:0 auto;
	text-align:left;
	position: relative;
	overflow:visible;
}

.hBox{
	position: relative;
	text-align: left;
	z-index: 5;
}

.hBox h1{
	margin:32px 0 0 0;
}

.h1Line{
	background-image:url(https://media.spike-chunsoft.co.jp/pages/ea/images/shared/hline_bg.png);
	height:3px;
	width:100%;
	margin:12px 0 0 0;
  float:right;
}
.h_Line{
  height:1px;
	width:100%;
	margin:10px 0 42px 0;
  padding:0;
  overflow:hidden;
}
.h_Line .s{
	background-image:url(https://media.spike-chunsoft.co.jp/pages/ea/images/shared/hline_bg.png);
	height:1px;
	width:100%;
  float:right;
  right:0;
}


/**/
div{
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

.mt10{
	margin-top:10px;
}
/*--------------------------------------------------------------------
loading
--------------------------------------------------------------------*/
#loader {
    width: 30px;
    height: 30px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -53px;
    margin-left: -97px;
    z-index: 1000;
}
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
}

