@charset "utf-8";

ul li{
	list-style-type: none;
}
.clearfix:before, .clearfix:after {
 display: table;
 content: '';
}
.clearfix:after {
 clear: both;
}
.responsive-img {
  height: auto;
  width: 100%;
}
body{
 padding: 0;
 margin: 0;
 background: #000;
 color: #fff;
 line-height:1;
 font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#container{
 	position: relative;
    width: 100%;
    max-width: 750px;
    overflow: hidden;
}
.hide{
 opacity: 0;
}
.contents{
 background-position: center top;
 background-repeat: no-repeat;
 background-size: cover;
}
#spikelogo{
 position: absolute;
 width: 147px;
 height: 24px;
 top: 13px;
 left: 10px;
 z-index: 99;
}
.gamelogo{
position: absolute;
top: 55px;
left: 6px;
}
.ttl {
text-align: center;
}

#socialbuttons{
 position: absolute;
 height: 40px;
 top: 13px;
 right: 10px;
 z-index: 99;
}
#socialbuttons .socialbutton{
 float: left;
}
#socialbuttons .socialbutton.facebook{
 width: 120px;
 overflow: hidden;
}
#socialbuttons .socialbutton.twitter{
 width: 105px;
 overflow: hidden;
}
#socialbuttons .socialbutton.gplus{
 width: 70px;
 overflow: hidden;
}
.gamettl {
    margin-top: -170px;
}


/*navigation*/
.site-global-navigation{
background-color: rgba(0,0,0,.8);
width: 100%;
position: absolute;
z-index: 99;
margin-top: -56px;
}
.site-global-navigation ul {
	margin-left: 143px;
	width: 1000px;
}
.site-global-navigation__li{
 float: left;
 list-style-type: none;
 border-right: 1px solid #000;
}
.site-global-navigation__li a img {
	vertical-align: top;
}
.site-global-navigation__li--mode{
 margin: 0 239px 0 0;
}
.site-global-navigation__li a{
 display: block;
 height: 56px;
}
.site-global-navigation__logo{
 position: absolute;
 top: -60px;
 width: 184px;
 left: 0;
 right: 0;
 margin: auto;

}
/*sp*/
.fat-nav__new:before {
  content: "";
  background-image: url(https://media.spike-chunsoft.co.jp/pages/shingeki2/sp/common/images/new.png);
  width: 78px;
  height: 60px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 10px;
}
/*sp*/

/*navigation*/


#slideout {
  position: absolute;
  top: 50px;
  right: -140px;
  z-index: 99;
  transition-duration: 0.3s;
}
#slideout_inner {
  position: absolute;
  top: 40px;
  left: -250px;
  transition-duration: 0.3s;
}
#slideout:hover {
  right: 0px;
}

.footer-wrapper {
	position: relative;
}
#footer {
    width: 100%;
    background-color: #000;
    height: 264px;
}
.contents-footer{
 padding: 65px 0 55px;
}
.contents-footer .spec{
 font-size: 13px;
 line-height: 2.3;
 margin-top: 10px;
}
.contents-footer .spec em{
 font-style: normal;
 font-weight: bold;
}
.bannerlist{
 list-style: none;
 margin: 50px 0 0;
 padding: 0;
 font-size: 0;
}
.bannerlist > li{
 display: inline-block;
 vertical-align: top;
 font-size: 1rem;
 margin-right: 20px;
}
.bannerlist > li:last-child{
 margin-right: 0;
}

#footer_banner-01{
position: absolute;
top: 25px;
left: 22px;
}
#footer_banner-02{
position: absolute;
top: 27px;
left: 225px;
}
#footer_banner-03{
position: absolute;
top: 28px;
left: 427px;
}
#footer_banner-04{
position: absolute;
top: 108px;
left: 24px;
}
#footer_3ds{
position: absolute;
top: 112px;
right: 19px;
}
#footer_copy {
position: absolute;
top: 190px;
left: 0px;
right: 0;
background-color: #3b3b3b;
}
#footer_copy p {
text-align: center;
font-size: 15px;
color: #e8e8e8;
line-height: 1.6;
}
