@charset "utf-8";

body {
  min-width: 1200px;
  background: #000 url(../img/bg.png) center 0 no-repeat fixed;
  padding: 0 0 450px;
}
.pc-hide {
  display: none;
}
@media screen and (max-width: 770px) {
  .tab-hide {
    display: none;
  }
}
/***********************************
  ヘッダー
***********************************/
.header_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 150px;
  background: url(../img/header_bg.png) center 0 repeat;
  color: #fff;
  font-size: 15rem;
}
#gl_nav {
  width: 1168px;
  height: 80px;
  margin: 0 auto;
}

#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;
}


#gl_nav ul {
  float: left;
  width: 956px;
  height: 66px;
  margin: 3px 0 0 4px;
  padding: 0;
}
#gl_nav li {
  position: relative;
  float: left;
  display: block;
  height: 40px;
  margin: 0 6px 0 0;
}
#gl_nav li.new:after {
  position: absolute;
  /*top: -9px;
  left: -12px;*/
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  content: url(../img/new.png);
  -webkit-animation: blink 2.4s ease-in-out infinite;
  animation: blink 2.4s ease-in-out infinite;
}
#gl_nav li a,
#gl_nav li a img {
  display: block;
  height: 66px;
  background: url(../img/navi.png) 0 0 no-repeat;
}
#gl_nav li a img {
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
#gl_nav li a:hover img,
#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 {
  opacity: 1;
}
#gl_nav li a:not(.selected):hover,
#gl_nav li a:not(.selected):hover img {
  -webkit-animation: swing 0.24s linear;
  animation: swing 0.24s linear;
}
#gl_nav li a.selected {
  cursor: default;
}
#gl_nav li a.top {
  width: 86px;
}
#gl_nav li a.top img {
  width: 86px;
  background-position: 0 bottom;
}
#gl_nav li a.world {
  width: 148px;
  background-position: -90px 0;
}
#gl_nav li a.world img {
  width: 148px;
  background-position: -90px bottom;
}
#gl_nav li a.chara {
  width: 222px;
  background-position: -240px 0;
}
#gl_nav li a.chara img {
  width: 222px;
  background-position: -240px bottom;
}
#gl_nav li a.system {
  width: 151px;
  background-position: -465px 0;
}
#gl_nav li a.system img {
  width: 151px;
  background-position: -465px bottom;
}
#gl_nav li a.gallery {
  width: 164px;
  background-position: -622px 0;
}
#gl_nav li a.gallery img {
  width: 164px;
  background-position: -622px bottom;
}
#gl_nav li a.special {
  width: 125px;
  background-position: -790px 0;
}
#gl_nav li a.special img {
  width: 125px;
  background-position: -790px bottom;
}
.sns_btn {
  padding: 12px 0 0;
}

/***********************************
フッター
***********************************/
#pagetop {
  position: fixed;
  right: auto;
  left: 50%;
  margin-left: 490px;
  bottom: -1000px;
  width: 140px;
  height: 87px;
  background: url(../img/btn_to_top.png) no-repeat 0 0;
  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: 40px;
  -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: 140px;
  height: 87px;
  background: url(../img/btn_to_top.png) no-repeat 0 bottom;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#pagetop:hover img {
  opacity: 1;
}
.footer_bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 140px 0 2px;
  background: url(../img/footer_bg.png) 50% bottom repeat-x;
  z-index: 20;
}
footer {
  position: relative;
  width: 962px;
  margin: 0 auto;
  z-index: 21;
}
footer .btns {
  clear: both;
  height: 80px;
  text-align: center;

  line-height: 0;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 5px;
}
footer .btns li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
footer .btns a {
  display: block;
  background: #fff;
}
footer .btns a:hover img {
  opacity: 0.9;
}
footer .sns {
  float: left;
  height: 29px;
  padding: 10px 0 0;
}
footer .sns li {
  float: left;
  height: 29px;
  overflow: hidden;
}
footer .sns li:not(:last-child) {
  padding-right: 24px;
  background: url(../img/footer_navi_slash.png) 97% 0 no-repeat;
}
footer .sns a {
  display: block;
  height: 23px;
  margin: 2px 0 0;
}
footer .sns .blog,
footer .sns .blog a {
  width: 153px;
}
footer .sns .blog a {
  height: 26px;
}
footer .sns .blog a {
  background: url(../img/footer_navi_blog.png) 0 0 no-repeat;
}
footer .sns .blog a:hover {
  background-position: 0 -26px;
}
footer .sns .twitter,
footer .sns .twitter a {
  width: 183px;
}
footer .sns .twitter a {
  background: url(../img/footer_navi_twitter.png) 0 0px no-repeat;
}
footer .sns .twitter a:hover {
  background-position: 0 -23px;
}
footer .sns .facebook,
footer .sns .facebook a {
  width: 215px;
}
footer .sns .facebook a {
  background: url(../img/footer_navi_facebook.png) 0 0 no-repeat;
}
footer .sns .facebook a:hover {
  background-position: 0 -23px;
}
.copy {
  clear: both;
  padding: 10px 0 0;
  text-align: center;
  line-height: 1.3;
  font-size: 11rem;
}
.pro_btn {
  position: absolute;
  top: 110px;
  left: 458px;
}
.pro_btn a {
  display: block;
  background: #fff;
  width: 300px;
  height: 43px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.pro_btn a img {
  width: 300px;
  height: 43px;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.pro_btn a:hover img {
  opacity: 0.85;
}
