@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: #546076;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  width: 100%;
}
@media (max-width: 1445px) {
  body {
    font-size: 1.5rem;
  }
}
@media (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

/* -------------------------
 * フォント
 * ------------------------- */
.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: 400;
}

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

/* -------------------------
 * 下層用 フォント
 * ------------------------- */
:root {
  --jp: "Noto Sans JP", sans-serif;
  --jp02: "Shippori Mincho", serif;
  --en: "Gilda Display", serif;
  --num: "Work Sans", sans-serif;
}

.jp {
  font-family: var(--jp);
}

.jp02 {
  font-family: var(--jp02);
}

.en {
  font-family: var(--en);
}

.num {
  font-family: var(--num);
}

:root {
  --utxt16: 1.6rem;
  --utxt18: 1.8rem;
  --uf10: 1rem;
  --uf10all: 1rem;
  --uf12: 1.2rem;
  --uf12all: 1.2rem;
  --uf13: 1.3rem;
  --uf13all: 1.3rem;
  --uf14: 1.4rem;
  --uf14all: 1.4rem;
  --uf15: 1.5rem;
  --uf15all: 1.5rem;
  --uf16: 1.6rem;
  --uf17: 1.7rem;
  --uf18: 1.8rem;
  --uf19: 1.9rem;
  --uf20: 2rem;
  --uf21: 2.1rem;
  --uf22: 2.4rem;
  --uf24: 2.4rem;
  --uf26: 2.6rem;
  --uf28: 2.8rem;
  --uf30: 3rem;
  --uf32: 3.2rem;
  --uf34: 3.4rem;
  --uf36: 3.6rem;
  --uf38: 3.8rem;
  --uf40: 4rem;
  --uf42: 4.2rem;
  --uf44: 4.4rem;
  --uf46: 4.6rem;
  --uf48: 4.8rem;
  --uf50: 5rem;
  --uf52: 5.2rem;
  --uf54: 5.4rem;
  --uf56: 5.6rem;
  --uf58: 5.8rem;
  --uf60: 6rem;
  --uf62: 6.2rem;
  --uf64: 6.4rem;
  --uf70: 7rem;
  --uf80: 8rem;
  --uf90: 9rem;
  --uf100: 10rem;
  --uf120: 12rem;
}

@media (max-width: 1445px) {
  :root {
    --utxt16: 1.5rem;
    --utxt18: 1.7rem;
    --uf10: 1rem;
    --uf10all: 1rem;
    --uf12: 1.2rem;
    --uf12all: 1.2rem;
    --uf13: 1.3rem;
    --uf13all: 1.3rem;
    --uf14: 1.4rem;
    --uf14all: 1.4rem;
    --uf15: 1.5rem;
    --uf15all: 1.5rem;
    --uf16: 1.6rem;
    --uf17: 1.7rem;
    --uf18: 1.8rem;
    --uf19: 1.9rem;
    --uf20: 1.85rem;
    --uf21: 1.9rem;
    --uf22: 2rem;
    --uf24: 2.1rem;
    --uf26: 2.25rem;
    --uf28: 2.4rem;
    --uf30: 2.6rem;
    --uf32: 2.8rem;
    --uf34: 2.8rem;
    --uf36: 3rem;
    --uf38: 3rem;
    --uf40: 3.15rem;
    --uf42: 3.2rem;
    --uf44: 3.3rem;
    --uf46: 3.4rem;
    --uf48: 3.9rem;
    --uf50: 4rem;
    --uf52: 4.1rem;
    --uf54: 4.2rem;
    --uf56: 4.3rem;
    --uf58: 4.4rem;
    --uf60: 4.5rem;
    --uf62: 4.5rem;
    --uf64: 4.6rem;
    --uf70: 5rem;
    --uf80: 5.5rem;
    --uf90: 6rem;
    --uf100: 6.75rem;
    --uf120: 8rem;
  }
}
@media (max-width: 834px) {
  :root {
    --utxt16: 1.4rem;
    --utxt18: 1.6rem;
    --uf10: 0.9rem;
    --uf10all: 1rem;
    --uf12: 1.1rem;
    --uf12all: 1.2rem;
    --uf13: 1.2rem;
    --uf13all: 1.3rem;
    --uf14: 1.3rem;
    --uf14all: 1.4rem;
    --uf15: 1.4rem;
    --uf15all: 1.5rem;
    --uf16: 1.5rem;
    --uf17: 1.6rem;
    --uf18: 1.6rem;
    --uf19: 1.6rem;
    --uf20: 1.675rem;
    --uf21: 1.7rem;
    --uf22: 1.75rem;
    --uf24: 1.8rem;
    --uf26: 1.825rem;
    --uf28: 1.85rem;
    --uf30: 1.875rem;
    --uf32: 1.9rem;
    --uf34: 2.0rem;
    --uf36: 2.0rem;
    --uf38: 2.1rem;
    --uf40: 2.15rem;
    --uf42: 2.4rem;
    --uf44: 2.4rem;
    --uf46: 2.4rem;
    --uf48: 2.4rem;
    --uf50: 2.4rem;
    --uf52: 2.5rem;
    --uf54: 2.6rem;
    --uf56: 2.7rem;
    --uf58: 2.8rem;
    --uf60: 3.0rem;
    --uf62: 3.1rem;
    --uf64: 3.2rem;
    --uf70: 3.6rem;
    --uf80: 4.2rem;
    --uf90: 4.6rem;
    --uf100: 5rem;
    --uf120: 6rem;
  }
}
.utxt15 {
  font-size: var(--uf15);
  font-weight: 300;
  line-height: 1.8;
}

.utxt16 {
  font-size: var(--utxt16);
  font-weight: 300;
  line-height: 1.8;
}

.utxt18 {
  font-size: var(--utxt18);
  font-weight: 300;
  line-height: 1.8;
}

.uf120 {
  font-size: var(--uf120);
}

.uf100 {
  font-size: var(--uf100);
}

.uf90 {
  font-size: var(--uf90);
}

.uf80 {
  font-size: var(--uf80);
}

.uf70 {
  font-size: var(--uf70);
}

.uf64 {
  font-size: var(--uf64);
}

.uf62 {
  font-size: var(--uf62);
}

.uf60 {
  font-size: var(--uf60);
}

.uf56 {
  font-size: var(--uf56);
}

.uf54 {
  font-size: var(--uf54);
}

.uf52 {
  font-size: var(--uf52);
}

.uf50 {
  font-size: var(--uf50);
}

.uf48 {
  font-size: var(--uf48);
}

.uf42 {
  font-size: var(--uf42);
}

.uf40 {
  font-size: var(--uf40);
}

.uf36 {
  font-size: var(--uf36);
}

.uf32 {
  font-size: var(--uf32);
}

.uf30 {
  font-size: var(--uf30);
}

.uf28 {
  font-size: var(--uf28);
}

.uf26 {
  font-size: var(--uf26);
}

.uf24 {
  font-size: var(--uf24);
}

.uf22 {
  font-size: var(--uf22);
}

.uf21 {
  font-size: var(--uf21);
}

.uf20 {
  font-size: var(--uf20);
}

.uf18 {
  font-size: var(--uf18);
}

.uf18all {
  font-size: 1.8rem;
}

.uf17 {
  font-size: var(--uf17);
}

.uf16 {
  font-size: var(--uf16);
}

.uf15 {
  font-size: var(--uf15);
}

.uf15all {
  font-size: var(--uf15all);
}

.uf14 {
  font-size: var(--uf14);
}

.uf14all {
  font-size: var(--uf14all);
}

.uf13 {
  font-size: var(--uf13);
}

.uf13all {
  font-size: var(--uf13all);
}

.uf12 {
  font-size: var(--uf12);
}

.uf12all {
  font-size: var(--uf12all);
}

.uf10 {
  font-size: var(--uf10);
}

.uf10all {
  font-size: var(--uf10all);
}

.h {
  font-weight: 900;
}

.eb {
  font-weight: 800;
}

.b {
  font-weight: 700;
}

.sb {
  font-weight: 600;
}

.m {
  font-weight: 500;
}

.r {
  font-weight: 400;
}

.l {
  font-weight: 300;
}

.el {
  font-weight: 200;
}

.t {
  font-weight: 100;
}

.lh20 {
  line-height: 2;
}

.lh17 {
  line-height: 1.7;
}

.lh16 {
  line-height: 1.6;
}

.lh15 {
  line-height: 1.5;
}

.lh12 {
  line-height: 1.2;
}

.lh10 {
  line-height: 1;
}

.ls0 {
  letter-spacing: 0em;
}

.ls1 {
  letter-spacing: 0.1em;
}

.ls02 {
  letter-spacing: 0.02em;
}

/* フォント ↑ */
:root {
  --cw: #fff;
  --cgy: #b5b5b5;
  --cbk: #000;
  --cbk5: #555;
  --cbl: #00a8cb;
  --cgn: #29b591;
  --crd: #E54642;
  --cpk: #c48cc3;
  --cpu: #8383ba;
  --cy: #f4f6c9;
}

.fcw {
  color: var(--cw);
}

.fcgy {
  color: var(--cgy);
}

.fcbk {
  color: var(--cbk);
}

.fcbk5 {
  color: var(--cbk5);
}

.fcbl {
  color: var(--cbl);
}

.fcgn {
  color: var(--cgn);
}

.fcrd {
  color: var(--crd);
}

.fcpk {
  color: var(--cpk);
}

.fcpu {
  color: var(--cpu);
}

.fcy {
  color: var(--cy);
}

.max1200 {
  display: none;
}

.min1200 {
  display: block;
}

@media (max-width: 1200px) {
  .max1200 {
    display: block;
  }
  .min1200 {
    display: none;
  }
}
.max1024 {
  display: none;
}

.min1025 {
  display: block;
}

@media (max-width: 1024px) {
  .max1024 {
    display: block;
  }
  .min1025 {
    display: none;
  }
}
.max834 {
  display: none;
}

.min835 {
  display: block;
}

@media (max-width: 834px) {
  .max834 {
    display: block;
  }
  .min835 {
    display: none;
  }
}
.max700 {
  display: none;
}

@media (max-width: 700px) {
  .max700 {
    display: block;
  }
}
.max600 {
  display: none;
}

.min601 {
  display: block;
}

@media (max-width: 600px) {
  .max600 {
    display: block;
  }
  .min601 {
    display: none;
  }
}
.max550 {
  display: none;
}

@media (max-width: 550px) {
  .max550 {
    display: block;
  }
}
.max500 {
  display: none;
}

@media (max-width: 500px) {
  .max500 {
    display: block;
  }
}
.max470 {
  display: none;
}

@media (max-width: 470px) {
  .max470 {
    display: block;
  }
}
.max450 {
  display: none;
}

@media (max-width: 450px) {
  .max450 {
    display: block;
  }
}
.max400 {
  display: none;
}

@media (max-width: 400px) {
  .max400 {
    display: block;
  }
}
.max380 {
  display: none;
}

@media (max-width: 380px) {
  .max380 {
    display: block;
  }
}
.max370 {
  display: none;
}

@media (max-width: 370px) {
  .max370 {
    display: block;
  }
}
.tac {
  text-align: center;
}

.tas {
  text-align: start;
}

.tae {
  text-align: end;
}

.underline02 {
  -webkit-text-decoration: underline 1px currentColor;
          text-decoration: underline 1px currentColor;
}

.underline {
  position: relative;
}

.underline::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}

.marker {
  background-image: linear-gradient(90deg, #f4f6c9, #f4f6c9);
  background-position: left bottom 0px;
  background-repeat: no-repeat;
  background-size: 100% 31%;
  padding-bottom: 0px;
}

.dots {
  background-image: radial-gradient(circle at center, #546076 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: bottom right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-bottom: 0.35em;
  /* 縦方向の位置調整 */
}

.slash {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  text-align: center;
  gap: 0.3em;
}
.slash::before, .slash::after {
  content: "";
  display: block;
  width: 1em;
  height: 0.1rem;
  background: currentColor;
  transform: rotate(60deg);
}
.slash::after {
  transform: rotate(-60deg);
}

/* ↑ 下層スタイル */
/* -------------------------
 * アニメーション
 * ------------------------- */
.loadin {
  opacity: 0;
  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;
  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;
  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;
  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;
  transform: translate(0, 50px);
  transition: all 1.5s;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.fadein.show {
  opacity: 1;
  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;
  transition: background 0.3s;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  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: flex;
  gap: 3rem;
}
@media (max-width: 834px) {
  .header__nav-list {
    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;
    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: flex;
    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);
}
@media (max-width: 600px) {
  .header {
    height: 60px;
    padding: 1.8rem;
  }
}

.header__logo {
  width: 9.4rem;
  height: auto;
}
@media (max-width: 500px) {
  .header__logo {
    width: 7.4rem;
  }
}

/* -------------------------
 * main の固定背景
 * ------------------------- */
/* -------------------------
 * MV
 * ------------------------- */
.mv {
  position: relative;
  min-height: 300vh;
  overflow: hidden;
}
@media (max-width: 600px) {
  .mv {
    min-height: 200vh;
  }
}

@media (max-width: 600px) {
  .mv__inner {
    height: 100%;
  }
}

.mv__mask {
  position: fixed;
  inset: 0;
  background-color: #5b689a;
  opacity: 0;
  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;
  transition: filter 0.3s ease, opacity 0.3s ease;
  z-index: -1;
  will-change: filter, opacity;
}
@media (max-width: 600px) {
  .mv__background {
    position: relative;
    background: url(../img/mv_bg-sp.webp) no-repeat center top/cover;
    height: unset;
    aspect-ratio: 780/1700;
  }
}

.mv__container {
  position: relative;
  padding-top: 10rem;
  width: 100%;
  height: 100vh;
}
@media (max-width: 600px) {
  .mv__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: unset;
    aspect-ratio: 780/1700;
  }
}

.mv__copy {
  position: fixed;
  top: 22%;
  right: 15%;
  writing-mode: vertical-rl;
  font-size: var(--uf32);
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .mv__copy {
    right: 8%;
  }
}
@media (max-width: 834px) {
  .mv__copy {
    right: 4%;
  }
}
@media (max-width: 600px) {
  .mv__copy {
    position: absolute;
    right: unset;
    left: 71%;
    top: 29%;
    font-size: 5rem;
    font-size: clamp(2rem, 4.8vw, 4rem);
    left: 77vw;
  }
}
@media (max-width: 600px) {
  .mv__copy.loadin01 {
    transition: all 1.5s 1.5s;
  }
}

.mv__copy-annotation {
  position: relative;
}

.mv__copy-annotation-mark {
  letter-spacing: 0.08em;
  font-size: 0.4em;
  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: 834px) {
  .mv__annotation-text {
    bottom: 1rem;
  }
}

.mv__info {
  position: fixed;
  bottom: 38%;
  left: 9%;
  display: grid;
  grid-template-columns: 65.5% 31%;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .mv__info {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .mv__info {
    position: absolute;
    left: 50%;
    top: 0%;
    bottom: unset;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 13.5vw 0 5vw;
    width: 100%;
    height: 100%;
  }
}

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

.mv__info-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 6.5rem;
  height: 100%;
  margin-top: 7%;
}
@media (max-width: 600px) {
  .mv__info-left {
    flex-direction: column;
    margin-top: 0;
  }
}

.mv__info-bottom {
  position: absolute;
  right: 1%;
  transform: translate(0%, 100%);
  bottom: -50px;
  width: 26vw;
}
@media (max-width: 1200px) {
  .mv__info-bottom {
    right: 1%;
    bottom: -50px;
    width: 26vw;
    transform: translate(-30%, 100%);
  }
}
@media (max-width: 600px) {
  .mv__info-bottom {
    position: relative;
    bottom: unset;
    right: unset;
    transform: translate(0, 0);
    width: 50vw;
    margin: 0 auto;
  }
}

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

.mv__decoration-area {
  white-space: nowrap;
}

.mv__decoration {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: center;
  font-size: var(--uf21);
  font-weight: 400;
  background-image: linear-gradient(90deg, #f1f4b9, #f1f4b9);
}
.mv__decoration sup {
  font-size: 0.6em;
  position: relative;
  top: -0.55em;
}

.mv__decoration02 {
  font-size: var(--uf32);
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 600px) {
  .mv__decoration02 {
    font-size: 2.2rem;
    margin-top: 0.8rem;
  }
}

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

.mv__info-right {
  max-width: 14.3rem;
}
@media (max-width: 834px) {
  .mv__info-right {
    max-width: 11.3rem;
  }
}
@media (max-width: 600px) {
  .mv__info-right {
    position: absolute;
    margin-top: 0;
    top: 67%;
    right: 3%;
    transform: translate(0, -50%);
    max-width: none;
    width: 23%;
  }
}

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

.intro__lead {
  font-weight: 400;
  text-align: center;
}

.intro_ttl {
  font-weight: 400;
  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 5rem;
  }
}

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

.summary__head {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 13rem;
}
@media (max-width: 834px) {
  .summary__head {
    padding-bottom: 7rem;
  }
}

.summary__head-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.summary__inner {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 5rem 2%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 834px) {
  .summary__inner {
    display: flex;
    flex-direction: column;
  }
}

.summary__lead {
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
.summary__lead .strong {
  font-size: var(--f60);
  line-height: 1.6;
}

.summary__cont {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 8%;
  padding-right: calc(50vw - 650px);
  padding-left: 5%;
}
@media (max-width: 1445px) {
  .summary__cont {
    padding-right: 5vw;
  }
}
@media (max-width: 600px) {
  .summary__cont {
    position: relative;
    grid-template-columns: 1fr;
  }
}

.summary__product-img {
  margin-top: 53%;
}
@media (max-width: 600px) {
  .summary__product-img {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-53%, -50%);
    max-width: 300px;
    width: 18%;
    margin-top: 0;
  }
}

.summary__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.summary__body-name {
  width: 70%;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media (max-width: 834px) {
  .summary__body-name {
    max-width: 50rem;
    width: 80%;
  }
}
@media (max-width: 600px) {
  .summary__body-name {
    margin-bottom: 73vw;
  }
}

.summary__body-img {
  width: 80%;
  margin-top: 3rem;
}

/* -------------------------
 * summary use
 * ------------------------- */
.summary__use {
  background: #e3e9f5;
  border-radius: 20px;
  padding: 8rem 5% 6rem;
  margin-top: 7rem;
}
@media (max-width: 1024px) {
  .summary__use {
    padding: 6rem 5% 4rem;
  }
}

.summary__use__content {
  display: grid;
  grid-template-columns: 325px 1fr;
  gap: 3rem 7%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1445px) {
  .summary__use__content {
    grid-template-columns: 280px 1fr;
  }
}
@media (max-width: 1024px) {
  .summary__use__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.summary__use-body {
  position: relative;
  background: url(../img/summary_body.webp) no-repeat center/contain;
  aspect-ratio: 325/205;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 4%;
  margin-bottom: 9%;
}
@media (max-width: 1024px) {
  .summary__use-body {
    width: 280px;
    margin-bottom: 4rem;
  }
}

.summary__use-lead {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translate(-50%, -23%);
  width: 70%;
}

.summary__use-catch {
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  -webkit-text-decoration: underline 1px solid currentColor;
          text-decoration: underline 1px solid currentColor;
  margin-bottom: 3rem;
}
@media (max-width: 834px) {
  .summary__use-catch {
    margin-bottom: 1.5rem;
  }
}

.summary__use-list {
  display: flex;
  gap: 70px 8%;
}
@media (max-width: 600px) {
  .summary__use-list {
    flex-direction: column;
    max-width: 300px;
    width: 80%;
    margin: 0 auto;
  }
}

.summary__use-item__head {
  position: relative;
  margin-bottom: 1.5rem;
}

.summary__use-item__head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9%;
  transform: translate(100%, -50%);
  width: 19px;
  aspect-ratio: 19/38;
  background: url(../img/summary_use_item_arrow.webp) no-repeat center/contain;
}
@media (max-width: 600px) {
  .summary__use-item__head::after {
    top: unset;
    bottom: -35px;
    right: 50%;
    transform: rotate(90deg) translate(280%, -50%);
    width: 19px;
    aspect-ratio: 19/38;
  }
}

.summary__use-item:last-of-type .summary__use-item__head::after {
  display: none;
}

.summary__use-item__ttl {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20%, -40%);
  width: 76px;
  height: 76px;
  border-radius: 100vmax;
  background: #727789;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 834px) {
  .summary__use-item__ttl {
    width: 56px;
    height: 56px;
  }
}

/* -------------------------
 * fact
 * ------------------------- */
.fact {
  padding-block: 13rem 11.5rem;
  background: #fcfcfb;
  position: relative;
  z-index: 1;
}
@media (max-width: 1445px) {
  .fact {
    padding-block: 8vw 8vw;
  }
}
@media (max-width: 834px) {
  .fact {
    padding-block: 11rem 7rem;
  }
}
@media (max-width: 500px) {
  .fact {
    padding-top: 9rem;
  }
}
.fact::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/fact_bg.webp) no-repeat center/cover;
}

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

.fact__head-ttl {
  display: block;
  text-align: center;
}
.fact__head-description {
  text-align: center;
  line-height: 2;
  max-width: 75rem;
  margin-block: 3rem 5.5rem;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .fact__head-description {
    margin-block: 2rem 4rem;
  }
}

.fact__inner {
  padding: 6rem 5% 10rem;
  border-radius: 20px;
  box-shadow: 0 0 27px 0 rgba(83, 88, 106, 0.03);
  background-color: #fff;
  position: relative;
}
@media (max-width: 834px) {
  .fact__inner {
    padding: 7rem 5% 5rem;
  }
}
@media (max-width: 500px) {
  .fact__inner {
    padding: 4rem 5% 5rem;
  }
}

.sec__intro-lead {
  display: flex;
  text-align: center;
  font-size: var(--uf18);
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: #727789;
  border: 1px solid #727789;
  height: 44px;
  line-height: 40px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .sec__intro-lead {
    height: 34px;
    line-height: 30px;
  }
}

.sec__intro-lead01 {
  padding: 0 1.5rem;
}

.sec__intro-lead02 {
  color: #c48cc3;
  background: #fff;
  padding: 0 1.5rem;
}

.fact__intro-ttl {
  font-size: var(--uf32);
  text-align: center;
  line-height: 1.4;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}
.fact__intro-ttl span {
  position: relative;
}

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

.fact__intro-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 3.5%;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .fact__intro-list {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .fact__intro-list {
    gap: 2rem 3.5%;
  }
}

.fact__intro-item {
  border-radius: 15px;
  background: #f0f1f8;
  padding: 3rem 40px;
}
@media (max-width: 500px) {
  .fact__intro-item {
    padding: 2.5rem 5%;
  }
}

.fact__intro-item__head {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 500px) {
  .fact__intro-item__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.fact__intro-item__head-tag {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #a6a6cd;
  line-height: 1.2;
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .fact__intro-item__head-tag {
    width: 68px;
  }
}

.fact__intro-item__cont {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 2.5rem;
  margin-top: 1.5rem;
}

.fact__intro-item__cont-txt {
  margin-top: 2rem;
}
@media (max-width: 500px) {
  .fact__intro-item__cont-txt {
    margin-top: 0rem;
  }
}

.fact__problem {
  position: relative;
  background: url(../img/fact_problem_bg.webp) no-repeat center/contain;
  padding-bottom: 10%;
  margin-top: 6.5rem;
}
@media (max-width: 834px) {
  .fact__problem {
    margin-top: 3rem;
  }
}
.fact__problem::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 400px;
  width: 50%;
  aspect-ratio: 406/139;
  background: url(../img/fact_problem_arrow.webp) no-repeat center/contain;
}
@media (max-width: 500px) {
  .fact__problem::after {
    width: 50%;
    transform: translate(-50%, 100%);
  }
}

.fact__problem-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.55;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .fact__problem-ttl01 {
    font-size: 2.4rem;
  }
}
@media (max-width: 834px) {
  .fact__problem-ttl01 {
    font-size: 1.9rem;
  }
}
@media (max-width: 400px) {
  .fact__problem-ttl01 {
    font-size: 1.7rem;
  }
}

.fact__problem-ttl02 {
  margin-top: 2.5rem;
}
@media (max-width: 400px) {
  .fact__problem-ttl02 {
    font-size: 1.7rem;
  }
}

@media (max-width: 400px) {
  .fact__problem-ttl03 {
    font-size: 2rem;
  }
}

.fact__problem-txt {
  text-align: center;
}
@media (max-width: 400px) {
  .fact__problem-txt {
    font-size: 1.45rem;
  }
}

.fact__problem-img {
  max-width: 649px;
  width: 100%;
  margin: 7rem auto 0;
}
@media (max-width: 834px) {
  .fact__problem-img {
    margin: 4rem auto 0;
  }
}

.fact__conclusion {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 834px) {
  .fact__conclusion {
    margin-top: 6rem;
  }
}
@media (max-width: 500px) {
  .fact__conclusion {
    margin-top: 9rem;
  }
}

.fact__conclusion-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-weight: 400;
}

@media (max-width: 500px) {
  .fact__conclusion-ttl02 {
    font-size: 2.6rem;
  }
}

.fact__conclusion-lead {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(calc(-50% - 280px), -60%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c48cc3;
  width: 118px;
  aspect-ratio: 118/121;
  background: url(../img/fact_conclusion_lead.webp) no-repeat center/contain;
}
@media (max-width: 1445px) {
  .fact__conclusion-lead {
    transform: translate(calc(-50% - 230px), -60%);
    width: 100px;
  }
}
@media (max-width: 834px) {
  .fact__conclusion-lead {
    font-size: 1.6rem;
    transform: translate(calc(-50% - 159px), -60%);
    width: 80px;
  }
}
@media (max-width: 500px) {
  .fact__conclusion-lead {
    top: 0;
    left: 9%;
    transform: translate(-50%, -105%);
    font-size: 1.5rem;
    width: 74px;
  }
}

.fact__conclusion-txt {
  line-height: 1.7;
  margin-top: 5rem;
}
@media (max-width: 834px) {
  .fact__conclusion-txt {
    margin-top: 3.5rem;
  }
}
@media (max-width: 500px) {
  .fact__conclusion-txt {
    font-size: 1.6rem;
  }
}

/* -------------------------
 * mechanism
 * ------------------------- */
.mechanism {
  position: relative;
  z-index: 1;
  background: #f2f0ef;
}
.mechanism::before {
  position: sticky;
  background: url(../img/mechanism_bg.webp) no-repeat center/cover;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  z-index: -1;
}

.mechanism__cont {
  padding-block: 13rem;
}
@media (max-width: 1445px) {
  .mechanism__cont {
    padding-block: 8vw;
  }
}
@media (max-width: 834px) {
  .mechanism__cont {
    padding-block: 6rem;
  }
}

.mechanism__intro-head__ttl {
  text-align: center;
  margin-top: 4.5rem;
}
@media (max-width: 834px) {
  .mechanism__intro-head__ttl {
    margin-top: 2.5rem;
  }
}

.mechanism__intro-cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: -6rem;
}
@media (max-width: 1024px) {
  .mechanism__intro-cont {
    margin-top: 0rem;
  }
}
@media (max-width: 834px) {
  .mechanism__intro-cont {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}

.mechanism__intro-cont__img {
  position: relative;
  z-index: 2;
  transform: translate(0, 20%);
}
@media (max-width: 834px) {
  .mechanism__intro-cont__img {
    width: 70%;
    max-width: 400px;
    margin-top: -14%;
  }
}

.mechanism__intro-cont__main {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 0 7%;
}
@media (max-width: 834px) {
  .mechanism__intro-cont__main {
    margin-top: 3rem;
  }
}

.mechanism__intro-cont__name {
  width: 80%;
}
@media (max-width: 834px) {
  .mechanism__intro-cont__name {
    width: 80%;
    max-width: 400px;
  }
}

.mechanism__intro-cont__ttl-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  margin-top: 2rem;
}

.mechanism__intro-cont__ttl01 {
  background: #e3e9f5;
  border-radius: 30px;
  padding: 0 2rem;
}

.mechanism__step-cont {
  position: relative;
  display: flex;
  padding-right: 100px;
}
@media (max-width: 1445px) {
  .mechanism__step-cont {
    padding-right: 7.7%;
  }
}
@media (max-width: 1024px) {
  .mechanism__step-cont {
    padding-right: 0;
  }
}

.mechanism__step-ttl {
  position: sticky;
  width: 100px;
  top: 20rem;
  left: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  writing-mode: vertical-rl;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1445px) {
  .mechanism__step-ttl {
    width: 7.7%;
  }
}
@media (max-width: 1024px) {
  .mechanism__step-ttl {
    display: none;
  }
}

.mechanism__step-ttl__icon {
  width: 15px;
  height: 15px;
}

.mechanism__step-list {
  max-width: 1100px;
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .mechanism__step-list {
    width: 100%;
    margin-top: 5rem;
  }
}

.mechanism__step-item {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 5rem 5%;
}
@media (max-width: 700px) {
  .mechanism__step-item {
    padding: 3.5rem 5%;
  }
}

.mechanism__step-item:nth-of-type(3) {
  padding: 3rem 5%;
}

.mechanism__step-item:nth-of-type(1)::after {
  position: absolute;
  content: "";
  bottom: 10px;
  right: -33px;
  transform: translate(50%, 0);
  height: calc(100% - 100px);
  aspect-ratio: 60/1140;
  background: url(../img/mechanism_item01_arrow.webp) no-repeat center/contain;
}
@media (max-width: 1024px) {
  .mechanism__step-item:nth-of-type(1)::after {
    display: none;
  }
}

.mechanism__step-item:nth-of-type(2)::after {
  position: absolute;
  content: "";
  bottom: 10px;
  right: -33px;
  transform: translate(50%, 0);
  height: calc(100% - 100px);
  aspect-ratio: 60/914;
  background: url(../img/mechanism_item02_arrow.webp) no-repeat center/contain;
}
@media (max-width: 1024px) {
  .mechanism__step-item:nth-of-type(2)::after {
    display: none;
  }
}

.mechanism__step-item__img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(74%, -32%);
  width: 125px;
}
@media (max-width: 1024px) {
  .mechanism__step-item__img {
    display: none;
  }
}

.mechanism__step-item__head {
  display: grid;
  grid-template-columns: 370px 1fr;
  align-items: center;
  gap: 0 2rem;
}
@media (max-width: 1445px) {
  .mechanism__step-item__head {
    grid-template-columns: 1fr;
  }
}

.mechanism__step-item__head-ttl__wrap {
  display: flex;
  align-items: center;
  gap: 1rem 2rem;
}
@media (max-width: 700px) {
  .mechanism__step-item__head-ttl__wrap {
    flex-direction: column;
    text-align: center;
  }
}

.mechanism__step-item__head-ttl01 {
  width: 96px;
  line-height: 1.2;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background: #a6a6cd;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 834px) {
  .mechanism__step-item__head-ttl01 {
    width: 66px;
  }
}

.mechanism__step-item__head-ttl__right {
  display: flex;
  flex-direction: column;
  gap: 0.5rem 1rem;
}

.mechanism__step-item__head-ttl03 {
  white-space: nowrap;
  background: #f4f6c9;
  padding: 2px 10px;
}

@media (max-width: 700px) {
  .mechanism__step-item__head-txt {
    text-align: start;
  }
}

.mechanism__step-item__head-cont {
  display: grid;
  grid-template-columns: 1fr 160px;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 1445px) {
  .mechanism__step-item__head-cont {
    padding-left: 115px;
    margin-top: -1.5rem;
  }
}
@media (max-width: 834px) {
  .mechanism__step-item__head-cont {
    grid-template-columns: 1fr 130px;
    padding-left: 88px;
    margin-top: 0rem;
  }
}
@media (max-width: 700px) {
  .mechanism__step-item__head-cont {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    padding-left: 0;
    margin-top: 3rem;
  }
}

.mechanism__step-item:nth-of-type(3) .mechanism__step-item__head-cont {
  display: flex;
  align-items: center;
  gap: 2rem 0;
}
@media (max-width: 700px) {
  .mechanism__step-item:nth-of-type(3) .mechanism__step-item__head-cont {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .mechanism__step-item:nth-of-type(3) .mechanism__step-item__head-cont {
    flex-direction: column;
    align-items: start;
    width: 100%;
  }
}

.mechanism__step-item__head-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.5rem;
}
@media (max-width: 700px) {
  .mechanism__step-item__head-main {
    align-items: center;
  }
}

@media (max-width: 700px) {
  .mechanism__step-item:nth-of-type(3) .mechanism__step-item__head-main {
    align-items: center;
    width: 100%;
  }
}

@media (max-width: 400px) {
  .mechanism__step-item__head-lead {
    font-size: 1.6rem;
  }
}
@media (max-width: 370px) {
  .mechanism__step-item__head-lead {
    font-size: 1.53rem;
  }
}

@media (max-width: 700px) {
  .mechanism__step-item__head-img {
    max-width: 150px;
  }
}

.mechanism__step-item01__children {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 1200px) {
  .mechanism__step-item01__children {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 3rem auto 0;
  }
}

.mechanism__step-item01__child {
  position: relative;
  background: #f7f3f8;
  padding: 3.5rem 7%;
}

.mechanism__step-item01__child-img {
  position: absolute;
  top: -10px;
  left: 20px;
  width: 99px;
}
@media (max-width: 1445px) {
  .mechanism__step-item01__child-img {
    width: 80px;
  }
}
@media (max-width: 500px) {
  .mechanism__step-item01__child-img {
    left: 10px;
    width: 70px;
  }
}

.mechanism__step-item01__child-ttl {
  text-align: center;
  margin-bottom: 2.5rem;
}

.mechanism__step-item01__child01-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1rem;
}
@media (max-width: 700px) {
  .mechanism__step-item01__child01-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1rem;
  }
}

.mechanism__step-item01__child01-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mechanism__step-item01__child01-item__img {
  width: 55%;
  margin: 0 auto;
}

.mechanism__step-item01__child01-item__ttl {
  line-height: 1.2;
  text-align: center;
  margin: 10px auto;
}

.mechanism__step-item01__child01-item__txt {
  text-align: center;
}

.mechanism__step-item01__child02-img {
  margin-top: 3rem;
}

.mechanism__step-item02__cont {
  display: grid;
  grid-template-columns: 1fr 50%;
  align-items: center;
  gap: 2rem 4%;
  background: #fdf7f7;
  padding: 4rem 5%;
  margin-top: 3rem;
}
@media (max-width: 1024px) {
  .mechanism__step-item02__cont {
    grid-template-columns: 1fr;
  }
}

.mechanism__step-item02__ttl {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: #e4cbcb;
  padding: 0 15px;
  border-radius: 30px;
}

.mechanism__step-item02__mess {
  position: relative;
  padding-left: 3.2rem;
  margin-top: 2.2rem;
  margin-bottom: 1.2rem;
}

.mechanism__step-item02__mess::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  transform: translate(0, -50%);
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/mechanism_item02_check.svg) no-repeat center/contain;
}

.mechanism__step-item03__head-mess {
  width: 196px;
  margin-right: -20px;
  margin-left: 40px;
}
@media (max-width: 834px) {
  .mechanism__step-item03__head-mess {
    margin-left: 15px;
  }
}
@media (max-width: 600px) {
  .mechanism__step-item03__head-mess {
    margin-right: 0px;
    margin-left: 0;
  }
}

.mechanism__step-item03__head-img {
  position: absolute;
  top: -4%;
  right: 4%;
  width: 114px;
}
@media (max-width: 1445px) {
  .mechanism__step-item03__head-img {
    position: absolute;
    top: unset;
    bottom: -5px;
    right: unset;
    left: 640px;
  }
}
@media (max-width: 834px) {
  .mechanism__step-item03__head-img {
    position: absolute;
    top: unset;
    bottom: -5px;
    right: 0%;
    left: unset;
    width: 114px;
  }
}
@media (max-width: 700px) {
  .mechanism__step-item03__head-img {
    width: 97px;
  }
}

.mechanism__point {
  position: relative;
  z-index: 3;
  margin-top: 7rem;
}
@media (max-width: 500px) {
  .mechanism__point {
    margin-top: 5rem;
  }
}

.mechanism__point-head {
  display: grid;
  grid-template-columns: 640px 1fr;
  align-items: center;
  gap: 0 2rem;
}
@media (max-width: 1200px) {
  .mechanism__point-head {
    grid-template-columns: 1fr;
  }
}

.mechanism__point-head__l {
  display: flex;
  align-items: start;
}
@media (max-width: 1200px) {
  .mechanism__point-head__l {
    display: flex;
    align-items: start;
    gap: 2rem 4%;
  }
}
@media (max-width: 500px) {
  .mechanism__point-head__l {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0rem 4%;
  }
}

.mechanism__point-head__point {
  transform: scale(1.3) translate(-20%, 0);
}
@media (max-width: 1200px) {
  .mechanism__point-head__point {
    transform: scale(1) translate(0%, 0);
  }
}
@media (max-width: 500px) {
  .mechanism__point-head__point {
    width: 130px;
  }
}

.mechanism__point-head__txt {
  margin-top: 2rem;
}

@media (max-width: 1200px) {
  .mechanism__point-head__img {
    max-width: 700px;
    margin: 0 auto;
  }
}

.mechanism__point-cont {
  background: #f0f1f8;
  border-radius: 20px;
  padding: 3rem 5%;
  margin-top: 3rem;
}

.mechanism__point-cont__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem 1.5rem;
}
@media (max-width: 600px) {
  .mechanism__point-cont__ttl {
    flex-direction: column;
  }
}

.mechanism__point-cont__lead {
  width: 65px;
}
@media (max-width: 600px) {
  .mechanism__point-cont__lead {
    width: 50px;
  }
}

.mechanism__point-cont__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 1rem;
}
@media (max-width: 1200px) {
  .mechanism__point-cont__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 450px;
    margin: 2rem auto 0;
  }
}
@media (max-width: 600px) {
  .mechanism__point-cont__list {
    grid-template-columns: 1fr;
    max-width: 200px;
  }
}

.mechanism__point-cont__item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.mechanism__point-cont__item-img {
  width: 70px;
}
@media (max-width: 600px) {
  .mechanism__point-cont__item-img {
    width: 55px;
  }
}

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

/* -------------------------
 * clay
 * ------------------------- */
.clay {
  position: relative;
  z-index: 4;
  padding-block: 13rem;
  background: url(../img/clay_bg.webp) no-repeat center/cover;
}
@media (max-width: 1445px) {
  .clay {
    padding-block: 8vw;
  }
}
@media (max-width: 834px) {
  .clay {
    padding-block: 6rem;
  }
}

.clay__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 834px) {
  .clay__inner {
    grid-template-columns: 1fr;
  }
}

.clay__cont {
  padding: 5% 12% 0;
}
@media (max-width: 834px) {
  .clay__cont {
    padding: 5rem 5% 0;
  }
}

.clay__txt {
  margin-top: 2.5rem;
  margin-bottom: 5rem;
}
@media (max-width: 834px) {
  .clay__txt {
    margin-bottom: 3rem;
  }
}

.clay__list {
  transform: scale(1.1) translate(5%, 0);
}
@media (max-width: 834px) {
  .clay__list {
    max-width: 500px;
    transform: scale(1) translate(0%, 0);
  }
}

.clay__slider-area {
  position: absolute;
  top: 14%;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.clay__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.clay__slider .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.clay__slider-txt {
  font-weight: 400;
  color: #dedbed;
  opacity: 0.3;
  white-space: nowrap;
}

/* -------------------------
 * detail
 * 使い方
 * ------------------------- */
.detail__how {
  background: #eff3fa;
  padding: 6rem 5% 6rem;
  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: -moz-fit-content;
  width: fit-content;
}

.detail__how-catch {
  font-size: var(--f60);
  font-weight: 500;
  margin: 1.5rem auto 1rem;
  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(3, 1fr);
  gap: 3rem 5%;
  justify-content: space-between;
  margin-top: 2rem;
}
@media (max-width: 834px) {
  .detail__how-list {
    width: 800px;
    height: auto;
    max-width: none;
  }
}
.detail__how-list > li {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0rem;
  justify-content: center;
}
.detail__how-list > li:nth-child(1) .detail__how-list-img {
  width: 48%;
}

.detail__how-list-img {
  position: relative;
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}

.detail__how-list li:nth-of-type(1) .detail__how-list-img {
  width: 40%;
}

.detail__how-list-img img {
  mix-blend-mode: multiply;
}

.detail__how-list-label {
  text-align: center;
  margin-bottom: 1rem;
}

.detail__how-list-label-num {
  position: absolute;
  top: 28%;
  left: 0;
  transform: translate(0, -50%);
  font-size: var(--f16);
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  color: var(--cw);
  background: #a6a6cd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.6em;
}

.detail__how-list-label-txt {
  font-size: var(--f20);
  text-align: center;
  font-weight: 400;
}

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

.detail__how-bottom {
  display: flex;
  align-items: center;
  background: #fefefe;
  border-radius: 15px;
  padding: 2rem 5%;
  margin-top: 3.5rem;
}
@media (max-width: 834px) {
  .detail__how-bottom {
    flex-direction: column;
    align-items: center;
  }
}

.detail__how-bottom__ttl {
  white-space: nowrap;
}

.detail__how-bottom__txt {
  border-left: 1px solid #ddd;
  padding: 1rem 0 1rem 4rem;
  margin-left: 4rem;
}
@media (max-width: 834px) {
  .detail__how-bottom__txt {
    border-left: none;
    padding: 1.5rem 0 0;
    margin-left: 0;
  }
}

/* -------------------------
 * detail
 * ------------------------- */
.detail {
  background: url(../img/how_bg.webp) no-repeat top/contain #fff;
  position: relative;
  z-index: 1;
  padding-block: 14rem;
}
@media (max-width: 834px) {
  .detail {
    padding-block: 7rem;
  }
}

.detail__main-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14%;
}
@media (max-width: 834px) {
  .detail__main-flex {
    row-gap: 3rem;
    display: flex;
    flex-direction: column;
    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);
  margin-block: 0.5rem 1rem;
}
@media (max-width: 834px) {
  .detail__main-product-name--ja {
    text-align: center;
  }
}

.detail__main-price-wrap {
  font-weight: bold;
}
@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(--uf21);
  line-height: 1.9;
  margin-block: 3rem 2rem;
  font-weight: 400;
}
@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: #606b7f;
  font-size: var(--f28);
  display: flex;
  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;
  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(6, 1fr);
  gap: 2.4rem;
  justify-content: space-between;
}
.detail__care-list > li {
  padding: 3rem 5%;
  border-radius: 10px;
  border: solid 1px #cdd3db;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 3rem;
  position: relative;
}
.detail__care-list > li:nth-child(1) {
  border: solid 1px #cdd3db;
  background-color: #aab2bf;
}
.detail__care-list > li:nth-child(1) .detail__care-list-summary,
.detail__care-list > li:nth-child(1) .detail__care-list-product {
  color: #fff;
}
.detail__care-list > li:not(:last-child)::after {
  width: 2.3rem;
  height: auto;
  background-color: #ced6ed;
  content: "";
  display: inline-block;
  position: absolute;
  aspect-ratio: 25/34;
  right: -2.3rem;
  top: 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: 870px;
    height: auto;
    max-width: none;
  }
}

.detail__care-list-summary {
  font-size: var(--f24);
  font-weight: 400;
  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%;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .detail__others-list {
    display: flex;
    flex-direction: column;
    row-gap: 7rem;
  }
}
.detail__others-list > li {
  display: grid;
  gap: 3rem 10%;
  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: 7.7rem;
}
.detail__others-list > li:nth-child(5) {
  grid-template-columns: 77fr 376fr;
}
@media (max-width: 834px) {
  .detail__others-list > li:nth-child(5) {
    grid-template-columns: 50fr 376fr;
  }
}
.detail__others-list > li:nth-child(5) .detail__others-list-img {
  max-width: 8rem;
}

@media (max-width: 834px) {
  .detail__others-list-info {
    grid-area: info;
    display: flex;
    flex-direction: column;
    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;
  }
}

.detail__others-description {
  font-size: var(--uf15);
  line-height: 1.8;
  font-weight: 300;
}
@media (max-width: 834px) {
  .detail__others-description {
    grid-area: desc;
    line-height: 1.6;
  }
}

@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: #9ca1a9;
  font-size: var(--uf13);
  letter-spacing: 0.08em;
}

.detail__others-name--ja {
  font-size: var(--f21);
  margin-block: 0.8rem 1rem;
  letter-spacing: -0.05em;
}
@media (max-width: 834px) {
  .detail__others-name--ja {
    margin-block: 1rem 1.2rem;
    line-height: 1.4;
    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(--uf12);
}

.detail__others-catch {
  font-size: var(--uf18);
  margin-block: 2.5rem 2.2rem;
  line-height: 1.9;
  font-weight: 400;
}
@media (max-width: 834px) {
  .detail__others-catch {
    margin-block: 1.8rem 1.8rem;
  }
}

.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: flex;
  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: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 2.3rem;
  max-width: 180px;
  width: 100%;
  line-height: 1;
  margin-top: 4rem;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .detail__others-btn {
    margin-inline: auto;
  }
}
.detail__others-btn:hover {
  opacity: 0.6;
  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 0;
}
@media (max-width: 834px) {
  .detail__others-note {
    margin-block: 2rem 0;
  }
}

/* -------------------------
 * 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;
  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%;
  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: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  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;
  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;
  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;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 834px) {
  .footer__inner {
    grid-template-columns: 10rem 13rem;
  }
}

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

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

.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 834px) {
  .footer__content {
    gap: 0.3rem;
  }
}

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

.footer__info-link {
  transition: all 0.3s;
}
.footer__info-link:hover {
  opacity: 0.6;
  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 */