@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #41210F;
  line-height: 1.4;
  background: #fff;
  overflow-x: hidden;
}

main {
  font-weight: 500;
}

a {
  display: block;
  width: 100%;
  height: 100%;
}

.container {
  margin: 0 auto;
  width: 86.55vw;
  max-width: 1000px;
}

.subText {
  font-size: 0.875rem;
  vertical-align: bottom;
}

sup {
  vertical-align: top;
}

.for-sp {
  display: none;
}

.for-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666667vw
  }

  .for-sp {
    display: block;
  }

  .for-pc {
    display: none;
  }

  .container {
    width: 86.68vw;
  }
}

/* title */
h2 {
  font-family: "Noto Serif JP", serif;
}

.titleLine {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #41210F;
  margin-top: 0.6rem;
  width: 100%;
  height: 2px;
}

.titleLine::before,
.titleLine::after {
  content: "";
  background-color: #41210F;
  transform: rotate(-45deg);
  width: 0.625rem;
  height: 0.625rem;
}

.section__titleWrap--pink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #CC0F5E;
  background-image: url(../images/img-title-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0 0 5rem 5rem;
  box-sizing: border-box;
  padding: 1.4rem 2.5rem;
  margin: 0 auto;
  width: 81%;
  max-width: 50rem;
}

.section__title--pink {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.25rem;
  color: #fff;
  text-align: center;
}

.section__titleWrap--pink::before,
.section__titleWrap--pink::after {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 50%;
  width: 1.125rem;
  height: 1.125rem;
}

.section__title--pink-large {
  font-size: 2.875rem;
}

.section__titleWrap {
  text-align: center;
  margin: 0 auto;
  width: fit-content;
}

.section__title {
  font-size: 2rem;
}

.section__title--large {
  font-size: 2.625rem;
}

.section__title--balloon {
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
  background-image: url(../images/img-title-bg-balloon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28.75rem;
  height: 6.5625rem;
  padding-top: 0.5625rem;
  margin: 0 auto;
}

.section__Leadtext {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.8;
  padding-inline: 1.77rem;
  margin: 2.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .titleLine {
    height: 1px;
    margin-top: 1.5rem;
  }

  .titleLine::before,
  .titleLine::after {
    width: 0.4rem;
    height: 0.4rem;
  }

  .section__Leadtext {
    font-size: 3.2vw;
    text-align: left;
    padding-inline: 7vw;
  }

  .section__titleWrap--pink {
    width: 100%;
    border-radius: 0 0 10vw 10vw;
  }

  .section__titleWrap--pink::before,
  .section__titleWrap--pink::after {
    width: 1rem;
    height: 1rem;
  }

  .section__title--pink {
    font-size: 4.8vw;
    width: 100%;
  }

  .section__title--pink-large {
    font-size: 5.99vw;
  }

  .section__title {
    font-size: 4.8vw;
  }

  .section__title--large {
    font-size: 6vw;
  }

  .section__title--balloon {
    font-size: 4.26vw;
    padding-top: 2.13vw;
  }
}

/* button */
/* button */
.link--brown {
  background-color: #6A3906;
  box-sizing: border-box;
  border-radius: 0.75rem;
  transition: 0.3s ease-out;
  position: relative;
  padding-block: 0.3125rem;
  margin: 0 auto;
  transition: color 0.5s ease;
  width: 31.5rem;
}

.link--brown::before {
  border-radius: 0.75rem;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #E1147F;
  transform: scaleX(0);
  transition: all 0.5s ease;
  transition-property: transform;
}

@media (hover: hover) {
  .link--brown:hover::before {
    transform: scaleY(1);
  }
}

.link--brown a {
  box-sizing: border-box;
  position: relative;
  font-size: 1.375rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
  transition: color 0.5s ease;
  background-color: #6A3906;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  transition: 0.3s ease-out;
  padding-block: 1.5rem;
  margin: 0 auto;
  width: 30.625rem;
}

.link--brown a::before {
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #E1147F;
  transform: scaleX(0);
  transition: all 0.5s ease;
  transition-property: transform;
}

@media (hover: hover) {
  .link--brown a:hover::before {
    transform: scaleY(1);
  }
}

.link--brown a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.0625rem;
  transform: translateY(-50%);
  display: block;
  background-image: url(../images/icon-link-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.4375rem;
  height: 0.9375rem;
}

.link__text {
  position: relative;
}

@media screen and (max-width: 767px) {
  .link--brown {
    border-radius: 1vw;
  }

  .link--brown a {
    padding-block: 4.3vw;
    border-width: 1px;
    border-radius: 1vw;
  }
}

/* scroll */
.scroll-icon {
  top: 12% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background-color: transparent !important;
  background-image: url(../images/img-scroll.png) !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 14.66vw !important;
  height: 21.46vw !important;

  .scroll-hint-text {
    opacity: 0 !important;
  }
}

.scroll-icon:before,
.scroll-icon::after {
  opacity: 0 !important;
}

/* fadein */
.scrollfade {
  opacity: 0;
}

.scrollfade.show {
  animation: fadeUp 1s forwards;
}

@keyframes slideFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-10vw);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.scrollfade.slide-to-right.show {
  animation: slideFromLeft 1s forwards;
}

@keyframes slideFromRight {
  0% {
    opacity: 0;
    transform: translateX(110vw);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.scrollfade.slide-to-left.show {
  animation: slideFromRight 2s forwards;
  position: relative;
  z-index: 2;
}

/* 文字が左から滑らかに */
.scrollfade.smooth {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  line-height: 1;
  height: 40px;
  margin-top: 15px;
}

.scrollfade.smooth.show {
  animation: unset;
  clip-path: inset(0);
  opacity: 1;
}

/* voice */
.voice__contentWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
  margin-top: 3.75rem;

  .voice__content {
    box-shadow: 9px 8px 0px 0px #866943;
    border-radius: 0 7rem 0 7rem;
    height: 16.25rem;
  }

  .voice__content:nth-of-type(odd) {
    background-color: #E4DAC3;
  }

  .voice__content:nth-of-type(even) {
    background-color: #F8F2ED;
  }

  .voice__contentPerson {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    background-color: #E36CBA;
    border-radius: 0 0 2rem 0;
    padding: 1rem 2rem;
  }

  .voice__contentText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    padding-inline: 3.125rem 2rem;
    min-height: 10rem;
    line-height: 1.7;
  }
}

@media screen and (max-width: 1024px) {
  .voice__contentWrap {
    gap: 1rem;

    .voice__contentText {
      padding-inline: 1.125rem;
    }

    .voice__contentPerson {
      font-size: 1.125rem;
      padding: 2.133vw 4.266vw;
    }
  }
}

@media screen and (max-width: 767px) {
  .voice__contentWrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
    margin-inline: auto;
    width: 86.68vw;

    .voice__content {
      border-radius: 0 11.98vw 0 11.98vw;
      height: 14.25rem;
    }

    .voice__content03 {
      order: 1;
      grid-column: 1 / -1;
      margin: 0 auto;
      width: calc(50% - 2.66vw);
    }

    .voice__content01 {
      order: 2;
    }

    .voice__content02 {
      order: 3;
    }

    .voice__contentText {
      padding-inline: 5.73vw;
    }

    .voice__contentPerson {
      font-size: 3.46vw;
    }

    .voice__contentText {
      font-size: 3.2vw;
    }
  }
}

/* movie */
.movie {
  position: relative;
}

.youtube__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.youtube__button::before {
  content: "";
  display: block;
  background-image: url(../images/icon-youtube-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 9vw;
  max-width: 5rem;
  height: 9vw;
  max-height: 5rem;
}

.play.hidden {
  display: none;
}

.movie iframe {
  display: block;
  box-shadow: 0.8125rem 0.75rem 0px 0px #E1147F;
  border-radius: 2rem;
  margin: 0 auto;
  max-width: 80vw;
}

.youtube__button.hideBtn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.youtube__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition:
    opacity 0.3s ease-out,
    visibility 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .movie iframe {
    box-shadow: 0.625rem 0.5625rem 0px 0px #E1147F;
    width: 87vw;
    max-width: none;
    height: 50vw;
  }

  .youtube__button::before {
    width: 9.86vw;
    max-width: 9rem;
    height: 9.86vw;
    max-height: 9rem;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(6vw);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================
  header
======================== */
.header__logo {
  background: #fff;
  border-radius: 0 0 2rem 0;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.4);
  box-sizing: content-box;
  padding: 1.69rem 1.83rem 1.69rem 5.47rem;
  width: 11.21rem;
}

.mainVisual {
  margin: 0 auto;
  max-width: 1440px;
}

.mainVisual__bg {
  animation: fadeUp 1s forwards;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.mainVisual__people {
  animation: fadeUp 1s 1s forwards;
  opacity: 0;
  position: absolute;
  top: 0;
  left: clamp(1.82rem, 10.34vw, 9.375rem);
  width: clamp(7.625rem, -1.446rem + 45.36vw, 39.375rem);
  z-index: -1;
}

.mainVisualcontent {
  margin: 0.75rem 3.96% 0 auto;
  width: fit-content;
}

.mainVisual__text {
  animation: fadeUp 1s 1.5s forwards;
  opacity: 0;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #D14091;
  text-align: center;
  text-shadow: 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff;
}

.mainVisual__text--small {
  font-size: 1.5rem;
}

.mainVisual__text--border {
  font-size: 2.375rem;
  border-bottom: 3px dashed #6A3906;
}

.mainVisual__logo {
  position: relative;
  animation: fadeUp 1s 2s forwards;
  opacity: 0;
  margin: 1.31rem auto 0;
  width: 41.32vw;
  max-width: 37.1875rem;
  min-width: 30rem;
}

.mainVisual__imgProduct {
  animation: fadeUp 1s 2.5s forwards;
  opacity: 0;
  margin-top: 2.5rem;
  width: 52.78vw;
  max-width: 47.5rem;
  min-width: 42rem;
}

.mainVisual__note {
  font-size: 0.625rem;
  margin-top: 6.125rem;
}

.banner__img {
  margin: 3.75rem auto 0;
  width: 69.44%;
  transition: .3s;
}

.banner__img:hover {
  opacity: 0.7;
}

.pageTop__buttonWrap--fixed .pageTop__button--fixed {
  position: fixed;
  bottom: 12rem;
  right: 4%;
  width: 5.55vw;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease-out;
  transform: translateY(100%);
  max-width: 5rem;
  height: 5.55vw;
  max-height: 5rem;
  z-index: 8;
}

.pageTop__buttonWrap--fixed.show .pageTop__button--fixed {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pageTop__buttonWrap--fixed.stop .pageTop__button--fixed {
  position: absolute;
  bottom: auto;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 19.5vw;
    padding: 1rem 1.0625rem;
  }

  .mainVisual__bg {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  .mainVisual__people {
    left: 6.93vw;
    width: 62.67vw;
  }

  .mainVisualcontent {
    margin: 0 auto;
    width: 86.55vw;
  }

  .mainVisual__text {
    font-size: 3.46vw;
    margin: 6.875rem 0 0 auto;
    width: fit-content;
  }

  .mainVisual__text--small {
    font-size: 2.66vw;
  }

  .mainVisual__text--border {
    font-size: 4.79vw;
  }

  .mainVisual__logo {
    margin: 8rem auto 0;
    width: 80.16vw;
  }

  .mainVisual__imgProduct {
    margin: 3.125rem auto 0;
    width: 86.55vw;
    max-width: 40.625rem;
    min-width: unset;
  }

  .mainVisual__note {
    font-size: 2.13vw;
    margin-top: 1.25rem;
  }

  .banner__img {
    margin: 5.6875rem auto 0;
    width: 86.55vw;
    min-width: 33rem;
  }

  .pageTop__buttonWrap--fixed .pageTop__button--fixed {
    bottom: 50vw;
    width: 10.66vw;
    height: 10.66vw;
  }
}


/* ========================
  headerNav
======================== */
.headerNav {
  background-color: #D14091;
  margin-top: 5rem;
}

.headerNav__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1000px;
}

.headerNav__listItem {
  text-align: center;
  border-left: 1px solid #fff;
  transition: background-color 0.2s ease-out;
}

.headerNav__listItem:last-of-type {
  border-right: 1px solid #fff;
}

.headerNav__listItem:hover {
  background-color: #E36CBA;
}

.headerNav__listItem a {
  position: relative;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  padding-block: 1.4rem 2.2rem;
}

.headerNav__listItem a::after {
  content: "";
  display: block;
  background-image: url(../images/icon-nav-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.417rem;
  height: 0.1875rem;
  margin-top: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .hamburger {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #D14091;
    border: none;
    border-radius: 0 0 0 4vw;
    transition: 0.5s ease-out;
    width: 8.65vw;
    min-width: 4rem;
    height: 8.65vw;
    min-height: 4rem;
    z-index: 10;

    span {
      position: absolute;
      background-color: #fff;
      transition: 0.5s ease-out;
      width: 2rem;
      height: 2px;
    }

    span:nth-last-of-type(1) {
      top: 25%;
      left: 50%;
      transform: translateX(-50%);
    }

    span:nth-last-of-type(2) {
      top: 45%;
      left: 50%;
      transform: translateX(-50%);
    }

    span:nth-last-of-type(3) {
      top: 65%;
      left: 50%;
      transform: translateX(-50%);
    }
  }

  .hamburger.open {
    background-color: #fff;

    span:nth-last-of-type(1) {
      background-color: #D14091;
      top: 50%;
      left: 30%;
      transform: rotate(45deg);
    }

    span:nth-last-of-type(2) {
      background-color: #D14091;
      opacity: 0;
    }

    span:nth-last-of-type(3) {
      background-color: #D14091;
      top: 50%;
      left: 30%;
      transform: rotate(-45deg);
    }
  }

  .headerNav {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    pointer-events: none;
    height: 0;
  }

  .headerNav.open {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 1;
    pointer-events: all;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 9;

    .headerNav__list {
      grid-template-columns: 1fr;
      padding-inline: 0;
      width: 86.55vw;
    }

    .headerNav__listItem {
      font-size: 2.667vw;
      border-left: none;
      border-right: none;
      border-top: 1px solid #fff;
      text-align: left;
      padding: 0;
    }

    .headerNav__listItem:last-of-type {
      border-bottom: 1px solid #fff;
    }

    .headerNav__listItem a {
      font-size: 1.5rem;
      padding: 1.5rem 1rem 1.7rem;
    }

    .headerNav__listItem a::after {
      top: 50%;
      left: auto;
      right: 0.8rem;
      transform: unset;
      margin-top: 0;
      width: 1.5rem;
      height: 2rem;
    }
  }
}

/* ========================
  voice
======================== */
#voice {
  background-image: url(../images/img-voice-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 200px;
  margin: 0 auto;

  /* voice__movieWrap */
  .voice__movieWrap {
    background-image: url(../images/img-voice-title-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    max-width: 58.75rem;

    .voice__movieTextWrap {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 1.125rem;
      padding-block: 5rem 2.56875rem;
      margin: auto;
    }

    .voice__movieText {
      font-size: 2.25rem;
      font-weight: 700;
      font-family: "Noto Serif JP", serif;
    }

    .voice__movieImg {
      width: 18.04rem;
    }

    .voice__movie {
      margin-top: 1.93rem;
    }

    .voice__movie iframe {
      aspect-ratio: 16 / 9;
      width: 52.08vw;
      max-width: 46.875rem;
      height: 30.07vw;
      max-height: 27.0625rem;
    }
  }

  /* voice__wrap */
  .voice__wrap {
    padding-bottom: 7.875rem;
    margin: 7.5rem auto 0;

    .voice__titleWrap {
      display: flex;
      align-items: center;
      gap: 2.25rem;
    }

    .voice__title {
      font-size: 2.25rem;
      font-weight: 700;
      font-family: "Noto Serif JP", serif;
      text-align: center;
    }

    .titleLine {
      width: 14.375rem;
      max-width: 23%;
    }

    .voice__noteWrap {
      margin-top: 1.875rem;
    }

    .voice__note {
      font-size: 0.875rem;
    }

    .link--brown {
      margin-top: 3.75rem;
    }
  }
}

@media screen and (max-width: 1024px) {
  #voice {
    .voice__wrap {
      .voice__titleWrap {
        gap: 1.25rem;

        .titleLine {
          width: 4rem;
        }
      }
    }

    .voice__movieWrap {

      .voice__movieTextWrap {
        display: grid;
        grid-template-columns: 50.01% auto;
        gap: 0;
        padding-bottom: 1rem;

        .voice__movieText:first-of-type {
          grid-column: 1 / -1;
          text-align: center;
          padding-bottom: 1rem;
        }
      }

      .voice__movieImg {
        margin: 0 auto;
      }

      .voice__movie iframe {
        width: 85.07vw;
        height: 47.87vw;
      }
    }
  }
}

@media screen and (max-width: 767px) {
  #voice {
    background-image: url(../images/img-voice-bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;

    .container {
      width: 100%;
    }

    .voice__movieWrap {
      background-image: url(../images/img-voice-title-bg-sp.png);
      background-repeat: no-repeat;
      background-size: 100%;

      .voice__movieTextWrap {
        padding-top: 8.92vw;
        height: 100%;
      }

      .voice__movieText {
        font-size: 4.53vw;
      }

      .voice__movie {
        margin-top: 0;
      }
    }

    .voice__wrap {
      padding-bottom: 16.78vw;
      margin-top: 4.5rem;

      .voice__titleWrap {
        justify-content: center;
        gap: 1rem;
      }

      .voice__title {
        font-size: 4.8vw;
      }

      .titleLine {
        max-width: 10%;
        margin-top: 0;
      }

      .voice__noteWrap {
        margin-left: 2rem;
      }

      .voice__note {
        font-size: 2.1333vw;
      }
    }
  }
}

/* ========================
  condition
======================== */
#condition {
  margin-top: -200px;

  .condition__wrap {
    position: relative;
    background-color: #fff;
    border-radius: 10rem 10rem 0 0;
    padding-top: 6.5rem;
    width: 100%;

    hgroup {
      margin: 0 auto;
      width: 77%;
      max-width: 56.875rem;
    }

    h2 {
      font-size: 2.5rem;
      font-weight: 900;
      color: #E1147F;
      text-align: center;
      line-height: 1.6;
    }

    .section__Leadtext {
      margin-top: 2rem;
    }

    .condition__example {
      position: relative;
      margin: 5rem auto 0;
      width: 86.55vw;
      max-width: 56.875rem;
      height: 41.61rem;
    }

    .condition__img {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 32.75rem;
      max-width: 18.625rem;
      z-index: 2;
    }

    .condition__exampleListItem {
      display: flex;
      flex-direction: column;
      position: absolute;
      align-items: center;
      text-align: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      transition: all 2s;
      gap: 0.2rem;
      width: max-content;
    }

    .condition__exampleListItem01 {
      top: -40%;
      left: 50%;
      background-image: url(../images/img-condition-bg01.png);
      padding: 4rem;
      transform: translateX(-50%);
    }

    .condition__exampleListItem01.scrollfade.show {
      animation: unset;
      opacity: 1;
      top: 0;
      left: 50%;
    }

    .condition__exampleListItem02 {
      top: -15%;
      right: -40%;
      background-image: url(../images/img-condition-bg02.png);
      padding: 4rem;
    }

    .condition__exampleListItem02.scrollfade.show {
      animation: unset;
      opacity: 1;
      top: 25%;
      right: 0;
    }

    .condition__exampleListItem03 {
      top: 140%;
      right: -12%;
      transform: translateY(-100%);
      background-image: url(../images/img-condition-bg03.png);
      padding: 4rem;
    }

    .condition__exampleListItem03.scrollfade.show {
      animation: unset;
      opacity: 1;
      top: 100%;
      right: 2%;
    }

    .condition__exampleListItem04 {
      top: 120%;
      left: -12%;
      transform: translateY(-100%);
      background-image: url(../images/img-condition-bg04.png);
      padding: 4.5rem;
    }

    .condition__exampleListItem04.scrollfade.show {
      animation: unset;
      opacity: 1;
      top: 100%;
      left: 0%;
    }

    .condition__exampleListItem05 {
      top: 5%;
      left: -20%;
      background-image: url(../images/img-condition-bg05.png);
      padding: 3rem;
    }

    .condition__exampleListItem05.scrollfade.show {
      animation: unset;
      opacity: 1;
      top: 25%;
      left: 0;
    }

    .condition__exampleTitle {
      font-size: 1.5rem;
      font-weight: 700;
      font-family: "Noto Serif JP", serif;
      color: #E1147F;
    }

    .link--brown {
      margin-top: 5rem;
    }
  }

  .condition__wrap::after {
    content: "";
    position: absolute;
    top: 100%;
    background-color: #fff;
    border-radius: 0 0 10rem 10rem;
    width: 100%;
    height: 9.44375rem;
  }
}

@media screen and (max-width: 1024px) {
  #condition {
    .condition__wrap {

      .condition__exampleListItem01,
      .condition__exampleListItem02,
      .condition__exampleListItem03,
      .condition__exampleListItem04 {
        padding: 3.9rem;
      }

      .condition__img {
        max-width: 16rem;
      }
    }
  }
}

@media screen and (max-width: 767px) {
  #condition {
    .condition__wrap {
      border-radius: 5rem;

      hgroup {
        width: 87vw;
      }

      h2 {
        font-size: 4.8vw;
      }

      .condition__example {
        margin: 10.65vw auto 0;
        width: 86.55vw;
      }

      .condition__img {
        bottom: 25%;
        width: 33.29vw;
      }

      .condition__exampleListItem {
        gap: 1rem;
      }

      .condition__exampleListItem01 {
        top: -7%;
        padding: 7.19vw;
      }

      .condition__exampleListItem02 {
        right: -5%;
        padding: 7.59vw;
      }

      .condition__exampleListItem03 {
        right: -3%;
        padding: 7.59vw;
      }

      .condition__exampleListItem04 {
        left: -3%;
        padding: 10.39vw;
      }

      .condition__exampleListItem05 {
        left: -5%;
        padding: 6.39vw;
      }

      .condition__exampleText {
        font-size: 3.2vw;
      }
    }

    .condition__wrap::after {
      border-radius: 0 0 10vw 10vw;
      height: 14vw;
    }
  }
}

/* ========================
  wish
======================== */
#wish {
  background-image: url(../images/img-section-bg.png);
  background-repeat: repeat;
  background-size: 50rem auto;
  padding-top: 9.44375rem;

  .link--brown {
    margin-top: 2.125rem;
  }
}

@media screen and (max-width: 767px) {
  #wish {
    background-size: 958px 1352px;

    .wish__wrap {
      width: 100%;
    }
  }
}

/* ========================
  support
======================== */
#support {
  background-image: url(../images/img-section-bg.png);
  background-repeat: repeat;
  background-size: 50rem auto;
  padding-top: 6.5rem;

  .support__wrap {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3.625rem 4.25rem;

    .support__img {
      margin-top: 3.75rem;
      width: 100%;
    }

    .support__noteWrap {
      margin-top: 4rem;
    }

    .support__note {
      font-size: 0.875rem;
    }
  }
}

/* ========================
  nutrition
======================== */
#nutrition {
  background-image: url(../images/img-section-bg.png);
  background-repeat: repeat;
  background-size: 50rem auto;
  padding-top: 6.25rem;

  .nutrition__wrap {
    position: relative;
    background: #fff;
    border-radius: 0 10rem 10rem 0;
    padding-block: 5.25rem 2rem;

    .section__titleWrap {
      position: relative;
      z-index: 2;
    }

    .nutrition__contentWrap {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      position: relative;
      gap: 1.25rem;
      margin: 3.75rem;
      /* width: 61.11%; */
      max-width: 55rem;
      z-index: 2;
    }

    .nutrition__contentTitle {
      font-size: 1.5rem;
      font-weight: 700;
      font-family: "Noto Serif JP", serif;
      color: #fff;
      text-align: center;
      border-radius: 1.5rem 1.5rem 0 0;
      padding-block: 0.72rem;
      z-index: 2;
    }

    .vitamin .nutrition__contentTitle {
      background-color: #F9C470;
    }

    .mineral .nutrition__contentTitle {
      background-color: #90C65D;
    }

    .nutrition__list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      background-color: #F8F2ED;
      gap: 1.5625rem;
      padding: 2.1875rem 2.3125rem;
      margin-top: 0.3125rem;
      border-radius: 0 0 1.5rem 1.5rem;
    }

    .nutrition__listItem {
      text-align: center;
    }

    .nutrition__listItemImg {
      display: flex;
      align-items: flex-end;
      margin-bottom: 0.25rem;
      height: 4.6875rem;
    }

    .nutrition__listItemImg img {
      object-fit: contain;
      max-height: 4.6875rem;
    }

    .nutrition__name {
      font-size: 1.25rem;
      font-weight: 700;
      white-space: nowrap;
    }

    .nutrition__nameFeature {
      font-size: 0.875rem;
    }

    .nutrition__noteWrap {
      font-size: 0.75rem;
      margin-top: 1.875rem;
    }

    .nutrition__note {
      margin-left: 2rem;
      text-indent: -2rem;
    }

    .nutrition__img {
      margin-top: 4.875rem;
    }
  }

  .nutrition__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    background-color: #fff;
    width: 50vw;
    height: 100%;
    z-index: 1;
  }
}

@media screen and (max-width: 1024px) {
  #nutrition {
    .nutrition__wrap {
      border-radius: 0 10vw 10vw 0;
      width: 100%;

      .nutrition__contentWrap {
        margin: 3.75rem auto;
        width: 90%;
      }

      .nutrition__list {
        gap: 1rem;
        padding: 1rem;
      }
    }
  }
}

@media screen and (max-width: 767px) {
  #nutrition {
    .nutrition__wrap {
      background-color: #fff;

      .nutrition__contentWrap {
        grid-template-columns: 1fr;
        width: 86.55vw;
      }

      .nutrition__contentTitle {
        border-radius: 2vw 2vw 0 0;
      }

      .nutrition__list {
        border-radius: 0 0 2vw 2vw;
      }

      .nutrition__name {
        font-size: 3.73vw;
      }

      .nutrition__nameFeature {
        font-size: 3.2vw;
      }

      .nutrition__noteWrap {
        font-size: 2.133vw;
      }
    }
  }
}

/* ========================
  intake
======================== */
#intake {
  background-image: url(../images/img-section-bg.png);
  background-repeat: repeat;
  background-size: 50rem auto;
  padding-top: 3rem;

  .intake__wrap {
    position: relative;
    background: #fff;
    border-radius: 10rem 0 0 10rem;
    padding-block: 4.25rem 5.8125rem;

    .scrollfade.slide-to-left.show {
      animation: slideFromRight 2s forwards;
    }

    .section__titleWrap,
    .section__Leadtext {
      position: relative;
      z-index: 2;
      margin-top: 1.5rem;
    }
  }

  .intake__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    background-color: #fff;
    width: 50vw;
    height: 100%;
    z-index: 1;
  }

  .intake__contenthWrap {
    position: relative;
    margin: 0 auto;
    max-width: 50rem;
    z-index: 2;

    .intake__graphProduct {
      display: flex;
      justify-content: space-around;
      font-weight: 700;
      margin-top: 2.75rem;
    }

    .intake__graphProductItem {
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    .intake__graphProductItem::before {
      content: "";
      display: block;
      width: 1.25rem;
      height: 1.25rem;
    }

    .intake__graphProductItem--pink::before {
      background-color: #D276AC;
    }

    .intake__graphProductItem--yellow::before {
      background-color: #E8C85C;
    }

    .intake__graphProductItem--green::before {
      background-color: #90C65D;
    }

    .intake__graphFeature {
      background-color: rgba(246, 224, 237, 0.5);
      padding-block: 1.5rem;
      margin-top: 1.25rem;

      h3 {
        font-size: 1.625rem;
        font-weight: 700;
        font-family: "Noto Serif JP", serif;
        text-align: center;
        color: #E1147F;
      }

    }

    .intake__graphWrap {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      padding-left: 2.75rem;
    }

    .intake__graph {
      margin-top: 1.875rem;
    }

    .intake__graphTitle {
      font-weight: 700;
      margin-bottom: 0.5rem;
    }

    .intake__graphProductRate {
      display: flex;
      align-items: center;
      font-size: 0.875rem;
      font-weight: 700;
      gap: 0.375rem;
    }

    .intake__graphProductRate::before {
      content: "";
      display: block;
      height: 1.25rem;
    }

    .intake__graph01 .intake__graphProductRate--pink::before,
    .intake__graph02 .intake__graphProductRate--pink::before,
    .intake__graph03 .intake__graphProductRate--pink::before {
      background-color: #D276AC;
      width: 10rem;
    }

    .intake__graph01 .intake__graphProductRate--yellow::before,
    .intake__graph02 .intake__graphProductRate--yellow::before,
    .intake__graph03 .intake__graphProductRate--yellow::before {
      background-color: #E8C85C;
      width: 10rem;
    }

    .intake__graph04 {
      .intake__graphProductRate--pink::before {
        background-color: #D276AC;
        width: 6.8rem;
      }

      .intake__graphProductRate--yellow::before {
        background-color: #E8C85C;
        width: 10rem;
      }

      .intake__graphProductRate--green::before {
        background-color: #90C65D;
        width: 5rem;
      }
    }

    .intake__graph05 {
      .intake__graphProductRate--pink::before {
        background-color: #D276AC;
        width: 10rem;
      }

      .intake__graphProductRate--yellow::before {
        background-color: #E8C85C;
        width: 10rem;
      }

      .intake__graphProductRate--green::before {
        background-color: #90C65D;
        width: 0.3125rem;
      }
    }

    .intake__graph06 {
      .intake__graphProductRate--pink::before {
        background-color: #D276AC;
        width: 10rem;
      }

      .intake__graphProductRate--yellow::before {
        background-color: #E8C85C;
        width: 10rem;
      }
    }

    .intake__graph07 {
      .intake__graphProductRate--pink::before {
        background-color: #D276AC;
        width: 5.875rem;
      }

      .intake__graphProductRate--yellow::before {
        background-color: #E8C85C;
        width: 10rem;
      }

      .intake__graphProductRate--green::before {
        background-color: #90C65D;
        width: 8.75rem;
      }
    }

    .intake__graph08 {
      .intake__graphProductRate--pink::before {
        background-color: #D276AC;
        width: 10rem;
      }

      .intake__graphProductRate--yellow::before {
        background-color: #E8C85C;
        width: 10rem;
      }

      .intake__graphProductRate--green::before {
        background-color: #90C65D;
        width: 1.4rem;
      }
    }

    .intake__graph09 {
      .intake__graphProductRate--pink::before {
        background-color: #D276AC;
        width: 10rem;
      }

      .intake__graphProductRate--yellow::before {
        background-color: #E8C85C;
        width: 10rem;
      }

      .intake__graphProductRate--green::before {
        background-color: #90C65D;
        width: 0.5rem;
      }
    }

    .intake__graph10 {
      .intake__graphProductRate--pink::before {
        background-color: #D276AC;
        width: 10rem;
      }

      .intake__graphProductRate--yellow::before {
        background-color: #E8C85C;
        width: 10rem;
      }

      .intake__graphProductRate--green::before {
        background-color: #90C65D;
        width: 0.375rem;
      }
    }

    .intake__graphNote {
      font-size: 0.75rem;
      grid-column: span 2;
      margin-top: 3rem;
    }

    .intake__graphFeature .intake__graphNote {
      margin-top: 1rem;
    }
  }
}

@media screen and (max-width: 1024px) {
  #intake {
    .intake__wrap {
      border-radius: 10vw 0 0 10vw;
      width: 100%;
    }
  }
}

@media screen and (max-width: 767px) {
  #intake {
    .intake__wrap {
      background-color: #fff;
    }

    .intake__contenthWrap {
      width: 86.55vw;

      .intake__graphProduct {
        gap: 5.33vw;
      }

      .intake__graphWrap {
        grid-template-columns: repeat(2, 1fr);
        padding-inline: 4.66vw;
      }

      .intake__graphNote {
        margin-top: 1rem;
      }
    }
  }
}

/* ========================
  recipe
======================== */
#recipe {
  background-image: url(../images/img-section-bg.png);
  background-repeat: repeat;
  background-size: 50rem auto;
  padding-top: 5.1375rem;

  .recipe__wrap {
    background-color: #fff;
    border-radius: 10rem;
    padding-bottom: 7.4975rem;
    width: 100%;
  }

  .recipe__featureWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-image: url(../images/img-recipe-bg01.png);
    background-repeat: no-repeat;
    background-size: 36.875rem 6.5625rem;
    background-position: bottom;
    margin: 5rem auto 0;

    .recipe__featureText {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.375rem;
      font-weight: 700;
      line-height: 1.5;
      font-family: "Noto Serif JP", serif;
      text-align: center;
    }

    .recipe__feature {
      position: relative;
      padding-bottom: 7.3125rem;
    }

    .recipe__feature01 .recipe__featureText {
      background-image: url(../images/img-recipe-text-bg01.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 20rem;
      height: 15rem;
    }

    .recipe__feature02 .recipe__featureText {
      background-image: url(../images/img-recipe-text-bg02.png);
      background-repeat: no-repeat;
      background-size: contain;
      margin-left: auto;
      width: 20rem;
      height: 15rem;
    }

    .recipe__featureImg {
      position: absolute;
    }

    .recipe__feature01 .recipe__featureImg {
      bottom: 2.25rem;
      left: 50%;
      width: 34.23%;
      max-width: 9.5625rem;
    }

    .recipe__feature02 .recipe__featureImg {
      bottom: 2.25rem;
      right: 50%;
      width: 45.41%;
      max-width: 12.6875rem;
    }
  }

  .recipe__featureWrap.scrollfade.show {
    animation: fadeUp 2s forwards;
  }

  .recipe__noteWrap {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }

  .recipe__link {
    position: relative;
    background-color: #D14091;
    transition: background-color 0.2s ease-out;
    border-radius: 1.5rem;
    padding: 0.3125rem;
    margin-top: 6.25rem;

    a {
      display: grid;
      grid-template-columns: 2.2fr 3fr
    }

    .recipe__linkTextWrap {
      margin: auto;
      padding-bottom: 1rem;
    }

    .recipe__linkTitle {
      font-size: 1.5rem;
      font-weight: 700;
      font-family: "Noto Serif JP", serif;
      color: #fff;
      border-bottom: 1px solid #fff;
      padding-bottom: 0.5rem;
    }

    .recipe__linkText {
      font-size: 1.125rem;
      color: #fff;
      line-height: 1.7;
      margin-top: 0.75rem;
    }

    .recipe__linkImgWrap {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr;
      gap: 0.3125rem;
    }

    .recipe__linkImgItem {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0.3125rem;
    }

    .recipe__linkImg--flex {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0.3125rem;
    }

    .recipe__linkImg img {
      height: 100%;
    }

    .recipe__linkImg06 img {
      border-radius: 0 1.5rem 1.5rem 0;
    }

    .recipe__linkIcon {
      position: absolute;
      bottom: 1rem;
      right: 1rem;
      width: 5vw;
      height: 5vw;
      max-width: 3.125rem;
      max-height: 3.125rem;
    }
  }

  .recipe__link:hover {
    background-color: #E36CBA;
  }

  .introduction__movie {
    position: relative;
    padding-block: 5.8125rem;
    margin-top: 7.5rem;
    z-index: 2;
  }

  .introduction__movie iframe {
    width: 48.61vw;
    height: 27.08vw;
  }

  .introduction__movieWrap {
    position: relative;

  }

  .introduction__movieWrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    display: block;
    background-image: url(../images/img-introduction-bg01.png);
    background-repeat: no-repeat;
    background-size: 50vw 100%;
    width: 50vw;
    height: 100%;
    z-index: 1;
  }

  .introduction__movieWrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    display: block;
    background-image: url(../images/img-introduction-bg02.png);
    background-repeat: no-repeat;
    background-size: 50vw 100%;
    width: 50vw;
    height: 100%;
    z-index: 1;
  }
}

@media screen and (max-width: 1240px) {
  #recipe {
    .recipe__featureWrap {
      .recipe__feature01 .recipe__featureImg {
        left: 62%;
        width: 30%;
      }

      .recipe__feature02 .recipe__featureImg {
        right: 56%;
        width: 40%;
      }
    }

    .recipe__noteWrap {
      font-size: 2.133vw;
    }

    .recipe__link {
      .recipe__linkIcon {
        width: 6.53vw;
        height: 6.53vw;
      }
    }

    .introduction__movieWrap::before {
      background-image: url(../images/img-introduction-bg01-sp.png);
      background-repeat: no-repeat;
      background-size: 50vw 100%;
    }

    .introduction__movieWrap::after {
      background-image: url(../images/img-introduction-bg02-sp.png);
      background-repeat: no-repeat;
      background-size: 50vw 100%;
    }
  }
}

@media screen and (max-width: 767px) {
  #recipe {
    .recipe__wrap {
      border-radius: 0 0 10vw 10vw;
    }

    .recipe__featureWrap {
      grid-template-columns: 1fr;
      background-image: none;

      .recipe__feature01 {
        background-image: url(../images/img-recipe-bg02.png);
        background-repeat: no-repeat;
        background-size: 83.33%;
        background-position: bottom right;
      }

      .recipe__feature02 {
        background-image: url(../images/img-recipe-bg01.png);
        background-repeat: no-repeat;
        background-size: 83.33%;
        background-position: bottom left;
      }

      .recipe__feature01 .recipe__featureImg {
        left: 62%;
        width: 50.6vw;
      }

      .recipe__feature02 .recipe__featureImg {
        right: 57%;
        width: 34.89vw;
      }

      .recipe__featureText {
        font-size: 3.8vw;
        padding-bottom: 5vw;
      }
    }

    .recipe__link {
      aspect-ratio: unset;
      border-radius: 5vw;

      a {
        grid-template-columns: 1fr;
      }

      .recipe__linkTextWrap {
        display: grid;
        align-items: center;
        grid-template-columns: 25.57vw auto;
        gap: 5.33vw;
        padding: 3vw 4vw;
      }

      .recipe__linkTitle {
        font-size: 3.73vw;
        padding-bottom: 1vw;
      }

      .recipe__linkText {
        font-size: 2.66vw;
        margin-top: 0;
      }

      .recipe__linkImg06 img {
        border-radius: 0 0 5vw 0;
      }

      .recipe__linkImg02 img {
        border-radius: 0 0 0 5vw;
      }
    }

    .voice__contentWrap {
      .voice__content:first-of-type {
        grid-column: 1 / -1;
        width: calc(50% - 2.66vw);
        margin: 0 auto;
      }
    }

     .introduction__movie {
      padding-block: 12.52vw;
    }

    .introduction__movie iframe {
      width: 85.33vw;
      height: 48vw;
    }
  }

}

/* ========================
  lineup
======================== */
#lineup {
  background-image: url(../images/img-section-bg.png);
  background-repeat: repeat;
  background-size: 50rem auto;
  padding-block: 10.2525rem 7.5rem;

  /* lineup */
  .lineup__contentWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    gap: 1.875rem;
    margin-top: 2.5rem;

    .lineup__content {
      position: relative;
      background-color: #fff;
      border-radius: 3rem 3rem 0 0;
      padding: 4rem 3.6875rem 3.75rem;
    }

    .lineup__content::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 3rem 0 0 0;
      clip-path: polygon(100% 0, 0 100%, 0 0);
      width: 50%;
      height: 40%;
      z-index: 1;
    }

    .lineup__content--pink::before {
      background-color: #F6E0ED;
    }

    .lineup__content--yellow::before {
      background-color: rgba(232, 200, 92, 0.5);
    }

    .lineup__titleImg {
      position: relative;
      display: flex;
      align-items: center;
      height: 9.625rem;
      z-index: 2;
    }

    .lineup__titleImg img {
      max-width: 88%;
      margin: 0 auto;
    }

    .lineup__List {
      display: grid;
      grid-template-columns: 10.625rem 9.8125rem;
      gap: 2.5rem;
      margin-top: 2rem;
    }

    .lineup__ListItem{
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .lineup__ListItem:nth-of-type(even) img {
      padding-inline: 0.71875rem;
    }

    .lineup__itemTitle {
      font-size: 1.25rem;
      font-weight: 700;
      white-space: nowrap;
      margin-top: 1rem;
    }

    .lineup__itemText {
      font-size: 1.25rem;
      white-space: nowrap;
    }
  }

  .lineupGold__contentWrap {
    grid-template-columns: 1fr;

    .lineup__content {
      padding: 5rem 6.8125rem 5.25rem;
    }

    .lineup__content::before {
      background-color: #D3C26D;
      width: 30%;
      height: 33%;
    }

    .lineup__List {
      grid-template-columns: 34.78% auto;
    }

    .lineup__titleWrap {
      display: grid;
      grid-template-columns: 36.06% auto;
      gap: 3.125rem;
    }

    .lineup__titleImg {
      position: relative;
      display: flex;
      align-items: center;
      height: 10.625rem;
      z-index: 2;
    }

    .lineup__title {
      font-size: 1.25rem;
      text-align: left;
      line-height: 1.7;
    }

    .lineup__note {
      font-size: 0.875rem;
    }

    .lineup__itemImg {
      width: 17rem;
    }

    .lineupGold__list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      font-weight: 700;
      font-family: "Noto Serif JP", serif;
      align-items: center;
      gap: 0.625rem;
      padding-inline: 1.5625rem;
    }

    .lineupGold__list--gold {
      background-color: #F6E0ED;
      padding: 1.21875rem 1.5625rem;
      margin-top: 1.25rem;

      .lineupGold__list {
        padding-inline: 0;
      }
    }

    .lineupGold__listItem {
      display: flex;
      align-items: center;
      justify-content: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 8.125rem;
      height: 5.75rem;
    }

    .lineupGold__listItem--blue {
      background-image: url(../images/img-lineup-blue.png);
    }

    .lineupGold__listItem--pink {
      background-image: url(../images/img-lineup-pink.png);
    }

    .lineupGold__listItem--yellow {
      background-image: url(../images/img-lineup-yellow.png);
    }

    .lineupGold__listItem--gold {
      background-image: url(../images/img-lineup-bg.png);
      white-space: nowrap;
    }

    .lineupGold__listText {
      font-size: 2.0625rem;
      font-weight: 700;
      font-family: "Noto Serif JP", serif;
      color: #E1147F;
      margin-top: 1.25rem;
    }

    .lineupGold__listText--small {
      font-size: 0.8125rem;
      font-family: "Zen Kaku Gothic New", sans-serif;
      color: #41210F;
    }

    .lineupGold__listItemNote {
      font-size: 0.5625rem;
      font-weight: 700;
      font-family: "Zen Kaku Gothic New", sans-serif;
    }

    .lineupGold__noteWrap {
      font-size: 0.875rem;
      text-align: right;
      margin-top: 1.25rem;
    }

    .lineupGold__note {
      line-height: 1.7;
    }
  }

  /* seibun */
  .seibun {
    background-color: #fff;
    border: 1px solid #E1147F;
    border-radius: 1.5rem;
    margin-top: 2.5rem;

    .seibun__title {
      font-size: 1.25rem;
      font-weight: 700;
      color: #E1147F;
    }

    .seibun__tableWrap {
      overflow-x: scroll;
      margin: 0.5rem 1.875rem 0;

      .seibun__table {
        font-size: 1.25rem;
        border: 1px solid #41210F;

        th {
          text-align: left;
          font-weight: 400;
          background-color: #F8F2ED;
          border: 1px solid #41210F;
          padding: 1.65rem 1.25rem;
          min-width: 10.125rem;
        }

        .seibun_tableProduct {
          font-weight: 700;
          text-align: center;
          min-width: 24rem;
        }

        td {
          border: 1px solid #41210F;
          padding: 1.65rem 1.25rem;
        }
      }

      .seibun__tableNote {
        font-size: 0.875rem;
      }
    }

    .seibun__noteWrap {
      margin: 2rem 1.875rem;
    }

    .seibun__note {
      font-size: 1.5rem;
      font-weight: 700;
      color: #E1147F;
    }

    .seibun__noteList {
      padding-left: 1.25rem;
    }

    .seibun__noteListItem {
      margin-top: 0.75rem;
      font-size: 1.25rem;
      position: relative;
    }

    .seibun__noteListItem::before {
      content: "・";
      position: absolute;
      left: -1.5rem;
    }

    .seibun__noteListItem:first-of-type {
      margin-top: 1rem;
    }

    .seibun__note--pink {
      color: #E1147F;
    }

  }

  .link--brown {
    margin-top: 3.75rem;
    width: 89.51%;

    a {
      width: 98%;
    }
  }

  .js-accordItem button {
    display: flex;
    justify-content: space-between;
    border: none;
    background-color: transparent;
    width: 100%;
  }

  /* .seibun__iconBar {
    display: block;
    background-color: #E1147F;
    width: 1.5rem;
    height: 2px;
  } */

  .seibun__heading {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 1.5rem 1.875rem;
  }

  .seibun__heading::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    background-color: #E1147F;
    height: .125rem;
    width: 1.125rem;
  }

  .seibun__heading::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: calc(1.25rem + (1.125rem / 2));
    transform: translate(50%, -50%);
    transition: all .8s;
    background-color: #E1147F;
    height: 1.125rem;
    width: .125rem;
  }

  .seibun__item.open {
    .seibun__heading {
      &::after {
        transform: translate(50%, -50%) rotate(270deg);
      }
    }
  }

}

@media screen and (max-width: 1150px) {
  #lineup {
    .lineup__contentWrap {
      .lineup__content {
        padding: 5rem 1.5rem;
      }

      .lineup__List {
        gap: 1.5rem;
        margin: 2rem auto 0;
      }
    }
  }
}

@media screen and (max-width: 950px) {
  #lineup {
    .lineup__contentWrap {
      grid-template-columns: 1fr;

      .lineup__List {
        place-content: center;
        gap: 6.66vw;
        margin-top: 5.33vw;
      }

      .lineup__titleImg {
        margin: 0 auto 8vw;
        max-width: 25rem;
        height: auto;
      }

      .lineup__itemTitle {
        font-size: 1.5rem;
      }

      .lineup__itemText {
        font-size: 1.2rem;
      }
    }

    .lineup__content {
      padding: 10.65vw 9.99vw;
    }

    .seibun {
      .seibun__tableWrap {
        padding-bottom: 6vw;

        .seibun__table {
          font-size: 2.66vw;
        }
      }

      .seibun__noteListItem {
        margin-top: 2vw;
      }

      .seibun__note {
        font-size: 3.46vw;
      }
    }

    .lineupGold__contentWrap {

      .lineup__content {
        padding: 10.65vw 6.79vw;
      }

      .lineup__content::before {
        width: 50%;
        height: 20%;
      }

      .lineup__titleWrap {
        grid-template-columns: 1fr;
      }

      .lineup__titleImg {
        margin: 0 auto;
        width: 57.92vw;
      }

      .lineup__List {
        grid-template-columns: 1fr;
      }

      .lineup__ListItem {
        display: grid;
        grid-template-columns: 52.73% auto;
        align-items: center;
      }

      .lineup__title {
        font-size: 3.2vw;
      }

      .lineup__note {
        font-size: 2.66vw;
      }

      .lineup__itemImg {
        width: 38.62vw;
      }
    }
  }
}

@media screen and (max-width: 767px) {
  #lineup {
    .seibun__heading {
      padding: 3vw 2vw;
    }

    & .seibun {
      .seibun__tableWrap {
        margin: 1vw 2vw 0;
      }
    }

    .lineupGold__contentWrap {
      .lineup__content {
      padding: 10.65vw 5vw;
    }
    }
  }
}

@media screen and (max-width: 500px) {
  #lineup {
    .lineup__contentWrap {
      border-radius: 1vw 1vw 0 0;

      .lineup__content::before {
        border-radius: 7vw 0 0 0;
      }
    }

    .seibun {
      border-radius: 2vw;
    }
  }
}

/* ========================
  faq
======================== */
#faq {
  padding: 10.875rem 1.25rem 0;

  .container {
    box-sizing: border-box;
    width: auto;
  }

  .section__title--balloon {
    background-image: url(../images/img-title-bg-balloon02.png);
    padding-top: 1rem;
    margin: -13% auto 2.5rem;
    width: 17.5rem;
  }

  .faq__wrap {
    background-color: #F8F2ED;
    padding: 5.8125rem 3.125rem 3.9375rem;
  }

  .faq__list {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }

  .faq__heading {
    background-color: #9C8360;
    border: none;
    border-radius: .625rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 1.25rem;
    padding-right: 3.3125rem;
    position: relative;
    text-align: left;
    transition: all .3s;
    width: 100%;

    &::before {
      background-color: #fff;
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 1.25rem;
      transform: translateY(-50%);
      height: .125rem;
      width: 1.125rem;
    }

    &::after {
      background-color: #fff;
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: calc(1.25rem + (1.125rem / 2));
      transform: translate(50%, -50%);
      transition: all .8s;
      height: 1.125rem;
      width: .125rem;
    }
  }

  .faq__item.open {
    .faq__heading {
      border-radius: .625rem .625rem 0 0;

      &::after {
        transform: translate(50%, -50%) rotate(270deg);
      }
    }
  }

  .faq__headingQ {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-shrink: 0;
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 50%;
    color: #9C8360;
    line-height: 1;
    margin-right: .9375rem;
    padding-top: 0.2rem;
    position: relative;
    width: 1.875rem;
  }

  .faq__answer {
    background-color: #fff;
    border-radius: 0 0 .625rem .625rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75;
    padding: 1.25rem 1.875rem;
  }

  .faq__table {
    margin-top: 1.25rem;

    th {
      background-color: #F8F2ED;
      border: 1px solid #41210F;
      text-align: center;
      padding: 1.25rem;
      width: calc(100% / 4);
    }

    td {
      border: 1px solid #41210F;
      padding: 0.72rem .9375rem 0.72rem 1.25rem;
      white-space: nowrap;

      &:first-child {
        background-color: #F8F2ED;
      }

      .reg {
        line-height: 1;
        vertical-align: bottom;
      }
    }
  }

  .faq__noteWrap {
    font-size: 1rem;
    margin-top: 1.5625rem;
    margin-left: 1rem;
    padding-bottom: .625rem;
  }

  .faq__movie {
    margin: 1.25rem auto 0;
    width: 83.33%;
  }

  .movie iframe {
    aspect-ratio: 16/9;
    border-radius: 1.25rem;
    box-shadow: none;
    overflow: hidden;
    width: 76.92%;
    height: 43.3%;
  }

  .youtube__button {
    top: 45%;
  }

  .faq__note {
    font-size: 1rem;
    display: block;
  }

  .faq__processWrap {
    background-color: rgba(246, 224, 237, 0.5);
    margin-top: 1.875rem;
    padding: 3.75rem min(7%, 3.75rem);
  }

  .faq__processTitle {
    border-bottom: 2px solid #E1147F;
    color: #E1147F;
    font-size: 1.625rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 1.92;
    margin-inline: auto;
    position: relative;
    text-align: center;
    width: fit-content;

    &::before {
      aspect-ratio: 1;
      content: '';
      background-color: #E1147F;
      position: absolute;
      bottom: 0;
      left: 0;
      transform: translate(-50%, 50%) rotate(45deg);
      width: 8px;
    }

    &::after {
      aspect-ratio: 1;
      content: '';
      background-color: #E1147F;
      position: absolute;
      bottom: 0;
      right: 0;
      transform: translate(50%, 50%) rotate(45deg);
      width: 8px;
    }
  }

  .faq__processTitle--big {
    font-size: 2.25rem;
    line-height: 1.39;
  }

  .faq__processList {
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem;
    margin-top: 3.125rem;
  }

  .faq__processItem {
    display: flex;
    align-items: center;
    column-gap: 5.7%;
  }

  .faq__processItemTextWrapper {
    width: 57.3%;
  }

  .faq__processItemText {
    font-size: 1.375rem;
    font-weight: 500;
    margin-left: 1em;
    text-indent: -1em;
    width: 57.3%;
  }

  .faq__processItemTextWrapper>.faq__processItemText {
    line-height: 1.5;
    width: 100%;
  }

  .faq__processItemText+.faq__note {
    margin-left: 1em;
    text-indent: -1em;
    margin-top: 0.5rem;
  }

  .faq__processItemImg {
    width: 37%;
  }

  .faq__processText {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.67;
    margin-left: 1em;
    text-indent: -1em;
  }

  .faq__processText:first-of-type {
    margin-top: 2.1875rem;
  }

  .faq__processText--pink {
    color: #E1147F;
  }

  .faq__note {
    margin-top: 0.25rem;
    margin-left: 3rem;
    text-indent: -4rem;
  }


  @media screen and (max-width: 767px) {
    padding: 9.4rem 2.5rem 0;

    .section__title--balloon {
      margin: -26% auto 2.5rem;
    }

    .faq__wrap {
      padding: 5.1rem 2.5rem 3.15rem;
    }

    .faq__list {
      row-gap: 3vw;
    }

    .faq__heading {
      border-radius: 1.5vw;
      font-size: 1.2rem;
      padding: 1rem;
      padding-right: 2.75rem;

      &::before {
        right: 1rem;
        height: 0.1rem;
        width: 1rem;
      }

      &::after {
        right: calc(1rem + (1rem / 2));
        height: 1rem;
        width: 0.1rem;
      }
    }

    .faq__item.open {
      .faq__heading {
        border-radius: 1.5vw 1.5vw 0 0;
      }
    }

    .faq__headingQ {
      padding-top: 0.1rem;
      margin-right: 0.75rem;
      width: 1.5rem;

      &::after {
        width: 1.5rem;
      }
    }

    .faq__answer {
      font-size: 1.2rem;
      line-height: 1.625;
      padding: 1.25rem 1.5rem;
    }

    .faq__table {
      margin-top: 1.75rem;

      th {
        font-size: 0.75rem;
        padding: 0.5rem 0.5rem;
        text-align: left;
        width: calc((100% - 35%) / 3);

        &:first-child {
          font-size: 0.9rem;
          text-align: center;
          width: 35%;
        }
      }

      td {
        font-size: 1rem;
        padding: 0.75rem 0.85rem;
        text-align: center;

        &:first-child {
          font-size: 0.9rem;
          text-align: left;
        }
      }
    }

    .faq__noteWrap {
      line-height: 1.5;
      margin-top: 1.75rem;
      margin-left: 2rem;
    }

    .faq__movie {
      margin: 1.25rem auto 0;
      width: 100%;
    }

    .movie iframe {
      width: 65.33vw;
      height: 36.4vw;
    }

    .faq__processWrap {
      padding: 2.75rem 1.15rem;
    }

    .faq__processTitle {
      border-bottom: 0.1rem solid #E1147F;
      font-size: 1.3rem;
      line-height: 1.38;
      padding-bottom: 1.25rem;
      width: 100%;

      &::before {
        width: 0.4rem;
      }

      &::after {
        width: 0.4rem;
      }
    }

    .faq__processTitle--big {
      font-size: 1.8rem;
    }

    .faq__processList {
      margin-top: 2.75rem;
      row-gap: 2.75rem;
    }

    .faq__processItem {
      flex-direction: column;
      column-gap: 0;
      row-gap: 1.25rem;
    }

    .faq__processItemTextWrapper,
    .faq__processItemImg {
      width: 100%;
    }

    .faq__processItemText {
      font-size: 1.2rem;
      line-height: 1.33;
      margin-left: 0;
      text-indent: 0;
      width: 100%;
    }

    .faq__processItemTextWrapper {
      .faq__note {
        font-size: 0.9rem;
        line-height: 1.56;
        margin-top: 1rem;
        margin-left: 0;
        text-indent: 0;
      }
    }

    .faq__processText {
      font-size: 1rem;
      line-height: 1.75;
      margin-top: 2.25rem;
    }
  }
}

.js-accordBody {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .8s;
}

.js-accordItem.open .js-accordBody {
  max-height: 500vh;
  opacity: 1;
}

/* ========================
  footer
======================== */

#footer {
  margin-inline: auto;
  /* max-width: 90rem; */
  padding-top: 8.75rem;
  width: 100%;

  &::before {
    aspect-ratio: 480/47;
    content: '';
    background: url(../images/img-footer-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: block;
    width: 100%;
    /* max-width: 90rem; */
  }

  .footer__wrap {
    background-color: #7B5B41;
    padding-bottom: 2.5625rem;
    margin-top: -1px;
  }

  .footer__wrapInner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-inline: auto;
    max-width: 62.5rem;
    padding-inline: 1.25rem;
  }

  .footer__navList {
    display: flex;
  }

  .footer__navListItem {
    &:first-child {
      border-left: 1px solid #fff;
    }

    a {
      border-right: 1px solid #fff;
      box-sizing: border-box;
      color: #fff;
      font-size: 1rem;
      font-weight: 500;
      padding: .2813rem 1.25rem;

      @media (hover: hover) {
        &:hover {
          opacity: 0.7;
        }
      }
    }
  }

  .footer__logo {
    max-width: 13.5rem;
    margin-inline: auto 0;
  }

  .copyright {
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    margin-top: 1.25rem;
  }



  @media screen and (max-width: 767px) {
    padding-top: 7rem;

    .footer__wrap {
      padding-bottom: 2.75rem;
    }

    .footer__wrapInner {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-top: 2.5rem;
    }

    .footer__logoWrap {
      order: 1;
    }

    .footer__nav {
      order: 2;
      margin-top: 1.75rem;
    }

    .footer__navListItem {
      a {
        line-height: 1;
        padding: 0 1rem;
      }
    }

    .footer__logo {
      margin-inline: auto;
    }

    .copyright {
      font-size: 0.8rem;
    }


  }
}

.footer__linkWrap {
  position: sticky;
  bottom: 0;
  background-color: #E1147F;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease-out;
  transform: translateY(100%);
  padding-block: 1.25rem;
  width: 100%;
  z-index: 8;
}

.footer__linkWrap.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.footer__linkImgWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3.5%;
}

.footer__linkImg {
  background-color: #fff;
  width: calc((100% - 3.5% * 2) / 3);

  a {
    aspect-ratio: 310 / 90;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

    @media (hover: hover) {
      &:hover {
        opacity: 0.7;
      }
    }
  }
}

.footer__linkWrapInner {
  margin-inline: auto;
  max-width: 62.5rem;
  padding-inline: 1.25rem;
}

.footer__linkNote {
  color: #fff;
  font-size: .75rem;
  font-weight: 500;
  margin-top: .9375rem;
}

@media screen and (max-width: 767px) {
  .footer__linkWrap {
    padding-block: 1.5rem;
    /* position: unset; */
  }

  .footer__linkImgWrap {
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 1rem;
  }

  .footer__linkImg {
    width: calc((100% - 1rem) / 2);
  }

  .footer__linkNote {
    font-size: 0.8rem;
    margin-top: 1.5rem;
  }
}