@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

html.lenis,
html.lenis body {
  height: auto;
}

body {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  background: -webkit-gradient(linear, left top, right top, color-stop(19.06%, #011013), color-stop(39.42%, #020202), to(#020202));
  background: linear-gradient(90deg, #011013 19.06%, #020202 39.42%, #020202 100%);
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .l-main {
    width: 72.5%;
    margin-left: auto;
    padding-top: clamp(3.75rem, 2.5357142857rem + 2.5297619048vw, 4.8125rem);
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    width: 100%;
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  .l-product {
    padding-top: 47px;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  height: inherit;
}
@media (min-width: 768px) {
  .l-inner {
    max-width: calc(960px + clamp(1.5rem, -2.7857142857rem + 8.9285714286vw, 5.25rem));
    padding-right: clamp(1.5rem, -2.7857142857rem + 8.9285714286vw, 5.25rem);
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .l-inner {
    max-width: calc(1600px + clamp(1.5rem, -2.7857142857rem + 8.9285714286vw, 5.25rem));
    padding-right: clamp(1.5rem, -2.7857142857rem + 8.9285714286vw, 5.25rem);
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 628px;
    padding: 0 0.875rem;
    margin-inline: auto;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 0.875rem;
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  .l-footer {
    width: 72.5%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    width: 100%;
  }
}

.l-section {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .l-section {
    padding-top: 0;
  }
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (any-hover: hover) {
  .c-btn:hover .c-btn__icon {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .c-btn:hover .c-btn__icon-hover {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.c-btn__icons {
  position: relative;
  width: 76px;
  height: 76px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 76px;
          flex: 0 0 76px;
}

.c-btn__icon,
.c-btn__icon-hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: opacity, transform;
}

.c-btn__icon {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-btn__icon-hover {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-btn__text {
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.96px;
}

/* =====================================
  c-hover-roll (text-shadow方式 / HTMLそのまま)
===================================== */
.c-hover-roll {
  cursor: pointer;
  --roll-y: 20px; /* ←ここを調整するだけ */
}

.c-hover-roll__text {
  display: inline-block;
  overflow: hidden;
}

.c-hover-roll__text > .p-header__contact-btn-text {
  display: inline-block;
  will-change: transform;
  text-shadow: 0 var(--roll-y) 0 currentColor;
  /* JSで毎回付け直すので、ここは最低限でOK */
  -webkit-transform: translateY(calc(var(--roll-y) * -1));
          transform: translateY(calc(var(--roll-y) * -1)); /* 初期を「上がった状態」にしたいなら */
  /* 初期は通常表示でOKなら ↑消して transform: translateY(0); にしてOK */
}

.c-hover-roll__text > .c-hover-roll__btn-text {
  display: inline-block;
  will-change: transform;
  text-shadow: 0 var(--roll-y) 0 currentColor;
  /* JSで毎回付け直すので、ここは最低限でOK */
  -webkit-transform: translateY(calc(var(--roll-y) * -1));
          transform: translateY(calc(var(--roll-y) * -1)); /* 初期を「上がった状態」にしたいなら */
  /* 初期は通常表示でOKなら ↑消して transform: translateY(0); にしてOK */
}

.c-hover-roll__icon {
  display: block;
  will-change: transform;
}

@-webkit-keyframes c-top-btn-icon-roll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  /* 上に消える */
  45% {
    -webkit-transform: translateY(calc(-100% - 1px));
            transform: translateY(calc(-100% - 1px));
  }
  /* 一瞬消える */
  60% {
    -webkit-transform: translateY(calc(-100% - 1px));
            transform: translateY(calc(-100% - 1px));
  }
  /* 下にワープ */
  61% {
    -webkit-transform: translateY(calc(100% + 1px));
            transform: translateY(calc(100% + 1px));
  }
  /* 元に戻る */
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes c-top-btn-icon-roll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  /* 上に消える */
  45% {
    -webkit-transform: translateY(calc(-100% - 1px));
            transform: translateY(calc(-100% - 1px));
  }
  /* 一瞬消える */
  60% {
    -webkit-transform: translateY(calc(-100% - 1px));
            transform: translateY(calc(-100% - 1px));
  }
  /* 下にワープ */
  61% {
    -webkit-transform: translateY(calc(100% + 1px));
            transform: translateY(calc(100% + 1px));
  }
  /* 元に戻る */
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (any-hover: hover) {
  .c-top-btn:hover .c-hover-roll__icon {
    -webkit-animation: c-top-btn-icon-roll 0.3s cubic-bezier(0.27, 0.31, 0.18, 0.86);
            animation: c-top-btn-icon-roll 0.3s cubic-bezier(0.27, 0.31, 0.18, 0.86);
  }
}

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.c-title__icon {
  width: 23px;
  height: 23px;
}
.c-title__icon svg {
  width: 100%;
  height: 100%;
}

.c-title__text {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 24px */
  letter-spacing: 0.9px;
}

.c-title__text-sub {
  font-family: "Marcellus", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  padding-left: 16px;
}

/* ===== hoverRoll ===== */
.c-title__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.9px;
  /* hoverRoll用 */
  position: relative;
  display: block;
  overflow: hidden;
}

/* 実際に動くテキスト */
.hoverRoll__text > span {
  display: block;
  will-change: transform;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* hover時 */
.hoverRoll.hover .hoverRoll__text > span {
  -webkit-animation: textRollLoop 0.7s cubic-bezier(0.19, 1, 0.22, 1) 1;
          animation: textRollLoop 0.7s cubic-bezier(0.19, 1, 0.22, 1) 1;
}

/* 上 → 消える → 下から戻る */
@-webkit-keyframes textRollLoop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  45% {
    -webkit-transform: translateY(calc(-100% - 1px));
            transform: translateY(calc(-100% - 1px));
  }
  60% {
    -webkit-transform: translateY(calc(-100% - 1px));
            transform: translateY(calc(-100% - 1px));
  }
  /* 画面下側に一瞬ジャンプ */
  61% {
    -webkit-transform: translateY(calc(100% + 1px));
            transform: translateY(calc(100% + 1px));
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textRollLoop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  45% {
    -webkit-transform: translateY(calc(-100% - 1px));
            transform: translateY(calc(-100% - 1px));
  }
  60% {
    -webkit-transform: translateY(calc(-100% - 1px));
            transform: translateY(calc(-100% - 1px));
  }
  /* 画面下側に一瞬ジャンプ */
  61% {
    -webkit-transform: translateY(calc(100% + 1px));
            transform: translateY(calc(100% + 1px));
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-btn {
  overflow: hidden; /* 1つ目の影を隠す */
  color: transparent; /* テキスト本体は透明にする */
  font-size: 60px;
  color: #114248;
  /*
     影の設定
     1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
     2つ目：位置はテキスト本体と同じ、ぼかしなし
    */
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
}

.c-btn:hover {
  text-shadow: 0 0 0 #000, 0 1.5em 0 #000;
}

.c-logo {
  position: relative;
}

.c-logo__title {
  font-family: "Marcellus", serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 160%; /* 73.6px */
  letter-spacing: 0.46px;
}
@media (min-width: 768px) {
  .c-logo__title {
    font-size: clamp(1.725rem, 0.4107142857rem + 2.7380952381vw, 2.875rem);
  }
}

.c-logo__text {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.002px;
  margin-top: -12px;
  display: block;
}
@media (min-width: 768px) {
  .c-logo__text {
    font-size: clamp(0.45rem, 0.1071428571rem + 0.7142857143vw, 0.75rem);
    margin-top: -9px;
  }
}

.c-top-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px 21px;
  background: #fff;
  border-radius: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}
.c-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-top-btn svg {
  width: 19px;
  height: 12px;
}
@media (min-width: 768px) {
  .c-top-btn {
    right: 30px;
    bottom: 30px;
  }
}
@media (any-hover: hover) {
  .c-top-btn:hover {
    cursor: pointer;
  }
}

.c-page-title-wrap {
  text-align: center;
}

.c-page-title-en {
  color: #826748;
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 160%; /* 76.8px */
  letter-spacing: 0.48px;
  display: block;
}
@media (min-width: 768px) {
  .c-page-title-en {
    font-size: clamp(3.75rem, 1.1785714286rem + 5.3571428571vw, 6rem);
    letter-spacing: 2.88px;
  }
}

.c-page-title {
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
  letter-spacing: 1.44px;
  margin-top: -8px;
}
@media (min-width: 768px) {
  .c-page-title {
    margin-top: -24px;
  }
}

.c-page-text {
  margin-top: 8px;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.9px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (min-width: 768px) {
  .c-page-text {
    text-align: center;
  }
}

html.is-loading-skip #loading {
  display: none !important;
  pointer-events: none;
}

.c-loading {
  position: fixed;
  inset: 0;
  background: #114248;
  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;
  z-index: 1000;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.c-loading::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -1%;
  height: 0%;
  background: #020202;
  z-index: 1;
  width: 200%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
@media screen and (max-width: 767px) {
  .c-loading::after {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
}
.c-loading.is-active .c-loading__text span {
  -webkit-animation: loadingTextIn 0.9s ease forwards;
          animation: loadingTextIn 0.9s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.c-loading.is-active::after {
  -webkit-animation: loadingWipeUp 1.8s ease-in-out forwards;
          animation: loadingWipeUp 1.8s ease-in-out forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.c-loading.js-loading-end {
  opacity: 0;
  pointer-events: none;
}

.c-loading__inner {
  position: relative;
  z-index: 2;
}

/* テキストは黒の上に“隠れてほしい”ので、::after(1) < text(0) にして飲み込みを成立させる */
.c-loading__text {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #020202;
  font-family: "Marcellus", serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.46px;
}
@media screen and (max-width: 767px) {
  .c-loading__text {
    font-size: 32px;
    letter-spacing: 0.24px;
  }
}
.c-loading__text {
  z-index: 0;
}
.c-loading__text span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

.c-loading__logo {
  color: #114248;
  font-family: "Marcellus", serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.46px;
  position: fixed;
  top: 24px;
  left: 30px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-loading__logo {
    left: 14px;
    top: 0;
  }
}
@media (min-width: 768px) {
  .c-loading__logo {
    font-size: clamp(1.725rem, 0.4107142857rem + 2.7380952381vw, 2.875rem);
  }
}

/* keyframes */
@-webkit-keyframes loadingTextIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes loadingTextIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes loadingWipeUp {
  0% {
    height: 0%;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  60% {
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  70% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  80% {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  90% {
    height: 101%;
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  100% {
    height: 101%;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes loadingWipeUp {
  0% {
    height: 0%;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  60% {
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  70% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  80% {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  90% {
    height: 101%;
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  100% {
    height: 101%;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding-left: 14px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-header {
    width: 100%;
    background: transparent;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
  }
  .p-header.js-drawer-open {
    background: #011013;
  }
}
@media (min-width: 768px) {
  .p-header {
    width: 27.5%;
    height: 100%;
    padding-top: 24px;
    padding-left: clamp(0.875rem, -0.2678571429rem + 2.380952381vw, 1.875rem);
    padding-right: 0;
  }
}

.p-header__logo {
  position: relative;
}

.p-header__logo-title {
  font-family: "Marcellus", serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 160%; /* 73.6px */
  letter-spacing: 0.46px;
}
@media (min-width: 768px) {
  .p-header__logo-title {
    font-size: clamp(1.725rem, 0.4107142857rem + 2.7380952381vw, 2.875rem);
  }
}

.p-header__logo-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.002px;
  margin-top: -12px;
  display: block;
}
@media (min-width: 768px) {
  .p-header__logo-text {
    font-size: clamp(0.45rem, 0.1071428571rem + 0.7142857143vw, 0.75rem);
    margin-top: -9px;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: clamp(1.40625rem, 0.4419642857rem + 2.0089285714vw, 2.25rem);
  padding-left: clamp(0.5rem, -0.0714285714rem + 1.1904761905vw, 1rem);
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.25rem, 0.3928571429rem + 1.7857142857vw, 2rem);
}

.p-header__list-item {
  font-size: clamp(0.875rem, 0.7321428571rem + 0.2976190476vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 24px */
  letter-spacing: 0.96px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
.p-header__sub-list {
  padding-left: clamp(0.5rem, -0.0714285714rem + 1.1904761905vw, 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-header__sub-list-item {
  position: relative;
  padding-block: 18.5px;
  width: clamp(12rem, 11.4285714286rem + 1.1904761905vw, 12.5rem);
}
.p-header__sub-list-item::before {
  content: "";
  position: absolute;
  width: clamp(11.25rem, 9.25rem + 4.1666666667vw, 13rem);
  height: 1px;
  bottom: -8px;
  left: 0;
  background: #958f68;
}
.p-header__sub-list-item:last-of-type::before {
  display: none;
}
.p-header__sub-list-item.--bijoux::after {
  content: "";
  position: absolute;
  background: url(../img/product-top-01.png) no-repeat center center/contain;
  width: clamp(4rem, 2.1428571429rem + 3.869047619vw, 5.625rem);
  height: clamp(4rem, 2.1428571429rem + 3.869047619vw, 5.625rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-header__sub-list-item.--bijoux::after {
    right: 20px;
  }
}
.p-header__sub-list-item.--hotfix::after {
  content: "";
  position: absolute;
  background: url(../img/product-top-02.png) no-repeat center center/contain;
  width: clamp(4rem, 2.1428571429rem + 3.869047619vw, 5.625rem);
  height: clamp(4rem, 2.1428571429rem + 3.869047619vw, 5.625rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-header__sub-list-item.--hotfix::after {
    right: 20px;
  }
}
.p-header__sub-list-item.--embroidery {
  padding-block: 0;
}
.p-header__sub-list-item.--embroidery .p-header__sub-list-item-links {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.p-header__sub-list-item-title {
  font-family: "Marcellus", serif;
  font-size: clamp(1rem, 0.7142857143rem + 0.5952380952vw, 1.25rem);
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: 0.6px;
  color: #6B9398;
}

.p-header__sub-list-item-links a {
  font-size: clamp(0.75rem, 0.6071428571rem + 0.2976190476vw, 0.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.42px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  position: relative;
  padding-left: 12px;
}
.p-header__sub-list-item-links a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-header__contact {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
}

.p-header__contact-btn {
  color: #020202;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 22.5px */
  letter-spacing: 0.9px;
  padding: 4px 28px 0;
  border-radius: 50vmax;
  background: #fff;
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 40px;
  right: 30px;
  width: 24px;
  height: 16px;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 2px;
  background: #fff;
}

.p-drawer__instagram {
  position: fixed;
  top: 35px;
  right: 82px;
  z-index: 102;
  width: 24px;
  height: 24px;
}
.p-drawer__instagram a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-drawer__instagram svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .p-drawer__instagram {
    width: 29px;
    height: 29px;
    top: 31px;
    right: 203px;
  }
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 25deg;
  translate: 0 7px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -25deg;
  translate: 0 -7px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 79px;
  right: 0;
  width: 100%;
  height: calc(100vh - 79px);
  height: calc(100svh - 79px);
  overflow-y: scroll;
  background: #011013;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 28px 28px;
  padding-left: 28px;
  padding-right: 28px;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  margin-bottom: 40px;
}

.p-drawer__list-item {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.96px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}

.p-drawer__sub-list {
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-drawer__sub-list-item {
  position: relative;
  padding-block: 18.5px;
}
.p-drawer__sub-list-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  background: #958F68;
}
.p-drawer__sub-list-item:last-of-type::before {
  display: none;
}

.--bijoux::after {
  content: "";
  position: absolute;
  background: url(../img/product-top-01.png) no-repeat center center/contain;
  width: 90px;
  height: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100px;
}

.--hotfix::after {
  content: "";
  position: absolute;
  background: url(../img/product-top-02.png) no-repeat center center/contain;
  width: 90px;
  height: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100px;
}

.p-drawer__sub-list-item-title {
  font-family: "Marcellus", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: 0.6px;
  color: #6B9398;
}

.p-drawer__sub-list-item-links a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.42px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  position: relative;
  padding-left: 12px;
}
.p-drawer__sub-list-item-links a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 4px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-drawer__sub-list-item-links--embroidery {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.p-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}

.p-drawer__contact {
  background: #020202;
  padding: 24px;
}

.p-drawer__contact-heading {
  font-family: "Marcellus", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 51.2px */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  text-align: center;
}

.p-drawer__contact-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.84px;
}

.p-drawer__contact-btn-wrap {
  margin-top: 16px;
}

.p-drawer__contact-btn {
  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: 16px;
}
.p-drawer__contact-btn span {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.96px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
.p-drawer__contact-btn svg {
  width: 76px;
  height: 76px;
}

.p-drawer__close {
  margin-top: 16px;
  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;
}

.p-drawer__close-btn {
  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: 16px;
}
.p-drawer__close-btn span {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%; /* 24px */
  letter-spacing: 0.96px;
  text-transform: capitalize;
}
.p-drawer__close-btn img {
  width: 24px;
  height: 9px;
}

.p-footer {
  position: relative;
  margin-top: 314px;
}
@media (min-width: 768px) {
  .p-footer {
    margin-top: 250px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    border-radius: 8px 8px 0 0;
    padding-top: 150px;
    padding-bottom: 14px;
    background: -webkit-gradient(linear, left bottom, left top, from(#03191d), color-stop(71.9%, #031f24), to(#0c3b41));
    background: linear-gradient(0deg, #03191d 0%, #031f24 71.9%, #0c3b41 100%);
  }
}

.p-footer__inner-content {
  position: relative;
}
@media (min-width: 768px) {
  .p-footer__inner-content {
    border-radius: 8px 8px 0 0;
    padding-top: 246px;
    background: -webkit-gradient(linear, left bottom, left top, from(#03191d), color-stop(71.9%, #031f24), to(#0c3b41));
    background: linear-gradient(0deg, #03191d 0%, #031f24 71.9%, #0c3b41 100%);
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .p-contact-page__footer-content {
    padding-top: 112px;
  }
}

.p-footer__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.p-footer__nav-item {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.96px;
}

.p-footer__sub-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-left: 16px;
}

.p-footer__sub-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #958f68;
}
.p-footer__sub-nav-item:last-child {
  border-bottom: none;
}

.p-footer__sub-nav-title {
  color: #6b9398;
  font-family: "Marcellus", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: 0.6px;
  width: 120px;
}

.p-footer__sub-nav-title--embroidery {
  line-height: 110%;
}

.p-footer__sub-nav-link {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.42px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 13.8px;
  position: relative;
}
.p-footer__sub-nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 4px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-footer__sub-nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-footer__instagram {
  margin-top: 24px;
}
.p-footer__instagram svg {
  width: 29px;
  height: 29px;
}

@media screen and (max-width: 767px) {
  .p-footer__content {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .p-footer__content {
    padding-left: 48px;
    padding-right: clamp(5rem, 2.1428571429rem + 5.9523809524vw, 7.5rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-footer__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-footer__content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-footer__content-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 33px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-footer__content-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__content-main-link {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.42px;
}

.p-footer__copyright {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
}

.p-contact-page__footer {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-contact-page__footer {
    margin-top: 0;
  }
  .p-contact-page__footer .p-footer__inner-content {
    background: transparent;
  }
}

html, body {
  height: 100%;
}

body {
  margin: 0;
}

/* 仮想スクロールの固定窓 */
#smooth-wrapper {
  position: fixed;
  inset: 0;
  overflow: hidden;
}

/* transformで動く本体 */
#smooth-content {
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* パララックス指定（必要なら） */
[data-parallax] {
  will-change: transform;
}

/* prlximg方式を使うなら */
.prlximg__viewport {
  overflow: hidden;
}

.prlximg__target {
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.p-component {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-component {
    padding-block: 4.375rem;
  }
}

.p-component__content {
  padding-block: 40px;
  padding-inline: 40px;
  border-top: 1px solid #fff;
}

.p-fv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-top: 16px;
    height: 90vh;
  }
}
@media (min-width: 768px) {
  .p-fv {
    padding-top: 0;
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__content {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) and (min-width: 390px) and (max-width: 767px) {
  .p-fv__content {
    padding-top: 120px;
  }
}
@media (min-width: 768px) {
  .p-fv__content {
    padding-left: clamp(0.75rem, -6.9642857143rem + 16.0714285714vw, 7.5rem);
  }
}

@media (min-width: 768px) {
  .p-fv__swiper {
    padding-top: clamp(0rem, -0.8571428571rem + 1.7857142857vw, 0.75rem);
  }
}

.p-fv__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    max-width: 400px;
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .p-fv__img {
    aspect-ratio: 640/560;
    max-width: clamp(20rem, -2.8571428571rem + 47.619047619vw, 40rem);
  }
}
.p-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__title {
  margin-top: 30px;
  width: 100%;
  max-width: 339px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  margin-right: 16px;
}
@media (min-width: 400px) and (max-width: 767px) {
  .p-fv__title {
    margin-top: clamp(1.875rem, -4.256rem + 24.52vw, 7.5rem);
  }
}
.p-fv__title picture {
  width: 100%;
  height: 100%;
}
.p-fv__title picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .p-fv__title {
    max-width: clamp(26.625rem, 13.5535714286rem + 27.2321428571vw, 38.0625rem);
    margin-top: -16px;
    margin-right: calc(-1 * clamp(0rem, -2.5714285714rem + 5.3571428571vw, 2.25rem));
  }
}

.p-fv__scroll {
  text-align: end;
  margin-top: 11px;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-fv__scroll {
    margin-top: 24px;
    margin-right: calc(-1 * clamp(0rem, -3.8571428571rem + 8.0357142857vw, 3.375rem));
  }
}

.p-fv__scroll-text {
  position: relative;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.84px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 16px;
}
.p-fv__scroll-text span {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.28px;
}

.p-fv__scroll-text-icon {
  display: inline-block;
  will-change: transform;
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-fv__scroll-text-icon {
  -webkit-animation: 3s ease-in-out backwards infinite scrollDown;
          animation: 3s ease-in-out backwards infinite scrollDown;
}

@-webkit-keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -100%;
  }
}

@keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -100%;
  }
}
@media (min-width: 768px) {
  .p-strength {
    padding-top: 90px;
  }
}

.p-strength__content {
  background: #e6e5e1;
  border-radius: 8px;
  position: relative;
  border: 1px solid #020202;
}
@media screen and (max-width: 767px) {
  .p-strength__content {
    margin-top: 16px;
    padding: 14px;
  }
}
@media (min-width: 768px) {
  .p-strength__content {
    background: #020202;
    overflow: hidden;
    border-radius: 8px;
  }
  .p-strength__content::before {
    content: "";
    position: absolute;
    background: #020202;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
  }
}

@media (min-width: 768px) {
  .p-strength__title {
    position: absolute;
    top: clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem);
    left: clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem);
    color: #114248;
  }
}

@media (min-width: 768px) {
  .p-strength__title-text {
    font-weight: 400;
  }
}

@media (min-width: 768px) {
  .p-strength__items {
    background: #e6e5e1;
  }
}

.p-strength__item {
  color: #114248;
}
@media (min-width: 768px) {
  .p-strength__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-strength__item.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-strength__item.--2 {
    margin-top: calc(-1 * clamp(0rem, -2.8571428571rem + 5.9523809524vw, 2.5rem));
  }
  .p-strength__item.--3 {
    margin-top: calc(-1 * clamp(0rem, -2.8571428571rem + 5.9523809524vw, 2.5rem));
  }
}

.p-strength__item-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-strength__item-image {
    aspect-ratio: 344/344;
  }
  .p-strength__item-image img {
    width: 100%;
    height: calc(100% + 40px);
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
@media (min-width: 768px) {
  .p-strength__item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    height: clamp(17.5rem, -2.5rem + 41.6666666667vw, 35rem);
  }
  .p-strength__item-image img {
    width: 100%;
    height: calc(100% + clamp(3.75rem, 2.3214285714rem + 2.9761904762vw, 5rem));
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .p-strength__item-image.--1 {
    border-radius: 0 0 0 8px;
  }
  .p-strength__item-image.--1 img {
    border-radius: 0 0 0 8px;
  }
  .p-strength__item-image.--2 {
    border-radius: 0 8px 8px 0;
  }
  .p-strength__item-image.--2 img {
    border-radius: 0 8px 8px 0;
  }
  .p-strength__item-image.--3 {
    border-radius: 8px 0 0 0;
  }
}
.p-strength__item-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-strength__item-image {
  /* パララックス用：画像を少し大きくして overflow で切り抜き、奥行き感を出す */
}
.p-strength__item-image.js-strength-parallax {
  overflow: hidden;
}
.p-strength__item-image.js-strength-parallax img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  /* translateY は main.js でスクロールに応じて付与 */
}
@media (min-width: 768px) {
  .p-strength__item-image.js-strength-parallax.--1 {
    border-radius: 0 0 0 8px;
    overflow: hidden;
    margin-top: -8px;
  }
}
@media (min-width: 768px) {
  .p-strength__item-image.js-strength-parallax.--2 {
    border-radius: 0 8px 8px 0;
    overflow: hidden;
    margin-top: -8px;
  }
}
@media (min-width: 768px) {
  .p-strength__item-image.js-strength-parallax.--3 {
    border-radius: 8px 0 0 0;
    overflow: hidden;
    margin-top: -8px;
  }
}

.p-strength__item-body {
  padding-block: 16px;
  padding-inline: 14px;
}
@media (min-width: 768px) {
  .p-strength__item-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-inline: clamp(1.875rem, -6.125rem + 16.6666666667vw, 8.875rem);
  }
}

.p-strength__item-number {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%; /* 32px */
  letter-spacing: 1.2px;
  text-transform: capitalize;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-strength__item-number {
    font-size: clamp(1rem, 0.7142857143rem + 0.5952380952vw, 1.25rem);
  }
}

.p-strength__item-number-mini {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.9px;
}
@media (min-width: 768px) {
  .p-strength__item-number-mini {
    font-size: clamp(0.75rem, 0.5357142857rem + 0.4464285714vw, 0.9375rem);
  }
}

.p-strength__item-title {
  margin-top: 8px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  /* noto_semibold_20 */
  font-size: 20px;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  .p-strength__item-title {
    font-size: clamp(1.125rem, 0.6964285714rem + 0.8928571429vw, 1.5rem);
    margin-top: clamp(0.25rem, -0.6071428571rem + 1.7857142857vw, 1rem);
  }
}

.p-strength__item-text {
  margin-top: 8px;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  /* noto_regular_15 */
  font-size: 15px;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.9px;
}
@media (min-width: 768px) {
  .p-strength__item-text {
    font-size: clamp(0.75rem, 0.5357142857rem + 0.4464285714vw, 0.9375rem);
    margin-top: clamp(0.25rem, -0.6071428571rem + 1.7857142857vw, 1rem);
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-strength__item-text {
    line-height: 150%;
  }
}
.p-strength__item-text.--last {
  margin-top: 0;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .p-strength__item-text.--last {
    margin-bottom: 4px;
  }
}
.p-strength__item-text.--last:last-of-type {
  margin-bottom: 0;
}

.p-strength__item-text-list {
  margin-bottom: 2px;
  margin-top: 2px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .p-strength__item-text-list {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
.p-strength__item-text-list li {
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0.9px;
}
@media (min-width: 768px) {
  .p-strength__item-text-list li {
    font-size: clamp(0.75rem, 0.5357142857rem + 0.4464285714vw, 0.9375rem);
  }
}

.p-strength-test {
  padding-top: 54px;
}
@media (min-width: 768px) {
  .p-strength-test {
    padding-top: 90px;
  }
}

.p-strength-test__content {
  background: #e6e5e1;
  color: #114248;
}

.p-strength-test__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .p-strength-test__items {
    gap: 40px;
  }
}

.p-strength-test__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .p-strength-test__item {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-strength-test__item.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-strength-test__item-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-strength-test__item-image {
    width: 100%;
    aspect-ratio: 344/344;
  }
  .p-strength-test__item-image img {
    width: 100%;
    height: calc(100% + 40px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .p-strength-test__item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: clamp(18.75rem, 0.1785714286rem + 38.6904761905vw, 35rem);
  }
  .p-strength-test__item-image img {
    width: 100%;
    height: calc(100% + clamp(3.75rem, 2.3214285714rem + 2.9761904762vw, 5rem));
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-strength-test__item-body {
  padding-block: 16px;
  padding-inline: 14px;
}
@media (min-width: 768px) {
  .p-strength-test__item-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-inline: clamp(4.375rem, -0.7678571429rem + 10.7142857143vw, 8.875rem);
  }
}

.p-strength-test__item-title {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  .p-strength-test__item-title {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}

.p-product-introduction {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .p-product-introduction {
    margin-top: 120px;
  }
}

@media (min-width: 768px) {
  .p-product-introduction__content {
    margin-top: 32px;
  }
}

.p-product-introduction__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .p-product-introduction__items {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: clamp(1.5rem, -4.2142857143rem + 11.9047619048vw, 6.5rem);
       -moz-column-gap: clamp(1.5rem, -4.2142857143rem + 11.9047619048vw, 6.5rem);
            column-gap: clamp(1.5rem, -4.2142857143rem + 11.9047619048vw, 6.5rem);
    row-gap: clamp(2rem, 0.2857142857rem + 3.5714285714vw, 3.5rem);
    padding-inline: clamp(1.5rem, -8rem + 19.7916666667vw, 9.8125rem);
  }
}

.p-product-introduction__item {
  padding-bottom: 16px;
  border-bottom: 1px solid #958f68;
}
@media (min-width: 768px) {
  .p-product-introduction__item {
    padding-bottom: 24px;
  }
}

.p-product-introduction__item-image {
  width: 240px;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-product-introduction__item-image {
    width: clamp(12.5rem, 9.6428571429rem + 5.9523809524vw, 15rem);
  }
}
.p-product-introduction__item-image img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-product-introduction__item-body {
    padding-inline: 14px;
  }
}
.p-product-introduction__item-title-en {
  font-family: "Marcellus", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 57.6px */
  letter-spacing: 1.08px;
  color: #6B9398;
  display: block;
}
@media (min-width: 768px) {
  .p-product-introduction__item-title-en {
    font-size: clamp(2rem, 1.7142857143rem + 0.5952380952vw, 2.25rem);
  }
}

.p-product-introduction__item-title-ja {
  color: #d4d3cf;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  /* noto_medium_15 */
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 22.5px */
  letter-spacing: 0.9px;
  display: block;
  margin-top: -2px;
}
@media (min-width: 768px) {
  .p-product-introduction__item-title-ja {
    font-size: clamp(0.8125rem, 0.6696428571rem + 0.2976190476vw, 0.9375rem);
    margin-top: -10px;
  }
}

.p-product-introduction__item-text {
  margin-top: 16px;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 15px;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.9px;
}
@media (min-width: 768px) {
  .p-product-introduction__item-text {
    font-size: clamp(0.8125rem, 0.6696428571rem + 0.2976190476vw, 0.9375rem);
  }
}

.p-product-introduction__item-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .p-product-introduction__item-btn-wrap {
    margin-top: 16px;
  }
}

.p-product-introduction__item-btn {
  width: 40px;
  height: 40px;
}
.p-product-introduction__item-btn .c-btn__icons {
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}

@media (min-width: 768px) {
  .p-product-introduction__item--wide {
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .p-product-introduction__item--wide .p-product-introduction__item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.p-product-introduction__item--wide .p-product-introduction__item-title-en {
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.6px;
}
.p-product-introduction__item--wide .p-product-introduction__item-title-ja {
  margin-top: 4px;
}

.p-product-introduction-flow {
  overflow: clip;
  margin-top: 58px;
  padding-bottom: 18px;
  position: relative;
  margin-right: -14px;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-product-introduction-flow {
    margin-top: 120px;
    padding-left: clamp(2rem, -2.5714285714rem + 9.5238095238vw, 6rem);
    margin-right: calc(-1 * clamp(1.5rem, -2.7857142857rem + 8.9285714286vw, 5.25rem));
  }
}
.p-product-introduction-flow::before {
  content: "";
  position: absolute;
  background: url(../img/flow-top-sp.png) no-repeat center center/contain;
  width: 500px;
  aspect-ratio: 551/367;
  right: -179px;
  bottom: -78px;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-product-introduction-flow::before {
    background: url(../img/flow-top-gra.png) no-repeat center center/contain;
    width: clamp(30rem, 25.0244285714rem + 10.3657738095vw, 34.353625rem);
    aspect-ratio: 549.658/252.452;
    right: -24px;
    bottom: unset;
    top: -10px;
  }
}

@media (min-width: 768px) {
  .p-product-introduction-flow__content {
    padding-block: 18px;
    max-width: 350px;
  }
}

.p-product-introduction-flow__title {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  /* noto_semibold_24 */
  font-size: 24px;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
  letter-spacing: 1.44px;
  padding-left: 12px;
  padding-right: 17px;
}
@media (min-width: 768px) {
  .p-product-introduction-flow__title {
    padding: 0;
  }
}

.p-product-introduction-flow__text {
  margin-top: 24px;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 15px;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.9px;
  padding-left: 12px;
  padding-right: 32px;
}
@media (min-width: 768px) {
  .p-product-introduction-flow__text {
    padding: 0;
  }
}

.p-product-introduction-flow__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-left: 12px;
  padding-right: 17px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-product-introduction-flow__btn-wrap {
    padding: 0;
  }
}

.p-product-introduction-flow__btn {
  width: 76px;
  height: 76px;
}
.p-product-introduction-flow__btn svg {
  width: 100%;
  height: 100%;
}

.p-instagram {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-instagram {
    margin-top: 120px;
  }
}

.p-instagram__content {
  border-radius: 8px;
  background: #e6e5e1;
  padding-block: 40px;
}
@media (min-width: 768px) {
  .p-instagram__content {
    padding-block: clamp(2.5rem, 0.7857142857rem + 3.5714285714vw, 4rem);
  }
}

.p-instagram-title-sub {
  color: #826748;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.84px;
  display: block;
}
@media (min-width: 768px) {
  .p-instagram-title-sub {
    font-size: clamp(0.75rem, 0.6071428571rem + 0.2976190476vw, 0.875rem);
  }
}

.p-instagram__title {
  color: #826748;
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 160%; /* 76.8px */
  letter-spacing: 0.48px;
  margin-top: -24px;
}
@media (min-width: 768px) {
  .p-instagram__title {
    font-size: clamp(2.5rem, 1.9285714286rem + 1.1904761905vw, 3rem);
  }
}

.p-instagram__items {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
@media (min-width: 768px) {
  .p-instagram__items {
    margin-top: clamp(1.5rem, 0.3571428571rem + 2.380952381vw, 2.5rem);
    grid-template-columns: repeat(6, 1fr);
  }
}

.p-instagram__btn-wrap {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .p-instagram__btn-wrap {
    margin-top: clamp(1.5rem, 0.3571428571rem + 2.380952381vw, 2.5rem);
  }
}

.p-instagram__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%; /* 24px */
  letter-spacing: 0.96px;
  color: #020202;
  text-decoration: none;
  font-family: "Roboto Flex", sans-serif;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
.p-instagram__btn svg {
  width: 51px;
  height: 51px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-instagram__btn svg circle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-instagram__btn svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-instagram__btn:hover svg circle {
    fill: #020202;
    stroke: #020202;
  }
  .p-instagram__btn:hover svg path:first-of-type {
    fill: #fff;
  }
  .p-instagram__btn:hover svg path:last-of-type {
    fill: #A9AAAB;
  }
}

.p-office {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-office {
    margin-top: 120px;
  }
}

.p-office__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .p-office__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem);
    gap: clamp(1.25rem, -2.5357142857rem + 7.8869047619vw, 4.5625rem);
  }
}

.p-office__content-image {
  margin-inline: auto;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 200/292;
}
@media (min-width: 768px) {
  .p-office__content-image {
    max-width: clamp(12.5rem, 4.7857142857rem + 16.0714285714vw, 19.25rem);
  }
}

@media (min-width: 768px) {
  .p-office__content-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-office__content-title {
  margin-top: 24px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1.44px;
  padding-left: 14px;
}
@media (min-width: 768px) {
  .p-office__content-title {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
    margin-top: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
  }
}

.p-office__content-text {
  margin-top: 24px;
  padding-left: 14px;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.9px;
}
@media (min-width: 768px) {
  .p-office__content-text {
    font-size: clamp(0.8125rem, 0.6696428571rem + 0.2976190476vw, 0.9375rem);
    margin-top: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
  }
}

.p-office__content-btn-wrap {
  margin-top: 19px;
  padding-right: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (min-width: 768px) {
  .p-office__content-btn-wrap {
    margin-top: clamp(1rem, 0.7857142857rem + 0.4464285714vw, 1.1875rem);
  }
}

.p-office__content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-office__content-btn span {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.96px;
}
@media (min-width: 768px) {
  .p-office__content-btn span {
    font-size: clamp(0.875rem, 0.7321428571rem + 0.2976190476vw, 1rem);
  }
}
.p-office__content-btn svg {
  width: 6.5px;
  height: 12.998px;
}

.p-contact {
  position: absolute;
  background: #011013;
}
@media screen and (max-width: 767px) {
  .p-contact {
    top: -426px;
    left: 50%;
    translate: -50%;
    width: calc(100% - 56px);
  }
}
@media screen and (max-width: 767px) and (max-width: 390px) {
  .p-contact {
    width: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  .p-contact {
    top: -150px;
    right: clamp(2.5rem, 1.9285714286rem + 1.1904761905vw, 3rem);
    z-index: 1;
    width: clamp(24.375rem, 22.6607142857rem + 3.5714285714vw, 25.875rem);
  }
}

.p-contact__content {
  position: relative;
  padding-inline: 32px;
  padding-block: 48px;
}
@media (max-width: 390px) {
  .p-contact__content {
    padding-inline: 20px;
  }
}
@media (min-width: 768px) {
  .p-contact__content {
    padding: clamp(2.5rem, 1.9285714286rem + 1.1904761905vw, 3rem);
    padding-inline: clamp(2.5rem, 2.5rem + 0vw, 2.5rem);
    padding-block: clamp(2.5rem, 1.9285714286rem + 1.1904761905vw, 3rem);
  }
}

.p-contact__title {
  font-family: "Marcellus", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 160%; /* 76.8px */
  letter-spacing: 1.44px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact__title {
    font-size: clamp(3rem, 1.8571428571rem + 2.380952381vw, 4rem);
    letter-spacing: clamp(0.09rem, 0.0557142857rem + 0.0714285714vw, 0.12rem);
  }
}

.p-contact__text {
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 15px;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.9px;
}
@media (min-width: 768px) {
  .p-contact__text {
    font-size: clamp(0.8125rem, 0.6696428571rem + 0.2976190476vw, 0.9375rem);
    letter-spacing: clamp(0.05625rem, 0.0455357143rem + 0.0223214286vw, 0.065625rem);
  }
}

.p-contact__btn-wrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__btn {
  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: 16px;
}
.p-contact__btn span {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.96px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-contact__btn span {
    font-size: clamp(0.875rem, 0.7321428571rem + 0.2976190476vw, 1rem);
  }
}
.p-contact__btn svg {
  width: 72px;
  height: 72px;
}
@media (min-width: 768px) {
  .p-contact__btn svg {
    width: clamp(3.75rem, 2.6071428571rem + 2.380952381vw, 4.75rem);
    height: clamp(3.75rem, 2.6071428571rem + 2.380952381vw, 4.75rem);
  }
}

.p-news {
  position: absolute;
  border-top: 1px solid var(--, #fff);
  border-bottom: 1px solid var(--, #fff);
  background: rgba(255, 255, 255, 0.7);
  top: 16px;
  right: 0;
  z-index: 10;
  max-width: 240px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-news {
    max-width: clamp(13.75rem, 3.9642857143rem + 20.3869047619vw, 22.3125rem);
    top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-news {
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-news.is-expanded {
    width: 100%;
    max-width: 100%;
  }
  .p-news.is-expanded .p-news__text-body {
    display: block;
  }
  .p-news.is-expanded .p-news__text-heading-more {
    display: none;
  }
}
.p-news.is-closed .p-news__close {
  display: none;
}
.p-news.is-closed .p-news__text {
  display: none;
}

.p-news__inner {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(25%, rgba(255, 255, 255, 0.4)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(75%, rgba(255, 255, 255, 0.4)), to(#ffffff)) top/100% 1px no-repeat, -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(25%, rgba(255, 255, 255, 0.4)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(75%, rgba(255, 255, 255, 0.4)), to(#ffffff)) bottom/100% 1px no-repeat;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.4) 75%, #ffffff 100%) top/100% 1px no-repeat, linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.4) 75%, #ffffff 100%) bottom/100% 1px no-repeat;
}
.p-news__inner::before {
  content: "";
  position: absolute;
  border-right: 1px dashed #95830e;
  width: 1px;
  height: 95%;
  top: 50%;
  translate: 0 -50%;
  right: 5px;
  z-index: 10;
}

.p-news__close {
  position: absolute;
  top: 10px;
  right: 16px;
  z-index: 10;
  width: 10px;
  height: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-news__close {
    top: 8px;
  }
}
.p-news__close img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news__title {
  color: #020202;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Roboto Flex", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.6px;
}

.p-news__date {
  margin-top: 6px;
  color: #95830e;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Roboto Flex", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.72px;
  text-transform: capitalize;
  display: block;
}

.p-news__text {
  margin-top: 11px;
  color: #020202;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 16px */
  letter-spacing: 0.84px;
}
@media (min-width: 768px) {
  .p-news__text {
    margin-top: 6px;
  }
}

.p-news__text-heading-more {
  color: #95830e;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.84px;
}
@media (min-width: 768px) {
  .p-news__text-heading-more {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-news__text-body {
    display: none;
  }
}

.p-privacypolicy {
  padding-top: 54px;
}
@media (min-width: 768px) {
  .p-privacypolicy {
    padding-top: 90px;
  }
}

.p-privacypolicy__title-en {
  color: #826748;
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 160%; /* 76.8px */
  letter-spacing: 0.48px;
  display: block;
}
@media (min-width: 768px) {
  .p-privacypolicy__title-en {
    font-size: clamp(3.75rem, 1.1785714286rem + 5.3571428571vw, 6rem);
    letter-spacing: 2.88px;
  }
}

.p-privacypolicy__title {
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
  letter-spacing: 1.44px;
  margin-top: -8px;
}

.p-privacypolicy__text {
  margin-top: 8px;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.9px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (min-width: 768px) {
  .p-privacypolicy__text {
    text-align: center;
  }
}

.p-privacypolicy__content {
  margin-top: 32px;
  border-radius: 8px;
  background: #e6e5e1;
  padding-inline: 14px;
  padding-block: 32px;
  color: #020202;
}
@media (min-width: 768px) {
  .p-privacypolicy__content {
    margin-top: 48px;
    padding: clamp(2rem, 0.8571428571rem + 2.380952381vw, 3rem);
  }
}

.p-privacypolicy__content-title {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 1.2px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-privacypolicy__content-title {
    margin-top: clamp(2rem, 0.8571428571rem + 2.380952381vw, 3rem);
  }
}
.p-privacypolicy__content-title:first-child {
  margin-top: 0;
}

.p-privacypolicy__content-text {
  margin-top: 16px;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.96px;
}

.p-privacypolicy__content-lists {
  margin-top: 16px;
  padding-left: 28px;
}

.p-privacypolicy__content-list {
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.96px;
  list-style: decimal;
}

.p-privacypolicy__content-table {
  margin-top: 16px;
}
.p-privacypolicy__content-table th {
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.96px;
  padding-right: 16px;
  white-space: nowrap;
}
.p-privacypolicy__content-table td {
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.96px;
}

#formWrap {
  margin-top: 48px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  #formWrap {
    padding-inline: 48px;
  }
}

.p-contact-form__title {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 1.2px;
  margin-top: 48px;
}

.p-contact-form {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .p-contact-form {
    margin-top: 40px;
  }
}

table.formTable {
  width: 100%;
  margin-inline: auto;
  margin-top: 16px;
  border-collapse: collapse;
}

table.formTable th {
  width: 40%;
  font-weight: normal;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1024px) {
  table.formTable th {
    width: 50%;
  }
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 767px) {
  #formWrap {
    width: 100%;
    margin: 0 auto;
  }
  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    border-bottom: 0;
  }
}
.p-contact-form__required {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: 1.26px;
  border-radius: 36px;
  background: #826748;
  padding-top: 2px;
  padding-bottom: 4px;
  padding-inline: 20px;
  margin-right: 16px;
  width: 71px;
}
@media (min-width: 768px) {
  .p-contact-form__required {
    font-size: clamp(0.625rem, 0.3392857143rem + 0.5952380952vw, 0.875rem);
    padding-inline: clamp(0.25rem, -0.8928571429rem + 2.380952381vw, 1.25rem);
    width: clamp(2.5rem, 0.2857142857rem + 4.6130952381vw, 4.4375rem);
    padding-bottom: clamp(0.125rem, -0.0178571429rem + 0.2976190476vw, 0.25rem);
    margin-right: clamp(0.25rem, -0.6071428571rem + 1.7857142857vw, 1rem);
  }
}
.p-contact-form__required.--none {
  padding: 0;
  display: none;
}
.p-contact-form__required.--confirm {
  display: none;
}

.p-contact-form__required-th {
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.96px;
}
@media (min-width: 768px) {
  .p-contact-form__required-th {
    font-size: clamp(0.8125rem, 0.5982142857rem + 0.4464285714vw, 1rem);
    white-space: nowrap;
  }
}

.p-contact-form__required-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-contact-form__required-tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(1.5rem, 0.3571428571rem + 2.380952381vw, 2.5rem);
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 900px) {
  .p-contact-form__required-tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 8px;
  }
}
@media (min-width: 768px) {
  .p-contact-form__required-tr.--top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .p-contact-form__required-tr.--top .p-contact-form__required-th {
    margin-top: 16px;
  }
}
.p-contact-form__required-tr:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .p-contact-form__required-td {
    width: 100%;
  }
}
.p-contact-form__required-td input,
.p-contact-form__required-td textarea {
  padding-block: 16px;
  padding-inline: 20px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #826748;
  background: #e6e5e1;
}
.p-contact-form__required-td input::-webkit-input-placeholder, .p-contact-form__required-td textarea::-webkit-input-placeholder {
  color: #a9aaab;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.96px;
}
.p-contact-form__required-td input::-moz-placeholder, .p-contact-form__required-td textarea::-moz-placeholder {
  color: #a9aaab;
  font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.96px;
}
.p-contact-form__required-td input:-ms-input-placeholder, .p-contact-form__required-td textarea:-ms-input-placeholder {
  color: #a9aaab;
  font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.96px;
}
.p-contact-form__required-td input::-ms-input-placeholder, .p-contact-form__required-td textarea::-ms-input-placeholder {
  color: #a9aaab;
  font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.96px;
}
.p-contact-form__required-td input::placeholder,
.p-contact-form__required-td textarea::placeholder {
  color: #a9aaab;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.96px;
}
@media (min-width: 768px) {
  .p-contact-form__required-td.--checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.p-contact-form__error {
  margin-top: 2px;
  color: #ff6666;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: 1.26px;
}

body.is-contact-confirm .p-contact-form__required-td {
  color: #a9aaab;
}

.p-contact-form__required-td--confirm {
  color: #a9aaab;
}

.p-contact-form__required-checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.p-contact-form__required-checkbox-text {
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.96px;
}
@media (min-width: 768px) {
  .p-contact-form__required-checkbox-text {
    font-size: clamp(0.875rem, 0.7321428571rem + 0.2976190476vw, 1rem);
  }
}

form input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #826748;
  background: #e6e5e1;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  padding: 0;
  padding-bottom: 4px;
}
form input[type=checkbox]::before {
  content: "";
  width: 16px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
form input[type=checkbox]:checked {
  background: #826748;
}
form input[type=checkbox]:checked::before {
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}
form input[type=checkbox]:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  -webkit-box-shadow: 0 0 0 2px rgba(130, 103, 72, 0.4);
          box-shadow: 0 0 0 2px rgba(130, 103, 72, 0.4);
}

form textarea {
  height: 327px;
}

.p-contact-form__privacy-policy {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-contact-form__privacy-policy {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: clamp(4rem, -2.8571428571rem + 14.2857142857vw, 10rem);
    margin-top: 41.5px;
  }
}

.p-contact-form__privacy-policy-text {
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.96px;
}
@media (min-width: 768px) {
  .p-contact-form__privacy-policy-text {
    font-size: clamp(0.875rem, 0.7321428571rem + 0.2976190476vw, 1rem);
  }
}
.p-contact-form__privacy-policy-text a {
  text-decoration: underline;
}
.p-contact-form__privacy-policy-text a:hover {
  opacity: 0.8;
}

.p-contact-form__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 76px;
  padding-block: 26px;
  padding-right: 92px;
  border: none;
  background: transparent;
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.96px;
  cursor: pointer;
}

.p-contact-form__btn-text {
  display: inline-block;
}

.p-contact-form__btn-wrap {
  position: relative;
  margin-top: 48px;
  width: 190px;
  margin-inline: auto;
}
.p-contact-form__btn-wrap .c-btn__icons {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 76px;
  height: 76px;
  pointer-events: none;
}
.p-contact-form__btn-wrap .c-btn__icons.--back {
  left: 0;
  right: unset;
}
@media (any-hover: hover) {
  .p-contact-form__btn-wrap:hover {
    cursor: pointer;
  }
  .p-contact-form__btn-wrap:hover .c-btn__icon {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .p-contact-form__btn-wrap:hover .c-btn__icon-hover {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (min-width: 768px) {
  .p-contact-form__required-td-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.p-contact-form__btn--back {
  padding-right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.p-contact-form__btn-wrap--back {
  text-align: end;
  padding-right: 32px;
}
.p-contact-form__btn-wrap--back .c-btn__icons {
  left: 0;
  right: unset;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (any-hover: hover) {
  .p-contact-form__btn-wrap--back:hover {
    cursor: pointer;
  }
}

.p-contact-form__btn-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 64px;
}
@media (min-width: 768px) {
  .p-contact-form__btn-wrap-inner {
    max-width: 500px;
    margin-inline: auto;
  }
}

@media (min-width: 768px) {
  .p-contact-form__title--confirm {
    font-size: 36px;
    font-weight: 600;
    line-height: 160%; /* 57.6px */
    letter-spacing: 2.16px;
  }
}

.p-contact-form__confirm-text {
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: 1.26px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p-contact-form__confirm-text {
    margin-bottom: 40px;
  }
}

.p-contact-page__thanks-title {
  color: var(--, #fff);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 1.2px;
  margin-top: 48px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact-page__thanks-title {
    margin-top: clamp(4rem, -0.5714285714rem + 9.5238095238vw, 8rem);
    font-size: clamp(1.5rem, 0.6428571429rem + 1.7857142857vw, 2.25rem);
    font-weight: 600;
    line-height: 160%; /* 57.6px */
    letter-spacing: 2.16px;
  }
}

@media (min-width: 768px) {
  .p-contact-page__thanks-text {
    font-size: clamp(0.8125rem, 0.6696428571rem + 0.2976190476vw, 0.9375rem);
    text-align: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-contact-page__thanks-text {
    text-align: left;
    padding-inline: 24px;
  }
}

.p-contact-page__thanks-btn-wrap {
  margin-top: 64px;
  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;
}
@media (min-width: 768px) {
  .p-contact-page__thanks-btn-wrap {
    margin-top: clamp(4rem, 2.8571428571rem + 2.380952381vw, 5rem);
  }
}

.p-contact-form__recaptcha {
  margin-top: 24px;
  margin-bottom: 24px;
}

.p-contact-form__recaptcha .g-recaptcha {
  display: inline-block;
}

.p-contact-form__recaptcha {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}

.p-product {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .p-product {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-page-heading-wrap {
    padding-left: 14px;
    margin-top: 24px;
  }
}

.p-product__content {
  margin-top: 24px;
  border-radius: 8px;
  background: #e6e5e1;
  padding-block: 24px;
  padding-inline: 10px;
  color: #020202;
}
@media (min-width: 768px) {
  .p-product__content {
    margin-top: clamp(2.5rem, -1.5rem + 8.3333333333vw, 6rem);
    padding-block: clamp(2rem, 0.8571428571rem + 2.380952381vw, 3rem);
    padding-inline: clamp(1.5rem, -0.2142857143rem + 3.5714285714vw, 3rem);
  }
}

.p-product__content-title {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 1.2px;
}

.p-product__lists {
  margin-top: 4px;
  display: grid;
}
@media (min-width: 768px) {
  .p-product__lists {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: clamp(1.5rem, 0.3571428571rem + 2.380952381vw, 2.5rem);
       -moz-column-gap: clamp(1.5rem, 0.3571428571rem + 2.380952381vw, 2.5rem);
            column-gap: clamp(1.5rem, 0.3571428571rem + 2.380952381vw, 2.5rem);
    row-gap: clamp(0.25rem, 0.25rem + 0vw, 0.25rem);
  }
}

.p-product__list {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.84px;
  color: #474A4D;
}
.p-product__items {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 54px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (min-width: 768px) {
  .p-product__items {
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: clamp(1.5rem, 0.6428571429rem + 1.7857142857vw, 2.25rem);
       -moz-column-gap: clamp(1.5rem, 0.6428571429rem + 1.7857142857vw, 2.25rem);
            column-gap: clamp(1.5rem, 0.6428571429rem + 1.7857142857vw, 2.25rem);
    row-gap: clamp(3.375rem, 0.375rem + 6.25vw, 6rem);
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-product__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-product__item {
  position: relative;
  z-index: 1;
}

.p-product__item-zoom {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  background: #a9aaab;
}
@media (min-width: 768px) {
  .p-product__item-zoom {
    display: none;
  }
}
.p-product__item-zoom svg {
  width: 16px;
  height: 16px;
}

.p-product__item-image {
  position: relative;
  width: 100%;
  aspect-ratio: 177/225;
}
.p-product__item-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .p-product__item-image:hover {
    cursor: url(../img/icon-zoom.svg), auto;
  }
}

.p-product__item-body {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .p-product__item-body {
    margin-top: 16px;
  }
}

.p-product__item-number {
  color: #826748;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  text-transform: capitalize;
}

.p-product__item-title {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.96px;
}
@media (min-width: 768px) {
  .p-product__item-title {
    margin-top: 8px;
    font-size: clamp(1rem, 0.7142857143rem + 0.5952380952vw, 1.25rem);
    line-height: 160%;
    letter-spacing: 1.2px;
  }
}

.p-product__item-text {
  color: #474A4D;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 15px;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.9px;
}
@media (min-width: 768px) {
  .p-product__item-text {
    margin-top: 8px;
    font-size: clamp(0.875rem, 0.8035714286rem + 0.1488095238vw, 0.9375rem);
  }
}

.p-product-achievement {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-product-achievement {
    margin-top: clamp(2.5rem, -1.5rem + 8.3333333333vw, 6rem);
    padding-inline: clamp(1.5rem, -0.2142857143rem + 3.5714285714vw, 3rem);
  }
}

.p-product-achievement__title {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 1.2px;
}

.p-product-achievement__items {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .p-product-achievement__items {
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 40px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-product-achievement__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-product-achievement__item {
  position: relative;
}

.p-product-achievement__item-image {
  width: 100%;
  aspect-ratio: 181/228;
}
.p-product-achievement__item-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .p-product-achievement__item-image:hover {
    cursor: url(../img/icon-zoom.svg), auto;
  }
}

.p-product-achievement__item-body {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.p-product-achievement__item-number {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 180%; /* 25.6px */
  letter-spacing: 0.96px;
  text-transform: capitalize;
}

.p-product-achievement__item-title {
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 15px;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.9px;
  color: #A9AAAB;
}

.p-product-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-product-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-product-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 2, 2, 0.7);
}

.p-product-modal__content {
  position: relative;
  z-index: 1;
  max-width: 80%;
  padding: 2px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .p-product-modal__content {
    max-width: clamp(22.5rem, 7.2142857143rem + 31.8452380952vw, 35.875rem);
    width: 100%;
    padding: 1px;
  }
}

.p-product-modal__image {
  width: 100%;
}
.p-product-modal__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-product-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.p-product-modal__close span {
  position: absolute;
  width: 24px;
  height: 1px;
  background: #ffffff;
}
.p-product-modal__close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-product-modal__close span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .p-product__title {
    margin-top: -8px;
  }
}

.p-product__items--embroidery {
  margin-top: 0;
}

.p-product__title-wrap--corsage {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-product__title-wrap--corsage {
    margin-top: clamp(4rem, 1.7142857143rem + 4.7619047619vw, 6rem);
  }
}

@media (min-width: 768px) {
  .p-flow {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-product__inner {
    width: 100%;
    max-width: 628px;
    padding: 0 0.875rem;
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .p-product__inner {
    max-width: 1500px;
  }
}

@media (min-width: 768px) {
  .p-flow__inner {
    padding-left: clamp(1.5rem, -0.3571428571rem + 3.869047619vw, 3.125rem);
  }
}

.p-flow__title-wrap {
  text-align: start;
}
.p-flow__title-en {
  text-align: start;
}

.p-flow__text {
  text-align: start;
  margin-top: -12px;
}
@media (min-width: 768px) {
  .p-flow__text {
    max-width: 580px;
    margin-top: -24px;
  }
}

.p-flow__content {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-flow__content {
    margin-top: clamp(4rem, 1.7142857143rem + 4.7619047619vw, 6rem);
  }
}

.p-flow__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .p-flow__items {
    gap: 40px;
  }
}

.p-flow__item {
  position: relative;
}
.p-flow__item::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 0;
  /* 高さは中身依存 */
  height: calc(100% - 34px);
  width: 6px;
  /* 色 */
  background-color: #826748;
  /* フェード（下に行くほど消える） */
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(70%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(70%, #000), to(transparent));
          mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
  /* 上太く → 下細く */
  clip-path: polygon(50% 0%, 80% 0%, 55% 100%, 45% 100%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-flow__item::before {
    top: 40px;
    left: 24px;
  }
}

@media (min-width: 768px) {
  .p-flow__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
  }
}

.p-flow__item-number-en {
  color: #826748;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.96px;
  text-transform: capitalize;
  font-family: "Roboto Flex", sans-serif;
}

.p-flow__item-number-nm {
  color: #826748;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  font-family: "Roboto Flex", sans-serif;
  margin-left: 4px;
}

.p-flow__item-title {
  margin-top: 4px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 1.2px;
  padding-left: 18px;
}
@media (min-width: 768px) {
  .p-flow__item-title {
    padding-left: 0;
  }
}

.p-flow__item-content {
  padding-left: 32px;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .p-flow__item-content {
    margin-top: 16px;
    padding-left: clamp(5rem, 3.5rem + 3.125vw, 6.3125rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: clamp(1.5rem, -1.3571428571rem + 5.9523809524vw, 4rem);
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-flow__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important;
  }
}
@media (min-width: 768px) {
  .p-flow__item-content.--at {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-flow__item-content-text {
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.9px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-flow__item-content-text {
    padding-right: 24px;
  }
}

.p-flow__item-content-lists {
  padding-left: 14px;
}

.p-flow__item-content-list {
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.9px;
}

.p-flow__item-image {
  width: 100%;
  max-width: 240px;
}
@media (min-width: 768px) {
  .p-flow__item-image {
    max-width: clamp(12.5rem, 9.6428571429rem + 5.9523809524vw, 15rem);
  }
}

.p-flow__attention {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-flow__attention {
    margin-top: clamp(4rem, 1.7142857143rem + 4.7619047619vw, 6rem);
  }
}

.p-flow__attention-content {
  border-radius: 8px;
  background: #e6e5e1;
  padding-block: 24px;
  padding-inline: 14px;
  color: #114248;
}
@media (min-width: 768px) {
  .p-flow__attention-content {
    padding: clamp(2rem, 0.8571428571rem + 2.380952381vw, 3rem);
  }
}

.p-flow__attention-title {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.96px;
}

.p-flow__attention-lists {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-flow__attention-list-number {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 32px */
  letter-spacing: 1.2px;
  text-transform: capitalize;
}

.p-flow__attention-list {
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.9px;
  padding-left: 27px;
  position: relative;
}

.p-about {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .p-about {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .p-about__title-wrap {
    margin-top: 40px;
  }
}

.p-about__title-en {
  text-align: center;
}

@media (min-width: 768px) {
  .p-about__text {
    padding-inline: clamp(3rem, -0.4285714286rem + 7.1428571429vw, 6rem);
    padding-bottom: 27px;
    margin-top: -20px;
    text-align: center;
  }
}

.p-about-philosophy {
  margin-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .p-about-philosophy {
    margin-top: clamp(4rem, 1.7142857143rem + 4.7619047619vw, 6rem);
    padding-bottom: clamp(4rem, 1.7142857143rem + 4.7619047619vw, 6rem);
  }
}

@media (min-width: 768px) {
  .p-about-philosophy__title {
    padding-left: clamp(1.5rem, -0.2142857143rem + 3.5714285714vw, 3rem);
  }
}

.p-about-philosophy__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-about-philosophy__items {
    padding-inline: clamp(1.5rem, -0.2142857143rem + 3.5714285714vw, 3rem);
    gap: clamp(4rem, 1.7142857143rem + 4.7619047619vw, 6rem);
  }
}

.p-about-philosophy__item {
  display: grid;
}
@media (min-width: 768px) {
  .p-about-philosophy__item {
    -webkit-column-gap: clamp(2rem, -0.2857142857rem + 4.7619047619vw, 4rem);
       -moz-column-gap: clamp(2rem, -0.2857142857rem + 4.7619047619vw, 4rem);
            column-gap: clamp(2rem, -0.2857142857rem + 4.7619047619vw, 4rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-areas: "title image" "body image";
  }
  .p-about-philosophy__item:nth-child(2) {
    grid-template-areas: "image title" "image body";
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-about-philosophy__item {
    grid-template-areas: "title" "image" "body";
  }
  .p-about-philosophy__item:nth-child(2) {
    grid-template-areas: "title" "image" "body";
  }
}
.p-about-philosophy__item.--2 {
  -webkit-column-gap: clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem);
     -moz-column-gap: clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem);
          column-gap: clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem);
}

.p-about-philosophy-item__title {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  .p-about-philosophy-item__title {
    grid-area: title;
  }
  .p-about-philosophy-item__title:first-child {
    margin-top: 24px;
  }
}

.p-about-philosophy__image {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .p-about-philosophy__image {
    grid-area: image;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-about-philosophy__image {
    margin-top: 24px;
    max-width: 75%;
    margin-inline: auto;
  }
}
.p-about-philosophy__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-philosophy__image.--text {
  padding-block: 32px;
}

@media (min-width: 768px) {
  .p-about-philosophy__body {
    grid-area: body;
  }
}

.p-about-philosophy__text {
  margin-top: 16px;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.9px;
}
@media (min-width: 768px) {
  .p-about-philosophy__text {
    margin-top: 24px;
  }
}

.p-about-philosophy__text--history {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .p-about-philosophy__text--history {
    letter-spacing: 0.54px;
  }
}

.p-about-philosophy__sub-title {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .p-about-philosophy__sub-title {
    margin-top: 24px;
  }
}

.p-about-office__content {
  border-radius: 8px;
  background: #e6e5e1;
  padding-block: 24px;
  padding-inline: 14px;
  color: #114248;
}
@media (min-width: 768px) {
  .p-about-office__content {
    padding-block: clamp(3rem, 1.8571428571rem + 2.380952381vw, 4rem);
    padding-inline: clamp(2rem, 0.8571428571rem + 2.380952381vw, 3rem);
  }
}

.p-about-office__title {
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 1.2px;
}

.p-about-office__table {
  margin-top: 24px;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 768px) {
  .p-about-office__table {
    width: 100%;
    margin-top: 32px;
  }
}
.p-about-office__table th {
  border-top: 1px solid #958f68;
  width: 84px;
  text-align: left;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.96px;
  padding-top: 16px;
  padding-bottom: 16px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-about-office__table th {
    padding-left: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.p-about-office__table th:last-of-type {
  border-bottom: 1px solid #958f68;
}
.p-about-office__table td {
  border-top: 1px solid #958f68;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 15px;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.9px;
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .p-about-office__table td {
    padding-left: clamp(4rem, 0rem + 8.3333333333vw, 7.5rem);
  }
}
.p-about-office__table td:last-of-type {
  border-bottom: 1px solid #958f68;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font-en {
  font-family: "Roboto Flex", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}