@charset "utf-8";

body {
  /*background: #000 url(../img/bg.png) center 0 no-repeat fixed;
  background-size: auto 100vh;
  padding: 0 0 760px;*/
}
body::before {
  background: url(../img/bg.png) center 0 no-repeat;
  background-size: auto 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: 0;
}
#mask2 {
  /*background: rgba(0,0,0,0.6) url(../img/mask.png) 0 0 repeat;*/
}
.sp-hide {
  display: none;
}
/***********************************
  ヘッダー
***********************************/
.sp-menu {
  position: fixed;
  top: 0;
  right: 1%;
  width: 73px;
  height: 83px;
  overflow: hidden;
  z-index: 1000;
}
/*.sp-bgm {
  position: fixed;
  top: 0;
  left: 1%;
  width: 90px;
  height: 50px;
  overflow: hidden;
  z-index: 1000;
}
#bgmVol {
  display: block;
  float: left;
  position: relative;
  width: 90px;
  height: 50px;
  margin-left: 10px;
  background: url(../img/bgm.png) 0 10px no-repeat;
}
#bgmVol img {
  position: absolute;
  display: block;
  overflow: hidden;
}
#bgmVol img:nth-child(1) {
  top: 14px;
  left: 30px;
  width: 23px;
  height: 22px;
  background: url(../img/bgm_volume01.png) 0 0 no-repeat;
}
#bgmVol img:nth-child(2) {
  top: 11px;
  left: 54px;
  width: 28px;
  height: 27px;
  background: url(../img/bgm_volume02.png) 0 0 no-repeat;
}
#bgmVol.small img:nth-child(1),
#bgmVol.large img:nth-child(1),
#bgmVol.large img:nth-child(2) {
  background-position: 0 bottom;
}*/
.header_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 511px;
  background: url(../sp/img/sub_navi_bg.png) 50% 50% no-repeat;
  color: #fff;
  font-size: 15rem;
  opacity: 1 !important;
  -webkit-transform: translate(0,-600px);
  -ms-transform: translate(0,-600px);
  transform: translate(0,-600px)
}
.sns_btn {
  display: none;
}
#gl_nav ul {
  width: 614px;
  margin: 0 auto;
  padding: 86px 0 0;
  overflow: hidden;
}
#gl_nav ul li {
  position: relative;
  float: left;
  width: 50%;
  margin: 0 0 7px;
}
#gl_nav li.new:after {
  position: absolute;
  top: -6px;
  right: 0;
  content: url(../sp/img/new.png);
  -webkit-animation: blink 2.4s ease-in-out infinite;
  animation: blink 2.4s ease-in-out infinite;
}
#gl_nav ul li a {
  display: block;
  width: 300px;
  height: 93px;
  margin: 0 auto;
  background: url(../sp/img/nav.png) 0 0 no-repeat;
}
#top #gl_nav li a.top img,
#world #gl_nav li a.world img,
#character #gl_nav li a.chara img,
#system #gl_nav li a.system img,
#gallery #gl_nav li a.gallery img,
#special #gl_nav li a.special img,
#spec #gl_nav li a.spec img {
}
#gl_nav li a.top {
}
#gl_nav li a.world {
  background-position: -310px 0;
}
#gl_nav li a.chara {
  background-position: -620px 0;
}
#gl_nav li a.system {
  background-position: -930px 0;
}
#gl_nav li a.gallery {
  background-position: -1240px 0;
}
#gl_nav li a.special {
  background-position: -1550px 0;
}
/***********************************
フッター
***********************************/
#pagetop {
  position: fixed;
  right: 2%;
  bottom: -1000px;
  width: 100px;
  height: 62px;
  background: url(../img/btn_to_top.png) no-repeat 0 0;
  background-size: 100% auto;
  color: transparent;
  text-indent: -4444em;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 500ms linear, bottom 10ms linear 510ms;
  transition: opacity 500ms linear, bottom 10ms linear 510ms;
  z-index: 100;
}
#pagetop.show {
  opacity: 1;
  bottom: 60px;
  -webkit-transition: opacity 500ms linear, bottom 10ms linear;
  transition: opacity 500ms linear, bottom 10ms linear;
}
#pagetop.show.bottom {
  position: absolute;
}
#pagetop img {
  display: block;
  width: 100px;
  height: 62px;
  background: url(../img/btn_to_top.png) no-repeat 0 bottom;
  background-size: 100% auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#pagetop:hover img {
  opacity: 1;
}
.footer_bg {
  position: relative;
  /*position: absolute;
  bottom: 0;*/
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  /*padding: 552px 0 10px;*/
  padding: 392px 0 10px;
  background: url(../sp/img/footer_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 20;
}
footer {
  margin: 0 auto;
  z-index: 21;
}
footer .spec {
  display: none;
}
footer .btns {
  clear: both;
  text-align: center;
  line-height: 0;
  margin: 0 0 18px;
}
footer .btns li {
  display: inline-block;
  /*width: 176px;*/
  width: 40%;
  margin: 0 0.5%;
}
footer .btns a {
  display: block;
  width: 176px;
}
footer .btns img {
  /*width: 100%;
  height: auto;*/
}



footer .btns2 {
  clear: both;
  text-align: center;
  line-height: 0;
  margin: 0 0 18px;
}
footer .btns2 li {
  display: inline-block;
  margin: 1.5%;
}
footer .btns2 a {
  display: block;
  width: 176px;
}
footer .btns2 img {
  /*width: 100%;
  height: auto;*/
  vertical-align: middle;
}


footer .sns {
  display: none;
}
.sp-share {
  text-align: center;
  margin: 0 0 18px;
}
.sp-share li {
  display: inline-block;
  width: 185px;
  height: 66px;
  margin: 0 5px;
}
.sp-share li a {
  display: block;
  width: 185px;
  height: 66px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  text-indent: -100em;
}
.sp-share li a#tweet {
  background-image: url(../sp/img/sns_twitter.png);
}
.sp-share li a#fb {
  background-image: url(../sp/img/sns_facebook.png);
}
.sp-share li a#line {
  background-image: url(../sp/img/sns_line.png);
}
.copy {
  display: none;
}
.sp-copy {
  font-size: 14rem;
  line-height: 1.4;
  text-align: center;
  padding-top: 10px;
}
.pro_btn {
  margin: 0 0 44px;
}
.pro_btn a {
  display: block;
  width: 426px;
  height: 62px;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.pro_btn a img {
  width: auto;
  height: 62px;
}
.pswp__caption__center {
  text-align: center;
  font-size: 26px;
}