*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #fff;
  color: #1c1917;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  font-feature-settings: "palt" 0;
}

body.is-menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
blockquote {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

img,
svg,
picture {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

button {
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}

address {
  font-style: normal;
}

:focus-visible {
  outline: 2px solid #c69545;
  outline-offset: 4px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-sp-only {
  display: none;
}
@media (max-width: 767px) {
  .u-sp-only {
    display: inline;
  }
}

@media (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

.l-main {
  display: block;
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 56px;
  padding-inline: 36px 30px;
  border: 1px solid #d8d0c2;
  border-radius: 99999px;
  background: transparent;
  color: #1c1917;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-button__label {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.c-button__arrow {
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: #c69545;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-button--arrow-left {
  padding-inline: 30px 36px;
}
.c-button--line-dark {
  border-color: rgba(28, 25, 23, 0.35);
}
.c-button--gold {
  border-color: #b48a44;
  background-color: #b48a44;
  color: #fff;
}
.c-button--gold .c-button__arrow {
  color: currentColor;
}
.c-button--on-gold {
  border-color: #fff;
  color: #fff;
}
.c-button--on-gold .c-button__arrow {
  color: currentColor;
}
@media (hover: hover) {
  .c-button:hover {
    border-color: #c69545;
  }
  .c-button:hover .c-button__arrow {
    transform: translateX(4px);
  }
}
@media (hover: hover) {
  .c-button--arrow-left:hover .c-button__arrow {
    transform: translateX(-4px);
  }
}
@media (hover: hover) {
  .c-button--gold:hover {
    border-color: #aa874a;
    background-color: #aa874a;
  }
}
@media (hover: hover) {
  .c-button--on-gold:hover {
    border-color: #fff;
    background-color: #fff;
    color: #b48a44;
  }
}

.c-section-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: #aa874a;
}
.c-section-label__en {
  font-family: "Cardo", "Times New Roman", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-section-label__en {
    font-size: 40px;
  }
}
.c-section-label__jp {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 5px;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.c-section-label--light {
  color: #fff;
}

.c-chevron {
  flex-shrink: 0;
  width: 7.5px;
  height: 8.66px;
  color: inherit;
}

.c-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  overflow: hidden;
}
.c-placeholder__label {
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #6e665c;
  white-space: nowrap;
}

.c-offset-line {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #c69545;
  pointer-events: none;
}

.c-motif {
  position: absolute;
  z-index: -2;
  width: 585px;
  height: 779.4px;
  pointer-events: none;
  overflow: visible;
}
.c-motif--fill {
  fill: #fff;
  fill-opacity: 0.07;
}
.c-motif--fill-title {
  fill: #fff;
  fill-opacity: 0.06;
}
.c-motif--stroke {
  fill: none;
  stroke: #fff;
  stroke-opacity: 0.22;
  stroke-width: 1px;
}

.c-page-title {
  position: relative;
  isolation: isolate;
  background-color: #211a13;
}
.c-page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.c-page-title {
  display: flex;
  align-items: center;
  height: 360px;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 767px) {
  .c-page-title {
    height: 220px;
  }
}
.c-page-title__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: 0.32;
}
.c-page-title__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-page-title__tone {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-color: rgba(207, 166, 98, 0.25);
  mix-blend-mode: multiply;
}
.c-page-title .c-motif {
  top: -209.7px;
  right: 95px;
}
@media (max-width: 767px) {
  .c-page-title .c-motif {
    right: -120px;
    transform: scale(0.6);
    transform-origin: right top;
  }
}
.c-page-title__inner {
  width: 100%;
  max-width: calc(1200px + 120px * 2);
  margin-inline: auto;
  padding-inline: clamp(40px, 8.3333vw, 120px);
}
@media (max-width: 767px) {
  .c-page-title__inner {
    padding-inline: 20px;
  }
}
.c-page-title__inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.c-page-title__label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 767px) {
  .c-page-title__label {
    gap: 10px;
  }
}
.c-page-title__en {
  font-family: "Cardo", "Times New Roman", serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-page-title__en {
    font-size: 44px;
  }
}
.c-page-title__jp {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 5px;
  color: #c9a15c;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.c-page-title__breadcrumb {
  position: absolute;
  right: clamp(40px, 8.3333vw, 120px);
  bottom: 31px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .c-page-title__breadcrumb {
    right: 20px;
    bottom: 20px;
    font-size: 11px;
  }
}
.c-page-title__breadcrumb ol {
  display: flex;
  align-items: center;
}
.c-page-title__breadcrumb li + li::before {
  content: "/";
  margin-inline: 1.1em;
}
@media (hover: hover) {
  .c-page-title__breadcrumb a:hover {
    color: #fff;
  }
}

@media (min-width: 1441px) {
  .c-page-title__breadcrumb {
    right: calc((100% - 1200px) / 2);
  }
}
.c-cta {
  position: relative;
  isolation: isolate;
  background-color: #b48a44;
}
.c-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.c-cta {
  overflow: hidden;
  padding-block: 140px;
  color: #fff;
}
@media (max-width: 767px) {
  .c-cta {
    padding-block: 80px 90px;
  }
}
.c-cta .c-motif--stroke {
  top: -103.2px;
  right: -45px;
}
.c-cta .c-motif--fill {
  top: -163.2px;
  right: 35px;
}
@media (max-width: 767px) {
  .c-cta .c-motif {
    transform: scale(0.6);
    transform-origin: right top;
  }
}
.c-cta__inner {
  width: 100%;
  max-width: calc(1200px + 120px * 2);
  margin-inline: auto;
  padding-inline: clamp(40px, 8.3333vw, 120px);
}
@media (max-width: 767px) {
  .c-cta__inner {
    padding-inline: 20px;
  }
}
.c-cta__inner {
  display: flex;
  align-items: center;
  gap: 110px;
}
@media (max-width: 1279px) {
  .c-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
  }
}
.c-cta__label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  flex-shrink: 0;
}
.c-cta__rule {
  width: 44px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}
.c-cta__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.c-cta__en {
  font-family: "Cardo", "Times New Roman", serif;
  font-size: clamp(66px, 7.2222vw, 104px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.c-cta__jp {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.c-cta__content {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-width: 0;
}
@media (max-width: 1279px) {
  .c-cta__content {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .c-cta__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-cta__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 500px;
  max-width: 100%;
}
@media (max-width: 1279px) {
  .c-cta__text {
    width: 640px;
  }
}
.c-cta__lead {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .c-cta__lead {
    font-size: 20px;
  }
}
.c-cta__body {
  font-size: 15px;
  line-height: 2.3;
  letter-spacing: 0.04em;
  word-break: auto-phrase;
  text-wrap: pretty;
}
@media (max-width: 767px) {
  .c-cta__body {
    font-size: 14px;
  }
}

.l-header {
  position: relative;
  isolation: isolate;
  background-color: #fff;
}
.l-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.l-header {
  z-index: 100;
  display: flex;
  align-items: center;
  height: 100px;
  padding-inline: 40px;
}
@media (max-width: 767px) {
  .l-header {
    height: 72px;
    padding-inline: 16px;
  }
}
.l-header--front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: transparent;
}
.l-header--front::before {
  content: none;
}
@media (max-width: 767px) {
  .l-header--front {
    height: 72px;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: 100%;
}
.l-header__logo {
  display: block;
  flex-shrink: 0;
  width: 198px;
  height: 40px;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 148px;
    height: 30px;
  }
}
.l-header__logo img {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .l-header__logo:hover {
    opacity: 0.7;
  }
}

.c-menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #c69545;
  border-radius: 99999px;
  background-color: #fff;
  color: #c69545;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767px) {
  .c-menu-button {
    width: 48px;
    height: 48px;
    font-size: 12px;
  }
}
.l-header--front .c-menu-button {
  color: #000;
}
@media (hover: hover) {
  .c-menu-button:hover {
    background-color: #c69545;
    color: #fff;
  }
}

.l-menu {
  position: relative;
  isolation: isolate;
  background-color: #090807;
}
.l-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.l-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s linear 0.3s;
}
.l-menu.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s linear 0s;
}
.l-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  height: 100px;
  padding-inline: 40px;
}
@media (max-width: 767px) {
  .l-menu__head {
    height: 72px;
    padding-inline: 16px;
  }
}
.l-menu__logo {
  display: block;
  width: 170.28px;
  height: 34.475px;
}
@media (max-width: 767px) {
  .l-menu__logo {
    width: 148px;
    height: auto;
  }
}
.l-menu__logo img {
  width: 100%;
  height: 100%;
}
.l-menu__close {
  background-color: transparent;
  color: #fff;
  border-color: #c69545;
}
.l-menu__body {
  width: 100%;
  max-width: calc(1200px + 120px * 2);
  margin-inline: auto;
  padding-inline: clamp(40px, 8.3333vw, 120px);
}
@media (max-width: 767px) {
  .l-menu__body {
    padding-inline: 20px;
  }
}
.l-menu__body {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: center;
  gap: 56px;
  padding-block: 60px 80px;
}
.l-menu__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.l-menu__link {
  display: inline-flex;
  align-items: baseline;
  gap: 20px;
}
@media (hover: hover) {
  .l-menu__link:hover {
    opacity: 0.7;
  }
}
.l-menu__en {
  font-family: "Cardo", "Times New Roman", serif;
  font-size: 50px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .l-menu__en {
    font-size: 34px;
  }
}
.l-menu__jp {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  letter-spacing: 0.08em;
}
.l-menu__sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.08em;
}
@media (hover: hover) {
  .l-menu__sub:hover {
    color: #fff;
  }
}

.l-footer {
  position: relative;
  isolation: isolate;
  background-color: #090807;
}
.l-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.l-footer {
  padding-block: 100px 44px;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer {
    padding-block: 64px 32px;
  }
}
.l-footer__inner {
  width: 100%;
  max-width: calc(1200px + 120px * 2);
  margin-inline: auto;
  padding-inline: clamp(40px, 8.3333vw, 120px);
}
@media (max-width: 767px) {
  .l-footer__inner {
    padding-inline: 20px;
  }
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
@media (max-width: 767px) {
  .l-footer__inner {
    gap: 48px;
  }
}
.l-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1023px) {
  .l-footer__top {
    flex-direction: column;
    gap: 56px;
  }
}
.l-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.l-footer__logo {
  display: block;
  width: 170.28px;
  height: 34.475px;
}
.l-footer__logo img {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .l-footer__logo:hover {
    opacity: 0.7;
  }
}
.l-footer__partners {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.l-footer__partners-label {
  color: #c69545;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.22em;
  white-space: nowrap;
}
.l-footer__partners-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.6;
}
.l-footer__partner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 16px;
}
.l-footer__partner-name {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.l-footer__partner-url {
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.06em;
}
@media (hover: hover) {
  .l-footer a.l-footer__partner:hover {
    opacity: 0.7;
  }
}
.l-footer__partner-note {
  color: rgba(198, 149, 69, 0.75);
  font-size: 11px;
  letter-spacing: 0.04em;
}
.l-footer__nav {
  display: flex;
  gap: 96px;
}
@media (max-width: 767px) {
  .l-footer__nav {
    flex-direction: column;
    gap: 22px;
  }
}
.l-footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.l-footer__nav-link {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  white-space: nowrap;
}
@media (hover: hover) {
  .l-footer__nav-link:hover {
    opacity: 0.7;
  }
}
.l-footer__nav-en {
  font-family: "Cardo", "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.36;
}
.l-footer__nav-jp {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  line-height: normal;
  letter-spacing: 0.08em;
}
.l-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .l-footer__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.l-footer__privacy {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 0.08em;
}
@media (hover: hover) {
  .l-footer__privacy:hover {
    color: #fff;
  }
}
.l-footer__copyright {
  color: rgba(255, 255, 255, 0.55);
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.15em;
}

.p-mv {
  position: relative;
  isolation: isolate;
  height: 56.25vw;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 767px) {
  .p-mv {
    height: 640px;
  }
}
.p-mv__art {
  position: absolute;
  inset: 0;
  isolation: isolate;
}
@media (max-width: 767px) {
  .p-mv__art {
    inset: 0 auto 0 calc(80vw - 855.7037037037px);
    width: 1137.7777777778px;
  }
}
.p-mv__photo, .p-mv__window {
  position: absolute;
  inset: 0;
}
.p-mv__photo picture,
.p-mv__photo img, .p-mv__window picture,
.p-mv__window img {
  width: 100%;
  height: 100%;
}
.p-mv__photo img, .p-mv__window img {
  object-fit: cover;
  object-position: left top;
}
.p-mv__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(207, 166, 98, 0.6);
  mix-blend-mode: multiply;
}
.p-mv__veil {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  opacity: 0.8;
}
.p-mv__window {
  isolation: isolate;
  clip-path: polygon(82.0138888889% 16.5432098765%, 82.0138888889% 81.7097530864%, 68.4027777778% 93.3333333333%, 68.4027777778% 30.3927160494%);
}
.p-mv__window picture {
  position: absolute;
  top: 2.4691358025%;
  left: 0;
}
.p-mv__window::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #d19838;
  mix-blend-mode: overlay;
}
.p-mv__union {
  position: absolute;
  top: -30.1962962963%;
  left: 29.5833333333%;
  width: 111.0409722222%;
  height: 154.1419753086%;
  max-width: none;
  fill: #eedfc4;
  opacity: 0.3;
}
.p-mv__content {
  position: relative;
  padding: 16.3888888889vw 0 0 8.3333333333vw;
}
@media (max-width: 767px) {
  .p-mv__content {
    padding: 160px 20px 0;
    isolation: isolate;
  }
  .p-mv__content::before {
    content: "";
    position: absolute;
    top: 100px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 280px;
    background: radial-gradient(ellipse 75% 60% at 20% 50%, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    pointer-events: none;
  }
}
.p-mv__title {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
@media (max-width: 767px) {
  .p-mv__title {
    gap: 12px;
  }
}
.p-mv__title-en {
  font-family: "Cardo", "Times New Roman", serif;
  font-size: max(4.5833333333vw, 32px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-mv__title-en {
    font-size: 40px;
    line-height: 1.1;
    white-space: normal;
  }
}
.p-mv__title-jp {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: max(1.5277777778vw, 14px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .p-mv__title-jp {
    font-size: 16px;
  }
}
.p-mv__copyright {
  position: absolute;
  top: 24.0972222222vw;
  right: 1.3888888889vw;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.15em;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .p-mv__copyright {
    top: auto;
    right: 6px;
    bottom: 40px;
    font-size: 10px;
  }
}
.p-mv__scroll {
  position: absolute;
  top: 36.7361111111vw;
  left: 8.3333333333vw;
  width: 11.3146px;
  height: min(158.048px, 10.9755555556vw);
}
@media (max-width: 767px) {
  .p-mv__scroll {
    top: auto;
    bottom: 24px;
    left: 20px;
    height: 94.8288px;
  }
}
.p-mv__scroll-text {
  position: absolute;
  top: 0;
  left: 8px;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
.p-mv__scroll-line {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #fff;
  stroke-opacity: 0.6;
  overflow: visible;
}

.l-header--front .l-header__logo img {
  filter: brightness(0) invert(1);
}
.l-header--front .c-menu-button {
  color: #c69545;
}
@media (hover: hover) {
  .l-header--front .c-menu-button:hover {
    color: #fff;
  }
}

.p-concept {
  position: relative;
  isolation: isolate;
  background-color: #f7f5f1;
}
.p-concept::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.p-concept {
  padding-block: 150px 100px;
}
@media (max-width: 767px) {
  .p-concept {
    padding-block: 80px 72px;
  }
}
.p-concept__inner {
  width: 100%;
  max-width: calc(1200px + 120px * 2);
  margin-inline: auto;
  padding-inline: clamp(40px, 8.3333vw, 120px);
}
@media (max-width: 767px) {
  .p-concept__inner {
    padding-inline: 20px;
  }
}
.p-concept__inner {
  display: flex;
  align-items: flex-start;
  gap: 150px;
}
@media (max-width: 1279px) {
  .p-concept__inner {
    gap: 80px;
  }
}
@media (max-width: 1023px) {
  .p-concept__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.p-concept__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 1 895px;
  gap: 60px;
  min-width: 0;
  margin-right: -28px;
}
@media (max-width: 1023px) {
  .p-concept__body {
    flex: none;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .p-concept__body {
    gap: 40px;
  }
}
.p-concept__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .p-concept__text {
    gap: 24px;
  }
}
.p-concept__heading {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-concept__heading {
    font-size: 22px;
    letter-spacing: 0.04em;
    word-break: auto-phrase;
  }
}
.p-concept__lead {
  font-size: 15px;
  line-height: 2.3;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-concept__lead {
    font-size: 14px;
    line-height: 2.15;
  }
}

.p-visual {
  position: relative;
  isolation: isolate;
  background-color: #1c1917;
}
.p-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.p-visual {
  height: 44.4444444444vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-visual {
    height: auto;
    padding-bottom: 56px;
  }
}
.p-visual__band {
  position: relative;
  isolation: isolate;
  background-color: #f7f5f1;
}
.p-visual__band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.p-visual__band {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 22.2222222222vw;
}
@media (max-width: 767px) {
  .p-visual__band {
    height: 38vw;
  }
}
.p-visual__image {
  position: absolute;
  top: 0;
  left: 25vw;
  width: 75vw;
  height: 37.5vw;
}
@media (max-width: 767px) {
  .p-visual__image {
    position: relative;
    left: auto;
    width: auto;
    height: 56vw;
    margin-left: 20px;
  }
}
.p-visual__image picture,
.p-visual__image img {
  width: 100%;
  height: 100%;
}
.p-visual__image img {
  object-fit: cover;
}
.p-visual__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(207, 166, 98, 0.35);
  mix-blend-mode: multiply;
}
.p-visual__word {
  position: absolute;
  top: 28.0555555556vw;
  left: 7.7777777778vw;
  color: #b48a44;
  font-family: "Cardo", "Times New Roman", serif;
  font-size: 11.6666666667vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-visual__word {
    position: relative;
    top: auto;
    left: auto;
    margin-top: -0.55em;
    padding-left: 14px;
    font-size: clamp(66px, 19vw, 88px);
  }
}
.p-visual__caption {
  position: absolute;
  top: 40.9722222222vw;
  left: 8.6111111111vw;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.22em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-visual__caption {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 16px;
    padding-inline: 20px;
    font-size: 10px;
    line-height: 1.8;
    white-space: normal;
  }
}
.p-visual__sep {
  margin-inline: 0.95em;
}

.p-top-services {
  position: relative;
  isolation: isolate;
  background-color: #1c1917;
}
.p-top-services::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.p-top-services {
  padding-block: 120px 160px;
  color: #fff;
}
.p-top-services .c-section-label {
  color: #c9a15c;
}
@media (max-width: 767px) {
  .p-top-services {
    padding-block: 80px 96px;
  }
}
.p-top-services__inner {
  width: 100%;
  max-width: calc(1200px + 120px * 2);
  margin-inline: auto;
  padding-inline: clamp(40px, 8.3333vw, 120px);
}
@media (max-width: 767px) {
  .p-top-services__inner {
    padding-inline: 20px;
  }
}
.p-top-services__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 767px) {
  .p-top-services__inner {
    gap: 48px;
  }
}
.p-top-services__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1023px) {
  .p-top-services__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-top-services__head-text {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 767px) {
  .p-top-services__head-text {
    gap: 32px;
  }
}
.p-top-services__heading {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-services__heading {
    font-size: 20px;
    letter-spacing: 0.04em;
  }
}
.p-top-services__body {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
@media (max-width: 1279px) {
  .p-top-services__body {
    gap: 60px;
  }
}
@media (max-width: 1023px) {
  .p-top-services__body {
    flex-direction: column;
    gap: 48px;
  }
}
.p-top-services__image {
  flex-shrink: 0;
  width: 440px;
  height: 569px;
}
@media (max-width: 1279px) {
  .p-top-services__image {
    width: 34vw;
    height: auto;
    aspect-ratio: 0.7732864675;
  }
}
@media (max-width: 1023px) {
  .p-top-services__image {
    width: 100%;
    aspect-ratio: 16/10;
  }
}
.p-top-services__image picture,
.p-top-services__image img {
  width: 100%;
  height: 100%;
}
.p-top-services__image img {
  object-fit: cover;
  object-position: center bottom;
}
.p-top-services__list {
  flex: 1 0 0;
  min-width: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
@media (max-width: 1023px) {
  .p-top-services__list {
    width: 100%;
  }
}
.p-top-services__row {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  padding-block: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
@media (max-width: 767px) {
  .p-top-services__row {
    gap: 16px;
    padding-block: 32px;
  }
}
@media (hover: hover) {
  .p-top-services__row:hover .p-top-services__arrow {
    transform: translateX(4px);
  }
  .p-top-services__row:hover .p-top-services__title {
    color: #c9a15c;
  }
}
.p-top-services__num {
  flex-shrink: 0;
  color: #c69545;
  font-family: "Cardo", "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .p-top-services__num {
    font-size: 22px;
  }
}
.p-top-services__text {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.p-top-services__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767px) {
  .p-top-services__title {
    font-size: 18px;
  }
}
.p-top-services__desc {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-top-services__desc {
    font-size: 14px;
  }
}
.p-top-services__arrow {
  flex-shrink: 0;
  color: #c69545;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: normal;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-service-areas {
  position: relative;
  isolation: isolate;
  background-color: #fff;
}
.p-service-areas::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.p-service-areas {
  padding-block: 140px;
}
@media (max-width: 767px) {
  .p-service-areas {
    padding-block: 72px 96px;
  }
}
.p-service-areas__inner {
  width: 100%;
  max-width: calc(1200px + 120px * 2);
  margin-inline: auto;
  padding-inline: clamp(40px, 8.3333vw, 120px);
}
@media (max-width: 767px) {
  .p-service-areas__inner {
    padding-inline: 20px;
  }
}
.p-service-areas__inner {
  display: flex;
  flex-direction: column;
  gap: 130px;
}
@media (max-width: 767px) {
  .p-service-areas__inner {
    gap: 80px;
  }
}

.p-service-area {
  display: flex;
  align-items: center;
  gap: 90px;
  scroll-margin-top: 40px;
}
@media (max-width: 1279px) {
  .p-service-area {
    gap: 60px;
  }
}
.p-service-area--image-right {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .p-service-area {
    flex-direction: column;
    align-items: stretch;
    gap: 48px;
  }
}
.p-service-area__image {
  position: relative;
  flex-shrink: 0;
  width: 600px;
  height: 420px;
}
@media (max-width: 1279px) {
  .p-service-area__image {
    width: 46%;
    height: auto;
    aspect-ratio: 1.4285714286;
  }
}
@media (max-width: 1023px) {
  .p-service-area__image {
    width: calc(100% - 21px);
    margin-left: 21px;
  }
}
@media (max-width: 1023px) {
  .p-service-area--image-right .p-service-area__image {
    margin-left: 0;
  }
}
.p-service-area__frame {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(198, 149, 69, 0.28);
  background-color: #d9d9d9;
}
.p-service-area__frame picture,
.p-service-area__frame img {
  width: 100%;
  height: 100%;
}
.p-service-area__frame img {
  object-fit: cover;
}
.p-service-area__line {
  top: 19px;
  left: -21px;
}
.p-service-area--image-right .p-service-area__line {
  left: 19px;
}
.p-service-area__text {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.p-service-area__num {
  color: #aa874a;
  font-family: "Cardo", "Times New Roman", serif;
  font-size: 72px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .p-service-area__num {
    font-size: 50px;
  }
}
.p-service-area__title {
  margin-top: 16px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-service-area__title {
    margin-top: 12px;
    font-size: 22px;
  }
}
.p-service-area__body {
  margin-top: 22px;
  font-size: 15px;
  line-height: 2.3;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-service-area__body {
    margin-top: 16px;
    font-size: 14px;
    line-height: 2.15;
  }
}

.p-flow {
  position: relative;
  isolation: isolate;
  background-color: #f7f5f1;
}
.p-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.p-flow {
  padding-block: 140px;
}
@media (max-width: 767px) {
  .p-flow {
    padding-block: 80px;
  }
}
.p-flow__inner {
  width: 100%;
  max-width: calc(1200px + 120px * 2);
  margin-inline: auto;
  padding-inline: clamp(40px, 8.3333vw, 120px);
}
@media (max-width: 767px) {
  .p-flow__inner {
    padding-inline: 20px;
  }
}
.p-flow__steps {
  display: flex;
  margin-top: 70px;
}
@media (max-width: 1023px) {
  .p-flow__steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 48px;
  }
}
@media (max-width: 767px) {
  .p-flow__steps {
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-top: 48px;
  }
}
.p-flow__step {
  position: relative;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.p-flow__step::before {
  content: "";
  position: absolute;
  top: 56px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #c69545;
}
.p-flow__num {
  color: #aa874a;
  font-family: "Cardo", "Times New Roman", serif;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0.01em;
}
.p-flow__rule {
  width: 100%;
  height: 1px;
  margin-top: 16px;
  background-color: rgba(170, 135, 74, 0.4);
}
.p-flow__title {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.p-flow__text {
  width: 250px;
  max-width: calc(100% - 20px);
  margin-top: 12px;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-flow__text {
    width: auto;
    max-width: none;
  }
}

.p-message {
  position: relative;
  isolation: isolate;
  background-color: #fff;
}
.p-message::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.p-message {
  padding-block: 140px;
}
@media (max-width: 767px) {
  .p-message {
    padding-block: 80px;
  }
}
.p-message__inner {
  width: 100%;
  max-width: calc(1200px + 120px * 2);
  margin-inline: auto;
  padding-inline: clamp(40px, 8.3333vw, 120px);
}
@media (max-width: 767px) {
  .p-message__inner {
    padding-inline: 20px;
  }
}
.p-message__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 767px) {
  .p-message__inner {
    gap: 40px;
  }
}
.p-message__body {
  display: flex;
  align-items: flex-start;
  gap: 90px;
}
@media (max-width: 1279px) {
  .p-message__body {
    gap: 56px;
  }
}
@media (max-width: 1023px) {
  .p-message__body {
    flex-direction: column;
    gap: 56px;
  }
}
.p-message__text {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 48px;
  min-width: 0;
}
.p-message__body--text-only .p-message__text {
  flex: 0 1 800px;
  max-width: 800px;
}
.p-message__lead {
  font-size: 15px;
  line-height: 2.3;
  letter-spacing: 0.04em;
}
.p-message__lead p + p {
  margin-top: 2.3em;
}
@media (max-width: 767px) {
  .p-message__lead {
    font-size: 14px;
    line-height: 2.15;
  }
}
.p-message__sign {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
.p-message__portraits {
  display: flex;
  flex-shrink: 0;
  isolation: isolate;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .p-message__portraits {
    flex-shrink: 1;
    width: 44%;
  }
}
@media (max-width: 1023px) {
  .p-message__portraits {
    width: 100%;
    max-width: 552px;
  }
}
@media (max-width: 767px) {
  .p-message__portraits {
    gap: 12px;
    max-width: none;
  }
}

.p-portrait {
  display: flex;
  flex-direction: column;
  width: 300px;
}
@media (max-width: 1279px) {
  .p-portrait {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }
}
.p-portrait--front {
  z-index: 2;
  margin-right: -48px;
}
@media (max-width: 767px) {
  .p-portrait--front {
    margin-right: 0;
  }
}
.p-portrait--back {
  z-index: 1;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .p-portrait--back {
    padding-top: 0;
  }
}
.p-portrait__image {
  position: relative;
  height: 375px;
}
@media (max-width: 1279px) {
  .p-portrait__image {
    height: auto;
    aspect-ratio: 0.8;
  }
}
.p-portrait--front .p-portrait__image {
  border: 8px solid #fff;
}
@media (max-width: 767px) {
  .p-portrait--front .p-portrait__image {
    border-width: 0;
  }
}
.p-portrait__inner-line {
  position: absolute;
  inset: 12px;
  border: 1px solid #c69545;
  opacity: 0.8;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-portrait__inner-line {
    inset: 8px;
  }
}
.p-portrait--front .p-portrait__inner-line {
  inset: 4px;
}
@media (max-width: 767px) {
  .p-portrait--front .p-portrait__inner-line {
    inset: 8px;
  }
}
.p-portrait__caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .p-portrait__caption {
    padding-top: 16px;
  }
}
.p-portrait__role {
  color: #aa874a;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .p-portrait__role {
    font-size: 11px;
    letter-spacing: 0.08em;
  }
}
.p-portrait__name {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-portrait__name {
    font-size: 18px;
  }
}
.p-portrait__roman {
  color: #6e665c;
  font-family: "Cardo", "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.36;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .p-portrait__roman {
    font-size: 12px;
  }
}

.p-profile {
  position: relative;
  isolation: isolate;
  background-color: #f7f5f1;
}
.p-profile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.p-profile {
  padding-block: 140px;
}
@media (max-width: 767px) {
  .p-profile {
    padding-block: 80px;
  }
}
.p-profile__inner {
  width: 100%;
  max-width: calc(1200px + 120px * 2);
  margin-inline: auto;
  padding-inline: clamp(40px, 8.3333vw, 120px);
}
@media (max-width: 767px) {
  .p-profile__inner {
    padding-inline: 20px;
  }
}
.p-profile__table {
  margin-top: 64px;
  border-bottom: 1px solid rgba(170, 135, 74, 0.28);
}
@media (max-width: 767px) {
  .p-profile__table {
    margin-top: 40px;
  }
}
.p-profile__row {
  display: flex;
  align-items: flex-start;
  padding-block: 26px;
  border-top: 1px solid rgba(170, 135, 74, 0.28);
  line-height: 1.9;
}
@media (max-width: 767px) {
  .p-profile__row {
    flex-direction: column;
    gap: 6px;
    padding-block: 20px;
  }
}
.p-profile__row dt {
  flex-shrink: 0;
  width: 240px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 1023px) {
  .p-profile__row dt {
    width: 160px;
  }
}
.p-profile__row dd {
  flex: 1 0 0;
  min-width: 0;
  font-size: 15px;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-profile__row dd {
    font-size: 14px;
  }
}

.p-access {
  position: relative;
  isolation: isolate;
  background-color: #fff;
}
.p-access::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.p-access {
  padding-block: 140px;
}
@media (max-width: 767px) {
  .p-access {
    padding-block: 80px;
  }
}
.p-access__inner {
  width: 100%;
  max-width: calc(1200px + 120px * 2);
  margin-inline: auto;
  padding-inline: clamp(40px, 8.3333vw, 120px);
}
@media (max-width: 767px) {
  .p-access__inner {
    padding-inline: 20px;
  }
}
.p-access__inner {
  display: flex;
  align-items: flex-start;
  gap: 90px;
}
@media (max-width: 1279px) {
  .p-access__inner {
    gap: 56px;
  }
}
@media (max-width: 1023px) {
  .p-access__inner {
    flex-direction: column;
  }
}
.p-access__text {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 420px;
}
@media (max-width: 1279px) {
  .p-access__text {
    flex-shrink: 1;
    width: 36%;
  }
}
@media (max-width: 1023px) {
  .p-access__text {
    width: 100%;
  }
}
.p-access__info {
  margin-block: 48px 40px;
}
.p-access__info dt {
  color: #aa874a;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
}
.p-access__info dd {
  margin-top: 12px;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.04em;
}
.p-access__info dd + dt {
  margin-top: 28px;
}
.p-access__note {
  display: block;
  font-size: 13px;
}
.p-access__map {
  position: relative;
  flex: 1 0 0;
  min-width: 0;
  height: 460px;
}
@media (max-width: 1023px) {
  .p-access__map {
    flex: none;
    width: calc(100% - 19px);
    height: auto;
    aspect-ratio: 3/2;
  }
}
.p-access__map .c-placeholder {
  border: 1px solid rgba(198, 149, 69, 0.28);
}
.p-access__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(198, 149, 69, 0.28);
  background-color: #d9d9d9;
}
.p-access__line {
  top: 19px;
  left: 19px;
}

.p-contact {
  position: relative;
  isolation: isolate;
  background-color: #fff;
}
.p-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.p-contact {
  padding-block: 140px;
}
@media (max-width: 767px) {
  .p-contact {
    padding-block: 64px 80px;
  }
}
.p-contact__inner {
  width: 100%;
  max-width: calc(800px + 40px * 2);
  margin-inline: auto;
  padding-inline: 40px;
}
@media (max-width: 767px) {
  .p-contact__inner {
    padding-inline: 20px;
  }
}
.p-contact__inner {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (max-width: 767px) {
  .p-contact__inner {
    gap: 48px;
  }
}
.p-contact__note dt {
  color: #aa874a;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
}
.p-contact__note dd {
  margin-top: 16px;
  font-size: 14px;
  line-height: 2.15;
  letter-spacing: 0.04em;
}
.p-contact__note dd + dt {
  margin-top: 36px;
}
.p-contact__note dd:last-child {
  margin-top: 14px;
}

.c-required {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #b48a44;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-form__fields {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.p-form__field {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
.p-form__label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.p-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form textarea {
  display: block;
  width: 100%;
  height: 56px;
  padding: 18px 20px;
  border: 1px solid #e4ddd0;
  border-radius: 2px;
  background-color: #f7f5f1;
  color: #1c1917;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  appearance: none;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form input[type=tel]::placeholder,
.p-form textarea::placeholder {
  color: #9a9285;
  opacity: 1;
}
.p-form input[type=text]:focus,
.p-form input[type=email]:focus,
.p-form input[type=tel]:focus,
.p-form textarea:focus {
  border-color: #c69545;
  background-color: #fff;
  outline: none;
}
@media (max-width: 767px) {
  .p-form input[type=text],
  .p-form input[type=email],
  .p-form input[type=tel],
  .p-form textarea {
    font-size: 16px;
  }
}
.p-form textarea {
  height: 190px;
  resize: vertical;
}
.p-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 36px;
}
@media (max-width: 767px) {
  .p-form .wpcf7-radio {
    flex-direction: column;
    gap: 12px;
  }
}
.p-form .wpcf7-list-item {
  margin: 0;
}
.p-form .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.p-form input[type=radio],
.p-form input[type=checkbox] {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #c0b7a6;
  background-color: #fff;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-form input[type=radio] {
  border-radius: 50%;
}
.p-form input[type=radio]:checked {
  border: 4px solid #b48a44;
}
.p-form input[type=checkbox] {
  position: relative;
  border-radius: 2px;
}
.p-form input[type=checkbox]:checked {
  border-color: #b48a44;
  background-color: #b48a44;
}
.p-form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.p-form__agree {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .p-form__agree {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.p-form__agree .wpcf7-form-control-wrap {
  width: auto;
}
.p-form__agree .wpcf7-list-item label {
  gap: 12px;
}
@media (max-width: 767px) {
  .p-form__agree .wpcf7-list-item label {
    align-items: flex-start;
  }
  .p-form__agree .wpcf7-list-item label input {
    margin-top: 4px;
  }
}
@media (hover: hover) {
  .p-form__agree a:hover {
    color: #aa874a;
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
.p-form__submit {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.p-form__submit .cf7-cf-turnstile {
  flex-basis: 100%;
  min-height: 65px;
  margin: 0 0 8px !important;
}
.p-form__submit .cf-turnstile {
  width: 300px;
  max-width: 100%;
}
.p-form__submit br {
  display: none;
}
.p-form__submit .c-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.p-form__submit .wpcf7-spinner {
  margin: 0;
}

.wpcf7 .hidden-fields-container {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  color: #aa874a;
  font-size: 12px;
  line-height: 1.6;
}

.p-form__agree .wpcf7-not-valid-tip {
  flex-basis: 100%;
  margin-top: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 32px 0 0;
  padding: 14px 20px;
  border: 1px solid #c69545;
  font-size: 14px;
  line-height: 1.8;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #e4ddd0;
  border-top-color: #b48a44;
  border-radius: 50%;
  visibility: hidden;
  animation: quadrato-spin 0.8s linear infinite;
}
.submitting .wpcf7-spinner {
  visibility: visible;
}

.screen-reader-response {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes quadrato-spin {
  to {
    transform: rotate(360deg);
  }
}
.p-thanks {
  position: relative;
  isolation: isolate;
  background-color: #fff;
}
.p-thanks::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.p-thanks {
  padding-block: 140px;
}
@media (max-width: 767px) {
  .p-thanks {
    padding-block: 72px 96px;
  }
}
.p-thanks__inner {
  width: 100%;
  max-width: calc(800px + 40px * 2);
  margin-inline: auto;
  padding-inline: 40px;
}
@media (max-width: 767px) {
  .p-thanks__inner {
    padding-inline: 20px;
  }
}
.p-thanks__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.p-thanks__heading {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-thanks__heading {
    font-size: 18px;
  }
}
.p-thanks__text {
  font-size: 15px;
  line-height: 2.3;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-thanks__text {
    font-size: 14px;
  }
}
.p-thanks .c-button {
  margin-top: 16px;
}

.p-news {
  position: relative;
  isolation: isolate;
  background-color: #fff;
}
.p-news::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.p-news {
  padding-block: 140px;
}
@media (max-width: 767px) {
  .p-news {
    padding-block: 64px 80px;
  }
}
.p-news__inner {
  width: 100%;
  max-width: calc(800px + 40px * 2);
  margin-inline: auto;
  padding-inline: 40px;
}
@media (max-width: 767px) {
  .p-news__inner {
    padding-inline: 20px;
  }
}
.p-news__list {
  border-bottom: 1px solid rgba(170, 135, 74, 0.28);
}
.p-news__list--search {
  margin-top: 32px;
}
.p-news__item {
  display: flex;
  align-items: center;
  padding-block: 32px;
  border-top: 1px solid rgba(170, 135, 74, 0.28);
}
@media (max-width: 767px) {
  .p-news__item {
    display: grid;
    grid-template-columns: 1fr auto;
    row-gap: 6px;
    padding-block: 24px;
  }
}
@media (hover: hover) {
  .p-news__item:hover .p-news__title {
    color: #aa874a;
  }
  .p-news__item:hover .p-news__arrow {
    transform: translateX(4px);
  }
}
.p-news__date {
  flex-shrink: 0;
  width: 160px;
  color: #aa874a;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .p-news__date {
    grid-column: 1/-1;
    width: auto;
    font-size: 13px;
  }
}
.p-news__title {
  flex: 1 0 0;
  min-width: 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767px) {
  .p-news__title {
    font-size: 15px;
  }
}
.p-news__arrow {
  flex-shrink: 0;
  margin-left: 16px;
  color: #c69545;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-news__empty {
  font-size: 15px;
}

.c-pagination {
  margin-top: 72px;
}
@media (max-width: 767px) {
  .c-pagination {
    margin-top: 48px;
  }
}
.c-pagination__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.c-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #e4ddd0;
  border-radius: 99999px;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-pagination .page-numbers.current {
  border-color: #b48a44;
  background-color: #b48a44;
  color: #fff;
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  color: #c69545;
}
.c-pagination .page-numbers.dots {
  border-color: transparent;
}
@media (hover: hover) {
  .c-pagination a.page-numbers:hover {
    border-color: #c69545;
  }
}

.p-article__head {
  position: relative;
  isolation: isolate;
  background-color: #fff;
}
.p-article__head::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.p-article__head {
  padding-top: 140px;
}
@media (max-width: 767px) {
  .p-article__head {
    padding-top: 64px;
  }
}
.p-article__inner {
  width: 100%;
  max-width: calc(800px + 40px * 2);
  margin-inline: auto;
  padding-inline: 40px;
}
@media (max-width: 767px) {
  .p-article__inner {
    padding-inline: 20px;
  }
}
.p-article__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .p-article__title {
    font-size: 22px;
    letter-spacing: 0.04em;
  }
}
.p-article__date {
  display: block;
  margin-top: 22px;
  color: #aa874a;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .p-article__date {
    margin-top: 12px;
    font-size: 14px;
  }
}
.p-article__body {
  position: relative;
  isolation: isolate;
  background-color: #fff;
}
.p-article__body::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.p-article__body {
  padding-block: 64px 140px;
}
@media (max-width: 767px) {
  .p-article__body {
    padding-block: 40px 80px;
  }
}
.p-article__content {
  font-size: 16px;
  line-height: 2.3;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-article__content {
    font-size: 15px;
    line-height: 2.15;
  }
}
.p-article__content > * + * {
  margin-top: 32px;
}
.p-article__content > p + p {
  margin-top: 20px;
}
.p-article__content > figure,
.p-article__content > .wp-block-image {
  margin-block: 52px 60px;
}
.p-article__content img {
  width: 100%;
  height: auto;
}
.p-article__content .c-placeholder {
  height: 440px;
  margin-block: 52px 60px;
  border: 1px solid rgba(198, 149, 69, 0.28);
}
@media (max-width: 767px) {
  .p-article__content .c-placeholder {
    height: auto;
    aspect-ratio: 800/440;
  }
}
.p-article__content h2 {
  margin-top: 48px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-article__content h2 {
    font-size: 18px;
  }
}
.p-article__content h2 + * {
  margin-top: 20px;
}
.p-article__content figure + h2,
.p-article__content .c-placeholder + h2 {
  margin-top: 60px;
}
.p-article__content h3 {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
.p-article__content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 15px;
  line-height: 1.9;
}
.p-article__content ul li {
  position: relative;
  padding-left: 18px;
}
.p-article__content ul li::before {
  content: "";
  position: absolute;
  top: calc((1.9 * 1em - 8.66px) / 2);
  left: 0;
  width: 7.5px;
  height: 8.66px;
  background-color: #aa874a;
  clip-path: polygon(100% 50%, 0 100%, 0 93.33%, 86.67% 50%, 0 6.66%, 0 0);
}
.p-article__content ol {
  padding-left: 1.5em;
  list-style: decimal;
}
.p-article__content a {
  color: #aa874a;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.p-article__footer {
  position: relative;
  isolation: isolate;
  background-color: #f7f5f1;
}
.p-article__footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.p-article__footer {
  display: flex;
  justify-content: center;
  padding-block: 80px;
}
@media (max-width: 767px) {
  .p-article__footer {
    padding-block: 56px;
  }
}

.p-policy {
  position: relative;
  isolation: isolate;
  background-color: #fff;
}
.p-policy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.p-policy {
  padding-block: 140px;
}
@media (max-width: 767px) {
  .p-policy {
    padding-block: 64px 80px;
  }
}
.p-policy__inner {
  width: 100%;
  max-width: calc(800px + 40px * 2);
  margin-inline: auto;
  padding-inline: 40px;
}
@media (max-width: 767px) {
  .p-policy__inner {
    padding-inline: 20px;
  }
}
.p-policy__intro, .p-policy__text {
  font-size: 15px;
  line-height: 2.3;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-policy__intro, .p-policy__text {
    font-size: 14px;
    line-height: 2.15;
  }
}
.p-policy__text p + p {
  margin-top: 2.3em;
}
.p-policy__list {
  display: flex;
  flex-direction: column;
  gap: 52px;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .p-policy__list {
    gap: 40px;
    margin-top: 48px;
  }
}
.p-policy__heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-policy__heading {
    align-items: baseline;
    font-size: 16px;
  }
}
.p-policy__num {
  flex-shrink: 0;
  color: #aa874a;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.p-policy-dates {
  position: relative;
  isolation: isolate;
  background-color: #f7f5f1;
}
.p-policy-dates::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}
.p-policy-dates {
  padding-block: 64px;
}
@media (max-width: 767px) {
  .p-policy-dates {
    padding-block: 48px;
  }
}
.p-policy-dates__inner {
  width: 100%;
  max-width: calc(800px + 40px * 2);
  margin-inline: auto;
  padding-inline: 40px;
}
@media (max-width: 767px) {
  .p-policy-dates__inner {
    padding-inline: 20px;
  }
}
.p-policy-dates__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.06em;
}
