@charset "UTF-8";

.section-wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.main-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url(../img/top/bg.jpg) center top no-repeat;
  background-size: cover;
  z-index: -3;
}

.section-wrap{
  background:rgba(0,0,0,0.84);
}

/*------------------------------------------------------------
  hero
------------------------------------------------------------*/
.hero {
  position: relative;
  min-width: 960px;
  overflow: hidden;
}
.hero__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -140px;
  margin-left: -353px;
}
.hero__release {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 115px;
  margin-left: -131px;
}
.hero__twitter {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.hero__twitter a {
  -ms-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.hero__ttl{
  opacity: 1;
  -webkit-transition: opacity 700ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 700ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.hero__release{
  opacity: 1;
  -webkit-transition: opacity 700ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 700ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.is-scrolled-ttl .hero__ttl{
  opacity: 0;
}
.is-scrolled-date .hero__release{
  opacity: 0;
}

/* bgm */
.hero__bgm {
  position: absolute;
  bottom: 24px;
  left: -276px;
  width: 276px;
  height: 58px;
  background: url(../img/top/bgm_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.toggle__list {
  position: absolute;
  top: 8px;
  left: 54px;
}
.toggle__item {
  width: 30px;
  height: 42px;
  float: left;
}
.toggle__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0;
  -ms-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0.5;
}
.track__list {
  position: absolute;
  top: 8px;
  left: 122px;
}
.track__item {
  width: 30px;
  height: 42px;
  float: left;
  border-right: 1px solid #1a2025;
  text-align: center;
  position: relative;
}
.track__item:first-child {
  border-left: 1px solid #1a2025;
}
.track__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 7px 0;
  background-color: rgba(50, 68, 82, 0.42);
}
.track__item p {
  position: absolute;
  top: -57px;
  opacity: 0;
  margin-top: 3px;
  -ms-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.track__item.bgm--01 p {
  left: -93px;
}
.track__item.bgm--02 p {
  left: -107px;
}
.track__item.bgm--03 p {
  left: -72px;
}
.track__item.bgm--04 p {
  left: -68px;
}
/* bgm ON/OFF */
.is-bgm-on .toggle__item.bgm--on a {
  opacity: 1;
  pointer-events: none;
}
.is-bgm-off .toggle__item.bgm--off a {
  opacity: 1;
  pointer-events: none;
}
/* bgm select */
.is-bgm-01 .track__item.bgm--01 a {
  background-color: rgba(0, 0, 0, 0.6);
}
.is-bgm-02 .track__item.bgm--02 a {
  background-color: rgba(0, 0, 0, 0.6);
}
.is-bgm-03 .track__item.bgm--03 a {
  background-color: rgba(0, 0, 0, 0.6);
}
.is-bgm-04 .track__item.bgm--04 a {
  background-color: rgba(0, 0, 0, 0.6);
}
.hero {
  padding-top: 42.459%;
}
@media screen and (orientation: portrait) {
  .hero {
    padding-top: 76.55%;
  }
}
@media screen and (min-aspect-ratio: 1/1) {
  .hero {
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 1024px) and (min-aspect-ratio: 4/3) {
  .hero {
    padding-top: 46.46%;
  }
  .hero__ttl {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -127px;
    margin-left: -230px;
  }
  .hero__release {
    width: 190px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 35px;
    margin-left: -100px;
  }
  .hero__release img,
  .hero__ttl img{
    width: 100%;
    height: auto;
  }
}
@media screen and (min-aspect-ratio: 16/11) {
  .hero {
    padding-top: 38%;
  }
}



/*------------------------------------------------------------
  thumbnail
------------------------------------------------------------*/
.thumbnail {
  padding-top: 18px;
}
.thumbnail__list {
  width: 865px;
  margin: 0 auto;
}
.thumbnail__item {
  float: left;
  margin-left: 18px;
  position: relative;
}
.thumbnail__item:first-child {
  margin-left: 0;
}
.thumbnail__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -ms-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.thumbnail__item.thumbnail--movie a:after {
  content: '';
  display: block;
  width: 57px;
  height: 49px;
  background: url(../img/top/movie_icon.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 48px;
  left: 109px;
}
.thumbnail__item.is--border {
  padding-left: 18px;
  background: url(../img/top/topic_border.png) 0 0 no-repeat;
}


/*------------------------------------------------------------
  intro
------------------------------------------------------------*/
.intro {
  padding-top: 76px;
}
.intro .section-wrapper {
  position: relative;
  width: 100%;
  min-width: 960px;
  overflow: hidden;
}
.intro__ttl {
  text-align: center;
  padding-bottom: 50px;
}
.intro-box {
  position: relative;
}
.intro__img {
  position: absolute;
  left: 50%;
}
.intro__txt {
  position: absolute;
  left: 50%;
}
/* 01 */
.intro-box--01 {
  height: 296px;
}
.intro__img--01 {
  top: 0;
  margin-left: -80px;
}
.intro__txt--01 {
  top: 41px;
  margin-left: -430px;
}
/* 02 */
.intro-box--02 {
  height: 301px;
  margin-top: -10px;
}
.intro__img--02 {
  top: 0;
  margin-left: -640px;
}
.intro__txt--02 {
  top: 57px;
  margin-left: 160px;
}
/* 03 */
.intro-box--03 {
  height: 291px;
}
.intro__img--03 {
  top: 0;
  margin-left: -120px;
}
.intro__txt--03 {
  top: 57px;
  margin-left: -440px;
}


/*------------------------------------------------------------
  chara
------------------------------------------------------------*/
.chara {
  padding-top: 73px;
}
.chara .section-wrapper {
  position: relative;
  width: 100%;
  min-width: 960px;
  overflow: hidden;
}
.chara__ttl {
  text-align: center;
  padding-bottom: 50px;
}
.chara__list {
  height: 807px;
}
.chara__item {
  position: absolute;
  left: 50%;
}
/* 01 */
.chara__item--01 {
  top: 135px;
  margin-left: -580px;
}
.chara__item--01 .chara__item__person {
  position: relative;
  z-index: 10;
}
.chara__item--01 .chara__item__bg {
  position: absolute;
  left: -71px;
  bottom: 24px;
  z-index: 1;
}
/* 02 */
.chara__item--02 {
  top: 200px;
  margin-left: -120px;
}
.chara__item--02 .chara__item__person {
  position: relative;
  z-index: 9;
}
.chara__item--02 .chara__item__bg {
  position: absolute;
  left: 66px;
  bottom: 51px;
  z-index: 1;
}


/*------------------------------------------------------------
  message
------------------------------------------------------------*/
.message {
  padding-top: 53px;
}
.message__ttl {
  text-align: center;
  padding-bottom: 50px;
}
.message__txt {
  text-align: center;
  padding-bottom: 30px;
}
.message__btn {
  text-align: center;
  padding-bottom: 132px;
}
.message__btn a {
  -ms-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}


/*------------------------------------------------------------
  staff
------------------------------------------------------------*/
.staff {
  padding-top: 61px;
  background: url(../img/top/staff_bg.jpg) 0 0 no-repeat;
  background-size: cover;
}
.staff__ttl {
  text-align: center;
  padding-bottom: 41px;
}
.staff__txt {
  text-align: center;
  padding-bottom: 51px;
  margin-left: 36px;
}
.staff__copyright {
  text-align: center;
  padding-bottom: 5px;
  margin-left: -25px;
}
.staff__bottomlink{
  text-align: center;
  padding-bottom: 25px;
  margin-left: -25px;
}
.staff__bottomlink a{
  -ms-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}


/*------------------------------------------------------------
  loading
------------------------------------------------------------*/
.loading {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10101;
}
.loading-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.loading-inner {
  display: table-cell;
  vertical-align: middle;
}
.loading-txt {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.loading-bar{
  background: #FFF;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.loading__list {
  padding-top: 30px;
  text-align: center;
}
.loading__btn {
  display: inline-block;
  width: 154px;
  height: 62px;
  margin: 0 7px;
}
.loading__btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/top/loading_btn_bg.png) 0 0 no-repeat;
  background-size: cover;
  opacity: 1;
  padding: 18px 0;
  box-sizing: border-box;
  -ms-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.loading__btn a img {
  opacity: 0.5;
}
.is-bgm-on .loading__btn.loading__btn--on img {
  opacity: 1;
}
.is-bgm-off .loading__btn.loading__btn--off img {
  opacity: 1;
}


/*------------------------------------------------------------
  movie modal
------------------------------------------------------------*/
#movie-modal {
  z-index: 11000;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


/*------------------------------------------------------------
  movie modal
------------------------------------------------------------*/
#movie-modal {
  position: fixed;
}
@media screen and (min-aspect-ratio: 16/7) {
  #modal {
    position: absolute;
    height: 880px;
  }
}
.modal_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0,0,0,.9);
  text-indent: -9999px;
}
.modal_window {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 675px;
  margin: -338px 0 0 -600px;
}

@media screen and (max-width: 1578px) {
  .modal_window {
    width: 76%;
    height: 0;
    max-width: 1200px;
    padding-top: 42.75%;
    margin: -21.375% 0 0 -38%;
  }
}
@media screen and (min-aspect-ratio: 16/11) {
  /*.showmovie .modal_window {
    top: 50%;
    left: 50%;
    width: 80%;
    margin-top: -22%;
    margin-left: -40%;
    padding-top: 45%;
  }*/
}
.modal_btn_close {
  display: block;
  position: absolute;
  top: -52px;
  right: 0;
  width: 38px;
  height: 39px;
  overflow: hidden;
}
.showmovie .modal_btn_close {
  right: 15px;
}
@media screen and (min-aspect-ratio: 16/11) {
  .showmovie .modal_btn_close {
    right: 0;
  }
}
@media screen and (min-aspect-ratio: 16/9) {
  .modal_btn_close,
  .showmovie .modal_btn_close {
    top: 0;
    right: -60px;
    z-index: 100;
  }
  .is-ua-wiiu .modal_btn_close {
    top: -80px;
  }
}
.modal_btn_close a {
  display: block;
  height: 100%;
  background: url(../img/top/modal_btn_close.png) 0 0 no-repeat;
  text-indent: -9999px;
  outline: none;
}
.modal_btn_close a{
  display: block;
}

.modal_contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.showmovie .modal_contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
@media screen and (min-aspect-ratio: 16/11) {
  .showmovie .modal_contents {
    height: 100%;
    padding-top: 0;
  }
  .is-ua-wiiu .modal_contents {
    padding-top: 0;
    height: 340px;
    width: 600px;
    margin: -80px 0 0 -300px;
    top: 0;
    left: 50%;
  }
}
.modal_contents img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.modal_contents iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_contents.loading:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.open_modal body{
  overflow: hidden;
}
.open_modal #movie-modal{
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}


/*------------------------------------------------------------
  hover
------------------------------------------------------------*/
.no-touchevents .toggle__item a:hover {
  opacity: 1;
}
.no-touchevents .track__item a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.no-touchevents .track__item a:hover + p {
  opacity: 1;
  margin-top: 0;;
}
.no-touchevents .hero__twitter a:hover{
  opacity: 0.85;
}
.no-touchevents .thumbnail__item a:hover{
  opacity: 0.8;
}
.no-touchevents .loading__btn a:hover{
  opacity: 0.8;
}
.no-touchevents .message__btn a:hover{
  opacity: 0.8;
}
.no-touchevents .staff__bottomlink a:hover{
  opacity: 0.8;
}