@charset "UTF-8";
.init {
  opacity: 0;
}

/*----------------- top ------------------*/
.section-top {
  background: url(../img/index/img-main.png) no-repeat center top;
}
.section-top .ps4 {
  position: absolute;
  left: 21px;
  top: 13px;
}
.section-top .sns-list {
  position: absolute;
  right: 2px;
  top: 10px;
}
.section-top .sns-list li {
  float: left;
  margin-right: 5px;
}
.section-top .text-headding {
  position: absolute;
  right: 20px;
  top: 65px;
}
.section-top h1 {
  width: 432px;
  height: 410px;
  padding: 37px 0 13px 40px;
  background: url(../img/index/logo-main.png) no-repeat 40px 60px;
}
.section-top h1 img {
  display: none;
}
.section-top .lead {
  display: inline-block;
  position: absolute;
  top: 56px;
  right: 0;
  width: 158px;
  height: 549px;
  background: url(../img/index/lead.png) no-repeat 0 0;
  background-size: contain;
}
.section-top .lead img {
  display: none;
}
.section-top .text-donkou {
  position: absolute;
  right: 112px;
  bottom: 22px;
}
.section-top .movie-box {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 53px 0 25px 22px;
}
.section-top .movie-box a {
  width: 240px;
}
.section-top .movie-box a img {
  max-width: 100%;
}
.section-top .movie-box a ~ a {
  margin-left: 11px;
}
.section-top .text-release {
  padding-bottom: 9px;
  padding-left: 99px;
}
.section-top .text-release img {
  display: none;
}
.section-top .text-release .text-onsale {
  display: inline-block;
  width: 300px;
  height: 70px;
  background: url(../img/index/text-onsale.png) no-repeat 0 0;
}
.section-top .bnr {
  padding-bottom: 20px;
  padding-left: 18px;
}

/*----------------- sec01 ------------------*/
.section-sec01 {
  background: url(../img/index/bg-sec01.png) no-repeat center top;
  background-size: cover;
  padding: 25px 0 45px 0;
  margin-bottom: 1px;
}
.section-sec01 h2 {
  text-align: center;
  margin-bottom: 15px;
}
.section-sec01 .text-head {
  position: relative;
  left: -10px;
  opacity: 0;
  text-align: center;
  margin-bottom: 35px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.section-sec01 .text-head.done {
  left: 0px;
  opacity: 1;
}
.section-sec01 .list {
  text-align: center;
}
.section-sec01 .list li {
  opacity: 0;
  position: relative;
  bottom: -10px;
  display: inline-block;
  margin: 0 10px;
}

/*----------------- sec02 ------------------*/
.section-sec02 {
  background: url(../img/index/bg-sec02.png) no-repeat center top;
  background-size: cover;
  padding: 25px 0 45px 0;
  margin-bottom: 1px;
}
.section-sec02 .text-head {
  position: relative;
  left: -10px;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-align: center;
  margin-bottom: 35px;
}
.section-sec02 .text-head.done {
  left: 0px;
  opacity: 1;
}
.section-sec02 .list {
  text-align: center;
}
.section-sec02 .list li {
  opacity: 0;
  position: relative;
  bottom: -10px;
  display: inline-block;
  margin: 0 10px;
}

/*----------------- sec03 ------------------*/
.section-sec03 {
  background: url(../img/index/bg-sec03.png) no-repeat center top;
  background-size: cover;
  padding: 25px 0 45px 0;
  margin-bottom: 1px;
}
.section-sec03 .text-head {
  position: relative;
  left: -10px;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-align: center;
  margin-bottom: 35px;
}
.section-sec03 .text-head.done {
  left: 0px;
  opacity: 1;
}
.section-sec03 .list {
  text-align: center;
}
.section-sec03 .list li {
  opacity: 0;
  position: relative;
  bottom: -10px;
  display: inline-block;
  margin: 0 10px;
  margin-bottom: 10px;
}
.section-sec03 .img-kyaba {
  position: relative;
  text-align: center;
  margin-top: 35px;
}
.section-sec03 .img-kyaba .list-box {
  position: absolute;
  bottom: 65px;
  left: 300px;
}
.section-sec03 .img-kyaba .kyaba-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-sec03 .img-kyaba .movie-box {
  margin-top: 20px;
}

/*----------------- sec04 ------------------*/
.section-sec04 {
  background: url(../img/index/bg-sec04.png) no-repeat center top;
  background-size: cover;
  padding: 25px 0 45px 0;
  margin-bottom: 1px;
}
.section-sec04 .text-head {
  position: relative;
  left: -10px;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-align: center;
  margin-bottom: 35px;
}
.section-sec04 .text-head.done {
  left: 0px;
  opacity: 1;
}
.section-sec04 .list {
  text-align: center;
}
.section-sec04 .list li {
  opacity: 0;
  position: relative;
  bottom: -10px;
  display: inline-block;
  margin: 0 10px;
}
.section-sec04 .img-kyaba {
  text-align: center;
  margin-top: 35px;
}

/*----------------- sec05 ------------------*/
.section-sec05 {
  background: url(../img/index/bg-sec05.png) no-repeat center top;
  background-size: cover;
  padding: 25px 0 45px 0;
}
.section-sec05 .text-head {
  text-align: center;
  margin-bottom: 35px;
}
.section-sec05 .btn {
  text-align: center;
}
.section-sec05 .chara {
  text-align: center;
  margin-top: 20px;
}
.section-sec05 .chara li {
  opacity: 0;
  position: relative;
  bottom: -10px;
  float: left;
  margin-left: 3px;
}

/*----------------- spec ------------------*/
.section-spec {
  background: url(../img/index/bg-dragon.png) no-repeat center top;
  background-color: #fff;
  padding: 25px 0 47px 0;
}
.section-spec h2 {
  text-align: center;
  margin-bottom: 53px;
}
.section-spec .mix-box {
  padding-left: 3px;
  text-align: center;
}
.section-spec .left-box {
  width: 257px;
  display: inline-block;
  vertical-align: top;
  padding-top: 11px;
}
.section-spec .left-box img {
  width: 100%;
}
.section-spec .right-box {
  min-width: 257px;
  text-align: left;
  display: inline-block;
  margin-left: 32px;
}
.section-spec .right-box p {
  font-size: 18px;
  line-height: 2.15;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.section-spec .text-option {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
}

/*----------------- sp ------------------*/
@media (max-width: 1024px) {
  body {
    background-color: #fff;
  }

  .fancybox-wrap.movie .fancybox-inner {
    height: 50vw !important;
  }

  /*----------------- top ------------------*/
  .section-top {
    background: url(../img/index/bg-main_sp.png) no-repeat center 0.5%;
    background-size: 100%;
  }
  .section-top .ps4 {
    width: 28.1%;
    left: 2.2%;
    top: 1.40%;
  }
  .section-top .sns-list {
    width: 20.7%;
    right: 0;
    top: 0.5%;
  }
  .section-top .sns-list li {
    margin-right: 6%;
    width: 43%;
  }
  .section-top h1 {
    width: 74.5%;
    height: auto;
    margin: 0 auto;
    padding: 65.9vw 0 4.20vw;
    background-image: none;
  }
  .section-top h1 img {
    display: inline;
    position: relative;
    left: 2.6%;
  }
  .section-top .lead {
    top: 4.7%;
    right: auto;
    left: 1.6%;
    width: 11.40%;
    height: auto;
    background-image: none;
  }
  .section-top .lead img {
    display: inline;
  }
  .section-top .text-donkou {
    width: 100%;
    position: relative;
    right: inherit;
    bottom: inherit;
    padding-bottom: 7%;
  }
  .section-top .text-headding {
    width: 8.4%;
    position: absolute;
    right: 3%;
    top: 6%;
  }
  .section-top .movie-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 83%;
    margin: 0 auto 3.9% auto;
  }
  .section-top .movie-box a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    width: 100%;
    margin-top: 3.7%;
  }
  .section-top .movie-box a ~ a {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    margin-left: 0;
  }
  .section-top .text-release {
    padding-bottom: 5.3%;
    padding-left: 0;
    text-align: center;
  }
  .section-top .text-release img {
    display: inline;
  }
  .section-top .text-release .text-onsale {
    width: 59.2%;
    height: auto;
    background-image: none;
  }
  .section-top .bnr {
    padding-bottom: 5.7%;
    padding-left: 0;
  }

  /*----------------- spec01 ------------------*/
  .section-sec01 {
    background: url(../img/index/bg-sec01_sp.png) no-repeat center top;
    background-size: cover;
    padding: 5% 0 10% 0;
  }
  .section-sec01 h2 {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .section-sec01 .list {
    width: 70%;
    margin: 0 auto;
  }
  .section-sec01 .list li {
    float: left;
    display: block;
    margin: 2%;
    width: 46%;
  }
  .section-sec01 .list li:nth-child(3), .section-sec01 .list li:nth-child(4) {
    margin-bottom: 0;
  }
  .section-sec01 .text-head {
    width: 97%;
    margin: 0 auto;
    margin-bottom: 7%;
  }

  /*----------------- spec02 ------------------*/
  .section-sec02 {
    background: url(../img/index/bg-sec02_sp.png) no-repeat center top;
    background-size: cover;
    padding: 5% 0 10% 0;
  }
  .section-sec02 h2 {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .section-sec02 .list {
    width: 70%;
    margin: 0 auto;
  }
  .section-sec02 .list li {
    float: left;
    display: block;
    margin: 2%;
    width: 46%;
  }
  .section-sec02 .list li:nth-child(3), .section-sec02 .list li:nth-child(4) {
    margin-bottom: 0;
  }
  .section-sec02 .text-head {
    width: 97%;
    margin: 0 auto;
    margin-bottom: 7%;
  }

  /*----------------- spec03 ------------------*/
  .section-sec03 {
    background: url(../img/index/bg-sec03_sp.png) no-repeat center top;
    background-size: cover;
    padding: 5% 0 10% 0;
  }
  .section-sec03 h2 {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .section-sec03 .list {
    width: 70%;
    margin: 0 auto;
  }
  .section-sec03 .list li {
    float: left;
    display: block;
    margin: 2%;
    width: 46%;
  }
  .section-sec03 .list li:nth-child(3), .section-sec03 .list li:nth-child(4) {
    margin-bottom: 0;
  }
  .section-sec03 .text-head {
    width: 97%;
    margin: 0 auto;
    margin-bottom: 7%;
  }
  .section-sec03 .img-kyaba {
    margin-top: 5%;
  }
  .section-sec03 .img-kyaba .list-box {
    position: absolute;
    width: 100%;
    bottom: 7%;
    left: 0;
  }
  .section-sec03 .img-kyaba .kyaba-list {
    width: 70%;
    margin: 0 auto;
  }
  .section-sec03 .img-kyaba .kyaba-list li {
    width: 47.62%;
  }
  .section-sec03 .img-kyaba .movie-box {
    width: 70%;
    margin: 3.3% auto 0;
  }

  /*----------------- spec04 ------------------*/
  .section-sec04 {
    background: url(../img/index/bg-sec04_sp.png) no-repeat center top;
    background-size: cover;
    padding: 5% 0 10% 0;
  }
  .section-sec04 h2 {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .section-sec04 .list {
    width: 70%;
    margin: 0 auto;
  }
  .section-sec04 .list li {
    float: left;
    display: block;
    margin: 2%;
    width: 46%;
  }
  .section-sec04 .list li:nth-child(3), .section-sec04 .list li:nth-child(4) {
    margin-bottom: 0;
  }
  .section-sec04 .text-head {
    width: 97%;
    margin: 0 auto;
    margin-bottom: 7%;
  }

  /*----------------- spec05 ------------------*/
  .section-sec05 {
    background: url(../img/index/bg-sec05_sp.png) no-repeat center top;
    background-size: cover;
    padding: 5% 0 10% 0;
  }
  .section-sec05 h2 {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .section-sec05 .list {
    width: 70%;
    margin: 0 auto;
  }
  .section-sec05 .list li {
    float: left;
    display: block;
    margin: 2%;
    width: 46%;
  }
  .section-sec05 .list li:nth-child(3), .section-sec05 .list li:nth-child(4) {
    margin-bottom: 0;
  }
  .section-sec05 .text-head {
    width: 72%;
    margin: 0 auto;
    margin-bottom: 7%;
  }
  .section-sec05 .btn {
    width: 78%;
    margin: 0 auto;
  }
  .section-sec05 .chara {
    width: 100%;
    margin-top: 7%;
  }
  .section-sec05 .chara li {
    width: 15%;
    margin-left: 1.5%;
  }

  /*----------------- spec05 ------------------*/
  .section-spec {
    background: url(../img/index/bg-dragon.png) no-repeat center top;
    background-size: 150%;
    padding: 5% 0;
  }
  .section-spec h2 {
    width: 10.5%;
    margin: 0 auto;
    margin-bottom: 5.5%;
  }
  .section-spec .left-box {
    display: block;
    float: none;
    width: 42.7%;
    margin: 0 auto;
    padding: 0;
  }
  .section-spec .right-box {
    float: none;
    margin: 0;
    margin-top: 7%;
  }
  .section-spec .right-box p {
    text-align: center;
    font-size: 3.2vw;
    line-height: 6.8vw;
  }
  .section-spec .right-box p.cerp {
    width: 24.7%;
    margin: 6.2% auto 0;
  }
  .section-spec .text-option {
    width: 80%;
    margin: 0 auto;
    margin-top: 7%;
    text-align: center;
    font-size: 2.9vw;
  }
}

/*# sourceMappingURL=style.css.map */