@charset "utf-8";

.pc_hide {
  display: none;
}
.size_s {
  line-height: 1.5;
  font-size: 14rem;
}
body {
  min-width: 960px;
  background: url(../img/bg.jpg) 50% 18px no-repeat fixed;
}
body:after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: url(../img/bg_top.jpg) 50% 18px no-repeat;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
body#top:after {
  opacity: 1;
}

.gloNav_bg {
  min-width: 960px;
}
.gloNav_bg #gloNav {
  position: relative;
  max-width: 1120px;
  margin-left: -webkit-calc(50% - 480px);
  margin-left: calc(50% - 480px);
  -webkit-transition: all 1s ease 0.3s;
  -o-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}
#top .gloNav_bg #gloNav {
  overflow: hidden;
}
body:not(#top) #gloNav {
  height: 77px;
}
.gloNav_bg .top {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 20;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
#top #gloNav .top {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.gloNav_bg .top:hover {
  -webkit-filter: brightness(1.15);
  filter: brightness(1.15);
}
.gloNav_bg ul.navi {
  position: absolute;
  width: 100%;
  height: 77px;
  padding: 0 0 0 -webkit-calc(15.1vw - 30px);
  padding: 0 0 0 calc(15.1vw - 30px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gloNav_bg ul.navi li {
  float: left;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gloNav_bg ul.navi li:nth-child(1) {
  padding: 0 4px 0 0;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.gloNav_bg ul.navi li:nth-child(2) {
  padding: 3px 4px 0 0;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.gloNav_bg ul.navi li:nth-child(3) {
  padding: 2px 4px 0 0;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.gloNav_bg ul.navi li:nth-child(4) {
  padding: 7px 4px 0 0;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.gloNav_bg ul.navi li:nth-child(5) {
  padding: 7px 4px 0 0;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.gloNav_bg ul.navi li:nth-child(6) {
  padding: 5px 4px 0 0;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
#top .gloNav_bg ul.navi li:nth-child(1) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#top .gloNav_bg ul.navi li:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#top .gloNav_bg ul.navi li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#top .gloNav_bg ul.navi li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#top .gloNav_bg ul.navi li:nth-child(5) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#top .gloNav_bg ul.navi li:nth-child(6) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.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;
}
.gloNav_bg ul.navi a:hover {
  -webkit-animation: swing 0.2s linear;
  animation: swing 0.2s linear;
}
.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,
.gloNav_bg ul.navi a.clicked img,
.gloNav_bg ul.navi a:hover img {
  opacity: 1;
}
.gloNav_bg ul.navi a.about,
.gloNav_bg ul.navi a.about img {
  width: 136px;
  height: 75px;
  background-image: url(../img/nav_about.png);
}
.gloNav_bg ul.navi a.story,
.gloNav_bg ul.navi a.story img {
  width: 123px;
  height: 69px;
  background-image: url(../img/nav_story.png);
}
.gloNav_bg ul.navi a.character,
.gloNav_bg ul.navi a.character img {
  width: 200px;
  height: 74px;
  background-image: url(../img/nav_character.png);
}
.gloNav_bg ul.navi a.system,
.gloNav_bg ul.navi a.system img {
  width: 137px;
  height: 67px;
  background-image: url(../img/nav_system.png);
}
.gloNav_bg ul.navi a.movie,
.gloNav_bg ul.navi a.movie img {
  width: 162px;
  height: 66px;
  background-image: url(../img/nav_movie.png);
}
.gloNav_bg ul.navi .movie.gray {
  width: 122px;
  height: 66px;
  background-image: url(../img/nav_movie_gray.png);
}
.gloNav_bg ul.navi a.special,
.gloNav_bg ul.navi a.special img {
  width: 140px;
  height: 66px;
  background-image: url(../img/nav_special.png);
}
#menu_btn {
  display: none;
}
.gloNav_bg .sns_btn {
  position: absolute;
  top: 10px;
  left: 8px;
  width: 200px;
  display: inline-block;
  line-height: 0.7;
  vertical-align: bottom;
  z-index: 10;
  -webkit-transform: translate(0%,0);
  -ms-transform: translate(0%,0);
  transform: translate(0%,0);
  -webkit-transition: all 1s ease 0.3s;
  -o-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}
body:not(#top) .gloNav_bg .sns_btn {
  top: 15px;
  left: -webkit-calc(50% + 460px);
  left: calc(50% + 460px);
  width: 106px;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.gloNav_bg div {
  display: inline-block;
}
.gloNav_bg .sns_btn #tweet {
  margin: 0 0 7px;
}
#top .gloNav_bg .sns_btn #tweet {
  margin: 0 6px 0 0;
}
#gloNav .news {
  position: relative;
  width: 100%;
  padding: 10px 48px 10px 266px;
  font-size: 14rem;
  line-height: 1.4;
  -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;
  padding-left: 7em;
  margin: 0 0 0.8em;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#gloNav.close .news li:not(:first-child) {
  opacity: 0;
}
#gloNav .news li:last-child {
  margin: 0;
}
#gloNav .news li .date {
  position: absolute;
  top: 0;
  left: 0;
}

#gloNav #newTgl {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 39px;
  font-size: 14rem;
  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;
}
#gloNav #newTgl:hover {
  background: rgba(255,255,255,0.3);
}
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;
  }
}
.sp_sub_header,
.page_name,
#menu_btn {
  display: none;
}


#contents {
  position: relative;
  padding: 0 0 70px;
  /*padding: 0 0 521px;*/
}
#top #contents {
  padding: 0;
  /*padding: 0 0 544px;*/
}
#contents main {
  max-width: 1120px;
  min-width: 960px;
  /*
  margin-left: -webkit-calc(50% - 480px);
  margin-left: calc(50% - 480px);
  */
  margin-left: -webkit-calc(50% - 516px);
  margin-left: calc(50% - 516px);
}

#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 {
  position: fixed;
  bottom: 65vh;
  right: 0;
  display: block;
  width: 352px;
  height: 77px;
  -webkit-transform: translate(282px,0);
  -ms-transform: translate(282px,0);
  transform: translate(282px,0);
  background: url(../img/btn_tweet_list.png) 0 0 no-repeat;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 90;
}
#tweetBtn.show {
}
.loaded #tweetBtn:hover {
  -webkit-transform: translate(81px,0);
  -ms-transform: translate(81px,0);
  transform: translate(81px,0);
}
#tweetBtn img {
  display: block;
  width: 352px;
  height: 77px;
  background: url(../img/btn_tweet_list.png) 0 100% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#tweetBtn:hover img {
  opacity: 1;
}
.twitter_box {
  position: fixed;
  bottom: 0;
  right: -550px;
  width: 476px;
  height: 740px;
  padding: 6px 0 0;
  -webkit-transform: translate3d(-550px,0,0);
  transform: translate3d(-550px,0,0);
  z-index: 10000;
  -webkit-border-radius: 16px 0 0 0;
  border-radius: 16px 0 0 0;
  background: #fff;
  -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.6);
  box-shadow: 0 0 16px rgba(0,0,0,0.6);
  -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.twitter_box.close {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.twitter_box h2 {
  margin: -30px 0 0 12px;
}
.twitter_box #close_btn {
  position: absolute;
  top: -25px;
  right: 4px;
  width: 51px;
  height: 51px;
  background: url(../img/btn_tweet_close.png) 0 0 no-repeat;
  cursor: pointer;
  -webkit-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
.twitter_box.close #close_btn {
  -webkit-transform: translate3d(-89px,0,0);
  transform: translate3d(-89px,0,0);
}
.twitter_box #close_btn img {
  display: block;
  width: 51px;
  height: 51px;
  background: url(../img/btn_tweet_close.png) 0 100% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.twitter_box #close_btn:hover img {
  opacity: 1;
}
.twitter_box .feed_wrap {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0 2px 8px 0;
  border-radius: 0 2px 8px 0;
  z-index: 10;
}
.footer_bg {
  position: relative;
  /*position: absolute;
  bottom: 0;*/
  width: 100%;
  background: #000;
  -webkit-box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
  box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
  z-index: 10;
}
.footer_bg footer {
  position: relative;
  width: 960px;
  padding: 0 0 5px;
  margin: 0 auto;
  font-size: 11rem;
  color: #fff;
}
footer .spec {
  padding: 25px 0 14px;
  text-align: center;
  margin: 0 auto 9px;
  border-bottom: 1px solid #fff;
}
footer .sns {
  width: 660px;
  height: 24px;
  padding: 0 0 0 20px;
  margin: 0 0 8px;
}
footer .sns li {
  display: inline-block;
  padding: 2px 24px 3px 0;
  background: url(../img/footer_navi_slash.png) 98% 0 no-repeat;
}
footer .sns li:last-child {
  padding: 2px 0 0 0;
  background: none;
}
footer .sns li a {
  display: inline-block;
  height: 24px;
  background: url(../img/btns_ownd_media.png) no-repeat;
}
footer .sns li a img {
  display: inline-block;
  height: 24px;
  background: url(../img/btns_ownd_media.png) no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
footer .sns li a:hover img {
  opacity: 1;
}
footer .sns li.blog a {
  width: 126px;
  background-position: 0 0;
}
footer .sns li.blog img {
  width: 126px;
  background-position: 0 -22px;
}
footer .sns li.twitter a {
  width: 149px;
  background-position: -150px 0;
}
footer .sns li.twitter img {
  width: 149px;
  background-position: -150px -22px;
}
footer .sns li.facebook a {
  width: 206px;
  background-position: -300px 0;
}
footer .sns li.facebook img {
  width: 206px;
  background-position: -300px -22px;
}
footer .banner li:nth-child(3n+2) {
  margin: 0 9px;
}
footer .banner li:nth-child(n+4) {
  padding-top: 9px;
}
#social {
  display: none;
}
footer .copy {
  padding: 0 0 0 21px;
  line-height: 1.5;
}
footer .hard {
  position: absolute;
  bottom: 54px;
  right: 4px;
}
footer .hard img {
  height: 31px;
  margin: 0 3px;
}
.foot_banners {
  position: absolute;
  bottom: 12px;
  right: 7px;
  line-height: 0;
}
.foot_banners a {
  display: inline-block;
  width: 88px;
  height: 31px;
  margin-left: 9px;
}
.foot_banners a img {
  width: 88px;
  height: 31px;
}