@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 500;
  background-color: #E9E4DB;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.loading.is-loaded span {
  transform: translateY(0);
  opacity: 1;
}

.loading__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.loading__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
}

.loading__logo img {
  width: 100%;
}

.loading .inner {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.loading span {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(7vw);
  opacity: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.7rem;
  letter-spacing: 0.45em;
  font-weight: 700;
}
@media (max-width: 480px) {
  .loading span {
    font-size: 1.6rem;
    letter-spacing: 0.35em;
  }
}

.loading span:nth-child(1) {
  transition-delay: 40ms;
}

.loading span:nth-child(2) {
  transition-delay: 0.14s;
}

.loading span:nth-child(3) {
  transition-delay: 0.24s;
}

.loading span:nth-child(4) {
  transition-delay: 0.34s;
}

.loading span:nth-child(5) {
  transition-delay: 0.44s;
}

.loading span:nth-child(6) {
  transition-delay: 0.54s;
}

.loading span:nth-child(7) {
  transition-delay: 0.64s;
}

.loading span:nth-child(8) {
  transition-delay: 0.74s;
}

.loading span:nth-child(9) {
  transition-delay: 0.84s;
  margin-left: 1em;
}
@media (max-width: 480px) {
  .loading span:nth-child(9) {
    margin-left: 0.75em;
  }
}

.loading span:nth-child(10) {
  transition-delay: 0.94s;
}

.loading span:nth-child(11) {
  transition-delay: 1.04s;
}

.loading span:nth-child(12) {
  transition-delay: 1.14s;
}

.loading span:nth-child(13) {
  transition-delay: 1.24s;
}

.loading span:nth-child(14) {
  transition-delay: 1.34s;
}

.loading span:nth-child(15) {
  transition-delay: 1.44s;
}

.loading .loading__inner .blueImg {
  position: absolute;
  z-index: 10;
  width: 19.83%;
  left: 27.79%;
  bottom: -19.86vw;
}
@media (max-width: 480px) {
  .loading .loading__inner .blueImg {
    width: 42.6%;
    left: -2px;
    bottom: -76px;
    z-index: 20;
  }
}
.loading .loading__inner .yellowImg {
  position: absolute;
  z-index: 10;
  width: 45.01%;
  left: -12.64%;
  top: -2.22vw;
}
@media (max-width: 480px) {
  .loading .loading__inner .yellowImg {
    width: 96.2%;
    left: -49.8%;
    top: -58px;
  }
}
.loading .loading__inner .pinkImg {
  position: absolute;
  z-index: 10;
  width: 39.11%;
  right: 26.39%;
  top: -4.58vw;
}
@media (max-width: 480px) {
  .loading .loading__inner .pinkImg {
    width: 84.2%;
    right: -10.5%;
    top: 21px;
    z-index: 20;
  }
}
.loading .loading__inner .greenImg {
  position: absolute;
  z-index: 10;
  width: 42.73%;
  right: -12.92%;
  bottom: -1.85vw;
}
@media (max-width: 480px) {
  .loading .loading__inner .greenImg {
    width: 91.4%;
    right: -32.2%;
    bottom: -12px;
    z-index: 20;
  }
}

.mainBgInner {
  width: 100%;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
}
@media (max-width: 480px) {
  .mainBgInner {
    display: none;
    height: auto;
  }
}
.mainBgInner .video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.mainBgInner .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.mainBgInner .bg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.mainBgInner .bg figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.mainBgInner .bg figure::before {
  content: "";
  display: block;
  padding-top: 55.03%;
}
.mainBgInner .bg figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.mainBgInner .logo {
  position: absolute;
  top: 50%;
  left: 11.81%;
  transform: translateY(-50%);
}
.mainBgInner .logo figure img {
  filter: brightness(0) invert(1);
}

#wrapper {
  max-width: 500px;
  margin-right: 10.28%;
  margin-left: auto;
  width: 100%;
  height: 100%;
  background: #E9E4DB;
  overflow-x: clip;
  position: relative;
  z-index: 5;
}
@media (max-width: 1024px) {
  #wrapper {
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  #wrapper {
    margin-top: -100dvh;
  }
}
@media (min-width: 481px) {
  #wrapper.wrapper {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media (min-width: 481px) {
  #wrapper.wrapper.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}

h2.sttl {
  font-size: 6.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
  font-family: "Josefin Sans", sans-serif;
}
@media (max-width: 480px) {
  h2.sttl {
    font-size: 5rem;
  }
}

.descBox .descInner {
  width: 92%;
  margin: 0 auto;
}
.descBox .descInner p.ttl {
  font-size: 2.7rem;
  line-height: 1.7407407407;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  .descBox .descInner p.ttl {
    font-size: 2.2rem;
  }
}
.descBox .descInner .textBox {
  margin-top: 30px;
}
.descBox .descInner .textBox p {
  font-size: 1.7rem;
  line-height: 2.2941176471;
  letter-spacing: 0.025em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  .descBox .descInner .textBox p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.descBox .descInner .textBox p + p {
  margin-top: 2em;
}

.moreBtn {
  height: 80px;
  line-height: 80px;
}
@media (max-width: 480px) {
  .moreBtn {
    height: 60px;
    line-height: 60px;
  }
}
.moreBtn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  border-radius: 12px;
}
.moreBtn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transition: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1.26);
  transition: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1.26);
  border-radius: 16px;
}
.moreBtn a::before {
  content: "";
  display: block;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  width: 5px;
  height: 10px;
}
.moreBtn a span {
  font-size: 1.9rem;
  line-height: 2;
  letter-spacing: 0.085em;
  position: relative;
  z-index: 5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  .moreBtn a span {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}
.moreBtn a:hover::after {
  transform: scale(1.05);
}
.moreBtn.green a::after {
  background: #497D7A;
}
.moreBtn.green a span {
  color: #fff;
}
.moreBtn.white a::after {
  background: #FFFEFA;
}
.moreBtn.white a::before {
  filter: invert(1);
}
.moreBtn.white a span {
  color: #3F3832;
}

.movie_sp {
  display: none;
  position: relative;
  height: 100dvh;
  width: 100%;
  transition: opacity 0.3s ease;
  opacity: 1;
  visibility: visible;
  z-index: 50;
}
@media (max-width: 480px) {
  .movie_sp {
    display: block;
  }
  .movie_sp.is-hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
.movie_sp .video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.movie_sp .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.movie_sp figure.bg {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.movie_sp figure.bg::before {
  content: "";
  display: block;
  padding-top: 167.8%;
}
.movie_sp figure.bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.movie_sp .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70.2%;
}
.movie_sp .logo figure img {
  filter: brightness(0) invert(1);
}

#fv {
  padding: 140px 0 100px;
}
@media (max-width: 480px) {
  #fv {
    padding: 220px 0 100px;
  }
}
#fv .bottle {
  max-width: 439px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #fv .bottle {
    width: 90%;
  }
}
#fv .bottle.blur {
  position: relative;
  margin-left: -68%;
  margin-top: -260px;
  max-width: 543px;
}
@media (max-width: 480px) {
  #fv .bottle.blur {
    max-width: 439px;
    margin-left: -240px;
    margin-top: -200px;
    width: 100%;
  }
}
#fv .bottle.blur picture {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
#fv .bottle.blur picture::before {
  content: "";
  display: block;
  padding-top: 117.02%;
}
#fv .bottle.blur picture source,
#fv .bottle.blur picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#fv .descBox {
  margin: -300px auto 0 70px;
}
@media (max-width: 480px) {
  #fv .descBox {
    margin: -240px auto 0 50px;
  }
}
#fv .descBox p.ttl {
  font-size: 2.7rem;
  line-height: 1.7407407407;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  #fv .descBox p.ttl {
    font-size: 2.2rem;
  }
}
#fv .descBox .textBox {
  margin-top: 50px;
}
#fv .descBox .textBox p {
  font-size: 1.7rem;
  line-height: 2.2941176471;
  letter-spacing: 0.025em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  #fv .descBox .textBox p {
    font-size: 1.4rem;
  }
}
#fv .descBox .textBox p + p {
  margin-top: 2em;
}
#fv .moreBtn {
  margin: 80px auto 0;
  max-width: 400px;
  width: 80%;
}
@media (max-width: 480px) {
  #fv .moreBtn {
    width: 85%;
  }
}

#features {
  padding: 90px 0 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#features.active {
  background: #FFFEFA;
}
#features h2.sttl {
  color: #E9E4DB;
}
#features .descBox .imgBox {
  margin-bottom: 50px;
}
#features .descBox .imgBox picture {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
#features .descBox .imgBox picture::before {
  content: "";
  display: block;
  padding-top: 144.87%;
}
#features .descBox .imgBox picture source,
#features .descBox .imgBox picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#features .descBox + .descBox {
  margin-top: 75px;
}
#features .numberArea {
  margin-top: 80px;
}
#features .numberArea .numberBox .numberBoxTrigger {
  position: relative;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin {
  background-color: #E9E4DB;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList {
  height: 800vh;
  position: relative;
  will-change: transform;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem {
  height: 200vh;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem.active {
  z-index: 2;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem .descBox {
  padding: 120px 0 80px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 50%;
  width: 100%;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 480px) {
  #features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem .descBox {
    padding: 110px 0 40px;
    width: 88%;
    display: block;
  }
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem .descBox .imgBox {
  position: relative;
  width: 100%;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem .descBox .imgBox span.num {
  position: absolute;
  top: -110px;
  left: -40px;
  display: block;
  font-size: 16.8rem;
  line-height: 1.1;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  z-index: 5;
}
@media (max-width: 480px) {
  #features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem .descBox .imgBox span.num {
    font-size: 11rem;
    top: -60px;
    left: -30px;
  }
}
@media (max-width: 480px) {
  #features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem .descBox .imgBox {
    margin-bottom: 20px;
  }
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem .descBox .imgBox picture {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 9999px;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem .descBox .imgBox picture::before {
  content: "";
  display: block;
  padding-top: 58.18%;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem .descBox .imgBox picture source,
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem .descBox .imgBox picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem .descBox p.ttl {
  position: relative;
  z-index: 50;
}
@media (max-width: 480px) {
  #features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem .descBox p.ttl {
    line-height: 1.6;
  }
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem .descBox .textBox {
  position: relative;
  z-index: 50;
}
@media (max-width: 480px) {
  #features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem .descBox .textBox {
    margin-top: 15px;
  }
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem .descBox .textBox p {
  line-height: 2;
}
@media (max-width: 480px) {
  #features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem .descBox .textBox p {
    line-height: 1.7;
  }
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem:nth-child(1) {
  background: #F8E6E0;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem:nth-child(1) .descInner {
  position: relative;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem:nth-child(1) .descInner .pinkImg {
  width: 42.5%;
  top: -15px;
  right: 0;
  position: absolute;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem:nth-child(2) {
  background: #EDE6C4;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem:nth-child(2) .descInner {
  position: relative;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem:nth-child(2) .descInner .yellowImg {
  width: 44.32%;
  top: -70px;
  right: -20px;
  position: absolute;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem:nth-child(3) {
  background: #DAE3E9;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem:nth-child(3) .descInner {
  position: relative;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem:nth-child(3) .descInner .blueImg {
  width: 19.77%;
  top: -80px;
  right: 5px;
  position: absolute;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem:nth-child(4) {
  background: #D2E3D2;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem:nth-child(4) .descInner {
  position: relative;
}
#features .numberArea .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList .numberBoxItem:nth-child(4) .descInner .greenImg {
  width: 38.15%;
  top: -80px;
  right: 0px;
  position: absolute;
}
#features .numberArea.active .numberBox .numberBoxTrigger .numberBoxPin .numberBoxClip .numberBoxList li.numberBoxItem:nth-child(1) {
  background: #F8E6E0;
}

#product {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
#product.active {
  background: #E9E4DB;
}
#product .infoArea {
  padding: 100px 0 0;
}
#product .infoArea .infoAreaInner .descBox {
  position: relative;
  width: 100%;
  padding: 50px 11.36%;
}
@media (max-width: 480px) {
  #product .infoArea .infoAreaInner .descBox {
    padding: 40px 7%;
  }
}
#product .infoArea .infoAreaInner .descBox .ttlBox {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#product .infoArea .infoAreaInner .descBox .ttlBox .ttl {
  font-size: 2.3rem;
  line-height: 1.7391304348;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  #product .infoArea .infoAreaInner .descBox .ttlBox .ttl {
    font-size: 1.9rem;
  }
}
@media (max-width: 480px) {
  #product .infoArea .infoAreaInner .descBox .ttlBox .characterImg {
    width: 110px;
  }
}
#product .infoArea .infoAreaInner .descBox .textBox {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  #product .infoArea .infoAreaInner .descBox .textBox {
    margin-top: 15px;
  }
}
#product .infoArea .infoAreaInner .descBox .textBox p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  #product .infoArea .infoAreaInner .descBox .textBox p {
    font-size: 1.3rem;
    font-feature-settings: "palt";
    line-height: 1.8;
  }
}
#product .infoArea .infoAreaInner .descBox .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 480px) {
  #product .infoArea .infoAreaInner .descBox .bg {
    width: 100%;
  }
}
@media (max-width: 390px) {
  #product .infoArea .infoAreaInner .descBox .bg {
    width: 110%;
  }
}
#product .infoArea .infoAreaInner .descBox .bg figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
#product .infoArea .infoAreaInner .descBox .bg figure::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#product .infoArea .infoAreaInner .descBox .bg figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#product #products {
  padding-top: 95px;
}
#product h2.sttl {
  color: #fff;
}
#product .ingredientArea {
  margin-top: 80px;
}
#product .ingredientArea .descBox .textBox p {
  line-height: 2;
}
@media (max-width: 480px) {
  #product .ingredientArea .descBox .textBox {
    line-height: 1.8;
  }
}
#product .ingredientArea .descBox p.note {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: -0.015em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  #product .ingredientArea .descBox p.note {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
#product .ingredientArea .imgBox {
  margin-top: 35px;
  width: 100%;
}
#product .ingredientArea .imgBox picture {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
#product .ingredientArea .imgBox picture::before {
  content: "";
  display: block;
  padding-top: 95.2%;
}
#product .ingredientArea .imgBox picture source,
#product .ingredientArea .imgBox picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#product .potencyArea {
  margin-top: 80px;
}
#product .potencyArea .descBox .textBox p {
  line-height: 2;
}
@media (max-width: 480px) {
  #product .potencyArea .descBox .textBox p {
    line-height: 1.8;
  }
}
#product .potencyArea .imgBox {
  margin-top: 35px;
  padding: 35px 0;
  width: 100%;
  background: #FFFEFA;
}
#product .potencyArea .imgBox .descInner {
  width: 92%;
  margin: 0 auto;
}
#product .potencyArea .imgBox figure {
  margin-top: 40px;
  text-align: center;
}
#product .potencyArea .imgBox p {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  #product .potencyArea .imgBox p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
#product .potencyArea .border {
  border: solid 3px #FFFEFA;
  border-radius: 30px;
  padding: 25px 40px;
  margin-top: 35px;
}
#product .potencyArea .border p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 480px) {
  #product .potencyArea .border p {
    line-height: 1.8;
  }
}
@media (max-width: 480px) {
  #product .potencyArea .border {
    padding: 20px 25px;
  }
  #product .potencyArea .border p {
    font-size: 1.4rem;
  }
}
#product .voiceArea {
  margin-top: 70px;
  padding-bottom: 50px;
}
#product .voiceArea .descBox .textBox p {
  line-height: 2;
}
@media (max-width: 480px) {
  #product .voiceArea .descBox .textBox p {
    line-height: 1.8;
  }
}

#voice {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 70px 0;
}
#voice.active {
  background: #FFFEFA;
}
#voice .voiceArea ul li {
  max-width: 400px;
  width: 80%;
  margin: 0 auto;
  gap: 7.5%;
}
#voice .voiceArea ul li .imgBox {
  width: 40%;
}
#voice .voiceArea ul li .imgBox figure {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
#voice .voiceArea ul li .imgBox figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#voice .voiceArea ul li .imgBox p.info {
  width: 132px;
  height: 35px;
  line-height: 35px;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  border-radius: 17.5px;
  background: #E9E4DB;
  text-align: center;
  margin: 20px auto 0;
}
@media (max-width: 480px) {
  #voice .voiceArea ul li .imgBox p.info {
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
  }
}
#voice .voiceArea ul li .textBox {
  width: 52.5%;
}
#voice .voiceArea ul li .textBox p.ttl {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  #voice .voiceArea ul li .textBox p.ttl {
    font-size: 1.7rem;
    font-feature-settings: "palt";
  }
}
#voice .voiceArea ul li .textBox p.text {
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  #voice .voiceArea ul li .textBox p.text {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-top: 10px;
  }
}
#voice .voiceArea ul li + li {
  margin-top: 60px;
}

#how {
  margin-top: 70px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 80px 0 100px;
}
#how.active {
  background: #E9E4DB;
}
#how .descBox .descInner h2.sttl {
  color: #FFFEFA;
  text-align: left;
  margin-bottom: 40px;
}
#how .descBox .descInner .textBox p {
  line-height: 2;
}
@media (max-width: 480px) {
  #how .descBox .descInner .textBox p {
    line-height: 1.8;
  }
}
#how .mainImgArea {
  max-width: 400px;
  width: 80%;
  margin: 50px auto 0;
}
#how .mainImgArea ul li picture {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}
#how .mainImgArea ul li picture::before {
  content: "";
  display: block;
  padding-top: 71.11%;
}
#how .mainImgArea ul li picture source,
#how .mainImgArea ul li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#how .mainImgArea ul li p {
  font-size: 2rem;
  line-height: 1.65;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-left: 0.5em;
  margin-top: 10px;
}
@media (max-width: 480px) {
  #how .mainImgArea ul li p {
    font-size: 1.7rem;
  }
}
#how .mainImgArea ul li + li {
  margin-top: 50px;
}
#how .subImgArea {
  margin: 60px auto 0;
  max-width: 400px;
  width: 80%;
}
#how .subImgArea ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  row-gap: 40px;
}
#how .subImgArea ul li {
  width: 47.5%;
}
#how .subImgArea ul li figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
}
#how .subImgArea ul li figure::before {
  content: "";
  display: block;
  padding-top: 71.58%;
}
#how .subImgArea ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#how .subImgArea ul li p {
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 6px;
}
@media (max-width: 480px) {
  #how .subImgArea ul li p {
    font-size: 1.2rem;
  }
}
#how .ctaBox {
  margin-top: 90px;
}

#identity {
  padding: 90px 0 95px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#identity.active {
  background: #C1BEBA;
}
#identity .descBox .descInner h2.sttl {
  color: #FFFEFA;
  text-align: left;
}
#identity .descBox .descInner p.subTtl {
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  #identity .descBox .descInner p.subTtl {
    font-size: 1.7rem;
  }
}
#identity .imgBox {
  margin-top: 40px;
}
#identity .imgBox picture {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
#identity .imgBox picture::before {
  content: "";
  display: block;
  padding-top: 95.2%;
}
#identity .imgBox picture source,
#identity .imgBox picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#identity .imgBox p.text {
  margin: 45px auto 0;
  max-width: 400px;
  width: 80%;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  #identity .imgBox p.text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
#identity .messageBox {
  margin: 55px auto 0;
  max-width: 400px;
  width: 80%;
}
#identity .messageBox picture {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}
#identity .messageBox picture::before {
  content: "";
  display: block;
  padding-top: 81.41%;
}
#identity .messageBox picture source,
#identity .messageBox picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#identity .messageBox p.text {
  margin-top: 45px;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  #identity .messageBox p.text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

#faq {
  padding: 90px 0 0;
}
#faq .descBox .descInner h2.sttl {
  color: #FFFEFA;
  text-align: left;
}
#faq .descBox ul {
  margin-top: 40px;
}
#faq .descBox ul li {
  background: #FFFEFA;
  border-radius: 30px;
  padding: 35px 10%;
}
#faq .descBox ul li p.question {
  padding-left: 1.5em;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #EB9994;
}
#faq .descBox ul li p.question::before {
  content: "Q.";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #EB9994;
}
@media (max-width: 480px) {
  #faq .descBox ul li p.question::before {
    font-size: 1.7rem;
  }
}
@media (max-width: 480px) {
  #faq .descBox ul li p.question {
    font-size: 1.7rem;
  }
}
#faq .descBox ul li p.answer {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  #faq .descBox ul li p.answer {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
#faq .descBox ul li + li {
  margin-top: 30px;
}

.ctaBox {
  position: relative;
  background: #E9E4DB;
}
.ctaBox.beige .ctaInner {
  position: relative;
}
.ctaBox.beige .ctaInner::before {
  content: "";
  display: block;
  position: absolute;
  background: #D3CAB7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ctaBox.pink {
  margin-top: 40px;
}
.ctaBox.pink .ctaInner {
  position: relative;
}
.ctaBox.pink .ctaInner::before {
  content: "";
  display: block;
  position: absolute;
  background: #D3CAB7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ctaBox.pink .ctaInner .textBox .priceArea {
  justify-content: center;
}
.ctaBox.pink .ctaInner .textBox .priceArea p.gram {
  align-self: end;
}
.ctaBox .ctaInner {
  border-radius: 50px;
  overflow: hidden;
  padding: 60px 7.95% 70px;
}
.ctaBox p.read {
  text-align: center;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
  font-feature-settings: "palt";
}
@media (max-width: 480px) {
  .ctaBox p.read {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
}
.ctaBox p.set {
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
  border: 1px solid #FFFEFA;
  border-radius: 22px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-bottom: 40px;
  color: #FFFEFA;
}
@media (max-width: 480px) {
  .ctaBox p.set {
    font-size: 1.3rem;
    font-feature-settings: "palt";
    margin-bottom: 30px;
  }
}
.ctaBox p.message {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  max-width: 354px;
  width: 94.4%;
  margin: 0 auto 30px;
}
@media (max-width: 480px) {
  .ctaBox p.message {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.ctaBox .imgBox {
  margin-bottom: 30px;
}
.ctaBox .imgBox picture {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}
.ctaBox .imgBox picture::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ctaBox .imgBox picture source,
.ctaBox .imgBox picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.ctaBox .textBox {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  .ctaBox .textBox {
    margin-bottom: 40px;
  }
}
.ctaBox .textBox p.name {
  text-align: center;
  margin-bottom: 20px;
}
.ctaBox .textBox p.name span {
  display: block;
}
.ctaBox .textBox p.name span.sub {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  .ctaBox .textBox p.name span.sub {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.ctaBox .textBox p.name span.main {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  .ctaBox .textBox p.name span.main {
    font-size: 1.7rem;
  }
}
.ctaBox .textBox .priceArea {
  margin-left: 40px;
  gap: 20px;
}
@media (max-width: 480px) {
  .ctaBox .textBox .priceArea {
    margin-left: 0;
    gap: 15px;
  }
}
.ctaBox .textBox .priceArea p.first {
  border: 1px solid #FFFEFA;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 60px;
  position: relative;
}
@media (max-width: 480px) {
  .ctaBox .textBox .priceArea p.first {
    width: 90px;
    height: 60px;
  }
}
.ctaBox .textBox .priceArea p.first span {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: block;
  color: #FFFEFA;
}
.ctaBox .textBox .priceArea p.gram span {
  font-size: 1.2rem;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: block;
  font-weight: 900;
}
@media (max-width: 480px) {
  .ctaBox .textBox .priceArea .priceBox p.price {
    font-feature-settings: "palt";
  }
}
.ctaBox .textBox .priceArea .priceBox p.price span {
  display: inline-flex;
  align-items: flex-end;
}
.ctaBox .textBox .priceArea .priceBox p.price span.num {
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  .ctaBox .textBox .priceArea .priceBox p.price span.num {
    font-size: 2.8rem;
  }
}
.ctaBox .textBox .priceArea .priceBox p.price span.yen {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-indent: 8px;
}
@media (max-width: 480px) {
  .ctaBox .textBox .priceArea .priceBox p.price span.yen {
    font-size: 1.7rem;
    text-indent: 3px;
  }
}
.ctaBox .textBox .priceArea .priceBox p.price span.tax {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-indent: -5px;
}
@media (max-width: 480px) {
  .ctaBox .textBox .priceArea .priceBox p.price span.tax {
    font-size: 1.2rem;
    text-indent: 0px;
  }
}
.ctaBox .textBox .priceArea .priceBox p.base {
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .ctaBox .textBox .priceArea .priceBox p.base {
    font-size: 1.2rem;
    font-feature-settings: "palt";
  }
}
.ctaBox .textBox .priceArea .priceBox p.base span.tax {
  text-indent: -3px;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .ctaBox .textBox .priceArea .priceBox p.base span.tax {
    text-indent: 0px;
  }
}
.ctaBox .regularBtn {
  margin-top: 30px;
}
.ctaBox .regularBtn a {
  display: block;
  width: 94.4%;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(90deg, transparent 33.3333333333%, currentColor 0 100%, transparent 0) var(--d, 100%) 100%/200% 1px repeat-x;
  transition: none;
}
.ctaBox .regularBtn a span {
  font-size: 1.5rem;
  line-height: 2.0666666667;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  .ctaBox .regularBtn a span {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.ctaBox .regularBtn a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  width: 5px;
  height: 10px;
  filter: invert(1);
}
.ctaBox .regularBtn a:hover {
  --d: -100%;
  transition: 1.6s;
}