@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: 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;
}
@media screen and (max-width: 450px) {
  .tac {
    text-align: left;
  }
}

.tas {
  text-align: start;
}

.tae {
  text-align: end;
}

.underline02 {
  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: linear-gradient(90deg, #f3f1cb, #f3f1cb);
  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: 150vh;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .mv {
    min-height: auto;
  }
}

.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 top 38%;
  background-size: cover;
  transition: filter 0.3s ease, opacity 0.3s ease;
  z-index: -1;
  will-change: filter, opacity;
}
@media screen and (max-width: 1200px) {
  .mv__background {
    background-position: right 21% top 38%;
  }
}
@media screen and (max-width: 1100px) {
  .mv__background {
    background-position: right 33% top 38%;
  }
}
@media screen and (max-width: 900px) {
  .mv__background {
    background-image: url(../img/mv_bg_sp.webp);
    background-size: center;
  }
}

.mv__container {
  position: relative;
  padding-top: 10rem;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 900px) {
  .mv__container {
    height: auto;
    aspect-ratio: 1000/2214;
  }
}
@media screen and (max-width: 750px) {
  .mv__container {
    aspect-ratio: 750/1665;
    min-height: 220vw;
  }
}

.mv__copy {
  position: fixed;
  top: 29%;
  right: 8%;
  writing-mode: vertical-rl;
  font-size: var(--uf28);
  color: #454545;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 2.57;
}
.mv__copy sup {
  display: inline-block;
  position: relative;
  right: -2.2em;
  font-size: var(--uf12);
  writing-mode: horizontal-tb;
}
@media screen and (max-width: 900px) {
  .mv__copy sup {
    top: -1.5em;
    right: auto;
    left: 0.2em;
  }
}
@media screen and (max-width: 600px) {
  .mv__copy sup {
    top: -1em;
  }
}
@media screen and (max-width: 450px) {
  .mv__copy sup {
    top: -0.5em;
  }
}
@media (max-width: 1200px) {
  .mv__copy {
    right: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .mv__copy {
    position: absolute;
    top: auto;
    right: 0;
    left: clamp(3rem, 10.6666666667vw, 8rem);
    bottom: clamp(3rem, 29.3333333333vw, 22rem);
    writing-mode: horizontal-tb;
    font-size: clamp(1rem, 4.1333333333vw, 3.1rem);
    line-height: 2.06;
  }
  .mv__copy span {
    position: relative;
  }
}
@media (max-width: 600px) {
  .mv__copy.loadin01 {
    transition: all 1.5s 1.5s;
  }
}

.mv__logp__sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .mv__logp__sp {
    display: block;
    margin: 0 auto;
    width: clamp(20rem, 68.6666666667vw, 51.4rem);
  }
  .mv__logp__sp img {
    position: relative;
    right: -10%;
  }
}

.mv__info {
  position: fixed;
  bottom: 38%;
  left: 9%;
}
@media screen and (max-width: 900px) {
  .mv__info {
    position: absolute;
    bottom: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 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: start;
  justify-content: space-between;
  gap: 6.5rem;
  height: 100%;
  margin-top: 7%;
}
@media screen and (max-width: 1330px) {
  .mv__info-left {
    width: 70%;
  }
}
@media screen and (max-width: 900px) {
  .mv__info-left {
    margin-top: clamp(3rem, 15.3333333333vw, 11.5rem);
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(3rem, 7.4666666667vw, 5.6rem);
  }
}

.mv__info-bottom {
  position: fixed;
  right: 1%;
  bottom: 5rem;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .mv__info-bottom {
    position: absolute;
    bottom: clamp(3rem, 10.6666666667vw, 8rem);
    right: clamp(1rem, 4vw, 3rem);
  }
}

@media screen and (max-width: 750px) {
  .uf12 {
    font-size: clamp(0.6rem, 1.6vw, 1.2rem);
  }
}
.mv__product-name-img {
  max-width: 57.3rem;
  width: 90%;
}
@media screen and (max-width: 900px) {
  .mv__product-name-img {
    max-width: 100%;
    width: clamp(50vw, 83.7333333333vw, 62.8rem);
  }
}

.mv__decoration-area {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5.4rem;
}
@media screen and (max-width: 1200px) {
  .mv__decoration-area {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .mv__decoration-area {
    display: none;
  }
}
.mv__decoration-area__logo {
  display: block;
  max-width: 39.1rem;
}
.mv__decoration-area__deoxcy {
  display: block;
  max-width: 11.1rem;
}

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

/* -------------------------
 * 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: 0;
  position: relative;
  z-index: 2;
  background: #fcfcfb;
}

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

.summary__intro {
  position: relative;
  padding: clamp(5rem, 16.0714285714vw, 27rem) 0;
  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-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  background: url(../img/summary-intro_bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 560px) {
  .summary__intro {
    min-height: 31rem;
  }
}
.summary__intro-catch {
  margin-top: 2rem;
  text-align: center;
  text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.4), -1px 1px 10px rgba(255, 255, 255, 0.4), 1px -1px 10px rgba(255, 255, 255, 0.4), -1px -1px 10px rgba(255, 255, 255, 0.4);
}
.summary__intro-catch sup {
  position: relative;
  top: -3em;
}
@media screen and (max-width: 834px) {
  .summary__intro-catch sup {
    top: -1em;
  }
}
.summary__intro-catch .sp {
  display: none;
}
@media screen and (max-width: 560px) {
  .summary__intro-catch .sp {
    display: block;
  }
}
.summary__intro-att {
  position: absolute;
  right: 11rem;
  bottom: 6rem;
  line-height: 1.5;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .summary__intro-att {
    right: 3rem;
    bottom: 3rem;
  }
}
@media screen and (max-width: 560px) {
  .summary__intro-att {
    position: relative;
    margin: 5rem 5% 0 auto;
    right: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 450px) {
  .summary__intro-att {
    margin-top: 3rem;
  }
}

.summary__inner {
  position: relative;
  padding: clamp(5rem, 9.5238095238vw, 16rem) 0 clamp(5rem, 8.3333333333vw, 14rem);
  display: grid;
  grid-template-columns: 50fr 50fr;
  gap: 5rem 2%;
  justify-content: space-between;
  align-items: center;
  background: url(../img/summary-inner_bg.webp) no-repeat center/cover;
}
@media (max-width: 834px) {
  .summary__inner {
    display: flex;
    flex-direction: column;
  }
}

.summary__lead {
  margin-bottom: 5rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .summary__lead {
    width: 90%;
  }
}
.summary__lead sup {
  position: relative;
  top: -0.8em;
  font-size: 0.5em;
}
.summary__lead .sp {
  display: none;
}
@media screen and (max-width: 390px) {
  .summary__lead .sp {
    display: block;
  }
}

.summary__logo {
  max-width: 33.7rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 834px) {
  .summary__logo {
    margin-bottom: 5rem;
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .summary__logo {
    width: 60%;
  }
}

.summary__cont {
  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-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 600px) {
  .summary__cont {
    position: relative;
  }
}
.summary__cont .utxt16 {
  max-width: 47rem;
}
@media screen and (max-width: 834px) {
  .summary__cont .utxt16 {
    width: 90%;
  }
}
.summary__cont .utxt16 sup {
  position: relative;
  top: -0.9em;
  font-size: 0.5em;
}

.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 .uf12 {
  position: absolute;
  z-index: 1;
  bottom: -10vw;
  right: 10%;
}
@media screen and (max-width: 1350px) {
  .summary__body .uf12 {
    bottom: calc(-4em - 3rem);
  }
}
@media screen and (max-width: 834px) {
  .summary__body .uf12 {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 4rem -5% 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .summary__body .uf12 {
    margin-right: 3%;
  }
}

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

@media screen and (max-width: 834px) {
  .summary__main-img {
    width: 90%;
  }
}

/* -------------------------
 * combi
 * ------------------------- */
.combi {
  position: relative;
  padding-block: clamp(5rem, 7.7380952381vw, 13rem) clamp(4rem, 8.3333333333vw, 14rem);
  background: url(../img/combi_bg.webp) no-repeat center/cover;
  overflow: hidden;
}
.combi-hg + .utxt16 sup {
  position: relative;
  top: -1em;
  font-size: 0.5em;
}
@media screen and (max-width: 450px) {
  .combi-hg + .utxt16 sup {
    top: -0.8em;
  }
}
.combi-hg__catch {
  text-align: center;
  color: #7e89b5;
}
.combi-hg__catch br {
  display: none;
}
@media screen and (max-width: 450px) {
  .combi-hg__catch br {
    display: block;
  }
}
.combi-hg__catch sup {
  position: relative;
  top: -0.2em;
}
.combi-hg__txt {
  margin-top: 4rem;
  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: 0 1rem;
}
@media screen and (max-width: 834px) {
  .combi-hg__txt {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .combi-hg__txt {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.combi-hg__txt span {
  padding: 0.3rem 2rem 0.5rem;
  display: block;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .combi-hg__txt span {
    padding-inline: 1rem;
  }
}
.combi-hg__txt span:first-of-type {
  background-color: #cfb177;
}
.combi-hg__txt span:last-of-type {
  background-color: #abb5dc;
}
.combi-hg__txt sup {
  position: relative;
  top: -1em;
  font-size: 0.4em;
}
.combi-hg__ttl {
  margin-top: 4rem;
  text-align: center;
  font-weight: normal;
  color: #333;
}
@media screen and (max-width: 834px) {
  .combi-hg__ttl {
    margin-top: 2rem;
  }
}
.combi-hg__ttl br {
  display: none;
}
@media screen and (max-width: 450px) {
  .combi-hg__ttl br {
    display: block;
  }
}
.combi-hg + .utxt16 {
  max-width: 80rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 834px) {
  .combi-hg + .utxt16 {
    margin-top: 2rem;
  }
}
.combi-app {
  margin-top: -18rem;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 1460px) {
  .combi-app {
    margin-top: -9vw;
  }
}
@media screen and (max-width: 490px) {
  .combi-app {
    margin-top: -16vw;
    width: 200vw;
    margin-inline: calc(50% - 100vw);
  }
}
.combi-list {
  margin-top: -27.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1460px) {
  .combi-list {
    margin-top: -14vw;
  }
}
@media screen and (max-width: 834px) {
  .combi-list {
    gap: 3rem;
  }
}
@media screen and (max-width: 490px) {
  .combi-list {
    margin-top: -23vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
}
.combi-list__item:first-of-type .combi-list__hg-txt {
  background-color: #cfb177;
}
.combi-list__item:first-of-type .combi-list__hg-ttl {
  color: #b88626;
}
.combi-list__item:first-of-type .combi-list__img {
  max-width: 27.3rem;
}
.combi-list__item:last-of-type .combi-list__hg-txt {
  background-color: #abb5dc;
}
.combi-list__item:last-of-type .combi-list__hg-ttl {
  color: #7e89b5;
}
.combi-list__item:last-of-type .combi-list__img {
  max-width: 25.7rem;
}
.combi-list__hg {
  margin-bottom: 3rem;
}
@media screen and (max-width: 490px) {
  .combi-list__hg {
    margin-bottom: 1.5rem;
  }
}
.combi-list__hg-txt {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5rem 1.5rem;
  color: #fff;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.combi-list__hg-txt sup {
  position: relative;
  top: -0.8em;
  font-size: 0.5em;
}
.combi-list__hg-ttl {
  margin-top: 1rem;
  text-align: center;
}
.combi-list__hg-ttl sup {
  font-size: 0.5em;
}
.combi-list__hg + .uf16 {
  max-width: 36rem;
  margin: 0 auto;
}
.combi-list__hg + .uf16 sup {
  position: relative;
  top: -0.8em;
  font-size: 0.5em;
}
.combi-list__img {
  margin: 3rem auto 0;
}
@media screen and (max-width: 450px) {
  .combi-list__img {
    margin-top: 2rem;
  }
}
.combi-list__img .uf12 {
  margin-top: 1rem;
  text-align: right;
}
.combi-att {
  width: fit-content;
  margin: 3rem 1% 0 auto;
}
.combi-box {
  margin-top: clamp(2rem, 2.6785714286vw, 4.5rem);
  padding-block: clamp(3rem, 5.3571428571vw, 9rem) clamp(3rem, 4.1666666667vw, 7rem);
  background: url(../img/combi-box_bg.webp) no-repeat center/cover;
  box-shadow: 0 0 2.7rem rgba(83, 88, 106, 0.03);
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
}
.combi-box__ttl {
  text-align: center;
}
.combi-box__ttl sup {
  position: relative;
  top: -0.5em;
}
.combi-box__ttl .sp {
  display: none;
}
@media screen and (max-width: 400px) {
  .combi-box__ttl .sp {
    display: block;
  }
}
.combi-box__ttl + .uf16 {
  max-width: 86rem;
  margin: 3rem auto;
}
.combi-box__ttl + .uf16 sup {
  position: relative;
  top: -0.8em;
  font-size: 0.5em;
}
.combi-box__box {
  position: relative;
  margin-block: 6rem 8.5rem;
  padding: clamp(3rem, 4.1666666667vw, 7rem) 5% clamp(3rem, 5.0595238095vw, 8.5rem);
  background: linear-gradient(-136deg, rgb(255, 255, 255) 0%, rgb(253, 249, 228) 100%);
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
}
.combi-box__box::after {
  position: absolute;
  content: "";
  width: 38rem;
  aspect-ratio: 380/116;
  bottom: -7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: url(../img/combi-arw.webp) no-repeat center/cover;
}
@media screen and (max-width: 450px) {
  .combi-box__box::after {
    width: 90%;
  }
}
.combi-box__box-ttl {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .combi-box__box-ttl {
    text-align: left;
  }
}
.combi-box__box-ttl sup {
  position: relative;
  top: -0.3em;
}
.combi-box__box-flex {
  margin-top: 5rem;
  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: clamp(1.5rem, 2.7380952381vw, 4.6rem);
}
@media screen and (max-width: 600px) {
  .combi-box__box-flex {
    margin-top: 3rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 450px) {
  .combi-box__box-flex {
    margin-top: 2rem;
  }
}
.combi-box__box-logo {
  max-width: 9.4rem;
}
@media screen and (max-width: 600px) {
  .combi-box__box-logo {
    position: absolute;
    top: 1rem;
    right: 5%;
    z-index: 1;
    max-width: 5rem;
  }
}
.combi-box__box-cont__ttl {
  margin-bottom: 2rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.combi-box__list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 1.7857142857vw, 3rem);
}
@media screen and (max-width: 600px) {
  .combi-box__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .combi-box__list {
    margin-top: 2rem;
  }
}
.combi-box__list-item:first-of-type .combi-box__list-img img {
  max-width: 7.2rem;
}
@media screen and (max-width: 450px) {
  .combi-box__list-item:first-of-type .combi-box__list-img img {
    max-width: 5rem;
  }
}
.combi-box__list-item:nth-of-type(2) .combi-box__list-img img {
  max-width: 9.7rem;
}
@media screen and (max-width: 450px) {
  .combi-box__list-item:nth-of-type(2) .combi-box__list-img img {
    max-width: 7.5rem;
  }
}
.combi-box__list-item:last-of-type .combi-box__list-img img {
  max-width: 13.8rem;
}
@media screen and (max-width: 450px) {
  .combi-box__list-item:last-of-type .combi-box__list-img img {
    max-width: 11.6rem;
  }
}
.combi-box__list-head {
  position: relative;
  padding-block: 3.4rem;
  background: url(../img/combi-list_bg.webp) no-repeat center/212px auto;
}
@media screen and (max-width: 834px) {
  .combi-box__list-head {
    background-size: 90% auto;
  }
}
@media screen and (max-width: 600px) {
  .combi-box__list-head {
    background-size: 212px auto;
  }
}
@media screen and (max-width: 450px) {
  .combi-box__list-head {
    padding-block: 1rem;
    background-size: 150px auto;
  }
}
.combi-box__list-num {
  position: absolute;
  top: 3.5rem;
  left: 0;
  width: 5rem;
  aspect-ratio: 1;
  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;
  color: #fff;
  background-color: #f3cb7a;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .combi-box__list-num {
    width: 4rem;
  }
}
.combi-box__list-img {
  min-height: 16rem;
  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;
}
.combi-box__list-ttl {
  margin-block: -1em 1rem;
  color: #7e89b5;
}
@media screen and (max-width: 450px) {
  .combi-box__list-ttl.tac {
    text-align: center;
  }
}
.combi-box__list-ttl + .uf15 {
  max-width: 24rem;
  margin: 0 auto;
}
.combi-box__plus {
  position: relative;
  margin-top: 6rem;
  padding: clamp(1.5rem, 1.6666666667vw, 2.8rem) 5% clamp(1.5rem, 2.2619047619vw, 3.8rem);
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 600px) {
  .combi-box__plus {
    margin-top: 4rem;
  }
}
.combi-box__plus-top {
  position: absolute;
  top: -2.4rem;
  left: calc(50% - 2.4rem);
  width: 4.8rem;
  aspect-ratio: 1;
  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;
  color: #a5b8df;
  border: 1px solid #d1e0ee;
  background-color: #fff;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 600px) {
  .combi-box__plus-top {
    width: 3rem;
    top: -1.5rem;
  }
}
.combi-box__plus-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: clamp(2rem, 4.1666666667vw, 7rem);
}
@media screen and (max-width: 450px) {
  .combi-box__plus-flex {
    position: relative;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.combi-box__plus-cont {
  max-width: 48.2rem;
}
.combi-box__plus-ttl {
  margin-bottom: 1rem;
}
.combi-box__plus-ttl br {
  display: none;
}
@media screen and (max-width: 450px) {
  .combi-box__plus-ttl br {
    display: block;
  }
}
.combi-box__plus-img {
  max-width: 10.1rem;
}
@media screen and (max-width: 450px) {
  .combi-box__plus-img {
    position: absolute;
    top: -3rem;
    right: -1rem;
    z-index: 1;
    max-width: 6rem;
  }
}
.combi-box__more {
  position: relative;
  max-width: 80rem;
  margin: 4rem auto 0;
  padding: clamp(2rem, 2.6785714286vw, 4.5rem) clamp(2rem, 3.2738095238vw, 5.5rem) clamp(2rem, 2.380952381vw, 4rem) 24rem;
  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;
  background: url(../img/combi-more_bg.webp) no-repeat bottom center/cover;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
}
@media screen and (max-width: 834px) {
  .combi-box__more {
    padding-left: 20rem;
  }
}
@media screen and (max-width: 600px) {
  .combi-box__more {
    padding-left: 12rem;
  }
}
@media screen and (max-width: 450px) {
  .combi-box__more {
    padding-left: 2rem;
  }
}
.combi-box__more-img {
  position: absolute;
  top: -3rem;
  left: -4rem;
  z-index: 1;
  max-width: 20rem;
}
@media screen and (max-width: 834px) {
  .combi-box__more-img {
    max-width: 15rem;
    top: -2rem;
    left: -2rem;
  }
}
@media screen and (max-width: 600px) {
  .combi-box__more-img {
    max-width: 10rem;
    top: -1rem;
    left: -1rem;
  }
}
@media screen and (max-width: 450px) {
  .combi-box__more-img {
    display: none;
  }
}
.combi-box__more-img img {
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.combi-box__more-cont {
  position: relative;
}
.combi-box__more-txt {
  position: absolute;
  max-width: 11.5rem;
  top: -5.6rem;
  left: -9.5rem;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .combi-box__more-txt {
    max-width: 8rem;
    top: -3rem;
    left: -6rem;
  }
}
@media screen and (max-width: 450px) {
  .combi-box__more-txt {
    top: -4rem;
    left: -2rem;
  }
}
.combi-box__more-txt + .ff-shippori {
  margin-bottom: 2rem;
}
@media screen and (max-width: 600px) {
  .combi-box__more-txt + .ff-shippori {
    margin-bottom: 1rem;
  }
}

/* -------------------------
 * aging
 * ------------------------- */
.aging {
  position: relative;
  background: url(../img/aging_bg.webp) no-repeat right center/cover;
}
.aging-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .aging-flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.aging-img {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .aging-img {
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
  }
}
.aging-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.aging-cont {
  padding-right: 10%;
  width: 50%;
  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-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .aging-cont {
    padding: 5%;
  }
}
@media screen and (max-width: 834px) {
  .aging-cont {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 450px) {
  .aging-cont {
    overflow: hidden;
  }
}
.aging-cont .uf16 sup {
  position: relative;
  top: -0.7em;
  font-size: 0.5em;
}
.aging-cont__img {
  max-width: 57.9rem;
}
@media screen and (max-width: 834px) {
  .aging-cont__img {
    margin: -2vw auto 0;
  }
}
@media screen and (max-width: 450px) {
  .aging-cont__img {
    width: 100vw;
    margin-top: -4vw;
    margin-inline: calc(50% - 50vw);
  }
}
.aging-ttl {
  margin-bottom: clamp(2rem, 2.380952381vw, 4rem);
}
.aging-ttl__img {
  display: block;
  max-width: 42rem;
  margin-top: clamp(1.5rem, 1.7857142857vw, 3rem);
}
@media screen and (max-width: 834px) {
  .aging-ttl__img {
    max-width: 30rem;
  }
}
@media screen and (max-width: 450px) {
  .aging-ttl__img {
    width: 80%;
  }
}
.aging-ttl + .uf16 {
  max-width: 41.4rem;
}
@media screen and (max-width: 834px) {
  .aging-ttl + .uf16 {
    max-width: 100%;
  }
}
.aging-att {
  margin: 6rem -15% 0 auto;
}
@media screen and (max-width: 1200px) {
  .aging-att {
    margin-right: -5%;
  }
}
@media screen and (max-width: 834px) {
  .aging-att {
    margin-top: 0;
  }
}
@media screen and (max-width: 450px) {
  .aging-att {
    margin-top: -1vw;
  }
}

/* -------------------------
 * 画像のみ
 * ------------------------- */
.section-bg {
  position: relative;
}

/* -------------------------
 * Q&A よくある質問
 * ------------------------- */
.faq {
  position: relative;
  z-index: 10;
  background-color: #f9f9f9;
  padding-block: clamp(5rem, 8.3333333333vw, 14rem) clamp(5rem, 9.5238095238vw, 16rem);
}
.faq-ttl {
  margin-bottom: clamp(3rem, 2.9761904762vw, 5rem);
  text-align: center;
  color: #7e89b5;
  font-weight: normal;
  letter-spacing: 0.3em;
}

/* -------------------------
 *  Q&A アコーディオン
 * ------------------------- */
.accordion__item {
  display: grid;
  grid-template-rows: -webkit-min-content 0fr;
  grid-template-rows: min-content 0fr;
  -webkit-transition: grid-template-rows 300ms ease;
  transition: grid-template-rows 300ms ease;
  transition: grid-template-rows 300ms ease, -ms-grid-rows 300ms ease;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
  color: #202b3b;
  border: 1px solid #ddd;
}

.accordion__item.accordion-open {
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
}

.accordion__item.accordion-open .open-close-btn::before {
  content: "";
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  -webkit-transform: translate(50%, -50%) rotate(-90deg);
  transform: translate(50%, -50%) rotate(-90deg);
}

.accordion__item.accordion-open .accordion__detail {
  border-top: 1px solid #ddd;
}

.accordion__item .accordion__detail {
  overflow: hidden;
}

.accordion__item + .accordion__item {
  margin-top: 3rem;
}

.accordion__summary {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  padding: 2rem 3rem;
  background: #e5eaf4;
}

@media (max-width: 834px) {
  .accordion__summary {
    font-size: 1.6rem;
    padding: 2rem;
  }
}
.accordion__summary .accordion__txt {
  font-weight: 600;
  margin-top: 0.1em;
}

.accordion__symbol {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #7e89b5;
}

@media (max-width: 834px) {
  .accordion__symbol {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.accordion__cont-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}

.accordion__detail {
  background: #fff;
  padding-left: 3.4em;
}

@media (max-width: 834px) {
  .accordion__detail {
    padding-left: 0rem;
  }
}
.accordion__detail-inner {
  padding: 2rem;
}

.open-close-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: grid;
  position: relative;
}

.open-close-btn::before, .open-close-btn::after {
  content: "";
  position: absolute;
  background: #c8c9d1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.open-close-btn::after {
  width: 15px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.open-close-btn::before {
  width: 2px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

/* アコーディオンエリア全体 */
.faq__accordion-area {
  position: relative;
}

.faq__accordion-area .accordion {
  max-height: 57rem;
  overflow: hidden;
  -webkit-transition: max-height 1000ms ease;
  transition: max-height 1000ms ease;
  position: relative;
}

.faq__accordion-area .accordion::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f9f9f9));
  background: linear-gradient(to bottom, transparent, #f9f9f9);
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  pointer-events: none;
}

.faq__accordion-area.area-open .accordion {
  max-height: 200rem;
}

.faq__accordion-area.area-open .accordion::after {
  opacity: 0;
  pointer-events: none;
}

.faq__accordion-btn {
  font-size: var(--f18);
  color: #7e89b5;
  min-width: 15rem;
  height: 4.5rem;
  margin: 2rem auto 0;
  background: transparent;
  border-radius: 100vmax;
  border: 1px solid #7e89b5;
  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-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.faq__accordion-btn:hover {
  cursor: pointer;
  background-color: #fff;
  color: #7e89b5;
}

.faq__accordion-btn .close-txt {
  display: none;
}

.faq__accordion-btn.area-open .open-txt {
  display: none;
}

.faq__accordion-btn.area-open .close-txt {
  display: block;
}

/* -------------------------
 * detail
 * 使い方
 * ------------------------- */
.detail__how {
  position: relative;
  background: linear-gradient(134deg, rgb(253, 249, 230) 0%, rgb(239, 243, 252) 100%);
  padding: 6rem 5% 6rem;
  margin-top: clamp(3rem, 2.9761904762vw, 5rem);
}
@media (max-width: 834px) {
  .detail__how {
    padding-block: 6rem 4rem;
    margin-bottom: 5rem;
  }
}

.detail__how-ttl {
  margin-bottom: clamp(2rem, 2.380952381vw, 4rem);
  line-height: 1;
  margin-inline: auto;
  width: fit-content;
  color: #7e89b5;
}

.detail__how-catch {
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  color: #7e89b5;
}

.detail__how-can {
  position: absolute;
  top: clamp(2rem, 2.7976190476vw, 4.7rem);
  right: clamp(2rem, 2.380952381vw, 4rem);
  width: fit-content;
  padding: 0.6rem 1.3rem 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.8rem;
  color: #7e89b5;
  background-color: #fff;
  border: 1px solid #b8bed6;
  border-radius: 0.7rem;
  -webkit-border-radius: 0.7rem;
}
@media screen and (max-width: 834px) {
  .detail__how-can {
    padding-block: 0.4rem 0.5rem;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 1.5rem;
  }
}
.detail__how-can img {
  display: block;
  max-width: 4.3rem;
}

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

.detail__how-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(2rem, 2.9761904762vw, 5rem);
  margin-top: 2rem;
}
@media (max-width: 834px) {
  .detail__how-list {
    width: 55rem;
    height: auto;
    max-width: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.detail__how-list > li {
  position: relative;
}

.detail__how-list-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}
.detail__how-list-img img {
  width: auto;
  max-height: 13.8rem;
}

.detail__how-list-label {
  text-align: center;
  margin-block: clamp(2rem, 2.380952381vw, 4rem) 1rem;
  color: #7e89b5;
}

.detail__how-list-label-num {
  font-weight: normal;
}

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

.detail__how-list-description {
  max-width: 20rem;
  margin-inline: auto;
  line-height: 1.6;
  font-weight: 300;
}
.detail__how-list-description sup {
  position: relative;
  top: 0.1em;
}

.detail__how-bottom {
  background: #fefefe;
  border-radius: 15px;
  padding: clamp(2rem, 2.9761904762vw, 5rem) 5%;
  margin-top: 3.5rem;
}

.detail__how-bottom__ttl {
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1rem;
}
@media screen and (max-width: 500px) {
  .detail__how-bottom__ttl {
    line-height: 2;
  }
}
.detail__how-bottom__ttl br {
  display: none;
}
@media screen and (max-width: 500px) {
  .detail__how-bottom__ttl br {
    display: block;
  }
}

.detail__how-bottom__txt {
  max-width: 71.4rem;
  margin: clamp(1.5rem, 1.7857142857vw, 3rem) auto 0;
  line-height: 1.875;
}

.detail__how-spray {
  margin-top: clamp(3rem, 2.9761904762vw, 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 1.7857142857vw, 3rem);
}
@media screen and (max-width: 600px) {
  .detail__how-spray {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.detail__how-spray__img {
  max-width: 9.6rem;
}
@media screen and (max-width: 834px) {
  .detail__how-spray__img {
    min-width: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .detail__how-spray__img {
    margin-inline: auto 0;
  }
}
.detail__how-spray__txt + .detail__how-spray__txt {
  margin-top: 1em;
  color: #e49600;
}

/* -------------------------
 * 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;
  gap: 14%;
}
@media (max-width: 834px) {
  .detail__main-flex {
    row-gap: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.detail__main-flex.mt130 {
  margin-top: clamp(4rem, 7.7380952381vw, 13rem);
}

.detail__main-img {
  max-width: 28.9rem;
}
@media (max-width: 834px) {
  .detail__main-img {
    max-width: 15rem;
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .detail__main-img {
    max-width: 13rem;
  }
}

.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;
  }
}
@media screen and (max-width: 450px) {
  .detail__main-product-name--ja {
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .detail__main-product-name--txt {
    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;
  padding-top: 1.5rem;
}
@media screen and (max-width: 834px) {
  .detail__main-body {
    padding-top: 0;
  }
}

.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-price-dtl {
  display: inline-block;
  margin-top: clamp(1.5rem, 1.7857142857vw, 3rem);
  padding: 0.5rem 1rem;
  font-weight: 200;
  border: 1px solid #ddd;
}
@media screen and (max-width: 750px) {
  .detail__main-price-dtl.uf12 {
    font-size: 1.2rem;
    display: block;
    width: fit-content;
    margin-inline: auto;
  }
}

.detail__main-catch {
  font-size: var(--uf21);
  line-height: 1.9;
  margin-block: 3rem 2rem;
  font-weight: 400;
}
.detail__main-catch span {
  color: #e59d19;
}
@media (max-width: 834px) {
  .detail__main-catch {
    text-align: center;
  }
}

.detail__main-description sup {
  position: relative;
  top: -0.8em;
  font-size: 0.5em;
}

.detail__main-list:first-of-type {
  margin-top: clamp(2rem, 2.380952381vw, 4rem);
}
.detail__main-list + .detail__main-list {
  margin-top: 2rem;
}
.detail__main-list__dt {
  position: relative;
}
.detail__main-list__dt::before {
  position: absolute;
  content: "";
  width: calc(100% - (4em + 1.2rem));
  height: 1px;
  top: 50%;
  right: 0;
  z-index: 1;
  background-color: #ddd;
}
.detail__main-list__dd {
  margin-top: 2rem;
}
.detail__main-list__dd:has(.detail__main-list__dd-ttl) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(1.5rem, 1.4285714286vw, 2.4rem);
}
.detail__main-list__dd-ttl {
  max-width: 10rem;
}
.detail__main-list__dd-list01 {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 2rem;
  color: #6d82a7;
}
@media screen and (max-width: 834px) {
  .detail__main-list__dd-list01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.detail__main-list__dd-list01 span {
  color: #505050;
}

.detail__main-list02 {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 1.1904761905vw, 2rem);
}
.detail__main-list02__img {
  max-width: 9.4rem;
}
.detail__main-list02__cont-ttl {
  margin-bottom: 1rem;
  padding-block: 0.1rem;
  padding-inline: 1rem;
  width: fit-content;
  color: #7e89b5;
  background-color: #e4ecef;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.detail__main-list02__cont sup {
  position: relative;
  top: -0.8em;
  font-size: 0.8rem;
}

.detail__main-plus {
  position: relative;
  margin-top: 2rem;
  padding: clamp(2rem, 1.7857142857vw, 3rem);
  background-color: #f8f2ed;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
}
.detail__main-plus__top {
  position: absolute;
  width: 3.5rem;
  aspect-ratio: 1;
  top: -1.75rem;
  left: calc(50% - 1.75rem);
  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;
  color: #fff;
  background-color: #f3cb7a;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.detail__main-plus .detail__main-catch {
  margin-block: 0 1.5rem;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1rem;
}

.detail__main-att {
  margin: clamp(2rem, 2.380952381vw, 4rem) 0 0 auto;
  width: fit-content;
}

/* -------------------------
 * ルリークのスキンケア
 * ------------------------- */
.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(5, 1fr);
  gap: 3.1rem;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .detail__care-list {
    min-width: 91.6rem;
  }
}
.detail__care-list > li {
  padding: 1rem 5%;
  aspect-ratio: 190/195;
  border-radius: 10px;
  border: solid 1px #cdd3db;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2.4rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .detail__care-list > li {
    aspect-ratio: 1;
    gap: 1.5rem;
  }
}
.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;
  }
}

.detail__care-list__container {
  overflow: visible !important;
}
.detail__care-list__container .scroll-hint-icon-wrap {
  display: none;
}
@media screen and (max-width: 1100px) {
  .detail__care-list__container {
    overflow-x: auto !important;
    width: 100%;
  }
  .detail__care-list__container .scroll-hint-icon-wrap {
    display: block;
  }
}

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

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

.detail__care-list-product {
  color: #7e89b5;
  text-align: center;
  line-height: 1.5;
  font-size: var(uf14);
}
.detail__care-list-product.--box {
  width: 100%;
  padding: 1.3rem 1rem;
  background-color: #aab2bf;
  color: #fff;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
}

/* -------------------------
 * 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: 91fr 376fr;
}
@media (max-width: 834px) {
  .detail__others-list > li:nth-child(1) {
    grid-template-columns: 62fr 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: 88fr 376fr;
}
@media (max-width: 834px) {
  .detail__others-list > li:nth-child(2) {
    grid-template-columns: 58fr 376fr;
  }
}
.detail__others-list > li:nth-child(2) .detail__others-list-img {
  max-width: 8.8rem;
}
.detail__others-list > li:nth-child(3) {
  grid-template-columns: 72fr 376fr;
}
@media (max-width: 834px) {
  .detail__others-list > li:nth-child(3) {
    grid-template-columns: 47fr 376fr;
  }
}
.detail__others-list > li:nth-child(3) .detail__others-list-img {
  max-width: 7.2rem;
}
.detail__others-list > li:nth-child(4) {
  grid-template-columns: 75fr 376fr;
}
@media (max-width: 834px) {
  .detail__others-list > li:nth-child(4) {
    grid-template-columns: 49fr 376fr;
  }
}
.detail__others-list > li:nth-child(4) .detail__others-list-img {
  max-width: 7.5rem;
}
.detail__others-list > li:nth-child(5) {
  grid-template-columns: 60fr 376fr;
}
@media (max-width: 834px) {
  .detail__others-list > li:nth-child(5) {
    grid-template-columns: 40fr 376fr;
  }
}
.detail__others-list > li:nth-child(5) .detail__others-list-img {
  max-width: 7.7rem;
}
.detail__others-list > li:nth-child(6) {
  grid-template-columns: 77fr 376fr;
}
@media (max-width: 834px) {
  .detail__others-list > li:nth-child(6) {
    grid-template-columns: 50fr 376fr;
  }
}
.detail__others-list > li:nth-child(6) .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;
  color: #606b7f;
}
@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;
  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;
  z-index: 2;
  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/cta_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;
}