@charset "UTF-8";
/*---------- reset ----------*/
.main-inner {
  width: 100% !important;
}

.main-area {
  overflow-x: visible !important;
}

/*---------- reset ----------*/
/*---------- all common ----------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

.LB230203 img,
.LB230203 video {
  width: 100%;
  height: auto;
}
.LB230203 a,
.LB230203 picture,
.LB230203 video {
  display: block;
}
.LB230203 .pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .LB230203 .pc-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .LB230203 .sp-only {
    display: none;
  }
}

/*---------- all common ----------*/
/*---------- animation ----------*/
.js-fade-Vr-first,
.js-fade-Vr {
  opacity: 0;
  transition-duration: 1.2s;
}

.js-fade-Vr-first.active,
.js-fade-Vr.active {
  opacity: 1;
}

.is-hidden {
  visibility: hidden;
}

/*---------- animation ----------*/
/*---------- font ----------*/
.introArea__txt,
.movieArea__txt,
.itemImgArea__txt,
.creditArea__credit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(23 *(100vw / 750));
  line-height: 1.8260869565;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .introArea__txt,
.movieArea__txt,
.itemImgArea__txt,
.creditArea__credit {
    font-size: 13px;
    line-height: 2.6153846154;
    letter-spacing: 0.06em;
  }
  .introArea__txt {
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 0.07em;
  }
}
.creditArea__credit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(28 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
.creditArea__credit--num {
  font-family: mencken-std-head, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(30 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .creditArea__credit {
    font-size: 16px;
  }
  .creditArea__credit--ttl {
    font-size: 15px;
  }
  .creditArea__credit--num {
    font-size: 16px;
  }
}

.creditArea__detail {
  font-family: mencken-std-head, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(30 *(100vw / 750));
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
.creditArea__detail--jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(27 *(100vw / 750));
  line-height: 1.5666666667;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .creditArea__detail {
    font-size: 16px;
  }
  .creditArea__detail--jp {
    font-size: 14px;
    line-height: 1.8125;
  }
}

.LB230203__btn {
  font-family: mencken-std-head, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(36 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .LB230203__btn {
    font-size: 20px;
  }
}

.staff-credit {
  font-family: mencken-std-head, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(22 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .staff-credit {
    font-size: 14px;
  }
}

/*---------- font ----------*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*---------- image-size ----------*/
.firstviewArea__img {
  width: 100%;
}

.model-movie {
  width: calc(630 *(100vw / 750));
}

.model-image101 {
  width: calc(650 *(100vw / 750));
}

.model-image102 {
  width: 100%;
}

.model-image103 {
  width: calc(530 *(100vw / 750));
}

.torso-image {
  width: calc(470 *(100vw / 750));
}

.item-image {
  width: calc(240 *(100vw / 750));
}

/*---------- image-size ----------*/
/*---------- common ----------*/
.model-movie,
.model-image101 {
  margin: 0 auto;
}

.introArea__txt,
.movieArea__txt,
.itemImgArea__txt,
.creditArea__credit,
.creditArea__detail,
.staff-credit {
  text-align: center;
}

/*---------- common ----------*/
.LB230203__wrapper {
  position: relative;
  padding-top: calc(152 *(100vw / 750));
  padding-bottom: calc(188 *(100vw / 750));
  z-index: 15;
  background-color: #fff;
}

.firstviewArea {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.introArea {
  padding-bottom: calc(152 *(100vw / 750));
}
.introArea__txt + .introArea__txt {
  margin-top: calc(59 *(100vw / 750));
}

.movieArea {
  padding-bottom: calc(150 *(100vw / 750));
}
.movieArea__txt span {
  display: inline-block;
  margin-bottom: calc(25 *(100vw / 750));
}
.movieArea .model-movie {
  margin-bottom: calc(109 *(100vw / 750));
}

.modeImgArea .model-image101 {
  margin-bottom: calc(60 *(100vw / 750));
}
.modeImgArea .model-image102 {
  margin-bottom: calc(60 *(100vw / 750));
}

.itemImgArea {
  padding-top: calc(151 *(100vw / 750));
  margin-bottom: calc(152 *(100vw / 750));
}
.itemImgArea__txt {
  margin-bottom: calc(154 *(100vw / 750));
}
.itemImgArea__txt02{
  margin-bottom: calc(190 *(100vw / 750));
}
.itemImgArea__detail {
  display: flex;
  justify-content: center;
  margin-bottom: calc(50 *(100vw / 750));
}
.itemImgArea .torso-image {
  margin: 0 auto;
  margin-bottom: calc(68 *(100vw / 750));
}
.itemImgArea .material-image {
  margin: 0 auto;
  margin-bottom: calc(200 *(100vw / 750));
}

.creditArea__credit {
  margin-bottom: calc(23 *(100vw / 750));
}
.creditArea__credit--ttl {
  display: inline-block;
  margin-bottom: calc(18 *(100vw / 750));
}
.creditArea__credit--num {
  display: inline-block;
  margin-left: calc(20 *(100vw / 750));
}

.LB230203__btn {
  margin-bottom: calc(122 *(100vw / 750));
}
.LB230203__btn a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(675 *(100vw / 750));
  height: calc(146 *(100vw / 750));
  margin: 0 auto;
  border: solid 1px #000;
}

.staff-credit span {
  display: inline-block;
  margin: 0 calc(12 *(100vw / 750));
  margin-bottom: calc(16 *(100vw / 750));
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  /*---------- image-size ----------*/
  .firstviewArea__img {
    max-width: 1200px;
    width: 95%;
  }
  .model-movie {
    width: 460px;
  }
  .model-image101 {
    width: 510px;
  }
  .model-image102 {
    max-width: 580px;
    width: 55%;
  }
  .model-image103 {
    max-width: 480px;
    width: 45%;
  }
  .torso-image {
    width: 350px;
  }
  .item-image {
    width: 200px;
  }
  /*---------- image-size ----------*/
  /*---------- common ----------*/
  /*---------- common ----------*/
  .LB230203 {
    padding-top: 30px;
  }
  .LB230203__wrapper {
    padding-top: 108px;
    padding-bottom: 130px;
  }
  .firstviewArea__img {
    margin: 0 auto;
  }
  .introArea {
    padding-bottom: 110px;
  }
  .introArea__txt + .introArea__txt {
    margin-top: 38px;
  }
  .movieArea {
    padding-bottom: 110px;
  }
  .movieArea__txt span {
    margin-bottom: 10px;
  }
  .movieArea .model-movie {
    margin-bottom: 90px;
  }
  .modeImgArea .flex-wrap {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 7rem;
    margin: 0 auto;
    width: 95%;
  }
  .modeImgArea .model-image101 {
    margin-bottom: 74px;
  }
  .modeImgArea .model-image102 {
    margin-bottom: 0;
  }
  .modeImgArea .model-image103 {
    margin-top: 290px;
  }
  .itemImgArea {
    padding-top: 109px;
    margin-bottom: 118px;
  }
  .itemImgArea__txt {
    margin-bottom: 90px;
  }
  .itemImgArea__txt02{
    margin-bottom: 140px;
  }
  .itemImgArea__detail {
    margin-bottom: 39px;
    gap: 3rem;
  }
  .itemImgArea .torso-image {
    margin-bottom: 59px;
  }
  .itemImgArea .material-image {
    margin-bottom: 150px;
  }
  .creditArea__credit {
    margin-bottom: 16px;
  }
  .creditArea__credit--ttl {
    margin-bottom: 14px;
  }
  .creditArea__credit--num {
    margin-left: 6px;
  }
  .LB230203__btn {
    margin-bottom: 59px;
  }
  .LB230203__btn a {
    width: 420px;
    height: 74px;
  }
  .staff-credit span {
    margin: 0 8px;
    margin-bottom: 12px;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*# sourceMappingURL=style.css.map */