@charset "UTF-8";
/* これだけを Watch する */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}
@media (max-width: 1184px) {
  html {
    font-size: 1.3513513514vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}

* {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

/* 英字だけ別フォントを適用 */
:lang(en),
.en-font,
*[lang=en] {
  font-family: "Cinzel", serif;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a, button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover, button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (max-width: 768) {
  a:hover, button:hover {
    opacity: 1;
  }
}

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

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

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
  overflow: hidden;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* ハンバーガー全体 */
.header__hamburger {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1000;
  margin-right: 0.625rem;
}

/* ボタン */
.hamburger {
  width: 20px;
  height: 22px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 1101;
  margin-top: -6px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* バーの基本スタイル */
.hamburger span {
  position: absolute;
  width: 100%;
  height: 1px;
  background: white; /* brand color */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* 各バーの位置 */
.hamburger span:nth-of-type(1) {
  top: 4px;
  width: 50%;
  right: 0;
}

.hamburger span:nth-of-type(2) {
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hamburger span:nth-of-type(3) {
  bottom: 4px;
  width: 50%;
  left: 0;
}

/* × に変化 */
.header.is-open .hamburger__bar:nth-child(1) {
  opacity: 0;
}

.header.is-open .hamburger__bar:nth-child(2) {
  opacity: 1;
}

.header.is-open .hamburger__bar:nth-child(3) {
  opacity: 0;
}

/* ===========================
   Header Base
=========================== */
.header {
  position: fixed;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 250px;
  height: 60px;
  z-index: 1000;
  background: rgba(40, 25, 10, 0.8);
  -webkit-transition: background 0.6s ease, height 0.6s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: background 0.6s ease, height 0.6s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: background 0.6s ease, height 0.6s ease, opacity 0.4s ease, transform 0.4s ease;
  transition: background 0.6s ease, height 0.6s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .header {
    top: 30px;
    width: 200px;
    height: 48px;
  }
}

.header.is-hidden {
  opacity: 0;
  -webkit-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
  pointer-events: none;
}

/* スマホ：下スクロールで非表示 */
.header.is-hide-mobile {
  -webkit-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

/* 開いた時：背景全体に展開 */
.header.is-open {
  max-height: 400px;
  height: 100%;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .header.is-open {
    max-height: 90%;
    width: 300px;
  }
}

.header.is-open::before,
.header.is-open::after {
  height: 32px;
}

/* ヘッダー内要素 */
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  height: 100%;
  padding: 0 5%;
  position: relative;
  z-index: 1100;
}

/* ロゴ（常に固定位置） */
.header__logo {
  width: 180px;
  position: relative;
  z-index: 1101;
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 60px;
  line-height: 60px;
  padding-right: 28px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    height: 48px;
    line-height: 48px;
    width: 160px;
    top: 0px;
  }
}

.header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.header__actions {
  position: absolute;
  right: 20px;
  top: 24px;
}
@media screen and (max-width: 768px) {
  .header__actions {
    right: 15px;
    top: 18px;
  }
}

.header.is-scrolled {
  background: rgba(255, 255, 255, 0.8);
}

.header.is-scrolled .hamburger span,
.header.is-scrolled .nav__title::before,
.header.is-scrolled .box__line {
  background: #5c3b2d;
}

.header.is-scrolled .nav__inner,
.header.is-scrolled .nav__sub a {
  color: #5c3b2d;
}

header.is-scrolled .nav__contact-link {
  border: 1px solid #5c3b2d;
  color: #5c3b2d;
}

/* ロゴの色反転が必要ならこちらも */
.header.is-scrolled .header__logo img {
  -webkit-filter: brightness(0.3) sepia(50%) hue-rotate(15deg) saturate(120%);
          filter: brightness(0.3) sepia(50%) hue-rotate(15deg) saturate(120%);
}

/* ===========================
Drawer Navigation
=========================== */
.header__nav {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 80%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 1200;
}
@media screen and (max-width: 768px) {
  .header__nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header__nav[aria-expanded=true] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ナビ内コンテンツ */
.nav__inner {
  text-align: center;
  color: #fff;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .nav__inner {
    width: 80%;
    max-width: 300px;
    max-height: 90%;
  }
}

/* ロゴを含むデザイン */
.nav__logo {
  margin-bottom: 40px;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
}

.nav__item {
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  width: 22%;
}
@media screen and (max-width: 768px) {
  .nav__item {
    width: 60%;
  }
}

.nav__item-title {
  width: 100%;
}

.nav__title {
  font-family: "Cinzel", serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
  position: relative;
  padding-top: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nav__title {
    margin-bottom: 0px;
    font-size: 18px;
  }
}

.nav__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}

.nav__sub {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.nav__sub li {
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .nav__sub li {
    margin-bottom: 0;
  }
}

.nav__sub a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.85;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family:"Cinzel", serif;
}
@media screen and (max-width: 768px) {
  .nav__sub a {
    font-size: 12px;
    line-height: 1.5; /* ← 詰まり防止 */
  }
}

.nav__sub a:hover {
  opacity: 0.7;
  pointer-events: auto;
}

/* CONTACT ボタン */
.nav__contact {
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.nav__contact-link {
  display: inline-block;
  padding: 12px 38px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(14px, 1.5vw, 18px);
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .nav__contact-link {
    padding: 6px 12px;
  }
}

.nav__contact-link .arrow {
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
}

.nav__contact-link:hover .arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

/* スクロール固定 */
.fv__bg-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fv__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.fv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 10s ease;
  transition: -webkit-transform 10s ease;
  transition: transform 10s ease;
  transition: transform 10s ease, -webkit-transform 10s ease; /* ゆっくりズーム */
}

.fv__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.fv__slide.is-active img {
  -webkit-transform: scale(1);
          transform: scale(1); /* ズームアウト */
}

.fv {
  position: relative;
  height: 100vh;
  color: #fff;
  overflow: hidden;
}

.fv__inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}

.fv__copy {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  line-height: 1.15;
}

.fv__title {
  font-size: clamp(40px, 7vw, 105px);
  font-weight: 400;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5);
}

.fv__sub {
  margin-top: 0.4rem;
  letter-spacing: 0.05em;
  font-size: clamp(24px, 3vw, 44px);
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5);
}

.fv__bottom {
  position: absolute;
  left: clamp(14px, 4vw, 48px);
  bottom: clamp(16px, 6vh, 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: clamp(14px, 3vw, 40px);
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .fv__bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fv__label {
  line-height: 1.3;
}
.fv__label-jp {
  display: block;
  font-size: 16px;
  letter-spacing: 0.06em;
  margin-bottom: 0.3rem;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}
.fv__label-en {
  display: block;
  font-size: clamp(14px, 1.4vw, 16px);
  letter-spacing: 0.08em;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}

.fv__divider {
  display: inline-block;
  width: 1px;
  height: clamp(40px, 7vh, 64px);
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .fv__divider {
    display: none;
  }
}

.fv-text {
  font-size: clamp(14px, 1.9vw, 20px);
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}

.fv__scroll {
  position: absolute;
  right: clamp(20px, 8vh, 100px);
  bottom: clamp(20px, 6vh, 60px);
}

.scroll__text {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 110px 10px 10px;
  color: #fff;
  font-size: 16px;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .scroll__text {
    font-size: 14px;
    padding: 90px 10px 10px;
  }
}

.scroll__line {
  position: absolute;
  left: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  .scroll__line {
    left: 22px;
  }
}

.scroll__line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #fff;
  -webkit-animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (max-width: 768px) {
  .scroll__line::after {
    height: 80px;
  }
}

@-webkit-keyframes liner {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes liner {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
img {
  width: 100%;
  height: 100%;
}

.inner {
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 0.625rem;
  }
}

:root {
  --ring-size: 180px; /* 円の直径 */
  --ring-color: rgba(255,255,255,.9); /* 線色 */
}

/* すべてのリンク（除外は .no-hover-effect を付与） */
a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  cursor: pointer; /* 指カーソル */
}

/* 画像リンクは軽くズーム */
a:hover img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

/* 追従する円（擬似要素） */
a::before {
  content: "";
  position: absolute;
  width: var(--ring-size);
  height: var(--ring-size);
  border: 1px solid var(--ring-color);
  border-radius: 50%;
  /* マウス位置（--mx, --my）を中心に配置 */
  left: calc(var(--mx, -1000px) - var(--ring-size) / 2);
  top: calc(var(--my, -1000px) - var(--ring-size) / 2);
  opacity: 0;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  pointer-events: none; /* クリックを邪魔しない */
  z-index: 1;
}

/* ホバー中だけ見える */
a.is-hovered::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* 除外したいリンクはこれを付ける */
a.no-hover-effect::before {
  display: none !important;
}

/* ================================
   Footer
================================ */
.footer {
  background-color: #3b2110; /* 深いブラウン背景 */
  color: #fff;
  text-align: center;
  padding: 14px 0;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 28px 10px;
  }
}

.footer__inner {
  width: 100%;
  margin: 0 auto;
}

/* ----- ナビ ----- */
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(16px, 2vw, 36px);
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-bottom: 0px;
  }
}

.footer__menu li {
  list-style: none;
}

.footer__menu a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(14px, 1.3vw, 16px);
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.footer__menu a:hover {
  opacity: 0.7;
}

/* ----- ロゴ ----- */
.footer__logo {
  margin: 100px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin: 20px 0 20px;
  }
}

.footer__logo img {
  max-width: clamp(180px, 5vw, 350px);
  height: auto;
  display: inline-block;
}

/* ----- コピーライト ----- */
.footer__copy {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.05em;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 10px;
}

/* ==========================
   About Section
========================== */
.about {
  width: 100%;
  background: #fff;
  padding: clamp(80px, 10vw, 120px) 0;
  color: #51391a;
  font-family: "Noto Sans JP", sans-serif;
}

.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(40px, 6vw, 80px);
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 0 1.25rem;
  }
}

/* ==== 左の画像 ==== */
.about__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding-left: 15%;
}
.about__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .about__image {
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 400px;
  }
}

/* ==== 右のテキスト ==== */
.about__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .about__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* タイトル（上にライン） */
.about__title {
  font-family: "Cinzel", serif;
  font-size: clamp(35px, 4vw, 68px);
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  padding-top: 10px;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .about__title {
    margin-bottom: 1.75rem;
  }
}
.about__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #5c3b2d;
  width: 100vw;
  margin-right: calc(50% - 50vw);
}

/* テキスト本文 */
.about__text {
  line-height: 2;
  font-size: clamp(14px, 1.3vw, 16px);
  color: #51391a;
  margin-bottom: clamp(2em, 1.5vw, 3em);
  font-weight: 400;
}

/* ベース */
.works__inner {
  margin: 0 auto;
  padding: 80px 20px;
}

.works__title-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
}

.works__title {
  font-family: "Cinzel", serif;
  display: inline-block;
  color: #51391a;
  font-size: clamp(35px, 4vw, 68px);
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  padding-top: 10px;
  margin-bottom: clamp(24px, 5vw, 138px);
  text-align: center;
}
.works__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -87vw;
  width: 100vw;
  height: 1px;
  background-color: #6b4b28;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .works__title::before {
    left: -71vw;
  }
}

.works__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 13.75rem 2.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

/* --- 位置（前回と同じ） --- */
/* 1段目 */
.works__item--w1 {
  grid-column: 1/span 4;
  grid-row: 1;
}

.works__item--w2 {
  grid-column: 5/span 4;
  grid-row: 1;
}

.works__item--w3 {
  grid-column: 9/span 4;
  grid-row: 1;
}

/* 2段目 */
.works__item--w4 {
  grid-column: 1/span 3;
  grid-row: 2;
}

.works__item--w5 {
  grid-column: 4/span 3;
  grid-row: 2;
}

.works__item--w6 {
  grid-column: 7/span 6;
  grid-row: 2;
}

/* 3段目（横一杯） */
.works__item--w7 {
  grid-column: 1/-1;
  grid-row: 3;
}

/* 4段目（左大・右小） */
.works__item--w8 {
  grid-column: 1/span 8;
  grid-row: 4;
}

.works__item--w9 {
  grid-column: 9/span 4;
  grid-row: 4;
}

/* --- カード共通 --- */
.works__item {
  position: relative;
  overflow: hidden;
}

.works__item a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.works__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.works__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.works__meta {
  color: #51391a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.works__name {
  font-size: clamp(18px, 1.5vw, 24px);
  letter-spacing: 0.04em;
}

.works__area {
  font-size: clamp(14px, 1.3vw, 16px);
  letter-spacing: 0.06em;
  padding-top: 0.875rem;
  color: #51391a;
  padding-top: 4px;
  padding-bottom: 6px;
}

.works__item {
  opacity: 1;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

/* --- ここが肝：カードごとの“見た目の高さ”を比率で指定 --- */
/* 1段目：左=横長 / 中央=縦長 / 右=横長（カンプ準拠） */
.works__item--w1 .works__img {
  aspect-ratio: 3.2/3;
} /* 横長 */
.works__item--w2 .works__img {
  aspect-ratio: 3/4;
} /* 縦長（背の高い） */
.works__item--w3 .works__img {
  aspect-ratio: 4/3;
} /* 横長 */
/* 2段目：左=縦長 / 中央=横長 / 右=横長（やや大きめ） */
.works__item--w4 .works__img {
  aspect-ratio: 3/3; /* 縦長 */
} /* 縦長 */
.works__item--w5 .works__img {
  aspect-ratio: 6/7;
} /* 横長 */
.works__item--w6 .works__img {
  aspect-ratio: 4/3;
} /* 横長でやや背高（存在感） */
/* 3段目：1枚大（フルワイド） */
.works__item--w7 .works__img {
  aspect-ratio: 21/9;
} /* 横長ワイド */
/* 4段目：左=横長大 / 右=縦長小 */
.works__item--w8 .works__img {
  aspect-ratio: 18/9;
} /* 大きめ横長 */
.works__item--w9 .works__img {
  aspect-ratio: 8/6;
} /* 縦長小さめ */
/* =========================================================
   レスポンシブ対応（SPは1列・比率統一）
========================================================= */
@media (max-width: 768px) {
  .works__grid {
    display: grid;
    grid-template-columns: 1fr; /* ←1列に統一 */
    gap: 32px; /* スマホでは少し広めの余白が美しい */
  }
  /* 各アイテム位置指定をリセット */
  .works__item {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  /* 画像比率を統一（デザイン重視でやや横長） */
  .works__img {
    aspect-ratio: 4/3 !important;
  }
  /* テキスト調整 */
}
.arrow-box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.arrow-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px; /* 横幅 */
  height: 18px; /* 高さ */
  border: 1px solid #3b2110; /* 枠線色 */
  color: #3b2110; /* 矢印色 */
  font-size: clamp(14px, 1.3vw, 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 3px;
}

.works__item:hover .arrow-box {
  border: 1px solid #fff; /* 枠線色 */
  color: #fff; /* 矢印色 */
  background-color: #3b2110;
}

.news__item:hover .arrow-box {
  border: 1px solid #fff; /* 枠線色 */
  color: #fff; /* 矢印色 */
  background-color: #3b2110;
}

.arrow-box::before {
  content: "→"; /* 矢印を文字で表示 */
  font-family: "Times New Roman", serif; /* 少しエレガントに */
  line-height: 1;
}

.js-fadein-main, .js-fadein-sub {
  opacity: 0;
}

.js-slidein-left {
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
} /* opacityは仕様に合わせて */
.js-fv-bottom {
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
} /* opacityは仕様に合わせて */
.artisans {
  text-align: center;
  padding: clamp(80px, 10vw, 160px) 0;
  position: relative;
  background: #fff;
}

.artisans__inner {
  margin: 0 auto;
}

.artisans__title {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: clamp(64px, 14vw, 180px);
  color: #c1b4a6;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  margin-bottom: -40px;
}
@media screen and (max-width: 768px) {
  .artisans__title {
    margin-bottom: -15px;
  }
}

.artisans-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.artisans-slider__inner {
  width: 100%;
  overflow: hidden;
}

.artisans-slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 200%;
  -webkit-animation: slideLoop 60s linear infinite;
          animation: slideLoop 60s linear infinite;
}

.artisans-slider__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 22vw; /* お好みで調整 */
  min-width: 300px;
  margin: 0;
  padding: 0;
}

.artisans-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 6s ease;
  transition: -webkit-transform 6s ease;
  transition: transform 6s ease;
  transition: transform 6s ease, -webkit-transform 6s ease;
}

.artisans-slider__item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@-webkit-keyframes slideLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  } /* ←固定幅でなくてもOK */
}

@keyframes slideLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  } /* ←固定幅でなくてもOK */
}
/* artisansセクションだけは拡大しない */
.artisans-slider a:hover img {
  -webkit-transform: none !important;
          transform: none !important;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .artisans-slider__item {
    min-width: 220px;
  }
  .artisans-slider__track {
    -webkit-animation-duration: 24s;
            animation-duration: 24s; /* スマホは少し早く */
  }
}
.artisans__text {
  font-size: clamp(18px, 1.8vw, 36px);
  color: #51391a;
  font-weight: 400;
  margin-bottom: 32px;
  position: relative;
  padding-top: 68px;
}

.artisans__text::after {
  content: "";
  position: absolute;
  bottom: clamp(53px, 1.5vh, 58px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: clamp(50px, 8vh, 130px);
  background-color: #51391a;
}
@media screen and (max-width: 768px) {
  .artisans__text::after {
    width: 1px;
  }
}

.artisans__link {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .artisans__link {
    margin-top: 56px;
  }
}

.news {
  text-align: center;
  padding: 80px 0;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .news__inner {
    padding: 0 1.25rem;
  }
}

.news__title-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
}

.news__title {
  font-family: "Cinzel", serif;
  display: inline-block;
  color: #51391a;
  font-size: clamp(35px, 4vw, 68px);
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  padding-top: 10px;
  margin-bottom: clamp(24px, 5vw, 138px);
  text-align: center;
}
.news__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -87vw;
  width: 100vw;
  height: 1px;
  background-color: #6b4b28;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .news__title::before {
    left: -71vw;
  }
}

.news__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 3.125rem;
  border-bottom: 1px solid #685447;
  max-width: 93.75rem;
  text-align:center;
}
@media screen and (max-width: 768px) {
  .news__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 1.5rem;
  }
}

.news__tab {
  position: relative;
  color: #51391a;
  font-size: clamp(20px, 2.5vw, 27px);
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 33%;
  border-right: 1px solid #685447;
}
@media screen and (max-width: 768px) {
  .news__tab {
    width: 100%;
    border-right: none;
  }
}

.news__tab:last-child {
  border-right: none;
}

.news__tab.is-active {
  background-color: #685447;
  color: #fff;
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin: 0 auto;
  max-width: 93.75rem;
  width: 100%;
}

.news__item {
  width: 25%;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news__item {
    width: 100%;
  }
}

.news__link {
  width: 100%;
}

/* NEWS トップページの画像を統一サイズにする */
.news .news__img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.news__img img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  object-fit: cover;
  display: block;
}

.news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news__cat {
  background: #fff;
  color: #51391a;
  font-size: clamp(16px, 1vw, 16px);
  display: inline-block;
  font-weight: 300;
  text-align: center;
  width: 100%;
  padding-right: 45px;
}

.news__date {
  font-size: clamp(14px, 1vw, 14px);
  color: #51391a;
}

.news__excerpt {
  margin-top: 8px;
  font-size: clamp(16px, 1vw, 16px);
  color: #51391a;
  line-height: 1.6;
  font-weight: 400;
}

.news__btn {
  margin-top: 40px;
}

.news__viewall {
  display: inline-block;
  color: #51391a;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-bottom: 1px solid #4b3a2f;
  padding-bottom: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news__viewall:hover {
  opacity: 0.6;
}

/* ===============================
   CONTACT セクション
=============================== */
.contact {
  position: relative;
  width: 100%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  padding: 0 20px;
  margin-bottom: -1px;
}

.contact__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.contact__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.45);
          filter: brightness(0.45); /* 背景を暗く */
}

.contact__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3vw;
  padding: 0 2rem;
  max-width: 1100px;
  margin: 7.5rem auto;
  background: rgba(0, 0, 0, 0.55);
  height: auto;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    margin: 3.5rem auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

/* ========== ボックス共通 ========== */
.box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  cursor: pointer;
  padding: 40px;
}

.box__line {
  position: absolute;
  -webkit-transition: transfrom 0.5s;
  transition: transfrom 0.5s;
}

.box__line:nth-child(1),
.box__line:nth-child(3) {
  width: 100%;
  height: 1px;
  background: #FFF;
}

.box__line:nth-child(2),
.box__line:nth-child(4) {
  width: 1px;
  height: 100%;
  background: #FFF;
}

.box__line:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.box__line:nth-child(2) {
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0.8);
          transform: scaleY(0.8);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.box__line:nth-child(3) {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.box__line:nth-child(4) {
  top: 0;
  right: 0;
  -webkit-transform: scaleY(0.8);
          transform: scaleY(0.8);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.box:hover .box__line:nth-child(1) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.box:hover .box__line:nth-child(2) {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.box:hover .box__line:nth-child(3) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.box:hover .box__line:nth-child(4) {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.contact__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 4rem 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__box {
    margin: 2rem 0;
  }
}

/* 電話側 */
.contact__box--tel {
  border-right: none;
}

.contact__label {
  font-size: clamp(16px, 1.5vw, 24px);
  letter-spacing: 0.05em;
  color: #ddd;
  margin-bottom: 1rem;
}

.contact__tel {
  font-size: clamp(32px, 1.5vw, 40px);
  margin-bottom: 1.2rem;
  font-weight: 300;
}

.contact__tel a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.contact__tel a:hover {
  opacity: 0.7;
}

.contact__desc {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.8;
  color: #ddd;
  border-top: 1px solid #fff;
  padding-top: 1rem;
}

/* ========== CONTACT US 側 ========== */
.contact__link {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 3rem 1rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .contact__link {
    padding: 2rem 0.5rem;
  }
}

.contact__box--form {
  position: relative;
}

.contact__title {
  width: 280px;
  letter-spacing: 0.05em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(16px, 4vw, 56px);
  margin-bottom: 1.6rem;
}

.contact__arrow {
  font-size: clamp(28px, 1.5vw, 40px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.contact__note {
  font-size: clamp(16px, 1vw, 16px);
  color: #ddd;
  line-height: 1.7;
}

.btn__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3em;
  font-weight: 500;
  font-family: "Cinzel", serif;
  font-size: clamp(18px, 2vw, 34px);
  color: #51391a;
  letter-spacing: 0.05em;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* 下線 */
  /* hover時：線を1.1倍に伸ばす */
  /* hover時：矢印をスライド */
}
.btn__more::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3a2b20;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.btn__more:hover::after {
  -webkit-transform: scaleX(1.1);
          transform: scaleX(1.1);
}
.btn__more:hover .btn__arrow {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.btn__arrow {
  font-size: 0.9em;
  margin-left: 4px;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  display: inline-block;
}

.btn__more.btn__more--artisans { /* MOREリンク */
  padding-left: 2em;
  gap: 2em;
}

.btn__more.fv__more {
  color: #fff;
  gap: clamp(32px, 1.4vw, 38px);
  padding-bottom: 3px;
  font-size: 16px;
}
.btn__more.fv__more::after {
  background-color: #fff;
}

/* トップへ戻るボタン共通設定 */
.back-to-top {
  position: fixed;
  right: 0;
  bottom: 32px;
  width: 48px;
  height: 48px;
  background: rgba(92, 59, 45, 0.75); /* サイトのブラウン系（#5c3b2d） */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media screen and (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
    width: 40px;
    height: 40px;
  }
}

/* 上向き矢印（シンプル） */
.arrow-up {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ホバー時の演出 */
.back-to-top:hover {
  background: rgba(92, 59, 45, 0.9);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* 表示状態 */
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* =========================================================
   Works アーカイブページ専用スタイル
   front-page.php の works セクションには影響しない
========================================================= */
/* PC: 3カラム（12カラムグリッドの4カラムずつ） */
.archive-works__grid {
  display: grid;
  gap: 13.75rem 2.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

/* PCサイズのグリッド設定 */
@media (min-width: 769px) {
  .archive-works__grid {
    grid-template-columns: repeat(12, 1fr);
  }

  /* 1行目（1-3） */
  .archive-works .works__item--w1 {
    grid-column: 1/span 4;
    grid-row: 1;
  }
  .archive-works .works__item--w2 {
    grid-column: 5/span 4;
    grid-row: 1;
  }
  .archive-works .works__item--w3 {
    grid-column: 9/span 4;
    grid-row: 1;
  }

  /* 2行目（4-6） */
  .archive-works .works__item--w4 {
    grid-column: 1/span 4;
    grid-row: 2;
  }
  .archive-works .works__item--w5 {
    grid-column: 5/span 4;
    grid-row: 2;
  }
  .archive-works .works__item--w6 {
    grid-column: 9/span 4;
    grid-row: 2;
  }

  /* 3行目（7-9） */
  .archive-works .works__item--w7 {
    grid-column: 1/span 4;
    grid-row: 3;
  }
  .archive-works .works__item--w8 {
    grid-column: 5/span 4;
    grid-row: 3;
  }
  .archive-works .works__item--w9 {
    grid-column: 9/span 4;
    grid-row: 3;
  }

  /* 4行目（10-12） */
  .archive-works .works__item--w10 {
    grid-column: 1/span 4;
    grid-row: 4;
  }
  .archive-works .works__item--w11 {
    grid-column: 5/span 4;
    grid-row: 4;
  }
  .archive-works .works__item--w12 {
    grid-column: 9/span 4;
    grid-row: 4;
  }

  /* 5行目以降（13件目以降）も同じパターンを繰り返す */
  .archive-works .works__item--w13,
  .archive-works .works__item--w25,
  .archive-works .works__item--w37 {
    grid-column: 1/span 4;
  }
  .archive-works .works__item--w14,
  .archive-works .works__item--w26,
  .archive-works .works__item--w38 {
    grid-column: 5/span 4;
  }
  .archive-works .works__item--w15,
  .archive-works .works__item--w27,
  .archive-works .works__item--w39 {
    grid-column: 9/span 4;
  }
  .archive-works .works__item--w16,
  .archive-works .works__item--w28,
  .archive-works .works__item--w40 {
    grid-column: 1/span 4;
  }
  .archive-works .works__item--w17,
  .archive-works .works__item--w29,
  .archive-works .works__item--w41 {
    grid-column: 5/span 4;
  }
  .archive-works .works__item--w18,
  .archive-works .works__item--w30,
  .archive-works .works__item--w42 {
    grid-column: 9/span 4;
  }
  .archive-works .works__item--w19,
  .archive-works .works__item--w31,
  .archive-works .works__item--w43 {
    grid-column: 1/span 4;
  }
  .archive-works .works__item--w20,
  .archive-works .works__item--w32,
  .archive-works .works__item--w44 {
    grid-column: 5/span 4;
  }
  .archive-works .works__item--w21,
  .archive-works .works__item--w33,
  .archive-works .works__item--w45 {
    grid-column: 9/span 4;
  }
  .archive-works .works__item--w22,
  .archive-works .works__item--w34,
  .archive-works .works__item--w46 {
    grid-column: 1/span 4;
  }
  .archive-works .works__item--w23,
  .archive-works .works__item--w35,
  .archive-works .works__item--w47 {
    grid-column: 5/span 4;
  }
  .archive-works .works__item--w24,
  .archive-works .works__item--w36,
  .archive-works .works__item--w48 {
    grid-column: 9/span 4;
  }
}

/* 行の自動配置（5行目以降） - PCサイズのみ */
/* 13件目以降は、w1-w12のパターンを繰り返すため、nth-childで行を指定 */
@media (min-width: 769px) {
  .archive-works__grid > .works__item:nth-child(n+13):nth-child(-n+15) {
    grid-row: 5;
  }
  .archive-works__grid > .works__item:nth-child(n+16):nth-child(-n+18) {
    grid-row: 6;
  }
  .archive-works__grid > .works__item:nth-child(n+19):nth-child(-n+21) {
    grid-row: 7;
  }
  .archive-works__grid > .works__item:nth-child(n+22):nth-child(-n+24) {
    grid-row: 8;
  }
  .archive-works__grid > .works__item:nth-child(n+25):nth-child(-n+27) {
    grid-row: 9;
  }
  .archive-works__grid > .works__item:nth-child(n+28):nth-child(-n+30) {
    grid-row: 10;
  }
  .archive-works__grid > .works__item:nth-child(n+31):nth-child(-n+33) {
    grid-row: 11;
  }
  .archive-works__grid > .works__item:nth-child(n+34):nth-child(-n+36) {
    grid-row: 12;
  }
}

/* 画像サイズの不規則配置（front-page.phpと同じパターン） */
.archive-works .works__item--w1 .works__img {
  aspect-ratio: 3.2/3;
} /* 横長 */
.archive-works .works__item--w2 .works__img {
  aspect-ratio: 3/4;
} /* 縦長 */
.archive-works .works__item--w3 .works__img {
  aspect-ratio: 4/3;
} /* 横長 */
.archive-works .works__item--w4 .works__img {
  aspect-ratio: 3/3;
} /* 縦長 */
.archive-works .works__item--w5 .works__img {
  aspect-ratio: 6/7;
} /* 横長 */
.archive-works .works__item--w6 .works__img {
  aspect-ratio: 4/3;
} /* 横長 */
.archive-works .works__item--w7 .works__img {
  aspect-ratio: 21/9;
} /* 横長ワイド */
.archive-works .works__item--w8 .works__img {
  aspect-ratio: 18/9;
} /* 大きめ横長 */
.archive-works .works__item--w9 .works__img {
  aspect-ratio: 8/6;
} /* 縦長小さめ */
.archive-works .works__item--w10 .works__img {
  aspect-ratio: 3.2/3;
} /* 横長 */
.archive-works .works__item--w11 .works__img {
  aspect-ratio: 3/4;
} /* 縦長 */
.archive-works .works__item--w12 .works__img {
  aspect-ratio: 4/3;
} /* 横長 */

/* スマホ: 2カラム */
@media (max-width: 768px) {
  .archive-works__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 1rem;
    align-items: start; /* align-items: endをリセット */
    grid-auto-flow: row; /* 明示的に行方向の自動配置を指定 */
  }
  
  /* 各アイテム位置指定をリセット（すべてのクラスとnth-childを含む） */
  .archive-works .works__item,
  .archive-works .works__item--w1,
  .archive-works .works__item--w2,
  .archive-works .works__item--w3,
  .archive-works .works__item--w4,
  .archive-works .works__item--w5,
  .archive-works .works__item--w6,
  .archive-works .works__item--w7,
  .archive-works .works__item--w8,
  .archive-works .works__item--w9,
  .archive-works .works__item--w10,
  .archive-works .works__item--w11,
  .archive-works .works__item--w12,
  .archive-works .works__item--w13,
  .archive-works .works__item--w14,
  .archive-works .works__item--w15,
  .archive-works .works__item--w16,
  .archive-works .works__item--w17,
  .archive-works .works__item--w18,
  .archive-works .works__item--w19,
  .archive-works .works__item--w20,
  .archive-works .works__item--w21,
  .archive-works .works__item--w22,
  .archive-works .works__item--w23,
  .archive-works .works__item--w24,
  .archive-works__grid > .works__item:nth-child(n+13) {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  
  /* .works__metaの高さを統一（.works__nameが2行になっても対応） */
  .archive-works .works__meta {
    min-height: 3.5em; /* 2行分の高さを確保 */
  }
  
  /* .works__nameの高さを統一（2行分の高さを確保） */
  .archive-works .works__name {
    min-height: 3em; /* 2行分の高さを確保 */
    line-height: 1.5;
  }
  
  /* .works__areaの高さを統一（存在する場合としない場合を考慮） */
  .archive-works .works__area {
    min-height: 1.5em; /* 1行分の高さを確保 */
  }
  
  /* 画像比率を統一（front-page.phpと同じ） */
  .archive-works .works__img {
    aspect-ratio: 4/3 !important;
  }
}

/* カテゴリーフィルター */
.archive-works__category-filter {
  margin-bottom: clamp(40px, 6vw, 80px);
  padding: 0 20px;
}

.archive-works__category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.archive-works__category-btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #51391a;
  color: #51391a;
  text-decoration: none;
  font-size: clamp(14px, 1.2vw, 16px);
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
}

.archive-works__category-btn:hover {
  background-color: #51391a;
  color: #fff;
  opacity: 1;
}

.archive-works__category-btn.is-active {
  background-color: #51391a;
  color: #fff;
  border-color: #51391a;
}

.archive-works__category-text {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .archive-works__category-filter {
    margin-bottom: 32px;
    padding: 0 1.25rem;
  }
  
  .archive-works__category-list {
    gap: 8px;
  }
  
  .archive-works__category-btn {
    padding: 8px 20px;
    font-size: 14px;
  }
}

/* MOREボタン */
.archive-works__more-wrapper {
  text-align: center;
  margin-top: clamp(60px, 8vw, 120px);
  padding: 0 20px;
}

.archive-works__more-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "Cinzel", serif;
  font-size: clamp(18px, 2vw, 34px);
  color: #51391a;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0;
}

.archive-works__more-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.archive-works__more-btn .btn__arrow {
  font-size: 1.2em;
  margin-left: 0.5em;
}

/* =========================================================
   Works Single Page Styles
========================================================= */

/* アイキャッチ画像 */
.works-eyecatch {
  width: 100%;
  overflow: hidden;
}

.works-eyecatch__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* 投稿詳細 */
.works-detail {
  padding: clamp(60px, 8vw, 120px) 0;
}

.works-detail__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.works-detail__header {
  margin-bottom: clamp(40px, 5vw, 80px);
  text-align: center;
}

.works-detail__label {
  display: block;
  font-size: clamp(14px, 1.2vw, 18px);
  letter-spacing: 0.1em;
  color: #51391a;
  margin-bottom: 1rem;
}

.works-detail__title {
  font-family: "Cinzel", serif;
  font-size: clamp(32px, 4vw, 64px);
  font-weight: 400;
  color: #51391a;
  line-height: 1.4;
  margin-bottom: clamp(30px, 4vw, 60px);
}

.works-detail__eyecatch {
  margin-bottom: clamp(40px, 5vw, 80px);
  width: 100%;
}

.works-detail__eyecatch-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.works-detail__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.works-detail__date,
.works-detail__area {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.works-detail__meta-label {
  font-size: clamp(14px, 1.2vw, 18px);
  letter-spacing: 0.1em;
  color: #51391a;
}

.works-detail__meta-value {
  font-size: clamp(16px, 1.4vw, 20px);
  color: #51391a;
}

.works-detail__note {
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.8;
  color: #51391a;
  margin-bottom: clamp(60px, 8vw, 120px);
}

/* ギャラリー */
.works-detail__gallery {
  margin-top: clamp(60px, 8vw, 120px);
  margin-bottom: clamp(60px, 8vw, 120px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
  position: relative;
}

.works-gallery {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 0 auto;
}

.works-gallery__slider {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  overflow: visible;
  min-height: 500px;
  padding: 0;
  transform: translateX(0);
  transition: transform 0.5s ease;
  flex-wrap: nowrap;
}

/* 画像が1枚のみの場合 */
.works-gallery--single .works-gallery__slider {
  justify-content: center;
  transform: translateX(0) !important;
}

.works-gallery__slide {
  flex: 0 0 auto;
  width: 50vw;
  max-width: 800px;
  aspect-ratio: 16/9;
  opacity: 0.5;
  transition: all 0.5s ease;
  pointer-events: none;
  overflow: hidden;
}

.works-gallery__slide.is-active {
  width: 60vw;
  max-width: 1200px;
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

/* 画像が1枚のみの場合 */
.works-gallery--single .works-gallery__slide {
  width: 80vw;
  max-width: 1200px;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.works-gallery__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.works-gallery__prev,
.works-gallery__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #51391a;
  color: #51391a;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  font-size: 24px;
}

.works-gallery__prev:hover,
.works-gallery__next:hover {
  background: #51391a;
  color: #fff;
}

.works-gallery__prev {
  left: 20px;
}

.works-gallery__next {
  right: 20px;
}

.works-gallery__arrow {
  display: block;
}

/* ナビゲーション */
.works-navigation {
  padding: clamp(60px, 8vw, 120px) 0;
  border-top: 1px solid #e0e0e0;
}

.works-navigation__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.works-navigation__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.works-navigation__link {
  flex: 1;
  text-align: center;
}

.works-navigation__link--prev {
  text-align: left;
}

.works-navigation__link--next {
  text-align: right;
}

.works-navigation__anchor {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #51391a;
  text-decoration: none;
  font-size: clamp(16px, 1.4vw, 20px);
  transition: opacity 0.3s ease;
}

.works-navigation__anchor:hover {
  opacity: 0.7;
}

.works-navigation__anchor--disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.works-navigation__arrow {
  font-size: 1.2em;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .works-detail__eyecatch {
    margin-bottom: clamp(30px, 4vw, 50px);
  }
  
  .works-detail__date,
  .works-detail__area {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  
  .works-navigation__links {
    flex-direction: column;
    gap: 30px;
  }
  
  .works-navigation__link--prev,
  .works-navigation__link--next {
    text-align: center;
  }
  
  .works-gallery__slider {
    min-height: 300px;
    gap: 1rem;
  }

  .works-gallery__slide {
    width: 50vw;
    aspect-ratio: 16/9;
  }

  .works-gallery__slide.is-active {
    width: 60vw;
  }

  .works-gallery--single .works-gallery__slide {
    width: 90vw;
  }

  .works-gallery__prev,
  .works-gallery__next {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .works-gallery__prev {
    left: 10px;
  }

  .works-gallery__next {
    right: 10px;
  }
}