@charset "utf-8";

#top #gloNav .top,
#top #menu_btn {
  -webkit-transform: translate(0,-150%);
  -ms-transform: translate(0,-150%);
  transform: translate(0,-150%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#top #contents main {
  /*height: 975px;*/
}
#top h1 {
  width: 453px;
  padding: 124px 0 604px 7px;
}
#top .release {
  position: absolute;
    top: 870px;
    right: 29px;
    width: 700PX;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  -o-transition: all 0s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all 0s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
body.packageEnd#top .release {
  opacity: 1;
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
  -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
}
#top .release img {
  width: 100%;
}
#topNav {
  background: #000;
}
#topNav ul {
  position: relative;
  height: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#topNav li {
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  z-index: 10;
}
.loaded #topNav li {
  position: absolute;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.loaded #topNav li.new:after {
  top: -2px;
  right: -4px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
#topNav li:nth-child(1) {
  top: 20px;
  left: 34px;
}
#topNav li:nth-child(2) {
  top: 28px;
  left: 386px;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#topNav li:nth-child(3) {
    top: 146px;
    left: 45px;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#topNav li:nth-child(4) {
    top: 146px;
    left: 386px;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#topNav li:nth-child(5) {
    top: 285px;
    left: 40px;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#topNav li:nth-child(6) {
   top: 285px;
  left:  388px;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.coversheets {
    top: -202px;
    left: 439px;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

#topNav li a,
#topNav li span {
  display: block;
  width: 100%;
  -webkit-tap-highlight-color:rgba(255,255,255,0);
}
#topNav .about {
  background: url(../img/sp/nav_about.png) 0 0 no-repeat;
}
#topNav .story {
  background: url(../img/sp/nav_story.png) 0 0 no-repeat;
}
#topNav .character {
  background: url(../img/sp/nav_character.png) 0 0 no-repeat;
}
#topNav .system {
  background: url(../img/sp/nav_system.png) 0 0 no-repeat;
}
#topNav .movie {
  background: url(../img/sp/nav_movie.png) 0 0 no-repeat;
}
#topNav .movie.gray {
  background: url(../img/sp/nav_movie_gray.png) 0 0 no-repeat;
}
#topNav .special {
  background: url(../img/sp/nav_special.png) 0 0 no-repeat;
}
#topNav .about,
#topNav .about img {
  width: 302px;
  height: 159px;
}
#topNav .story,
#topNav .story img {
  width: 306px;
  height: 148px;
}
#topNav .character,
#topNav .character img {
  width: 396px;
  height: 157px;
}
#topNav .system,
#topNav .system img {
  width: 335px;
  height: 142px;
}
#topNav .movie,
#topNav .movie img {
  width: 305px;
  height: 135px;
}
#topNav .movie.gray {
  width: 290px;
  height: 120px;
}
#topNav .special,
#topNav .special img {
  width: 343px;
  height: 140px;
}

.coversheets{
  position: absolute;
  top:0
  left: 30%;
}


#top footer .banner {
  height: auto;
  /*height: 96px;*/
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#top footer .banner li.new:after {
  top: 0px;
}