@charset "UTF-8";
/**************************************/
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 10rem;
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
  font-size: 1.6rem;
  color: #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 2;
  width: 100%;
}
@media (max-width: 834px) {
  body {
    font-size: 1.5rem;
    font-weight: 400;
  }
}

/* -------------------------
 * フォント
 * ------------------------- */
.ff-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.ff-lato {
  font-family: "Lato", sans-serif;
}

.ff-shippori {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

.ff-aboreto {
  font-family: "Aboreto", system-ui;
}

.ff-cinzel {
  font-family: "Cinzel", serif;
}

/* -------------------------
 * フォントサイズのroot
 * ------------------------- */
:root {
  --f10: clamp(1rem, 0.4vw, 1rem);
  --f11: clamp(1rem, 0.4vw, 1.1rem);
  --f12: clamp(1rem, 0.5vw, 1.2rem);
  --f13: clamp(1rem, 0.6vw, 1.3rem);
  --f14: clamp(1.4rem, 0.7vw, 1.4rem);
  --f15: clamp(1.4rem, 0.8vw, 1.5rem);
  --f16: clamp(1.4rem, 0.9vw, 1.6rem);
  --f17: clamp(1.4rem, 1vw, 1.7rem);
  --f18: clamp(1.6rem, 1vw, 1.8rem);
  --f19: clamp(1.6rem, 1.1vw, 1.9rem);
  --f20: clamp(1.6rem, 1.2vw, 2rem);
  --f21: clamp(1.6rem, 1.3vw, 2.1rem);
  --f22: clamp(1.6rem, 1.5vw, 2.4rem);
  --f23: clamp(1.8rem, 1.4vw, 2.3rem);
  --f24: clamp(1.8rem, 1.5vw, 2.4rem);
  --f25: clamp(1.8rem, 1.55vw, 2.5rem);
  --f26: clamp(1.8rem, 1.6vw, 2.6rem);
  --f27: clamp(1.8rem, 1.65vw, 2.7rem);
  --f28: clamp(1.8rem, 1.7vw, 2.8rem);
  --f29: clamp(1.8rem, 1.8vw, 2.9rem);
  --f30: clamp(1.8rem, 1.9vw, 3rem);
  --f31: clamp(1.8rem, 1.95vw, 3.1rem);
  --f32: clamp(1.8rem, 2vw, 3.2rem);
  --f33: clamp(2rem, 2.05vw, 3.3rem);
  --f34: clamp(2rem, 2.1vw, 3.4rem);
  --f35: clamp(2rem, 2.15vw, 3.5rem);
  --f36: clamp(2rem, 2.2vw, 3.6rem);
  --f37: clamp(2rem, 2.25vw, 3.7rem);
  --f38: clamp(2rem, 2.3vw, 3.8rem);
  --f39: clamp(2rem, 2.35vw, 3.9rem);
  --f40: clamp(2rem, 2.4vw, 4rem);
  --f41: clamp(2rem, 2.5vw, 4.1rem);
  --f42: clamp(2rem, 2.6vw, 4.2rem);
  --f43: clamp(2rem, 2.65vw, 4.3rem);
  --f44: clamp(2rem, 2.7vw, 4.4rem);
  --f45: clamp(2rem, 2.75vw, 4.5rem);
  --f46: clamp(2rem, 2.8vw, 4.6rem);
  --f47: clamp(2rem, 2.85vw, 4.7rem);
  --f48: clamp(2rem, 2.9vw, 4.8rem);
  --f49: clamp(2.5rem, 2.95vw, 4.9rem);
  --f50: clamp(3rem, 3vw, 5rem);
  --f51: clamp(3rem, 3.05vw, 5.1rem);
  --f52: clamp(3rem, 3.2vw, 5.2rem);
  --f53: clamp(3rem, 3.2vw, 5.3rem);
  --f54: clamp(3rem, 3.25vw, 5.4rem);
  --f55: clamp(3rem, 3.3vw, 5.5rem);
  --f56: clamp(3rem, 3.35vw, 5.6rem);
  --f57: clamp(3rem, 3.4vw, 5.7rem);
  --f58: clamp(3rem, 3.45vw, 5.8rem);
  --f59: clamp(3rem, 3.5vw, 5.9rem);
  --f60: clamp(3rem, 3.6vw, 6rem);
  --f61: clamp(3rem, 3.65vw, 6.1rem);
  --f62: clamp(3rem, 3.7vw, 6.2rem);
  --f63: clamp(3rem, 3.75vw, 6.3rem);
  --f64: clamp(3rem, 3.8vw, 6.4rem);
  --f65: clamp(3rem, 3.85vw, 6.5rem);
  --f66: clamp(3rem, 3.9vw, 6.6rem);
  --f67: clamp(3rem, 3.95vw, 6.7rem);
  --f68: clamp(3rem, 4vw, 6.8rem);
  --f69: clamp(3rem, 4.05vw, 6.9rem);
  --f70: clamp(3rem, 4.1vw, 7rem);
  --f71: clamp(3rem, 4.2vw, 7.1rem);
  --f72: clamp(3rem, 4.3vw, 7.2rem);
  --f73: clamp(3rem, 4.35vw, 7.3rem);
  --f74: clamp(3rem, 4.4vw, 7.4rem);
  --f75: clamp(3rem, 4.45vw, 7.5rem);
  --f76: clamp(3rem, 4.5vw, 7.6rem);
  --f77: clamp(3rem, 4.55vw, 7.7rem);
  --f78: clamp(3rem, 4.6vw, 7.8rem);
  --f79: clamp(3rem, 4.65vw, 7.9rem);
  --f80: clamp(3rem, 4.7vw, 8rem);
  --f81: clamp(3rem, 4.8vw, 8.1rem);
  --f82: clamp(3rem, 4.85vw, 8.2rem);
  --f83: clamp(3rem, 4.9vw, 8.3rem);
  --f84: clamp(3rem, 4.95vw, 8.4rem);
  --f85: clamp(3rem, 5vw, 8.5rem);
  --f86: clamp(3rem, 5.1vw, 8.6rem);
  --f87: clamp(3rem, 5.2vw, 8.7rem);
  --f88: clamp(3rem, 5.3vw, 8.8rem);
  --f89: clamp(3rem, 5.4vw, 8.9rem);
  --f90: clamp(3rem, 5.5vw, 9rem);
}

/* -------------------------
 * アニメーション
 * ------------------------- */
.loadin {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.loadin.show {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.loadin01 {
  opacity: 0;
  -webkit-transition: all 1.5s 0.5s;
  transition: all 1.5s 0.5s;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.loadin01.show {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.loadin02 {
  opacity: 0;
  -webkit-transition: all 1.5s 1.5s;
  transition: all 1.5s 1.5s;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.loadin02.show {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.loadin03 {
  opacity: 0;
  -webkit-transition: all 1.5s 2.5s;
  transition: all 1.5s 2.5s;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.loadin03.show {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.fadein.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

/* -------------------------
 * インナー幅、余白
 * ------------------------- */
.inner--1100 {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.inner--1300 {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 834px) {
  .sec {
    padding-block: 5rem !important;
  }
}

/* -------------------------
 * 改行
 * ------------------------- */
.br-sp {
  display: none;
}
@media (max-width: 834px) {
  .br-sp {
    display: block;
  }
}

.no-br-sp {
  display: block;
}
@media (max-width: 834px) {
  .no-br-sp {
    display: none;
  }
}

/* -------------------------
 * ヘッダー
 * ------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 2rem;
}

.header__logo {
  width: 20rem;
  height: auto;
  display: block;
  position: relative;
  z-index: 999;
}

.header__logo__img {
  width: 100%;
  height: auto;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media (max-width: 834px) {
  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

@media (max-width: 834px) {
  .header__nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    z-index: -1;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, background-color 0.4s ease, z-index 0s 0.4s;
    transition: opacity 0.4s ease, visibility 0.4s ease, background-color 0.4s ease, z-index 0s 0.4s;
    margin: 0;
    padding: 15rem 2rem 2rem;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #000;
  }
}
.header__nav.is-active {
  opacity: 1;
  visibility: visible;
  background: #fff;
  z-index: 99;
}

.header__nav-link {
  font-size: var(--f18);
  line-height: 1.4;
}

.header__nav-item,
.footer__nav-item {
  text-align: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100px;
  line-height: 1;
  padding: 2.8rem min(5%, 6rem);
}

.header__logo {
  width: 9.4rem;
  height: auto;
}

/* -------------------------
 * main の固定背景
 * ------------------------- */
/* -------------------------
 * MV
 * ------------------------- */
.mv {
  position: relative;
  min-height: 550vh;
  overflow: hidden;
}

.mv__mask {
  position: fixed;
  inset: 0;
  background-color: #5b689a;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: -1;
}

.mv__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/mv_bg.webp) no-repeat center bottom 21%;
  background-size: cover;
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: filter 0.3s ease, opacity 0.3s ease;
  transition: filter 0.3s ease, opacity 0.3s ease, -webkit-filter 0.3s ease;
  z-index: -1;
  will-change: filter, opacity;
}
@media (max-width: 1599px) {
  .mv__background {
    background: url("../img/mv_bg.webp") no-repeat center bottom;
    background-size: cover;
  }
}
@media (max-width: 834px) and (max-width: 1200px) {
  .mv__background {
    background: url(../img/mv_bg-sp.webp) no-repeat center top/cover;
  }
}

.mv__container {
  padding-top: 10rem;
  aspect-ratio: 1680/1160;
  position: relative;
}
@media (max-width: 1200px) {
  .mv__container {
    aspect-ratio: 752/1645;
  }
}

.mv__copy {
  position: fixed;
  top: 29%;
  right: 28.5%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: var(--f32);
  color: #454545;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .mv__copy {
    right: unset;
    left: 71%;
    top: 40%;
    font-size: 5rem;
  }
}
@media (max-width: 834px) {
  .mv__copy {
    font-size: clamp(2rem, 4.8vw, 4rem);
    left: 77vw;
  }
}
@media (max-width: 834px) {
  .mv__copy.loadin01 {
    -webkit-transition: all 1.5s 1.5s;
    transition: all 1.5s 1.5s;
  }
}

.mv__copy-annotation {
  position: relative;
}

.mv__copy-annotation-mark {
  letter-spacing: 0.08em;
  font-size: 0.4em;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  position: absolute;
  top: 0.5em;
  right: -1.3em;
}
@media (max-width: 499px) {
  .mv__copy-annotation-mark {
    right: -1em;
  }
}

.mv__annotation-text {
  color: #fff;
  font-size: var(--f12);
  font-weight: 300;
  position: fixed;
  right: 5%;
  bottom: 4rem;
}
@media (max-width: 1200px) {
  .mv__annotation-text {
    bottom: 1rem;
  }
}

.mv__info {
  max-width: 52.7rem;
  width: 31%;
  min-width: 40rem;
  position: fixed;
  bottom: 15%;
  left: 9%;
  display: grid;
  grid-template-columns: 65.5% 31%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .mv__info {
    left: 50%;
    top: 5%;
    top: 8%;
    bottom: unset;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
    max-width: none;
    min-width: auto;
    width: 68%;
  }
}

.mv__info.is-scrolled,
.mv__copy.is-scrolled,
.mv__annotation-text.is-scrolled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

.mv__info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 1200px) {
  .mv__info-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mv__product-name-img {
  max-width: 33rem;
  width: 90%;
}
@media (max-width: 1200px) {
  .mv__product-name-img {
    max-width: none;
  }
}

.mv__decoration-area {
  width: 100%;
}

.mv__decoration {
  color: #7093b2;
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  max-width: 37.4rem;
}
@media (max-width: 1399px) {
  .mv__decoration {
    font-size: max(2rem, 1.5vw);
  }
}
@media (max-width: 834px) {
  .mv__decoration {
    font-size: 4vw;
  }
}
.mv__decoration::before {
  background: url(../img/mv_text-decoration.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  aspect-ratio: 374/48;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.mv__decoration sup {
  font-size: 0.6em;
  position: relative;
  top: -0.55em;
}

.mv__decoration-annotation-text {
  font-size: 1.2rem;
  text-align: center;
  color: #7093b2;
  margin-top: 1rem;
}
@media (max-width: 1200px) {
  .mv__decoration-annotation-text {
    margin-top: 0;
  }
}

.mv__info-right {
  max-width: 14.3rem;
  margin-top: 27%;
}
@media (max-width: 1200px) {
  .mv__info-right {
    position: absolute;
    margin-top: 0;
    top: 105%;
    left: -15%;
    max-width: none;
    width: 43%;
  }
}

/* -------------------------
 * intro
 * ------------------------- */
.intro {
  color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  padding: 50px;
  padding-inline: 5%;
  text-align: center;
  width: 100%;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.6s ease, -webkit-filter 0.6s ease;
  transition: opacity 0.6s ease, -webkit-filter 0.6s ease;
  transition: opacity 0.6s ease, filter 0.6s ease;
  transition: opacity 0.6s ease, filter 0.6s ease, -webkit-filter 0.6s ease;
}
@media (max-width: 834px) {
  .intro {
    top: 53%;
  }
}

.intro__lead {
  font-weight: 500;
  font-size: var(--f24);
  text-align: center;
}

.intro_ttl {
  font-weight: 500;
  font-size: var(--f48);
  margin-block: 1rem 5rem;
  text-align: center;
}
@media (max-width: 834px) {
  .intro_ttl {
    margin-block: 0rem 3rem;
    line-height: 1.6;
  }
}

.intro__body {
  text-align: center;
}
@media (max-width: 834px) {
  .intro__body {
    text-align: left;
  }
}

.intro__annotation-text {
  font-size: var(--f12);
}

/* -------------------------
 * summary
 * ------------------------- */
.summary {
  padding-block: 13rem 8rem;
  position: relative;
  z-index: 2;
  background: #fcfcfb;
}
@media (max-width: 834px) {
  .summary {
    padding-block: 7rem 1rem;
  }
}

.summary_bubble-bg {
  position: absolute;
  width: 60%;
  top: 15%;
  left: 0;
}
@media (max-width: 834px) {
  .summary_bubble-bg {
    width: 100%;
    top: 32%;
  }
}

.summary__inner {
  display: grid;
  grid-template-columns: 76fr 33fr;
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .summary__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.summary__lead {
  font-size: var(--f32);
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 834px) {
  .summary__lead {
    margin-bottom: 3rem;
  }
}
.summary__lead .strong {
  font-size: var(--f60);
  line-height: 1.6;
}

.summary__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 834px) {
  .summary__body-img {
    max-width: 50rem;
    width: 80%;
  }
}

/* -------------------------
 * summary feature
 * 炭酸泡を含んだミルクが
 * さっぱりとうるおい肌を整える
 * ------------------------- */
.summary__feature__content {
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  display: grid;
  grid-template-columns: 462fr 570fr;
  gap: 3rem 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .summary__feature__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateY(11%);
            transform: translateY(11%);
  }
}

.summary__feature-catch {
  font-size: var(--f32);
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media (max-width: 834px) {
  .summary__feature-catch {
    margin-bottom: 1.5rem;
  }
}

.summary__feature-img-area {
  position: relative;
}

.summary__feature-img--main {
  width: 84%;
  height: auto;
  margin-left: auto;
}

.summary__feature-img--sub {
  position: absolute;
  width: 35%;
  height: auto;
  left: -1%;
  bottom: -17%;
  border: 2px solid #fff;
  border-radius: 100vmax;
}

/* -------------------------
 * fact
 * エイジング肌に関する事実
 * ------------------------- */
.fact {
  padding-block: 35rem 11.5rem;
  background: #fcfcfb;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .fact {
    padding-block: 20rem 7rem;
  }
}
@media (max-width: 499px) {
  .fact {
    padding-top: 13rem;
  }
}
.fact::before {
  background: url(../img/fact_bg.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1658/1920;
  top: 5%;
  left: 0;
  z-index: -1;
}

.fact__intro {
  padding: 9.5rem 5% 7rem;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 27px 0 rgba(83, 88, 106, 0.03);
          box-shadow: 0 0 27px 0 rgba(83, 88, 106, 0.03);
  background-color: #fff;
  position: relative;
}
@media (max-width: 834px) {
  .fact__intro {
    padding: 7rem 5% 5rem;
  }
}
.fact__intro::after {
  background: url(../img/fact_intro-arrow.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 31.5%;
  aspect-ratio: 410/164;
  top: 98%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 834px) {
  .fact__intro::after {
    top: 98.5%;
  }
}
@media (max-width: 499px) {
  .fact__intro::after {
    top: 99%;
  }
}

.fact__intro-lead {
  text-align: center;
  position: relative;
  font-size: var(--f30);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.fact__intro-lead::before {
  background: url(../img/fact_intro-bubble.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  left: -52%;
  bottom: 28%;
  width: 47%;
  max-width: 17rem;
  height: auto;
  aspect-ratio: 172/72;
  z-index: 1;
}
@media (max-width: 834px) {
  .fact__intro-lead::before {
    left: -22%;
    bottom: 107%;
  }
}

.fact__intro-ttl {
  background: url(../img/fact_intro-ttl-bg.webp) 0 0/cover no-repeat;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--f48);
  text-align: center;
}
@media (max-width: 834px) {
  .fact__intro-ttl {
    line-height: 1.4;
    font-size: 2.8rem;
  }
}

.fact__intro-description {
  margin-block: 3rem 5.5rem;
  max-width: 75rem;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .fact__intro-description {
    margin-block: 2rem 3rem;
  }
}

.fact__intro-summary {
  max-width: 86rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 450fr 345fr;
  gap: 3rem 8%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .fact__intro-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fact__intro-graph-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fact__intro-graph-label {
  color: #fff;
  font-size: var(--f21);
  background-color: #959fc5;
  padding: 0rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.fact__intro-graph-note {
  font-size: var(--f10);
  color: #898989;
  margin-left: auto;
}
@media (max-width: 834px) {
  .fact__intro-graph-note {
    margin-left: 0;
  }
}

.fact__intro-graph-img {
  width: 100%;
  height: auto;
  margin-block: 1.5rem 2rem;
}
@media (max-width: 834px) {
  .fact__intro-graph-img {
    margin-top: 0;
  }
}

.fact__intro-message-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fact__intro-message-img {
  max-width: 24.7rem;
}
@media (max-width: 834px) {
  .fact__intro-message-img {
    width: 50%;
  }
}

.fact__intro-message-txt {
  padding: 3rem 10%;
  border-radius: 20px;
  background-color: #e7f2fb;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .fact__intro-message-txt {
    padding: 2rem 5%;
  }
}

/* -------------------------
 * 乾燥が進むと…
 * ------------------------- */
.fact__problem {
  padding: 4rem 5%;
  border-radius: 15px;
  background: #f0f1f8;
  margin-top: 4.5rem;
}
@media (max-width: 834px) {
  .fact__problem {
    margin-top: 3rem;
  }
}

.fact__problem-flex {
  display: grid;
  grid-template-columns: 351fr 522fr;
  gap: 2rem 9%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .fact__problem-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fact__problem-lead {
  font-size: var(--f21);
  line-height: 1.6;
}
@media (max-width: 834px) {
  .fact__problem-lead {
    text-align: center;
  }
}

.fact__problem-ttl {
  font-size: var(--f30);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
@media (max-width: 834px) {
  .fact__problem-ttl {
    text-align: center;
  }
}

@media (max-width: 834px) {
  .fact__problem-img {
    width: 100%;
  }
}

.fact__problem-trouble {
  position: relative;
  padding: 4.4rem 5% 4rem;
  border-bottom: 1px solid #cecfda;
  border-left: 1px solid #cecfda;
  border-right: 1px solid #cecfda;
  background-color: #fff;
  margin-top: 5rem;
  position: relative;
}
@media (max-width: 834px) {
  .fact__problem-trouble {
    margin-top: 4rem;
    padding-block: 3rem 2.4rem;
  }
}
.fact__problem-trouble::before, .fact__problem-trouble::after {
  background: #cecfda;
  content: "";
  display: inline-block;
  position: absolute;
  width: calc((100% - 280px) / 2);
  height: 0.1rem;
  top: 0;
  z-index: 0;
}
@media (max-width: 834px) {
  .fact__problem-trouble::before, .fact__problem-trouble::after {
    width: calc((100% - 220px) / 2);
  }
}
.fact__problem-trouble::before {
  left: 0;
}
.fact__problem-trouble::after {
  right: 0;
}

.fact__problem-trouble-ttl {
  width: 100%;
  font-size: 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6em;
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 834px) {
  .fact__problem-trouble-ttl {
    font-size: 1.6rem;
  }
}
.fact__problem-trouble-ttl::before, .fact__problem-trouble-ttl::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.1rem;
  background: #000;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.fact__problem-trouble-ttl::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.fact__problem-trouble-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
}
.fact__problem-trouble-list > li {
  border-radius: 5px;
  background-color: #e6c9d5;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 1rem 2.2rem 1.2rem;
}
@media (max-width: 834px) {
  .fact__problem-trouble-list > li {
    font-size: 1.3rem;
  }
}

/* -------------------------
 * 結論
 * ------------------------- */
.fact__conclusion {
  padding-top: 19rem;
}
@media (max-width: 834px) {
  .fact__conclusion {
    padding-top: 8rem;
  }
}
@media (max-width: 499px) {
  .fact__conclusion {
    padding-top: 6rem;
  }
}
@media (max-width: 399px) {
  .fact__conclusion {
    padding-top: 5rem;
  }
}

.fact__conclusion-flex-container {
  position: relative;
}
.fact__conclusion-flex-container::before {
  background: url(../img/fact_conclusion-bg-bubble.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 110.5%;
  aspect-ratio: 2974/1492;
  top: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 834px) {
  .fact__conclusion-flex-container::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.fact__conclusion-ttl {
  position: relative;
  line-height: 1.6;
  font-size: var(--f56);
  text-align: center;
  background: url(../img/fact_conclusion-ttl-bg.webp) 0 0/cover no-repeat;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 834px) {
  .fact__conclusion-ttl {
    font-size: 2.4rem;
  }
}

.fact__conclusion-ttl-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.fact__conclusion-label {
  position: absolute;
  z-index: 1;
  background: url(../img/fact_conclusion-ttl-mark.webp) no-repeat center center/cover;
  aspect-ratio: 231/100;
  width: 31%;
  max-width: 23.1rem;
  left: -16.5%;
  top: -8%;
  font-size: var(--f32);
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 834px) {
  .fact__conclusion-label {
    width: 12.3rem;
    position: static;
    display: grid;
    place-self: center;
  }
}

.fact__conclusion-description {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 834px) {
  .fact__conclusion-description {
    text-align: left;
  }
}

.fact__conclusion-flex {
  display: grid;
  grid-template-columns: 650fr 448fr;
  gap: 3rem 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14rem;
}
@media (max-width: 834px) {
  .fact__conclusion-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 6rem;
  }
}
@media (max-width: 499px) {
  .fact__conclusion-flex {
    margin-top: 4rem;
  }
}

@media (max-width: 834px) {
  .fact__conclusion-body {
    width: 100%;
  }
}

.fact__conclusion-catch {
  font-size: var(--f40);
  line-height: 1.6;
}

.fact__conclusion-txt {
  margin-block: 3.5rem 3rem;
}
@media (max-width: 834px) {
  .fact__conclusion-txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-block: 2rem 3rem;
  }
}

.fact__conclusion-diagram-img {
  max-width: 44.8rem;
}
@media (max-width: 834px) {
  .fact__conclusion-diagram-img {
    margin-inline: auto;
  }
}

/* -------------------------
 * mechanism
 * 保湿機能とバリア機能をサポート
 * ------------------------- */
.mechanism {
  position: relative;
  z-index: 1;
  padding-block: 14rem;
  background: #f2f0ef;
  position: relative;
}
@media (max-width: 834px) {
  .mechanism {
    padding-block: 7rem;
  }
}
.mechanism::before {
  background: url(../img/mechanism_bg.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  aspect-ratio: 3355/3721;
  height: auto;
  top: 0px;
  left: 0;
  z-index: -1;
}

.mechanism__intro {
  display: grid;
  grid-template-columns: 592fr 436fr;
  gap: 3rem 8%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .mechanism__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 834px) {
  .mechanism__intro-img {
    width: 100%;
  }
}

.mechanism__intro-lead {
  color: #7e89b5;
  font-size: var(--f21);
}
@media (max-width: 834px) {
  .mechanism__intro-lead {
    font-size: 1.8rem;
  }
}

.mechanism__intro-ttl {
  font-size: var(--f40);
  line-height: 1.4;
  margin-block: 1.5rem 3.5rem;
  letter-spacing: -0.04em;
}
@media (max-width: 834px) {
  .mechanism__intro-ttl {
    margin-top: 0.5rem;
    font-size: 2.2rem;
  }
}
.mechanism__intro-ttl .emphasis-dot {
  position: relative;
  display: inline-block;
}
.mechanism__intro-ttl .emphasis-dot::after {
  content: "●";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1em;
  font-size: 0.2em;
  color: #d7dc62;
  line-height: 1;
}

.mechanism__main {
  border-radius: 20px;
  overflow: clip;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fbfbfa));
  background: linear-gradient(180deg, #fff 0%, #fbfbfa 100%);
  padding: 8rem 5% 9rem;
  margin-top: 7.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .mechanism__main {
    margin-top: 4rem;
    padding-block: 4rem;
  }
}
.mechanism__main::before {
  background: url(../img/mechanism_main-bg.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  aspect-ratio: 2600/840;
  top: 0px;
  left: 0;
  z-index: -1;
}

.mechanism__label-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mechanism__label {
  color: #fff;
  font-size: var(--f24);
  line-height: 1;
  padding: 0.8rem 1.2rem;
}
.mechanism__label:nth-child(1) {
  background-color: #a4c5e1;
}
.mechanism__label:nth-child(3) {
  background-color: #a5b8df;
}

.mechanism__label-symbol {
  color: #c8d7e2;
  font-size: var(--f36);
  line-height: 1;
}

.mechanism__main-ttl {
  width: 100%;
  font-size: var(--f32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3em;
  margin-block: 2rem;
}
@media (max-width: 834px) {
  .mechanism__main-ttl {
    text-align: center;
    line-height: 1.6;
  }
}
@media (max-width: 499px) {
  .mechanism__main-ttl {
    font-size: 1.6rem;
  }
}
.mechanism__main-ttl::before, .mechanism__main-ttl::after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.1rem;
  background: #000;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.mechanism__main-ttl::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.mechanism__main-head-description {
  max-width: 77rem;
  margin-inline: auto;
}

/* -------------------------
 * 炭酸ナノバブルのチカラ
 * ------------------------- */
.mechanism__nano-bubble {
  background: url(../img/mechanism_nano-bubble-bg.webp) no-repeat center center/cover;
  padding: 9rem 5%;
  margin-top: 5rem;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .mechanism__nano-bubble {
    padding-block: 4rem;
    margin-top: 3rem;
  }
}

.mechanism__nano-bubble-lead {
  font-size: var(--f28);
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 499px) {
  .mechanism__nano-bubble-lead {
    font-size: 1.6rem;
  }
}
.mechanism__nano-bubble-lead sup {
  font-size: 0.5em;
  position: relative;
  top: -0.8em;
}

.mechanism__nano-bubble-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mechanism__nano-bubble-ttl-inner {
  font-size: var(--f40);
  text-align: center;
  line-height: 1.6;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
}
@media (max-width: 499px) {
  .mechanism__nano-bubble-ttl-inner {
    font-size: 2.3rem;
  }
}
.mechanism__nano-bubble-ttl-inner::before {
  content: "";
  position: absolute;
  left: -0.2em;
  right: -0.2em;
  bottom: 0.3em;
  height: 0.4em; /* マーカーの太さ */
  background: rgba(215, 220, 98, 0.4);
  z-index: -1;
}

.mechanism__nano-bubble-description {
  max-width: 68.8rem;
  margin: 2.3rem auto 0;
}

.mechanism__nano-bubble-note {
  font-size: var(--f12);
  text-align: right;
  max-width: 95rem;
  margin: 2rem auto 3rem;
}
@media (max-width: 834px) {
  .mechanism__nano-bubble-note {
    margin-block: 0.5rem 2rem;
  }
}

.mechanism__nano-bubble-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mechanism__nano-bubble-list > li {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 5rem 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 95rem;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .mechanism__nano-bubble-list > li {
    padding-block: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.mechanism__nano-bubble-list > li:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 834px) {
  .mechanism__nano-bubble-list > li:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.mechanism__nano-bubble-list > li:nth-child(2) .mechanism__nano-bubble-list-img-note {
  margin-right: 6%;
}
.mechanism__nano-bubble-list > li + li {
  margin-top: 4rem;
}
@media (max-width: 834px) {
  .mechanism__nano-bubble-list > li + li {
    margin-top: 1.5rem;
  }
}

.mechanism__nano-bubble-list-body {
  width: 49%;
}
@media (max-width: 834px) {
  .mechanism__nano-bubble-list-body {
    width: 100%;
  }
}

.mechanism__nano-bubble-list-label {
  color: #769ec0;
  line-height: 1;
  padding: 0.4rem 0.6rem;
  background-color: #f5eef1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .mechanism__nano-bubble-list-label {
    margin-inline: auto;
  }
}

.mechanism__nano-bubble-list-ttl-area {
  margin-block: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .mechanism__nano-bubble-list-ttl-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mechanism__nano-bubble-list-ttl-num {
  color: #769ec0;
  font-size: var(--f48);
  line-height: 1;
}
@media (max-width: 834px) {
  .mechanism__nano-bubble-list-ttl-num {
    font-size: 2.6rem;
  }
}

.mechanism__nano-bubble-list-ttl {
  font-size: var(--f40);
  line-height: 1;
}
@media (max-width: 834px) {
  .mechanism__nano-bubble-list-ttl {
    font-size: 2.6rem;
  }
}

.mechanism__nano-bubble-list-lead {
  font-size: var(--f21);
  margin-bottom: 1.5rem;
}
@media (max-width: 834px) {
  .mechanism__nano-bubble-list-lead {
    text-align: center;
    line-height: 1.6;
  }
}
@media (max-width: 834px) {
  .mechanism__nano-bubble-list-lead sup {
    font-size: 0.5em;
    top: -0.8em;
  }
}

.mechanism__nano-bubble-list-img-area {
  width: 45%;
}
@media (max-width: 834px) {
  .mechanism__nano-bubble-list-img-area {
    width: 100%;
  }
}

.mechanism__nano-bubble-list-description {
  line-height: 1.6;
}

.mechanism__nano-bubble-list-img-note {
  margin-top: 1rem;
  font-size: var(--f12);
  text-align: right;
}

/* -------------------------
 * 保湿サポート成分
 * ------------------------- */
.mechanism__sticky-area {
  margin-top: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1240px) {
  .mechanism__sticky-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16rem;
  }
}
@media (max-width: 499px) {
  .mechanism__sticky-area {
    margin-top: 12rem;
  }
}

@media (max-width: 499px) {
  .mechanism__sticky-area + .mechanism__sticky-area {
    margin-top: 10rem;
  }
}

.mechanism__sticky-main {
  width: 55%;
}
@media (max-width: 1240px) {
  .mechanism__sticky-main {
    width: 100%;
    margin-top: 16rem;
  }
}
@media (max-width: 834px) {
  .mechanism__sticky-main {
    margin-top: 12rem;
  }
}
@media (max-width: 499px) {
  .mechanism__sticky-main {
    margin-top: 9rem;
  }
}

.mechanism__sticky-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2rem;
  width: 45.5rem;
  padding-bottom: 21rem;
}
@media (max-width: 1240px) {
  .mechanism__sticky-aside {
    margin-inline: auto;
    padding-bottom: 0;
  }
}
@media (max-width: 834px) {
  .mechanism__sticky-aside {
    gap: 1rem;
    width: auto;
  }
}

.mechanism__sticky-aside-inner {
  position: sticky;
  top: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1240px) {
  .mechanism__sticky-aside-inner {
    position: relative;
    top: unset;
  }
}
@media (max-width: 834px) {
  .mechanism__sticky-aside-inner {
    gap: 1rem;
  }
}

.mechanism__sticky-aside-head {
  font-size: var(--f40);
  font-size: 4rem;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 834px) {
  .mechanism__sticky-aside-head {
    font-size: 3.2rem;
  }
}
.mechanism__sticky-aside-head .strong {
  font-size: var(--f48);
  font-size: 4.8rem;
}
@media (max-width: 834px) {
  .mechanism__sticky-aside-head .strong {
    font-size: 3.2rem;
  }
}

.mechanism__sticky-aside-txt {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #2d2138;
  font-weight: normal;
}
@media (max-width: 834px) {
  .mechanism__sticky-aside-txt sup {
    font-size: 0.5em;
    top: -0.9em;
  }
}

.mechanism__sticky-main-list {
  -webkit-transform: translateY(-9rem);
          transform: translateY(-9rem);
}
@media (max-width: 1240px) {
  .mechanism__sticky-main-list {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.mechanism__sticky-main-list-item {
  padding: 3rem 9% 4rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 29px 0 rgba(83, 88, 106, 0.03);
          box-shadow: 0 0 29px 0 rgba(83, 88, 106, 0.03);
  background-color: #fff;
}
@media (max-width: 834px) {
  .mechanism__sticky-main-list-item {
    padding: 3rem 5%;
  }
}
.mechanism__sticky-main-list-item + .mechanism__sticky-main-list-item {
  margin-top: 3rem;
}

.mechanism__sticky-main-list-head {
  display: grid;
  grid-template-columns: 110fr 350fr;
  gap: 3rem 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7e89b5;
}
@media (max-width: 834px) {
  .mechanism__sticky-main-list-head {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
}

.mechanism__sticky-main-list-lead {
  font-size: var(--f21);
  font-weight: 500;
  line-height: 1.4;
}

.mechanism__sticky-main-list-ttl {
  font-size: var(--f32);
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .mechanism__sticky-main-list-ttl {
    font-size: 2.2rem;
  }
}
.mechanism__sticky-main-list-ttl .small {
  font-size: var(--f14);
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  display: inline-block;
  line-height: 1.4;
}
@media (max-width: 1240px) {
  .mechanism__sticky-main-list-ttl .small {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 499px) {
  .mechanism__sticky-main-list-ttl .small {
    font-size: 1.2rem;
  }
}

.mechanism__sticky-main-list-description {
  margin-block: 2rem 3rem;
  line-height: 1.6;
}

.mechanism__sticky-main-list-note {
  text-align: right;
  font-size: var(--f12);
  margin-top: 1rem;
}

.mechanism__moisture .mechanism__sticky-aside-head {
  color: #769ec0;
}
@media (max-width: 834px) {
  .mechanism__moisture .mechanism__sticky-aside-head {
    text-shadow: 0 0 10px #fff;
  }
}
.mechanism__moisture .mechanism__sticky-aside-inner::before {
  background: url(../img/mechanism_moisture-sticky.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  aspect-ratio: 1618/1632;
  width: 310%;
  top: -152%;
  left: -74%;
  z-index: -1;
}
@media (max-width: 834px) {
  .mechanism__moisture .mechanism__sticky-aside-inner::before {
    top: -161%;
    width: 182%;
    left: -20%;
  }
}

/* グリコイン */
@media (max-width: 834px) {
  .mechanism__sticky-main-list-glycoin-img {
    grid-area: img;
  }
}

.mechanism__sticky-main-list-item--glycoin .mechanism__sticky-main-list-head {
  display: grid;
  grid-template-columns: 178fr 280fr;
  gap: 3rem 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .mechanism__sticky-main-list-item--glycoin .mechanism__sticky-main-list-head {
    grid-template-columns: 110fr 350fr;
    gap: 0 2%;
    grid-template-areas: "labels labels" "img ttl";
  }
}
.mechanism__sticky-main-list-item--glycoin .mechanism__sticky-main-list-ttl-area {
  color: #d28ca9;
}
@media (max-width: 834px) {
  .mechanism__sticky-main-list-item--glycoin .mechanism__sticky-main-list-ttl-area {
    grid-area: ttl;
  }
}

@media (max-width: 834px) {
  .mechanism__sticky-main-list-glycoin-detail {
    display: contents;
  }
}

.mechanism__sticky-main-list-glycoin-labels {
  display: grid;
  grid-template-columns: 126fr 134fr;
  gap: 3rem 8%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (max-width: 834px) {
  .mechanism__sticky-main-list-glycoin-labels {
    width: 80%;
    grid-area: labels;
    margin-bottom: 0.5rem;
  }
}

/* -------------------------
 * バリアサポート成分
 * ------------------------- */
.mechanism__barrier .mechanism__sticky-aside-head {
  color: #7e8cc1;
  text-shadow: 0 0 10px #fff;
}
.mechanism__barrier .mechanism__sticky-aside-inner {
  mix-blend-mode: multiply;
}
.mechanism__barrier .mechanism__sticky-aside-inner::before {
  background: url(../img/mechanism_barrier-sticky.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  aspect-ratio: 650/634;
  width: 280%;
  top: -129%;
  left: -94%;
  z-index: -1;
}
@media (max-width: 834px) {
  .mechanism__barrier .mechanism__sticky-aside-inner::before {
    top: -76%;
    width: 173%;
    left: -39%;
  }
}

.mechanism__sticky-main-ceramide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.6rem;
}
.mechanism__sticky-main-ceramide-list > li {
  color: #fff;
  border-radius: 4px;
  background-color: #959fc5;
  font-weight: 300;
  line-height: 1;
  padding: 0.4rem 1rem 0.6rem;
}
@media (max-width: 499px) {
  .mechanism__sticky-main-ceramide-list > li {
    font-size: 1.2rem;
  }
}

/* プラスアルファ */
.mechanism__plus {
  margin-top: 7rem;
  padding: 3rem 3%;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f0f1f8), to(#f3f9f8));
  background-image: linear-gradient(to right, #f0f1f8, #f3f9f8);
  display: grid;
  grid-template-columns: 406fr 558fr;
  gap: 3rem 3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1240px) {
  .mechanism__plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 834px) {
  .mechanism__plus {
    margin-top: 4rem;
  }
}

.mechanism__plus-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 7%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1240px) {
  .mechanism__plus-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mechanism__plus-icon {
  max-width: 7rem;
}

@media (max-width: 1240px) {
  .mechanism__plus-ttl-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mechanism__plus-ttl {
  color: #7e89b5;
  font-size: var(--f24);
}

.mechanism__plus-label {
  font-size: var(--f14);
  color: #92a0b8;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 0.4rem 0.8rem 0.6rem;
  margin-top: 0.5rem;
}

.mechanism__plus-body {
  display: grid;
  grid-template-columns: 110fr 418fr;
  gap: 3rem 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .mechanism__plus-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 834px) {
  .mechanism__plus-img {
    width: 40%;
  }
}

/* -------------------------
 * セクション区切り背景
 * ------------------------- */
.section-bg {
  background: url(../img/section-bg.webp) no-repeat center center/cover;
  aspect-ratio: 1678/700;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .section-bg {
    aspect-ratio: 4/3;
  }
}

/* -------------------------
 * detail
 * 使い方
 * ------------------------- */
.detail__how {
  background: url(../img/detail_how-bg.webp) no-repeat center center/cover;
  padding: 6rem 5% 4rem;
  margin-bottom: 12rem;
}
@media (max-width: 834px) {
  .detail__how {
    padding-block: 4rem;
    margin-bottom: 5rem;
  }
}

.detail__how-ttl {
  font-size: var(--f18);
  background: #fff;
  padding: 0.8rem 2.4rem 1rem;
  line-height: 1;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.detail__how-catch {
  font-size: var(--f60);
  font-weight: 500;
  margin-block: 0em 2rem;
  color: #fff;
  text-align: center;
}

@media (max-width: 834px) {
  .detail__how-list-container {
    overflow-x: auto;
    width: 100%;
  }
}

.detail__how-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .detail__how-list {
    width: 800px;
    height: auto;
    max-width: none;
  }
}
.detail__how-list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detail__how-list > li:nth-child(1) .detail__how-list-img {
  width: 48%;
}

.detail__how-list-img {
  width: 40%;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}

.detail__how-list-label {
  color: #90aed7;
  margin-bottom: 1rem;
}

.detail__how-list-label-num {
  font-size: var(--f16);
  margin-right: 0.6em;
}

.detail__how-list-label-txt {
  font-size: var(--f20);
  font-weight: bold;
}

.detail__how-list-description {
  line-height: 1.6;
}
.detail__how-list-description sup {
  position: relative;
  top: 0.1em;
}

/* -------------------------
 * detail
 * ------------------------- */
.detail {
  background: #fdfeff;
  position: relative;
  z-index: 1;
  padding-block: 14rem;
}
@media (max-width: 834px) {
  .detail {
    padding-block: 7rem;
  }
}

.detail__main-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14%;
}
@media (max-width: 834px) {
  .detail__main-flex {
    row-gap: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.detail__main-img {
  max-width: 12.9rem;
}
@media (max-width: 834px) {
  .detail__main-img {
    max-width: 8rem;
    width: 80%;
  }
}

.detail__main-product-name--en {
  color: #abb0b4;
}
@media (max-width: 834px) {
  .detail__main-product-name--en {
    text-align: center;
  }
}

.detail__main-product-name--ja {
  line-height: 1.4;
  font-size: var(--f30);
  color: #7e89b5;
  margin-block: 0.5rem 1rem;
}
@media (max-width: 834px) {
  .detail__main-product-name--ja {
    text-align: center;
  }
}

.detail__main-price-wrap {
  font-weight: bold;
  color: #7e89b5;
}
@media (max-width: 834px) {
  .detail__main-price-wrap {
    text-align: center;
  }
}

.detail__main-body {
  max-width: 54.3rem;
}

.detail__main-price-amount {
  font-size: var(--f18);
}

.detail__main-price-value {
  font-size: var(--f21);
}

.detail__main-price-tax {
  font-size: var(--f12);
  font-weight: 500;
}

.detail__main-catch {
  font-size: var(--f21);
  margin-block: 3rem 2rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .detail__main-catch {
    text-align: center;
  }
}

/* -------------------------
 * ルリークのスキンケア
 * ------------------------- */
.detail__item + .detail__item {
  margin-top: 11rem;
}
@media (max-width: 834px) {
  .detail__item + .detail__item {
    margin-top: 5rem;
  }
}

.detail__ttl {
  color: #bdc4cb;
  font-size: var(--f28);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  font-weight: 300;
  margin-bottom: 3.5rem;
}
@media (max-width: 834px) {
  .detail__ttl {
    margin-bottom: 2rem;
  }
}

.detail__ttl-line {
  background-color: #cfd1d3;
  height: 0.1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.detail__care {
  margin-top: 13rem;
}
@media (max-width: 834px) {
  .detail__care {
    margin-top: 6rem;
  }
}

.detail__care-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail__care-list > li {
  padding: 5rem 5%;
  border-radius: 10px;
  border: solid 1px #cdd3db;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 3rem;
  position: relative;
}
.detail__care-list > li:nth-child(3) {
  border: solid 1px #cdd3db;
  background-color: #aab2bf;
}
.detail__care-list > li:nth-child(3) .detail__care-list-summary,
.detail__care-list > li:nth-child(3) .detail__care-list-product {
  color: #fff;
}
.detail__care-list > li:not(:last-child)::after {
  width: 2.5rem;
  height: auto;
  background-color: #ced6ed;
  content: "";
  display: inline-block;
  position: absolute;
  aspect-ratio: 25/34;
  right: -2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
}
@media (max-width: 834px) {
  .detail__care-list > li:not(:last-child)::after {
    width: 1.5rem;
    right: -1.5rem;
  }
}

@media (max-width: 834px) {
  .detail__care-list__container {
    overflow-x: auto;
    width: 100%;
  }
}

@media (max-width: 834px) {
  .detail__care-list {
    width: 800px;
    height: auto;
    max-width: none;
  }
}

.detail__care-list-summary {
  font-size: var(--f24);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.detail__care-list-product {
  color: #7e89b5;
  text-align: center;
  line-height: 1.5;
}

/* -------------------------
 * OTHER ITEM
 * ------------------------- */
.detail__others .detail__ttl {
  margin-bottom: 7rem;
}
@media (max-width: 834px) {
  .detail__others .detail__ttl {
    margin-bottom: 4rem;
  }
}

.detail__others-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12rem 8%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .detail__others-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 7rem;
  }
}
.detail__others-list > li {
  display: grid;
  gap: 3rem 10%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .detail__others-list > li {
    gap: 0;
    grid-template-areas: "img info" "catch catch" "desc desc" "note note" "btn btn";
  }
}
.detail__others-list > li:nth-child(1) {
  grid-template-columns: 88fr 376fr;
}
@media (max-width: 834px) {
  .detail__others-list > li:nth-child(1) {
    grid-template-columns: 58fr 376fr;
  }
}
.detail__others-list > li:nth-child(1) .detail__others-list-img {
  max-width: 8.8rem;
}
.detail__others-list > li:nth-child(2) {
  grid-template-columns: 72fr 376fr;
}
@media (max-width: 834px) {
  .detail__others-list > li:nth-child(2) {
    grid-template-columns: 47fr 376fr;
  }
}
.detail__others-list > li:nth-child(2) .detail__others-list-img {
  max-width: 7.2rem;
}
.detail__others-list > li:nth-child(3) {
  grid-template-columns: 75fr 376fr;
}
@media (max-width: 834px) {
  .detail__others-list > li:nth-child(3) {
    grid-template-columns: 49fr 376fr;
  }
}
.detail__others-list > li:nth-child(3) .detail__others-list-img {
  max-width: 7.5rem;
}
.detail__others-list > li:nth-child(4) {
  grid-template-columns: 60fr 376fr;
}
@media (max-width: 834px) {
  .detail__others-list > li:nth-child(4) {
    grid-template-columns: 40fr 376fr;
  }
}
.detail__others-list > li:nth-child(4) .detail__others-list-img {
  max-width: 6rem;
}

@media (max-width: 834px) {
  .detail__others-list-info {
    grid-area: info;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 7%;
  }
}

@media (max-width: 834px) {
  .detail__others-list-img {
    grid-area: img;
  }
}

@media (max-width: 834px) {
  .detail__others-catch {
    grid-area: catch;
  }
}

@media (max-width: 834px) {
  .detail__others-description {
    grid-area: desc;
  }
}

@media (max-width: 834px) {
  .detail__others-note {
    grid-area: note;
  }
}

@media (max-width: 834px) {
  .detail__others-btn {
    grid-area: btn;
  }
}

.detail__others-name--en {
  color: #505050;
  font-size: var(--f13);
  letter-spacing: 0.08em;
}

.detail__others-name--ja {
  font-size: var(--f21);
  margin-block: 0.5rem 1rem;
  letter-spacing: -0.05em;
}
@media (max-width: 834px) {
  .detail__others-name--ja {
    margin-block: 0rem 0.5rem;
    line-height: 1.8;
    font-size: var(--f32);
  }
}

.detail__others-price {
  font-weight: bold;
}
.detail__others-price-amount {
  font-size: var(--f18);
}

.detail__others-price-value {
  font-size: var(--f21);
}

.detail__others-price-tax {
  font-size: var(--f12);
}

.detail__others-catch {
  font-size: var(--f18);
  margin-block: 2.2rem 1.8rem;
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 834px) {
  .detail__others-catch {
    margin-block: 1.8rem 1.4rem;
  }
}

.detail__others-catch sup,
.detail__others-description sup {
  position: relative;
  top: 0em;
  font-size: 0.7em;
}

.detail__others-description {
  font-size: var(--f15);
}

.detail__others-list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 834px) {
  .detail__others-list-body {
    display: contents;
  }
}

.detail__others-btn {
  min-width: 23.1rem;
  color: #92a0b8;
  font-weight: 500;
  border-radius: 50px;
  border: solid 1px #92a0b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 2.3rem;
  max-width: 180px;
  width: 100%;
  line-height: 1;
  margin-top: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .detail__others-btn {
    margin-inline: auto;
  }
}
.detail__others-btn:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.detail__others-btn::before {
  content: "";
}
.detail__others-btn::after {
  content: "";
  justify-self: end;
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1;
  background-color: #92a0b8;
  -webkit-mask: url(../img/btn_arrow.svg) no-repeat center;
          mask: url(../img/btn_arrow.svg) no-repeat center;
  mask-size: contain;
  -webkit-mask: url(../img/btn_arrow.svg) no-repeat center;
  -webkit-mask-size: contain;
}

.detail__others-note {
  font-size: var(--f12);
  margin-block: 2.5rem 4rem;
}
@media (max-width: 834px) {
  .detail__others-note {
    margin-block: 1rem 2rem;
  }
}

/* -------------------------
 * CTA★
 * ------------------------- */
.cta {
  position: relative;
  overflow: hidden;
  padding-block: 13rem;
  z-index: 1;
}
@media (max-width: 834px) {
  .cta {
    padding-block: 7rem;
  }
}

.bg-image-clip {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 230px;
  clip-path: inset(0);
  z-index: -1;
}

.bg-image-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background: url(../img/fixed-bg.webp) no-repeat center/cover;
}

.cta__inner {
  padding: 8rem 5%;
  opacity: 0.8;
  -webkit-box-shadow: 0 0 60px 0 rgba(146, 160, 184, 0.1);
          box-shadow: 0 0 60px 0 rgba(146, 160, 184, 0.1);
  background-color: #fff;
}
@media (max-width: 834px) {
  .cta__inner {
    padding-block: 3rem;
  }
}

.cta__ttl {
  font-size: var(--f30);
  margin-bottom: 4.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 834px) {
  .cta__ttl {
    margin-bottom: 2rem;
  }
}

.cta__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .cta__btns {
    gap: 3%;
  }
}

.cta__btn {
  font-weight: 500;
  color: #fff;
  font-size: var(--f20);
  padding: 4rem 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .cta__btn {
    padding-block: 2rem;
  }
}
@media (max-width: 399px) {
  .cta__btn {
    font-size: var(--f16);
    gap: 0.5em;
    padding-block: 1.6rem;
  }
}
.cta__btn:nth-child(1) {
  background: #a7b7d1;
  border: 1px solid #a7b7d1;
}
.cta__btn:nth-child(1):hover {
  color: #a7b7d1;
  background-color: #feffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cta__btn:nth-child(2) {
  background: #92a0b8;
  border: 1px solid #92a0b8;
}
.cta__btn:nth-child(2):hover {
  color: #92a0b8;
  background-color: #feffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cta__btn:nth-child(2):hover::before {
  background-color: red;
}

/* -------------------------
 * フッター
 * ------------------------- */
.footer {
  position: relative;
  z-index: 1;
  background: #222;
  padding-block: 7.9rem 17rem;
}
@media (max-width: 834px) {
  .footer {
    padding-block: 2.5rem;
  }
}

.footer__inner {
  display: grid;
  grid-template-columns: 16rem 13rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .footer__inner {
    grid-template-columns: 10rem 13rem;
  }
}

.footer__logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .footer__logo-area {
    gap: 0.3rem;
  }
}
.footer__logo-area:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__company-name {
  color: #bdbdbd;
  font-size: var(--f13);
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 834px) {
  .footer__content {
    gap: 0.3rem;
  }
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 2rem;
}

.footer__info-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__info-link:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__mail {
  width: 1.8rem;
  height: auto;
  aspect-ratio: 20/16;
  display: block img;
  display-display: block;
}

.footer__instagram {
  width: 1.8rem;
  height: auto;
  aspect-ratio: 18/18;
  display: block img;
  display-display: block;
}

.footer__copy {
  font-size: var(--f12);
  color: #bdbdbd;
}/*# sourceMappingURL=style.css.map */