@charset "UTF-8";
:root {
  --font: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic, メイリオ, sans-serif;
  --font-en: canada-type-gibson, 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-fadeLeft {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateX(-30px);
}

.js-fadeRight {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateX(30px);
}

.js-fadeLeft.js-active, .js-fadeRight.js-active {
  opacity: 1;
  transform: translateX(0);
}

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

.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);
}

#MO250410LINEN {
  margin: 0 auto;
  padding: 0 0 0 0;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.05em;
  overflow-x: clip;
  /* メインビジュアル */
}
#MO250410LINEN .intro {
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
#MO250410LINEN .firstview {
  width: 120rem;
  margin: 0 auto;
  position: relative;
}
#MO250410LINEN .firstview .MO250227KAREN__firstView--movie {
  max-width: 120rem;
}
#MO250410LINEN .firstview .MO250227KAREN__firstView--movie a {
  display: block;
}
#MO250410LINEN .firstview video {
  width: 100%;
}
#MO250410LINEN .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;
}
#MO250410LINEN .firstview #soundBtn.soundOn {
  background: url(../img/sound_on.svg) no-repeat;
}
#MO250410LINEN .intro__titleWrap {
  font-family: var(--font-en);
  text-align: center;
  margin: 4.8rem 0 0 0;
}
#MO250410LINEN .intro__titleWrap .intro__title--brand {
  width: 18.1rem;
  margin: 0 auto;
}
#MO250410LINEN .intro__titleWrap .intro__title--theme {
  width: 42.1rem;
  margin: 1.8rem auto 0;
}
#MO250410LINEN #mvVisual {
  position: relative;
}
#MO250410LINEN #mvVideo {
  width: 100%;
}
#MO250410LINEN #togglemvSound {
  cursor: pointer;
}
#MO250410LINEN #togglemvSound {
  display: block;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-size: 100% auto;
  position: absolute;
  right: 1.8rem;
  bottom: 1.8rem;
  z-index: 1;
}
#MO250410LINEN #togglemvSound .soundOff {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/sound_off.svg) no-repeat;
}
#MO250410LINEN #togglemvSound .soundON {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/sound_on.svg) no-repeat;
}
#MO250410LINEN .product__block {
  width: 100%;
}
#MO250410LINEN .product__block .product__block-inner {
  width: 140rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#MO250410LINEN .product__block .product__image-wrap {
  position: relative;
}
#MO250410LINEN .product__block .product__image-wrap.product__image-wrap--01 {
  margin: 13.2rem 0 0 0;
}
#MO250410LINEN .product__block .product__image-wrap.product__image-wrap--02-1 {
  margin: 16rem 0 0 0;
}
#MO250410LINEN .product__block .product__image-wrap.product__image-wrap--02-2 {
  margin: 0 0 0 0;
}
#MO250410LINEN .product__block .product__image-wrap.product__image-wrap--03 {
  margin: 14.2rem 0 0 0;
}
#MO250410LINEN .product__block .product__image-wrap.product__image-wrap--04 {
  display: flex;
  flex-direction: column-reverse;
  margin: 17.2rem 0 0 0;
}
#MO250410LINEN .product__block .product__image.product__image--01_1 {
  width: 44rem;
  margin: 0 0 0 38rem;
}
#MO250410LINEN .product__block .product__image.product__image--01_2 {
  width: 40rem;
  margin: 2.5rem 0 0 70rem;
  position: relative;
}
#MO250410LINEN .product__block .product__image.product__image--02_1 {
  width: 48rem;
  margin: 0 auto;
}
#MO250410LINEN .product__block .product__image.product__image--02_2 {
  width: 48rem;
  margin: 0 auto;
}
#MO250410LINEN .product__block .product__image.product__image--03_1 {
  width: 56rem;
  margin: 0 auto;
}
#MO250410LINEN .product__block .product__image.product__image--04_1 {
  width: 50rem;
  margin: 2.5rem auto 0;
}
#MO250410LINEN .product__block .product__image.product__image--04_2 {
  width: 42rem;
  margin: 0 auto;
}
#MO250410LINEN .product__block .product__credit {
  margin: 3rem 0 0 0;
  font-family: var(--font-credit);
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
}
#MO250410LINEN .product__block .product__credit a {
  display: inline-block;
  margin: 0 0.7rem 0 0;
}
#MO250410LINEN .product__block .product__credit.product__credit--01 {
  display: inline-block;
  position: absolute;
  text-align: left;
  left: -12.2rem;
  bottom: -0.7rem;
}
#MO250410LINEN .product__block--01 {
  margin: 0 auto 0;
  position: sticky;
  height: 299.2rem;
  top: calc(100vh - 299.2rem);
  isolation: isolate;
  z-index: 1;
}
#MO250410LINEN .product__block--02 {
  margin: 0 auto 0;
  background-color: #fff;
  z-index: 99;
  transform: translateZ(1px);
  position: relative;
}
#MO250410LINEN .product__block--02::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 0;
}
#MO250410LINEN .lp__bottom-area {
  margin: 14.3rem 0 0 0;
  padding: 0 0 13rem 0;
  position: relative;
  z-index: 3;
  background-color: #fff;
}
#MO250410LINEN .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;
}
#MO250410LINEN .button__all span {
  display: inline-block;
  position: relative;
  padding: 0 1rem 0 0rem;
  line-height: 1;
}
#MO250410LINEN .button__all span::after {
  position: absolute;
  content: "";
  display: block;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 0.9rem solid #000;
  left: auto;
  top: 0;
  right: -1rem;
  line-height: 1;
}
#MO250410LINEN .staff__area {
  margin: 10rem 0 0 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
#MO250410LINEN .staff__area .staff__title {
  font-family: var(--font-en);
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.15em;
}
#MO250410LINEN .staff__area .staff__name {
  margin: 1rem 0 0 0;
  font-family: var(--font-credit);
  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));
  }
  #MO250410LINEN {
    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;
    }*/
  }
  #MO250410LINEN p {
    font-feature-settings: "palt";
  }
  #MO250410LINEN .intro {
    text-align: center;
    width: 100%;
  }
  #MO250410LINEN .firstview {
    width: calc(684 * (100vw/750));
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  #MO250410LINEN .firstview a {
    display: block;
  }
  #MO250410LINEN .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;
  }
  #MO250410LINEN .intro__titleWrap {
    margin: calc(85 * (100vw/750)) 0 0 0;
  }
  #MO250410LINEN .intro__titleWrap .intro__title--brand {
    width: calc(281 * (100vw/750));
    margin: 0 auto;
  }
  #MO250410LINEN .intro__titleWrap .intro__title--theme {
    width: calc(645 * (100vw/750));
    margin: calc(25 * (100vw/750)) auto 0;
  }
  #MO250410LINEN #togglemvSound {
    width: calc(40 * (100vw/750));
    height: calc(40 * (100vw/750));
    right: 2.1%;
    bottom: 1.5%;
    padding: 0;
  }
  #MO250410LINEN #togglemvSound.soundOff {
    background-size: 100%;
  }
  #MO250410LINEN #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;
  }
  #MO250410LINEN .product__block {
    width: 100%;
  }
  #MO250410LINEN .product__block .product__block-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  #MO250410LINEN .product__block .product__box {
    position: relative;
  }
  #MO250410LINEN .product__block .product__image-wrap {
    position: relative;
  }
  #MO250410LINEN .product__block .product__image-wrap.product__image-wrap--01 {
    height: auto;
    margin: calc(144 * (100vw/750)) 0 0 0;
  }
  #MO250410LINEN .product__block .product__image-wrap.product__image-wrap--02-1 {
    margin: calc(148 * (100vw/750)) 0 0 0;
    height: auto;
  }
  #MO250410LINEN .product__block .product__image-wrap.product__image-wrap--02-2 {
    margin: 0 0 0 0;
  }
  #MO250410LINEN .product__block .product__image-wrap.product__image-wrap--03 {
    margin: calc(148 * (100vw/750)) 0 0 0;
    height: auto;
  }
  #MO250410LINEN .product__block .product__image-wrap.product__image-wrap--04 {
    display: block;
    margin: calc(148 * (100vw/750)) 0 0 0;
    height: auto;
  }
  #MO250410LINEN .product__block .product__image {
    position: static !important;
  }
  #MO250410LINEN .product__block .product__image.product__image--01_1 {
    width: calc(750 * (100vw/750));
    margin: 0 auto 0;
  }
  #MO250410LINEN .product__block .product__image.product__image--01_2 {
    width: calc(660 * (100vw/750));
    margin: calc(50 * (100vw/750)) auto 0;
  }
  #MO250410LINEN .product__block .product__image.product__image--02_1 {
    width: calc(750 * (100vw/750));
    margin: 0 auto;
  }
  #MO250410LINEN .product__block .product__image.product__image--02_2 {
    width: calc(750 * (100vw/750));
    margin: 0;
  }
  #MO250410LINEN .product__block .product__image.product__image--03_1 {
    width: calc(680 * (100vw/750));
    margin: 0 auto;
  }
  #MO250410LINEN .product__block .product__image.product__image--04_1 {
    width: calc(750 * (100vw/750));
    height: auto;
    margin: calc(0 * (100vw/750)) auto 0;
  }
  #MO250410LINEN .product__block .product__image.product__image--04_2 {
    width: calc(640 * (100vw/750));
    margin: calc(50 * (100vw/750)) auto 0;
  }
  #MO250410LINEN .product__block .product__credit {
    margin: calc(38 * (100vw/750)) 0 0 0;
    padding: 0 0 0 calc(10 * (100vw/750));
    font-size: calc(23 * (100vw/750));
    text-align: center;
  }
  #MO250410LINEN .product__block .product__credit a {
    margin: 0 calc(12 * (100vw/750)) 0 0;
  }
  #MO250410LINEN .product__block .product__credit.product__credit--01 {
    display: block;
    position: static;
    text-align: center;
  }
  #MO250410LINEN .product__block--01 {
    margin: calc(0 * (100vw/750)) auto 0;
    height: calc(4750 * (100vw/750));
    top: calc(100vh - 4750 * (100vw/750));
  }
  #MO250410LINEN .product__block--02 {
    margin: 0 auto;
  }
  #MO250410LINEN .lp__bottom-area {
    padding: 0;
    margin: calc(168 * (100vw/750)) 0 0 0;
  }
  #MO250410LINEN .button__all {
    display: block;
    width: calc(675 * (100vw/750));
    height: calc(120 * (100vw/750));
    margin: 0 auto 0;
    padding: calc(45 * (100vw/750)) 0 0 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;
  }
  #MO250410LINEN .button__all span {
    padding: 0 calc(20 * (100vw/750)) 0 0rem;
  }
  #MO250410LINEN .button__all span::after {
    position: absolute;
    content: "";
    display: block;
    border-top: calc(10 * (100vw/750)) solid transparent;
    border-bottom: calc(10 * (100vw/750)) solid transparent;
    border-left: calc(13 * (100vw/750)) solid #000;
    left: auto;
    right: calc(-12 * (100vw/750));
    top: calc(2 * (100vw/750));
  }
  #MO250410LINEN .staff__area {
    margin: calc(138 * (100vw/750)) 0 0 0;
    padding: 0 0 calc(317 * (100vw/750)) 0;
    text-align: center;
  }
  #MO250410LINEN .staff__area .staff__title {
    font-size: calc(26 * (100vw/750));
    line-height: 1;
    letter-spacing: 0.15em;
  }
  #MO250410LINEN .staff__area .staff__name {
    margin: calc(23 * (100vw/750)) 0 0 0;
    font-size: calc(23 * (100vw/750));
    line-height: 2;
    letter-spacing: 0.02em;
  }
  #MO250410LINEN .prof__area {
    display: block;
    width: 100%;
    margin: calc(200 * (100vw/750)) auto 0;
  }
  #MO250410LINEN .prof__area .prof__image {
    margin: 0 auto;
    width: calc(390 * (100vw/750));
  }
  #MO250410LINEN .prof__area .prof__text-wrap {
    width: calc(652 * (100vw/750));
    text-align: center;
    margin: calc(60 * (100vw/750)) auto calc(185 * (100vw/750));
  }
  #MO250410LINEN .prof__area .prof__name {
    margin: 0;
    padding: 0 0 calc(45 * (100vw/750)) 0;
    font-size: calc(47 * (100vw/750));
    letter-spacing: 0.02em;
  }
  #MO250410LINEN .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 */