@charset "UTF-8";
/* ---------------------------------- */
/* shared.css                         */
/* ---------------------------------- */
/*
 *  TABLE OF CONTENTS
 *  
 *  @BASE
   *  @WRAP
     *  @PAGE
       *  @HEADER
       *  @CONTENTS
       *  @PAGETOP
       *  @FOOTER
 *  
 */
/* =================================
   @BASE
================================= */
html {
  font-size: 62.5%;
}

body {
  overflow-y: scroll;
  background-image: url(https://img.spike-chunsoft.co.jp/zeroescape/images/common/bg_repat_line.gif),url(https://img.spike-chunsoft.co.jp/zeroescape/images/common/bg_repat_line.gif),url(https://img.spike-chunsoft.co.jp/zeroescape/images/common/bg_content_repeat.gif);
 background-position: top left,top right,top center;
 background-repeat: repeat-y,repeat-y,repeat;
 padding: 0 3px;
  color: #fff;
  vertical-align: baseline;
  font-size: 10px;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1.5;
}


/* =================================
   @PAGE
================================= */
#page {
  background: url(https://img.spike-chunsoft.co.jp/zeroescape/images/common/bg_content_repeat.gif) repeat;
  height: 100%;
  min-width: 1150px;  
}
#page .outer {
  background: url(https://img.spike-chunsoft.co.jp/zeroescape/images/common/bg_main_repeat.jpg) repeat-x center top;
  min-height: 950px;
}

/* =================================
   @HEADER
================================= */
/* GLOBAL HEADER */
header #gHeader {
  background: url(https://img.spike-chunsoft.co.jp/zeroescape/images/common/bg_header_repeat.png) repeat-x;
  height: 40px;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  z-index: 9999;
}
header #gHeader hr{
  border-top: 3px solid #755f2f;
  position: fixed;
  width: 100%;
  margin: -5px 0 0 -5px;
}
header #gHeader h1 {
  float: left;
}
header #gHeader .snsArea {
  float: right;
  width: 462px;
}
header #gHeader .snsArea li {
  float: left;
  margin-right: 5px;
  margin-top: 2px;  
}
header #gHeader .snsArea li:first-child {
  margin-top: 0px;  
}  

/* NAVIGATION */
header #gNavi .inner {
  background: url(https://img.spike-chunsoft.co.jp/zeroescape/images/common/bg_navi.png) no-repeat;
  height: 320px;
  position: absolute;
  top: 33px;
  width: 320px;
  z-index: 9998;
}
header #gNavi ul li{
  margin-left: 5px;
}
header #gNavi ul li{
  height: 23px;
  margin-bottom: 2px;
}
header #gNavi ul li:first-child{
  height: 90px;
}
header #gNavi ul li img{
  background: url(https://img.spike-chunsoft.co.jp/zeroescape/images/common/bg_tit.png) repeat;
}
.introduction header #gNavi ul li.introduction img,
.system header #gNavi ul li.system img,
.character header #gNavi  ul li.character img,
.movie header #gNavi ul li.movie img,
.special header #gNavi ul li.special img,
.spec header #gNavi ul li.spec img{
  background: url(https://img.spike-chunsoft.co.jp/zeroescape/images/common/noise.gif) repeat;
}
header #gNavi ul li:first-child img{
  background: none;    
}
header #gNavi ul li a:hover img {
  opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
}
header #gNavi ul li a img  {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

/* new*/
header #gNavi ul li span{
  display: none;
}
header #gNavi ul li span.new{
  display: inline;
}

/* =================================
   @PAGE
================================= */
#page #main {
  text-align: center;
  padding-bottom: 150px;
}
#page #main h3 {
  text-align: right;
  margin-top: -17px;
}

/* =================================
   @FOOTER
================================= */
footer {
  font-size: 1.25rem;
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10000;  
}
footer hr{
  border-top: 3px solid #755f2f;
  width: 100%;
  margin: -3px 0 0 -3px;
  height: 0;
  position: relative;
  z-index: 10000;
}
footer div{
  background-color: rgba(0,0,0,0.5); 
  height: 30px;
  margin-right: 6px;
}
footer p {
  padding-top: 8px;
}



/* =================================
   @SCROLL
================================= */
@media screen and (min-height: 900px) {
#scroll { display: none; }
}


#scroll {
  padding-top: 80px;
  position: fixed;
  bottom: 50%;
  top: 50%;
  left: 50%;
  right: 50%;
  width: 100px;
  z-index: 9999;
  color: #fff;
  margin-left: -50px;
}
#scroll p {
  font-size: 32px;
  font-family: 'Noto Sans', serif;
  margin: -20px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
  -moz-text-shadow:  0px 0px 15px rgba(0, 0, 0, 1);
  -webkit-text-shadow:  0px 0px 15px rgba(0, 0, 0, 1);
}
#scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#scroll span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#scroll span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#scroll span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

