@charset "utf-8";

.sp_hide {
  display: none;
}

.size_s {
  line-height: 1.5;
  font-size: 14rem;
}
html {
  min-width: 750px;
}
body {
  min-width: 750px;
  background: #000;
}

.gloNav_bg {
  -webkit-box-shadow: 0 0 14px 1px rgba(0,0,0,0.8);
  box-shadow: 0 0 14px 1px rgba(0,0,0,0.8);
}
.gloNav_bg #gloNav {
  position: relative;
  padding: 15px 0 0;
  height: 103px;
  -webkit-transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -o-transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.gloNav_bg #gloNav.close {
  overflow: hidden;
}
.gloNav_bg.open #gloNav {
  height: 560px;
  -webkit-transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.gloNav_bg .top {
  position: absolute;
  right: 0; left: 0;
  display: block;
  width: 160px;
  margin: 0 auto;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -webkit-tap-highlight-color:rgba(255,255,255,0);
}
.gloNav_bg ul.navi {
  position: absolute;
  left: 0; right: 0;
  width: 750px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gloNav_bg ul.navi li {
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  -o-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
}
.gloNav_bg.open ul.navi li {
  position: absolute;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.gloNav_bg ul.navi li.new:after {
  top: -10px;
  right: -5px;
  bottom: auto;
  left: auto;
  margin: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.gloNav_bg ul.navi li:nth-child(1) {
  top: 130px;
  left: 34px;
}
.gloNav_bg ul.navi li:nth-child(2) {
  top: 138px;
  left: 386px;
}
.gloNav_bg ul.navi li:nth-child(3) {
    top: 260px;
    left: 35px;
}
.gloNav_bg ul.navi li:nth-child(4) {
  top: 260px;
  left: 386px;
}
.gloNav_bg ul.navi li:nth-child(5) {
    top: 380px;
    left: 40px;
}
.gloNav_bg ul.navi li:nth-child(6) {
  top: 380px;
  left: 385px;
}
.gloNav_bg.open ul.navi li:nth-child(1) {
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}
.gloNav_bg.open ul.navi li:nth-child(2) {
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}
.gloNav_bg.open ul.navi li:nth-child(3) {
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
}
.gloNav_bg.open ul.navi li:nth-child(4) {
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
}
.gloNav_bg.open ul.navi li:nth-child(5) {
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
}
.gloNav_bg.open ul.navi li:nth-child(6) {
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.7s;
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.7s;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.7s;
}
.gloNav_bg ul.navi a {
  display: block;
  background: 0 0 no-repeat;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
  -webkit-tap-highlight-color:rgba(255,255,255,0);
}
.gloNav_bg ul.navi .gray {
  display: block;
  cursor: default;
}
.gloNav_bg ul.navi a img {
  display: block;
  background: 0 100% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#about .gloNav_bg ul.navi a.about img,
#story .gloNav_bg ul.navi a.story img,
#character .gloNav_bg ul.navi a.character img,
#system .gloNav_bg ul.navi a.system img,
#gallery .gloNav_bg ul.navi a.movie img,
#special .gloNav_bg ul.navi a.special img {
  opacity: 1;
}
.gloNav_bg ul.navi a.about,
.gloNav_bg ul.navi a.about img {
  width: 302px;
  height: 116px;
}
.gloNav_bg ul.navi a.story,
.gloNav_bg ul.navi a.story img {
  width: 306px;
  height: 116px;
}
.gloNav_bg ul.navi a.character,
.gloNav_bg ul.navi a.character img {
  width: 396px;
  height: 116px;
}
.gloNav_bg ul.navi a.system,
.gloNav_bg ul.navi a.system img {
  width: 335px;
  height: 116px;
}
.gloNav_bg ul.navi a.movie,
.gloNav_bg ul.navi a.movie img {
  width: 305px;
  height: 116px;
}
.gloNav_bg ul.navi .movie.gray {
  width: 290px;
  height: 120px;
}

.gloNav_bg ul.navi .system .gray {
  width: 335px;
  height: 116px;
}
.gloNav_bg ul.navi a.special,
.gloNav_bg ul.navi a.special img {
  width: 343px;
  height: 116px;
}
.gloNav_bg ul.navi a.about {
  background-image: url(../img/sp/nav_about.png);
}
.gloNav_bg ul.navi a.story {
  background-image: url(../img/sp/nav_story.png);
}
.gloNav_bg ul.navi a.character {
  background-image: url(../img/sp/nav_character.png);
}
.gloNav_bg ul.navi a.system {
  background-image: url(../img/sp/nav_system.png);
}

.gloNav_bg ul.navi a.movie {
  background-image: url(../img/sp/nav_movie.png);
}
.gloNav_bg ul.navi .movie.gray {
  background-image: url(../img/sp/nav_movie_gray.png);
}
.gloNav_bg ul.navi a.special {
  background-image: url(../img/sp/nav_special.png);
}

.gloNav_bg ul.navi a.about img {
  background-image: url(../img/sp/nav_about_ov.png);
}
.gloNav_bg ul.navi a.story img {
  background-image: url(../img/sp/nav_story_ov.png);
}
.gloNav_bg ul.navi a.character img {
  background-image: url(../img/sp/nav_character_ov.png);
}

.gloNav_bg ul.navi a.movie img {
  background-image: url(../img/sp/nav_movie_ov.png);
}
.gloNav_bg ul.navi a.special img {
  background-image: url(../img/sp/nav_special_ov.png);
}

.block_system{
    display: block;
    cursor: default;
}

.gloNav_bg ul.navi a.system {
    background-image: url(../img/sp/nav_system.png);
}

#menu_btn {
  display: none;
}
.gloNav_bg .sns_btn {
  display: none;
}
#gloNav .news {
  position: relative;
  width: 100%;
  padding: 0.5em 92px 0 1.2em;
  font-size: 24rem;
  line-height: 1.3;
  -webkit-transform: translate(0%,0);
  -ms-transform: translate(0%,0);
  transform: translate(0%,0);
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 1s ease 0.3s;
  -o-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}
#gloNav .news li {
  position: relative;
  margin: 0 0 0.8em;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#gloNav.close .news li:nth-child(n+2) {
  pointer-events: none;
  opacity: 0;
}
#gloNav .news li:last-child {
  margin: 0;
}
#gloNav .news li .date {
  display: block;
}
#gloNav #newTgl {
  position: absolute;
  top: 0;
  right: 0;
  width: 92px;
  height: 118px;
  font-size: 36rem;
  text-align: center;
  cursor: pointer;
  background: rgba(255,255,255,0.0);
  -webkit-transform: translate(0%,0);
  -ms-transform: translate(0%,0);
  transform: translate(0%,0);
  -webkit-transition: background 0.15s linear, -webkit-transform 1s ease 0.3s;
  transition: background 0.15s linear, -webkit-transform 1s ease 0.3s;
  -o-transition: transform 1s ease 0.3s, background 0.15s linear;
  transition: transform 1s ease 0.3s, background 0.15s linear;
  transition: transform 1s ease 0.3s, background 0.15s linear, -webkit-transform 1s ease 0.3s;
  opacity: 1;
  pointer-events: auto;
}
body:not(#top) #gloNav .news,
body:not(#top) #gloNav #newTgl {
  -webkit-transform: translate(1000px,0);
  -ms-transform: translate(1000px,0);
  transform: translate(1000px,0);
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and ( min-width:1300px) {
  .gloNav_bg ul.navi {
    padding: 0 0 0 168px;
  }
}
#menu_btn {
  position: fixed;
  top: 15px;
  right: 15px;
  display: block;
  z-index: 1005;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

#contents {
  position: relative;
  padding: 0 0 70px;
  /*padding: 0 0 1050px;*/
}
#top #contents {
  padding: 0;
}
#contents main {
  width: 750px;
  margin: 0 auto;
}

.package {
  top: 0;
  width: 100%;
  max-width: 750px;
  height: 1052px;
  left: 0; right: 0;
  margin: 0 auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.package img {
  width: 100%;
}
.package_sub {
  left: 0; right: 0;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  height: 100vh;
}
.package_sub img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
#top .package_sub {
  /*opacity: 0;*/
}

#pagetop {
  position: fixed;
  right: auto;
  left: 50%;
  margin-left: 552px;
  bottom: -1000px;
  width: 100px;
  height: 123px;
  padding: 47px 0 0;
  color: transparent;
  text-indent: -4444em;
  overflow: hidden;
  background: url(../img/pagetop.png) 50% 0 no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear 510ms;
  -o-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear 510ms;
  transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear 510ms;
  z-index: 1000;
}
#pagetop:hover {
  -webkit-animation: pageTopAnim 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite alternate;
  animation: pageTopAnim 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite alternate;
}
#pagetop.show {
  opacity: 1;
  bottom: 40px;
  -webkit-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear;
  -o-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear;
  transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear;
}
#pagetop:before {
  content: ;
  display: block;
  width: 60px;
  height: 47px;
  margin: 0 auto;
}
#pagetop .txt {
  position: absolute;
  top: 104px;
  right: 0;
  left: 0;
  display: block;
  width: 91px;
  height: 61px;
  margin: 0 auto;
  background: url(../img/pagetop_txt.png) no-repeat 0 0;
  z-index: 1002;
}
#pagetop:after {
  content: "";
  position: absolute;
  top: 104px;
  right: 0;
  left: 0;
  display: block;
  width: 91px;
  height: 61px;
  margin: 0 auto;
  opacity: 0;
  background: url(../img/pagetop_txt.png) no-repeat 0 100%;
  z-index: 1003;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#pagetop:hover:after {
  opacity: 1;
}
#pagetop .pt_prinny {
  display: block;
  width: 100px;
  height: 123px;
  background: url(../img/pagetop_anim.png) 0 0 no-repeat;
}
#tweetBtn {
  display: none;
}
.twitter_box {
  display: none;
}
.footer_bg {
  position: relative;
  /*position: absolute;
  left: 0; right: 0;
  bottom: 0;*/
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background: #000 url(../img/sp/bg_footer.png) 50% 22px / 100% auto no-repeat;
  z-index: 10;
  -webkit-box-shadow: 0 0 14px 1px rgba(0,0,0,0.8);
  box-shadow: 0 0 14px 1px rgba(0,0,0,0.8);
}
.footer_bg footer {
  position: relative;
  width: 750px;
  padding: 550px 0 20px;
  font-size: 20rem;
  color: #fff;
}
.footer_bg .spec {
  display: none;
}
.footer_bg .sns {
  display: none;
}
#top footer .banner {
  width: 678px;
  margin: 0 auto 9px;
}
footer .banner li {
  padding: 0 8px 16px;
}
#social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 20px 25px;
  float: none;
  border-top: 2px solid #fff;
  padding: 28px 0 0;
}
#social li {
  margin: 0 10px;
}
#social a {
  display: block;
  overflow: hidden;
  border: 2px solid #fff;
  width: 210px;
  height: 72px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#social li img {
  position: relative;
  top: -4px;
  left: -7px;
  width: 225px;
}
footer .hard {
  position: static;
  display: block;
  text-align: center;
  margin: 0 auto 25px;
  -webkit-transition: opacity 1.4s linear 1.8s;
  -o-transition: opacity 1.4s linear 1.8s;
  transition: opacity 1.4s linear 1.8s;
}

footer .copy {
  text-align: center;
  color: #fff;
  line-height: 1.4;
  margin: 0;
}

footer .copy img{
  padding-bottom: 2vw;
}

.foot_banners {
  margin: 0 0 25px;
  text-align: center;
}