@charset "UTF-8";
:root {
  --font: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic, メイリオ, sans-serif;
  --font-en: nimbus-sans, sans-serif;
  --font-credit: neue-haas-grotesk-display, sans-serif;
  --font-mincho: yu-mincho-pr6n, ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, ＭＳ Ｐ明朝, MS PMincho, serif;
  --pc-width: 1400;
  --tb-width: 768;
  --sp-width: 750;
}

* > .main-area {
  font-family: var(--font);
  font-weight: var(--fontweight-medium);
  font-feature-settings: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: unset;
  min-width: auto;
}

@media only screen and (max-width: 1400) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw/1400));
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw/750));
  }
  * > .main-area {
    font-family: var(--font-hiragino);
  }
}
.main-area * {
  box-sizing: border-box;
}
.main-area img {
  height: auto;
  opacity: 1;
  width: 100%;
}
.main-area a {
  text-decoration: none;
}
.main-area picture {
  display: block;
}
.main-area p, .main-area ul, .main-area ol, .main-area dl {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .main-area .pc_only {
    display: none;
  }
  .main-area .sp_only {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .main-area .pc_only {
    display: block;
  }
  .main-area .sp_only {
    display: none;
  }
}
.js-fadeIn-load {
  opacity: 0;
  transition: opacity 3s;
}

.js-fadeIn-load--02 {
  opacity: 0;
  transition: opacity 1s 0.8s;
}

.js-fadeIn-load.js-active, .js-fadeIn-load--02.js-active {
  opacity: 1;
}

.js-fadeUp-load {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(10px);
}

.js-fadeUp-load.js-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeUp, .js-fadeUp-credit {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(30px);
}

.js-fadeUp.js-active, .js-fadeUp-credit.js-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeIn {
  opacity: 0;
  transition: opacity 3s;
}

.js-fadeIn.js-active {
  opacity: 1;
}

.js-arrow img {
  transform: translateY(-100%);
  transition: transform 0.8s ease-in-out;
}

.js-arrow.js-active img {
  transform: translateY(0);
}

#MO250227KAREN {
  margin: 0 auto;
  padding: 0 0 0 0;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.05em;
  overflow-x: clip;
  /* メインビジュアル */
}
#MO250227KAREN .intro {
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
#MO250227KAREN .intro__lead {
  margin: 6.6rem auto 0;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 2.8;
  text-align: center;
}
#MO250227KAREN .firstview {
  width: 120rem;
  margin: 0 auto;
  position: relative;
}
#MO250227KAREN .firstview .MO250227KAREN__firstView--movie {
  max-width: 120rem;
}
#MO250227KAREN .firstview .MO250227KAREN__firstView--movie a {
  display: block;
}
#MO250227KAREN .firstview video {
  width: 100%;
}
#MO250227KAREN .firstview #soundBtn {
  display: block;
  position: absolute;
  background: url(../img/sound_off.svg) no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  z-index: 1;
  right: 1.8%;
  bottom: 2.4%;
  width: 4rem;
  height: 4rem;
}
#MO250227KAREN .firstview #soundBtn.soundOn {
  background: url(../img/sound_on.svg) no-repeat;
}
#MO250227KAREN .intro__titleWrap {
  font-family: var(--font-en);
  text-align: center;
  margin: 5.8rem 0 0 0;
}
#MO250227KAREN .intro__titleWrap .intro__title {
  font-family: var(--font-en);
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.005em;
}
#MO250227KAREN .intro__titleWrap .intro__title-sub {
  margin: 2.2rem 0 0 1rem;
}
#MO250227KAREN .intro__titleWrap .intro__title-sub ._01 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.005em;
}
#MO250227KAREN .intro__titleWrap .intro__title-sub ._02 {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.01em;
}
#MO250227KAREN #mvVisual {
  position: relative;
}
#MO250227KAREN #mvVideo {
  width: 100%;
}
#MO250227KAREN #togglemvSound {
  cursor: pointer;
}
#MO250227KAREN #togglemvSound {
  display: block;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-size: 100% auto;
  position: absolute;
  right: 1.8rem;
  bottom: 1.8rem;
  z-index: 1;
}
#MO250227KAREN #togglemvSound .soundOff {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/sound_off.svg) no-repeat;
}
#MO250227KAREN #togglemvSound .soundON {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/sound_on.svg) no-repeat;
}
#MO250227KAREN .product__title-wrap {
  margin: 0 auto;
  font-family: var(--font-en);
  border-top: 0.3rem solid #000;
  border-bottom: 0.3rem solid #000;
  text-align: center;
}
#MO250227KAREN .product__title-wrap .num__text {
  display: block;
  font-size: 3.8rem;
  letter-spacing: 0em;
  line-height: 1;
}
#MO250227KAREN .product__title-wrap .num__style {
  display: block;
  padding: 0.5rem 0;
  font-size: 2.7rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
#MO250227KAREN .product__title-wrap--01 {
  width: 19.2rem;
  padding: 1.6rem 0 1.4rem;
}
#MO250227KAREN .product__title-wrap--02 {
  width: 15.9rem;
  margin: 0 auto 0;
  padding: 1.4rem 0 1.3rem;
}
#MO250227KAREN .product__lead {
  margin: 3.2rem 0 0 0;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.7857142857;
}
#MO250227KAREN .product__block {
  width: 100%;
  margin: 14rem auto 0;
}
#MO250227KAREN .product__block .product__block-inner {
  width: 140rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#MO250227KAREN .product__block .product__image-wrap {
  position: relative;
}
#MO250227KAREN .product__block .product__image-wrap.product__image-wrap--01 {
  height: 77.6rem;
  margin: 6.5rem 0 0 0;
}
#MO250227KAREN .product__block .product__image-wrap.product__image-wrap--02 {
  height: 125.3rem;
  margin: 13.2rem 0 0 0;
}
#MO250227KAREN .product__block .product__image-wrap.product__image-wrap--03 {
  height: 124.4rem;
  margin: 13rem 0 0 0;
}
#MO250227KAREN .product__block .product__image-wrap.product__image-wrap--04 {
  height: 61.6rem;
  margin: 12.9rem 0 0 0;
}
#MO250227KAREN .product__block .product__image-wrap.product__image-wrap--05 {
  height: 121.5rem;
  margin: 13rem 0 0 0;
}
#MO250227KAREN .product__block .product__image-wrap.product__image-wrap--06 {
  height: 137.2rem;
  margin: 6.7rem 0 0 0;
}
#MO250227KAREN .product__block .product__image-wrap.product__image-wrap--07 {
  height: 58.8rem;
  margin: 13rem 0 0 0;
}
#MO250227KAREN .product__block .product__image-wrap.product__image-wrap--08 {
  height: 122.8rem;
  margin: 13.1rem 0 0 0;
}
#MO250227KAREN .product__block .product__image-wrap.product__image-wrap--09 {
  height: 58.8rem;
  margin: 20.1rem 0 0 0;
}
#MO250227KAREN .product__block .product__image-wrap.product__image-wrap--10 {
  height: 78.6rem;
  margin: 20.4rem 0 0 0;
}
#MO250227KAREN .product__block .product__image {
  position: absolute;
}
#MO250227KAREN .product__block .product__image.product__image--01_1 {
  width: 36rem;
  top: 0rem;
  left: 73.8rem;
}
#MO250227KAREN .product__block .product__image.product__image--01_2 {
  width: 44rem;
  top: 16.1rem;
  left: 26.8rem;
}
#MO250227KAREN .product__block .product__image.product__image--02_1 {
  width: 43rem;
  top: 0;
  left: 48.4rem;
}
#MO250227KAREN .product__block .product__image.product__image--02_2 {
  width: 70rem;
  top: 75.2rem;
  left: 35rem;
}
#MO250227KAREN .product__block .product__image.product__image--03_1 {
  width: 36rem;
  top: 0;
  left: 31.5rem;
  z-index: 1;
}
#MO250227KAREN .product__block .product__image.product__image--03_2 {
  width: 46rem;
  top: 10rem;
  left: 65rem;
  z-index: 0;
}
#MO250227KAREN .product__block .product__image.product__image--03_3 {
  width: 56rem;
  top: 84.2rem;
  left: 42rem;
}
#MO250227KAREN .product__block .product__image.product__image--04_1 {
  width: 44rem;
  top: 0;
  left: 25rem;
  z-index: 1;
}
#MO250227KAREN .product__block .product__image.product__image--04_2 {
  width: 33rem;
  top: 6.4rem;
  left: 79rem;
  z-index: 0;
}
#MO250227KAREN .product__block .product__image.product__image--04_3 {
  width: 44rem;
  top: 57.2rem;
  left: 10rem;
  z-index: 0;
}
#MO250227KAREN .product__block .product__image.product__image--05_1 {
  width: 63rem;
  top: 0;
  left: 38.5rem;
  z-index: 1;
}
#MO250227KAREN .product__block .product__image.product__image--05_2 {
  width: 28rem;
  top: 55rem;
  left: 33.5rem;
  z-index: 0;
}
#MO250227KAREN .product__block .product__image.product__image--05_3 {
  width: 39rem;
  top: 67rem;
  left: 71.5rem;
}
#MO250227KAREN .product__block .product__image.product__image--06_1 {
  width: 33rem;
  top: 0;
  left: 71.3rem;
  z-index: 1;
}
#MO250227KAREN .product__block .product__image.product__image--06_2 {
  width: 44rem;
  top: 6rem;
  left: 30.5rem;
  z-index: 0;
}
#MO250227KAREN .product__block .product__image.product__image--06_3 {
  width: 44rem;
  top: 75.7rem;
  left: 48rem;
}
#MO250227KAREN .product__block .product__image.product__image--07_1 {
  width: 42rem;
  top: 0;
  left: 72rem;
  z-index: 0;
}
#MO250227KAREN .product__block .product__image.product__image--07_2 {
  width: 33rem;
  top: 5.5rem;
  left: 29rem;
  z-index: 1;
}
#MO250227KAREN .product__block .product__image.product__image--08_1 {
  width: 60.2rem;
  top: 0;
  left: 39.7rem;
  z-index: 1;
}
#MO250227KAREN .product__block .product__image.product__image--08_2 {
  width: 44rem;
  top: 53rem;
  left: 27.5rem;
  z-index: 0;
}
#MO250227KAREN .product__block .product__image.product__image--08_3 {
  width: 37rem;
  top: 71rem;
  left: 75.5rem;
}
#MO250227KAREN .product__block .product__image.product__image--09_1 {
  width: 42rem;
  top: 0;
  left: 25.9rem;
  z-index: 1;
}
#MO250227KAREN .product__block .product__image.product__image--09_2 {
  width: 42rem;
  top: 0;
  left: 72rem;
  z-index: 0;
}
#MO250227KAREN .product__block .product__image.product__image--10_1 {
  width: 46rem;
  top: 0;
  left: 30.5rem;
  z-index: 1;
}
#MO250227KAREN .product__block .product__image.product__image--10_2 {
  width: 39rem;
  top: 24.2rem;
  left: 72.4rem;
  z-index: 1;
}
#MO250227KAREN .product__block .product__image.product__image--10_3 {
  width: 39rem;
  top: 84.2rem;
  left: 42rem;
}
#MO250227KAREN .product__block .product__credit {
  position: absolute;
  margin: 3.3rem 0 0 0;
  font-family: var(--font-credit);
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1.7692307692;
  text-align: left;
}
#MO250227KAREN .product__block .product__credit a {
  display: inline-block;
  margin: 0 0.7rem 0 0;
}
#MO250227KAREN .product__block .product__credit.product__credit--02 {
  margin: 3rem 0 0 0;
  width: 100%;
  text-align: center;
}
#MO250227KAREN .product__block .product__credit.product__credit--03 {
  position: absolute;
  bottom: 11.8rem;
  left: -33.5rem;
}
#MO250227KAREN .product__block .product__credit.product__credit--05 {
  text-align: right;
  bottom: -0.5rem;
  left: -32.5rem;
}
#MO250227KAREN .product__block .product__credit.product__credit--06 {
  width: 100%;
  position: absolute;
  bottom: -0.5rem;
  left: 47.5rem;
}
#MO250227KAREN .product__block .product__credit.product__credit--07 {
  bottom: -0.5rem;
  left: 29rem;
}
#MO250227KAREN .product__block .product__credit.product__credit--09 {
  text-align: center;
  width: 100%;
  bottom: -8rem;
}
#MO250227KAREN .product__block .product__credit.product__credit--10 {
  bottom: 4.3rem;
  left: -42rem;
}
#MO250227KAREN .product__block--01 {
  padding: 0 0 10rem 0;
  position: sticky;
  height: 604.9rem;
  top: calc(100vh - 604.9rem);
  z-index: 0;
  isolation: isolate;
  z-index: 1;
}
#MO250227KAREN .product__block--02 {
  margin: 0 auto 0;
  padding: 8rem 0 0 0;
  background-color: #fff;
  z-index: 99;
  transform: translateZ(1px);
  position: relative;
}
#MO250227KAREN .product__block--02::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(242, 237, 158, 0.35);
  z-index: 0;
}
#MO250227KAREN .lp__bottom-area {
  margin: 10rem 0 0 0;
  padding: 10rem 0 0 0;
  position: relative;
  z-index: 3;
  background-color: #fff;
}
#MO250227KAREN .lp__bottom-area::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 102%;
  top: -1%;
  left: 0;
  background-color: #fff;
  z-index: 1;
}
#MO250227KAREN .button__all {
  display: block;
  width: 38rem;
  height: 6.4rem;
  margin: 0 auto 0;
  border: 1px solid #000;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 6.4rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
#MO250227KAREN .staff__area {
  margin: 8rem 0 0 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
#MO250227KAREN .staff__area .staff__title {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.15em;
}
#MO250227KAREN .staff__area .staff__name {
  margin: 1rem 0 0 0;
  font-family: var(--font-en);
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.prof__area {
  display: flex;
  justify-content: space-between;
  width: 66rem;
  margin: 15rem auto 0;
}
.prof__area .prof__image {
  width: 22rem;
}
.prof__area .prof__text-wrap {
  width: 38.4rem;
  text-align: left;
}
.prof__area .prof__name {
  margin: 0;
  padding: 0 0 1.4rem 0;
  border-bottom: 1px solid #000;
  font-family: var(--font-mincho);
  font-size: 2.6rem;
  letter-spacing: 0.02em;
}
.prof__area .prof_info {
  margin-top: 2.4rem;
  line-height: 1.93;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  letter-spacing: 0.09em;
}
.prof__area .prof_info a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .footer {
    z-index: 100;
    position: relative;
  }
  .footer .page-top {
    margin: 0;
    position: absolute;
    top: calc(-120 * (100vw/750));
    right: calc(30 * (100vw/750));
  }
  #MO250227KAREN {
    margin: 0;
    padding: 0 0 0 0;
    max-width: calc(750 * (100vw/750));
    font-feature-settings: "palt";
    font-weight: 400;
    overflow-x: clip;
    letter-spacing: 0.05em;
    /* メインビジュアル */
    /*#toggleModalSound {
      margin-left: 10px;
    }*/
  }
  #MO250227KAREN p {
    font-feature-settings: "palt";
  }
  #MO250227KAREN .intro {
    text-align: center;
    width: 100%;
  }
  #MO250227KAREN .intro__lead {
    margin: calc(60 * (100vw/750)) auto 0;
    font-size: calc(24 * (100vw/750));
    letter-spacing: 0.05em;
    line-height: 2.5;
    text-align: center;
  }
  #MO250227KAREN .firstview {
    width: calc(750 * (100vw/750));
    margin: 0;
    padding: 0 0 0 0;
  }
  #MO250227KAREN .firstview a {
    display: block;
  }
  #MO250227KAREN .firstview .MO250213EBIHARA__firstView--movie #soundBtn {
    width: calc(40 * (100vw/750));
    height: calc(40 * (100vw/750));
    right: calc(18 * (100vw/750));
    bottom: calc(18 * (100vw/750));
    z-index: 2;
  }
  #MO250227KAREN .intro__titleWrap {
    margin: calc(90 * (100vw/750)) 0 0 0;
  }
  #MO250227KAREN .intro__titleWrap .intro__title {
    font-size: calc(70 * (100vw/750));
    line-height: 1;
    letter-spacing: -0.01em;
  }
  #MO250227KAREN .intro__titleWrap .intro__title-sub {
    margin: calc(23 * (100vw/750)) 0 0 calc(17 * (100vw/750));
  }
  #MO250227KAREN .intro__titleWrap .intro__title-sub ._01 {
    font-size: calc(42 * (100vw/750));
    letter-spacing: 0.005em;
  }
  #MO250227KAREN .intro__titleWrap .intro__title-sub ._02 {
    padding: 0 0 0 calc(8 * (100vw/750));
    font-size: calc(50 * (100vw/750));
    letter-spacing: -0.01em;
  }
  #MO250227KAREN #togglemvSound {
    width: calc(40 * (100vw/750));
    height: calc(40 * (100vw/750));
    right: 2.1%;
    bottom: 1.5%;
    padding: 0;
  }
  #MO250227KAREN #togglemvSound.soundOff {
    background-size: 100%;
  }
  #MO250227KAREN #toggleModalSound {
    display: inline-block;
    margin-top: calc(10 * (100vw/750));
    padding: calc(10 * (100vw/750)) calc(20 * (100vw/750));
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: calc(4 * (100vw/750));
    cursor: pointer;
  }
  #MO250227KAREN .product__block {
    width: 100%;
    margin: calc(160 * (100vw/750)) auto 0;
  }
  #MO250227KAREN .product__block .product__block-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  #MO250227KAREN .product__block .product__box {
    position: relative;
  }
  #MO250227KAREN .product__block .product__image-wrap {
    position: relative;
  }
  #MO250227KAREN .product__block .product__image-wrap.product__image-wrap--01 {
    height: auto;
    margin: calc(80 * (100vw/750)) 0 0 0;
  }
  #MO250227KAREN .product__block .product__image-wrap.product__image-wrap--02 {
    margin: calc(180 * (100vw/750)) 0 0 0;
    height: auto;
  }
  #MO250227KAREN .product__block .product__image-wrap.product__image-wrap--03 {
    margin: calc(180 * (100vw/750)) 0 0 0;
    height: auto;
  }
  #MO250227KAREN .product__block .product__image-wrap.product__image-wrap--04 {
    margin: calc(180 * (100vw/750)) 0 0 0;
    height: auto;
  }
  #MO250227KAREN .product__block .product__image-wrap.product__image-wrap--05 {
    margin: calc(175 * (100vw/750)) 0 0 0;
    height: auto;
  }
  #MO250227KAREN .product__block .product__image-wrap.product__image-wrap--06 {
    margin: calc(80 * (100vw/750)) 0 0 0;
    height: auto;
  }
  #MO250227KAREN .product__block .product__image-wrap.product__image-wrap--07 {
    margin: calc(180 * (100vw/750)) 0 0 0;
    height: auto;
  }
  #MO250227KAREN .product__block .product__image-wrap.product__image-wrap--08 {
    margin: calc(173 * (100vw/750)) 0 0 0;
    height: auto;
  }
  #MO250227KAREN .product__block .product__image-wrap.product__image-wrap--09 {
    margin: calc(172 * (100vw/750)) 0 0 0;
    height: auto;
  }
  #MO250227KAREN .product__block .product__image-wrap.product__image-wrap--10 {
    margin: calc(175 * (100vw/750)) 0 0 0;
    height: auto;
  }
  #MO250227KAREN .product__block .product__image {
    position: static;
    width: calc(420 * (100vw/750));
  }
  #MO250227KAREN .product__block .product__image.product__image--01_1 {
    width: calc(620 * (100vw/750));
    margin: calc(45 * (100vw/750)) 0 0 auto;
  }
  #MO250227KAREN .product__block .product__image.product__image--01_2 {
    width: calc(690 * (100vw/750));
    margin: calc(72 * (100vw/750)) 0 0 0;
  }
  #MO250227KAREN .product__block .product__image.product__image--02_1 {
    width: calc(680 * (100vw/750));
    margin: 0 auto;
  }
  #MO250227KAREN .product__block .product__image.product__image--02_2 {
    width: calc(812 * (100vw/750));
    margin: calc(95 * (100vw/750)) 0 0 calc(-30 * (100vw/750));
  }
  #MO250227KAREN .product__block .product__image.product__image--03_1 {
    width: calc(640 * (100vw/750));
    margin: calc(43 * (100vw/750)) 0 0 0;
    position: relative;
    top: 0;
    left: 0;
  }
  #MO250227KAREN .product__block .product__image.product__image--03_2 {
    width: calc(680 * (100vw/750));
    margin: 0 0 0 auto;
    top: calc(-80 * (100vw/750));
    left: 0;
    position: relative;
  }
  #MO250227KAREN .product__block .product__image.product__image--03_3 {
    width: calc(714 * (100vw/750));
    margin: calc(180 * (100vw/750)) auto 0;
  }
  #MO250227KAREN .product__block .product__image.product__image--04_1 {
    width: calc(750 * (100vw/750));
    margin: calc(0 * (100vw/750)) auto 0;
  }
  #MO250227KAREN .product__block .product__image.product__image--04_2 {
    width: calc(600 * (100vw/750));
    margin: calc(100 * (100vw/750)) auto 0;
  }
  #MO250227KAREN .product__block .product__image.product__image--05_1 {
    width: calc(784 * (100vw/750));
    margin: calc(0 * (100vw/750)) 0 0 calc(-15 * (100vw/750));
  }
  #MO250227KAREN .product__block .product__image.product__image--05_2 {
    width: calc(500 * (100vw/750));
    margin: calc(100 * (100vw/750)) 0 0 calc(35 * (100vw/750));
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
  }
  #MO250227KAREN .product__block .product__image.product__image--05_3 {
    width: calc(660 * (100vw/750));
    margin: 0 0 0 auto;
    top: calc(-45 * (100vw/750));
    position: relative;
    left: 0;
  }
  #MO250227KAREN .product__block .product__image.product__image--06_1 {
    width: calc(590 * (100vw/750));
    margin: 0 0 0 auto;
    z-index: 1;
    position: relative;
    left: 0;
    top: 0;
  }
  #MO250227KAREN .product__block .product__image.product__image--06_2 {
    width: calc(690 * (100vw/750));
    position: relative;
    top: calc(-80 * (100vw/750));
    left: 0;
    z-index: 0;
  }
  #MO250227KAREN .product__block .product__image.product__image--06_3 {
    width: calc(690 * (100vw/750));
    margin: calc(152 * (100vw/750)) auto 0;
  }
  #MO250227KAREN .product__block .product__image.product__image--07_1 {
    width: calc(750 * (100vw/750));
    margin: 0 auto;
  }
  #MO250227KAREN .product__block .product__image.product__image--07_2 {
    width: calc(620 * (100vw/750));
    margin: calc(100 * (100vw/750)) auto 0;
  }
  #MO250227KAREN .product__block .product__image.product__image--08_1 {
    width: calc(784 * (100vw/750));
    margin: 0 0 0 calc(-15 * (100vw/750));
  }
  #MO250227KAREN .product__block .product__image.product__image--08_2 {
    width: calc(680 * (100vw/750));
    margin: calc(100 * (100vw/750)) 0 0 0;
  }
  #MO250227KAREN .product__block .product__image.product__image--08_3 {
    width: calc(600 * (100vw/750));
    margin: calc(35 * (100vw/750)) 0 0 auto;
  }
  #MO250227KAREN .product__block .product__image.product__image--09_1 {
    width: calc(680 * (100vw/750));
    margin: calc(0 * (100vw/750)) auto 0;
  }
  #MO250227KAREN .product__block .product__image.product__image--09_2 {
    width: calc(680 * (100vw/750));
    margin: calc(38 * (100vw/750)) auto 0;
  }
  #MO250227KAREN .product__block .product__image.product__image--10_1 {
    width: calc(680 * (100vw/750));
    margin: 0;
  }
  #MO250227KAREN .product__block .product__image.product__image--10_2 {
    width: calc(620 * (100vw/750));
    margin: calc(35 * (100vw/750)) 0 0 auto;
  }
  #MO250227KAREN .product__block .product__title-wrap {
    border-top: calc(4 * (100vw/750)) solid #000;
    border-bottom: calc(4 * (100vw/750)) solid #000;
  }
  #MO250227KAREN .product__block .product__title-wrap .num__text {
    display: block;
    font-size: calc(62 * (100vw/750));
    letter-spacing: 0em;
    line-height: 1;
  }
  #MO250227KAREN .product__block .product__title-wrap .num__style {
    display: block;
    padding: calc(10 * (100vw/750)) 0 calc(5 * (100vw/750));
    font-size: calc(44 * (100vw/750));
    letter-spacing: 0.05em;
    line-height: 1;
  }
  #MO250227KAREN .product__block .product__title-wrap--01 {
    width: calc(312 * (100vw/750));
    padding: calc(20 * (100vw/750)) 0 calc(22 * (100vw/750));
  }
  #MO250227KAREN .product__block .product__title-wrap--02 {
    width: calc(242 * (100vw/750));
    padding: calc(19 * (100vw/750)) 0 calc(21 * (100vw/750));
  }
  #MO250227KAREN .product__block .product__lead {
    margin: calc(47 * (100vw/750)) 0 0 0;
    font-size: calc(24 * (100vw/750));
    letter-spacing: 0.05em;
    line-height: 2.5;
    text-align: center;
  }
  #MO250227KAREN .product__block .product__lead.pickup__title-text--02 {
    position: relative;
    left: 0;
  }
  #MO250227KAREN .product__block .product__credit {
    position: static;
    margin: calc(46 * (100vw/750)) 0 0 0;
    font-size: calc(23 * (100vw/750));
    letter-spacing: 0.04em;
    line-height: 1.5833333333;
  }
  #MO250227KAREN .product__block .product__credit a {
    margin: 0 calc(12 * (100vw/750)) 0 0;
    line-height: 1.5833333333;
  }
  #MO250227KAREN .product__block .product__credit.product__credit--02 {
    margin: calc(46 * (100vw/750)) 0 auto;
  }
  #MO250227KAREN .product__block .product__credit.product__credit--03 {
    margin: 0;
    bottom: calc(-190 * (100vw/750));
    left: auto;
    right: auto;
  }
  #MO250227KAREN .product__block .product__credit.product__credit--04 {
    text-align: center;
  }
  #MO250227KAREN .product__block .product__credit.product__credit--05 {
    text-align: left;
  }
  #MO250227KAREN .product__block .product__credit.product__credit--06 {
    width: 100%;
    position: absolute;
    left: calc(50 * (100vw/750));
    bottom: calc(-156 * (100vw/750));
    margin: 0;
    text-align: left;
  }
  #MO250227KAREN .product__block .product__credit.product__credit--07 {
    width: 100%;
    text-align: center;
  }
  #MO250227KAREN .product__block--01 {
    margin: calc(140 * (100vw/750)) auto 0;
    padding: 0 0 calc(160 * (100vw/750)) 0;
    height: calc(12135 * (100vw/750));
    top: calc(100vh - 12135 * (100vw/750));
  }
  #MO250227KAREN .product__block--02 {
    margin: 0 auto 0;
    padding: calc(100 * (100vw/750)) 0 0 0;
  }
  #MO250227KAREN .lp__bottom-area {
    padding: calc(140 * (100vw/750)) 0 0 0;
    margin: calc(160 * (100vw/750)) 0 0 0;
  }
  #MO250227KAREN .button__all {
    display: block;
    width: calc(675 * (100vw/750));
    height: calc(120 * (100vw/750));
    margin: 0 auto 0;
    font-size: calc(28 * (100vw/750));
    letter-spacing: 0.16em;
    line-height: calc(120 * (100vw/750));
    text-align: center;
    white-space: nowrap;
    position: relative;
  }
  #MO250227KAREN .staff__area {
    margin: calc(152 * (100vw/750)) 0 0 0;
    padding: 0 0 calc(317 * (100vw/750)) 0;
    text-align: center;
  }
  #MO250227KAREN .staff__area .staff__title {
    font-size: calc(26 * (100vw/750));
    line-height: 1;
    letter-spacing: 0.15em;
  }
  #MO250227KAREN .staff__area .staff__name {
    margin: calc(17 * (100vw/750)) 0 0 0;
    font-size: calc(23 * (100vw/750));
    line-height: 2;
    letter-spacing: 0.02em;
  }
  #MO250227KAREN .prof__area {
    display: block;
    width: 100%;
    margin: calc(200 * (100vw/750)) auto 0;
  }
  #MO250227KAREN .prof__area .prof__image {
    margin: 0 auto;
    width: calc(390 * (100vw/750));
  }
  #MO250227KAREN .prof__area .prof__text-wrap {
    width: calc(652 * (100vw/750));
    text-align: center;
    margin: calc(60 * (100vw/750)) auto calc(185 * (100vw/750));
  }
  #MO250227KAREN .prof__area .prof__name {
    margin: 0;
    padding: 0 0 calc(45 * (100vw/750)) 0;
    font-size: calc(47 * (100vw/750));
    letter-spacing: 0.02em;
  }
  #MO250227KAREN .prof__area .prof_info {
    margin-top: calc(40 * (100vw/750));
    line-height: 1.9166666667;
    font-feature-settings: "palt";
    font-size: calc(24 * (100vw/750));
    letter-spacing: 0.09em;
  }
}/*# sourceMappingURL=style.css.map */