@charset "UTF-8";


/* ///////////////////////////////////////////////////////////////////

  SECTION

/////////////////////////////////////////////////////////////////// */
section,
#footer {
  position: relative;
  z-index: auto;
  background: #ececec;
  overflow: hidden;
}

/*=================
 YT PLAYER
==================*/
#bgYoutube {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

#tubular-container,
#tubular-shield,
#bgYoutube {
  opacity: 0;
  transition: opacity 1s;
}

@media screen and (min-width:768px) {

  .op-end #tubular-container,
  .op-end #tubular-shield,
  .op-end #bgYoutube {
    opacity: 1;
  }
}

/*=================
 COMMON
==================*/


h2.contName:not(.twoLine) {
  font-family: "GillSansStd-Light", sans-serif;
  position: relative;
  z-index: 0;
  text-align: center;
  line-height: 1;
  font-size: 8rem;
  font-weight: 100;
  margin: 0em 0.1em 0.5em;
  letter-spacing: 0.01em;
  padding: 0em 0.0em 0 0;
}

h2.contName > p {
  margin: 0;
  padding: 0;
}

h2.contName:not(.twoLine) p:last-child {
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 45%;
  position: absolute;
  overflow: hidden;
  filter: drop-shadow(0px 0px 3px #ff97c1) drop-shadow(0px 0px 1px #ff97c1);
}

h2.contName:not(.twoLine) p:last-child > span {
  position: absolute;
  bottom: 43%;
  left: 0;
  width: 100%;
  height: 180%;
  color: #fff;
}


/*2LINE*/
h2.contName.twoLine {
  font-family: "GillSansStd-Light", sans-serif;
  text-align: center;
  font-size: 8rem;
  font-weight: 100;
  margin: 0em 0.0em 0.3em;
  letter-spacing: 0.01em;
  padding: 0 0.0em 0 0;
  text-align: left;
}

h2.contName.twoLine {}


h2.contName.twoLine .inner {
  display: inline-block;
  text-align: left;
}

h2.contName.twoLine .inner p {
  position: relative;
  height: 1em;
}

h2.contName.twoLine .inner p:last-child {
  margin-top: -0.15em;
}

h2.contName.twoLine p > span {
  display: block;
  color: #ececec;
}

h2.contName.twoLine p span:last-child {
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 45%;
  position: absolute;
  overflow: hidden;
  filter: drop-shadow(0px 0px 3px #ff97c1) drop-shadow(0px 0px 1px #ff97c1);
}

h2.contName.twoLine p span:last-child i {
  position: absolute;
  bottom: 43%;
  left: 0;
  width: 100%;
  height: 180%;
  color: #fff;
}


.bonusWrap#limited h2.contName.twoLine p span:last-child {
  filter: drop-shadow(0px 0px 3px rgb(45 255 243 / 0.97)) drop-shadow(0px 0px 1px rgb(45 255 243 / 0.97));
}

.bonusWrap#limited h2.contName.twoLine {
  text-align: right;
}

/*LAYOUT*/

.main_sa01_c {
  padding: 0 0 0em;
}

.contLinkBt {
  display: flex;
  justify-content: center;
  line-height: 1;
  font-size: 2rem;
  font-weight: 400;
  /* display: none; */
}

.contLinkBt a {
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  padding: 0.4em 2.5em 0.5em;
  border-radius: 100em;
  background: rgb(134, 102, 148);
  background: linear-gradient(25deg, #aa81bc 0%, #d07fad 100%);
  min-width: 9.5em;
  text-align: center;
}

.contLinkBt a::before {
  content: "＞";
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scaleX(0.7);
  background: #866694;
  border-radius: 100%;
  width: 2.5em;
  height: 1.8em;
  /* padding: 12% 19% 12% 21%; */
  margin: auto;
  box-sizing: content-box;
  font-size: 60%;
  position: absolute;
  left: 0.4em;
  top: 0.5em;
  bottom: 0.5em;
}

.contLinkBt a span {
  letter-spacing: 0.02em;
}


@media screen and (max-width:767px) {

  h2.contName,
  h2.contName.twoLine {
    padding: 0 0.3em 0 0.3em;
  }

  h2.contName,
  h2.contName.twoLine {
    font-size: 12vw !important;
  }
}


/*=================
 SECTION1  TOP
==================*/

#section_top {
  position: relative;
  z-index: 0;
  background: url(../../images/main/top/sec1_movieDummy.png) center / cover no-repeat;
}

#section_top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../../images/main/top/sec1_ptn2.png) center #00000087;
  opacity: 50%;
  z-index: 1;
  /* background-blend-mode: color-dodge; */
}

#section_top::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  opacity: 55%;
  z-index: 0;
  transition: opacity .5s;
}

@media screen and (min-width:768px) {
  .op-end #section_top::after {
    opacity: 0%;
  }
}

#section_top .inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 780px 0 0 0;
  position: relative;
  z-index: 2;
  min-height: 841px;
}



#section_top .inner .topSlider {
  width: 821px;
  height: 841px;
  position: absolute;
  top: 0;
  left: 0;
  right: -110px;
  background: url(../../images/main/top/slider1/sec1_slider_common.png) center no-repeat;
  z-index: 0;
  pointer-events: none;
  transition: opacity .5s ease;
  margin: auto;
}

@media screen and (min-width:768px) {
  .op-end #section_top .inner .topSlider {
    opacity: 0;
  }
}

#section_top .inner .titleArea {
  position: absolute;
  max-width: 1360px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding: 10% 0 0 0;
  transition: all 1s ease;
}

@media screen and (min-width:768px) {
  .op-end #section_top .inner .titleArea {
    max-width: 95%;
    padding: 2% 0 0 0;
  }
}


#section_top .inner .titleArea ul {
  width: 570px;
  text-align: center;
}

#section_top .inner .titleArea ul li {
  position: relative;
  z-index: 1;
}

#section_top .inner .titleArea ul li:nth-child(1) {}

#section_top .inner .titleArea ul li:nth-child(2) {
  z-index: 0;
  margin: -8% 0 -6%;
}

#section_top .inner .titleArea ul li:nth-child(3) {}



#section_top .inner .models {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  justify-content: left;
}

#section_top .inner .models i {
  display: block;
  margin: 0 35px 0 0;
}

#section_top .inner .models i img {
  max-width: 151px;
}

#section_top .inner .headMenu {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #fff;
  filter: drop-shadow(0px 0px 0.1em #6befff) drop-shadow(0px 0px 0.1em #6befff);
  font-family: 'Lato', sans-serif;
}

#section_top .inner .headMenu li {
  line-height: 1;
  display: flex;
  align-items: center;
  margin: 0 0 0.9em;
}

#section_top .inner .headMenu li a {
  text-decoration: none;
  color: unset;
}

#section_top .inner .headMenu li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.15em;
  transform: scaleX(1.0);
  background: #fff;
  margin: 0 0.7em 0 0;
}

#section_top .inner .bnArea {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 380px;
}

#section_top .inner .bnArea #bnu_001_t p {
  margin: 0 0 0.3em;
}

@media screen and (max-width:767px) {
  #section_top::after {
    z-index: 1;
}
  #section_top .inner {
    max-width: 1920px;
    margin: 0 auto;
    padding: 50vw 0 0 0 !important;
    position: relative;
    /* z-index: 0; */
    min-height: 160vw;
  }

  #section_top .inner .topSlider {
    width: 110%;
    height: 100%;
    /* position: static; */
    right: 0%;
    background-size: 155%;
    background-position: left;
  }

  #section_top .inner .titleArea ul {
    width: 100%;
  }

  #section_top .inner .titleArea {
    position: static;
  }

  #section_top .inner .bnArea {
    width: 100%;
    position: relative;
    padding: 0em 1em 1em;
    right: auto;
    bottom: auto;
  }
}

/*=================
 SECTION2  INTRO
==================*/

#section_intro {
  background: url(../../images/main/top/sec2_img_bg.jpg) top center / cover no-repeat;
}

#section_intro .inner {
  height: 720px;
  padding: 333px 0 0 0;
}

.sotryText {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin: 0 0 90px;
}

.sotryText p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width:767px) {
  #section_intro {
    background: url(../../images/main/top/sec2_img_bg_sp.jpg) top center / cover no-repeat;
  }

  #section_intro .inner {
    height: 152vw;
    padding: 333px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .sotryText {
    font-size: 6vw;
    margin: 7em 0 0px;
    width: 100%;
  }
}

/*=================
 SECTION2  CHARACTER
==================*/

#section_chara {}

#section_chara .inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  /* overflow: hidden; */
}

.chara_block {}

.chara_block.chara_block .chara_cell {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}

.chara_block1 .chara_cell .chara_img,
.chara_block2 .chara_cell .chara_img {
  margin: 0 0% 0 0;
  width: 52%;
  text-align: center;
  /* flex: 1; */
}

.chara_block .chara_cell .chara_detail {
  flex: 1;
  text-align: center;
  margin: 0 0 0 -10%;
  /* width: 60%; */
}


/*--------------------
  IDOL (Block1)
--------------------*/

.chara_block1 .chara_cell .chara_detail {
  padding: 7em 0 0 0;
}

/*キャラ左*/
.chara_block1 .chara_cell_left {
  margin: 0 0% 0 0;
}

.chara_block1 .chara_cell_left .chara_img {
  margin: 0 0% 0 0;
  width: 52%;
  text-align: center;
  /* flex: 1; */
}

.chara_block1 .chara_cell_left .chara_detail {
  flex: 1;
  text-align: center;
  margin: 0 0 0 -10%;
  /* width: 60%; */
  padding: 7em 0 0 0;
}

/*キャラ右*/
.chara_block1 .chara_cell_right {
  margin: -160px 0% 0 0;
}

.chara_block1 .chara_cell_right .chara_img {
  margin: 0 0% 0 0;
  width: 52%;
  text-align: center;
  order: 2;
}

.chara_block1 .chara_cell_right .chara_detail {
  flex: 1;
  text-align: center;
  margin: 0 0% 0 0%;
  padding: 7em 0 0 0;
  order: 1;
}

@media screen and (max-width:767px) {
  .chara_block.chara_block .chara_cell {
    overflow: hidden;
    margin: 0 0 0 0;
  }

  .chara_block1 .chara_cell .chara_detail {
    flex: auto;
    margin: 0 0 0 0%;
    padding: 3em 0 0 0;
    position: relative;
    z-index: 0;
  }

  .chara_block1 .chara_cell .chara_img {
    margin: 0% 0% -210px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: -1;
  }

  .chara_block1 .chara_cell_left .chara_img img {
    margin: 0 -5% 0% 0%;
    /* width: 106%; */
    text-align: left;
    /* max-width: initial; */
  }

  .chara_block1 .chara_cell_right .chara_img {
    margin: -20px 0% -135px 0;
  }
}

@media screen and (max-width:450px) {
  .chara_block1 .chara_cell_left .chara_img img {
    margin: 0 0% 0% 0%;
    width: 106.5%;
    text-align: left;
    max-width: 450px;
  }

  .chara_block1 .chara_cell_left .chara_img {
    margin: 0% 0% -47vw 0;
  }

  .chara_block1 .chara_cell_right .chara_img {
    margin: 0% 0% -31vw 0;
  }
}


/*--------------------
  帰宅部 (Block2)
--------------------*/

.chara_block2 .chara_cell .chara_detail {
  padding: 3em 0 0 0;
  margin: 0 0 0 -119px;
  /* width: 393px; */
}

.chara_block2 .chara_cell .chara_img {
  margin: 0 0% 0 0px;
  transform: translateX(-55px);
  width: 631px;
}

.kitakubuSlider {
  width: 512px;
  padding: 0 0 45px;
  overflow: hidden;
  position: relative;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  color: #fff;
  filter: drop-shadow(2px 4px 6px #ffa1c7);
  /* content: 'next'; */
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 0%;
  border: 2px solid #484b4c;
  background: none;
  opacity: .2;
  transform-origin: center;
  transform: rotate(45deg);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: none;
  border: 2px solid #ffffff;
  filter: drop-shadow(0px 0px 3px rgb(255 161 199 / 0.9)) drop-shadow(0px 0px 3px rgb(255 161 199 / 0.9));
}

.chara_block1 .chara_detail p,
.chara_block2 .chara_detail p {
  width: 22em;
  margin: 0 auto 1.0em;
}

.chara_block .chara_detail .chara_name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto 1.5em;
}

.chara_block .chara_detail .chara_name span {
  line-height: 1;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 0.0em 0 0;
}

.chara_block .chara_detail .chara_name span.job {
  font-size: 3.55rem;
  margin: 0 0.2em 0.0em 0;
}

.chara_block .chara_cell_left .chara_detail .chara_name span.job {
  /* font-size: 3.55rem; */
  margin: 0 0.2em 0.5em 0;
}

.chara_block .chara_detail .chara_name span.name {
  font-size: 6.75rem;
}

.chara_block .chara_detail .chara_name span:last-child {
  width: 100%;
  font-weight: 100;
  font-size: 2.5rem;
  letter-spacing: 0.25em;
  margin: 1em 0 0 0;
  text-shadow: -3px 0px 0px rgba(255, 153, 153, 0.3), 3px 0px 0px rgba(17, 219, 255, 0.2);
}

.chara_block .chara_detail .chara_name span b {
  color: #fff;
  position: relative;
  z-index: 0;
  width: 1.25em;
  height: 1.25em;
  margin: 0 0.05em 0 0.05em;
  font-weight: 100 !important;
  display: flex;
  justify-content: center;
  align-items: normal;
  padding: 0.1em 0 0 0;
  text-shadow: -3px 0px 0px rgba(255, 153, 153, 0.3), 3px 0px 0px rgba(17, 219, 255, 0.2);
}

.chara_block .chara_detail .chara_name span b::before {
  content: "";
  display: block;
  background: url(../../images/main/top/sec3_bg_charaNameCellBg.png) center / cover no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.chara_block .chara_detail .chara_name span b::after {
  content: "";
  display: block;
  z-index: -2;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0px;
  margin: auto;
  border-right: 5px solid rgb(211 189 216 / 0.3);
  border-bottom: 5px solid rgb(211 189 216 / 0.3);
  transform: translate(5px, 5px);
}

.chara_block .chara_detail .chara_cv {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 2rem;
  background: none;
}

.chara_block .chara_detail .chara_cv::before span {
  display: block;

}

.chara_block .chara_detail .chara_cv::before {
  content: "CV:";
  display: block;
  font-size: 70%;
  margin: 0 0.3em 0 0;
}


.chara_block .chara_detail .chara_cv span {}

section .inner .copy {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 0.7em 0;
  font-size: 2.2rem;
  font-weight: 500;
  width: 16em;
  margin: 40px auto 15px;
  line-height: 1.5;
  text-align: center;
}

section .inner .desc {}

.chara_block .chara_detail .desc {}


/*--------------------
  帰宅部 (Block3)
--------------------*/

.chara_block3 .chara_cell .chara_detail {
  padding: 4em 0 0 0;
  margin: 0 0 0 0%;
}

.chara_block3 .chara_cell .chara_detail ul {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}

.chara_block3 .chara_cell .chara_detail ul li {
  width: 25%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  padding: 0 30px;
  margin: 0 0 40px;
}

.chara_block3 .chara_cell .chara_detail ul li p {
  margin: 0 0 0 0;
}

.chara_block3 .chara_cell .chara_detail ul li p.musician_name {
  font-size: 100%;
}

.chara_block3 .chara_cell .chara_detail ul li p.chara_cv {
  font-size: 70%;
  border-bottom: 1px solid;
  padding: 0 0 0.3em;
  margin: 0 0 0.1em;
}

.chara_block3 .chara_cell .chara_detail ul li p.composer_name {
  font-size: 65%;
}

.chara_block3 .chara_cell .chara_detail ul li p.composer_name::before {
  content: "Composer: ";
  font-size: 35%;
}

section .inner .desc {
  text-align: center;
  margin: 0 auto 50px;
}

@media screen and (max-width:767px) {
  .chara_block .chara_detail .chara_name span.job {
    font-size: 5vw;
  }

  .chara_block .chara_detail .chara_name span.name {
    font-size: 12vw;
  }

  .chara_block .chara_detail .chara_name span:last-child {
    font-size: 4vw;
  }

  .chara_block .chara_detail .chara_name {
    /* display: block; */
    margin: 0;
  }

  .kitakubuSlider {
    width: 100%;
    padding: 0 0 8vw;
  }

  .chara_block .chara_detail .chara_cv {
    margin: 0 0 0 0;
    width: 100%;
    font-size: 5vw;
  }

  section .inner .copy {
    margin: 1em auto 1em;
    font-size: 6vw;
  }

  section .inner .desc {
    width: 100%;
    margin: 0 auto 1.0em;
    font-size: 4.2vw;
  }

  .chara_block2 {
    margin: 10vw 0 0 0;
  }

  .chara_block2 .chara_cell .chara_img {
    margin: 0 0% -220px 0px;
    transform: translateX(0px);
    width: 100%;
  }

  .chara_block2 .chara_cell .chara_detail {
    padding: 0em 0 0 0;
    margin: 0 0 0 0px;
    width: 100%;
  }

  .chara_block3 .chara_cell .chara_detail ul {
    padding: 5vw 0 0 0;
  }

  .chara_block3 .chara_cell .chara_detail ul li {
    width: 50%;
    font-size: 5.0vw;
    padding: 0 0.5em;
    margin: 0 0 1em;
  }
}

@media screen and (max-width:631px) {
  .chara_block2 .chara_cell .chara_img {
    margin: 0 0% -40vw 0px;
  }
}

/*=================
 SECTION2  SYSTEM
==================*/

#section_system {
  overflow: hidden;
  padding: 5em 0 0 0;
}

#section_system .inner {
  width: 1024px;
  margin: 0 auto;
}

#section_system .inner .slider3 {
  margin: 0 -500px;
}

#section_system .swiper-slide-active {
  position: relative;
}

#section_system .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*  background:url(../../images/main/top/sec2_sbActive.png) left / contain no-repeat;*/
  background: url(../../images/main/top/sec2_sbActive.png) left / 100% 100% no-repeat;
  opacity: 0;
  transition: all ease .5s;
}

#section_system .swiper-slide.swiper-slide-active::after {
  opacity: 0.5;
}


@media screen and (max-width:767px) {
  #section_system .inner .slider3 {
    margin: 0 0px;
    width: 100%;
  }
}

/*=================
 SECTION2  CREATOR
==================*/

#section_creator {}

#section_creator > .inner {
  width: 1024px;
  margin: 0 auto;
  padding: 5em 0 1em 0;
}

#section_creator dl {
  text-align: center;
  padding: 0 1em;
}

#section_creator dl dt {
  line-height: 1;
  font-size: 1.8rem;
  margin: 0 0 0.7em;
  font-weight: 300;
}

#section_creator dl dt i {
  display: inline-block;
  color: #fff;
  border-color: rgb(218 232 255 / 0.35);
  background: rgb(133 146 163 / 0.35);
  position: relative;
  margin: 0 0.1em;
  padding: 0.1em;
  z-index: 0;
}

#section_creator dl dt i::before {
  content: "";
  border-color: rgb(218 232 255 / 0.35);
  background-image: linear-gradient(45deg, rgb(94 118 197 / 0.4) 0%, rgb(126 184 233 / 0.4) 100%);
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#section_creator dl dd {
  margin: 0 0 1em;
  padding: 0;
  font-size: 2.7rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

#section_creator dl dd.comporser {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;
}

#section_creator dl dd u {
  text-decoration: none;
  margin: 0 0em 0.3em;
  white-space: nowrap;
  /* margin: 0 0 0.3em; */
  text-align: center;
  width: 25%;
  /* line-height:1.5; */
}

#section_creator dl dd u span {
  display: inline-block;
  font-size: 50%;
}

@media screen and (max-width:767px) {
  #section_creator dl dt {
    font-size: 3vw;
  }

  #section_creator dl dd {
    font-size: 5vw;
    display: block;
  }

  #section_creator dl dd u {
    display: flex;
    margin: 0 0.6em 0.5em;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.5;
    justify-content: center;
    width: auto;
  }
}


/*=================
 SECTION2  BONUS
==================*/

.buyngGuide {
  text-align: center;
  margin: 5em 0 0;
}

#section_bonus {}

#section_bonus > .inner {
  background: url(../../images/main/top/bonusBG.png) center / cover no-repeat;
  padding: 2em 1em 4em 1em;
}

.bonusWrap {
  width: 1024px;
  margin: 0 auto;
}

.bonusBox {
  display: inline-flex;
  position: relative;
  z-index: 0;
  color: #fff;
}

.bonusBox::before {
  content: "";
  background: rgb(120 41 69 / 0.7);
  position: absolute;
  width: 70%;
  height: 18em;
  z-index: -1;
  top: 1.5em;
  right: 0;
}

.bonusImage {
  width: 380px;
}

.bonusImage::before {
  content: "予約特典";
  position: absolute;
  top: -0.5em;
  left: 0.3em;
  font-size: 4rem;
  font-weight: 600;
  padding: 0.1em;
  line-height: 1;
  background: rgb(244 83 140 / 0.7);
  letter-spacing: 0.1em;
  text-shadow:
    -5px 0px 0px rgba(244, 83, 140, 0.5),
    5px 0px 0px rgba(0, 255, 246, 0.4);
}

dl.bonusText {
  width: 590px;
  padding: 3em 1.5em 0;
}

dl.bonusText dt {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  line-height: 1;
  font-weight: 600;
  line-height: 0.1em;
  font-size: 2rem;
  display: flex;
  align-items: center;
}

dl.bonusText dt::before {
  content: "01";
  display: inline-flex;
  align-items: center;
  background: #000;
  height: 1.2em;
  padding: 0.05em 0.10em 0.0em 0.2em;
  margin: 0 0.4em 0 0;
  line-height: 1;
  font-weight: 300;
  font-family: "GillSansStd-Light", sans-serif;
  text-align: center;
  border-color: rgb(254, 171, 176);
  background-color: rgb(255 163 213 / 0.9);
  font-size: 120%;
}

.bonusWrap#limited dl.bonusText dt::before {
  border-color: rgb(254, 171, 176);
  background-color: rgb(255 163 213 / 0.9);
  border-color: rgb(52, 255, 252);
  background-color: rgb(37, 183, 181);
}

dl.bonusText dt:nth-child(1)::before {
  content: "01";
}

.bonusWrap:first-child dl.bonusText dt:nth-child(1)::before {
  content: "";
}

dl.bonusText dt:nth-child(3)::before {
  content: "02";
}

dl.bonusText dt:nth-child(5)::before {
  content: "03";
}

dl.bonusText dt:nth-child(7)::before {
  content: "04";
}

dl.bonusText dt:nth-child(9)::before {
  content: "05";
}

dl.bonusText dt:nth-child(11)::before {
  content: "06";
}

dl.bonusText dt:nth-child(13)::before {
  content: "07";
}

dl.bonusText dd {
  margin: 0em 0 1em 0;
  padding: 0 0 0.5em 0;
  border-bottom: 1px solid;
}

dl.bonusText dd > p {
  border-top: 1px dotted;
  font-size: 80%;
  padding: 1em 0 0 0;
  margin: 1em 0 0 0;
  line-height: 1.5;
}

dl.bonusText dd:last-child {
  border-bottom: none;
}


.bonusWrap#limited {
  text-align: right;
}

.bonusWrap#limited .bonusImage {
  width: 480px;
  order: 2;
}

.bonusWrap#limited .bonusImage::before {
  content: "限定版";
  top: -0.5em;
  right: 0.3em;
  left: auto;
  font-weight: 600;
  padding: 0.15em 0.10em 0.2em 0.25em;
  line-height: 1;
  background: rgb(37 183 181 / 0.7);
  letter-spacing: 0.1em;
  text-shadow:
    -5px 0px 0px rgba(244, 83, 140, 0.5),
    5px 0px 0px rgba(0, 255, 246, 0.4);
}

.bonusWrap#limited dl.bonusText {
  order: 1;
  text-align: left;
}

.bonusWrap#limited .bonusBox {}

.bonusWrap#limited .bonusBox::before {
  content: "";
  background: rgb(17 86 85 / 0.7);
  position: absolute;
  width: 70%;
  height: 100%;
  z-index: -1;
  bottom: -1.5em;
  left: 0;
}

@media screen and (max-width:767px) {
  .bonusWrap {
    width: 100%;
  }

  .bonusWrap .bonusBox {
    display: block;
    padding: 0 1em 0.5em;
  }

  .bonusBox::before {
    width: 100%;
    height: auto;
    top: 25%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }

  .bonusWrap#limited .bonusBox::before {
    width: 100%;
    height: auto;
    top: 23.5%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }

  .bonusWrap .bonusImage {
    width: 100% !important;
  }

  .bonusImage::before {
    font-size: 7vw;
  }

  dl.bonusText {
    width: 100%;
    padding: 2em 0em 0;
  }

  .buyngGuide {

    margin: 5vw 0 0 0;
  }
}

@media screen and (max-width:414px) {
  dl.bonusText dt {
    font-size: 4.4vw;
  }
}

/*=================
 SECTION2  SPEC
==================*/

#section_spec {}

#section_spec > .inner {
  width: 1024px;
  margin: 0 auto;
  padding: 4em 0;
  display: flex;
  flex-wrap: wrap;
}

.specText {
  width: 50%;
}

.specText .contName {
  text-align: left;
}

.specImage {
  flex: 1;
  /* background: url(../../images/main/story/mainVisual.jpg) top left / cover #373737; */
  /* background-blend-mode: multiply; */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  font-size: 3rem;
  text-shadow: 0 0 5px white;
}

.specImage::after {
  /* content: "NOW PRINTING"; */
  color: #fff;
  font-family: "GillSansStd-Light", sans-serif;
}

.specText h2.contName {
  text-align: left;
  margin: 0 0 0.2em;
}

.specText .contName p {}

.specText .contName p span {}

.specListWrap {
  padding: 0 4em 0 0;
  line-height: 1.7;
}

.specListWrap > dl {}

.specListWrap > dl > dt {
  display: flex;
  font-size: 1rem;
  align-items: center;
  justify-content: space-between;
}

.specListWrap > dl > dt::after {
  content: "";
  display: block;
  height: 1px;
  background: #c2c8ce;
  flex: 0.97;
}

.specListWrap > dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.specListWrap > dl dd > dl {
  display: flex;
  font-size: 1.6rem;
  align-items: normal;
}

.specListWrap > dl dd > dl dt {
  min-width: 5em;
  display: flex;
  height: 1.7em;
  align-items: center;
  justify-content: space-between;
}

.specListWrap > dl dd > dl dt::after {
  content: "";
  display: block;
  width: 1px;
  background: #f1afdf;
  border: solid 1px #f2a1d4;
  filter: drop-shadow(0px 0px 2px #ff53b4);
  height: 80%;
  /* height: 1.5em; */
}

.specListWrap > dl dd > dl dd {
  padding: 0 0 0 1em;
}

.specListWrap > dl dd > dl dd p {
  margin: 0 0 0.5em;
}

.ceroMark {
  width: 60px;
  padding: 1.5em 0 0;
}


@media screen and (max-width:767px) {
  #section_spec > .inner {
    display: block;
  }

  .specText {
    width: 100%;
  }

  .specListWrap {
    padding: 0 0em 0 0;
  }

  .specListWrap > dl dd > dl {
    font-size: 1.4rem;
  }

  .specImage {
    margin: 2em 0 0 0;
    /* background: #acacac; */
  }
}
