@charset "UTF-8";
@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-VariableFont_wght.ttf') format('truetype-variations');
}
#MO251002murashige {
  /* --font: 'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', Meiryo, メイリオ, Helvetica, Arial, sans-serif; */
  --font: "yu-gothic-pr6n", sans-serif;
  --font-en: 'Jost', sans-serif;
  font-style: normal;
  --fw-thin: 100;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray: #807B75;
  --color-light-pink: #FAF8F5;
  --color-yellow: #BFA660;
  --color-pink: #D99082;
  --color-green: #888C77;
  background-color: var(--color-light-pink);
  overflow: clip;
}

* > .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: clip;
  min-width: auto;
}

/* ▼ -----------可変設定---------- ▼ */
#MO251002murashige {
  --pc-width: 1920; /*PCデザイン幅*/
  --sp-width: 640; /*SPデザイン幅*/
  --pc-artboard-width: 420; /*SP共通デザイン幅*/
  --sp-artboard-width: 640; /*PC共通デザイン幅*/
  --formula: calc(var(--variable) * var(--ratio)); /*SP→PC 可変設定*/
  --formula_pc: calc(var(--variable) * 1); /*PC 1400以上は固定*/
}

/* --formulaの補足
  SPの値 × SP→PCの縮小率 × 画面幅に基づく可変値

  例）PC1400px　SP640pxのデザイン
  　　PC共通部分:500px　SP共通部分:640px
  　　PC、SP共通デザインwidth:100pxの場合

  ▼記述 pc表示時に(500/640)を掛ける
  width: calc(100* var(--variable)* var(--ratio));

　▼PC固定幅の計算
　100×0.6666666666666667×1=66.66666666666667px

　▼PC可変の計算
　100×0.6666666666666667×(100vw/1400)=calc(66.66666666666667 * (100vw/1400));

　▼SP可変の計算
　100×1×(100vw/640)=calc(100 * (100vw/640));
*/
/* PC画面幅 1400px以上 固定 */
@media (min-width: 1401px) {
  #MO251002murashige {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width)); /* PCとSPのデザイン幅の比率 */
    --variable: 1px; /* 固定値（可変しない） */
  }
}
/* PC画面幅 768～1400px 可変 */
@media (min-width: 768px) and (max-width: 1400px) {
  #MO251002murashige {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width)); /* PCとSPのデザイン幅の比率 */
    --variable: calc(100vw / var(--pc-width)); /* 画面幅に基づく可変値 */
  }
}
/* SP画面幅 767px以下 可変 */
@media (max-width: 767px) {
  #MO251002murashige {
    --ratio: 1; /* 比率は1（変わらない） */
    --variable: calc(100vw / var(--sp-width)); /* 画面幅に基づく可変値 */
  }
}
/* ▲ -----------可変設定---------- ▲ */
.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;
  }
}

.footer {
  padding: 0;
}

.footer .toTop {
  z-index: 100;
}

#MO251002murashige {
  margin: 0 auto;
  padding: 0 0 0 0;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.05em;
  /* メインビジュアル */
}
#MO251002murashige .contents__bottom {
  padding-bottom: calc(200 * var(--formula));
}

#MO251002murashige .movie {
  width: calc(640 * var(--formula));
  margin-top: calc(95 * var(--formula));
}
#MO251002murashige .movie__box {
  position: relative;
  width: calc(500 * var(--formula));
  margin: 0 auto;
}
#MO251002murashige .movie__box .link {
  display: block;
  width: 100%;
}
#MO251002murashige .movie__box .link video {
  width: 100%;
  display: block;
  border-radius: calc(25 * var(--formula));
}
#MO251002murashige .movie__box .icon {
  display: block;
  position: absolute;
  right: calc(20 * var(--formula));
  bottom: calc(20 * var(--formula));
  width: calc(45 * var(--formula));
  height: calc(45 * var(--formula));
  background: url(../img/sound_off.svg) center center/contain no-repeat;
}
#MO251002murashige .movie__box .icon.soundOn {
  background-image: url(../img/sound_on.svg);
}

#MO251002murashige .intro {
  margin-top: calc(104 * var(--formula));
}
#MO251002murashige .intro .intro__image {
  width: calc(227 * var(--formula));
  margin-left: calc(200 * var(--formula));
}
#MO251002murashige .intro__lead {
  font-family: var(--font);
  font-size: calc(22 * var(--formula));
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.5127272727;
  text-align: center;
  color: var(--color-gray);
  font-weight: var(--fw-regular);
  margin-top: calc(47 * var(--formula));
}
#MO251002murashige .intro__text_box {
  width: calc(526 * var(--formula));
  position: absolute;
  top: calc(540 * var(--formula));
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
#MO251002murashige .intro__text_box .intro__sub_title {
  width: calc(305 * var(--formula));
  margin-left: calc(115 * var(--formula));
}
#MO251002murashige .intro__text_box .intro__title {
  width: calc(526 * var(--formula));
  margin: calc(-8 * var(--formula)) auto 0 calc(-6 * var(--formula));
}
#MO251002murashige .intro__text_box .intro__logo {
  width: calc(175 * var(--formula));
  margin: calc(17 * var(--formula)) auto 0;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
  item
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#MO251002murashige .item__block {
  width: calc(640 * var(--formula));
  margin: 0 auto;
}
#MO251002murashige .item-wrap {
  margin-top: calc(153 * var(--formula));
}
#MO251002murashige .item__txt_box {
  margin-left: calc(32 * var(--formula));
}
#MO251002murashige .item_title__image {
  width: calc(95 * var(--formula));
  margin-left: calc(2 * var(--formula));
}
#MO251002murashige .item__txt_box .text_anim {
  font-size: calc(34 * var(--formula));
  margin-top: calc(21 * var(--formula));
}
#MO251002murashige .item__txt_box .item__credit {
  font-family: var(--font-en);
  font-size: calc(30 * var(--formula));
  font-weight: var(--fw-light);
  letter-spacing: 0;
  color: var(--color-yellow);
  margin-top: calc(18 * var(--formula));
}
#MO251002murashige .item__image {
  margin-top: calc(44 * var(--formula));
}
#MO251002murashige .points__box {
  width: calc(575 * var(--formula));
  margin: calc(74 * var(--formula)) auto 0;
}
#MO251002murashige .points__box h4 {
  font-family: var(--font-en);
  font-size: calc(38 * var(--formula));
  font-weight: var(--fw-light);
  letter-spacing: 0;
  color: var(--color-yellow);
  font-feature-settings: "palt";
}
#MO251002murashige .points__box .item__points_list {
  margin-top: calc(28 * var(--formula));
}
#MO251002murashige .points__box .item__points {
  width: 100%;
  border-bottom: solid calc(1.7474 * var(--formula)) rgba(112, 112, 112, 0.3);
  display: flex;
  justify-content: left;
  align-items: center;
  column-gap: calc(16 * var(--formula));
  padding-bottom: calc(13 * var(--formula));
}
#MO251002murashige .points__box .top_space {
  margin-top: calc(22 * var(--formula));
}
#MO251002murashige .points__box .list_num {
  width: calc(30 * var(--formula));
  font-family: var(--font-en);
  font-size: calc(26 * var(--formula));
  font-weight: var(--fw-light);
  letter-spacing: 0;
  color: var(--color-gray);
  font-feature-settings: "palt";
}
#MO251002murashige .points__box .text_anim {
  font-family: var(--font);
  font-size: calc(22 * var(--formula));
  font-weight: var(--fw-regular);
  letter-spacing: 0;
  color: var(--color-gray);
  font-feature-settings: "palt";
}

#MO251002murashige .item-wrap--02 {
  margin-top: calc(166 * var(--formula));
}
#MO251002murashige .item-wrap--02 .item__credit {
  color: var(--color-pink);
}
#MO251002murashige .item-wrap--02 .points__box h4 {
  color: var(--color-pink);
}

#MO251002murashige .item-wrap--03 {
  margin-top: calc(166 * var(--formula));
}
#MO251002murashige .item-wrap--03 .item__credit {
  color: var(--color-green);
}
#MO251002murashige .item-wrap--03 .points__box h4 {
  color: var(--color-green);
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
  sec01
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#MO251002murashige .product__block {
  width: calc(640 * var(--formula));
  margin: calc(204 * var(--formula)) auto 0;
}
#MO251002murashige .product__block .contents_title {
  width: calc(561 * var(--formula));
  margin: 0 auto;
}
#MO251002murashige .product__item {
  width: 100%;
  background-color: var(--color-white);
  margin: calc(48 * var(--formula)) auto 0;
  border-radius: calc(56 * var(--formula));
  padding-bottom: calc(40 * var(--formula));
}
#MO251002murashige .product__item_flex {
  display: flex;
  position: relative;
  width: 100%;
  height: fit-content;
}
#MO251002murashige .product__item_flex .product__title_box {
  width: calc(186 * var(--formula));
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: calc(68 * var(--formula));
  padding-bottom: calc(80 * var(--formula));
  position: sticky;
  top: calc(200 * var(--formula));
  left: 0;
  z-index: 50;
  pointer-events: none;
  flex-direction: column;
}
#MO251002murashige .product__item_flex .product__day {
  width: calc(88 * var(--formula));
  margin: 0 auto;
}
#MO251002murashige .product__item_flex .product__title {
  width: calc(24 * var(--formula));
  margin: calc(45 * var(--formula)) auto 0;
}
#MO251002murashige .product__item_flex .product__img_box {
  width: calc(454 * var(--formula));
  position: relative;
  z-index: 1;
  margin-left: auto;
}
#MO251002murashige .product__item_flex .sticky_box {
  position: relative;
}
#MO251002murashige .sticky_box .sticky-block{
  position: sticky;
  top: 0;
  background: #fff;
}
#MO251002murashige .sticky_end {
  display: block;
  width: 100%;
  background-color: var(--color-white);
}
#MO251002murashige .product__item .product__image {
  width: calc(454 * var(--formula));
  margin-left: 0;
  padding-top: calc(25 * var(--formula));
}
#MO251002murashige .product__item .product__lead {
  width: calc(572 * var(--formula));
  margin: calc(28 * var(--formula)) auto 0;
  font-size: calc(22 * var(--formula));
  font-weight: var(--fw-regular);
  letter-spacing: 0;
  line-height: 1.4545454545;
  font-family: var(--font);
  color: var(--color-gray);
  text-align: justify;
  line-break: strict;
  font-feature-settings: "palt";
}
#MO251002murashige .credit_flex {
  width: calc(580 * var(--formula));
  margin: calc(16 * var(--formula)) auto 0 calc(32 * var(--formula));
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  column-gap: calc(21 * var(--formula));
}
#MO251002murashige .credit_flex .product__credit {
  width: calc(425 * var(--formula));
}
#MO251002murashige .credit_flex .product__btn {
  width: calc(128 * var(--formula));
}
#MO251002murashige .product__block .product__credit {
  font-family: var(--font);
  font-size: calc(20 * var(--formula));
  font-weight: var(--fw-regular);
  letter-spacing: 0;
  line-height: 1.45;
  text-align: left;
  color: var(--color-gray);
  position: relative;
  font-feature-settings: "palt";
}
#MO251002murashige .product__block .product__credit .txt_pink {
  color: var(--color-pink);
}
#MO251002murashige .product__block .product__credit .txt_yellow {
  color: var(--color-yellow);
}
#MO251002murashige .product__block .product__credit .txt_green {
  color: var(--color-green);
}
#MO251002murashige .product__block .product__credit a {
  display: inline-block;
  margin-right: calc(4 * var(--formula));
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
  sec02
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#MO251002murashige .product__image-wrap--02 {
  margin: calc(80 * var(--formula)) auto 0;
  padding-bottom: calc(40 * var(--formula));
}
#MO251002murashige .product__image-wrap--02 .product__title_box {
  width: calc(92 * var(--formula));
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: calc(68 * var(--formula));
  margin-right: calc(-90 * var(--formula));
  padding-bottom: calc(80 * var(--formula));
  position: sticky;
  top: calc(200 * var(--formula));
  left: calc(502 * var(--formula));
  z-index: 50;
  pointer-events: none;
  flex-direction: column;
}
#MO251002murashige .product__image-wrap--02 .product__day {
  width: calc(92 * var(--formula));
  margin: 0 auto;
}
#MO251002murashige .product__image-wrap--02 .product__title {
  width: calc(23 * var(--formula));
  margin: calc(45 * var(--formula)) auto 0;
}
#MO251002murashige .product__image-wrap--02 .product__img_box02 {
  width: calc(640 * var(--formula));
  position: relative;
  z-index: 1;
  margin-left: auto;
}
#MO251002murashige .product__image-wrap--02 .product__image {
  margin-left: calc(186 * var(--formula));
}
#MO251002murashige .product__image-wrap--02 .credit_flex {
    margin-top: calc(20 * var(--formula));
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  #MO251002murashige .product__image-wrap--02 .product__item_flex {
    justify-content: flex-end; /* ★★★ 追加：子要素をまとめて右寄せにする */
  }

  #MO251002murashige .product__image-wrap--02 .product__title_box {
    width: 7.6rem;
    margin-right: -29rem;
  }
  #MO251002murashige .product__image-wrap--02 .product__img_box02 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1401px) {
  #MO251002murashige .product__image-wrap--02 .product__item_flex {
    justify-content: flex-end; /* ★★★ 追加：子要素をまとめて右寄せにする */
  }

  #MO251002murashige .product__image-wrap--02 .product__title_box {
    width: 7.6rem;
    margin-right: -39rem;
  }
  #MO251002murashige .product__image-wrap--02 .product__img_box02 {
    margin-left: 0;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
  sec03
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#MO251002murashige .product__image-wrap--03 {
  margin: calc(79 * var(--formula)) auto 0;
  padding-bottom: calc(40 * var(--formula));
}
#MO251002murashige .product__item_flex03 {
  display: flex;
  justify-content: space-between;
}
#MO251002murashige .product__item_flex03 .product__title_box {
  width: calc(186 * var(--formula));
  margin: 0 auto;
}
#MO251002murashige .product__item_flex03 .product__day {
  width: calc(92 * var(--formula));
  margin: calc(69 * var(--formula)) auto 0;
}
#MO251002murashige .product__item_flex03 .product__title {
  width: calc(24 * var(--formula));
  margin: calc(49 * var(--formula)) auto 0;
}
#MO251002murashige .product__item_flex03 .product__image {
  width: calc(454 * var(--formula));
  margin: 0 auto;
  padding-top: 0;
}
#MO251002murashige .product__image-wrap--03 .product__image02 {
  width: calc(454 * var(--formula));
  margin: calc(2 * var(--formula)) auto 0 0;
}
#MO251002murashige .product__image-wrap--03 .credit_flex {
  margin-top: calc(24 * var(--formula));
  align-items: start;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
  sec04
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#MO251002murashige .product__image-wrap--04 {
  margin: calc(79 * var(--formula)) auto 0;
  padding-bottom: calc(30 * var(--formula));
}
#MO251002murashige .product__image-wrap--04 .product__item_flex03 {
  flex-direction: row-reverse;
}
#MO251002murashige .product__image-wrap--04 .product__day {
  width: calc(96 * var(--formula));
  margin: calc(69 * var(--formula)) auto 0;
}
#MO251002murashige .product__image-wrap--04 .product__title {
  width: calc(24 * var(--formula));
  margin: calc(44 * var(--formula)) auto 0;
}
#MO251002murashige .product__image-wrap--04 .product__image02 {
  width: calc(454 * var(--formula));
  margin: calc(2 * var(--formula)) auto 0 calc(186 * var(--formula));
}
#MO251002murashige .product__image-wrap--04 .credit_flex {
  margin-top: calc(21 * var(--formula));
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
  sec05
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#MO251002murashige .product__image-wrap--05 {
  margin: calc(86 * var(--formula)) auto 0;
  padding-bottom: calc(40 * var(--formula));
}
#MO251002murashige .product__image-wrap--05 .product__item_flex02 {
  position: relative;
  top: 0;
}
#MO251002murashige .product__image-wrap--05 .product__title_box {
  position: absolute;
  width: calc(94 * var(--formula));
  top: calc(64 * var(--formula));
  left: calc(46 * var(--formula));
  z-index: 25;
  /* transform: translateZ(2px); */
}
#MO251002murashige .product__image-wrap--05 .product__day {
  width: calc(94 * var(--formula));
  margin: 0 auto;
}
#MO251002murashige .product__image-wrap--05 .product__title {
  width: calc(24 * var(--formula));
  margin: calc(48 * var(--formula)) auto 0;
}
#MO251002murashige .product__image-wrap--05 .product__image {
  width: calc(640 * var(--formula));
  margin: 0 auto;
  padding-top: 0;
}
#MO251002murashige .product__image-wrap--05 .product__image02 {
  width: calc(454 * var(--formula));
  margin: calc(25 * var(--formula)) auto 0 0;
}
#MO251002murashige .product__image-wrap--05 .credit_flex {
  margin-top: calc(20 * var(--formula));
  align-items: start;
}
#MO251002murashige .product__image-wrap--05 .product__credit {
  padding-top: calc(4 * var(--formula));
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
  sec06
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#MO251002murashige .product__image-wrap--06 {
  margin: calc(79 * var(--formula)) auto 0;
  padding-bottom: calc(40 * var(--formula));
}
#MO251002murashige .product__image-wrap--06 .product__item_flex03 {
  flex-direction: row-reverse;
}
#MO251002murashige .product__image-wrap--06 .product__title_box {
  width: calc(179 * var(--formula));
}
#MO251002murashige .product__image-wrap--06 .product__image {
  width: calc(461 * var(--formula));
}
#MO251002murashige .product__image-wrap--06 .product__day {
  width: calc(93 * var(--formula));
  margin: calc(68 * var(--formula)) auto 0 calc(40 * var(--formula));
}
#MO251002murashige .product__image-wrap--06 .product__title {
  width: calc(24 * var(--formula));
  margin: calc(44 * var(--formula)) auto 0 calc(74 * var(--formula));
}
#MO251002murashige .product__image-wrap--06 .product__flex {
  width: calc(640 * var(--formula));
  margin: 0 auto;
  position: relative;
}
#MO251002murashige .product__image-wrap--06 .product__image02 {
  width: calc(309 * var(--formula));
  margin-left: calc(331 * var(--formula));
  position: relative;
  z-index: 2;
}
#MO251002murashige .product__image-wrap--06 .product__image03 {
  width: calc(388 * var(--formula));
  position: absolute;
  left: 0;
  top: calc(142 * var(--formula));
  z-index: 1;
}
#MO251002murashige .product__image-wrap--06 .product__lead {
  margin-top: calc(274 * var(--formula));
}
#MO251002murashige .product__image-wrap--06 .credit_flex {
  margin-top: calc(25 * var(--formula));
}
#MO251002murashige .product__image-wrap--06 .credit_flex .product__btn {
    padding-top: calc(15 * var(--formula));
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
  sec07
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#MO251002murashige .product__image-wrap--07 {
  margin: calc(80 * var(--formula)) auto 0;
  padding-bottom: calc(40 * var(--formula));
}
#MO251002murashige .product__image-wrap--07 .product__title_box {
  width: calc(94 * var(--formula));
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: calc(71 * var(--formula));
  margin-left: calc(-93 * var(--formula));
  padding-bottom: calc(80 * var(--formula));
  position: sticky;
  top: calc(200 * var(--formula));
  left: calc(47 * var(--formula));
  z-index: 50;
  pointer-events: none;
  flex-direction: column;
}
#MO251002murashige .product__image-wrap--07 .product__day {
  width: calc(92 * var(--formula));
  margin: 0 auto;
}
#MO251002murashige .product__image-wrap--07 .product__title {
  width: calc(23 * var(--formula));
  margin: calc(50 * var(--formula)) auto 0;
}
#MO251002murashige .product__image-wrap--07 .product__img_box02 {
  width: calc(640 * var(--formula));
  position: relative;
  z-index: 1;
  margin-left: auto;
}

#MO251002murashige .product__image-wrap--07 .product__image {
  margin-left: 0;
}
#MO251002murashige .product__image-wrap--07 .credit_flex {
  margin-top: calc(23 * var(--formula));
  align-items: start;
}
#MO251002murashige .product__image-wrap--07 .credit_flex .product__btn {
  padding-top: calc(17 * var(--formula));
}

@media only screen and (min-width: 768px) {
  #MO251002murashige .product__image-wrap--07 .product__item_flex {
    justify-content: flex-end; /* ★★★ 追加：子要素をまとめて右寄せにする */
  }

  #MO251002murashige .product__image-wrap--07 .product__title_box {
    width: 7.6rem;
    margin-right: -9rem;
  }
  #MO251002murashige .product__image-wrap--07 .product__img_box02 {
    margin-left: 0;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
  sec08
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#MO251002murashige .product__image-wrap--08 {
  margin: calc(80 * var(--formula)) auto 0;
  padding-bottom: calc(40 * var(--formula));
}
#MO251002murashige .product__image-wrap--08 .product__item_flex {
  flex-direction: row-reverse;
}
#MO251002murashige .product__image-wrap--08 .product__title_box {
  width: calc(186 * var(--formula));
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: calc(70 * var(--formula));
  padding-bottom: calc(80 * var(--formula));
  position: sticky;
  top: calc(200 * var(--formula));
  left: 0;
  z-index: 50;
  pointer-events: none;
  flex-direction: column;
}
#MO251002murashige .product__image-wrap--08 .product__day {
  width: calc(91 * var(--formula));
  margin: 0 auto;
}
#MO251002murashige .product__image-wrap--08 .product__title {
  width: calc(59 * var(--formula));
  margin: calc(45 * var(--formula)) auto 0 calc(68 * var(--formula));
}
#MO251002murashige .product__image-wrap--08 .product__img_box {
  width: calc(454 * var(--formula));
  position: relative;
  z-index: 1;
  margin-left: auto;
}
#MO251002murashige .product__image-wrap--08 .product__image {
  margin-left: calc(186 * var(--formula));
}
#MO251002murashige .product__image-wrap--08 .product__lead {
  width: calc(577 * var(--formula));
  margin: calc(27 * var(--formula)) auto 0;
}
#MO251002murashige .product__image-wrap--08 .credit_flex {
  margin-top: calc(8 * var(--formula));
}
#MO251002murashige .product__image-wrap--08 .credit_flex .product__btn {
  padding-top: calc(12 * var(--formula));
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
  sec09
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#MO251002murashige .product__image-wrap--09 {
  margin: calc(80 * var(--formula)) auto 0;
  padding-bottom: calc(40 * var(--formula));
}
#MO251002murashige .product__image-wrap--09 .product__title_box {
  width: calc(186 * var(--formula));
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: calc(68 * var(--formula));
  padding-bottom: calc(80 * var(--formula));
  position: sticky;
  top: calc(200 * var(--formula));
  left: 0;
  z-index: 50;
  pointer-events: none;
  flex-direction: column;
}
#MO251002murashige .product__image-wrap--09 .product__day {
  width: calc(93 * var(--formula));
  margin: 0 auto;
}
#MO251002murashige .product__image-wrap--09 .product__title {
  width: calc(24 * var(--formula));
  margin: calc(44 * var(--formula)) auto 0;
}
#MO251002murashige .product__image-wrap--09 .product__img_box {
  width: calc(454 * var(--formula));
  position: relative;
  z-index: 1;
  margin-left: auto;
}
#MO251002murashige .product__image-wrap--09 .credit_flex {
  margin-top: calc(20 * var(--formula));
  align-items: start;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
  sec10
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#MO251002murashige .product__image-wrap--10 {
  margin: calc(79 * var(--formula)) auto 0;
  padding-bottom: calc(40 * var(--formula));
}
#MO251002murashige .product__image-wrap--10 .product__item_flex03 {
  flex-direction: row-reverse;
}
#MO251002murashige .product__image-wrap--10 .product__day {
  width: calc(87 * var(--formula));
  margin: calc(68 * var(--formula)) auto 0 calc(52 * var(--formula));
}
#MO251002murashige .product__image-wrap--10 .product__title {
  width: calc(24 * var(--formula));
  margin: calc(49 * var(--formula)) auto 0;
}
#MO251002murashige .product__image-wrap--10 .product__flex {
  width: calc(640 * var(--formula));
  margin: 0 auto;
  position: relative;
}
#MO251002murashige .product__image-wrap--10 .product__image02 {
  width: calc(322 * var(--formula));
  margin-left: calc(318 * var(--formula));
  position: relative;
  z-index: 2;
  padding-top: calc(26 * var(--formula));
}
#MO251002murashige .product__image-wrap--10 .product__image03 {
  width: calc(395 * var(--formula));
  position: absolute;
  left: 0;
  top: calc(88 * var(--formula));
  z-index: 1;
}
#MO251002murashige .product__image-wrap--10 .product__lead {
  margin-top: calc(212 * var(--formula));
}
#MO251002murashige .product__image-wrap--10 .credit_flex {
  margin-top: calc(10 * var(--formula));
}
#MO251002murashige .product__image-wrap--10 .credit_flex .product__btn {
    padding-top: calc(10 * var(--formula));
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
  mv
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#MO251002murashige .product__mv {
  width: calc(640 * var(--formula));
  margin: 0 auto;
}
#MO251002murashige .product__mv .mv-inner {
  width: 100%;
}
#MO251002murashige .product__mv .intro__image {
  width: 100%;
  position: relative;
  z-index: 0;
}
#MO251002murashige .product__mv .intro__text {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  filter: drop-shadow(0px 0px 20px rgba(76, 76, 76, 0.2));
  z-index: 2;
}
#MO251002murashige .product__mv .intro__text picture {
  width: 100%;
  height: 100%;
}
#MO251002murashige .product__mv .intro__text img {
  width: 100%;
  height: 100%;
}
#MO251002murashige .product__intro {
  width: calc(640 * var(--formula));
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
#MO251002murashige .product__intro .product__block-inner {
  width: 100%;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////
  mv
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#MO251002murashige .lp__bottom-area {
  width: calc(640 * var(--formula));
  margin: 0 auto;
  padding: 0 0 calc(230 * var(--formula)) 0;
}
#MO251002murashige .lp__bottom-area .movie {
  margin-top: calc(155 * var(--formula));
}
#MO251002murashige .lp__bottom-area .movie__box {
  width: calc(418 * var(--formula));
}
#MO251002murashige .btn_txt {
  width: calc(166 * var(--formula));
  margin: calc(80 * var(--formula)) auto 0;
}
#MO251002murashige .all_btn {
  width: calc(451 * var(--formula));
  margin: calc(17 * var(--formula)) auto 0;
}
#MO251002murashige .all_btn a {
  display: block;
  width: 100%;
}
#MO251002murashige .list_btn {
  width: calc(371 * var(--formula));
  margin: calc(32 * var(--formula)) auto 0;
}
#MO251002murashige .list_btn a {
  display: block;
  width: 100%;
}
#MO251002murashige .staff__area {
  margin: calc(87 * var(--formula)) auto 0;
  font-family: var(--font-en);
  text-align: center;
  color: var(--color-gray);
  font-weight: var(--fw-light);
  letter-spacing: 0;
}
#MO251002murashige .staff__area .staff__title {
  font-size: calc(28 * var(--formula));
  line-height: 1;
  font-feature-settings: "palt";
}
#MO251002murashige .staff__area .staff__name {
  margin: calc(34 * var(--formula)) auto 0;
  font-size: calc(20 * var(--formula));
  line-height: 1.5;
  font-feature-settings: "palt";
}
#MO251002murashige .end_mark {
  width: calc(338 * var(--formula));
  margin: calc(99 * var(--formula)) auto 0;
}

@media only screen and (min-width: 768px) {
  .footer {
    width: 100%;
  }
  #MO251002murashige {
    display: flex;
    width: 100%;
  }
  #MO251002murashige::-webkit-scrollbar {
    display: none;
  }
  #MO251002murashige .contents__left {
    position: sticky;
    top: 0;
    width: 50%;
    height: 100vh;
    z-index: 1;
    overflow: clip;
  }
  #MO251002murashige .contents__right {
    width: 50%;
    position: relative;
    overflow: clip;
  }
  #MO251002murashige .contents__right_inner {
    width: calc(420 * var(--formula_pc));
    margin: 0 auto;
    overflow: clip;
  }
  #MO251002murashige .product__mv {
    width: auto;
    height: 100svh;
    overflow: clip;
  }
  #MO251002murashige .product__mv .mv-inner {
    width: 100%;
    height: 100%;
  }
  #MO251002murashige .product__mv .intro__image {
    width: 100%;
    height: 100%;
  }
  #MO251002murashige .product__mv .intro__image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #MO251002murashige .product__mv .intro__image picture {
    width: 100%;
    height: 100%;
  }
  #MO251002murashige .intro__text_box {
    width: calc(672 * var(--formula));
    top: initial;
    bottom: calc(70 * var(--formula));
  }

  #MO251002murashige .mv_lead {
    position: absolute;
    width: calc(286 * var(--formula));
    top: calc(102 * var(--formula));
    left: calc(79 * var(--formula));
    pointer-events: none;
    z-index: 5;
  }
  #MO251002murashige .mv_mark {
    position: absolute;
    width: calc(240 * var(--formula));
    top: calc(41 * var(--formula));
    right: calc(43 * var(--formula));
    pointer-events: none;
    z-index: 5;
  }

  #MO251002murashige .intro__text_box .intro__sub_title {
    width: calc(368 * var(--formula));
    margin-left: calc(156 * var(--formula));
  }
  #MO251002murashige .intro__text_box .intro__title {
    width: calc(638 * var(--formula));
    margin: calc(-8 * var(--formula)) auto 0 calc(9 * var(--formula));
  }
  #MO251002murashige .intro__text_box .intro__logo {
    width: calc(224 * var(--formula));
    margin: calc(17 * var(--formula)) auto 0;
  }
  #MO251002murashige .product__mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  #MO251002murashige .sticky-image {
    background-color: var(--color-white);
  }
  #MO251002murashige .intro {
      margin-top: calc(98 * var(--formula));
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    z-index: 100;
    position: relative;
  }
  .footer .page-top {
    margin: 0;
    position: absolute;
    top: calc(-120 * (100vw/640));
    right: calc(30 * (100vw/640));
  }
}

  #MO251002murashige .text_anim {
  pointer-events: none;
}
  #MO251002murashige .text_anim p {
  letter-spacing: 0;
  font-family: var(--font);
  font-weight: var(--fw-regular);
  color: var(--color-gray);
  pointer-events: none;
  white-space: nowrap;
  font-feature-settings: "palt";
}
  #MO251002murashige .text_anim span {
  opacity: 0;
  display: inline-block;
  /* transform: translateY(10px); */
  transition: opacity 0.8s ease, transform 0.8s ease;
  font-family: var(--font);
  font-weight: var(--fw-regular);
  font-style: normal;
  position: relative;
  z-index: 10;
  margin-right: 0;
  font-feature-settings: "palt";
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
 sticky
//////////////////////////////////////////////////////////////////////////////////////////////
*/

#MO251002murashige .sticky_box {
  display: block;
  width: 100%;
}

/* 768px以下：.sticky_box > .contents-block を基準に sticky 発火 */
@media screen and (max-width: 767px) {

}

@media screen and (min-width: 768px) {

}

#MO251002murashige .sticky_box .fadeInSticky{
  opacity: 0;
  transform: translateY(50px);
  transition: opacity .5s ease,transform .5s ease;
}
#MO251002murashige .sticky_box .fadeInSticky.js-active{
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (min-width: 768px) {
  /* #MO251002murashige .product__item_flex {
    top: 0;
  } */
  #MO251002murashige .product__item_flex .product__title_box {
    top: 0;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
 animation
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.js-fadeIn-load {
  opacity: 0;
  transition: opacity 3s;
}

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

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

.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 1s;
}

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

/* .txt-fadeIn {
  opacity: 0;
  transform: translateY(30px);
}

.txt-fadeIn.js-active {
  animation: txt-fadeIn 0.5s forwards;
} */

@keyframes txt-fadeIn {
  0% {
    opacity: 0;
    /* transform: translateY(5px); */
  }
  100% {
    opacity: 1;
    /* transform: translateY(0); */
  }
}

.svg-elem01-1,
.svg-elem01-2,
.svg-elem01-3,
.svg-elem01-4,
.svg-elem01-5,
.svg-elem01-6,
.svg-elem01-7 {
  opacity: 0;
}

.txt-fadeIn.js-active .svg-elem01-1 {
  /* アニメーションをカンマ区切りで複数指定
    1. txt-fadeInアニメーション
    2. 既存のfillアニメーション
  */
  animation:
    txt-fadeIn 0.5s forwards,
    svg01_animate-svg-fill-1 0s both;
  
  /* animation-delayもカンマ区切りで指定 */
  animation-delay: 0.2s, 0.2s;
}

.txt-fadeIn.js-active .svg-elem01-2 {
  animation:
    txt-fadeIn 0.5s forwards,
    svg01_animate-svg-fill-2 0s both;
  /* 前の要素より少し遅らせる */
  animation-delay: 0.4s, 0.4s;
}

.txt-fadeIn.js-active .svg-elem01-3 {
  animation:
    txt-fadeIn 0.5s forwards,
    svg01_animate-svg-fill-3 0s both;
  animation-delay: 0.6s, 0.6s;
}

.txt-fadeIn.js-active .svg-elem01-4 {
  animation:
    txt-fadeIn 0.5s forwards,
    svg01_animate-svg-fill-4 0s both;
  animation-delay: 0.8s, 0.8s;
}

.txt-fadeIn.js-active .svg-elem01-5 {
  animation:
    txt-fadeIn 0.5s forwards,
    svg01_animate-svg-fill-5 0s both;
  animation-delay: 1.0s, 1.0s;
}

.txt-fadeIn.js-active .svg-elem01-6 {
  animation:
    txt-fadeIn 0.5s forwards,
    svg01_animate-svg-fill-6 0s both;
  animation-delay: 1.2s, 1.2s;
}

.txt-fadeIn.js-active .svg-elem01-7 {
  animation:
    txt-fadeIn 0.5s forwards,
    svg01_animate-svg-fill-7 0s both;
  animation-delay: 1.4s, 1.4s;
}

/*-------------------------- intro__title -----------------------------------*/
@-webkit-keyframes svg01_animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(228, 242, 203);
  }
}

@keyframes svg01_animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(228, 242, 203);
  }
}


@-webkit-keyframes svg01_animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(228, 242, 203);
  }
}

@keyframes svg01_animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(228, 242, 203);
  }
}


@-webkit-keyframes svg01_animate-svg-fill-3 {
  0% {
    stroke: transparent;
  }

  100% {
    stroke: rgb(255, 255, 255);
  }
}

@keyframes svg01_animate-svg-fill-3 {
  0% {
    stroke: transparent;
  }

  100% {
    stroke: rgb(255, 255, 255);
  }
}



@-webkit-keyframes svg01_animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes svg01_animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}



@-webkit-keyframes svg01_animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes svg01_animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}


@-webkit-keyframes svg01_animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes svg01_animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}


@-webkit-keyframes svg01_animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes svg01_animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}


/* ===============================================###  ###=============================================== */

