@charset "UTF-8";
/* Scss Document */
/*----------------- usual ------------------*/
.init {
  opacity: 0;
}

.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1010px;
  margin: 0 auto;
  padding: 0 28px;
}
.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), .list li:nth-child(5) {
  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: -25px;
  opacity: 0;
  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 #000;
}
.section-top .ps4 {
  position: absolute;
  left: 21px;
  top: 13px;
}
.section-top .sns-list {
  display: flex;
  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: 397px;
  height: 436px;
  margin: 26px auto 11px 37px;
}
.section-top .lead {
  display: inline-block;
  position: absolute;
  top: 72px;
  right: 9px;
  width: 80px;
  height: 607px;
  background-size: contain;
}
.section-top .text-doukon {
  position: absolute;
  right: 102px;
  bottom: 123px;
}
.section-top .movie-box {
  width: 360px;
  margin: 0 0 18px 59px;
}
.section-top .movie-box a, .section-top .movie-box a img {
  width: 100%;
}
.section-top .text-release {
  margin-bottom: 1px;
  padding-left: 30px;
}
.section-top .text-release img {
  display: none;
}
.section-top .text-release .text-onsale {
  display: inline-block;
  width: 420px;
  height: 74px;
  background: url(../img/index/text-onsale.png) no-repeat center top;
  background-size: contain;
}
.section-top .bnr {
  display: flex;
  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 #000;
  background-size: 91.7%;
  padding: 39px 0 40px 0;
}
.section-sec01 h2 {
  text-align: center;
  margin-bottom: 15px;
}
.section-sec01 .text-head {
  left: -21px;
  text-align: center;
  margin-bottom: 26px;
}
.section-sec01 .text-head.done {
  left: -1px;
}
.section-sec01 p.text-head {
  left: -24px;
  margin-bottom: 36px;
}
.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;
  margin-top: -150px;
  padding: 156px 0 37px 0;
}
.section-sec02 .text-head {
  left: -13px;
  text-align: center;
  margin-bottom: 26px;
}
.section-sec02 .text-head.done {
  left: -3px;
}
.section-sec02 p.text-head {
  left: -21px;
  margin-bottom: 35px;
}
.section-sec02 p.text-head.done {
  left: 1px;
}
.section-sec02 .list {
  position: relative;
  width: 960px;
  height: 703px;
  background: url(../img/index/map.png) no-repeat 100px 13px;
}
.section-sec02 .list > li {
  display: inline-flex;
  align-items: flex-start;
  position: absolute;
  bottom: auto !important;
}
.section-sec02 .list > li ul {
  flex-shrink: 0;
  width: 87.3%;
  padding: 4px 0 0 11px;
}
.section-sec02 .list > li ul li {
  width: 100%;
}
.section-sec02 .list > li a {
  display: block;
  margin-bottom: 6px;
}
.section-sec02 .list > li a + img {
  position: relative;
  left: -9px;
}
.section-sec02 .list > li:nth-child(1) {
  top: 51px;
  left: 161px;
}
.section-sec02 .list > li:nth-child(2) {
  top: -3px;
  left: 624px;
}
.section-sec02 .list > li:nth-child(3) {
  top: 238px;
  left: 583px;
}
.section-sec02 .list > li:nth-child(4) {
  top: 367px;
  left: -3px;
}
.section-sec02 .list > li:nth-child(5) {
  top: 469px;
  left: 370px;
}

/*----------------- sec03 ------------------*/
.section-sec03 {
  background-color: #000;
  padding: 35px 0 45px 0;
}
.section-sec03 .text-head {
  left: -10px;
  text-align: center;
  margin-bottom: 28px;
}
.section-sec03 .text-head.done {
  left: 0;
}
.section-sec03 .list {
  width: 100%;
  padding: 5px 0 0;
}
.section-sec03 .list > li {
  opacity: 0;
  position: relative;
  width: 100%;
  margin-bottom: 2px;
  padding: 28px 0 31px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section-sec03 .list > li .section-inner {
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-start;
  width: 960px;
}
.section-sec03 .list > li .section-inner .detail {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 500px;
  height: 100%;
  min-height: 260px;
}
.section-sec03 .list > li .section-inner .detail h4 {
  margin: 0 0 12px;
}
.section-sec03 .list > li:nth-child(1) {
  background-image: url(../img/index/bg-sec03_01.png);
}
.section-sec03 .list > li:nth-child(2) {
  background-image: url(../img/index/bg-sec03_02.png);
}
.section-sec03 .list > li:nth-child(3) {
  background-image: url(../img/index/bg-sec03_03.png);
}
.section-sec03 .list > li:nth-child(4) {
  background-image: url(../img/index/bg-sec03_04.png);
}
.section-sec03 .list > li:nth-child(1) .section-inner, .section-sec03 .list > li:nth-child(3) .section-inner {
  flex-flow: row;
}
.section-sec03 .list > li:nth-child(1) .section-inner .detail, .section-sec03 .list > li:nth-child(3) .section-inner .detail {
  padding-left: 38px;
}
.section-sec03 .section-inner ~ .section-inner {
  margin-top: 80px;
}
.section-sec03 .action-list {
  display: flex;
  flex-wrap: wrap;
  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: flex;
  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: 21px 0 5px 0;
}
.section-sec04 .text-head {
  left: -20px;
  text-align: center;
  margin-bottom: 26px;
}
.section-sec04 .text-head.done {
  left: 0;
}
.section-sec04 ul.trigger {
  width: 957px;
  margin: 0 auto 39px;
  padding: 17px 0 0;
}
.section-sec04 ul.trigger > li {
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-start;
  position: relative;
  bottom: -20px;
  opacity: 0;
}
.section-sec04 ul.trigger > li .detail {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 500px;
  height: 100%;
  min-height: 380px;
  padding-top: 21px;
}
.section-sec04 ul.trigger > li .detail h4 {
  margin: 0 0 12px;
}
.section-sec04 ul.trigger > li .detail p {
  padding: 20px 0 0 21px;
  text-align: right;
}
.section-sec04 ul.trigger > li .detail a {
  margin: 0 3px;
}
.section-sec04 ul.trigger > li ~ li {
  margin-top: 22px;
}
.section-sec04 ul.trigger > li:nth-child(1), .section-sec04 ul.trigger > li:nth-child(3) {
  flex-flow: row;
}
.section-sec04 ul.trigger > li:nth-child(1) .detail, .section-sec04 ul.trigger > li:nth-child(3) .detail {
  align-items: flex-start;
}
.section-sec04 ul.trigger > li:nth-child(1) .detail p, .section-sec04 ul.trigger > li:nth-child(3) .detail p {
  text-align: left;
}
.section-sec04 .section-inner ~ .section-inner h3.text-head {
  margin-bottom: 23px;
}
.section-sec04 .section-inner ~ .section-inner h3.text-head + p.text-head {
  margin-bottom: 35px;
}
.section-sec04 .section-inner ~ .section-inner .image {
  display: flex;
  flex-flow: row-reverse;
  width: 943px;
  margin: 0 auto;
}
.section-sec04 .section-inner ~ .section-inner .image ul.trigger {
  width: auto;
  padding-top: 0;
}
.section-sec04 .section-inner ~ .section-inner .image ul.trigger:nth-of-type(2) {
  display: inline-block;
  flex-wrap: wrap;
  flex-flow: wrap;
  width: 380px;
  padding-top: 0;
}
.section-sec04 .section-inner ~ .section-inner .image ul.trigger:nth-of-type(2) li {
  display: list-item;
  float: left;
  margin: 0 2px 2px 0;
}
.section-sec04 h3.text-head + p.text-head {
  margin-bottom: 34px;
}

/*----------------- sec05 ------------------*/
.section-sec05 {
  background-color: #000;
  padding: 40px 0 21px 0;
}
.section-sec05 .text-head {
  text-align: center;
  margin-bottom: 29px;
}
.section-sec05 .btn {
  text-align: center;
}
.section-sec05 .chara {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 956px;
  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;
}
.section-sec05 .chara li ~ li {
  margin-left: 4px;
}
.section-sec05 .chara .chara_main li ~ li {
  margin-left: 11px;
}
.section-sec05 dl {
  margin-bottom: 28px;
}
.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: 15px;
}

/*----------------- sec06 ------------------*/
.section-sec06 {
  background: url(../img/index/bg-sec06.jpg) no-repeat center top;
  background-size: cover;
  margin-top: -82px;
  padding: 77px 0 40px 0;
  overflow: hidden;
}
.section-sec06 .section-inner {
  overflow: visible;
}
.section-sec06 .section-inner ~ .section-inner h3.text-head {
  margin-bottom: 40px;
  padding-right: 0;
}
.section-sec06 .section-inner ~ .section-inner h3.text-head + p.text-head {
  margin-bottom: 43px;
}
.section-sec06 .section-inner ~ .section-inner ~ .section-inner h3.text-head {
  margin-bottom: 48px;
}
.section-sec06 h3.text-head {
  margin-bottom: 27px;
  padding-right: 17px;
  text-align: center;
}
.section-sec06 p.text-head {
  margin-bottom: 21px;
  text-align: center;
}
.section-sec06 .play {
  width: 956px;
  margin: 0 auto 37px;
  padding: 10px;
  background: url(../img/index/bg_play.png) no-repeat 0 0;
}
.section-sec06 .play .list {
  width: 936px;
  padding: 0;
}
.section-sec06 .play .list li {
  width: 110px;
  margin-top: 0;
}
.section-sec06 .play .list li img {
  max-width: 100%;
}
.section-sec06 .caba {
  position: relative;
  width: 960px;
  margin: 0 auto 43px;
}
.section-sec06 .caba:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  bottom: 3px;
  left: -178px;
  width: 1311px;
  height: 489px;
  background-image: url(../img/index/bg-sec06_caba.png);
}
.section-sec06 .caba .list {
  width: 960px;
  padding: 10px;
}
.section-sec06 .minigame {
  width: 956px;
  margin: 0 auto;
  padding: 18px 19px 20px 12px;
  background: url(../img/index/bg_minigame.png) no-repeat 0 0;
}
.section-sec06 .minigame > ul {
  display: flex;
  justify-content: space-between;
}
.section-sec06 .minigame > ul > li {
  display: flex;
}
.section-sec06 .minigame > ul > li > p {
  margin-top: -4px;
}
.section-sec06 .minigame > ul > li ul {
  margin-left: 5px;
}
.section-sec06 .minigame > ul > li ul li ~ li {
  margin-top: 15px;
}
.section-sec06 .minigame ul.trigger > li {
  position: relative;
  bottom: -20px;
  opacity: 0;
}

/*----------------- spec ------------------*/
.section-spec {
  background: url(../img/index/bg-dragon.jpg) no-repeat center top;
  background-color: #000;
  padding: 62px 0 47px 0;
  line-height: 2.15;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  color: #fff;
}
.section-spec h2 {
  text-align: center;
  margin-bottom: 50px;
}
.section-spec .mix-box {
  display: flex;
  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: 230px;
}
.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: 47px;
  text-align: center;
  font-size: 14px;
}

/*------------- steam banner --------------*/
.bannerArea {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 900;
}
.bannerArea__close-btn {
  cursor: pointer;
  margin-left: auto;
  margin-bottom: 2px;
  width: 30px;
}
.bannerArea__image {
  display: block;
  width: 100%;
}

.bannerArea-contents {
  width: 460px;
}

/*----------------- 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: 24.3%;
    left: 2.4%;
    top: 0.8%;
  }
  .section-top .sns-list {
    width: 19.1%;
    right: 0.7%;
    top: 0.3%;
  }
  .section-top .sns-list li {
    width: 47%;
  }
  .section-top h1 {
    width: 79.3%;
    height: auto;
    margin: 0 auto;
    padding: 81.5vw 0 4.7vw;
    padding-left: 6.3%;
    background-image: none;
  }
  .section-top h1 img {
    display: inline;
    position: relative;
    left: 2.6%;
  }
  .section-top .lead {
    top: 4.4%;
    right: auto;
    left: 2%;
    width: 12.5%;
    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: 3.1%;
  }
  .section-top .text-headding {
    width: 8.4%;
    position: absolute;
    right: 3%;
    top: 6%;
  }
  .section-top .movie-box {
    width: 83%;
    margin: 0 auto 2.8%;
  }
  .section-top .text-release {
    margin-bottom: 3.4%;
    padding-left: 0;
    text-align: center;
  }
  .section-top .text-release img {
    display: inline;
  }
  .section-top .text-release .text-onsale {
    width: 59.145%;
    height: auto;
    background-image: none;
  }
  .section-top .bnr {
    margin-bottom: 2.8%;
    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: 6.5% 0 2%;
  }
  .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: 30.67%;
    margin-bottom: 3.9%;
  }
  .section-sec01 .list li:nth-child(4), .section-sec01 .list li:nth-child(5) {
    margin-bottom: 0;
  }
  .section-sec01 .list li:nth-child(4) {
    margin-left: 17.4%;
  }
  .section-sec01 .list li:nth-child(5) {
    margin-right: 17.4%;
  }
  .section-sec01 .text-head {
    width: 89.7%;
    width: 60.0660066007%;
    margin: 0 auto;
    margin-bottom: 8.4%;
    left: -5%;
  }
  .section-sec01 .text-head.done {
    left: 0;
  }
  .section-sec01 h3.text-head {
    width: 88.4488448845%;
    margin-bottom: 1.6%;
  }
  .section-sec01 h3.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: -2.6%;
  }
  .section-sec01 p.text-head + p.text-head {
    margin-bottom: 5.7%;
  }
  .section-sec01 p.text-head + p.text-head.done {
    left: -0.6%;
  }
  .section-sec01 h3.lead-sec01 {
    margin-bottom: 0.7% !important;
  }
  .section-sec01 h3.lead-sec01 + p.text-head {
    margin-bottom: 4.7% !important;
    padding-left: 0 !important;
  }
  /*----------------- spec02 ------------------*/
  .section-sec02 {
    background: url(../img/index/bg-sec02_sp.jpg) no-repeat center top;
    background-size: cover;
    margin-top: 0;
    padding: 3.5% 0 0 0;
  }
  .section-sec02 h2 {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .section-sec02 .list {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background-position: 12.8% 50%;
    background-size: 79%;
  }
  .section-sec02 .list > li {
    position: relative;
    top: auto !important;
    left: auto !important;
    width: 47.5%;
    margin-bottom: 5.6%;
  }
  .section-sec02 .list > li > img {
    width: 41.7px;
    width: 5.56vw;
  }
  .section-sec02 .list > li a {
    margin-bottom: 2%;
  }
  .section-sec02 .list > li a + img {
    left: -2.8%;
    width: 88%;
  }
  .section-sec02 .list > li:nth-child(1) > img, .section-sec02 .list > li:nth-child(1) > ul {
    position: relative;
    top: 77%;
  }
  .section-sec02 .list > li:nth-child(3) {
    justify-content: flex-end;
    margin-left: 52.5%;
  }
  .section-sec02 .text-head {
    left: 0;
    width: 98.7%;
    margin: 0 auto;
    margin-bottom: 2.7%;
  }
  .section-sec02 .text-head.done {
    left: 0;
  }
  .section-sec02 p.text-head {
    width: 100%;
    margin-bottom: 4%;
  }
  .section-sec02 p.text-head.done {
    left: 0;
  }
  .section-sec02 .section-inner .section-inner {
    padding: 0 0.6% 0 0;
  }
  /*----------------- spec03 ------------------*/
  .section-sec03 {
    padding: 2.3% 0 5% 0;
  }
  .section-sec03 h2 {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 3.5%;
  }
  .section-sec03 .list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .section-sec03 .list > li {
    display: block;
    width: 100%;
    padding: 5.2% 4.9% 4%;
  }
  .section-sec03 .list > li .section-inner {
    flex-flow: column !important;
    width: 100%;
  }
  .section-sec03 .list > li .section-inner .image {
    width: 100%;
  }
  .section-sec03 .list > li .section-inner .detail {
    justify-content: flex-start;
    align-items: self-start;
    width: 100%;
    min-height: 1em;
    padding-top: 6%;
    padding-left: 0 !important;
  }
  .section-sec03 .list > li .section-inner .detail .exp h4 {
    margin: 0 0 3.6%;
  }
  .section-sec03 .list > li .section-inner .detail .exp h4 img {
    width: auto;
    height: 87px;
    height: 13.59375vw;
  }
  .section-sec03 .list > li .section-inner .detail .exp p img {
    width: auto;
    height: 97px;
    height: 15.15625vw;
  }
  .section-sec03 .list > li .section-inner .detail > a {
    display: block;
    width: 16.3%;
    margin-top: 5%;
  }
  .section-sec03 .list > li:nth-child(1) {
    background-image: url(../img/index/bg-sec03_01_sp.jpg);
  }
  .section-sec03 .list > li:nth-child(2) {
    background-image: url(../img/index/bg-sec03_02_sp.jpg);
  }
  .section-sec03 .list > li:nth-child(3) {
    background-image: url(../img/index/bg-sec03_03_sp.jpg);
  }
  .section-sec03 .list > li:nth-child(4) {
    background-image: url(../img/index/bg-sec03_04_sp.jpg);
  }
  .section-sec03 .text-head {
    width: 100%;
    left: -5%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .section-sec03 .text-head.done {
    left: 0;
  }
  .section-sec03 p.text-head {
    margin-bottom: 3%;
  }
  .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: 74.3%;
  }
  .section-sec03 .action-list li:nth-child(2) p {
    width: 73%;
    margin-left: -1%;
  }
  .section-sec03 .action-list li:nth-child(3) p {
    width: 63%;
  }
  .section-sec03 .action-list li:nth-child(4) p {
    width: 97%;
  }
  .section-sec03 .action-list li ul {
    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% auto 0;
  }
  .section-sec03 .action-list + .text-head {
    width: 80%;
    margin-top: 8%;
  }
  .section-sec03 .section-inner ~ .section-inner p.text-head {
    width: 86%;
  }
  .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 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: 96.1%;
    margin: 0 auto;
    margin-bottom: 1.6%;
  }
  .section-sec04 p.text-head {
    width: 100%;
    margin-bottom: 3.8% !important;
  }
  .section-sec04 ul.trigger {
    width: 100%;
    margin: 6.5% auto 8%;
    padding: 0 0.5%;
  }
  .section-sec04 ul.trigger > li {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
  }
  .section-sec04 ul.trigger > li .detail {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: 1em;
    padding-top: 3.5%;
  }
  .section-sec04 ul.trigger > li .detail .exp {
    width: 100%;
  }
  .section-sec04 ul.trigger > li .detail h4 {
    margin: 0 0 3.8%;
  }
  .section-sec04 ul.trigger > li .detail h4 img {
    width: auto;
    height: 54px;
    height: 8.4375vw;
  }
  .section-sec04 ul.trigger > li .detail p {
    padding: 0;
    text-align: right;
  }
  .section-sec04 ul.trigger > li .detail p img {
    width: auto;
    height: 97px;
    height: 15.15625vw;
  }
  .section-sec04 ul.trigger > li .detail a {
    flex-shrink: 0;
    width: 33.5%;
    margin: 0;
  }
  .section-sec04 ul.trigger > li .image {
    width: 100%;
  }
  .section-sec04 ul.trigger > li ~ li {
    margin-top: 10%;
  }
  .section-sec04 ul.trigger > li:nth-child(1), .section-sec04 ul.trigger > li:nth-child(3) {
    flex-flow: column;
  }
  .section-sec04 ul.trigger > li:nth-child(1) .detail, .section-sec04 ul.trigger > li:nth-child(3) .detail {
    align-items: flex-start;
  }
  .section-sec04 ul.trigger > li:nth-child(1) .detail p, .section-sec04 ul.trigger > li:nth-child(3) .detail p {
    text-align: left;
  }
  .section-sec04 ul.trigger > li:nth-child(2) .exp {
    padding-top: 3%;
  }
  .section-sec04 ul.trigger > li:nth-child(2) .exp * {
    text-align: right;
  }
  .section-sec04 ul.trigger > li:nth-child(2) .exp p {
    padding: 3% 16.5% 0 0;
  }
  .section-sec04 ul.trigger > li:nth-child(3) .detail {
    flex-flow: row-reverse;
  }
  .section-sec04 ul.trigger > li:nth-child(3) .detail .exp {
    padding-top: 3%;
  }
  .section-sec04 ul.trigger > li:nth-child(3) .detail .exp p {
    padding: 3% 0 0 5%;
  }
  .section-sec04 ul.trigger > li:nth-child(1) .detail p img {
    width: auto;
    height: 63px;
    height: 9.84375vw;
  }
  .section-sec04 .section-inner ~ .section-inner h3.text-head {
    width: 100%;
    margin-bottom: 6%;
  }
  .section-sec04 .section-inner ~ .section-inner h3.text-head + p.text-head {
    width: 80.6%;
    margin-bottom: 5.3% !important;
  }
  .section-sec04 .section-inner ~ .section-inner .image {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin: 0 auto;
  }
  .section-sec04 .section-inner ~ .section-inner .image ul.trigger:first-of-type {
    margin: 0;
  }
  .section-sec04 .section-inner ~ .section-inner .image ul.trigger:first-of-type li a {
    width: 100%;
  }
  .section-sec04 .section-inner ~ .section-inner .image ul.trigger:nth-of-type(2) {
    display: flex;
    flex-wrap: nowrap;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 3%;
    padding-top: 0;
  }
  .section-sec04 .section-inner ~ .section-inner .image ul.trigger:nth-of-type(2) li {
    display: list-item;
    float: none;
    width: 24.7%;
    margin: 0;
  }
  /*----------------- spec05 ------------------*/
  .section-sec05 {
    padding: 4% 0;
  }
  .section-sec05 h2 {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .section-sec05 .list {
    width: 73.5%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .section-sec05 .list li {
    float: left;
    display: block;
    width: 45%;
  }
  .section-sec05 .list li:nth-child(3), .section-sec05 .list li:nth-child(4) {
    margin-top: 9%;
  }
  .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.7%;
  }
  .section-sec05 dl dt {
    margin-bottom: 1.7%;
  }
  .section-sec05 dl dt img {
    width: 15%;
  }
  .section-sec05 dl dd {
    padding-bottom: 1%;
  }
  .section-sec05 dl dd img {
    width: 97%;
  }
  .section-sec05 dl dd ~ dt {
    margin-bottom: 0.7%;
  }
  .section-sec05 dl dd ~ dt img {
    width: 20.7%;
    margin-bottom: 0.9%;
  }
  .section-sec05 dl dd ~ dd {
    margin-bottom: 0.7%;
  }
  .section-sec05 dl dd ~ dd img {
    width: 67%;
  }
  .section-sec05 dl dd ~ dd ~ dt img {
    width: 20.7%;
    margin-top: 1.3%;
    margin-bottom: 0;
  }
  .section-sec05 dl dd ~ dd ~ dd img {
    width: 17.7%;
  }
  .section-sec05 .btn {
    width: 60%;
    margin: 0 auto;
  }
  .section-sec05 .chara {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 4% auto 0;
    padding: 0;
  }
  .section-sec05 .chara.sp-on {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
  }
  .section-sec05 .chara .chara-section {
    width: 100%;
  }
  .section-sec05 .chara .chara-section dt {
    width: 7%;
  }
  .section-sec05 .chara .chara-section dt img {
    width: 100%;
  }
  .section-sec05 .chara .chara-section dd {
    width: 93%;
  }
  .section-sec05 .chara .chara-section dt + dd {
    margin-left: 0.9vw;
  }
  .section-sec05 .chara .chara-section .chara_main li {
    width: 19.7%;
  }
  .section-sec05 .chara .chara-section .chara_main li ~ li {
    margin-left: 0.3%;
  }
  .section-sec05 .chara .chara-section:first-of-type dt img {
    position: relative;
    top: -3.3%;
  }
  .section-sec05 .chara .chara-section ~ .chara-section {
    margin-top: 2.3%;
  }
  .section-sec05 .chara .chara-section .chara-section-parallel + .chara-section-parallel {
    margin-left: 0;
  }
  .section-sec05 .chara li {
    width: 80px;
    width: 12.5vw;
    margin-bottom: 3.2%;
    margin-left: 0;
  }
  .section-sec05 .chara li ~ li {
    margin-left: 0.3%;
  }
  .section-sec05 .chara li:nth-child(8) {
    margin-left: 0;
  }
  .section-sec05 .chara .chara-section02 {
    width: 78%;
  }
  .section-sec05 .chara .chara-section03 {
    width: 20%;
  }
  .section-sec05 .chara .chara-section09 {
    width: 50%;
  }
  .section-sec05 .chara .chara-section02 dt,
.section-sec05 .chara .chara-section03 dt,
.section-sec05 .chara .chara-section04 dt,
.section-sec05 .chara .chara-section05 dt,
.section-sec05 .chara .chara-section06 dt,
.section-sec05 .chara .chara-section07 dt,
.section-sec05 .chara .chara-section08 dt,
.section-sec05 .chara .chara-section09 dt,
.section-sec05 .chara .chara-section10 dt,
.section-sec05 .chara .chara-section11 dt {
    flex-shrink: 0;
    width: 6.5vw;
    padding-left: 0.6vw;
  }
  .section-sec05 .chara .chara-section02 dt img,
.section-sec05 .chara .chara-section03 dt img,
.section-sec05 .chara .chara-section04 dt img,
.section-sec05 .chara .chara-section05 dt img,
.section-sec05 .chara .chara-section06 dt img,
.section-sec05 .chara .chara-section07 dt img,
.section-sec05 .chara .chara-section08 dt img,
.section-sec05 .chara .chara-section09 dt img,
.section-sec05 .chara .chara-section10 dt img,
.section-sec05 .chara .chara-section11 dt img {
    width: 80%;
  }
  /*----------------- sec06 ------------------*/
  .section-sec06 {
    background: url(../img/index/bg-sec06_sp.jpg) no-repeat center top;
    background-size: cover;
    margin-top: 0;
    padding: 1% 0 5% 0;
  }
  .section-sec06 .section-inner ~ .section-inner h3.text-head {
    margin-bottom: 4.6%;
    padding-right: 0;
  }
  .section-sec06 .section-inner ~ .section-inner h3.text-head + p.text-head {
    margin-bottom: 4.3%;
  }
  .section-sec06 .section-inner ~ .section-inner ~ .section-inner h3.text-head {
    margin-bottom: 3%;
  }
  .section-sec06 h3.text-head {
    margin-bottom: 3%;
    padding-right: 0;
    text-align: center;
  }
  .section-sec06 h3.text-head img {
    width: 80%;
  }
  .section-sec06 p.text-head {
    margin-bottom: 4.7%;
    text-align: center;
  }
  .section-sec06 .play {
    width: 100%;
    margin: 0 auto 4.3%;
    padding: 3% 3.7%;
    background: url(../img/index/bg_play_sp.png) no-repeat 0 0;
    background-size: cover;
  }
  .section-sec06 .play .list {
    width: 100%;
    padding: 0;
  }
  .section-sec06 .play .list li {
    width: 23.5%;
    margin-top: 0;
  }
  .section-sec06 .play .list li:nth-child(5), .section-sec06 .play .list li:nth-child(6), .section-sec06 .play .list li:nth-child(7), .section-sec06 .play .list li:nth-child(8) {
    margin-top: 2%;
  }
  .section-sec06 .caba {
    position: relative;
    background: url(../img/index/bg-sec06_caba_sp.png) no-repeat 0 0;
    background-size: cover;
    width: 100%;
    margin: 0 auto 5%;
  }
  .section-sec06 .caba:before {
    display: none;
  }
  .section-sec06 .caba .list {
    justify-content: space-between;
    width: 100%;
    padding: 3% 3% 5%;
  }
  .section-sec06 .caba .list li {
    width: 31.5%;
  }
  .section-sec06 .caba .list li:nth-child(5) {
    margin: 2% 17% 0 0.5%;
  }
  .section-sec06 .caba .list li:nth-child(4) {
    margin: 2% 0.5% 0 17%;
  }
  .section-sec06 .minigame {
    width: 100%;
    margin: 0 auto;
    padding: 4.3% 1.5%;
    background: url(../img/index/bg_minigame_sp.png) no-repeat 0 0;
    background-size: cover;
  }
  .section-sec06 .minigame > ul {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  .section-sec06 .minigame > ul > li {
    display: flex;
  }
  .section-sec06 .minigame > ul > li > p {
    width: 20%;
    margin-top: 0;
    text-align: center;
  }
  .section-sec06 .minigame > ul > li > p img {
    width: 41.7%;
  }
  .section-sec06 .minigame > ul > li:nth-child(2) > p img {
    width: 100%;
  }
  .section-sec06 .minigame > ul > li ul {
    display: flex;
    width: 80%;
    margin-left: 0;
  }
  .section-sec06 .minigame > ul > li ul li {
    width: 43%;
  }
  .section-sec06 .minigame > ul > li ul li ~ li {
    margin-top: 0;
    margin-left: 4.6%;
  }
  .section-sec06 .minigame > ul > li ~ li {
    margin-top: 3.3%;
  }
  .section-sec06 .section-inner ~ .section-inner h3.text-head img {
    width: 100%;
  }
  /*----------------- spec ------------------*/
  .section-spec {
    background-size: 200%;
    padding: 4% 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;
  }
  /*------------- steam banner --------------*/
  .bannerArea {
    position: fixed;
    right: 2.5%;
    bottom: 2.5%;
    width: 95%;
    z-index: 2;
  }
  .bannerArea__close-btn {
    cursor: pointer;
    margin-left: auto;
    margin-bottom: 2.5%;
    width: 10%;
  }
  .bannerArea-contents {
    width: 100%;
  }
}
.lead-sec01 {
  padding-left: 15px;
}

.section-sec01 h3.lead-sec01 {
  margin-bottom: 8px;
}
.section-sec01 h3.lead-sec01 + p.text-head {
  margin-bottom: 15px;
  padding-left: 25px;
}

.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: 80px;
  height: 607px;
  background-image: url(../img/index/lead.png);
}
.oo_pcimt.text-doukon_img {
  width: 432px;
  height: 128px;
  background-image: url(../img/index/bnr_DL_version.png);
}
.oo_pcimt.text-sec01 {
  width: 836px;
  height: 155px;
  background-image: url(../img/index/text-sec01_1.png);
}
.oo_pcimt.text-sec01_2 {
  width: 903px;
  height: 170px;
  background-image: url(../img/index/text-sec01_2.png);
}
.oo_pcimt.text-sec02 {
  width: 957px;
  height: 118px;
  background-image: url(../img/index/text-sec02.png);
}
.oo_pcimt.text-sec03_1 {
  width: 957px;
  height: 160px;
  background-image: url(../img/index/text-sec03_1.png);
}
.oo_pcimt.lead-sec03_3_1 {
  width: 398px;
  height: 79px;
  background-image: url(../img/index/lead-sec03_3_1.png);
}
.oo_pcimt.lead-sec03_3_2 {
  width: 281px;
  height: 79px;
  background-image: url(../img/index/lead-sec03_3_2.png);
}
.oo_pcimt.lead-sec04 {
  width: 798px;
  height: 58px;
  background-image: url(../img/index/lead-sec04.png);
}
.oo_pcimt.text-sec04_1 {
  width: 957px;
  height: 119px;
  background-image: url(../img/index/text-sec04_1.png);
}
.oo_pcimt.title-sec04_1 {
  width: 895px;
  height: 36px;
  background-image: url(../img/index/title-sec04_1.png);
}
.oo_pcimt.title-sec04_2 {
  width: 895px;
  height: 36px;
  background-image: url(../img/index/title-sec04_2.png);
}
.oo_pcimt.drama01-text {
  width: 450px;
  height: 49px;
  background-image: url(../img/index/drama01-text.png);
}
.oo_pcimt.drama03-text {
  width: 456px;
  height: 49px;
  background-image: url(../img/index/drama03-text.png);
}
.oo_pcimt.text-sec06 {
  width: 957px;
  height: 160px;
  background-image: url(../img/index/text-sec06.png);
}
.oo_pcimt.lead-sec06_2 {
  width: 895px;
  height: 36px;
  background-image: url(../img/index/lead-sec06_2.png);
}
.oo_pcimt.text-sec06_2 {
  width: 483px;
  height: 53px;
  background-image: url(../img/index/text-sec06_2.png);
}
.oo_pcimt.lead-sec06_3 {
  width: 895px;
  height: 36px;
  background-image: url(../img/index/lead-sec06_3.png);
}
.oo_pcimt.lead-sec05 {
  width: 916px;
  height: 58px;
  background-image: url(../img/index/lead-sec05.png);
}
.oo_pcimt.minigame-title2 {
  width: 48px;
  height: 527px;
  background-image: url(../img/index/minigame-title2.png);
}
.oo_pcimt.text-music_detail {
  width: 454px;
  height: 28px;
  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: 102.6402640264%;
  }
  .oo_pcimt.text-sec01 {
    width: 105.2805280528%;
  }
  .oo_pcimt.text-sec01_2 {
    width: 98.8448844884%;
  }
  .oo_pcimt.text-sec02 {
    width: 98.8448844884%;
  }
  .oo_pcimt.text-sec03_1 {
    width: 99.504950495%;
  }
  .oo_pcimt.lead-sec03_3_1 {
    width: 80.6930693069%;
  }
  .oo_pcimt.lead-sec03_3_2 {
    width: 68.9768976898%;
  }
  .oo_pcimt.lead-sec04 {
    width: 98.3498349835%;
  }
  .oo_pcimt.text-sec04_1 {
    width: 99.3399339934%;
  }
  .oo_pcimt.title-sec04_1 {
    width: 99.0099009901%;
  }
  .oo_pcimt.title-sec04_2 {
    width: 100.6600660066%;
  }
  .oo_pcimt.drama01-text {
    width: 72.4422442244%;
  }
  .oo_pcimt.text-sec06 {
    width: 99.0099009901%;
  }
  .oo_pcimt.lead-sec06_2 {
    width: 99.0099009901%;
  }
  .oo_pcimt.text-sec06_2 {
    width: 99.1749174917%;
  }
  .oo_pcimt.lead-sec06_3 {
    width: 98.8448844884%;
  }
  .oo_pcimt.lead-sec05 {
    width: 69.3069306931%;
  }
  .oo_pcimt.minigame-title2 {
    width: 69.3069306931%;
  }
  .oo_pcimt.text-music_detail {
    width: 13.8613861386%;
  }
}
.chara-section,
.chara-section-parallel {
  display: flex;
}

.chara-section ~ .chara-section {
  margin-top: 35px;
}
.chara-section ~ .chara-section dt {
  width: 37px;
  padding-left: 5px;
}
.chara-section ~ .chara-section dt + dd {
  margin-left: 13px;
}
.chara-section.chara-sepalate {
  margin-top: 8px;
}
.chara-section dt + dd {
  margin-left: 8px;
}

.chara-section-parallel + .chara-section-parallel {
  margin-left: 20px;
}

@media print, screen and (min-width: 1025px) {
  .pc-none {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */