@charset "utf-8";

body:not(#top) #contents main {
  padding: 20px 0 0;
}
#top .page_name {
  display: none;
}
.page_name {
  position: relative;
  padding: 140px 0 0;
  height: 260px;
  z-index: 10;
}
.page_name img {
  display: block;
  width: 100%;
  height: 110px;
  margin: 0 auto;
}
#about .page_name img {
  background: url(../img/sp/nav_about.png) 50% 100% / auto 85% no-repeat;
}
#story .page_name img {
  background: url(../img/sp/nav_story.png) 50% 100% / auto 85% no-repeat;
}
#character .page_name img {
  background: url(../img/sp/nav_character.png) 50% 100% / auto 85% no-repeat;
}
#system .page_name img {
  background: url(../img/sp/nav_system.png) 50% 100% / auto 85% no-repeat;
}
#gallery .page_name img {
  background: url(../img/sp/nav_movie.png) 50% 100% / auto 85% no-repeat;
}
#special .page_name img {
  background: url(../img/sp/nav_special.png) 50% 100% / auto 85% no-repeat;
}

#contents .subNavWrap {
  
}
#contents #subNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 600px;
  margin: 0 auto 5px;
}
#contents #subNav li {
  width: 280px;
  margin: 0 10px 10px;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both 0.5s;
  animation: fadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both 0.5s;
}
#contents #subNav ul > li:only-child {
  margin: 0 auto 20px;
}
#contents #subNav li:nth-child(2) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#contents #subNav li:nth-child(3) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
#contents #subNav li:nth-child(4) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
#contents #subNav li:nth-child(5) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
#contents #subNav li:nth-child(6) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
#contents #subNav li:nth-child(7) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
#contents #subNav li:nth-child(8) {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
#contents #subNav li:nth-child(9) {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}
#contents #subNav li:nth-child(10) {
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}
#contents #subNav li:nth-child(11) {
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}
#contents #subNav li:nth-child(12) {
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}

/* システム */
#system #contents #subNav li:nth-child(1) ul.sub li:nth-child(1) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#system #contents #subNav li:nth-child(1) ul.sub li:nth-child(2) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
#system #contents #subNav li:nth-child(2) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
#system #contents #subNav li:nth-child(2) ul.sub li:nth-child(1) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
#system #contents #subNav li:nth-child(2) ul.sub li:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
#system #contents #subNav li:nth-child(3) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}


/* ムービー */
#gallery .subNavWrap {
  display: none;
}
ul.mv_list {
  width: 650px;
}
.mv_list li {
  width: 650px;
}
.mv_list li.new:after {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.mv_list li:first-child.new:after {
  left: 70%;
}
.mv_list li h3 {
  width: 100%;
  margin: 0 0 8px;
}
.mv_list li h3 img {
  height: 55px;
}
.mv_list a.play_btn {
  width: 640px;
  border: 5px solid #fff;
}
.mv_list iframe.mv_obj {
  width: 640px;
  height: 360px;
}