/* Scss Document */
/*----------------- usual ------------------*/
.init {
  opacity: 0;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 900px;
  margin: 0 auto;
  padding: 0 18px;
}
.list.narrow {
  width: 420px;
  padding: 0 1px;
}
.list li {
  display: inline-block;
  position: relative;
  bottom: -10px;
  opacity: 0;
  margin-top: 20px;
}
.list li:nth-child(1), .list li:nth-child(2), .list li:nth-child(3), .list li:nth-child(4) {
  margin-top: 0;
}

.action-list li {
  position: relative;
  bottom: -10px;
}
.action-list li ul li {
  bottom: 0 !important;
}
.action-list + .text-head {
  margin-top: 35px;
}

.text-head {
  position: relative;
  left: -20px;
  opacity: 0;
  -webkit-transition: left 0.5s ease-out , opacity 0.5s ease-out;
  transition: left 0.5s ease-out , opacity 0.5s ease-out;
}
.text-head.done {
  left: 0;
  opacity: 1;
}

/*----------------- top ------------------*/
.section-top {
  background: url(../img/index/img-main.jpg) no-repeat center top;
}
.section-top .ps4 {
  position: absolute;
  left: 21px;
  top: 13px;
}
.section-top .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  right: 11px;
  top: 10px;
  width: 85px;
}
.section-top .text-headding {
  position: absolute;
  right: 20px;
  top: 65px;
}
.section-top h1 {
  width: 391px;
  height: 415px;
  margin: 17px auto 32px 42px;
}
.section-top .lead {
  display: inline-block;
  position: absolute;
  top: 56px;
  right: 9px;
  width: 77px;
  height: 792px;
  background-size: contain;
}
.section-top .text-doukon {
  position: absolute;
  right: 102px;
  bottom: 129px;
}
.section-top .movie-box {
  margin: 0 0 14px 59px;
}
.section-top .text-release {
  margin-bottom: 12px;
  padding-left: 53px;
}
.section-top .text-release img {
  display: none;
}
.section-top .text-release .text-onsale {
  display: inline-block;
  width: 371px;
  height: 74px;
  background: url(../img/index/text-onsale_now.png) no-repeat 0 0;
  background-size: contain;
}
.section-top .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 26px;
}
.section-top .bnr a {
  display: inline-block;
  margin: 0 5px;
}

/*----------------- sec01 ------------------*/
.section-sec01 {
  background: url(../img/index/bg-sec01.jpg) no-repeat center top;
  background-size: cover;
  padding: 37px 0 40px 0;
}
.section-sec01 h2 {
  text-align: center;
  margin-bottom: 15px;
}
.section-sec01 .text-head {
  left: -21px;
  text-align: center;
  margin-bottom: 30px;
}
.section-sec01 .text-head.done {
  left: -1px;
}
.section-sec01 p.text-head {
  left: -24px;
  margin-bottom: 40px;
}
.section-sec01 p.text-head.done {
  left: -4px;
}

/*----------------- sec02 ------------------*/
.section-sec02 {
  background: url(../img/index/bg-sec02.jpg) no-repeat center top;
  background-size: cover;
  padding: 43px 0 37px 0;
}
.section-sec02 .text-head {
  left: -13px;
  text-align: center;
  margin-bottom: 33px;
}
.section-sec02 .text-head.done {
  left: 3px;
}
.section-sec02 p.text-head {
  left: -21px;
  margin-bottom: 40px;
}
.section-sec02 p.text-head.done {
  left: 1px;
}
.section-sec02 .list li {
  width: 200px;
  overflow: visible;
}
.section-sec02 .list li a {
  display: block;
  margin-bottom: 6px;
}
.section-sec02 .list li a + img {
  position: relative;
  left: -9px;
}

/*----------------- sec03 ------------------*/
.section-sec03 {
  background: url(../img/index/bg-sec03.jpg) no-repeat center top;
  background-size: cover;
  padding: 40px 0 45px 0;
}
.section-sec03 .text-head {
  left: -10px;
  text-align: center;
  margin-bottom: 35px;
}
.section-sec03 .text-head.done {
  left: 0;
}
.section-sec03 .list {
  text-align: center;
}
.section-sec03 .list > li {
  opacity: 0;
  position: relative;
  bottom: -10px;
  display: inline-block;
  margin-bottom: 10px;
}
.section-sec03 .section-inner ~ .section-inner {
  margin-top: 80px;
}
.section-sec03 .action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 860px;
  margin: 0 auto;
  padding: 0;
}
.section-sec03 .action-list li {
  float: none;
  width: 420px;
  margin-top: 30px;
  text-align: left;
}
.section-sec03 .action-list li:nth-child(1), .section-sec03 .action-list li:nth-child(2) {
  margin-top: 0;
}
.section-sec03 .action-list li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
.section-sec03 .action-list li ul li {
  width: 200px;
}
.section-sec03 .action-list ~ .action-list {
  margin-top: 75px;
}
.section-sec03 .section-inner:first-of-type .list {
  width: 860px;
  margin-top: 40px;
  padding: 0;
}

/*----------------- sec04 ------------------*/
.section-sec04 {
  background: url(../img/index/bg-sec04.jpg) no-repeat center top;
  background-size: cover;
  padding: 25px 0 45px 0;
}
.section-sec04 .text-head {
  left: -20px;
  text-align: center;
  margin-bottom: 35px;
}
.section-sec04 .text-head.done {
  left: 0;
}

/*----------------- sec05 ------------------*/
.section-sec05 {
  background: url(../img/index/bg-sec05.jpg) 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 950px;
  margin: 0 auto 20px;
  padding: 0 2px;
}
.section-sec05 .chara.sp-on {
  display: none;
}
.section-sec05 .chara li {
  opacity: 0;
  position: relative;
  bottom: -10px;
  float: left;
  margin-left: 3px;
}
.section-sec05 dl {
  margin-bottom: 50px;
}
.section-sec05 dl dt,
.section-sec05 dl dd {
  margin: 0;
  padding: 0;
}
.section-sec05 dl dt.text-head,
.section-sec05 dl dd.text-head {
  margin-bottom: 10px;
}

/*----------------- spec ------------------*/
.section-spec {
  background: url(../img/index/bg-dragon.jpg) no-repeat center top;
  background-color: #000;
  padding: 25px 0 47px 0;
  line-height: 2.15;
  color: #fff;
}
.section-spec h2 {
  text-align: center;
  margin-bottom: 27px;
}
.section-spec .mix-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto;
  padding-left: 4px;
}
.section-spec .left-box {
  width: 490px;
  display: inline-block;
  vertical-align: top;
  padding-top: 11px;
  padding-left: 233px;
}
.section-spec .left-box img {
  width: 100%;
}
.section-spec .right-box {
  display: inline-block;
  position: relative;
  min-height: 326px;
  margin-left: 32px;
  padding-top: 5px;
  padding-bottom: 68px;
  text-align: left;
}
.section-spec .right-box p {
  font-size: 18px;
}
.section-spec .right-box p.cerp {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 62px;
  line-height: 1;
}
.section-spec .text-option {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
}

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

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

  /*----------------- top ------------------*/
  .section-top {
    background: url(../img/index/bg-main_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .section-top .ps4 {
    width: 28.1%;
    left: 1.6%;
    top: 0.7%;
  }
  .section-top .sns-list {
    width: 19.1%;
    right: 0.7%;
    top: 0.3%;
  }
  .section-top .sns-list li {
    width: 47%;
  }
  .section-top h1 {
    width: 65.8%;
    height: auto;
    margin: 0 auto;
    padding: 75.5vw 1.2% 6vw 0;
    background-image: none;
  }
  .section-top h1 img {
    display: inline;
    position: relative;
    left: 2.6%;
  }
  .section-top .lead {
    top: 4.17%;
    right: auto;
    left: 1.1%;
    width: 12.8%;
    height: auto;
    background-image: none;
  }
  .section-top .lead img {
    display: inline;
  }
  .section-top .text-doukon {
    width: 100%;
    position: relative;
    right: inherit;
    bottom: inherit;
    padding-bottom: 4.0%;
  }
  .section-top .text-headding {
    width: 8.4%;
    position: absolute;
    right: 3%;
    top: 6%;
  }
  .section-top .movie-box {
    width: 84.7%;
    margin: 0 auto 0.5% auto;
  }
  .section-top .text-release {
    margin-bottom: 2.7%;
    padding-left: 0.7%;
    text-align: center;
  }
  .section-top .text-release img {
    display: inline;
  }
  .section-top .text-release .text-onsale {
    width: 78.7%;
    height: auto;
    background-image: none;
  }
  .section-top .bnr {
    margin-bottom: 5.6%;
    padding-left: 0;
  }
  .section-top .bnr a {
    width: 48.6%;
  }

  /*----------------- spec01 ------------------*/
  .section-sec01 {
    background: url(../img/index/bg-sec01_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 5% 0;
  }
  .section-sec01 h2 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5.8%;
  }
  .section-sec01 .list {
    width: 99%;
    margin: 0 auto;
    padding: 0;
  }
  .section-sec01 .list li {
    display: block;
    width: 48.17%;
  }
  .section-sec01 .list li:nth-child(3), .section-sec01 .list li:nth-child(4) {
    margin-bottom: 0;
  }
  .section-sec01 .text-head {
    width: 89.7%;
    margin: 0 auto;
    margin-bottom: 3.8%;
    left: -5%;
  }
  .section-sec01 .text-head.done {
    left: -1%;
  }
  .section-sec01 p.text-head {
    width: 100%;
    left: -5%;
    margin-bottom: 5.1%;
  }
  .section-sec01 p.text-head.done {
    left: -1%;
  }

  /*----------------- spec02 ------------------*/
  .section-sec02 {
    background: url(../img/index/bg-sec02_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 6.2% 0 7.5% 0;
  }
  .section-sec02 h2 {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .section-sec02 .list {
    width: 73.5%;
    margin: 0 auto;
    padding: 0;
  }
  .section-sec02 .list li {
    display: block;
    width: 45.0%;
  }
  .section-sec02 .list li:nth-child(3), .section-sec02 .list li:nth-child(4) {
    margin-top: 9.0%;
  }
  .section-sec02 .list li a {
    margin-bottom: 4.40%;
  }
  .section-sec02 .list li a + span img {
    position: relative;
    left: -2.8%;
    width: 110%;
  }
  .section-sec02 .list li:nth-child(2) a + span img {
    left: -3.6%;
    width: 100%;
  }
  .section-sec02 .list li:nth-child(3) a + span img {
    left: -3.1%;
    width: 115.8%;
  }
  .section-sec02 .list li:nth-child(4) a + span img {
    left: -1.1%;
    width: 126.7%;
  }
  .section-sec02 .text-head {
    left: 0;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 4.6%;
  }
  .section-sec02 .text-head.done {
    left: 0;
  }
  .section-sec02 p.text-head {
    width: 100%;
    margin-bottom: 6.3%;
  }
  .section-sec02 p.text-head.done {
    left: 0;
  }

  /*----------------- spec03 ------------------*/
  .section-sec03 {
    background: url(../img/index/bg-sec03_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 7.3% 0 5% 0;
  }
  .section-sec03 h2 {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .section-sec03 .list {
    width: 69.2%;
    margin: 0 auto;
    padding: 0;
  }
  .section-sec03 .list li {
    display: block;
    width: 47.6%;
  }
  .section-sec03 .list li:nth-child(3), .section-sec03 .list li:nth-child(4) {
    margin-top: 2.3%;
  }
  .section-sec03 .text-head {
    width: 98.6%;
    left: -5%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .section-sec03 .text-head.done {
    left: 0;
  }
  .section-sec03 .text-head ~ .text-head {
    width: 100%;
  }
  .section-sec03 .text-head ~ h3.text-head {
    width: 82.5%;
  }
  .section-sec03 p.text-head {
    margin-bottom: 5.8%;
  }
  .section-sec03 .section-inner ~ .section-inner {
    margin-top: 12%;
  }
  .section-sec03 .action-list {
    display: block;
    width: 69.6%;
    margin: 0 auto;
    padding: 0;
  }
  .section-sec03 .action-list li {
    width: 100%;
  }
  .section-sec03 .action-list li ~ li, .section-sec03 .action-list li:nth-child(1), .section-sec03 .action-list li:nth-child(2) {
    margin-top: 7.4%;
  }
  .section-sec03 .action-list li p {
    margin-left: -1.8%;
  }
  .section-sec03 .action-list li:nth-child(1) p {
    width: 83.8%;
  }
  .section-sec03 .action-list li:nth-child(2) p {
    width: 74.7%;
    margin-left: -1%;
  }
  .section-sec03 .action-list li:nth-child(3) p {
    width: 80.7%;
  }
  .section-sec03 .action-list li:nth-child(4) p {
    width: 99.5%;
  }
  .section-sec03 .action-list li ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3.3%;
  }
  .section-sec03 .action-list li ul li {
    width: 47.6%;
    margin-top: 0 !important;
  }
  .section-sec03 .action-list ~ .action-list {
    width: 100%;
    margin-top: 9%;
  }
  .section-sec03 .action-list ~ .action-list li p {
    width: 100% !important;
    margin-left: 0;
    text-align: center;
  }
  .section-sec03 .action-list ~ .action-list li ul {
    width: 69.6%;
    margin: 4.0% auto 0;
  }
  .section-sec03 .action-list + .text-head {
    width: 80%;
    margin-top: 8%;
  }
  .section-sec03 .section-inner ~ .section-inner p.text-head {
    width: 65.8%;
  }
  .section-sec03 .section-inner:first-of-type .list {
    width: 69.2%;
    margin: 8.6% auto 0;
  }

  /*----------------- spec04 ------------------*/
  .section-sec04 {
    background: url(../img/index/bg-sec04_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 5% 0;
  }
  .section-sec04 h2 {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .section-sec04 .list {
    width: 69.5%;
    margin: 0 auto;
    padding: 0;
  }
  .section-sec04 .list li {
    display: block;
    width: 47.6%;
  }
  .section-sec04 .list li:nth-child(3), .section-sec04 .list li:nth-child(4) {
    margin-top: 5%;
  }
  .section-sec04 .text-head {
    left: 0;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3.6%;
  }
  .section-sec04 p.text-head {
    margin-bottom: 5.37%;
  }

  /*----------------- spec05 ------------------*/
  .section-sec05 {
    background: url(../img/index/bg-sec05_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 5% 0;
  }
  .section-sec05 h2 {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .section-sec05 .list {
    width: 73.5%;
    margin: 0 auto;
    padding: 0;
  }
  .section-sec05 .list li {
    float: left;
    display: block;
    width: 45.0%;
  }
  .section-sec05 .list li:nth-child(3), .section-sec05 .list li:nth-child(4) {
    margin-top: 9.0%;
  }
  .section-sec05 .text-head {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 4.3%;
  }
  .section-sec05 dl {
    margin: 0 0 3%;
  }
  .section-sec05 dl dt.text-head,
  .section-sec05 dl dd.text-head {
    margin-bottom: 1.9%;
  }
  .section-sec05 dl dt img {
    width: 11.5%;
  }
  .section-sec05 dl dd {
    padding-bottom: 2.3%;
  }
  .section-sec05 dl dd ~ dt img {
    width: 13%;
    margin-bottom: 0.9%;
  }
  .section-sec05 dl dd ~ dd ~ dt img {
    width: 9%;
    margin-top: 1.3%;
    margin-bottom: 0;
  }
  .section-sec05 dl dd ~ dd ~ dd img {
    width: 29.7%;
  }
  .section-sec05 .btn {
    width: 60%;
    margin: 0 auto;
  }
  .section-sec05 .chara {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 4.0% auto 0;
    padding: 0;
  }
  .section-sec05 .chara.sp-on {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .section-sec05 .chara li {
    float: none;
    width: 11.6%;
    margin-bottom: 3.2%;
    margin-left: 0;
  }
  .section-sec05 .chara li ~ li {
    margin-left: 3%;
  }
  .section-sec05 .chara li:nth-child(8) {
    margin-left: 0;
  }

  /*----------------- spec ------------------*/
  .section-spec {
    background-size: 200%;
    padding: 5% 0;
  }
  .section-spec h2 {
    width: 64.5%;
    margin: 0 auto;
    margin-bottom: 5.8%;
  }
  .section-spec .mix-box {
    display: block;
    padding-left: 0;
    text-align: center;
  }
  .section-spec .left-box {
    display: block;
    width: 42.7%;
    margin: 0 auto;
    padding: 0;
  }
  .section-spec .right-box {
    min-height: 1em;
    margin: 7% 0 0;
    padding-bottom: 0;
  }
  .section-spec .right-box p {
    text-align: center;
    font-size: 3.2vw;
    line-height: 6.8vw;
  }
  .section-spec .right-box p.cerp {
    position: relative;
    bottom: auto;
    left: auto;
    height: auto;
    width: 24.7%;
    margin: 6.2% auto 0;
  }
  .section-spec .text-option {
    width: 100%;
    margin: 0 auto;
    margin-top: 6.7%;
    text-align: center;
    line-height: 1.8;
    font-size: 2.7vw;
  }
}
.oo_pcimt.logo-ps4 {
  width: 156px;
  height: 33px;
  background-image: url(../img/index/logo-ps4.png);
}
.oo_pcimt.btn-twitter {
  width: 38px;
  height: 39px;
  background-image: url(../img/index/btn-twitter.png);
}
.oo_pcimt.btn-facebook {
  width: 38px;
  height: 39px;
  background-image: url(../img/index/btn-facebook.png);
}
.oo_pcimt.lead_img {
  width: 77px;
  height: 792px;
  background-image: url(../img/index/lead.png);
}
.oo_pcimt.text-doukon_img {
  width: 432px;
  height: 128px;
  background-image: url(../img/index/text-doukon.png);
}
.oo_pcimt.lead-sec01 {
  width: 1007px;
  height: 171px;
  background-image: url(../img/index/lead-sec01.png);
}
.oo_pcimt.text-sec01 {
  width: 814px;
  height: 94px;
  background-image: url(../img/index/text-sec01.png);
}
.oo_pcimt.text-sec02 {
  width: 701px;
  height: 57px;
  background-image: url(../img/index/text-sec02.png);
}
.oo_pcimt.name-sec02_1 {
  width: 212px;
  height: 139px;
  background-image: url(../img/index/name-sec02_1.png);
}
.oo_pcimt.name-sec02_2 {
  width: 168px;
  height: 139px;
  background-image: url(../img/index/name-sec02_2.png);
}
.oo_pcimt.name-sec02_3 {
  width: 209px;
  height: 138px;
  background-image: url(../img/index/name-sec02_3.png);
}
.oo_pcimt.name-sec02_4 {
  width: 220px;
  height: 138px;
  background-image: url(../img/index/name-sec02_4.png);
}
.oo_pcimt.text-sec03_1 {
  width: 761px;
  height: 56px;
  background-image: url(../img/index/text-sec03_1.png);
}
.oo_pcimt.lead-sec03_3_1 {
  width: 427px;
  height: 83px;
  background-image: url(../img/index/lead-sec03_3_1.png);
}
.oo_pcimt.lead-sec03_3_2 {
  width: 370px;
  height: 83px;
  background-image: url(../img/index/lead-sec03_3_2.png);
}
.oo_pcimt.lead-sec04 {
  width: 917px;
  height: 60px;
  background-image: url(../img/index/lead-sec04.png);
}
.oo_pcimt.text-sec04 {
  width: 626px;
  height: 209px;
  background-image: url(../img/index/text-sec04.png);
}
.oo_pcimt.text-cast_detail {
  width: 935px;
  height: 111px;
  background-image: url(../img/index/text-cast_detail.png);
}
.oo_pcimt.text-music_detail {
  width: 960px;
  height: 29px;
  background-image: url(../img/index/text-music_detail.png);
}

@media only screen and (max-width: 1023px) {
  .oo_pcimt.logo-ps4 {
    width: 100%;
  }
  .oo_pcimt.btn-twitter {
    width: 100%;
  }
  .oo_pcimt.btn-facebook {
    width: 100%;
  }
  .oo_pcimt.lead_img {
    width: 100%;
  }
  .oo_pcimt.text-doukon_img {
    width: 99.1749174917%;
  }
  .oo_pcimt.lead-sec01 {
    width: 85.4785478548%;
  }
  .oo_pcimt.text-sec01 {
    width: 91.0891089109%;
  }
  .oo_pcimt.text-sec02 {
    width: 85.9735973597%;
  }
  .oo_pcimt.name-sec02_1, .oo_pcimt.name-sec02_3, .oo_pcimt.name-sec02_4 {
    width: auto;
  }
  .oo_pcimt.name-sec02_2 {
    width: 83%;
  }
  .oo_pcimt.text-sec03_1 {
    width: 79.3729372937%;
  }
  .oo_pcimt.lead-sec03_3_1 {
    width: 76.897689769%;
  }
  .oo_pcimt.lead-sec03_3_2 {
    width: 88.4488448845%;
  }
  .oo_pcimt.lead-sec04 {
    width: 101.3201320132%;
  }
  .oo_pcimt.text-sec04 {
    width: 98.3498349835%;
  }
  .oo_pcimt.text-cast_detail {
    width: 85.9735973597%;
  }
  .oo_pcimt.text-music_detail {
    width: 72.7722772277%;
  }
}
