@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  color: #fff;
  background-color: #3d3d3d;
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, MotoyaLCedar, sans-serif;
}

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

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

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

@media screen and (min-width: 1441px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

a, th, td {
  font-size: 1.1vw;
}

.fade-in {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 40px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

p {
  font-size: 1.1vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 4vw;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  font-size: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6vw;
  }
}

h3 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 5vw;
  }
}

h4 {
  font-size: 1.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4.5vw;
  }
}

h5 {
  font-size: 1.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 4.2vw;
  }
}

#lower {
  position: relative;
  margin-bottom: 3rem;
}
#lower .lower {
  width: 100%;
  height: 30vw;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 50vw;
  }
}
#lower .lower .lower_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#lower .lower_contents {
  position: absolute;
  top: 50%;
  left: 3%;
  display: inline-block;
}
#lower .lower_contents .headline {
  color: #3d3d3d;
  font-size: 2.5vw;
  letter-spacing: 0.4vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #lower .lower_contents .headline {
    font-size: 5.5vw;
  }
}
#lower .lower_contents p {
  font-family: "Cinzel", serif;
  color: #3d3d3d;
  font-size: 2vw;
  text-align: center;
}

.lower_headline {
  padding: 0.5vw 0;
  padding-left: 2vw;
  margin-bottom: 2vw;
  position: relative;
  color: #fff;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_headline {
    padding: 1vw 0;
    padding-left: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .lower_headline {
    padding: 2vw 0;
    padding-left: 2vw;
    font-size: 5vw;
  }
}
.lower_headline::before {
  position: absolute;
  content: "";
  width: 0.7vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ed9a00;
}

.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 5%;
  bottom: 5%;
  color: #fff;
  background-color: #bf0707;
  padding: 0.5rem 1rem;
  font-size: 2vw;
  display: inline-block;
  text-decoration: none;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), 1px -1px 2px rgba(255, 255, 255, 0.3), -1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 2px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}

@media screen and (min-width: 1441px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .topBtnSp {
    display: none !important;
  }
}
.topBtnSp {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  color: #333;
  background-color: #fff;
  padding: 1rem;
  font-size: 3vw;
  width: 100% !important;
  text-decoration: none;
  text-align: center;
}
.topBtnSp::before {
  width: 100% !important;
  height: 20vw !important;
  border-radius: 0 !important;
}
.topBtnSp i {
  font-size: 4vw;
}
.topBtnSp p {
  font-size: 3vw;
}

.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  z-index: -1;
}

.grecaptcha-badge {
  z-index: 99999 !important;
}

/* ヘッダーの固定高さ。ヒーロー等のオフセットにも使う共通変数 */
:root {
  --header-h: 10rem;
}
@media screen and (max-width: 768px) {
  :root {
    --header-h: 6.4rem;
  }
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  color: #5B5750;
  background: #FBF8F1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.loading.active {
  opacity: 1;
  visibility: visible;
}
.loading__panel {
  position: absolute;
  top: 0;
  width: 50.1%;
  height: 100%;
  background: repeating-linear-gradient(90deg, rgba(176, 141, 79, 0.08) 0 1px, transparent 1px 2.6rem), linear-gradient(90deg, rgba(251, 248, 241, 0.98), rgba(247, 242, 231, 0.94));
  backdrop-filter: blur(10px);
}
.loading__panel--left {
  left: 0;
  border-right: 1px solid rgba(176, 141, 79, 0.5);
}
.loading__panel--right {
  right: 0;
  border-left: 1px solid rgba(176, 141, 79, 0.5);
}
.loading__center {
  position: relative;
  z-index: 2;
  width: min(42rem, 74vw);
  text-align: center;
}
.loading__logo {
  margin-bottom: 2.4rem;
}
.loading__logo img {
  display: block;
  width: min(18rem, 46vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .loading__logo img {
    width: min(15rem, 40vw);
  }
}
.loading__logo p {
  margin-top: 1.2rem;
  color: #8A8074;
  font-family: "Marcellus", serif;
  font-size: 1.1rem;
  letter-spacing: 0.18em;
}
.loading__rail {
  position: relative;
  width: 100%;
  height: 2.2rem;
  margin: 0 auto;
}
.loading__rail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #DCD3C2;
  transform: translateY(-50%);
}
.loading__rail i {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #B08D4F;
  transform: translate(-50%, -50%);
  opacity: 0.78;
}
.loading__rail i:nth-of-type(1) {
  left: 0%;
}
.loading__rail i:nth-of-type(2) {
  left: 16.6666666667%;
}
.loading__rail i:nth-of-type(3) {
  left: 33.3333333334%;
}
.loading__rail i:nth-of-type(4) {
  left: 50.0000000001%;
}
.loading__rail i:nth-of-type(5) {
  left: 66.6666666668%;
}
.loading__rail i:nth-of-type(6) {
  left: 83.3333333335%;
}
.loading__rail i:nth-of-type(7) {
  left: 100.0000000002%;
}
.loading__rail b {
  position: absolute;
  top: 50%;
  left: calc(0% - 0.8rem);
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid #B08D4F;
  border-radius: 50%;
  background: #FBF8F1;
  transform: translateY(-50%);
  box-shadow: 0 0.4rem 1.4rem rgba(176, 141, 79, 0.22);
}
.loading__fill {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  background: #B08D4F;
  transform: translateY(-50%);
}
.loading__pct {
  margin-top: 0.6rem;
  color: #B08D4F;
  font-family: "Marcellus", serif;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}

/* 下層ページ用 簡易ローダー（退場は下→上へカーテンアップ） */
.loading--simple {
  will-change: transform;
}
.loading--simple::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #B08D4F;
}
.loading--simple .loading__center {
  width: min(30rem, 74vw);
}
.loading--simple .loading__logo {
  margin-bottom: 0;
}
.loading--simple .loading__logo img {
  width: min(15rem, 42vw);
}
@media screen and (max-width: 768px) {
  .loading--simple .loading__logo img {
    width: min(12rem, 35vw);
  }
}
.loading--simple .loading__bar {
  display: block;
  width: min(22rem, 60vw);
  height: 2px;
  margin: 2.2rem auto 0;
  background: #DCD3C2;
  overflow: hidden;
}
.loading--simple .loading__bar i {
  display: block;
  width: 100%;
  height: 100%;
  background: #B08D4F;
  transform: scaleX(0);
  transform-origin: left;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  color: #302D29;
  background: #fff;
  box-shadow: 0 1px 0 #DCD3C2, 0 10px 30px -24px rgba(0, 0, 0, 0.28);
  pointer-events: none;
  transition: box-shadow 0.4s ease;
}
.site-header.is-scrolled {
  box-shadow: 0 1px 0 #DCD3C2, 0 12px 30px -20px rgba(0, 0, 0, 0.38);
}
.site-header.is-scrolled #header_pc .header_logo {
  width: 20rem;
}
.site-header {
  /* カーテンレール＋リング装飾（ヘッダー下端に収める）─ 遊び心 */
}
.site-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2rem;
  height: 0.5rem;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0) 0.13rem, #B08D4F 0.14rem 0.2rem, rgba(0, 0, 0, 0) 0.21rem) 0.9rem 0/1.8rem 100% repeat-x, linear-gradient(180deg, #f4e2a8, #B08D4F 55%, #7c5a28) center/100% 0.26rem no-repeat;
  filter: drop-shadow(0 0.12rem 0.3rem rgba(48, 45, 41, 0.18));
}
.site-header #header_pc,
.site-header #header_sp {
  pointer-events: auto;
}
.site-header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(118rem, 100% - 5rem);
  height: var(--header-h);
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .site-header #header_pc {
    display: none;
  }
}
.site-header #header_pc .header_logo {
  width: 25rem;
  height: calc(var(--header-h) - 3rem);
  opacity: 0;
  transition: width 0.4s ease;
}
.site-header #header_pc .header_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.site-header #header_pc .header_menu {
  width: auto;
}
.site-header #header_pc .header_menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  width: auto;
  list-style: none;
}
.site-header #header_pc .header_menu ul li a {
  position: relative;
  display: block;
  padding: 0.4rem 0;
  color: #5B5750;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-header #header_pc .header_menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #B08D4F, transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.site-header #header_pc .header_menu ul li a:hover, .site-header #header_pc .header_menu ul li a.current {
  color: #B08D4F;
}
.site-header #header_pc .header_menu ul li a:hover::after, .site-header #header_pc .header_menu ul li a.current::after {
  transform: scaleX(1);
}
.site-header #header_pc .header_cta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.site-header #header_pc .header_cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.8rem;
  padding: 0 1.4rem;
  border: 1px solid rgba(48, 45, 41, 0.3);
  color: #302D29;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.site-header #header_pc .header_cta a i {
  margin-right: 0.6rem;
  color: #B08D4F;
}
.site-header #header_pc .header_cta a:hover {
  border-color: #B08D4F;
  background: #B08D4F;
  color: #fff;
}
.site-header #header_pc .header_cta a:hover i {
  color: #fff;
}
@media screen and (min-width: 1441px) {
  .site-header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .site-header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .site-header #header_sp {
    display: none;
  }
}
.site-header #header_sp .header_sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 3.2rem);
  height: 6.4rem;
  margin: 0 auto;
}
.site-header #header_sp .header_sp .header_logo {
  width: 14rem;
}
.site-header #header_sp .header_sp .header_logo img {
  width: 100%;
}

.hamburger {
  position: relative;
  z-index: 10005;
  display: block;
  width: 5.2rem;
  height: 5.2rem;
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  left: 50%;
  display: block;
  width: 2.8rem;
  height: 1px;
  background: #5B5750;
  transition: transform 0.3s ease, top 0.3s ease;
}
.hamburger span:nth-child(1) {
  top: 1.2rem;
  transform: translateX(-50%);
}
.hamburger span:nth-child(2) {
  top: 2.1rem;
  transform: translateX(-50%);
}
.hamburger span:nth-child(3) {
  top: 3rem;
  transform: translateX(-50%);
}
.hamburger p {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  color: #5B5750;
  font-family: "Marcellus", serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  transform: translateX(-50%);
}
.hamburger.active span:nth-child(1) {
  top: 2.1rem;
  transform: translateX(-50%) rotate(-35deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 2.1rem;
  transform: translateX(-50%) rotate(35deg);
}

nav.globalMenuSp {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 2.8rem;
  width: 100%;
  min-height: 100vh;
  padding: 8rem 2rem 10rem;
  color: #5B5750;
  background: rgba(251, 248, 241, 0.96);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
nav.globalMenuSp.active {
  opacity: 1;
  visibility: visible;
}
nav.globalMenuSp .ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  width: min(32rem, 100%);
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.globalMenuSp .ul.sns {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
nav.globalMenuSp .ul li {
  width: 100%;
  margin: 0;
}
nav.globalMenuSp .ul li a {
  display: block;
  width: 100%;
  padding: 1.1rem 1.2rem;
  border-bottom: 1px solid #DCD3C2;
  color: #5B5750;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
}
nav.globalMenuSp .ul li a i {
  margin-right: 0.5rem;
}

/* JS有効時はローダーのロゴを初期非表示に。
   GSAP読込中に素のロゴが一瞬見え→アニメ開始でopacity0に戻る＝再起動に見えるのを防ぐ */
.js #logo-splash {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .loading {
    transition-duration: 0.1s;
  }
  /* ローダー演出を通らないため、ロゴ類を既定で表示 */
  .site-header #header_pc .header_logo,
  #logo-splash {
    opacity: 1;
  }
}
#top {
  color: #5B5750;
  background: linear-gradient(90deg, rgba(176, 141, 79, 0.08), transparent 16%, transparent 84%, rgba(176, 141, 79, 0.08)), #F7F2E7;
  font-family: "Noto Sans JP", sans-serif;
}

#bright-top {
  padding-top: var(--header-h);
  overflow: hidden;
  color: #5B5750;
  background: #F7F2E7;
}
#bright-top p,
#bright-top a,
#bright-top li,
#bright-top dt,
#bright-top dd,
#bright-top summary {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
#bright-top p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #bright-top p {
    font-size: 1.4rem;
  }
}

.bright-inner {
  width: min(112rem, 100% - 4.8rem);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bright-inner {
    width: min(100% - 3.2rem, 112rem);
  }
}

.bright-section {
  position: relative;
  padding: 11rem 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bright-section {
    padding: 7.6rem 0;
  }
}

.bright-section-head {
  position: relative;
  margin-bottom: 4.2rem;
}
.bright-section-head span {
  display: block;
  margin-bottom: 0.8rem;
  color: #B08D4F;
  font-family: "Marcellus", serif !important;
  font-size: 1.5rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.bright-section-head h2 {
  margin: 0;
  color: #302D29;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: clamp(2.8rem, 3.2vw, 4.4rem);
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 0.04em;
}
.bright-section-head p {
  margin-top: 1.6rem;
  color: #8A8074;
}
.bright-section-head--center {
  text-align: center;
}
.bright-section-head--center .brass-line {
  margin-right: auto;
  margin-left: auto;
}
.bright-section-head--row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .bright-section-head--row {
    display: block;
  }
}

.brass-line {
  position: relative;
  width: min(28rem, 100%);
  height: 1px;
  margin-top: 1.8rem;
  background: #B08D4F;
  transform-origin: left center;
}
.brass-line::before, .brass-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #B08D4F;
  border-radius: 50%;
  background: #F7F2E7;
  transform: translateY(-50%);
}
.brass-line::before {
  left: 0;
}
.brass-line::after {
  right: 0;
}

.js .reveal-section .reveal-cover {
  transform: translateY(0);
}

.reveal-section .reveal-cover {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: #FBF8F1;
  pointer-events: none;
  transform: translateY(-105%);
}
.reveal-section .reveal-cover span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #B08D4F;
}
.reveal-section .bright-inner {
  position: relative;
  z-index: 1;
}

.bright-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 18rem;
  min-height: 5.4rem;
  padding: 0 2.4rem;
  border: 1px solid transparent;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.4rem !important;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.bright-btn:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 1.8rem 4.4rem rgba(48, 45, 41, 0.16);
}
.bright-btn--brass {
  color: #fff;
  background: linear-gradient(135deg, #8f6e30, #d6bb72 48%, #7c572a);
}
.bright-btn--ghost {
  border-color: rgba(255, 255, 255, 0.62);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}
.bright-btn--light {
  border-color: rgba(176, 141, 79, 0.45);
  color: #302D29;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .bright-btn {
    width: 100%;
  }
}

.bright-text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 4.4rem;
  padding: 0 1.8rem;
  border: 1px solid rgba(176, 141, 79, 0.42);
  color: #302D29;
  background: rgba(255, 255, 255, 0.64);
  font-size: 1.3rem !important;
  letter-spacing: 0.08em;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .bright-text-link {
    margin-top: 2rem;
  }
}

.bright-hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  overflow: hidden;
  color: #fff;
  background: #302D29;
  /* GSAP カーテンワイプ・スライダー */
}
.bright-hero .hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.bright-hero .hslide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  z-index: 1;
}
.bright-hero .hslide.is-active {
  opacity: 1;
  z-index: 2;
}
.bright-hero .hslide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.1;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0 1px, transparent 1px 4.2%);
}
.bright-hero .hslide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(80% 100% at 70% 0%, rgba(240, 222, 150, 0.2), rgba(240, 222, 150, 0) 60%), linear-gradient(90deg, rgba(48, 45, 41, 0.66), rgba(48, 45, 41, 0.2) 48%, rgba(48, 45, 41, 0.58)), linear-gradient(180deg, transparent 0 68%, rgba(247, 242, 231, 0.98) 100%);
}
.bright-hero .hslide-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  will-change: transform;
}
.bright-hero .hslide.is-active .hslide-bg {
  animation: brightKenBurns 12s ease-out both;
}
.bright-hero .hslide-tag {
  position: absolute;
  right: 1.6rem;
  bottom: 1.4rem;
  z-index: 2;
  color: rgba(255, 255, 255, 0.26);
  font-family: "Marcellus", serif !important;
  font-size: 1rem !important;
  letter-spacing: 0.28em;
}
.bright-hero .hslide-inner {
  position: relative;
  z-index: 2;
  width: min(112rem, 100% - 4.8rem);
  margin: min(250px, 46vh) auto 0;
}
@media screen and (max-width: 768px) {
  .bright-hero .hslide-inner {
    width: min(100% - 3.2rem, 112rem);
    margin: min(200px, 34vh) auto 0;
  }
}
.bright-hero .bright-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  margin: 0 0 2rem;
  color: #f2db9a;
  font-family: "Marcellus", serif !important;
  font-size: 1.4rem !important;
  letter-spacing: 0.18em;
}
.bright-hero .bright-hero__eyebrow::before {
  content: "";
  width: 5.4rem;
  height: 1px;
  background: currentColor;
}
.bright-hero h1 {
  margin: 0;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: clamp(4.2rem, 6vw, 8.4rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0.04em;
  text-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.24);
}
.bright-hero .bright-hero__lead {
  width: min(80rem, 100%);
  margin: 2.8rem 0 3.4rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.7rem;
  text-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 768px) {
  .bright-hero .bright-hero__lead {
    font-size: 1.45rem;
  }
}
.bright-hero .bright-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .bright-hero .bright-hero__actions {
    display: grid;
  }
}
.bright-hero .bright-hero__scroll {
  position: absolute;
  right: 4vw;
  bottom: 8rem;
  z-index: 6;
  writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Marcellus", serif !important;
  font-size: 1.2rem !important;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .bright-hero .bright-hero__scroll {
    display: none;
  }
}
.bright-hero .hero-dots {
  position: absolute;
  left: 4vw;
  bottom: 3.4rem;
  z-index: 6;
  display: flex;
  gap: 1rem;
}
.bright-hero .hero-dots button {
  width: 2.6rem;
  height: 2px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
  transition: width 0.45s ease, background 0.45s ease;
}
.bright-hero .hero-dots button.is-on {
  width: 4.4rem;
  background: #f2db9a;
}

html:not(.js) .bright-hero .hero-dots {
  display: none;
}

@keyframes brightKenBurns {
  from {
    transform: scale(1.001);
  }
  to {
    transform: scale(1.09);
  }
}
.bright-news {
  position: relative;
  padding: 7rem 0;
  background: #FBF8F1;
}
.bright-news .bright-news__list {
  display: grid;
  gap: 1rem;
}
.bright-news .bright-news__item {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #DCD3C2;
  color: #5B5750;
  text-decoration: none;
  transition: color 0.25s ease;
}
.bright-news .bright-news__item time {
  color: #B08D4F;
  font-family: "Marcellus", serif;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
.bright-news .bright-news__item p {
  margin: 0;
  font-size: 1.5rem;
}
.bright-news .bright-news__item:hover {
  color: #B08D4F;
}
@media screen and (max-width: 768px) {
  .bright-news .bright-news__item {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}

.bright-empty {
  color: #8A8074;
}

.bright-concept {
  background: #F7F2E7;
}
.bright-concept .bright-concept__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(34rem, 0.78fr);
  gap: 6rem;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bright-concept .bright-concept__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .bright-concept .bright-concept__grid {
    grid-template-columns: 1fr;
    gap: 3.4rem;
  }
}
.bright-concept .bright-concept__body p {
  margin: 0 0 2rem;
}
.bright-concept .bright-concept__image {
  position: relative;
  min-height: 52rem;
  overflow: hidden;
  border: 1px solid rgba(176, 141, 79, 0.46);
  box-shadow: 0 2.2rem 5.5rem rgba(48, 45, 41, 0.14);
}
@media screen and (max-width: 768px) {
  .bright-concept .bright-concept__image {
    min-height: 34rem;
  }
}
.bright-concept .bright-concept__image::before {
  content: "";
  position: absolute;
  inset: 1.4rem;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.7);
  pointer-events: none;
}
.bright-concept .bright-concept__image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.bright-service {
  background: linear-gradient(180deg, #FBF8F1, #F7F2E7);
}
.bright-service .bright-service__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.bright-service .bright-service__grid > .bright-service-card {
  flex: 0 1 calc((100% - 4rem) / 3);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bright-service .bright-service__grid > .bright-service-card {
    flex-basis: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .bright-service .bright-service__grid > .bright-service-card {
    flex-basis: 100%;
  }
}

.bright-service-card {
  position: relative;
  min-height: 29rem;
  padding: 3rem 2.5rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(176, 141, 79, 0.32);
  box-shadow: 0 1.2rem 3.2rem rgba(48, 45, 41, 0.07);
}
.bright-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(192, 136, 114, 0.15), transparent 44%), repeating-linear-gradient(90deg, rgba(176, 141, 79, 0.08) 0 1px, transparent 1px 2.2rem);
  opacity: 0.8;
}
.bright-service-card > * {
  position: relative;
  z-index: 1;
}
.bright-service-card .bright-service-card__num {
  position: absolute;
  top: 2.6rem;
  right: 2.8rem;
  z-index: 1;
  color: rgba(176, 141, 79, 0.5);
  font-family: "Marcellus", serif;
  font-size: 1.5rem;
  line-height: 1;
}
.bright-service-card .bright-service-card__ico {
  float: right;
  width: 7rem;
  height: 7rem;
  margin: 0 0 1rem 1.6rem;
  color: #302D29;
}
.bright-service-card .bright-service-card__ico svg {
  display: block;
  width: 100%;
  height: 100%;
}
.bright-service-card .bright-service-card__en {
  margin: 2rem 0 0.4rem;
  color: #B08D4F;
  font-family: "Marcellus", serif !important;
  font-size: 1.2rem !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.bright-service-card h3 {
  margin: 0 0 1rem;
  color: #302D29;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
}
.bright-service-card p:last-child {
  margin: 0;
  overflow: hidden;
  color: #8A8074;
  font-size: 1.4rem !important;
}

.bright-strength {
  color: #fff;
  background: linear-gradient(rgba(48, 45, 41, 0.86), rgba(48, 45, 41, 0.86)), linear-gradient(135deg, #302D29, #5b5147);
}
.bright-strength .bright-section-head h2 {
  color: #fff;
  font-size: clamp(2.4rem, 2.6vw, 3.3rem);
  line-height: 1.5;
}
.bright-strength .brass-line::before,
.bright-strength .brass-line::after {
  background: #302D29;
}
.bright-strength .bright-strength__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.8fr);
  gap: 4.5rem;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bright-strength .bright-strength__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .bright-strength .bright-strength__grid {
    grid-template-columns: 1fr;
    gap: 3.4rem;
  }
}
.bright-strength .bright-strength__photo {
  overflow: hidden;
  border: 1px solid rgba(176, 141, 79, 0.5);
}
.bright-strength .bright-strength__photo img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(1.1) brightness(1.1);
}
.bright-strength ul {
  display: grid;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bright-strength ul li {
  display: grid;
  gap: 0.8rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(176, 141, 79, 0.5);
}
.bright-strength ul li strong {
  color: #f2db9a;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
}
.bright-strength ul li span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.45rem;
  line-height: 1.9;
}

.bright-works {
  background: #FBF8F1;
}
.bright-works .bright-works__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bright-works .bright-works__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .bright-works .bright-works__grid {
    grid-template-columns: 1fr;
  }
}

.bright-work-card {
  position: relative;
  min-height: 38rem;
  overflow: hidden;
  color: #fff;
  background: #302D29;
  box-shadow: 0 2rem 4.8rem rgba(48, 45, 41, 0.14);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .bright-work-card {
    min-height: 32rem;
  }
}
.bright-work-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.78) brightness(0.78);
  transition: transform 0.5s ease, filter 0.5s ease;
}
.bright-work-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 34%, rgba(48, 45, 41, 0.88));
}
.bright-work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.14), transparent 36%, rgba(255, 255, 255, 0.1)), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 4rem);
  transform: translateX(-110%);
  animation: brightBlindWipe 6.4s ease-in-out infinite;
  pointer-events: none;
}
.bright-work-card span,
.bright-work-card h3 {
  position: absolute;
  left: 2.4rem;
  z-index: 3;
}
.bright-work-card span {
  bottom: 8rem;
  display: inline-flex;
  padding: 0.3rem 0.9rem;
  color: #fff;
  background: rgba(176, 141, 79, 0.9);
  font-family: "Marcellus", serif;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}
.bright-work-card h3 {
  right: 2.4rem;
  bottom: 2.4rem;
  margin: 0;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.bright-work-card:hover img {
  transform: scale(1.05);
  filter: saturate(0.88) brightness(0.84);
}

@keyframes brightBlindWipe {
  0%, 42% {
    transform: translateX(-110%);
  }
  58%, 72% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(110%);
  }
}
.bright-flow {
  background: #F7F2E7;
}
.bright-flow .bright-flow__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: flow;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bright-flow .bright-flow__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .bright-flow .bright-flow__list {
    grid-template-columns: 1fr;
  }
}
.bright-flow .bright-flow__list li {
  position: relative;
  padding: 2.8rem 2rem;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(176, 141, 79, 0.32);
}
.bright-flow .bright-flow__list li span {
  display: block;
  margin-bottom: 2.2rem;
  color: rgba(176, 141, 79, 0.5);
  font-family: "Marcellus", serif;
  font-size: 4.2rem;
  line-height: 1;
}
.bright-flow .bright-flow__list li h3 {
  margin: 0 0 1rem;
  color: #302D29;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 1.9rem;
  font-weight: 500;
}
.bright-flow .bright-flow__list li p {
  margin: 0;
  color: #8A8074;
  font-size: 1.35rem !important;
}

/* ---------- photo band（帯） ---------- */
.bright-band {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(30rem, 46vh, 46rem);
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.bright-band .bright-band__bg {
  position: absolute;
  inset: -8% 0;
  z-index: 0;
}
.bright-band .bright-band__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.bright-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.09;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0 1px, transparent 1px 3.4%);
}
.bright-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(48, 45, 41, 0.5), rgba(48, 45, 41, 0.32));
}
.bright-band .bright-band__inner {
  position: relative;
  z-index: 2;
  padding-inline: 2rem;
}
.bright-band .bright-band__en {
  color: #C9A968;
  font-family: "Marcellus", serif;
  font-size: 1.15rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.bright-band .bright-band__copy {
  margin: 1.6rem 0 0;
  color: #fff;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: clamp(2.6rem, 4.6vw, 4.4rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 24px rgba(0, 0, 0, 0.28);
}
.bright-band .brass-line {
  margin: 1.8rem auto 0;
  background: #C9A968;
}
.bright-band .brass-line::before, .bright-band .brass-line::after {
  border-color: #C9A968;
  background: transparent;
}

.bright-faq {
  background: linear-gradient(90deg, rgba(192, 136, 114, 0.16), transparent 45%), #FBF8F1;
}
.bright-faq .bright-faq-group {
  display: grid;
  grid-template-columns: minmax(24rem, 0.56fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
  padding: clamp(3rem, 5vw, 5rem) 0;
  border-top: 1px solid #DCD3C2;
}
.bright-faq .bright-faq-group:last-child {
  border-bottom: 1px solid #DCD3C2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bright-faq .bright-faq-group {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .bright-faq .bright-faq-group {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
}
.bright-faq .bright-faq-group__label .en {
  color: #B08D4F;
  font-family: "Marcellus", serif;
  font-size: 1.15rem;
  letter-spacing: 0.2em;
}
.bright-faq .bright-faq-group__label h3 {
  margin: 0.8rem 0 0;
  color: #302D29;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .bright-faq .bright-faq-group__label h3 br {
    display: none;
  }
}
.bright-faq .bright-faq__list {
  display: grid;
  gap: 1.1rem;
}
.bright-faq details {
  background: #fff;
  border: 1px solid rgba(176, 141, 79, 0.32);
  box-shadow: 0 1.2rem 3rem rgba(48, 45, 41, 0.05);
}
.bright-faq details[open] summary {
  color: #B08D4F;
}
.bright-faq details[open] summary::after {
  transform: rotate(-135deg);
}
.bright-faq summary {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
  padding: 1.8rem 2rem;
  color: #302D29;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif !important;
  font-size: 1.7rem;
  line-height: 1.7;
  cursor: pointer;
  list-style: none;
  transition: color 0.3s ease;
}
.bright-faq summary::-webkit-details-marker {
  display: none;
}
.bright-faq summary span {
  flex: 0 0 auto;
  color: #B08D4F;
  font-family: "Marcellus", serif;
}
.bright-faq summary::after {
  content: "";
  flex: 0 0 auto;
  align-self: center;
  margin-left: auto;
  width: 1rem;
  height: 1rem;
  border-right: 1.5px solid #B08D4F;
  border-bottom: 1.5px solid #B08D4F;
  transform: rotate(45deg);
  transition: transform 0.35s ease;
}
.bright-faq details div {
  display: flex;
  gap: 1.1rem;
  padding: 0 2rem 2rem;
  overflow: hidden;
}
.bright-faq details div span {
  flex: 0 0 auto;
  color: #C08872;
  font-family: "Marcellus", serif;
  font-size: 1.5rem;
}
.bright-faq details div p {
  margin: 0;
  color: #8A8074;
  font-size: 1.4rem !important;
}

.bright-contact {
  color: #fff;
  background: linear-gradient(rgba(48, 45, 41, 0.78), rgba(48, 45, 41, 0.82)), linear-gradient(135deg, #6f6052, #302D29);
}
.bright-contact .bright-section-head h2 {
  color: #fff;
}
.bright-contact .bright-section-head p {
  color: rgba(255, 255, 255, 0.82);
}
.bright-contact .brass-line::before,
.bright-contact .brass-line::after {
  background: #302D29;
}
.bright-contact .bright-contact__box {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(28rem, 0.65fr);
  gap: 4rem;
  align-items: center;
  padding: 4.4rem;
  border: 1px solid rgba(176, 141, 79, 0.5);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bright-contact .bright-contact__box {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .bright-contact .bright-contact__box {
    grid-template-columns: 1fr;
    padding: 2.4rem;
  }
}
.bright-contact .bright-contact__box > div > p {
  color: rgba(255, 255, 255, 0.84);
}
.bright-contact .bright-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  .bright-contact .bright-contact__actions {
    display: grid;
  }
}
.bright-contact .bright-contact__info {
  display: grid;
  gap: 1.2rem;
  margin: 0;
}
.bright-contact .bright-contact__info div {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
@media screen and (max-width: 768px) {
  .bright-contact .bright-contact__info div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}
.bright-contact .bright-contact__info dt {
  color: #f2db9a;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 1.4rem;
}
.bright-contact .bright-contact__info dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.4rem;
  line-height: 1.8;
}
.bright-contact .bright-contact__info dd a {
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .bright-hero .hslide.is-active .hslide-bg,
  .bright-work-card::after {
    animation: none;
  }
  .reveal-section .reveal-cover {
    display: none;
  }
}
/* ---- 下層ページ共通ベース ---- */
body#common {
  color: #5B5750;
  background: #F7F2E7;
}

#service-page,
#company-page,
#contact-page,
#policy-page,
#works-archive,
#works-single {
  color: #5B5750;
  background: #F7F2E7;
  font-family: "Noto Sans JP", sans-serif;
}
#service-page p, #service-page a, #service-page li, #service-page dt, #service-page dd, #service-page th, #service-page td, #service-page summary, #service-page figcaption,
#company-page p,
#company-page a,
#company-page li,
#company-page dt,
#company-page dd,
#company-page th,
#company-page td,
#company-page summary,
#company-page figcaption,
#contact-page p,
#contact-page a,
#contact-page li,
#contact-page dt,
#contact-page dd,
#contact-page th,
#contact-page td,
#contact-page summary,
#contact-page figcaption,
#policy-page p,
#policy-page a,
#policy-page li,
#policy-page dt,
#policy-page dd,
#policy-page th,
#policy-page td,
#policy-page summary,
#policy-page figcaption,
#works-archive p,
#works-archive a,
#works-archive li,
#works-archive dt,
#works-archive dd,
#works-archive th,
#works-archive td,
#works-archive summary,
#works-archive figcaption,
#works-single p,
#works-single a,
#works-single li,
#works-single dt,
#works-single dd,
#works-single th,
#works-single td,
#works-single summary,
#works-single figcaption {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
#service-page a,
#company-page a,
#contact-page a,
#policy-page a,
#works-archive a,
#works-single a {
  font-size: inherit;
}
#service-page p,
#company-page p,
#contact-page p,
#policy-page p,
#works-archive p,
#works-single p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #service-page p,
  #company-page p,
  #contact-page p,
  #policy-page p,
  #works-archive p,
  #works-single p {
    font-size: 1.4rem;
  }
}
#service-page .bright-section.tint,
#company-page .bright-section.tint,
#contact-page .bright-section.tint,
#policy-page .bright-section.tint,
#works-archive .bright-section.tint,
#works-single .bright-section.tint {
  background: #FBF8F1;
}
#service-page .reveal-img,
#company-page .reveal-img,
#contact-page .reveal-img,
#policy-page .reveal-img,
#works-archive .reveal-img,
#works-single .reveal-img {
  overflow: hidden;
}

/* ---- 下層FV ---- */
.page-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: clamp(34rem, 52vh, 48rem);
  padding: 12rem 0 clamp(4rem, 6vw, 6.4rem);
  overflow: hidden;
  color: #fff;
  background: linear-gradient(150deg, #242019 0%, #332d26 55%, #2b2620 100%);
}
@media screen and (max-width: 768px) {
  .page-hero {
    min-height: 40vh;
    padding-top: 10rem;
  }
}
.page-hero__bg {
  position: absolute;
  inset: -8% 0 -8% 0;
  z-index: 0;
}
.page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.page-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 4.2%), radial-gradient(80% 100% at 70% 0%, rgba(240, 222, 150, 0.16), rgba(240, 222, 150, 0) 60%), linear-gradient(180deg, rgba(20, 17, 13, 0.34), rgba(20, 17, 13, 0.58));
}
.page-hero__inner {
  position: relative;
  z-index: 2;
}
.page-hero__en {
  display: block;
  margin-bottom: 1.4rem;
  color: #C9A968;
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.page-hero__title {
  margin: 0;
  color: #fff;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.06em;
}
.page-hero .brass-line {
  margin-top: 2rem;
  background: #C9A968;
}
.page-hero .brass-line::before, .page-hero .brass-line::after {
  border-color: #C9A968;
  background: transparent;
}

/* ---- パンくず ---- */
.bright-crumbs {
  background: #F7F2E7;
}
.bright-crumbs .bright-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9rem;
  padding: 1.8rem 0 0;
}
.bright-crumbs a,
.bright-crumbs span {
  color: #8A8074;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.bright-crumbs a {
  transition: color 0.25s ease;
}
.bright-crumbs a:hover {
  color: #B08D4F;
}
.bright-crumbs a.en {
  font-family: "Marcellus", serif;
  letter-spacing: 0.12em;
}
.bright-crumbs .sep {
  color: #DCD3C2;
}
.bright-crumbs [aria-current] {
  color: #5B5750;
}

/* ---- SNSボタン（下層共通） ---- */
.bright-sns {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.8rem;
  padding: 0 1.6rem;
  color: #fff !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.bright-sns i {
  font-size: 1.5rem;
}
.bright-sns--line {
  background: #06C755;
}
.bright-sns--insta {
  background: linear-gradient(45deg, #F58529 0%, #DD2A7B 45%, #8134AF 72%, #515BD4 100%);
}
.bright-sns:hover {
  filter: brightness(1.08);
}

#works-archive {
  /* カテゴリチップ */
}
#works-archive .works-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.4rem;
}
#works-archive .works-chips__btn {
  padding: 0.8rem 1.8rem;
  border: 1px solid #DCD3C2;
  border-radius: 999px;
  color: #8A8074;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
#works-archive .works-chips__btn:hover {
  color: #B08D4F;
  border-color: #B08D4F;
}
#works-archive .works-chips__btn.is-on {
  color: #fff;
  background: #B08D4F;
  border-color: #B08D4F;
}
#works-archive {
  /* グリッド */
}
#works-archive .works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: clamp(3rem, 5vw, 5rem);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works-archive .works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #works-archive .works-grid {
    grid-template-columns: 1fr;
  }
}
#works-archive .work-card {
  position: relative;
  display: block;
  aspect-ratio: 4/5;
  border-radius: 0.6rem;
  overflow: hidden;
}
#works-archive .work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(20, 17, 13, 0.62), transparent 55%);
  pointer-events: none;
}
#works-archive .work-card__media {
  position: absolute;
  inset: 0;
}
#works-archive .work-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
#works-archive .work-card:hover .work-card__media img {
  transform: scale(1.08);
}
#works-archive .work-card__tag {
  position: absolute;
  left: 1.4rem;
  top: 1.4rem;
  z-index: 2;
  padding: 0.4rem 1rem;
  border-radius: 0.3rem;
  background: #B08D4F;
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 1.05rem;
  letter-spacing: 0.16em;
}
#works-archive .work-card__cap {
  position: absolute;
  left: 1.4rem;
  bottom: 2.6rem;
  z-index: 2;
  color: #fff;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
#works-archive .work-card__loc {
  position: absolute;
  left: 1.4rem;
  bottom: 1.4rem;
  z-index: 2;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
#works-archive .bright-empty {
  grid-column: 1/-1;
  padding: 4rem 0;
  color: #8A8074;
  text-align: center;
}
#works-archive {
  /* ページャ（the_posts_pagination） */
}
#works-archive .works-pager,
#works-archive .pagination {
  display: flex;
  justify-content: center;
  margin-top: clamp(4rem, 6vw, 6rem);
}
#works-archive .works-pager .nav-links,
#works-archive .pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
#works-archive .works-pager .page-numbers,
#works-archive .pagination .page-numbers {
  display: grid;
  place-items: center;
  min-width: 4rem;
  height: 4rem;
  padding: 0 0.6rem;
  border: 1px solid #DCD3C2;
  border-radius: 0.4rem;
  color: #5B5750;
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
  text-decoration: none;
  transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
#works-archive .works-pager .page-numbers:hover,
#works-archive .pagination .page-numbers:hover {
  color: #B08D4F;
  border-color: #B08D4F;
}
#works-archive .works-pager .page-numbers.current,
#works-archive .pagination .page-numbers.current {
  color: #fff;
  background: #B08D4F;
  border-color: #B08D4F;
}
#works-archive .works-pager .page-numbers.dots,
#works-archive .pagination .page-numbers.dots {
  border-color: transparent;
}

#works-single .single-main {
  position: relative;
  border-radius: 0.6rem;
  aspect-ratio: 16/9;
}
#works-single .single-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#works-single {
  /* スライドショー（メイン＋ギャラリー） */
}
#works-single .works-slider__stage {
  position: relative;
  aspect-ratio: 16/10;
  border-radius: 0.6rem;
  overflow: hidden;
  background: #302D29;
}
@media screen and (max-width: 768px) {
  #works-single .works-slider__stage {
    aspect-ratio: 4/3;
  }
}
#works-single .works-slider .works-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  cursor: zoom-in;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#works-single .works-slider .works-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#works-single .works-slider .works-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
#works-single .works-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #302D29;
  background: rgba(255, 255, 255, 0.86);
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(4px);
  transition: background 0.3s ease, color 0.3s ease;
}
#works-single .works-slider__arrow:hover {
  color: #fff;
  background: #B08D4F;
}
#works-single .works-slider__arrow--prev {
  left: 1.4rem;
}
#works-single .works-slider__arrow--next {
  right: 1.4rem;
}
@media screen and (max-width: 768px) {
  #works-single .works-slider__arrow {
    width: 3.8rem;
    height: 3.8rem;
    font-size: 2rem;
  }
}
#works-single .works-slider__count {
  position: absolute;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 3;
  padding: 0.3rem 1rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(48, 45, 41, 0.62);
  font-family: "Marcellus", serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
#works-single .works-slider__thumbs {
  display: flex;
  gap: 0.8rem;
  margin-top: 1rem;
  padding-bottom: 0.4rem;
  overflow-x: auto;
  scrollbar-width: thin;
}
#works-single .works-slider__thumbs::-webkit-scrollbar {
  height: 0.5rem;
}
#works-single .works-slider__thumbs::-webkit-scrollbar-thumb {
  background: #DCD3C2;
  border-radius: 999px;
}
#works-single .works-slider__thumb {
  flex: 0 0 auto;
  width: 9rem;
  height: 6rem;
  padding: 0;
  border: 1px solid #DCD3C2;
  border-radius: 0.3rem;
  overflow: hidden;
  background: none;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.3s ease, border-color 0.3s ease;
}
#works-single .works-slider__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#works-single .works-slider__thumb:hover {
  opacity: 0.85;
}
#works-single .works-slider__thumb.is-on {
  opacity: 1;
  border-color: #B08D4F;
}
@media screen and (max-width: 768px) {
  #works-single .works-slider__thumb {
    width: 7rem;
    height: 4.8rem;
  }
}
#works-single {
  /* ライトボックス（クリックで拡大＋前後送り） */
}
#works-single .works-lightbox {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  background: rgba(48, 45, 41, 0.94);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
#works-single .works-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
#works-single .works-lightbox__figure {
  margin: 0;
  max-width: min(92vw, 132rem);
}
#works-single .works-lightbox__figure img {
  display: block;
  max-width: 100%;
  max-height: 84vh;
  margin: 0 auto;
  object-fit: contain;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.5);
}
#works-single .works-lightbox__close {
  position: absolute;
  top: 2rem;
  right: 2.4rem;
  display: grid;
  place-items: center;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  font-size: 2.6rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.3s ease;
}
#works-single .works-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.28);
}
#works-single .works-lightbox__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  font-size: 2.8rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.3s ease;
}
#works-single .works-lightbox__arrow:hover {
  background: #B08D4F;
}
#works-single .works-lightbox__arrow--prev {
  left: 2rem;
}
#works-single .works-lightbox__arrow--next {
  right: 2rem;
}
@media screen and (max-width: 768px) {
  #works-single .works-lightbox__arrow {
    width: 4rem;
    height: 4rem;
    font-size: 2.2rem;
  }
  #works-single .works-lightbox__arrow--prev {
    left: 1rem;
  }
  #works-single .works-lightbox__arrow--next {
    right: 1rem;
  }
}
#works-single .works-lightbox__count {
  position: absolute;
  bottom: 2.2rem;
  left: 50%;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Marcellus", serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  transform: translateX(-50%);
}
#works-single .single-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
  gap: clamp(3rem, 5vw, 6rem);
  margin-top: clamp(3rem, 5vw, 5rem);
}
@media screen and (max-width: 768px) {
  #works-single .single-grid {
    grid-template-columns: 1fr;
  }
}
#works-single .single-body__en {
  display: block;
  margin-bottom: 1rem;
  color: #B08D4F;
  font-family: "Marcellus", serif;
  font-size: 1.2rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
#works-single .single-body__text {
  color: #5B5750;
}
#works-single .single-body__text h2, #works-single .single-body__text h3 {
  margin: 2.4rem 0 1.2rem;
  color: #302D29;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
}
#works-single .single-body__text p {
  margin-top: 1.4rem;
}
#works-single .single-meta dl {
  margin: 0;
  border-top: 1px solid #DCD3C2;
}
#works-single .single-meta__row {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1.4rem;
  align-items: baseline;
  padding: 1.6rem 0;
  border-bottom: 1px solid #DCD3C2;
}
#works-single .single-meta dt {
  color: #B08D4F;
  font-family: "Marcellus", serif;
  font-size: 1.1rem;
  letter-spacing: 0.16em;
}
#works-single .single-meta dd {
  color: #5B5750;
  font-size: 1.45rem;
}
#works-single .single-sec-head {
  margin: clamp(5rem, 8vw, 8rem) 0 2rem;
}
#works-single .single-sec-head span {
  color: #B08D4F;
  font-family: "Marcellus", serif;
  font-size: 1.5rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
#works-single .ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #works-single .ba-grid {
    grid-template-columns: 1fr;
  }
}
#works-single .ba-grid figure {
  position: relative;
  margin: 0;
  border-radius: 0.6rem;
  overflow: hidden;
  aspect-ratio: 4/3;
}
#works-single .ba-grid figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#works-single .ba-grid figure figcaption {
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  padding: 0.4rem 1rem;
  border-radius: 0.3rem;
  background: rgba(48, 45, 41, 0.72);
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 1.05rem;
  letter-spacing: 0.2em;
}
#works-single .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #works-single .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
#works-single .gallery-grid__item {
  border-radius: 0.6rem;
  overflow: hidden;
  aspect-ratio: 1/1;
}
#works-single .gallery-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#works-single .work-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-top: clamp(4rem, 6vw, 6rem);
  padding-top: 3rem;
  border-top: 1px solid #DCD3C2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.35rem;
}
#works-single .work-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #5B5750;
  text-decoration: none;
  transition: color 0.3s ease;
}
#works-single .work-nav a:hover {
  color: #B08D4F;
}
#works-single .work-nav__idx {
  padding: 1rem 2rem;
  border: 1px solid #302D29;
  border-radius: 999px;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
#works-single .work-nav__idx:hover {
  color: #fff !important;
  background: #B08D4F;
  border-color: #B08D4F;
}
@media screen and (max-width: 768px) {
  #works-single .work-nav .lab {
    display: none;
  }
}

#service-page .service-lead__text {
  max-width: 64rem;
  margin: 0 auto;
  color: #5B5750;
  text-align: center;
}
#service-page {
  /* 主要品目 */
}
#service-page .product-row {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(3rem, 5vw, 6rem);
  padding: clamp(3rem, 5vw, 5rem) 0;
}
@media screen and (max-width: 768px) {
  #service-page .product-row {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
#service-page .product-row + .product-row {
  border-top: 1px solid #DCD3C2;
}
#service-page .product-row:nth-child(even) .product-row__media {
  order: 2;
}
@media screen and (max-width: 768px) {
  #service-page .product-row:nth-child(even) .product-row__media {
    order: 0;
  }
}
#service-page .product-row__media {
  position: relative;
  border-radius: 0.4rem;
  aspect-ratio: 5/4;
}
#service-page .product-row__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service-page .product-row__ico {
  float: right;
  width: 15.6rem;
  height: 8.6rem;
  margin: 0.4rem 0 1rem 1.4rem;
  color: #302D29;
}
#service-page .product-row__ico svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #service-page .product-row__ico {
    width: 7rem;
    height: 7rem;
    margin: 0.2rem 0 0.6rem 1rem;
  }
}
#service-page .product-row__num {
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
  color: #DCD3C2;
}
#service-page .product-row__en {
  display: block;
  margin-top: 0.4rem;
  color: #B08D4F;
  font-family: "Marcellus", serif;
  font-size: 1.2rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
#service-page .product-row h3 {
  margin: 0.4rem 0 1.4rem;
  color: #302D29;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.04em;
}
#service-page .product-row p {
  overflow: hidden;
  max-width: 44rem;
  color: #5B5750;
}
@media screen and (max-width: 768px) {
  #service-page .product-row p {
    overflow: visible;
    max-width: none;
  }
}
#service-page .product-row {
  /* 見出しと本文の間のあしらい（〇——〇） */
}
#service-page .product-row__deco {
  display: flex;
  align-items: center;
  width: 8.4rem;
  max-width: 60%;
  margin: 0 0 1.8rem;
  color: #B08D4F;
}
#service-page .product-row__deco::before, #service-page .product-row__deco::after {
  content: "";
  flex: 0 0 auto;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid currentColor;
  border-radius: 50%;
}
#service-page .product-row__deco span {
  flex: 1;
  height: 1px;
  background: currentColor;
}
#service-page {
  /* その他対応 */
}
#service-page .support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #service-page .support-grid {
    grid-template-columns: 1fr;
  }
}
#service-page .support-card {
  position: relative;
  padding: 3.2rem 2.8rem;
  border: 1px solid #DCD3C2;
  border-radius: 0.6rem;
  background: #fff;
  overflow: hidden;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
#service-page .support-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, rgba(176, 141, 79, 0.06) 0 1px, transparent 1px 2.4rem);
}
#service-page .support-card:hover {
  transform: translateY(-0.6rem);
  box-shadow: 0 2rem 4rem -2rem rgba(48, 45, 41, 0.28);
}
#service-page .support-card__ico {
  position: relative;
  float: right;
  width: 15.6rem;
  height: 8.6rem;
  margin: 0 0 1rem 1.4rem;
  color: #302D29;
}
#service-page .support-card__ico svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #service-page .support-card__ico {
    width: 7rem;
    height: 7rem;
    margin: 0 0 0.4rem 0.8rem;
  }
}
#service-page .support-card__en {
  position: relative;
  display: block;
  font-family: "Marcellus", serif;
  font-size: 1.15rem;
  letter-spacing: 0.22em;
  color: #B08D4F;
}
#service-page .support-card h3 {
  position: relative;
  margin: 0.6rem 0 1rem;
  color: #302D29;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#service-page .support-card p {
  position: relative;
  overflow: hidden;
  color: #8A8074;
  font-size: 1.4rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #service-page .support-card p {
    overflow: visible;
  }
}
#service-page {
  /* 流れ */
}
#service-page .flow-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
#service-page .flow-rail::before {
  content: "";
  position: absolute;
  top: 2.2rem;
  left: 8%;
  right: 8%;
  height: 1px;
  background: #DCD3C2;
}
@media screen and (max-width: 768px) {
  #service-page .flow-rail::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #service-page .flow-rail {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 2rem;
  }
}
#service-page .flow-rail__item {
  position: relative;
  text-align: center;
}
#service-page .flow-rail__no {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 4.4rem;
  height: 4.4rem;
  margin: 0 auto;
  border: 1px solid #B08D4F;
  border-radius: 50%;
  background: #FBF8F1;
  color: #B08D4F;
  font-family: "Marcellus", serif;
  font-size: 1.5rem;
}
#service-page .flow-rail h4 {
  margin: 1.6rem 0 0.8rem;
  color: #302D29;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#service-page .flow-rail p {
  padding: 0 0.6rem;
  color: #8A8074;
  font-size: 1.35rem;
  line-height: 1.85;
}

#company-page {
  /* ごあいさつ */
}
#company-page .company-message__grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: clamp(3rem, 5vw, 6rem);
}
@media screen and (max-width: 768px) {
  #company-page .company-message__grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
#company-page .company-message__media {
  position: relative;
  border-radius: 0.4rem;
  aspect-ratio: 4/5;
}
@media screen and (max-width: 768px) {
  #company-page .company-message__media {
    aspect-ratio: 16/10;
  }
}
#company-page .company-message__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#company-page .company-message__body p {
  margin-top: 1.6rem;
  max-width: 46rem;
  color: #5B5750;
}
#company-page .company-message__sign {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
  margin-top: 2.6rem;
}
#company-page .company-message__sign .en {
  color: #B08D4F;
  font-family: "Marcellus", serif;
  font-size: 1.15rem;
  letter-spacing: 0.18em;
}
#company-page .company-message__sign .nm {
  color: #302D29;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
#company-page {
  /* 会社概要テーブル */
}
#company-page .profile-table {
  margin: 0;
  border-top: 1px solid #DCD3C2;
}
#company-page .profile-table__row {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 2rem;
  align-items: baseline;
  padding: 2.2rem 0;
  border-bottom: 1px solid #DCD3C2;
}
@media screen and (max-width: 768px) {
  #company-page .profile-table__row {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    padding: 1.8rem 0;
  }
}
#company-page .profile-table dt {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
#company-page .profile-table__en {
  color: #B08D4F;
  font-family: "Marcellus", serif;
  font-size: 1.2rem;
  letter-spacing: 0.14em;
}
#company-page .profile-table__jp {
  color: #8A8074;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
}
#company-page .profile-table dd {
  color: #5B5750;
  font-size: 1.55rem;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  #company-page .profile-table dd {
    font-size: 1.4rem;
  }
}
#company-page .profile-table dd a {
  color: #5B5750;
  border-bottom: 1px solid #DCD3C2;
  transition: border-color 0.3s ease;
}
#company-page .profile-table dd a:hover {
  border-color: #B08D4F;
}
#company-page {
  /* アクセス */
}
#company-page .company-access__map {
  margin-top: 1rem;
}
#company-page .company-access__map iframe {
  display: block;
  width: 100%;
  min-height: 38rem;
  border: 0;
  border-radius: 0.6rem;
}
@media screen and (max-width: 768px) {
  #company-page .company-access__map iframe {
    min-height: 26rem;
  }
}
#company-page .company-access__map-placeholder {
  display: grid;
  place-items: center;
  aspect-ratio: 16/7;
  border: 1px solid #DCD3C2;
  border-radius: 0.6rem;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0 1px, transparent 1px 4rem), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0 1px, transparent 1px 4rem), linear-gradient(135deg, #eee6d6, #e2d8c4 60%, #d6cab2);
}
#company-page .company-access__map-placeholder span {
  font-family: "Marcellus", serif;
  letter-spacing: 0.3em;
  color: rgba(91, 87, 80, 0.4);
  font-size: 1.2rem;
}
#company-page .company-access__addr {
  margin-top: 2rem;
  color: #5B5750;
  font-size: 1.55rem;
}
@media screen and (max-width: 768px) {
  #company-page .company-access__addr {
    font-size: 1.4rem;
  }
}
#company-page .company-access__addr .area {
  display: block;
  margin-top: 0.6rem;
  color: #8A8074;
  font-size: 1.4rem;
}

#contact-page .contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: start;
  gap: clamp(3rem, 5vw, 5rem);
  margin-top: clamp(3rem, 5vw, 5rem);
}
@media screen and (max-width: 768px) {
  #contact-page .contact-grid {
    grid-template-columns: 1fr;
  }
}
#contact-page {
  /* 連絡先パネル */
}
#contact-page .contact-info {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 4vw, 4rem);
  border-radius: 0.6rem;
  color: #fff;
  background: #302D29;
}
#contact-page .contact-info::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.06;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0 1px, transparent 1px 3.2%);
}
#contact-page .contact-info > * {
  position: relative;
}
#contact-page .contact-info__en {
  color: #C9A968;
  font-family: "Marcellus", serif;
  font-size: 1.15rem;
  letter-spacing: 0.22em;
}
#contact-page .contact-info__tel {
  display: block;
  margin: 0.6rem 0 0.2rem;
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: clamp(2.8rem, 3.4vw, 3.6rem);
  letter-spacing: 0.04em;
  text-decoration: none;
}
#contact-page .contact-info__hours {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.35rem;
}
#contact-page .contact-info__divider {
  height: 1px;
  margin: 2.4rem 0;
  background: rgba(255, 255, 255, 0.16);
}
#contact-page .contact-info__row {
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.45rem;
  line-height: 1.7;
}
#contact-page .contact-info__row span {
  display: block;
  color: #C9A968;
  font-family: "Marcellus", serif;
  font-size: 1.1rem;
  letter-spacing: 0.16em;
}
#contact-page .contact-info__row a {
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#contact-page .contact-info__sns {
  display: flex;
  gap: 1rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  #contact-page .contact-info__sns {
    flex-wrap: wrap;
  }
}
#contact-page {
  /* フォーム（Contact Form 7） */
}
#contact-page .contact-form--single {
  max-width: 68rem;
  margin: clamp(3rem, 5vw, 5rem) auto 0;
}
#contact-page .contact-form .wpcf7 label {
  display: block;
  margin-bottom: 2rem;
  color: #5B5750;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
#contact-page .contact-form .wpcf7 .red,
#contact-page .contact-form .wpcf7 .blue {
  display: inline-block;
  margin-left: 0.8rem;
  padding: 0.2rem 0.7rem;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  vertical-align: middle;
}
#contact-page .contact-form .wpcf7 .red {
  background: #C08872;
}
#contact-page .contact-form .wpcf7 .blue {
  background: #8A8074;
}
#contact-page .contact-form .wpcf7 input[type=text],
#contact-page .contact-form .wpcf7 input[type=tel],
#contact-page .contact-form .wpcf7 input[type=email],
#contact-page .contact-form .wpcf7 textarea,
#contact-page .contact-form .wpcf7 select {
  width: 100%;
  margin-top: 1rem;
  padding: 1.3rem 1.4rem;
  border: 1px solid #DCD3C2;
  border-radius: 0.4rem;
  background: #fff;
  color: #5B5750;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#contact-page .contact-form .wpcf7 input[type=text]:focus,
#contact-page .contact-form .wpcf7 input[type=tel]:focus,
#contact-page .contact-form .wpcf7 input[type=email]:focus,
#contact-page .contact-form .wpcf7 textarea:focus,
#contact-page .contact-form .wpcf7 select:focus {
  outline: none;
  border-color: #B08D4F;
  box-shadow: 0 0 0 3px rgba(176, 141, 79, 0.14);
}
#contact-page .contact-form .wpcf7 textarea {
  min-height: 16rem;
  line-height: 1.8;
  resize: vertical;
}
#contact-page .contact-form .wpcf7 .policy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1rem;
  padding: 1.6rem 1.8rem;
  border: 1px solid #DCD3C2;
  border-radius: 0.4rem;
  background: #FBF8F1;
  text-align: center;
}
#contact-page .contact-form .wpcf7 .policy .wpcf7-list-item {
  margin: 0;
}
#contact-page .contact-form .wpcf7 .policy input[type=checkbox] {
  width: auto;
  margin: 0 0.4rem 0 0;
  accent-color: #B08D4F;
}
#contact-page .contact-form .wpcf7 input[type=submit],
#contact-page .contact-form .wpcf7 .wpcf7-submit,
#contact-page .contact-form .wpcf7 button[type=submit] {
  display: block;
  width: min(32rem, 100%);
  min-height: 5.4rem;
  margin: 2.6rem auto 0;
  padding: 0 2.4rem;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #8f6e30, #d6bb72 48%, #7c572a);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: filter 0.3s ease, transform 0.25s ease;
}
#contact-page .contact-form .wpcf7 input[type=submit]:hover,
#contact-page .contact-form .wpcf7 .wpcf7-submit:hover,
#contact-page .contact-form .wpcf7 button[type=submit]:hover {
  filter: brightness(1.06);
  transform: translateY(-0.1rem);
}
#contact-page .contact-form .wpcf7 .wpcf7-previous {
  color: #302D29 !important;
  background: #fff !important;
  border: 1px solid #DCD3C2 !important;
}
#contact-page .contact-form .wpcf7 .wpcf7-spinner {
  margin: 1.4rem auto 0;
}
#contact-page .contact-form .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
  color: #C08872;
  font-size: 1.25rem;
}
#contact-page .contact-form .wpcf7 .wpcf7-response-output {
  margin: 2rem 0 0;
  padding: 1.4rem 1.6rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  text-align: center;
}
#contact-page {
  /* 送信完了 */
}
#contact-page .contact-thanks {
  max-width: 64rem;
  margin: clamp(3rem, 5vw, 5rem) auto 0;
  text-align: center;
}
#contact-page .contact-thanks__en {
  color: #B08D4F;
  font-family: "Marcellus", serif;
  font-size: 1.3rem;
  letter-spacing: 0.22em;
}
#contact-page .contact-thanks h2 {
  margin: 1rem 0 0;
  color: #302D29;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: clamp(2.4rem, 3.4vw, 3.4rem);
  font-weight: 500;
  letter-spacing: 0.04em;
}
#contact-page .contact-thanks p {
  margin-top: 2rem;
  color: #5B5750;
}
#contact-page .contact-thanks__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 3rem;
}

#policy-page .legal {
  max-width: 84rem;
}
#policy-page .legal__intro {
  color: #5B5750;
  font-size: 1.5rem;
}
#policy-page .legal__block h3 {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin: clamp(3.4rem, 5vw, 4.4rem) 0 1.2rem;
  padding-top: 2.4rem;
  border-top: 1px solid #DCD3C2;
  color: #302D29;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: clamp(2rem, 2.6vw, 2.4rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#policy-page .legal__block p {
  margin-top: 1.2rem;
  color: #5B5750;
}
#policy-page .legal__block ul {
  margin: 1.2rem 0 0;
  padding-left: 1.6em;
}
#policy-page .legal__block ul li {
  margin-top: 0.7rem;
  color: #5B5750;
}
#policy-page .legal__en {
  color: #B08D4F;
  font-family: "Marcellus", serif;
  font-size: 1.15rem;
  letter-spacing: 0.2em;
}
#policy-page .legal__rev {
  margin-top: clamp(3.4rem, 5vw, 4.4rem);
  padding-top: 2.4rem;
  border-top: 1px solid #DCD3C2;
  color: #8A8074;
  font-size: 1.4rem;
  line-height: 2;
}
#policy-page .legal {
  /* 固定ページ本文をそのまま出す場合 */
}
#policy-page .legal__wp {
  color: #5B5750;
}
#policy-page .legal__wp h2, #policy-page .legal__wp h3, #policy-page .legal__wp h4 {
  margin: 3rem 0 1.2rem;
  color: #302D29;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-weight: 500;
}
#policy-page .legal__wp p {
  margin-top: 1.2rem;
}

/* 汎用フォールバック（index.php）用の最小スタイル */
#index-page .index-list {
  list-style: none;
  margin: 0;
  border-top: 1px solid #DCD3C2;
}
#index-page .index-list__item {
  border-bottom: 1px solid #DCD3C2;
}
#index-page .index-list__item a {
  display: flex;
  align-items: baseline;
  gap: 1.6rem;
  padding: 2rem 0.4rem;
  color: #302D29;
  text-decoration: none;
  transition: color 0.3s ease, background 0.3s ease;
}
#index-page .index-list__item a:hover {
  color: #B08D4F;
  background: rgba(247, 242, 231, 0.5);
}
@media screen and (max-width: 768px) {
  #index-page .index-list__item a {
    flex-direction: column;
    gap: 0.4rem;
  }
}
#index-page .index-list__date {
  flex: 0 0 auto;
  color: #B08D4F;
  font-family: "Marcellus", serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
#index-page .index-list__title {
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.6;
}
#index-page .index-single__date {
  color: #B08D4F;
  font-family: "Marcellus", serif;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}
#index-page .index-single__title {
  margin: 0.8rem 0 2.4rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #DCD3C2;
  color: #302D29;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
}
#index-page .index-single__body {
  color: #5B5750;
  line-height: 1.9;
}
#index-page .index-single__body p {
  margin-top: 1.4rem;
}
#index-page .index-single__body img {
  max-width: 100%;
  height: auto;
}
#index-page .index-empty {
  padding: 4rem 0;
  text-align: center;
  color: #5B5750;
}
#index-page .index-empty p {
  margin-bottom: 2.4rem;
}
#index-page .index-pager {
  margin-top: 4rem;
}
#index-page .index-pager .page-numbers {
  display: inline-grid;
  place-items: center;
  min-width: 4rem;
  height: 4rem;
  margin: 0 0.3rem;
  padding: 0 1rem;
  border: 1px solid #DCD3C2;
  border-radius: 999px;
  color: #302D29;
  font-family: "Marcellus", serif;
  text-decoration: none;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
#index-page .index-pager .page-numbers:hover, #index-page .index-pager .page-numbers.current {
  color: #fff;
  background: #B08D4F;
  border-color: #B08D4F;
}
#index-page .index-pager .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
#index-page .index-pager .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#footer_contact {
  position: relative;
  overflow: hidden;
  padding: 9rem 0;
  background-position: center;
  background-size: cover;
  color: #fff;
}
#footer_contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(48, 45, 41, 0.76), rgba(48, 45, 41, 0.82)), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 7rem);
}
#footer_contact .reveal-cover {
  background: #302D29;
}
#footer_contact .footer_contact_contents {
  position: relative;
  z-index: 1;
  width: min(96rem, 100% - 4.8rem);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents {
    width: min(100% - 3.2rem, 96rem);
  }
}
#footer_contact .footer_contact_contents .headline {
  margin-bottom: 3.4rem;
}
#footer_contact .footer_contact_contents .headline__en {
  display: block;
  margin-bottom: 1rem;
  color: #C9A968;
  font-family: "Marcellus", serif;
  font-size: 1.5rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
#footer_contact .footer_contact_contents .headline h2 {
  margin: 0;
  color: #fff;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(2.6rem, 4vw, 3.8rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 24px rgba(0, 0, 0, 0.28);
}
#footer_contact .footer_contact_contents .headline .brass-line {
  width: min(24rem, 72%);
  margin: 1.8rem auto 0;
  background: #C9A968;
}
#footer_contact .footer_contact_contents .headline .brass-line::before, #footer_contact .footer_contact_contents .headline .brass-line::after {
  border-color: #C9A968;
}
#footer_contact .footer_contact_contents .footer_contact_lead {
  margin: -1.6rem 0 3.2rem;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 1.95;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .footer_contact_lead {
    margin: -0.6rem 0 2.8rem;
    font-size: 1.4rem;
  }
}
#footer_contact .footer_contact_content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_content {
    grid-template-columns: 1fr;
  }
}
#footer_contact .footer_contact_content .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 5.2rem;
  border: 1px solid rgba(255, 255, 255, 0.52);
  color: #302D29;
  background: rgba(255, 255, 255, 0.88);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
#footer_contact .footer_contact_content .contact-btn i {
  margin-right: 0.8rem;
  color: #B08D4F;
}
#footer_contact .footer_contact_content .contact-btn:hover {
  color: #fff;
  border-color: #B08D4F;
  background: rgba(176, 141, 79, 0.9);
}
#footer_contact .footer_contact_content .contact-btn:hover i {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_content .footer_contact_tel .pc {
    display: none;
  }
}
#footer_contact .footer_contact_content .footer_contact_tel .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_content .footer_contact_tel .sp {
    display: flex;
  }
}
#footer_contact .text {
  margin: 0.4rem 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.4rem;
}
#footer_contact .footer_contact_sns {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
#footer_contact .footer_contact_sns a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 11rem;
  min-height: 3.8rem;
  border: 1px solid rgba(176, 141, 79, 0.5);
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
}

footer {
  color: rgba(255, 255, 255, 0.72);
  background: #171615;
}
footer .footer_logo {
  padding-top: 3.8rem;
  text-align: center;
}
footer .footer_logo a {
  display: inline-block;
}
footer .footer_logo img {
  width: min(18rem, 56vw);
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_logo img {
    width: min(12rem, 56vw);
  }
}
footer .footer_menu {
  display: grid;
  gap: 2rem;
  width: min(112rem, 100% - 4.8rem);
  margin: 0 auto;
  padding: 3.4rem 0 2rem;
}
@media screen and (max-width: 768px) {
  footer .footer_menu {
    width: min(100% - 3.2rem, 112rem);
  }
}
footer .footer_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer_menu ul li a {
  color: rgba(255, 255, 255, 0.76);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 0.25s ease;
}
footer .footer_menu ul li a:hover {
  color: #B08D4F;
}
footer .copyright {
  padding: 0 0 2.8rem;
  text-align: center;
}
footer .copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-family: "Marcellus", serif;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
}

/* PC用：右下の丸ボタン（スクロール後に表示） */
.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 3rem;
  bottom: 3rem;
  width: 4.6rem;
  height: 4.6rem;
  padding: 0;
  color: #fff;
  background: #B08D4F;
  box-shadow: 0 1.2rem 2.8rem rgba(48, 45, 41, 0.18);
  font-size: 2rem;
  text-align: center;
  line-height: 4.6rem;
  text-decoration: none;
}
.back-to-top.is-visible {
  display: block;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}

/* SP用：フッター上部の全幅バー（PCでは常に非表示） */
.topBtnSp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .topBtnSp {
    width: 100%;
    padding: 1.2rem;
    color: #FBF8F1;
    background: #302D29;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
  }
  .topBtnSp i {
    color: #B08D4F;
    font-size: 1.6rem;
  }
  .topBtnSp p {
    margin: 0.2rem 0 0;
    font-size: 1.1rem;
  }
  .topBtnSp.is-visible {
    display: block !important;
  }
}

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