@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
/*-------------------------------------------
px→vw
 * ex)
   width: sp(200)
   width: tab(200)
-------------------------------------------*/
.mainCol > div {
  max-width: 820px;
  margin: 0 auto;
}

.bnrCol {
  margin: 0 auto 5%;
}
@media screen and (min-width: 768px) {
  .bnrCol {
    margin: 0 auto 30px;
  }
}

/*=====================================================*/
/* navLists */
/*=====================================================*/
.navLists {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.navLists::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/feature/sc/border_light.png"), url("../images/feature/sc/border_light.png");
  background-position: center top 5%, center bottom 5%;
  background-repeat: no-repeat;
  background-size: 96%;
  pointer-events: none;
  z-index: 10;
}
.navLists::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/feature/sc/border_light_w.png"), url("../images/feature/sc/border_light_w.png");
  background-position: center top 5%, center bottom 5%;
  background-repeat: no-repeat;
  background-size: 96%;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  -moz-animation: flash02 1s infinite;
  -ms-animation: flash02 1s infinite;
  -webkit-animation: flash02 1s infinite;
  animation: flash02 1s infinite;
}

@-webkit-keyframes flash {
  0% {
    background-image: url("../images/feature/sc/border_light.png"), url("../images/feature/sc/border_light.png");
  }
  50% {
    background-image: url("../images/feature/sc/border_light_w.png"), url("../images/feature/sc/border_light_w.png");
  }
  100% {
    background-image: url("../images/feature/sc/border_light.png"), url("../images/feature/sc/border_light.png");
  }
}
@keyframes flash {
  0% {
    background-image: url("../images/feature/sc/border_light.png"), url("../images/feature/sc/border_light.png");
  }
  50% {
    background-image: url("../images/feature/sc/border_light_w.png"), url("../images/feature/sc/border_light_w.png");
  }
  100% {
    background-image: url("../images/feature/sc/border_light.png"), url("../images/feature/sc/border_light.png");
  }
}
@keyframes flash02 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.navList {
  width: auto;
}

#vol2 .navList {
  width: auto;
}

.posCol {
  position: relative;
}

.movieColInner {
  position: absolute;
  margin: 0 auto;
  top: 22%;
  right: 0;
  left: 0;
  width: calc(600 / 880 * 100%);
  border: 4px solid #ff8cc8;
}

.movieColBox {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
}

.movieFrame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.anm01 {
  position: absolute;
  top: 42%;
  right: 6%;
  width: calc(160 / 880 * 100%);
}

.anm02 {
  position: absolute;
  bottom: -11%;
  left: 8%;
  width: calc(170 / 880 * 100%);
  z-index: 10;
}

.anm03 {
  position: absolute;
  bottom: 1%;
  left: 8%;
  width: calc(170 / 880 * 100%);
}

.anm04 {
  position: absolute;
  bottom: 1%;
  right: 8%;
  width: calc(170 / 880 * 100%);
  z-index: 10;
}

.anm05 {
  position: absolute;
  bottom: -1%;
  left: 7%;
  width: calc(170 / 880 * 100%);
  z-index: 10;
}

#whats02,
#display02 {
  position: relative;
}

.anm06,
.anm07,
.anm08,
.anm09,
.anm10,
.anm11,
.anm12,
.anm13 {
  position: absolute;
  width: 10%;
  z-index: 10;
}

.anm06 {
  top: -1%;
  left: 6.5%;
}

.anm07 {
  top: 18%;
  left: 80%;
}

.anm08 {
  top: 37%;
  left: 12%;
}

.anm09 {
  top: 70%;
  left: 12%;
}

.anm10 {
  bottom: 2%;
  left: 12%;
}

.anm11 {
  width: 12%;
  bottom: 2%;
  left: 78%;
}

.anm12 {
  top: 4%;
  left: 82%;
}

.anm13 {
  bottom: 3%;
  left: 10%;
}

.favoAnm {
  position: absolute;
  margin: 0 auto;
  top: 25%;
  right: 0;
  left: 0;
  width: calc(696 / 880 * 100%);
}

/*=====================================================*/
/* lineup */
/*=====================================================*/
.dollLists {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  margin: 0 auto;
  top: 28%;
  right: 0;
  left: 0;
  width: calc(726 / 880 * 100%);
}

.dollList {
  width: calc((100% - 7%) / 8);
  cursor: pointer;
  transition: opacity 0.2s;
}
.dollList:nth-last-child(n + 2) {
  margin-right: 1%;
}
@media screen and (min-width: 768px) {
  .dollList:hover {
    opacity: 0.6;
  }
}

#lineup02 .dollLists02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  margin: 0 auto;
  top: 20%;
  right: 0;
  left: 0;
  width: 80%;
}
#lineup02 .dollLists02 .dollList02 {
  width: 25%;
  margin: 0;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  #lineup02 .dollLists02 .dollList02:hover {
    opacity: 0.6;
  }
}
#lineup02 .dollLists02 .dollList02 img {
  width: 100%;
}

.dollDetailLists {
  position: absolute;
  margin: 0 auto;
  top: 42%;
  right: 0;
  left: 0;
  width: calc(726 / 880 * 100%);
}

.dollDetailList {
  -moz-transition: transform 1s, opacity 0.2s;
  -ms-transition: transform 1s, opacity 0.2s;
  -webkit-transition: transform 1s, opacity 0.2s;
  transition: transform 1s, opacity 0.2s;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: perspective(4000px) rotateY(90deg);
  -ms-transform: perspective(4000px) rotateY(90deg);
  -webkit-transform: perspective(4000px) rotateY(90deg);
  transform: perspective(4000px) rotateY(90deg);
}
.dollDetailList.is-active {
  position: relative;
  -moz-transform: perspective(4000px) rotateY(0);
  -ms-transform: perspective(4000px) rotateY(0);
  -webkit-transform: perspective(4000px) rotateY(0);
  transform: perspective(4000px) rotateY(0);
  opacity: 1;
}
.dollDetailList:not(.is-active) {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

#lineup02 .dollDetailLists02 {
  position: absolute;
  margin: 0 auto;
  top: 60%;
  right: 0;
  left: 0;
  width: calc(726 / 880 * 100%);
}
#lineup02 .dollDetailLists02 .dollDetailList02 {
  -moz-transition: transform 1s, opacity 0.2s;
  -ms-transition: transform 1s, opacity 0.2s;
  -webkit-transition: transform 1s, opacity 0.2s;
  transition: transform 1s, opacity 0.2s;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: perspective(4000px) rotateY(90deg);
  -ms-transform: perspective(4000px) rotateY(90deg);
  -webkit-transform: perspective(4000px) rotateY(90deg);
  transform: perspective(4000px) rotateY(90deg);
}
#lineup02 .dollDetailLists02 .dollDetailList02.is-active {
  position: relative;
  -moz-transform: perspective(4000px) rotateY(0);
  -ms-transform: perspective(4000px) rotateY(0);
  -webkit-transform: perspective(4000px) rotateY(0);
  transform: perspective(4000px) rotateY(0);
  opacity: 1;
}
#lineup02 .dollDetailLists02 .dollDetailList02:not(.is-active) {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

#lineup02 {
  position: relative;
}
#lineup02 .icoVol2 {
  position: absolute;
  top: 7.5%;
  left: 6.5%;
  width: 19%;
}

#lineup03 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#lineup03 ul li {
  width: 33.333%;
}
#lineup03 ul li.new {
  position: relative;
}
#lineup03 ul li.new:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 26%;
  background: url(../images/feature/sc/dx1/ico_new.gif) no-repeat center;
  background-size: contain;
  content: "";
}

.btnCheckseat {
  position: absolute;
  bottom: 3.7%;
  right: 20%;
  width: calc(209 / 880 * 100%);
}

/*=====================================================*/
/* play */
/*=====================================================*/
#play .gif01 {
  position: absolute;
  top: 34.41065%;
  right: 26.70732%;
  width: 14.5%;
}
#play .gif02 {
  position: absolute;
  top: 31.55894%;
  right: 11.21951%;
  width: 12.5%;
}

/*=====================================================*/
/* creator */
/*=====================================================*/
.creatorLists {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
}

.creatorLists02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/*=====================================================*/
/* gallery */
/*=====================================================*/
#gallery {
  background: #f3cff0;
}
#gallery ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#gallery ul li {
  width: 33.333%;
}

/*=====================================================*/
/* movie */
/*=====================================================*/
#movie {
  background: url(../images/feature/sc/vol3/bg_movie.jpg) repeat-y;
  background-size: 100%;
  text-align: center;
  padding-bottom: 50px;
}
#movie h3 {
  margin-bottom: 30px;
}
#movie h4 {
  width: 94%;
  margin: 0 auto 30px auto;
}
#movie .movie {
  position: relative;
  width: 80%;
  padding-top: 45%;
  margin: 0 auto 30px auto;
  border: 5px solid #ff8cc8;
}
#movie .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#movie .btnList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 30px 0;
}
#movie .btnList li {
  width: 42%;
}
#movie .hide {
  display: none;
}
#movie .btnMore {
  width: 40%;
  margin: 0 auto;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  #movie .btnMore:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

/*=====================================================*/
/* lineupList */
/*=====================================================*/
#lineupList {
  position: relative;
}
#lineupList .dollLists {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  margin: 0 auto;
  top: 20%;
  right: 0;
  left: 0;
  width: 80%;
}
#lineupList .dollLists .dollList {
  width: 25%;
  margin: 0;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  #lineupList .dollLists .dollList:hover {
    opacity: 0.6;
  }
}
#lineupList .dollLists .dollList img {
  width: 100%;
}
#lineupList .dollDetailLists {
  position: absolute;
  margin: 0 auto;
  top: 60%;
  right: 0;
  left: 0;
  width: calc(726 / 880 * 100%);
}
#lineupList .dollDetailLists .dollDetailList {
  -moz-transition: transform 1s, opacity 0.2s;
  -ms-transition: transform 1s, opacity 0.2s;
  -webkit-transition: transform 1s, opacity 0.2s;
  transition: transform 1s, opacity 0.2s;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: perspective(4000px) rotateY(90deg);
  -ms-transform: perspective(4000px) rotateY(90deg);
  -webkit-transform: perspective(4000px) rotateY(90deg);
  transform: perspective(4000px) rotateY(90deg);
}
#lineupList .dollDetailLists .dollDetailList.is-active {
  position: relative;
  -moz-transform: perspective(4000px) rotateY(0);
  -ms-transform: perspective(4000px) rotateY(0);
  -webkit-transform: perspective(4000px) rotateY(0);
  transform: perspective(4000px) rotateY(0);
  opacity: 1;
}
#lineupList .dollDetailLists .dollDetailList:not(.is-active) {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
#lineupList .dollListsDx {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  margin: 0 auto;
  top: 11.5%;
  right: 0;
  left: 0;
  width: 63%;
}
#lineupList .dollListsDx .dollList {
  width: 50%;
  margin: 0;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  #lineupList .dollListsDx .dollList:hover {
    opacity: 0.6;
  }
}
#lineupList .dollListsDx .dollList img {
  width: 100%;
}
#lineupList .dollDetailListsDx {
  position: absolute;
  margin: 0 auto;
  top: 42%;
  right: 0;
  left: 0;
  width: calc(726 / 880 * 100%);
}
#lineupList .dollDetailListsDx .dollDetailList {
  -moz-transition: transform 1s, opacity 0.2s;
  -ms-transition: transform 1s, opacity 0.2s;
  -webkit-transition: transform 1s, opacity 0.2s;
  transition: transform 1s, opacity 0.2s;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: perspective(4000px) rotateY(90deg);
  -ms-transform: perspective(4000px) rotateY(90deg);
  -webkit-transform: perspective(4000px) rotateY(90deg);
  transform: perspective(4000px) rotateY(90deg);
}
#lineupList .dollDetailListsDx .dollDetailList.is-active {
  position: relative;
  -moz-transform: perspective(4000px) rotateY(0);
  -ms-transform: perspective(4000px) rotateY(0);
  -webkit-transform: perspective(4000px) rotateY(0);
  transform: perspective(4000px) rotateY(0);
  opacity: 1;
}
#lineupList .dollDetailListsDx .dollDetailList:not(.is-active) {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
#lineupList .icoVol1 {
  position: absolute;
  top: 13%;
  left: 6.5%;
  width: 20%;
}
#lineupList .icoVol2 {
  position: absolute;
  top: 7.5%;
  left: 6.5%;
  width: 19%;
}
#lineupList .icoVol3 {
  position: absolute;
  top: 12%;
  left: 6.5%;
  width: 20%;
}
#lineupList .icoDx1 {
  position: absolute;
  top: 9%;
  left: 8%;
  width: 20%;
}
