@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 10px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 1.6rem;
  background-color: #f5f3ec;
}

@media (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
}

.container-xs {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 99.6rem;
  margin: auto;
}

.container-lg {
  max-width: 133.8rem;
  margin: auto;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 5rem;
}
@media (max-width: 1200px) {
  .header__inner {
    padding: 1rem 1.3rem;
  }
}
.header__logo a {
  display: block;
}
.header__logo img {
  height: 4.418rem;
  width: auto;
  display: block;
}
@media (max-width: 1200px) {
  .header__logo img {
    height: 2.8rem;
  }
}
.home .header__logo {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header__hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 101;
}
@media (max-width: 1200px) {
  .header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 4.014rem;
    height: 1.1rem;
  }
}
.header__hamburger span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transform-origin: center;
}
@media (max-width: 1200px) {
  .header__sp-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: #241c14;
    backdrop-filter: none;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
}
@media (min-width: 1201px) {
  .header__sp-nav {
    display: none;
  }
}
.header__sp-nav-inner {
  width: 100%;
  padding: 12.8rem 2rem;
  max-height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__sp-nav-header {
  text-align: center;
  margin-bottom: 5rem;
}
.header__sp-nav-logo-title {
  width: 13.3rem;
  margin-bottom: 1.68rem;
  margin-left: auto;
  margin-right: auto;
}
.header__sp-nav-logo-title img {
  width: 100%;
}
.header__sp-nav-logo-tagline {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.15em;
  margin-bottom: 2.6rem;
}
.header__sp-nav-logo-sub {
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  color: #ffffff;
  opacity: 0.8;
  letter-spacing: 0.08em;
}
.header__sp-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.header__sp-menu-item a {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.06em;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.header__sp-menu-item a:hover {
  opacity: 0.7;
}
.header__sp-nav-divider {
  border: none;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  width: 21.7rem;
  margin: 4rem auto;
  flex-shrink: 0;
}
.header__sp-sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.header__sp-sub-menu-item a {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.06em;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.header__sp-sub-menu-item a:hover {
  opacity: 0.7;
}
.header.is-open .header__hamburger span:first-child {
  transform: translateY(5px) rotate(45deg);
}
.header.is-open .header__hamburger span:last-child {
  transform: translateY(-6px) rotate(-45deg);
}
@media (max-width: 1200px) {
  .header.is-open .header__sp-nav {
    opacity: 1;
    visibility: visible;
  }
}
.header__right {
  position: absolute;
  right: 4.6rem;
  top: 0;
  height: 100vh;
  height: 100dvh;
  max-height: 73.1rem;
  display: flex;
  align-items: center;
  padding-bottom: 37.2rem;
}
@media (max-width: 1200px) {
  .header__right {
    display: none;
  }
}
.header__right-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
}
.header__right-menu-item a {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.625;
  transition: opacity 0.3s ease;
}
.header__right-menu-item a:hover {
  opacity: 0.7;
}
.header__right-menu-item--underline {
  margin-top: 1.8rem;
}
.header__right-menu-item--underline a {
  font-size: 1.4rem;
  line-height: 2.6rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.header__right-menu-item--underline + .header__right-menu-item--underline {
  margin-top: -0.4rem;
}
.header--sub {
  background-color: transparent;
  backdrop-filter: none;
  position: fixed;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}
body:not(:has(.p-heading)) .header--sub {
  background-color: rgba(36, 28, 20, 0.85);
  backdrop-filter: blur(5px);
}
.header--sub.is-scrolled {
  background-color: rgba(36, 28, 20, 0.85);
  backdrop-filter: blur(5px);
}
.header--sub .header__inner {
  height: 104px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .header--sub .header__inner {
    height: 60px;
  }
}
.header__sub-right {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__sub-right {
    display: none;
  }
}
.header__sub-right-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4.5rem;
}
@media (max-width: 1200px) {
  .header__sub-right-menu {
    gap: 3rem;
  }
}
@media (max-width: 991px) {
  .header__sub-right-menu {
    gap: 1.5rem;
  }
}
.header__sub-right-menu-item a {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.06em;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.header__sub-right-menu-item a:hover {
  opacity: 0.7;
}
.header__sub-right-menu-item--underline a {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  font-size: 1.4rem;
}

.footer {
  background-color: #ffffff;
  padding: 10rem 0 4.5rem;
  color: #000000;
}
@media (max-width: 991px) {
  .footer {
    padding: 8rem 0;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 7rem 0;
  }
}
.footer__inner {
  max-width: 139.8rem;
  margin: 0 auto;
  padding: 0 3rem;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .footer__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 3.85rem;
  }
}
.footer__brand {
  width: 50%;
}
@media (max-width: 1200px) {
  .footer__brand {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .footer__brand {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer__logo {
  margin-bottom: 4.82rem;
}
@media (max-width: 768px) {
  .footer__logo {
    margin-bottom: 2.41rem;
  }
}
.footer__logo a {
  width: fit-content;
  display: block;
}
.footer__logo-img {
  width: 15rem;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .footer__logo-img {
    width: 11.7rem;
  }
}
.footer__company {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  font-size: 1.6rem;
  color: #000000;
  font-weight: 500;
  line-height: 2.1rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .footer__company {
    flex-direction: column;
    gap: 0.8rem;
    font-size: 1.4rem;
    margin-bottom: 3.8rem;
    line-height: 2.4rem;
  }
}
.footer__company-link {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 0.3s ease;
  font-weight: 500;
}
.footer__company-link:hover {
  color: #6c4821;
}
.footer__tagline {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.06em;
  color: #000000;
  margin: 0 0 3.5rem 0;
}
@media (max-width: 768px) {
  .footer__tagline {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 4.2rem;
  }
}
.footer__certification {
  display: flex;
  align-items: center;
  gap: 2.13rem;
}
@media (max-width: 768px) {
  .footer__certification {
    flex-direction: column;
    gap: 0.5rem;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
.footer__cert-img {
  width: 7.71rem;
  height: 8.251rem;
  display: block;
}
.footer__cert-text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.footer__nav {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1200px) {
  .footer__nav {
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  .footer__nav {
    gap: 1.5rem;
  }
}
.footer__nav-col {
  min-width: 25.5rem;
}
@media (max-width: 1200px) {
  .footer__nav-col {
    min-width: 20rem;
  }
}
@media (max-width: 991px) {
  .footer__nav-col {
    min-width: 18rem;
  }
}
@media (max-width: 899px) {
  .footer__nav-col {
    min-width: 16rem;
  }
}
.footer__nav-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2.9rem;
  color: #000000;
  margin: 0 0 3.9rem 0;
  border-bottom: none;
  padding: 0;
}
.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__nav-list a {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: color 0.3s ease;
  color: #000000;
  line-height: 2.4rem;
}
.footer__nav-list a::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: width 0.3s ease;
}
.footer__nav-list a:hover::before {
  width: 100%;
}
.footer__bottom {
  border-top: 1px solid #e0e0e0;
  padding-top: 2.65rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    gap: 1rem;
    padding-top: 2.05rem;
    text-align: center;
  }
}
.footer__slogan {
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.7rem;
  margin: 0;
}
.footer__copyright {
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.7rem;
  margin: 0;
}

.c-btn {
  display: flex;
  justify-content: flex-start;
  width: 24.65rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .c-btn {
    width: 18.55rem;
    max-width: 100%;
    justify-content: center;
    margin: 0 auto;
  }
}
.c-btn__link {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  color: #000000;
  text-decoration: none;
  line-height: 2.1rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .c-btn__link {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
.c-btn__link:hover {
  opacity: 0.7;
}
.c-btn__link:hover .c-btn__arrow {
  transform: translateX(0.4rem);
}
@media (max-width: 768px) {
  .c-btn__link:hover .c-btn__arrow {
    transform: none;
  }
}
.c-btn__arrow {
  padding-right: 0.5rem;
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.c-btn__arrow svg {
  fill: currentColor;
}

.c-btn-2 {
  width: 100%;
}
@media (max-width: 768px) {
  .c-btn-2 {
    display: flex;
    justify-content: center;
  }
}
.c-btn-2__link {
  display: inline-block;
  padding: 1rem 2.9rem 0.9rem;
  border: 1px solid #000000;
  background-color: #f5f3ec;
  color: #000000;
  text-decoration: none;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: all 0.3s ease;
  text-align: center;
}
.c-btn-2__link:hover {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 768px) {
  .c-btn-2__link {
    padding: 0.7rem 2.4rem 0.6rem;
    font-size: 1.3rem;
    line-height: 2rem;
    width: fit-content;
    max-width: 20rem;
  }
}

.c-btn-3 {
  display: flex;
  justify-content: center;
  width: 100%;
}
.c-btn-3__link {
  display: inline-block;
  padding: 1.4rem 4.3rem;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  transition: all 0.3s ease;
  text-align: center;
}
.c-btn-3__link:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .c-btn-3__link {
    max-width: 100%;
    font-size: 1.3rem;
  }
}

.c-btn-4 {
  display: flex;
  justify-content: flex-start;
  width: 20rem;
}
@media (max-width: 768px) {
  .c-btn-4 {
    width: 18.55rem;
    max-width: 100%;
    justify-content: center;
    margin: 0 auto;
  }
}
.c-btn-4__link {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  color: #ffffff;
  text-decoration: none;
  line-height: 2rem;
  font-weight: 500;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease;
}
.c-btn-4__link:hover {
  opacity: 0.7;
}
.c-btn-4__arrow {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.c-btn-4__arrow svg {
  fill: currentColor;
}

.c-story {
  padding: 12rem 0;
  overflow: hidden;
  display: flex;
}
@media (max-width: 991px) {
  .c-story {
    flex-direction: column;
    padding: 8rem 0 7.6rem;
  }
  .c-story .c-btn {
    margin: 0 auto;
    justify-content: center;
  }
}
.c-story__inner {
  width: calc(44.74% - 10.1rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 7.8rem;
}
@media (max-width: 991px) {
  .c-story__inner {
    width: 100%;
    padding-left: 0;
    padding: 0 3rem;
    flex-direction: column;
    align-items: center;
  }
}
.c-story__image-wrapper {
  width: 55.26%;
  max-height: 67.7rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-story__image-wrapper {
    order: 2;
    width: 100%;
    margin-left: 0;
    margin-top: 4.05rem;
  }
}
.c-story__image-wrapper:hover .c-story__image {
  transform: scale(1.06);
}
.c-story__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 991px) {
  .c-story__image {
    aspect-ratio: 393/313;
  }
}
.c-story__content {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -2.3rem;
}
@media (max-width: 991px) {
  .c-story__content {
    order: 1;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}
.c-story__label {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #6c4821;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.06em;
  margin-bottom: 3.1rem;
  line-height: 2.6rem;
}
@media (max-width: 991px) {
  .c-story__label {
    font-size: 1.4rem;
    justify-content: center;
    margin-bottom: 2.4rem;
    line-height: 2rem;
  }
}
.c-story__label::before {
  content: "";
  position: absolute;
  left: -19.75rem;
  top: 1.5rem;
  width: 16.3rem;
  height: 1px;
  background-color: #554738;
}
@media (max-width: 991px) {
  .c-story__label::before {
    display: none;
  }
}
.c-story__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  color: #000000;
  font-weight: 400;
  margin: 0 0 3.8rem 0;
  line-height: 4.45rem;
  letter-spacing: 0.06em;
}
@media (max-width: 991px) {
  .c-story__title {
    font-size: 2.2rem;
    margin-bottom: 3.3rem;
    line-height: 3.58rem;
  }
}
.c-story__texts {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-bottom: 4.1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (max-width: 991px) {
  .c-story__texts {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-bottom: 3.3rem;
    text-align: left;
  }
}
.c-story--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .c-story--reverse {
    flex-direction: column;
  }
}
.c-story--reverse .c-story__inner {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 7.8rem;
}
@media (max-width: 991px) {
  .c-story--reverse .c-story__inner {
    flex-direction: column;
    padding-right: 0;
  }
}
.c-story--reverse .c-story__image-wrapper {
  margin-right: calc(-50vw + 50% - 2rem);
  margin-left: 0;
}
@media (max-width: 991px) {
  .c-story--reverse .c-story__image-wrapper {
    margin-right: 0;
  }
}
.c-story--reverse .c-story__label {
  padding-right: 130px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .c-story--reverse .c-story__label {
    padding-right: 0;
  }
}
.c-story--reverse .c-story__label::before {
  right: calc(-8% - 120px);
  left: auto;
}

.c-story-page-list {
  padding: 12rem 0;
  display: flex;
  flex-direction: column;
  gap: 9rem;
}
@media (max-width: 991px) {
  .c-story-page-list {
    padding: 8rem 0;
    gap: 6rem;
  }
}

.c-story-page {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .c-story-page {
    flex-direction: column;
    padding: 0;
  }
  .c-story-page .c-btn {
    margin: 0 auto;
    justify-content: center;
  }
}
.c-story-page__inner {
  width: calc(43.57% - 8rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 5.9rem;
}
@media (max-width: 991px) {
  .c-story-page__inner {
    width: 100%;
    padding-left: 0;
    padding: 0 3rem;
    flex-direction: column;
    align-items: center;
  }
}
.c-story-page__image-wrapper {
  width: 56.43%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 869/527;
}
@media (max-width: 991px) {
  .c-story-page__image-wrapper {
    order: 2;
    width: 100%;
    margin-left: 0;
    margin-top: 4.05rem;
  }
}
.c-story-page__image-wrapper:hover .c-story-page__image {
  transform: scale(1.06);
}
.c-story-page__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 991px) {
  .c-story-page__image {
    aspect-ratio: 393/313;
  }
}
.c-story-page__content {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .c-story-page__content {
    order: 1;
    width: 100%;
    text-align: center;
  }
}
.c-story-page__label {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #6c4821;
  display: inline-flex;
  align-items: center;
  margin-bottom: 3.4rem;
  line-height: 2.4rem;
}
@media (max-width: 991px) {
  .c-story-page__label {
    font-size: 1.4rem;
    justify-content: center;
    margin-bottom: 2.3rem;
  }
}
.c-story-page__label::before {
  content: "";
  position: absolute;
  left: -19.75rem;
  top: 1.2rem;
  width: 16.3rem;
  height: 1px;
  background-color: #554738;
}
@media (max-width: 991px) {
  .c-story-page__label::before {
    display: none;
  }
}
.c-story-page__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  color: #000000;
  font-weight: 400;
  margin: 0 0 4rem 0;
  line-height: 3.7rem;
}
@media (max-width: 991px) {
  .c-story-page__title {
    font-size: 2.2rem;
    margin-bottom: 4rem;
    line-height: 3.6rem;
  }
}
.c-story-page__texts {
  font-size: 1.6rem;
  line-height: 2.98rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .c-story-page__texts {
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: center;
  }
}
.c-story-page:nth-child(even) {
  flex-direction: row;
}
@media (max-width: 991px) {
  .c-story-page:nth-child(even) {
    flex-direction: column;
  }
}
.c-story-page:nth-child(even) .c-story-page__inner {
  flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 5.9rem;
}
@media (max-width: 991px) {
  .c-story-page:nth-child(even) .c-story-page__inner {
    flex-direction: column;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.c-story-page:nth-child(even) .c-story-page__image-wrapper {
  margin-left: calc(-50vw + 50% - 2rem);
  margin-right: 0;
}
@media (max-width: 991px) {
  .c-story-page:nth-child(even) .c-story-page__image-wrapper {
    margin-right: 0;
  }
}
.c-story-page:nth-child(even) .c-story-page__label {
  padding-right: 130px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .c-story-page:nth-child(even) .c-story-page__label {
    padding-right: 0;
  }
}
.c-story-page:nth-child(even) .c-story-page__label::before {
  right: calc(-8% - 120px);
  left: auto;
}

.c-product {
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .c-product {
    padding: 10rem 0;
  }
}
@media (max-width: 768px) {
  .c-product {
    flex-direction: column;
    padding: 8rem 0;
  }
}
.c-product__inner {
  width: 39.17%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .c-product__inner {
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .c-product__inner {
    width: 100%;
    padding: 0 3rem;
    flex-direction: column;
    align-items: center;
    margin-top: 3.5rem;
  }
}
.c-product__image-container {
  width: 60.83%;
  display: flex;
  gap: 3.6rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .c-product__image-container {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .c-product__image-container {
    width: 100%;
    padding: 0 3rem;
    gap: 1.5rem;
  }
}
.c-product__image-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.c-product__image-wrapper {
  width: 100%;
  aspect-ratio: 420/521;
  overflow: hidden;
  position: relative;
}
.c-product__image-wrapper:hover .c-product__image {
  transform: scale(1.06);
}
.c-product__image-price {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #6c4821;
  font-weight: 500;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .c-product__image-price {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 0.8rem;
  }
}
@media (max-width: 768px) {
  .c-product__image-price {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 0.6rem;
  }
}
.c-product__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-product__content {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .c-product__content {
    width: 100%;
    text-align: left;
  }
}
.c-product__title {
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #000000;
  font-weight: 700;
  margin: 0 0 1.8rem 0;
  line-height: 4.5rem;
}
.c-product__title--has-price {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .c-product__title {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 1.5rem;
  }
  .c-product__title--has-price {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .c-product__title {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 1.5rem;
  }
  .c-product__title--has-price {
    margin-bottom: 0.8rem;
  }
}
.c-product__price {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  line-height: 2.7rem;
  color: #6c4821;
  margin: 0 0 3.8rem 0;
  font-weight: 700;
}
@media (max-width: 991px) {
  .c-product__price {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .c-product__price {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.c-product__texts {
  font-size: 1.6rem;
  line-height: 2.925rem;
  letter-spacing: 0.06em;
  margin-bottom: 3.5rem;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 991px) {
  .c-product__texts {
    font-size: 1.5rem;
    line-height: 2.6rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .c-product__texts {
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin-bottom: 5rem;
  }
}
.c-product:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .c-product:nth-child(even) {
    flex-direction: column;
  }
}
.c-product:nth-child(even) .c-product__inner {
  padding-left: 3rem;
  padding-right: 4rem;
}
@media (max-width: 991px) {
  .c-product:nth-child(even) .c-product__inner {
    padding-left: 0;
    padding-right: 3rem;
  }
}
@media (max-width: 768px) {
  .c-product:nth-child(even) .c-product__inner {
    padding: 0 3rem;
  }
}

.c-order-made {
  position: relative;
  background-color: #191818;
  color: #ffffff;
  padding: 7.6rem 0 9.2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-order-made {
    padding: 7.1rem 0 7rem;
  }
}
.c-order-made__inner {
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
  z-index: 2;
}
.c-order-made__content {
  text-align: center;
}
.c-order-made__title {
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 5.9rem;
  letter-spacing: 0.181em;
  margin: -0.2rem auto 2.1rem auto;
  width: fit-content;
}
@media (max-width: 768px) {
  .c-order-made__title {
    font-size: 2.6rem;
    line-height: 3.7rem;
    margin-bottom: 2.8rem;
  }
}
.c-order-made__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.06em;
  margin: 0 0 4rem 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-order-made__text {
    font-size: 1.5rem;
    margin-bottom: 3.5rem;
  }
}
.c-order-made__watermark {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  pointer-events: none;
  line-height: 0;
}
@media (max-width: 768px) {
  .c-order-made__watermark {
    bottom: 0.5rem;
  }
}
.c-order-made__watermark svg {
  right: -1.6rem;
  position: absolute;
  bottom: -0.6rem;
}
@media (max-width: 768px) {
  .c-order-made__watermark svg {
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
}

.c-footer-contact {
  text-align: center;
  color: #6c4821;
  border-top: 1px solid #dbdbdb;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.c-footer-contact__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  .c-footer-contact__title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .c-footer-contact__title {
    font-size: 1.6rem;
  }
}
.c-footer-contact__contact {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 574px) {
  .c-footer-contact__contact {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
}
.c-footer-contact__contact-item {
  font-size: 3rem;
  font-weight: 700;
}
.c-footer-contact__contact-item a {
  color: #6c4821;
  text-decoration: none;
  transition: all 0.3s ease;
}
.c-footer-contact__contact-item a:hover {
  opacity: 0.7;
  color: #000000;
}
@media (max-width: 991px) {
  .c-footer-contact__contact-item {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .c-footer-contact__contact-item {
    font-size: 1.8rem;
  }
}
.c-footer-contact__details {
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}
@media (max-width: 574px) {
  .c-footer-contact__details {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
}
.c-footer-contact__details-item {
  font-size: 1.4rem;
}
@media (max-width: 991px) {
  .c-footer-contact__details-item {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .c-footer-contact__details-item {
    font-size: 1rem;
  }
}

@keyframes headingFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-heading {
  position: relative;
  width: 100%;
  height: 100dvh;
  max-height: 73.1rem;
  overflow: hidden;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .p-heading {
    max-height: 60rem;
  }
}
@media (max-width: 991px) {
  .p-heading {
    max-height: 52rem;
  }
}
@media (max-width: 768px) {
  .p-heading {
    max-height: 42.6rem;
  }
}
.p-heading--no-desc {
  max-height: 35rem;
}
@media (max-width: 1200px) {
  .p-heading--no-desc {
    max-height: 32rem;
  }
}
@media (max-width: 991px) {
  .p-heading--no-desc {
    max-height: 30rem;
  }
}
@media (max-width: 768px) {
  .p-heading--no-desc {
    max-height: 28rem;
  }
}
.p-heading--no-desc .p-heading__title {
  margin-bottom: 0;
}
.p-heading__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-heading__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-heading__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 28, 15, 0.58);
  z-index: 2;
}
.p-heading__content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 12.7rem 10.1rem;
}
@media (max-width: 768px) {
  .p-heading__content {
    padding: 4rem 2rem;
    align-items: center;
    justify-content: center;
  }
}
.p-heading__inner {
  width: 100%;
}
@media (max-width: 768px) {
  .p-heading__inner {
    text-align: center;
  }
}
.p-heading__title {
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4.8rem;
  letter-spacing: 0.07em;
  margin: 0 0 4rem;
  opacity: 0;
  animation: headingFadeUp 1.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.3s;
}
@media (max-width: 768px) {
  .p-heading__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.p-heading__desc {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.06em;
  margin: 0;
  margin-left: 17.1rem;
  opacity: 0;
  animation: headingFadeUp 1.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.5s;
}
@media (max-width: 768px) {
  .p-heading__desc {
    font-size: 1.4rem;
    line-height: 1.6;
    max-width: 100%;
    margin-left: 0;
  }
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-hero {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .p-hero {
    max-height: 60rem;
  }
}
@media (max-width: 991px) {
  .p-hero {
    max-height: 52rem;
  }
}
@media (max-width: 768px) {
  .p-hero {
    max-height: 42.6rem;
  }
}
.p-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.p-hero__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(26, 21, 9, 0) 0%, rgba(26, 21, 9, 0.5) 100%);
  z-index: 1;
}
.p-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 12.5rem 10.1rem;
}
@media (max-width: 768px) {
  .p-hero__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4rem 2rem;
  }
}
.p-hero__title {
  width: 23rem;
  height: auto;
  margin: 0 0 1.5rem;
  opacity: 0;
  animation: heroFadeUp 1.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.3s;
}
.p-hero__title img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-hero__title {
    width: 13.3rem;
    margin: 0 auto 1rem;
  }
}
.p-hero__tagline {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 0 0 4.6rem 0;
  line-height: 2.4rem;
  opacity: 0;
  animation: heroFadeUp 1.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.3s;
}
@media (max-width: 768px) {
  .p-hero__tagline {
    font-size: 1.6rem;
    margin-bottom: 2.6rem;
  }
}
.p-hero__sub {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 0;
  line-height: 1.858;
  opacity: 0;
  animation: heroFadeUp 1.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.3s;
}
@media (max-width: 768px) {
  .p-hero__sub {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
}

/* SHOP & ROOM links section */
.p-top-links {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .p-top-links {
    flex-direction: column;
    padding: 1rem 1rem 0;
    gap: 1rem;
  }
}
.p-top-links__item {
  position: relative;
  display: block;
  width: 50%;
  height: 82.6rem;
  min-height: 35.8rem;
  max-height: 82.6rem;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1366px) {
  .p-top-links__item {
    height: 65rem;
    max-height: 65rem;
  }
}
@media (max-width: 1200px) {
  .p-top-links__item {
    height: 50rem;
    max-height: 50rem;
  }
}
@media (max-width: 991px) {
  .p-top-links__item {
    height: 42rem;
    max-height: 42rem;
  }
}
@media (max-width: 768px) {
  .p-top-links__item {
    width: 100%;
    height: 35.8rem;
    min-height: auto;
    max-height: auto;
  }
}
.p-top-links__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-top-links__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-top-links__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.4s ease;
  z-index: 1;
}
.p-top-links__item:hover .p-top-links__bg img {
  transform: scale(1.06);
}
.p-top-links__item:hover .p-top-links__bg::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.p-top-links__item:hover .p-top-links__text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.p-top-links__item:hover .p-top-links__text::before, .p-top-links__item:hover .p-top-links__text::after {
  width: 100%;
}
.p-top-links__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
}
.p-top-links__label {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 1.8rem;
}
@media (max-width: 768px) {
  .p-top-links__label {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
    line-height: 2.1rem;
  }
}
.p-top-links__title {
  font-family: "Shippori Mincho", serif;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 0 1.9rem 0;
  position: relative;
}
@media (max-width: 1366px) {
  .p-top-links__title {
    font-size: 5.4rem;
    margin: 0 0 3.8rem 0;
  }
}
@media (max-width: 1200px) {
  .p-top-links__title {
    font-size: 5rem;
    margin: 0 0 3.5rem 0;
  }
}
@media (max-width: 991px) {
  .p-top-links__title {
    font-size: 4.2rem;
    margin: 0 0 3rem 0;
  }
}
@media (max-width: 768px) {
  .p-top-links__title {
    font-size: 3.6rem;
    margin: 0 0 2.7rem 0;
    line-height: 5.3rem;
  }
}
.p-top-links__text {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0.06em;
  margin: 0;
  padding-top: 2.4rem;
  padding-bottom: 3.7rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-top-links__text::before, .p-top-links__text::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 1px;
  background-color: #dbdbdb;
  transition: width 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-top-links__text::before {
  top: 0;
}
.p-top-links__text::after {
  bottom: 0;
}
@media (max-width: 1366px) {
  .p-top-links__text {
    padding-top: 2.2rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 1200px) {
  .p-top-links__text {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .p-top-links__text {
    padding-top: 1.8rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .p-top-links__text {
    font-size: 1.5rem;
    line-height: 2.7rem;
    padding: 1.5rem 3.3rem;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .p-top-links__text::before, .p-top-links__text::after {
    width: 100%;
  }
}

/* COLLECTION section */
.p-top-collection {
  padding: 0 0 12rem;
}
@media (max-width: 991px) {
  .p-top-collection {
    padding: 10rem 0;
  }
}
@media (max-width: 768px) {
  .p-top-collection {
    padding: 0 3rem 8rem;
  }
}
.p-top-collection__inner {
  max-width: 139.8rem;
  margin: 0 auto;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .p-top-collection__inner {
    padding: 0;
  }
}
.p-top-collection__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .p-top-collection__header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .p-top-collection__header-left {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
  }
}
.p-top-collection__label {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #6c4821;
  display: block;
  margin-bottom: 3.4rem;
  line-height: 2.6rem;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-top-collection__label {
    font-size: 1.4rem;
    margin-bottom: 2.3rem;
    line-height: 2rem;
  }
}
.p-top-collection__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  line-height: 3.7rem;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 0;
}
@media (max-width: 768px) {
  .p-top-collection__title {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.p-top-collection__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.9rem;
}
@media (max-width: 991px) {
  .p-top-collection__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media (max-width: 574px) {
  .p-top-collection__grid {
    grid-template-columns: 1fr;
  }
}
.p-top-collection__card {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-top-collection__card {
    align-items: center;
    text-align: center;
  }
}
.p-top-collection__card-img {
  width: 100%;
  max-width: 31.2rem;
  aspect-ratio: 312/389;
  overflow: hidden;
  margin-bottom: 2.9rem;
  background-color: #dbdbdb;
}
.p-top-collection__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-top-collection__card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .p-top-collection__card-img {
    margin-bottom: 1.5rem;
    width: 100%;
    aspect-ratio: 333/236;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .p-top-collection__card-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.p-top-collection__card-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  line-height: 2.9rem;
  color: #000000;
  font-weight: 500;
  margin: 0 0 0.9rem 0;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-top-collection__card-title {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 0.4rem;
  }
}
.p-top-collection__card-price {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin: 0;
  letter-spacing: 0.06em;
  color: #554738;
}
@media (max-width: 768px) {
  .p-top-collection__card-price {
    line-height: 2rem;
    font-size: 1.3rem;
  }
}
.p-top-collection .c-btn-2 {
  margin-top: 1.9rem;
}
@media (max-width: 768px) {
  .p-top-collection .c-btn-2 {
    margin-top: 1.4rem;
  }
}
.p-top-collection__footer {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-top-collection__footer {
    margin-top: 3.9rem;
  }
}
.p-top-collection__footer .c-btn {
  max-width: 18rem;
}

/* WHY KICLUS section */
.p-top-why {
  padding: 11rem 3rem 12.6rem;
  color: #ffffff;
  position: relative;
}
@media (max-width: 991px) {
  .p-top-why {
    padding: 7rem 3rem 6.8rem;
  }
}
.p-top-why__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-why__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-why__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 28, 15, 0.52);
  z-index: 1;
}
.p-top-why__inner {
  margin: 0 auto;
  padding: 4.5rem 0 7rem;
  position: relative;
  z-index: 2;
  border-top: 1px solid #7b7b7b;
  border-bottom: 1px solid #7b7b7b;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .p-top-why__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 3.8rem 0;
  }
}
.p-top-why__left {
  width: 45.78%;
  padding-right: 3rem;
}
@media (max-width: 991px) {
  .p-top-why__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3.1rem;
  }
}
.p-top-why__label {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.06em;
  margin-bottom: 3.9rem;
  display: block;
}
@media (max-width: 991px) {
  .p-top-why__label {
    line-height: 2rem;
    margin-bottom: 2.3rem;
    letter-spacing: 0;
  }
}
.p-top-why__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  line-height: 4.05rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 0;
}
@media (max-width: 991px) {
  .p-top-why__title {
    font-size: 2.2rem;
    line-height: 3.75rem;
  }
}
.p-top-why__right {
  width: 54.22%;
  padding-top: 7.2rem;
}
@media (max-width: 991px) {
  .p-top-why__right {
    width: 100%;
    padding-top: 0;
  }
}
.p-top-why__texts {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 3.0625rem;
  letter-spacing: 0.06em;
  margin: 0 0 3.35rem 0;
}
@media (max-width: 991px) {
  .p-top-why__texts {
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 500;
    margin-bottom: 3.2rem;
  }
}
.p-top-why__links {
  display: flex;
  gap: 5rem;
}
@media (max-width: 991px) {
  .p-top-why__links {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}

.p-manipulation {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #000000;
  background-color: #f5f3ec;
}
.p-manipulation__content {
  background-color: #f5f3ec;
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media (max-width: 1200px) {
  .p-manipulation__content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 991px) {
  .p-manipulation__content {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
.p-manipulation__inner dl {
  margin: 0;
}
.p-manipulation__inner dt {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #6c4821;
  margin-top: 5rem;
  margin-bottom: 2rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(108, 72, 33, 0.2);
}
@media (max-width: 768px) {
  .p-manipulation__inner dt {
    font-size: 1.8rem;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
  }
}
.p-manipulation__inner dt:first-of-type {
  margin-top: 0;
}
.p-manipulation__inner dd {
  margin-left: 0;
  margin-bottom: 4rem;
  font-size: 1.6rem;
  color: #333333;
}
.p-manipulation__inner dd:last-child {
  margin-bottom: 0;
}
.p-manipulation__subheading {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1.2rem;
  color: #000000;
}
.p-manipulation__subheading:first-of-type {
  margin-top: 1rem;
}
.p-manipulation__text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 2.5rem;
}
.p-manipulation__list-num {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0;
}
.p-manipulation__list-num > li {
  position: relative;
  padding-left: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.p-manipulation__list-num > li::before {
  content: "•";
  position: absolute;
  left: 0.5rem;
  color: #6c4821;
  font-weight: bold;
}
.p-manipulation__list-num > li:last-child {
  margin-bottom: 0;
}
.p-manipulation__list-bullet {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0;
}
.p-manipulation__list-bullet > li {
  position: relative;
  padding-left: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}
.p-manipulation__list-bullet > li::before {
  content: "•";
  position: absolute;
  left: 0.5rem;
  color: #6c4821;
  font-weight: bold;
}
.p-manipulation__list-bullet > li:last-child {
  margin-bottom: 0;
}
.p-manipulation__list-sub {
  list-style: none;
  padding-left: 1.5rem;
  margin: 1rem 0 0 0;
}
.p-manipulation__list-sub > li {
  line-height: 1.8;
  margin-bottom: 0.8rem;
}
.p-manipulation__list-sub > li:last-child {
  margin-bottom: 0;
}
.p-manipulation__special-notes {
  margin-top: 3rem;
  padding: 2.5rem;
  background-color: rgba(108, 72, 33, 0.05);
  border-left: 3px solid #6c4821;
}
.p-manipulation__special-notes .title {
  font-weight: 700;
  display: block;
  margin-bottom: 0.8rem;
  color: #6c4821;
  font-size: 1.6rem;
}
.p-manipulation__contact-btn-wrap {
  text-align: center;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .p-manipulation__contact-btn-wrap {
    margin-top: 5rem;
  }
}
.p-manipulation__contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34rem;
  height: 5.6rem;
  background-color: #f5f3ec;
  color: #000000;
  border: 1px solid #000000;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
@media (max-width: 768px) {
  .p-manipulation__contact-btn {
    width: 28rem;
    height: 4.8rem;
  }
}
.p-manipulation__contact-btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.p-manipulation__contact-btn:active {
  transform: translateY(2px);
}

.p-contact {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #000000;
  background-color: #f5f3ec;
}
.p-contact__heading {
  padding: 4rem 0;
}
.p-contact__heading h1 {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 768px) {
  .p-contact__heading h1 {
    text-align: center;
  }
}
.p-contact__content {
  background-color: #f5f3ec;
}
@media (max-width: 1200px) {
  .p-contact__content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-contact__content-inner {
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .p-contact__content-inner {
    padding-top: 5rem;
  }
}
.p-contact__steps {
  display: flex;
  width: 100%;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .p-contact__steps {
    margin-bottom: 3rem;
  }
}
.p-contact__step {
  position: relative;
  flex: 1;
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.5rem;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #000000;
  border: none;
  background-color: #000000;
  padding-left: 2.5rem;
}
@media (max-width: 768px) {
  .p-contact__step {
    padding-left: 1.5rem;
    font-size: 1rem;
    height: 3rem;
    gap: 4px;
  }
  .p-contact__step:not(:first-child) {
    padding-left: 2rem;
  }
}
@media (max-width: 574px) {
  .p-contact__step {
    font-size: 1.4rem;
    height: 2.6rem;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  .p-contact__step:first-child {
    padding-right: 15px;
    padding-left: 0;
  }
  .p-contact__step:not(:first-child):not(:last-child) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-contact__step:last-child {
    padding-left: 15px;
    padding-right: 0;
  }
}
.p-contact__step::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #f5f3ec;
  z-index: 1;
}
.p-contact__step:first-child {
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
}
.p-contact__step:first-child::before {
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
}
.p-contact__step:not(:first-child):not(:last-child) {
  clip-path: polygon(0 0, 15px 50%, 0 100%, calc(100% - 15px) 100%, 100% 50%, calc(100% - 15px) 0);
}
.p-contact__step:not(:first-child):not(:last-child)::before {
  clip-path: polygon(0 0, 15px 50%, 0 100%, calc(100% - 15px) 100%, 100% 50%, calc(100% - 15px) 0);
}
.p-contact__step:last-child {
  clip-path: polygon(0 0, 15px 50%, 0 100%, 100% 100%, 100% 0);
}
.p-contact__step:last-child::before {
  clip-path: polygon(0 0, 15px 50%, 0 100%, 100% 100%, 100% 0);
}
.p-contact__step.is-active {
  background-color: #6c4821;
  color: #ffffff;
  border-color: #6c4821;
  background-color: #6c4821;
}
.p-contact__step.is-active .p-contact__step-num {
  color: rgba(255, 255, 255, 0.8);
}
.p-contact__step.is-active::before {
  background-color: #6c4821;
}
.p-contact__step span {
  position: relative;
  z-index: 2;
}
.p-contact__step-text {
  margin-top: -0.3rem;
}
@media (max-width: 574px) {
  .p-contact__step-text {
    margin-top: 0;
  }
}
.p-contact__step-num {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 0.8rem;
}
@media (max-width: 574px) {
  .p-contact__step-num {
    display: none;
  }
}
.p-contact__intro {
  margin-bottom: 5rem;
}
@media (max-width: 574px) {
  .p-contact__intro {
    margin-bottom: 4rem;
  }
}
.p-contact__intro-text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2;
  color: #000000;
}
@media (max-width: 991px) {
  .p-contact__intro-text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-contact__link {
  color: #000000;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.p-contact__link:hover {
  color: #7b7b7b;
  text-decoration: none;
}
.p-contact__confirm {
  margin-bottom: 10rem;
}
.p-contact__confirm-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-contact__confirm-row {
  display: flex;
  align-items: flex-start;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .p-contact__confirm-row {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.5rem 0;
  }
}
.p-contact__confirm-row dt {
  font-family: "Shippori Mincho", serif;
  width: 22rem;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  color: #000000;
}
@media (max-width: 768px) {
  .p-contact__confirm-row dt {
    width: 100%;
  }
}
.p-contact__confirm-row dd {
  font-family: "Shippori Mincho", serif;
  flex: 1;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  word-break: break-all;
  overflow-wrap: break-word;
}
.p-contact__confirm-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .p-contact__confirm-btns {
    flex-direction: column-reverse;
    gap: 1.5rem;
    margin-top: 4rem;
  }
}
.p-contact__confirm-btns .submit-btn,
.p-contact__confirm-btns .back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34rem;
  height: 5.6rem;
  background-color: #f5f3ec;
  color: #000000;
  border: 1px solid #000000;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
@media (max-width: 768px) {
  .p-contact__confirm-btns .submit-btn,
  .p-contact__confirm-btns .back-btn {
    width: 28rem;
    height: 4.8rem;
  }
}
.p-contact__confirm-btns .submit-btn:hover,
.p-contact__confirm-btns .back-btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.p-contact__confirm-btns .submit-btn:active,
.p-contact__confirm-btns .back-btn:active {
  transform: translateY(2px);
}
.p-contact__confirm-btns .submit-btn.is-loading,
.p-contact__confirm-btns .back-btn.is-loading {
  opacity: 0.7;
  pointer-events: none;
  cursor: not-allowed;
}
.p-contact__confirm-btns .spinner {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: contact-spin 0.6s linear infinite;
  margin-right: 0.8rem;
}
.p-contact__thank {
  text-align: center;
  padding: 6rem 0;
}
.p-contact__thank-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #000000;
}
.p-contact__thank-text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 4rem;
  color: #000000;
}
.p-contact__thank-btn-wrap .back-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28rem;
  height: 4.8rem;
  background-color: #f5f3ec;
  color: #000000;
  border: 1px solid #000000;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
.p-contact__thank-btn-wrap .back-btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.p-contact__thank-btn-wrap .back-btn:active {
  transform: translateY(2px);
}
.p-contact__cf7-hidden {
  display: none !important;
  position: absolute;
  left: -9999px;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.p-contact__form {
  margin-bottom: 5rem;
}
.p-contact__form .form-group {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .p-contact__form .form-group {
    flex-direction: column;
    gap: 0.8rem;
    padding-bottom: 2.5rem;
  }
}
.p-contact__form .form-group--policy {
  border-bottom: none;
  padding-bottom: 0;
  flex-wrap: nowrap;
}
.p-contact__form .form-group--policy .form-input-wrap {
  background-color: #eec293;
  padding: 1.6rem;
  flex-direction: column;
  align-items: stretch;
}
.p-contact__form .form-group--submit {
  justify-content: center;
}
@media (max-width: 768px) {
  .p-contact__form .form-group--submit {
    align-items: center;
  }
}
.p-contact__form .form-label {
  width: 22rem;
  flex-shrink: 0;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #000000;
  font-family: "Shippori Mincho", serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .p-contact__form .form-label {
    width: 100%;
    gap: 1rem;
  }
}
.p-contact__form .form-label > label {
  width: 15rem;
  flex-shrink: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-contact__form .form-label > label {
    width: auto;
  }
}
.p-contact__form .form-label .required-tag {
  background-color: #e32c2c;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  padding: 0.3rem 0.8rem;
  border-radius: 2px;
  flex-shrink: 0;
}
.p-contact__form .form-input-wrap {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .p-contact__form .form-input-wrap {
    width: 100%;
  }
}
.p-contact__form .form-input-wrap--col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .p-contact__form .form-input-wrap--col2 {
    gap: 0.5rem;
  }
}
@media (max-width: 574px) {
  .p-contact__form .form-input-wrap--col2 {
    grid-template-columns: 1fr;
  }
}
.p-contact__form .form-input-wrap--postal {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .p-contact__form .form-input-wrap--postal {
    gap: 0.5rem;
  }
}
.p-contact__form .form-input-wrap--postal input {
  max-width: 12rem;
}
@media (max-width: 768px) {
  .p-contact__form .form-input-wrap--postal input {
    max-width: none;
    flex: 1;
    min-width: 0;
  }
}
.p-contact__form .form-input-wrap--tel {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .p-contact__form .form-input-wrap--tel {
    gap: 0.5rem;
  }
}
.p-contact__form .form-input-wrap--tel input {
  max-width: 10rem;
}
@media (max-width: 768px) {
  .p-contact__form .form-input-wrap--tel input {
    max-width: none;
    flex: 1;
    min-width: 0;
  }
}
.p-contact__form .form-input-wrap input[type=text],
.p-contact__form .form-input-wrap input[type=email],
.p-contact__form .form-input-wrap input[type=tel] {
  font-family: "Shippori Mincho", serif;
  width: 100%;
  height: 4rem;
  padding: 0 0.6rem;
  border: 1px solid #eec293;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.5rem;
  outline: none;
  transition: border-color 0.3s ease;
}
.p-contact__form .form-input-wrap input[type=text]:focus,
.p-contact__form .form-input-wrap input[type=email]:focus,
.p-contact__form .form-input-wrap input[type=tel]:focus {
  border-color: #6c4821;
}
.p-contact__form .form-input-wrap input[type=text]::placeholder,
.p-contact__form .form-input-wrap input[type=email]::placeholder,
.p-contact__form .form-input-wrap input[type=tel]::placeholder {
  color: rgba(40, 40, 40, 0.4);
}
.p-contact__form .form-input-wrap textarea {
  font-family: "Shippori Mincho", serif;
  width: 100%;
  max-height: 30rem;
  min-height: 10rem;
  padding: 0.6rem;
  border: 1px solid #eec293;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.5rem;
  outline: none;
  resize: vertical;
  transition: border-color 0.3s ease;
}
.p-contact__form .form-input-wrap textarea:focus {
  border-color: #6c4821;
}
.p-contact__form .form-input-wrap .postal-symbol {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
}
.p-contact__form .form-input-wrap .hyphen {
  font-size: 1.6rem;
  color: #000000;
}
.p-contact__form .policy-box {
  width: 100%;
  height: 12rem;
  overflow-y: scroll;
  background-color: #ffffff;
  border: none;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-contact__form .policy-consent {
  width: 100%;
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-contact__form .policy-consent .consent-checkbox-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease;
}
.p-contact__form .policy-consent .consent-checkbox-label a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-contact__form .policy-consent .consent-checkbox-label a:hover {
  opacity: 0.7;
}
.p-contact__form .policy-consent .consent-checkbox-label:hover .custom-checkbox {
  border-color: #6c4821;
  box-shadow: 0 0 0 3px rgba(108, 72, 33, 0.1);
}
.p-contact__form .policy-consent .consent-checkbox-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.p-contact__form .policy-consent .consent-checkbox-label .custom-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  min-width: 2.2rem;
  border: 2px solid #aaa;
  border-radius: 4px;
  background-color: #ffffff;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-contact__form .policy-consent .consent-checkbox-label .custom-checkbox::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.2rem;
  border: solid #ffffff;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: -2px;
}
.p-contact__form .policy-consent .consent-checkbox-label input[type=checkbox]:checked + .custom-checkbox {
  background-color: #6c4821;
  border-color: #6c4821;
  box-shadow: 0 0 0 3px rgba(108, 72, 33, 0.15);
}
.p-contact__form .policy-consent .consent-checkbox-label input[type=checkbox]:checked + .custom-checkbox::after {
  transform: rotate(45deg) scale(1);
}
.p-contact__form .policy-consent .consent-checkbox-label input[type=checkbox]:focus-visible + .custom-checkbox {
  outline: 2px solid #6c4821;
  outline-offset: 2px;
}
.p-contact__form span.error {
  display: block;
  width: 100%;
  margin-top: 0.4rem;
  margin-left: 22rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #e32c2c;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 768px) {
  .p-contact__form span.error {
    margin-left: 0;
    margin-top: 0;
  }
}
.p-contact__form .policy-consent span.error {
  margin-top: 0.6rem;
  margin-left: 0;
  text-align: center;
}
.p-contact__form input.is-error,
.p-contact__form textarea.is-error {
  border-color: #e32c2c !important;
  background-color: rgba(200, 0, 0, 0.03) !important;
}
.p-contact__form .form-submit-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .p-contact__form .form-submit-wrap {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}
.p-contact__form .form-submit-wrap .submit-btn,
.p-contact__form .form-submit-wrap .back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34rem;
  height: 5.6rem;
  background-color: #f5f3ec;
  color: #000000;
  border: 1px solid #000000;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
@media (max-width: 768px) {
  .p-contact__form .form-submit-wrap .submit-btn,
  .p-contact__form .form-submit-wrap .back-btn {
    width: 28rem;
    height: 4.8rem;
  }
}
.p-contact__form .form-submit-wrap .submit-btn:hover,
.p-contact__form .form-submit-wrap .back-btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.p-contact__form .form-submit-wrap .submit-btn:active,
.p-contact__form .form-submit-wrap .back-btn:active {
  transform: translateY(2px);
}

@keyframes contact-spin {
  to {
    transform: rotate(360deg);
  }
}
.p-about {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #000000;
  background-color: #f5f3ec;
}
.p-about__content {
  background-color: #f5f3ec;
  padding-top: 8rem;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .p-about__content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 991px) {
  .p-about__content {
    padding-top: 6rem;
  }
}
.p-about__company-block {
  background-color: #f5f3ec;
  color: #000000;
  padding-bottom: 8rem;
}
.p-about__company-block .container {
  max-width: 800px;
  margin: 0 auto;
}
.p-about__company-name {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #6c4821;
  margin-bottom: 2.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(108, 72, 33, 0.2);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-about__company-name {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.p-about__location {
  margin-bottom: 6rem;
  padding-left: 1.5rem;
  border-left: 2px solid #6c4821;
}
@media (max-width: 768px) {
  .p-about__location {
    margin-bottom: 4rem;
    padding-left: 1rem;
  }
}
.p-about__location-address, .p-about__location-tel {
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.8;
}
.p-about__location-tel {
  margin-top: 0.5rem;
  font-weight: 700;
  color: #6c4821;
}
.p-about__room-box {
  background-color: #ffffff;
  padding: 5rem 4rem;
  margin-bottom: 6rem;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  text-align: center;
  border: 1px solid rgba(108, 72, 33, 0.08);
}
@media (max-width: 768px) {
  .p-about__room-box {
    padding: 3.5rem 2rem;
    margin-bottom: 4rem;
  }
}
.p-about__room-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  color: #191818;
  margin-bottom: 3.5rem;
  line-height: 2;
  font-weight: 500;
}
.p-about__room-text div {
  margin-bottom: 1rem;
}
.p-about__room-text div:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-about__room-text {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-about__room-img-wrap {
  display: flex;
  justify-content: center;
}
.p-about__room-img-link {
  display: block;
  line-height: 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}
.p-about__room-img-link:hover {
  opacity: 0.95;
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(108, 72, 33, 0.15);
}
.p-about__room-img {
  max-width: 45rem;
  width: 100%;
  height: auto;
  display: block;
}
.p-about__btn-wrap {
  text-align: center;
  margin-top: 6rem;
}
.p-about__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34rem;
  height: 5.6rem;
  background-color: #f5f3ec;
  color: #000000;
  border: 1px solid #000000;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
@media (max-width: 768px) {
  .p-about__btn {
    width: 28rem;
    height: 4.8rem;
  }
}
.p-about__btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.p-about__btn:active {
  transform: translateY(2px);
}

.p-concept {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #000000;
  background-color: #ffffff;
}
.p-concept__content {
  background-color: #ffffff;
  padding-top: 16rem;
  padding-bottom: 0;
}
.p-concept__point {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 7rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-concept__point {
    flex-direction: column;
    margin-bottom: 6rem;
  }
}
.p-concept__point--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-concept__point--reverse {
    flex-direction: column;
  }
}
.p-concept__point-img-wrap {
  width: 50%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-concept__point-img-wrap {
    width: 100%;
  }
}
.p-concept__point-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.p-concept__point-text-wrap {
  width: 54.2%;
  min-height: 68rem;
  background-color: #f5f3ec;
  padding: 8rem;
  margin-top: 8rem;
  margin-left: -4.2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.p-concept__point--reverse .p-concept__point-text-wrap {
  margin-left: 0;
  margin-right: -4.2%;
}
@media (max-width: 768px) {
  .p-concept__point--reverse .p-concept__point-text-wrap {
    margin: -4rem auto 0;
  }
}
@media (max-width: 768px) {
  .p-concept__point-text-wrap {
    width: 90%;
    min-height: 32.6rem;
    margin: -4rem auto 0;
    padding: 3rem;
    display: block;
  }
}
.p-concept__point-label {
  height: 7.9rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .p-concept__point-label {
    margin-bottom: 2rem;
    height: 5.5rem;
  }
}
.p-concept__point-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 4rem;
  margin-top: 0;
  letter-spacing: 0.15em;
  color: #000000;
}
@media (max-width: 768px) {
  .p-concept__point-heading {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.p-concept__point-desc {
  font-size: 1.4rem;
  line-height: 2.4em;
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: 1rem;
}
.p-concept__links {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .p-concept__links {
    flex-direction: column;
  }
}
.p-concept__link-box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 54.4rem;
  padding: 0 4rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-concept__link-box {
    flex: none;
    width: 100%;
    height: 41.5rem;
  }
}
.p-concept__link-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s ease;
  z-index: 1;
}
.p-concept__link-box:hover .p-concept__link-bg img {
  transform: scale(1.05);
}
.p-concept__link-box:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.p-concept__link-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-concept__link-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-concept__link-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-concept__link-icon {
  width: 6rem;
  height: auto;
  margin-bottom: 2rem;
  display: block;
}
@media (max-width: 768px) {
  .p-concept__link-icon {
    width: 4rem;
  }
}
.p-concept__link-title {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 0.8rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-concept__link-title {
    font-size: 2rem;
  }
}
.p-concept__link-text {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 6rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-concept__link-text {
    margin-bottom: 2rem;
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
.p-concept__link-btn {
  width: 20rem;
  line-height: 4rem;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #adaaaa;
  border-radius: 3rem;
  display: block;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  font-size: 1.4rem;
  color: #ffffff;
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .p-concept__link-btn {
    width: 25rem;
  }
}
.p-concept__link-btn::before {
  content: "";
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}
.p-concept__link-btn::after {
  content: "";
  position: absolute;
  right: -2.8rem;
  top: 50%;
  transform: translateY(-5px);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 10px solid #ffffff;
}
.p-concept__link-box:hover .p-concept__link-btn::before {
  width: 40px;
}

.p-order {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #000000;
  background-color: #f5f3ec;
}
.p-order__content {
  background-color: #f5f3ec;
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media (max-width: 1200px) {
  .p-order__content .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .p-order__content .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 991px) {
  .p-order__content {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
.p-order__main {
  max-width: 800px;
  margin: 0 auto 8rem;
}
@media (max-width: 768px) {
  .p-order__main {
    margin-bottom: 6rem;
  }
}
.p-order__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #6c4821;
  margin-bottom: 3rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-order__title {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
}
.p-order__desc {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  color: #333333;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .p-order__desc {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 3rem;
  }
}
.p-order__note {
  padding: 2.5rem;
  background-color: rgba(108, 72, 33, 0.05);
  border-left: 3px solid #6c4821;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-order__note {
    padding: 2rem 1.6rem;
    font-size: 1.5rem;
  }
}
.p-order__note-title {
  font-weight: 700;
  color: #6c4821;
  margin-bottom: 0.8rem;
}
.p-order__note-text {
  margin-bottom: 1.5rem;
  color: #333333;
}
.p-order__note-link {
  color: #6c4821;
  text-decoration: underline;
  transition: opacity 0.3s ease;
  font-weight: 700;
}
.p-order__note-link:hover {
  opacity: 0.7;
}
.p-order__wood {
  padding: 8rem 0;
  border-top: 1px solid rgba(108, 72, 33, 0.15);
}
@media (max-width: 768px) {
  .p-order__wood {
    padding: 6rem 0;
  }
}
.p-order__wood-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #6c4821;
  margin: 0 0 2.5rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-order__wood-title {
    font-size: 2.2rem;
  }
}
.p-order__wood-desc {
  text-align: center;
  color: #333333;
  font-size: 1.6rem;
  margin: 0 0 5rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-order__wood-desc {
    font-size: 1.5rem;
    margin-bottom: 3.5rem;
    text-align: left;
  }
}
.p-order__wood-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem 2.5rem;
}
@media (max-width: 991px) {
  .p-order__wood-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .p-order__wood-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 1.2rem;
  }
}
.p-order__wood-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.2rem;
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.p-order__wood-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(108, 72, 33, 0.1);
}
.p-order__wood-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}
.p-order__wood-item span {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #6c4821;
  line-height: 1.4;
}
@media (max-width: 574px) {
  .p-order__wood-item span {
    font-size: 1.2rem;
  }
}
.p-order__flow {
  padding: 8rem 0 0 0;
  border-top: 1px solid rgba(108, 72, 33, 0.15);
}
@media (max-width: 768px) {
  .p-order__flow {
    padding: 6rem 0 0 0;
  }
}
.p-order__flow-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #6c4821;
  margin: 0 0 6rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-order__flow-title {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
}
.p-order__flow-list {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-order__flow-list {
    gap: 3.5rem;
  }
}
.p-order__flow-item {
  display: flex;
  align-items: center;
  gap: 4rem;
  background-color: #ffffff;
  padding: 3rem;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease;
}
.p-order__flow-item:hover {
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .p-order__flow-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    padding: 2.5rem 2rem;
  }
  .p-order__flow-item:hover {
    transform: translateY(-3px);
  }
}
.p-order__flow-icon {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  background-image: url("../img/pages/order/icon.png");
  background-repeat: no-repeat;
  background-size: 100px 700px;
  border-radius: 50%;
  background-color: rgba(108, 72, 33, 0.03);
}
.p-order__flow-icon--1 {
  background-position: 0 0;
}
.p-order__flow-icon--2 {
  background-position: 0 -100px;
}
.p-order__flow-icon--3 {
  background-position: 0 -200px;
}
.p-order__flow-icon--4 {
  background-position: 0 -300px;
}
.p-order__flow-icon--5 {
  background-position: 0 -400px;
}
.p-order__flow-icon--6 {
  background-position: 0 -500px;
}
.p-order__flow-icon--7 {
  background-position: 0 -600px;
}
.p-order__flow-text-wrap {
  flex-grow: 1;
}
.p-order__flow-step-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  color: #6c4821;
  margin: 0 0 1rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-order__flow-step-title {
    font-size: 1.8rem;
  }
}
.p-order__flow-step-desc {
  font-size: 1.5rem;
  color: #333333;
  line-height: 1.8;
  margin: 0;
}
@media (max-width: 768px) {
  .p-order__flow-step-desc {
    font-size: 1.4rem;
  }
}
.p-order__flow-btn-wrap {
  text-align: center;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .p-order__flow-btn-wrap {
    margin-top: 5rem;
  }
}
.p-order__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34rem;
  height: 5.6rem;
  background-color: #f5f3ec;
  color: #000000;
  border: 1px solid #000000;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
@media (max-width: 768px) {
  .p-order__btn {
    width: 28rem;
    height: 4.8rem;
  }
}
.p-order__btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.p-order__btn:active {
  transform: translateY(2px);
}

.p-shop {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .p-shop {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .p-shop {
    padding-bottom: 0;
  }
}
.p-shop__inner {
  max-width: 154rem;
  margin: 0 auto;
  padding: 0 5rem;
}
@media (max-width: 768px) {
  .p-shop__inner {
    padding: 0;
  }
}
.p-shop__list {
  display: flex;
  flex-direction: column;
  gap: 9rem;
  padding: 12rem 0;
}
@media (max-width: 991px) {
  .p-shop__list {
    padding: 10rem 0;
    gap: 7.5rem;
  }
}
@media (max-width: 768px) {
  .p-shop__list {
    padding: 8rem 0;
    gap: 6rem;
  }
}
.p-shop__list .c-product {
  padding: 0;
}
@media (max-width: 991px) {
  .p-shop__list .c-product {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .p-shop__list .c-product {
    padding: 0;
  }
}
.p-shop__empty {
  text-align: center;
  padding: 10rem 0;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  color: #7b7b7b;
}

.p-category {
  overflow: hidden;
  padding-bottom: 12rem;
}
@media (max-width: 991px) {
  .p-category {
    padding-bottom: 10rem;
  }
}
@media (max-width: 768px) {
  .p-category {
    padding-bottom: 8rem;
  }
}
.p-category__inner {
  max-width: 139.8rem;
  margin: 0 auto;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .p-category__inner {
    padding: 0 2.5rem;
  }
}
.p-category__section-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #000000;
  position: relative;
  margin-top: 10rem;
  margin-bottom: 6rem;
  display: inline-block;
}
@media (max-width: 991px) {
  .p-category__section-title {
    font-size: 2.8rem;
    margin-top: 8rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .p-category__section-title {
    font-size: 2.2rem;
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
}
.p-category__section-title::before {
  content: "";
  position: absolute;
  right: calc(100% + 4rem);
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .p-category__section-title::before {
    right: calc(100% + 2rem);
  }
}
.p-category__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  row-gap: 5rem;
}
@media (max-width: 991px) {
  .p-category__grid {
    column-gap: 2.5rem;
    row-gap: 4.5rem;
  }
}
@media (max-width: 768px) {
  .p-category__grid {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}
.p-category__card {
  display: flex;
  flex-direction: column;
}
.p-category__card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-category__card-link:hover .p-category__card-img img {
  transform: scale(1.03);
}
.p-category__card-link:hover .p-category__card-title {
  color: #6c4821;
}
.p-category__card-img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #e0e0e0;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .p-category__card-img {
    margin-bottom: 1.5rem;
    height: 20rem;
    aspect-ratio: auto;
  }
}
.p-category__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-category__card-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 0.8rem;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .p-category__card-title {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
.p-category__card-price {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #554738;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .p-category__card-price {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.p-category__card-desc {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #191818;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-category__card-desc {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.p-category__pagination {
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .p-category__pagination {
    margin-top: 6rem;
  }
}
.p-category__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  color: #000000;
  text-decoration: none;
  margin: 0 0.5rem;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .p-category__pagination .page-numbers {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.4rem;
    margin: 0 0.3rem;
  }
}
.p-category__pagination .page-numbers:hover {
  background-color: #6c4821;
  border-color: #6c4821;
  color: #ffffff;
}
.p-category__pagination .page-numbers.current {
  font-weight: 700;
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.p-category__pagination .page-numbers.prev, .p-category__pagination .page-numbers.next {
  border-color: #dbdbdb;
  background-color: transparent;
  color: #000000;
}
.p-category__pagination .page-numbers.prev:hover, .p-category__pagination .page-numbers.next:hover {
  background-color: #6c4821;
  border-color: #6c4821;
  color: #ffffff;
}
.p-category__pagination .page-numbers.prev {
  margin-right: 1.5rem;
}
.p-category__pagination .page-numbers.next {
  margin-left: 1.5rem;
}
.p-category__empty {
  text-align: center;
  padding: 10rem 0;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  color: #7b7b7b;
}

.p-product-detail {
  padding: 10rem 0 12rem;
  background-color: #f5f3ec;
}
@media (max-width: 991px) {
  .p-product-detail {
    padding: 8rem 0 10rem;
  }
}
@media (max-width: 768px) {
  .p-product-detail {
    padding: 6rem 0 8rem;
  }
}
.p-product-detail__inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .p-product-detail__inner {
    padding: 0 2.5rem;
  }
}
.p-product-detail__content {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 8rem;
  align-items: start;
}
@media (max-width: 991px) {
  .p-product-detail__content {
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  .p-product-detail__content {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.p-product-detail__img-area {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-product-detail__img-main {
  width: 100%;
  aspect-ratio: 620/586;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .p-product-detail__img-main {
    aspect-ratio: 1/1;
  }
}
.p-product-detail__img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-product-detail__img-sub {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-product-detail__img-sub {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.p-product-detail__thumbnail {
  width: calc((100% - 4.5rem) / 4);
  aspect-ratio: 1/1;
  border: 1.5px solid transparent;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.6;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-product-detail__thumbnail {
    width: calc((100% - 3rem) / 4);
  }
}
.p-product-detail__thumbnail:hover, .p-product-detail__thumbnail.is-active {
  opacity: 1;
  border-color: #6c4821;
}
.p-product-detail__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-product-detail__info-area {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-product-detail__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .p-product-detail__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .p-product-detail__title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.p-product-detail__genre {
  display: inline-block;
  align-self: flex-start;
  padding: 0.4rem 1.6rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.3rem;
  font-weight: 500;
  border: 1px solid #554738;
  color: #554738;
  margin-bottom: 3.5rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-product-detail__genre {
    margin-bottom: 2.5rem;
    font-size: 1.2rem;
    padding: 0.3rem 1.2rem;
  }
}
.p-product-detail__genre.home {
  border-color: #6c4821;
  color: #6c4821;
}
.p-product-detail__content-text, .p-product-detail__description {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #191818;
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .p-product-detail__content-text, .p-product-detail__description {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
  }
}
.p-product-detail__content-text p, .p-product-detail__description p {
  margin-bottom: 1.5rem;
}
.p-product-detail__content-text p:last-child, .p-product-detail__description p:last-child {
  margin-bottom: 0;
}
.p-product-detail__content-text table, .p-product-detail__description table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dbdbdb;
  margin: 0;
}
.p-product-detail__content-text table th, .p-product-detail__description table th {
  text-align: left;
  padding: 0.8rem;
  width: 10rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #191818;
  vertical-align: top;
  letter-spacing: 0.05em;
  border: 1px solid #dbdbdb;
}
@media (max-width: 768px) {
  .p-product-detail__content-text table th, .p-product-detail__description table th {
    width: 10rem;
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.p-product-detail__content-text table td, .p-product-detail__description table td {
  padding: 0.8rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #191818;
  vertical-align: top;
  border: 1px solid #dbdbdb;
}
@media (max-width: 768px) {
  .p-product-detail__content-text table td, .p-product-detail__description table td {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.p-product-detail__content-text {
  margin-bottom: 2rem;
}
.p-product-detail__spec {
  width: 100%;
  margin-top: auto;
}
.p-product-detail__spec table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dbdbdb;
}
.p-product-detail__spec th {
  text-align: left;
  padding: 0.8rem;
  width: 10rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #191818;
  vertical-align: top;
  letter-spacing: 0.05em;
  border: 1px solid #dbdbdb;
}
@media (max-width: 768px) {
  .p-product-detail__spec th {
    width: 10rem;
    padding: 1.6rem 1rem;
    font-size: 1.3rem;
  }
}
.p-product-detail__spec td {
  padding: 0.8rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #191818;
  vertical-align: top;
  border: 1px solid #dbdbdb;
}
@media (max-width: 768px) {
  .p-product-detail__spec td {
    padding: 1.6rem 1rem;
    font-size: 1.3rem;
  }
}

.p-privacy {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #000000;
  background-color: #f5f3ec;
}
.p-privacy__content {
  background-color: #f5f3ec;
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media (max-width: 1200px) {
  .p-privacy__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .p-privacy__content {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
.p-privacy__inner .privacy_intro {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 4rem;
  color: #191818;
}
.p-privacy__inner dl {
  margin: 0;
}
.p-privacy__inner dt {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #6c4821;
  margin-top: 5rem;
  margin-bottom: 2rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(108, 72, 33, 0.2);
}
@media (max-width: 768px) {
  .p-privacy__inner dt {
    font-size: 1.8rem;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
  }
}
.p-privacy__inner dt:first-of-type {
  margin-top: 0;
}
.p-privacy__inner dd {
  margin-left: 0;
  margin-bottom: 4rem;
  font-size: 1.6rem;
  color: #333333;
}
.p-privacy__inner dd:last-child {
  margin-bottom: 0;
}
.p-privacy__inner dd ul {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0 0 0;
}
.p-privacy__inner dd ul li {
  position: relative;
  padding-left: 1.8rem;
  line-height: 1.8;
}
.p-privacy__inner dd ul li::before {
  content: "•";
  position: absolute;
  left: 0.5rem;
  color: #6c4821;
  font-weight: bold;
}
.p-privacy__inner dd ul li:last-child {
  margin-bottom: 0;
}
.p-privacy__inner dd a {
  color: #6c4821;
  text-decoration: underline;
  transition: opacity 0.3s ease;
  word-break: break-all;
}
.p-privacy__inner dd a:hover {
  opacity: 0.7;
}

.p-404 {
  background-color: #f5f3ec;
  padding: 16rem 0 14rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 12rem);
}
@media (max-width: 768px) {
  .p-404 {
    padding: 12rem 0 8rem;
    min-height: auto;
  }
}
.p-404__container {
  position: relative;
  z-index: 2;
  width: 100%;
}
.p-404__content {
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-404__label {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #6c4821;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  position: relative;
}
.p-404__label::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background-color: #6c4821;
  margin: 1rem auto 0;
}
.p-404__title {
  font-family: "Shippori Mincho", serif;
  font-size: 14rem;
  font-weight: 200;
  line-height: 1;
  color: #6c4821;
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .p-404__title {
    font-size: 10rem;
    margin-bottom: 1.5rem;
  }
}
.p-404__subtitle {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #191818;
  margin-bottom: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-404__subtitle {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.p-404__text {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #554738;
  margin-bottom: 4rem;
}
.p-404__text p {
  margin-bottom: 1rem;
}
.p-404__text p:last-child {
  margin-bottom: 0;
}
.p-404__text .en {
  font-family: "Shippori Mincho", serif;
  font-size: 1.3rem;
  font-style: italic;
  color: #7b7b7b;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .p-404__text {
    font-size: 1.4rem;
    margin-bottom: 3.5rem;
    padding: 0 1.5rem;
  }
  .p-404__text .en {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.p-404__btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-404__btn .c-btn {
  justify-content: center;
  margin: 0 auto;
}
.p-404__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.p-404__bg-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(10rem);
  opacity: 0.15;
}
.p-404__bg-circle.circle-1 {
  top: -10rem;
  right: -10rem;
  width: 40rem;
  height: 40rem;
  background-color: #6c4821;
}
@media (max-width: 768px) {
  .p-404__bg-circle.circle-1 {
    width: 25rem;
    height: 25rem;
    top: -5rem;
    right: -5rem;
  }
}
.p-404__bg-circle.circle-2 {
  bottom: -15rem;
  left: -10rem;
  width: 50rem;
  height: 50rem;
  background-color: #eec293;
}
@media (max-width: 768px) {
  .p-404__bg-circle.circle-2 {
    width: 30rem;
    height: 30rem;
    bottom: -10rem;
    left: -5rem;
  }
}

/*# sourceMappingURL=style.css.map */
