@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600&family=Montserrat:wght@300;400;500;600&family=Noto+Serif+JP:wght@200..900&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  font-family: "源ノ明朝", "Noto Serif JP", "Source Han Serif JP", serif;
  background-color: #FFFFFF;
  color: #15120F;
  font-size: 16px;
  padding-top: 80px;
}
@media screen and (max-width: 990px) {
  body {
    padding-top: 60px;
  }
}
@media screen and (max-width: 650px) {
  body {
    font-size: 13px;
    background-color: #15120F;
    color: #ffffff;
  }
}

img {
  width: 100%;
}

.pc-none {
  display: none;
}
@media screen and (max-width: 990px) {
  .pc-none {
    display: block;
  }
}

@media screen and (max-width: 990px) {
  .sp-none {
    display: none;
  }
}

.inner {
  padding: 0 56px;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 990px) {
  .inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 650px) {
  .inner {
    padding: 0 30px;
  }
}

.section-en {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #C49859;
  font-weight: 400;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .section-en {
    text-align: left;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 650px) {
  .section-en {
    text-align: left;
    padding-bottom: 10px;
  }
}

.section-catch {
  font-family: "源ノ明朝", "Noto Serif JP", "Source Han Serif JP", serif;
  font-size: clamp(22px, 3.2vw, 45px);
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .section-catch {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 650px) {
  .section-catch {
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.section-catch::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 1px;
  background-color: #C49859;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 650px) {
  .section-catch::after {
    display: none;
  }
}

.is-yellow {
  color: #EDD9AA;
}

.btn {
  width: 360px;
  height: 72px;
}
@media screen and (max-width: 990px) {
  .btn {
    width: 264px;
    height: 50px;
  }
}
@media screen and (max-width: 650px) {
  .btn {
    width: 228px;
    height: 45px;
  }
}
.btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #C49859;
  background-color: transparent;
  color: #C49859;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-align: center;
  padding-top: 22px;
  transition: background-color 1.1s cubic-bezier(0.22, 1, 0.36, 1), color 1s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
@media screen and (max-width: 990px) {
  .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 650px) {
  .btn a {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
}
.btn a:hover {
  background-color: #C49859;
  color: #15120F;
}
.btn a:hover img {
  filter: brightness(0) saturate(100%);
}
.btn a img {
  width: 25px;
  vertical-align: middle;
  margin-left: 10px;
  transition: filter 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
@media screen and (max-width: 990px) {
  .btn a img {
    width: 20px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 650px) {
  .btn a img {
    width: 18px;
    margin-left: 6px;
  }
}

.btn-center {
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 990px) {
  .btn-center {
    margin-top: 40px;
  }
}
@media screen and (max-width: 650px) {
  .btn-center {
    margin-top: 36px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #15120F;
}
.admin-bar .header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}
@media screen and (max-width: 990px) {
  .header {
    top: 0;
    background-color: transparent;
  }
  .admin-bar .header {
    top: 0;
  }
}
.header--top {
  background-color: #15120F;
}
@media screen and (max-width: 990px) {
  .header--top {
    background-color: transparent;
  }
}
.header--top .header__logo img {
  filter: brightness(0) invert(1);
}
.header--top .header__nav-item a {
  color: #ffffff;
}
.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1440px;
  height: 80px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 990px) {
  .header__inner {
    height: 60px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 650px) {
  .header__inner {
    padding: 0 15px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .header__inner {
    padding: 0 32px;
  }
}
.header__logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 190px;
  flex-shrink: 0;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 990px) {
  .header__logo {
    width: 155px;
  }
}
.header__nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 990px) {
  .header__nav {
    display: none;
  }
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .header__nav {
    left: 50%;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .header__nav-list {
    gap: 32px;
  }
}
.header__nav-item a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #15120F;
  transition: opacity 0.3s;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .header__nav-item a {
    font-size: 13px;
  }
}
.header__nav-item a:hover {
  opacity: 0.6;
}
.header__nav-item a.is-current {
  border-bottom: 1px solid #C49859;
  padding-bottom: 4px;
}
.header__nav-item a.is-current:hover {
  opacity: 1;
}
.header__burger {
  display: none;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  .header__burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    width: 25px;
    height: 32px;
    margin-left: auto;
  }
}
.header__burger span {
  display: block;
  height: 1px;
  background-color: #ffffff;
}
.header__burger span:nth-child(1), .header__burger span:nth-child(3) {
  width: 100%;
}
.header__burger span:nth-child(2) {
  width: 60%;
  align-self: flex-start;
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  flex-direction: column;
  background-color: #15120F;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  padding: 0 25px;
}
@media screen and (max-width: 990px) {
  .drawer {
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .drawer {
    padding: 0 15px;
  }
}
.drawer.is-open {
  opacity: 1;
  visibility: visible;
}
.drawer__head {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 60px;
  border-bottom: 1px solid rgba(196, 152, 89, 0.25);
}
.drawer__logo {
  display: block;
  width: 155px;
  flex-shrink: 0;
}
.drawer__logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
.drawer__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: auto;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.drawer__close span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.drawer__close span:first-child {
  transform: rotate(45deg);
}
.drawer__close span:last-child {
  transform: rotate(-45deg);
}
.drawer__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 60px;
  overflow-y: auto;
}
.drawer__nav {
  flex: 1;
}
.drawer__list {
  padding-top: 12px;
}
.drawer__item {
  border-bottom: 1px solid rgba(196, 152, 89, 0.25);
}
.drawer__item a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 25px 0;
}
.drawer__en {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #ffffff;
}
.drawer__ja {
  font-family: "源ノ明朝", "Noto Serif JP", "Source Han Serif JP", serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #C49859;
}
.drawer__copyright {
  flex-shrink: 0;
  padding: 32px 0 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

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

.cta {
  background-color: #15120F;
  color: #ffffff;
  padding-top: 114px;
  padding-bottom: 200px;
  text-align: center;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .cta {
    padding-top: 90px;
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .cta {
    padding: 80px 40px 140px;
  }
}
@media screen and (max-width: 650px) {
  .cta {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 60px;
    padding-bottom: 0px;
    text-align: center;
  }
}
.cta__inner {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .cta__inner {
    width: 100%;
    max-width: 960px;
  }
}
@media screen and (max-width: 990px) {
  .cta .section-en,
  .cta .section-catch {
    text-align: center;
  }
}
.cta__catch {
  margin-bottom: 0;
}
.cta__catch::after {
  display: none;
}
.cta__text {
  line-height: 2.2;
}
.cta__btn {
  margin: 40px auto 0;
  width: fit-content;
  padding-bottom: 50px;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .cta__btn {
    margin-top: 32px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 650px) {
  .cta__btn {
    margin: 28px auto 0;
    padding-bottom: 36px;
  }
}
.cta__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 267px;
  height: 44px;
  border: 1px solid transparent;
  background-color: #C49859;
  color: #15120F;
  font-size: 16px;
  letter-spacing: 0.08em;
  transition: background-color 1.1s cubic-bezier(0.22, 1, 0.36, 1), color 1s cubic-bezier(0.22, 1, 0.36, 1) 0.1s, border-color 1.1s cubic-bezier(0.22, 1, 0.36, 1), letter-spacing 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
}
.cta__btn a::before, .cta__btn a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  pointer-events: none;
}
.cta__btn a::before {
  top: -5px;
  left: -5px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.cta__btn a::after {
  right: -5px;
  bottom: -5px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cta__btn a::before, .cta__btn a::after {
  transition: border-color 1s cubic-bezier(0.22, 1, 0.36, 1) 0.12s, top 1.2s cubic-bezier(0.22, 1, 0.36, 1), left 1.2s cubic-bezier(0.22, 1, 0.36, 1), right 1.2s cubic-bezier(0.22, 1, 0.36, 1), bottom 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (prefers-reduced-motion: no-preference) {
  .cta__btn a:hover {
    background-color: transparent;
    border-color: #C49859;
    color: #ffffff;
    letter-spacing: 0.14em;
  }
  .cta__btn a:hover::before {
    top: -9px;
    left: -9px;
    border-color: #C49859;
  }
  .cta__btn a:hover::after {
    right: -9px;
    bottom: -9px;
    border-color: #C49859;
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .cta__btn a {
    width: 220px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .cta__btn a {
    width: 180px;
    height: 35px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }
  .cta__btn a::before, .cta__btn a::after {
    width: 10px;
    height: 10px;
  }
  .cta__btn a::before {
    top: -4px;
    left: -4px;
  }
  .cta__btn a::after {
    right: -4px;
    bottom: -4px;
  }
}
@media screen and (max-width: 650px) and (prefers-reduced-motion: no-preference) {
  .cta__btn a:hover {
    letter-spacing: 0.1em;
  }
  .cta__btn a:hover::before {
    top: -7px;
    left: -7px;
  }
  .cta__btn a:hover::after {
    right: -7px;
    bottom: -7px;
  }
}
.cta__address {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .cta__address {
    width: 100%;
    gap: 24px;
    padding-top: 32px;
  }
}
@media screen and (max-width: 650px) {
  .cta__address {
    padding-top: 28px;
    display: none;
    width: 100%;
  }
}
.cta__address::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #C49859;
}
.cta__address-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
.cta__address-item span,
.cta__address-item p {
  text-align: left;
}
.cta__address-item {
  letter-spacing: 0.1rem;
}
.cta__address-item:first-child p {
  font-family: "Montserrat", sans-serif;
}
.cta__address-item p {
  line-height: 1.6;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .cta__address-item p {
    font-size: 14px;
  }
}
.cta__address-item span {
  font-size: 14px;
  color: #C49859;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .cta__address-item span {
    font-size: 12px;
  }
}

.footer {
  background-color: #15120F;
  padding-top: 66px;
  color: #fff;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .footer {
    padding-top: 48px;
  }
}
@media screen and (max-width: 650px) {
  .footer {
    padding-top: 30px;
  }
}
.footer__nav:nth-child(2) a {
  font-family: "Montserrat", sans-serif;
}
.footer__nav:nth-child(3) a {
  font-family: "Montserrat", sans-serif;
}
.footer__logo {
  width: 170px;
  display: inline-block;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .footer__logo {
    width: 150px;
  }
}
@media screen and (max-width: 650px) {
  .footer__logo {
    width: 130px;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 66px;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .footer__inner {
    gap: 24px;
  }
}
@media screen and (max-width: 990px) {
  .footer__inner {
    display: grid;
    gap: 24px 20px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .footer__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .footer__inner {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 40px;
  }
}
.footer__nav--brand {
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 990px) {
  .footer__nav--brand {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 990px) {
  .footer__nav--menu, .footer__nav:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .footer__nav--info {
    display: none;
  }
}
.footer__nav-subtitle {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 650px) {
  .footer__nav-subtitle {
    font-size: 12px;
  }
}
.footer__nav-address {
  line-height: 2.4;
  padding-bottom: 55px;
}
@media screen and (max-width: 990px) {
  .footer__nav-address {
    padding-bottom: 0;
  }
}
.footer__footer {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .footer__footer {
    font-size: 11px;
  }
}
@media screen and (max-width: 990px) {
  .footer__footer--bottom {
    grid-column: 1/-1;
    margin-top: 8px;
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .footer__footer--bottom {
    font-size: 10px;
  }
}
.footer__nav-title {
  color: #C49859;
  padding-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .footer__nav-title {
    font-size: 14px;
    padding-bottom: 12px;
  }
}
.footer li {
  padding-bottom: 15px;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .footer li {
    padding-bottom: 12px;
    font-size: 14px;
  }
}
.footer li a {
  color: #fff;
}

.fv {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
  margin-top: -80px;
  padding: 0 90px;
  background: url("../img/fv.jpg") no-repeat top right/cover;
}
@media screen and (max-width: 990px) {
  .fv {
    margin-top: -60px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .fv {
    padding: 0 56px;
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .fv {
    height: 85vh;
    padding: 0 40px;
  }
}
@media screen and (max-width: 650px) {
  .fv {
    height: 75vh;
    padding: 0 15px;
    background-color: #15120F;
    background-image: none;
  }
  .fv .fv__inner {
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 100px;
    background: url("../img/fv.jpg") no-repeat right -150px top/cover;
  }
  .fv .fv__inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.71);
    pointer-events: none;
  }
  .fv .fv__content {
    position: relative;
    z-index: 1;
  }
}
.fv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.71);
  pointer-events: none;
}
@media screen and (max-width: 650px) {
  .fv::before {
    display: none;
  }
}
.fv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 54px;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: rgba(196, 152, 89, 0.4);
  pointer-events: none;
}
@media screen and (max-width: 650px) {
  .fv::after {
    display: none;
  }
}
.fv__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  color: #ffffff;
}
.fv__content {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .fv__content {
    padding-left: 20px;
  }
}
.fv__en {
  font-family: "Montserrat", sans-serif;
  color: #C49859;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.16em;
  position: relative;
  padding-left: 60px;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .fv__en {
    font-size: 12px;
    padding-left: 50px;
  }
}
.fv__en::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #C49859;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fv__catch {
  font-family: "源ノ明朝", "Noto Serif JP", "Source Han Serif JP", serif;
  font-size: clamp(35px, 6vw, 71px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.fv__lead {
  margin-top: 32px;
  font-size: clamp(12px, 1.5vw, 16px);
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 650px) {
  .fv__lead {
    margin-top: 20px;
    line-height: 2;
  }
}

.category-nav {
  height: 90px;
  overflow: hidden;
  background-color: #15120F;
}
@media screen and (max-width: 990px) {
  .category-nav {
    height: auto;
    padding: 0 40px;
    overflow: visible;
  }
}
@media screen and (max-width: 650px) {
  .category-nav {
    padding: 0 15px;
  }
}
.category-nav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 100%;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .category-nav__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 990px) {
  .category-nav__list {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    border-top: 1px solid rgba(196, 152, 89, 0.4);
    border-left: 1px solid rgba(196, 152, 89, 0.4);
  }
}
@media screen and (max-width: 650px) {
  .category-nav__list {
    grid-template-rows: repeat(2, 60px);
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .category-nav__list {
    grid-template-rows: repeat(2, 75px);
  }
}
.category-nav__item {
  height: 100%;
  overflow: hidden;
  border-right: 1px solid rgba(196, 152, 89, 0.4);
}
@media screen and (max-width: 990px) {
  .category-nav__item {
    border-right: 1px solid rgba(196, 152, 89, 0.4);
    border-bottom: 1px solid rgba(196, 152, 89, 0.4);
  }
  .category-nav__item:last-child {
    border-right: 1px solid rgba(196, 152, 89, 0.4);
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .category-nav__item {
    height: 75px;
  }
}
@media screen and (max-width: 650px) {
  .category-nav__item {
    height: 60px;
  }
}
.category-nav__item:last-child {
  border-right: none;
}
@media screen and (max-width: 990px) {
  .category-nav__item:last-child {
    border-right: 1px solid rgba(196, 152, 89, 0.4);
  }
}
.category-nav__item:nth-child(1) .category-nav__visual img {
  width: 33px;
}
.category-nav__item:nth-child(2) .category-nav__visual img {
  width: 13px;
}
.category-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 6px 0 4px;
  gap: 6px;
  overflow: hidden;
  transition: opacity 0.3s;
}
@media screen and (max-width: 990px) {
  .category-nav__link {
    padding: 4px 0 2px;
    gap: 4px;
  }
}
@media screen and (max-width: 650px) {
  .category-nav__link {
    padding: 3px 0 1px;
    gap: 3px;
  }
}
.category-nav__link:hover {
  opacity: 0.8;
}
.category-nav__visual {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 64px;
  overflow: hidden;
  background-color: #15120F;
}
@media screen and (max-width: 990px) {
  .category-nav__visual {
    max-height: 44px;
  }
}
@media screen and (max-width: 650px) {
  .category-nav__visual {
    max-height: 36px;
  }
}
.category-nav__visual img {
  display: block;
  width: auto;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .category-nav__visual img {
    max-height: 32px;
  }
}
.category-nav__visual--text {
  padding: 0 8px;
}
@media screen and (max-width: 650px) {
  .category-nav__visual--text {
    padding: 0 4px;
  }
}
.category-nav__catch {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .category-nav__catch {
    font-size: 12px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 650px) {
  .category-nav__catch {
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.06em;
  }
}
.category-nav__catch--ja {
  font-family: "源ノ明朝", "Noto Serif JP", "Source Han Serif JP", serif;
  letter-spacing: 0.08em;
  line-height: 1.65;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .category-nav__catch--ja {
    line-height: 1.5;
  }
}
@media screen and (max-width: 650px) {
  .category-nav__catch--ja {
    font-size: 10px;
    line-height: 1.4;
  }
}
.category-nav__label {
  flex-shrink: 0;
  margin-top: 0;
  padding: 0 4px 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  color: #736D65;
  background-color: #15120F;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .category-nav__label {
    font-size: 9px;
  }
}
@media screen and (max-width: 650px) {
  .category-nav__label {
    padding: 0 2px 0;
    font-size: 8px;
    letter-spacing: 0.08em;
  }
}

.mission {
  background-color: #FAF8F4;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .mission {
    padding: 0 40px 0 0;
  }
}
@media screen and (min-width: 1391px) {
  .mission {
    display: grid;
    grid-template-columns: 1fr 680px;
    gap: 80px;
    align-items: center;
    padding-right: max(0px, (100vw - 1440px) / 2);
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .mission {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 650px) {
  .mission {
    background-color: #15120F;
    color: #ffffff;
    padding: 60px 30px 48px;
  }
}
.mission__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .mission__inner {
    gap: 56px;
  }
}
@media screen and (min-width: 1391px) {
  .mission__inner {
    display: contents;
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .mission__inner {
    gap: 40px;
  }
}
@media screen and (max-width: 650px) {
  .mission__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media screen and (max-width: 650px) {
  .mission__content {
    display: contents;
  }
}
.mission__image {
  overflow: hidden;
}
@media (prefers-reduced-motion: no-preference) {
  .mission__image img {
    transition: transform 1s ease;
  }
  .mission__image:hover img {
    transform: scale(1.06);
  }
}
@media screen and (max-width: 650px) {
  .mission__image {
    order: 3;
    width: 100%;
  }
}
.mission__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/5;
}
@media screen and (max-width: 650px) {
  .mission__image img {
    aspect-ratio: 3/2;
  }
}
.mission__en {
  font-size: 14px;
}
@media screen and (max-width: 650px) {
  .mission__en {
    order: 1;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
}
.mission__catch {
  margin-top: 0px;
  font-size: clamp(23px, 3.5vw, 45px);
  line-height: 1.4;
}
.mission__catch .is-yellow {
  color: inherit;
}
@media screen and (max-width: 650px) {
  .mission__catch {
    order: 2;
    width: 100%;
    text-align: left;
    padding-bottom: 14px;
    margin-bottom: 0px;
  }
  .mission__catch .is-yellow {
    color: #EDD9AA;
  }
}
.mission__text {
  margin-top: 40px;
}
@media screen and (max-width: 650px) {
  .mission__text {
    order: 4;
    width: 100%;
    margin-top: 0;
  }
}
.mission__text p {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .mission__text p {
    font-size: 15px;
    line-height: 2.1;
  }
}
@media screen and (max-width: 650px) {
  .mission__text p {
    font-size: 13px;
    line-height: 2;
  }
}
.mission__text p + p {
  margin-top: 1em;
}
@media screen and (max-width: 650px) {
  .mission__text p + p {
    margin-top: 0.75em;
  }
}

.space {
  background-color: #15120F;
  color: #ffffff;
  padding-top: 114px;
  padding-bottom: 70px;
}
.space h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .space {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .space {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 650px) {
  .space {
    padding-top: 60px;
    padding-bottom: 48px;
  }
}
.space__text {
  line-height: 2;
}
.space__head {
  padding-bottom: 65px;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .space__head {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 650px) {
  .space__head {
    padding-bottom: 24px;
  }
}
.space__item {
  display: flex;
  height: 500px;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .space__item {
    height: 420px;
  }
}
@media screen and (max-width: 990px) {
  .space__item {
    flex-direction: column;
    height: auto;
    gap: 16px;
  }
}
@media screen and (max-width: 650px) {
  .space__item {
    gap: 20px;
  }
}
.space__item-big, .space__item-small {
  color: inherit;
  text-decoration: none;
}
.space__item-big {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  border-right: 1px solid #15120F;
  position: relative;
  overflow: hidden;
}
.space__item-big::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../img/top2.jpg) no-repeat center center/cover;
  transition: transform 1s ease;
}
.space__item-big > * {
  position: relative;
  z-index: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .space__item-big:hover::before {
    transform: scale(1.06);
  }
}
@media screen and (max-width: 990px) {
  .space__item-big {
    width: 100%;
    height: 280px;
    border-right: none;
  }
}
@media screen and (max-width: 650px) {
  .space__item-big {
    height: 200px;
  }
}
.space__item-big h3 {
  display: flex;
  align-items: center;
  letter-spacing: 0.1rem;
  height: 63px;
  padding-left: 20px;
  font-size: 20px;
  background-color: rgba(21, 18, 15, 0.56);
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .space__item-big h3 {
    height: 56px;
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .space__item-big h3 {
    height: 48px;
    padding-left: 16px;
    font-size: 12px;
  }
}
.space__item-smalls {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
@media screen and (max-width: 990px) {
  .space__item-smalls {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    gap: 16px;
  }
}
@media screen and (max-width: 650px) {
  .space__item-smalls {
    gap: 20px;
  }
}
.space__item-small {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  height: 50%;
}
@media screen and (max-width: 990px) {
  .space__item-small {
    width: 100%;
    height: 240px;
  }
}
@media screen and (max-width: 650px) {
  .space__item-small {
    height: 200px;
  }
}
.space__item-small h3 {
  display: flex;
  align-items: center;
  height: 63px;
  padding-left: 20px;
  font-size: 20px;
  background-color: rgba(21, 18, 15, 0.56);
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .space__item-small h3 {
    height: 56px;
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .space__item-small h3 {
    height: 48px;
    padding-left: 16px;
    font-size: 12px;
  }
}
.space__item-small:nth-child(1) {
  border: 1px solid #15120F;
  position: relative;
  overflow: hidden;
}
.space__item-small:nth-child(1)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../img/top3.jpg) no-repeat center center/cover;
  transition: transform 1s ease;
}
.space__item-small:nth-child(1) > * {
  position: relative;
  z-index: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .space__item-small:nth-child(1):hover::before {
    transform: scale(1.06);
  }
}
.space__item-small:nth-child(2) {
  border: 1px solid #15120F;
  position: relative;
  overflow: hidden;
}
.space__item-small:nth-child(2)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../img/top4.jpg) no-repeat center center/cover;
  transition: transform 1s ease;
}
.space__item-small:nth-child(2) > * {
  position: relative;
  z-index: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .space__item-small:nth-child(2):hover::before {
    transform: scale(1.06);
  }
}
.space__item-small:nth-child(3) {
  border: 1px solid #15120F;
  position: relative;
  overflow: hidden;
}
.space__item-small:nth-child(3)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../img/top5.jpg) no-repeat center center/cover;
  transition: transform 1s ease;
}
.space__item-small:nth-child(3) > * {
  position: relative;
  z-index: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .space__item-small:nth-child(3):hover::before {
    transform: scale(1.06);
  }
}
.space__item-small:nth-child(4) {
  border: 1px solid #15120F;
  position: relative;
  overflow: hidden;
}
.space__item-small:nth-child(4)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../img/top6.jpg) no-repeat center center/cover;
  transition: transform 1s ease;
}
.space__item-small:nth-child(4) > * {
  position: relative;
  z-index: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .space__item-small:nth-child(4):hover::before {
    transform: scale(1.06);
  }
}

.collection {
  background-color: #EDE7DA;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .collection {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .collection {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 650px) {
  .collection {
    background-color: #15120F;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 48px;
  }
}
.collection {
  padding-top: 114px;
  padding-bottom: 70px;
}
.collection__head {
  padding-bottom: 65px;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .collection__head {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 650px) {
  .collection__head {
    padding-bottom: 24px;
  }
}
.collection__text {
  line-height: 2.2;
}
.collection__h3 {
  font-family: "Montserrat", sans-serif;
}
.collection__item {
  display: flex;
  height: 500px;
  gap: 5px;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .collection__item {
    height: 420px;
  }
}
@media screen and (max-width: 990px) {
  .collection__item {
    flex-direction: column;
    height: auto;
    gap: 5px;
  }
}
.collection__item-big, .collection__item-small {
  color: inherit;
  text-decoration: none;
  border: none;
}
.collection__item-big {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  border: none;
  position: relative;
  overflow: hidden;
}
.collection__item-big::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../img/top7-1.jpg) no-repeat center center/cover;
  transition: transform 1s ease;
}
.collection__item-big > * {
  position: relative;
  z-index: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .collection__item-big:hover::before {
    transform: scale(1.06);
  }
}
@media screen and (max-width: 990px) {
  .collection__item-big {
    width: 100%;
    height: 320px;
  }
}
@media screen and (max-width: 650px) {
  .collection__item-big {
    height: 200px;
  }
}
.collection__item-big .collection__h3 {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  padding: 12px 28px;
  letter-spacing: 0.1rem;
  color: #fff;
  width: 240px;
  height: auto;
  font-size: 14px;
  background-color: rgba(21, 18, 15, 0.41);
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .collection__item-big .collection__h3 {
    width: 210px;
    margin-left: 20px;
    font-size: 13px;
  }
}
.collection__item-big .collection__h3 h3 {
  white-space: nowrap;
}
.collection__item-big .collection__h3 span {
  font-size: 8px;
  padding-bottom: 5px;
}
.collection__item-big .collection__h3 p {
  font-size: 8px;
  padding-top: 10px;
}
.collection__item-smalls {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  gap: 5px;
}
@media screen and (max-width: 990px) {
  .collection__item-smalls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    width: 100%;
  }
}
.collection__item-small {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(50% - 2.5px);
  height: calc(50% - 2.5px);
  border: none;
  box-sizing: border-box;
}
@media screen and (max-width: 990px) {
  .collection__item-small {
    width: 100%;
    min-width: 0;
    height: auto;
    aspect-ratio: 3/2;
    overflow: hidden;
  }
}
.collection__item-small .collection__h3 {
  color: #fff;
  padding: 12px 28px;
  margin-left: 30px;
}
.collection__item-small .collection__h3 span {
  font-size: 8px;
  padding-bottom: 5px;
}
.collection__item-small .collection__h3 p {
  font-size: 8px;
  padding-top: 10px;
}
.collection__item-small .collection__h3 {
  display: flex;
  flex-direction: column;
  width: 240px;
  height: auto;
  font-size: 14px;
  background-color: rgba(21, 18, 15, 0.41);
}
.collection__item-small .collection__h3 h3 {
  white-space: nowrap;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .collection__item-small .collection__h3 {
    width: 70%;
    height: auto;
    margin-left: 12px;
    padding: 10px 12px;
    font-size: 11px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 650px) {
  .collection__item-small .collection__h3 {
    width: 85%;
    height: auto;
    margin-left: 10px;
    padding: 8px 10px;
    font-size: 10px;
    box-sizing: border-box;
  }
  .collection__item-small .collection__h3 h3 {
    font-size: 10px;
    line-height: 1.3;
  }
  .collection__item-small .collection__h3 span {
    font-size: 7px;
    padding-bottom: 2px;
  }
  .collection__item-small .collection__h3 p {
    font-size: 7px;
    padding-top: 4px;
  }
}
.collection__item-small:nth-child(1) {
  position: relative;
  overflow: hidden;
}
.collection__item-small:nth-child(1)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../img/top8.jpg) no-repeat center center/cover;
  transition: transform 1s ease;
}
.collection__item-small:nth-child(1) > * {
  position: relative;
  z-index: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .collection__item-small:nth-child(1):hover::before {
    transform: scale(1.06);
  }
}
.collection__item-small:nth-child(2) {
  position: relative;
  overflow: hidden;
}
.collection__item-small:nth-child(2)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../img/top9.jpg) no-repeat center center/cover;
  transition: transform 1s ease;
}
.collection__item-small:nth-child(2) > * {
  position: relative;
  z-index: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .collection__item-small:nth-child(2):hover::before {
    transform: scale(1.06);
  }
}
.collection__item-small:nth-child(3) {
  position: relative;
  overflow: hidden;
}
.collection__item-small:nth-child(3)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../img/top10.jpg) no-repeat center center/cover;
  transition: transform 1s ease;
}
.collection__item-small:nth-child(3) > * {
  position: relative;
  z-index: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .collection__item-small:nth-child(3):hover::before {
    transform: scale(1.06);
  }
}
.collection__item-small:nth-child(4) {
  position: relative;
  overflow: hidden;
}
.collection__item-small:nth-child(4)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../img/top11.jpg) no-repeat center center/cover;
  transition: transform 1s ease;
}
.collection__item-small:nth-child(4) > * {
  position: relative;
  z-index: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .collection__item-small:nth-child(4):hover::before {
    transform: scale(1.06);
  }
}

.page_top {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 320px;
  margin-top: -80px;
  padding: 140px 0 80px;
  background: url("../img/page-top.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .page_top {
    padding: 130px 0 72px;
  }
}
@media screen and (max-width: 990px) {
  .page_top {
    margin-top: -60px;
    padding: 120px 0 64px;
  }
}
@media screen and (max-width: 650px) {
  .page_top {
    min-height: 240px;
    padding: 100px 0 48px;
  }
}
.page_top::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
  pointer-events: none;
}
.page_top--about {
  background-image: url("../img/about-top.jpg");
}

.page-h1 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 56px;
  text-align: left;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .page-h1 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 990px) {
  .page-h1 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 650px) {
  .page-h1 {
    padding: 0 30px;
  }
}
.page-h1 span {
  display: block;
  position: relative;
  padding-left: 52px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #C49859;
}
.page-h1 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #C49859;
  transform: translateY(-50%);
}
.page-h1 h1 {
  margin-top: 16px;
  font-family: "源ノ明朝", "Noto Serif JP", "Source Han Serif JP", serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #C49859;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .page-h1 h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 650px) {
  .page-h1 h1 {
    margin-top: 12px;
    font-size: 28px;
  }
}

.about-mission {
  background-color: #15120F;
  color: #ffffff;
  padding: 114px 0 80px;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .about-mission {
    padding: 90px 0 64px;
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .about-mission {
    padding: 80px 0 56px;
  }
}
@media screen and (max-width: 650px) {
  .about-mission {
    padding: 60px 0 48px;
  }
}
.about-mission__inner {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 100px;
  align-items: start;
  max-width: 1440px;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .about-mission__inner {
    gap: 72px;
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .about-mission__inner {
    gap: 48px;
  }
}
@media screen and (max-width: 990px) {
  .about-mission__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 650px) {
  .about-mission__inner {
    gap: 24px;
  }
}
.about-mission__en {
  font-size: 14px;
  padding-bottom: 24px;
}
@media screen and (max-width: 650px) {
  .about-mission__en {
    font-size: 13px;
    padding-bottom: 16px;
  }
}
.about-mission__catch {
  font-family: "源ノ明朝", "Noto Serif JP", "Source Han Serif JP", serif;
  font-size: clamp(28px, 3.5vw, 45px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.about-mission__text {
  padding-top: 38px;
}
@media screen and (max-width: 990px) {
  .about-mission__text {
    padding-top: 0;
  }
}
.about-mission__text p {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .about-mission__text p {
    font-size: 15px;
    line-height: 2.1;
  }
}
@media screen and (max-width: 650px) {
  .about-mission__text p {
    font-size: 13px;
    line-height: 2;
  }
}
.about-mission__text p + p {
  margin-top: 1em;
}
@media screen and (max-width: 650px) {
  .about-mission__text p + p {
    margin-top: 0.75em;
  }
}

.about-company {
  background-color: #252119;
  color: #ffffff;
  border-top: 1px solid #C49859;
  border-bottom: 1px solid #C49859;
  padding: 114px 0;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .about-company {
    padding: 90px 0;
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .about-company {
    padding: 80px 0;
  }
}
@media screen and (max-width: 650px) {
  .about-company {
    padding: 60px 0;
  }
}
.about-company__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 100px;
  align-items: start;
  max-width: 1440px;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .about-company__inner {
    gap: 72px;
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .about-company__inner {
    gap: 48px;
  }
}
@media screen and (max-width: 990px) {
  .about-company__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 650px) {
  .about-company__inner {
    gap: 24px;
  }
}
.about-company__en {
  font-size: 14px;
  padding-bottom: 24px;
}
@media screen and (max-width: 650px) {
  .about-company__en {
    font-size: 13px;
    padding-bottom: 16px;
  }
}
.about-company__catch {
  font-family: "源ノ明朝", "Noto Serif JP", "Source Han Serif JP", serif;
  font-size: clamp(28px, 3.5vw, 45px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.about-company__info {
  margin: 0;
  border-top: 1px solid #C49859;
}
.about-company__item {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid #C49859;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .about-company__item {
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 24px;
    padding: 24px 0;
  }
}
@media screen and (max-width: 990px) {
  .about-company__item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 0;
  }
}
.about-company__item dt {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.16em;
  color: #C49859;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .about-company__item dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .about-company__item dt {
    font-size: 12px;
  }
}
.about-company dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .about-company dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 650px) {
  .about-company dd {
    font-size: 13px;
    line-height: 1.75;
  }
}
.about-company dd p + p {
  margin-top: 0.35em;
}

body.space-page .page-h1 h1 {
  font-family: "Montserrat", sans-serif;
}

.space-detail {
  background-color: #15120F;
  color: #ffffff;
  padding: 100px 0 114px;
  scroll-margin-top: 80px;
}
@media screen and (max-width: 990px) {
  .space-detail {
    scroll-margin-top: 60px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .space-detail {
    padding: 80px 0 90px;
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .space-detail {
    padding: 72px 0 80px;
  }
}
@media screen and (max-width: 650px) {
  .space-detail {
    padding: 60px 0 72px;
  }
}
.space-detail + .space-detail {
  padding-top: 80px;
  border-top: 1px solid rgba(196, 152, 89, 0.4);
}
@media screen and (max-width: 650px) {
  .space-detail + .space-detail {
    padding-top: 60px;
  }
}
.space-detail--clinic {
  background-color: #252119;
}
.space-detail__inner {
  max-width: 1440px;
}
.space-detail__head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 48px 64px;
  align-items: start;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .space-detail__head {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 40px 48px;
  }
}
@media screen and (max-width: 990px) {
  .space-detail__head {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.space-detail__label {
  position: relative;
  padding-left: 52px;
  padding-bottom: 16px;
  white-space: nowrap;
}
.space-detail__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 40px;
  height: 1px;
  background-color: #C49859;
}
@media screen and (max-width: 650px) {
  .space-detail__label {
    padding-left: 44px;
    padding-bottom: 12px;
  }
  .space-detail__label::before {
    width: 32px;
  }
}
.space-detail__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: #ffffff;
}
.space-detail__subtitle {
  margin-top: 12px;
  font-size: 16px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .space-detail__subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .space-detail__subtitle {
    margin-top: 8px;
    font-size: 13px;
  }
}
.space-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
@media screen and (max-width: 650px) {
  .space-detail__tags {
    margin-top: 20px;
    gap: 6px;
  }
}
.space-detail__tags li {
  padding: 7px 16px;
  border: 1px solid #C49859;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .space-detail__tags li {
    padding: 5px 12px;
    font-size: 11px;
  }
}
.space-detail__head-text {
  padding-top: 28px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .space-detail__head-text {
    padding-top: 20px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 990px) {
  .space-detail__head-text {
    padding-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 650px) {
  .space-detail__head-text {
    font-size: 13px;
    line-height: 2;
  }
}
.space-detail__head-text p + p {
  margin-top: 0.35em;
}
.space-detail__item {
  margin-top: 56px;
}
@media screen and (max-width: 650px) {
  .space-detail__item {
    margin-top: 40px;
  }
}
.space-detail__visual {
  overflow: hidden;
}
@media (prefers-reduced-motion: no-preference) {
  .space-detail__visual img {
    transition: transform 1s ease;
  }
  .space-detail__visual:hover img {
    transform: scale(1.06);
  }
}
.space-detail__visual img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media screen and (max-width: 650px) {
  .space-detail__visual img {
    aspect-ratio: 3/2;
  }
}
.space-detail__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 650px) {
  .space-detail__meta {
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }
}
.space-detail__meta-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}
@media screen and (max-width: 650px) {
  .space-detail__meta-left {
    gap: 12px;
  }
}
.space-detail__place {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
@media screen and (max-width: 650px) {
  .space-detail__place {
    gap: 4px;
  }
}
.space-detail__meta-right {
  position: relative;
  flex: 0 0 auto;
  margin-left: auto;
  padding-left: 24px;
  text-align: left;
}
.space-detail__meta-right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #C49859;
}
@media screen and (max-width: 650px) {
  .space-detail__meta-right {
    align-self: flex-end;
    padding-left: 20px;
  }
}
.space-detail__num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #C49859;
}
.space-detail__place-en {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1;
  color: #C49859;
}
.space-detail__place-ja {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .space-detail__place-ja {
    font-size: 15px;
  }
}
@media screen and (max-width: 650px) {
  .space-detail__place-ja {
    font-size: 13px;
  }
}
.space-detail__placement {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #C49859;
}
.space-detail__catch {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .space-detail__catch {
    font-size: 15px;
  }
}
@media screen and (max-width: 650px) {
  .space-detail__catch {
    font-size: 13px;
  }
}
.space-detail__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 32px;
  margin-top: 56px;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .space-detail__grid {
    gap: 32px 24px;
  }
}
@media screen and (max-width: 990px) {
  .space-detail__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
  }
}
.space-detail__grid .space-detail__item {
  margin-top: 0;
}
@media screen and (max-width: 650px) {
  .space-detail .btn-center {
    margin-top: 48px;
  }
}
.space-detail__foot {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(196, 152, 89, 0.4);
}
@media screen and (max-width: 990px) {
  .space-detail__foot {
    margin-top: 40px;
    padding-top: 32px;
  }
}
@media screen and (max-width: 650px) {
  .space-detail__foot {
    margin-top: 48px;
    padding-top: 36px;
  }
}
.space-detail__foot .btn-center {
  margin-top: 0;
}

body.collection-page .page_top {
  background-image: url("../img/collection-top.jpg");
}
body.collection-page .page-h1 h1 {
  font-family: "Montserrat", sans-serif;
}

.collection-archive {
  background-color: #15120F;
  color: #ffffff;
  padding: 80px 0 114px;
}
.collection-archive:has(+ .collection-space) {
  padding-bottom: 80px;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .collection-archive:has(+ .collection-space) {
    padding-bottom: 72px;
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .collection-archive:has(+ .collection-space) {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 650px) {
  .collection-archive:has(+ .collection-space) {
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .collection-archive {
    padding: 72px 0 90px;
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .collection-archive {
    padding: 64px 0 80px;
  }
}
@media screen and (max-width: 650px) {
  .collection-archive {
    padding: 48px 0 72px;
  }
}
.collection-archive__inner {
  max-width: 1440px;
}

.collection-filter {
  margin-bottom: 56px;
}
@media screen and (max-width: 650px) {
  .collection-filter {
    margin-bottom: 40px;
  }
}
.collection-filter__row + .collection-filter__row {
  margin-top: 28px;
}
@media screen and (max-width: 650px) {
  .collection-filter__row + .collection-filter__row {
    margin-top: 20px;
  }
}
.collection-filter__row--split {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 40px;
  row-gap: 24px;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .collection-filter__row--split {
    column-gap: 36px;
  }
}
@media screen and (max-width: 990px) {
  .collection-filter__row--split {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.collection-filter__group {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px 24px;
  align-items: start;
}
@media screen and (max-width: 650px) {
  .collection-filter__group {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.collection-filter__label {
  position: relative;
  flex-shrink: 0;
  padding-top: 2px;
  padding-right: 24px;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
}
.collection-filter__label::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #C49859;
}
@media screen and (max-width: 650px) {
  .collection-filter__label {
    display: inline-block;
    padding-right: 0;
    font-size: 12px;
  }
  .collection-filter__label::after {
    display: none;
  }
}
.collection-filter__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
@media screen and (max-width: 650px) {
  .collection-filter__list {
    gap: 8px 14px;
  }
}
.collection-filter__list a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.3s ease;
}
@media screen and (max-width: 650px) {
  .collection-filter__list a {
    font-size: 11px;
  }
}
.collection-filter__list a:hover {
  color: #ffffff;
}
.collection-filter__list a.is-active {
  color: #C49859;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
}

.collection-archive__loop {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 48px 32px;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .collection-archive__loop {
    gap: 40px 28px;
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .collection-archive__loop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 24px;
  }
}
@media screen and (max-width: 650px) {
  .collection-archive__loop {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.collection-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.collection-card--tall {
  grid-row: span 2;
}
@media screen and (max-width: 650px) {
  .collection-card--tall {
    grid-row: auto;
  }
}
.collection-card--tall .collection-card__link {
  height: 100%;
}
.collection-card--tall .collection-card__mat {
  flex: 1 1 auto;
  aspect-ratio: auto;
  min-height: 520px;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .collection-card--tall .collection-card__mat {
    min-height: 440px;
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .collection-card--tall .collection-card__mat {
    min-height: 420px;
  }
}
@media screen and (max-width: 650px) {
  .collection-card--tall .collection-card__mat {
    flex: none;
    aspect-ratio: 3/4;
    min-height: 0;
  }
}
.collection-card--wide {
  grid-column: span 2;
}
@media screen and (max-width: 650px) {
  .collection-card--wide {
    grid-column: auto;
  }
}
.collection-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  transition: opacity 0.3s ease;
}
.collection-card__link:hover {
  opacity: 0.85;
}
.collection-card__mat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px;
  border-radius: 2px;
  background-color: #696A6A;
  box-sizing: border-box;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .collection-card__mat {
    padding: 16px;
  }
}
.collection-card--wide .collection-card__mat {
  aspect-ratio: 2.08/1;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .collection-card--wide .collection-card__mat {
    aspect-ratio: 2.05/1;
  }
}
@media screen and (max-width: 650px) {
  .collection-card--wide .collection-card__mat {
    aspect-ratio: 4/3;
  }
}
.collection-card__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}
.collection-card__visual img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.collection-card__body {
  margin-top: 16px;
}
@media screen and (max-width: 650px) {
  .collection-card__body {
    margin-top: 12px;
  }
}
.collection-card__meta {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 8px 28px;
  margin-top: 6px;
}
@media screen and (max-width: 650px) {
  .collection-card__meta {
    gap: 8px 14px;
  }
}
.collection-card__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #C49859;
}
.collection-card__size {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .collection-card__size {
    font-size: 9px;
  }
}
.collection-card__price {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .collection-card__price {
    font-size: 12px;
  }
}
.collection-card__price span {
  font-size: 0.85em;
}

.collection-pagination {
  margin-top: 72px;
}
@media screen and (max-width: 650px) {
  .collection-pagination {
    margin-top: 48px;
  }
}
.collection-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 16px;
}
.collection-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #C49859;
  transition: opacity 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 650px) {
  .collection-pagination .page-numbers {
    min-width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
.collection-pagination .page-numbers:hover {
  opacity: 0.75;
}
.collection-pagination .page-numbers.current {
  border: 1px solid #C49859;
}
.collection-pagination .page-numbers.prev, .collection-pagination .page-numbers.next {
  min-width: auto;
  padding: 0 8px;
  font-size: 12px;
  letter-spacing: 0.16em;
}
.collection-pagination .page-numbers.disabled {
  opacity: 0.35;
  pointer-events: none;
}

.collection-space.space {
  background-color: #1E1A16;
  padding-top: 80px;
  padding-bottom: 114px;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .collection-space.space {
    padding-top: 72px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .collection-space.space {
    padding-top: 64px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 650px) {
  .collection-space.space {
    padding-top: 56px;
    padding-bottom: 72px;
  }
}
.collection-space__label {
  padding-bottom: 40px;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .collection-space__label {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 650px) {
  .collection-space__label {
    padding-bottom: 24px;
  }
}
.collection-space .space__item-big,
.collection-space .space__item-small {
  color: inherit;
  text-decoration: none;
}

body.collection-single-page {
  background-color: #15120F;
  color: #ffffff;
}

.collection-single {
  background-color: #15120F;
  color: #ffffff;
  padding-bottom: 100px;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .collection-single {
    padding-bottom: 88px;
  }
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .collection-single {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 650px) {
  .collection-single {
    padding-bottom: 56px;
  }
}
.collection-single__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0 80px;
  align-items: start;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .collection-single__grid {
    gap: 0 64px;
  }
}
@media screen and (max-width: 990px) {
  .collection-single__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.collection-single__gallery {
  min-width: 0;
}
.collection-single__visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: none;
  border-radius: 2px;
  background-color: #696A6A;
  padding: 0;
  box-sizing: border-box;
}
.collection-single__visual > * {
  grid-column: 1;
  grid-row: 1;
}
.collection-single__visual::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 120px;
  background: linear-gradient(to top, rgba(21, 18, 15, 0.72), transparent);
  pointer-events: none;
}
.collection-single__slider {
  width: 100%;
  height: 100%;
  min-height: 0;
  z-index: 0;
}
.collection-single__slider .swiper-wrapper,
.collection-single__slider .swiper-slide {
  height: 100%;
}
.collection-single__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.collection-single__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.collection-single__photo-count {
  align-self: start;
  justify-self: start;
  margin: 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #C49859;
}
@media screen and (max-width: 650px) {
  .collection-single__photo-count {
    margin: 12px;
    font-size: 10px;
  }
}
.collection-single__photo-sep {
  opacity: 0.6;
}
.collection-single__zoom {
  align-self: start;
  justify-self: end;
  margin: 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #C49859;
  background-color: rgba(21, 18, 15, 0.72);
  color: #C49859;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 650px) {
  .collection-single__zoom {
    margin: 12px;
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}
.collection-single__zoom:hover {
  background-color: #C49859;
  color: #ffffff;
}
.collection-single__thumbs {
  align-self: end;
  justify-self: center;
  z-index: 3;
  width: calc(100% - 40px);
  height: 64px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .collection-single__thumbs {
    width: calc(100% - 32px);
    height: 52px;
    margin-bottom: 16px;
  }
}
.collection-single__thumbs .swiper-wrapper {
  justify-content: center;
}
.collection-single__thumbs .swiper-slide {
  width: 64px;
  height: 64px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 650px) {
  .collection-single__thumbs .swiper-slide {
    width: 52px;
    height: 52px;
  }
}
.collection-single__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background-color: #696A6A;
}
.collection-single__thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #C49859;
}
.collection-single__content {
  min-width: 0;
  padding: 80px 56px 0 0;
  max-width: 560px;
}
@media screen and (min-width: 991px) and (max-width: 1390px) {
  .collection-single__content {
    padding: 72px 40px 0 0;
  }
}
@media screen and (max-width: 990px) {
  .collection-single__content {
    max-width: none;
    padding: 48px 40px 0;
  }
}
@media screen and (max-width: 650px) {
  .collection-single__content {
    padding: 40px 30px 0;
  }
}
.collection-single__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.45);
}
.collection-single__breadcrumb a {
  color: inherit;
  transition: color 0.3s ease;
}
.collection-single__breadcrumb a:hover {
  color: #C49859;
}
.collection-single__breadcrumb-sep {
  color: rgba(255, 255, 255, 0.25);
}
.collection-single__breadcrumb-current {
  color: rgba(255, 255, 255, 0.7);
}
.collection-single__header {
  margin-top: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 650px) {
  .collection-single__header {
    margin-top: 24px;
    padding-bottom: 24px;
  }
}
.collection-single__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
}
.collection-single__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 3.6vw, 44px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.collection-single__space {
  flex-shrink: 0;
  padding: 6px 12px;
  border: 1px solid #C49859;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #C49859;
}
.collection-single__subtitle {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.45);
}
.collection-single__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  margin-top: 24px;
}
@media screen and (max-width: 650px) {
  .collection-single__price-row {
    margin-top: 20px;
    gap: 10px 16px;
  }
}
.collection-single__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
}
.collection-single__price-value {
  font-family: "源ノ明朝", "Noto Serif JP", "Source Han Serif JP", serif;
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.collection-single__price-note {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.45);
}
.collection-single__stock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid #9CB282;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #9CB282;
  white-space: nowrap;
}
.collection-single__stock.is-in-stock .collection-single__stock-dot {
  background-color: #9CB282;
}
.collection-single__stock.is-out-of-stock {
  border-color: #C47A6A;
  color: #C47A6A;
}
.collection-single__stock.is-out-of-stock .collection-single__stock-dot {
  background-color: #C47A6A;
}
.collection-single__stock-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #9CB282;
}
.collection-single__box {
  margin-top: 24px;
  padding: 20px 24px;
  border: 1px solid rgba(196, 152, 89, 0.45);
}
@media screen and (max-width: 650px) {
  .collection-single__box {
    margin-top: 20px;
    padding: 16px 18px;
  }
}
.collection-single__box--shipping {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 16px;
  align-items: start;
}
.collection-single__info-list {
  display: grid;
  gap: 12px;
}
.collection-single__info-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 650px) {
  .collection-single__info-row {
    grid-template-columns: 64px 1fr;
    gap: 12px;
    font-size: 12px;
  }
}
.collection-single__info-row dt {
  color: rgba(255, 255, 255, 0.45);
}
.collection-single__info-row dd {
  color: rgba(255, 255, 255, 0.85);
}
.collection-single__shipping-icon {
  width: 22px;
  height: 16px;
  margin-top: 2px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 2px;
  position: relative;
}
.collection-single__shipping-icon::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 3px;
  width: 10px;
  height: 5px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: none;
}
.collection-single__shipping-icon::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 2px;
  width: 5px;
  height: 5px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}
.collection-single__shipping-title {
  font-size: 16px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 650px) {
  .collection-single__shipping-title {
    font-size: 13px;
  }
}
.collection-single__shipping-text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.45);
}
@media screen and (max-width: 650px) {
  .collection-single__shipping-text {
    font-size: 12px;
  }
}
.collection-single__specs-wrap {
  margin-top: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 650px) {
  .collection-single__specs-wrap {
    margin-top: 32px;
    padding-bottom: 24px;
  }
}
.collection-single__specs-title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #C49859;
}
@media screen and (max-width: 650px) {
  .collection-single__specs-title {
    font-size: 12px;
  }
}
.collection-single__specs {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}
.collection-single__spec-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 650px) {
  .collection-single__spec-row {
    grid-template-columns: 96px 1fr;
    gap: 12px;
    font-size: 12px;
  }
}
.collection-single__spec-row dt {
  color: rgba(255, 255, 255, 0.45);
}
.collection-single__spec-row dd {
  color: rgba(255, 255, 255, 0.85);
}
.collection-single__btn-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 650px) {
  .collection-single__btn-wrap {
    margin-top: 32px;
  }
}
.collection-single__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 16px 32px;
  background-color: #C49859;
  color: #15120F;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-align: center;
  transition: background-color 0.4s ease, color 0.4s ease, box-shadow 0.4s ease;
}
@media screen and (max-width: 650px) {
  .collection-single__btn a {
    min-height: 48px;
    font-size: 13px;
  }
}
.collection-single__btn a:hover {
  background-color: transparent;
  color: #C49859;
  box-shadow: inset 0 0 0 1px #C49859;
}
.collection-single__btn-note {
  margin-top: 16px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 650px) {
  .collection-single__btn-note {
    margin-top: 12px;
    font-size: 10px;
  }
}

body.is-collection-lightbox-open {
  overflow: hidden;
}

.collection-single-lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 24px 24px;
  background-color: rgba(0, 0, 0, 0.88);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.collection-single-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
.collection-single-lightbox__close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #C49859;
  background-color: rgba(21, 18, 15, 0.72);
  color: #C49859;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 650px) {
  .collection-single-lightbox__close {
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    font-size: 22px;
  }
}
.collection-single-lightbox__close:hover {
  background-color: #C49859;
  color: #ffffff;
}
.collection-single-lightbox__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  max-height: 100%;
}
.collection-single-lightbox__img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 96px);
  object-fit: contain;
}

@media screen and (max-width: 650px) {
  .collection--pickup {
    background-color: #EDE7DA;
    color: #15120F;
  }
}
.collection--pickup .collection__head {
  padding-bottom: 40px;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .collection--pickup .collection__head {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 650px) {
  .collection--pickup .collection__head {
    padding-bottom: 24px;
  }
}
.collection--pickup .collection__item-big,
.collection--pickup .collection__item-small {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 650px) {
  .collection--pickup .collection__item-small:nth-child(1), .collection--pickup .collection__item-small:nth-child(2), .collection--pickup .collection__item-small:nth-child(3), .collection--pickup .collection__item-small:nth-child(4) {
    border: none;
  }
}

.collection--space-bottom {
  background-color: #EDE7DA;
  color: #15120F;
}
@media screen and (max-width: 650px) {
  .collection--space-bottom {
    background-color: #EDE7DA;
    color: #15120F;
  }
}
.collection--space-bottom .collection__head {
  padding-bottom: 65px;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .collection--space-bottom .collection__head {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 650px) {
  .collection--space-bottom .collection__head {
    padding-bottom: 24px;
  }
}
.collection--space-bottom .collection__catch {
  margin-bottom: 0;
}
.collection--space-bottom .collection__catch::after {
  display: none;
}
.collection--space-bottom .collection__item-big,
.collection--space-bottom .collection__item-small {
  color: inherit;
  text-decoration: none;
  border: none;
}

body.contact-page {
  background-color: #15120F;
  color: #ffffff;
}

.contact {
  padding: 80px 0 114px;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .contact {
    padding: 64px 0 80px;
  }
}
@media screen and (max-width: 650px) {
  .contact {
    padding: 48px 0 60px;
  }
}
.contact__inner {
  max-width: 960px;
}
.contact__head {
  margin-bottom: 56px;
}
@media screen and (max-width: 650px) {
  .contact__head {
    margin-bottom: 40px;
  }
}
.contact__en {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #C49859;
  padding-bottom: 16px;
}
.contact__title {
  font-family: "源ノ明朝", "Noto Serif JP", "Source Han Serif JP", serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.contact__lead {
  margin-top: 24px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 650px) {
  .contact__lead {
    margin-top: 16px;
    font-size: 13px;
  }
}
.contact--thanks, .contact--error {
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 990px) {
  .contact--thanks, .contact--error {
    min-height: calc(100vh - 60px);
    justify-content: flex-start;
  }
}
.contact--thanks .contact__inner, .contact--error .contact__inner {
  width: 100%;
}
.contact--thanks .contact__head--thanks,
.contact--thanks .contact__head--error, .contact--error .contact__head--thanks,
.contact--error .contact__head--error {
  margin-bottom: 48px;
}
@media screen and (max-width: 650px) {
  .contact--thanks .contact__head--thanks,
  .contact--thanks .contact__head--error, .contact--error .contact__head--thanks,
  .contact--error .contact__head--error {
    margin-bottom: 36px;
  }
}
.contact--error .contact__en {
  font-size: clamp(40px, 8vw, 72px);
  letter-spacing: 0.08em;
  padding-bottom: 12px;
  line-height: 1;
}

.contact-thanks__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 40px;
  margin-bottom: 64px;
}
@media screen and (max-width: 650px) {
  .contact-thanks__actions {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 48px;
  }
}
.contact-thanks__actions .btn {
  margin: 0;
}

.contact-phone {
  position: relative;
  margin-bottom: 64px;
  padding: 40px 50px;
  border: 1px solid #C49859;
  background-color: #252119;
  position: relative;
}
.contact-phone::before, .contact-phone::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  pointer-events: none;
}
.contact-phone::before {
  top: -4px;
  left: -4px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.contact-phone::after {
  right: -4px;
  bottom: -4px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 650px) {
  .contact-phone {
    margin-bottom: 48px;
    padding: 32px 20px;
  }
  .contact-phone::before, .contact-phone::after {
    width: 8px;
    height: 8px;
  }
  .contact-phone::before {
    top: -3px;
    left: -3px;
  }
  .contact-phone::after {
    right: -3px;
    bottom: -3px;
  }
}
.contact-phone__en {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #C49859;
}
.contact-phone__title {
  margin-top: 8px;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.contact-phone__meta {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.75);
}
.contact-phone__sep {
  color: #C49859;
}
.contact-phone__tel {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: 0.08em;
}
.contact-phone__tel span:first-child {
  margin-right: 8px;
  font-size: 14px;
  color: #C49859;
}

.contact-form__row {
  display: grid;
  gap: 40px 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 650px) {
  .contact-form__row {
    gap: 32px;
    margin-bottom: 32px;
  }
}
.contact-form__row--2col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 990px) {
  .contact-form__row--2col {
    grid-template-columns: 1fr;
  }
}
.contact-form__field {
  margin: 0;
  overflow: visible;
}
.contact-form__field--full {
  margin-bottom: 40px;
}
@media screen and (max-width: 650px) {
  .contact-form__field--full {
    margin-bottom: 32px;
  }
}
.contact-form__field--full:has(.contact-form__submit) {
  display: block;
  height: 56px;
  line-height: 0;
  font-size: 0;
  overflow: visible;
  position: relative;
}
.contact-form__field--full:has(.contact-form__submit)::before, .contact-form__field--full:has(.contact-form__submit)::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  pointer-events: none;
}
.contact-form__field--full:has(.contact-form__submit)::before {
  top: -2px;
  left: -2px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.contact-form__field--full:has(.contact-form__submit)::after {
  right: -2px;
  bottom: -2px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.contact-form__field--full:has(.contact-form__submit) .contact-form__submit {
  display: block;
  margin: 0;
  vertical-align: top;
}
.contact-form__field--full:has(.contact-form__submit) .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 16px;
  margin: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 650px) {
  .contact-form__field--full:has(.contact-form__submit) {
    height: 48px;
  }
  .contact-form__field--full:has(.contact-form__submit)::before, .contact-form__field--full:has(.contact-form__submit)::after {
    width: 8px;
    height: 8px;
  }
  .contact-form__field--full:has(.contact-form__submit)::before {
    top: -1px;
    left: -1px;
  }
  .contact-form__field--full:has(.contact-form__submit)::after {
    right: -1px;
    bottom: -1px;
  }
}
.contact-form__field--select > .contact-form__label {
  margin-bottom: 0;
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
  overflow: visible;
}
.contact-form__label {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  letter-spacing: 0.06em;
}
.contact-form__required {
  margin-left: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #C49859;
}
.contact-form__input, .contact-form__textarea {
  display: block;
  width: 100%;
  font-family: "源ノ明朝", "Noto Serif JP", "Source Han Serif JP", serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: transparent;
  caret-color: #ffffff;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (max-width: 650px) {
  .contact-form__input, .contact-form__textarea {
    font-size: 13px;
  }
}
.contact-form__input::placeholder, .contact-form__textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.contact-form__input:hover, .contact-form__input:focus, .contact-form__input:active, .contact-form__textarea:hover, .contact-form__textarea:focus, .contact-form__textarea:active {
  color: #ffffff;
  background-color: transparent;
}
.contact-form__input:-webkit-autofill, .contact-form__input:-webkit-autofill:hover, .contact-form__input:-webkit-autofill:focus, .contact-form__input:-webkit-autofill:active, .contact-form__textarea:-webkit-autofill, .contact-form__textarea:-webkit-autofill:hover, .contact-form__textarea:-webkit-autofill:focus, .contact-form__textarea:-webkit-autofill:active {
  -webkit-text-fill-color: #ffffff;
  caret-color: #ffffff;
  transition: background-color 99999s ease-out 0s;
  box-shadow: 0 0 0 1000px #15120F inset;
}
.contact-form__input {
  padding: 10px 0 14px;
  border: none;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  outline: none;
}
.contact-form__input:focus {
  border-bottom-color: #EDD9AA;
}
.contact-form__textarea {
  min-height: 200px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  resize: vertical;
  outline: none;
}
@media screen and (max-width: 650px) {
  .contact-form__textarea {
    min-height: 160px;
    padding: 16px;
  }
}
.contact-form__textarea:focus {
  border-color: #C49859;
}
.contact-form__acceptance {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin: 48px 0 32px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 650px) {
  .contact-form__acceptance {
    margin: 36px 0 24px;
    font-size: 10px;
  }
}
.contact-form__acceptance .wpcf7-form-control-wrap,
.contact-form__acceptance .wpcf7-acceptance,
.contact-form__acceptance .wpcf7-list-item,
.contact-form__acceptance .wpcf7-list-item label {
  display: inline-flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.contact-form__acceptance .wpcf7-list-item-label:empty {
  display: none;
}
.contact-form__acceptance input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 3px 0 0;
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (max-width: 650px) {
  .contact-form__acceptance input[type=checkbox] {
    width: 12px;
    height: 12px;
    margin-top: 2px;
  }
}
.contact-form__acceptance input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='1.5' d='M2 6l3 3 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}
@media screen and (max-width: 650px) {
  .contact-form__acceptance input[type=checkbox]:checked {
    background-size: 9px 9px;
  }
}
.contact-form__acceptance input[type=checkbox]:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: 2px;
}
.contact-form__policy-link {
  color: #C49859;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: opacity 0.3s;
}
.contact-form__policy-link:hover {
  opacity: 0.7;
}
.contact-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  border: none;
  font-family: "源ノ明朝", "Noto Serif JP", "Source Han Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #15120F;
  background-color: #C49859;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 650px) {
  .contact-form__submit {
    height: 48px;
    font-size: 14px;
  }
}
.contact-form__submit:hover {
  opacity: 0.85;
}
.contact-form__note {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 650px) {
  .contact-form__note {
    font-size: 12px;
  }
}

.contact-select {
  position: relative;
  display: block;
}
.contact-select__native {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0 !important;
  opacity: 0;
  pointer-events: none;
  color: transparent;
  background: transparent;
}
.contact-select__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: 100%;
  padding: 0 0 14px;
  margin-bottom: 32px;
  border: none;
  border-bottom: 1px solid #707070;
  font-family: "源ノ明朝", "Noto Serif JP", "Source Han Serif JP", serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.35);
  background: transparent;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 650px) {
  .contact-select__trigger {
    font-size: 13px;
    margin-bottom: 24px;
  }
}
.contact-select__trigger.has-value {
  color: #ffffff;
}
.contact-select__value {
  flex: 0 1 auto;
}
.contact-select__arrow {
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin-left: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #C49859;
  transform: translateY(3px);
  transition: transform 0.2s;
}
.contact-select.is-open .contact-select__arrow {
  transform: translateY(3px) rotate(180deg);
}
.contact-select__dropdown {
  display: none;
  width: 100%;
  padding: 24px 28px;
  background-color: #E8E4DC;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 650px) {
  .contact-select__dropdown {
    padding: 20px;
  }
}
.contact-select.is-open .contact-select__trigger {
  margin-bottom: 24px;
}
@media screen and (max-width: 650px) {
  .contact-select.is-open .contact-select__trigger {
    margin-bottom: 20px;
  }
}
.contact-select.is-open .contact-select__dropdown {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 8px;
}
.contact-select__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-select__option {
  position: relative;
  padding: 10px 0 10px 20px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #15120F;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (max-width: 650px) {
  .contact-select__option {
    font-size: 13px;
    padding-left: 18px;
  }
}
.contact-select__option::before {
  content: "□";
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 12px;
  line-height: 1.6;
}
.contact-select__option:hover, .contact-select__option.is-selected {
  opacity: 0.65;
}

.contact-info {
  position: relative;
  margin-top: 64px;
  padding: 40px 32px;
  border: 1px solid #707070;
}
.contact-info::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
@media screen and (max-width: 650px) {
  .contact-info {
    margin-top: 48px;
    padding: 32px 24px;
  }
  .contact-info::before {
    top: -24px;
  }
}
.contact-info__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
@media screen and (max-width: 990px) {
  .contact-info__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.contact-info__item {
  text-align: left;
}
.contact-info__label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #C49859;
}
.contact-info__value {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.privacy {
  background-color: #15120F;
  color: #ffffff;
  padding: 80px 0 114px;
}
@media screen and (min-width: 651px) and (max-width: 990px) {
  .privacy {
    padding: 64px 0 80px;
  }
}
@media screen and (max-width: 650px) {
  .privacy {
    padding: 48px 0 60px;
  }
}
.privacy__inner {
  max-width: 860px;
}
.privacy__lead {
  margin-bottom: 56px;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 650px) {
  .privacy__lead {
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 2;
  }
}
.privacy__section + .privacy__section {
  margin-top: 48px;
}
@media screen and (max-width: 650px) {
  .privacy__section + .privacy__section {
    margin-top: 36px;
  }
}
.privacy__section p {
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 650px) {
  .privacy__section p {
    font-size: 13px;
    line-height: 2;
  }
}
.privacy__section p + p, .privacy__section p + .privacy__list, .privacy__list + .privacy__section p {
  margin-top: 16px;
}
.privacy__heading {
  margin-bottom: 20px;
  font-family: "源ノ明朝", "Noto Serif JP", "Source Han Serif JP", serif;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #C49859;
}
@media screen and (max-width: 650px) {
  .privacy__heading {
    margin-bottom: 14px;
  }
}
.privacy__list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.privacy__list li {
  position: relative;
  padding-left: 1.2em;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 650px) {
  .privacy__list li {
    font-size: 13px;
    line-height: 2;
  }
}
.privacy__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.privacy__contact p {
  margin: 0;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 650px) {
  .privacy__contact p {
    font-size: 13px;
  }
}
.privacy__contact a {
  color: #C49859;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: opacity 0.3s;
}
.privacy__contact a:hover {
  opacity: 0.7;
}
.privacy__date {
  margin-top: 32px;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 650px) {
  .privacy__date {
    margin-top: 24px;
    font-size: 12px;
  }
}

/* Dynamic collection thumbnail backgrounds (WP) */
.collection__item-big.has-dynamic-bg::before,
.collection__item-small.has-dynamic-bg::before {
	background-image: var(--bg-image);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/* ▼▼ Instagram導線 追加（グッドコミュニケーションズ 2026-08-17）ここから ▼▼ */
/* SCSSソース: styles/_header.scss / styles/_footer.scss の末尾にも同内容を追記済み。
   再コンパイル時に消えないようにするため。削除する場合は両方から消すこと。 */
.gc-ig-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  color: #15120F;
  transition: color 0.3s, opacity 0.3s;
}
.header--top .gc-ig-header {
  color: #ffffff;
}
.gc-ig-header svg {
  width: 22px;
  height: 22px;
  display: block;
}
.gc-ig-header:hover {
  color: #C49859;
}
@media screen and (max-width: 990px) {
  .gc-ig-header {
    width: 34px;
    height: 34px;
    margin-right: 14px;
  }
  .gc-ig-header svg {
    width: 20px;
    height: 20px;
  }
  .header__burger {
    margin-left: 0;
  }
}

.gc-ig-footer {
  padding-top: 4px;
  padding-bottom: 44px;
}
.gc-ig-footer .footer__nav-title {
  padding-bottom: 14px;
}
.gc-ig-footer__link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.gc-ig-footer__link:hover {
  opacity: 0.62;
}
.gc-ig-footer__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  flex-shrink: 0;
}
.gc-ig-footer__icon svg {
  width: 20px;
  height: 20px;
}
.gc-ig-footer__name {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.gc-ig-footer__id {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #C49859;
  letter-spacing: 0.04em;
  margin-top: 3px;
}
.gc-ig-footer__note {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.05em;
}
.gc-ig-has-footer .footer__nav-address {
  padding-bottom: 34px;
}
/* ▲▲ Instagram導線 追加 ここまで ▲▲ */
