@charset "UTF-8";
/*!
Theme Name: PSF
Theme URI:
Description: PSF（Precision Service Force）｜トラック整備・構造変更登録・出張修理｜岐阜。白×ゴールド／アメリカンガレージ。PEEES標準構成・ACF(無料版)対応。
Author: PEEES
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: psf
*/
:root {
  --ink: #141210;
  --ink2: #2b2724;
  --gray: #565044;
  --line: #ddd5c4;
  --cream: #fbf7ee;
  --cream2: #f4eddc;
  --white: #ffffff;
  --gold: #c8a24a;
  --gold-d: #8e6c1e;
  --gold-l: #ebd9a8;
  --red: #a83b2e;
  --hd: 76px;
  --hd-sp: 64px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: var(--ink2);
  background: var(--white);
  overflow-x: hidden;
}

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

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

ul {
  list-style: none;
}

.en {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.slab {
  font-family: "Alfa Slab One", serif;
  font-weight: 400;
}

.ultra {
  font-family: "Ultra", serif;
  font-weight: 400;
}

.rye {
  font-family: "Rye", serif;
  font-weight: 400;
}

h1.jp,
h2.jp,
.shead h2.jp,
.cta h2.jp,
.band .catch.jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.br_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: inline;
  }
}
#loading {
  position: fixed;
  inset: 0;
  background: var(--ink);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    opacity 0.6s,
    visibility 0.6s;
}
#loading.hidden {
  opacity: 0;
  visibility: hidden;
}

.load-plate {
  transform: scale(1.1);
  animation: plateIn 0.8s ease both;
}

@keyframes plateIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
.plate {
  display: inline-block;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 8px;
  padding: 6px 14px 5px;
  position: relative;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}
.plate::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1.5px solid var(--gold);
  border-radius: 5px;
  pointer-events: none;
}
.plate .p-top {
  font-size: 9px;
  letter-spacing: 0.22em;
  color: var(--gold-d);
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
}
.plate .p-main {
  font-family: "Anton", sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--ink);
  text-align: center;
}
.plate .p-btm {
  font-size: 8px;
  letter-spacing: 0.2em;
  color: var(--gray);
  text-align: center;
  line-height: 1.6;
}
.plate.dark {
  background: var(--ink);
  border-color: var(--gold);
}
.plate.dark .p-main {
  color: var(--white);
}
.plate.dark .p-top {
  color: var(--gold-l);
}
.plate.dark .p-btm {
  color: var(--gold-l);
}
.plate.sm .p-main {
  font-size: 20px;
}
.plate.lg .p-main {
  font-size: 44px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--hd);
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  transition:
    background 0.3s,
    box-shadow 0.3s;
}
#header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(
    115deg,
    var(--gold) 0 12px,
    var(--ink) 12px 24px
  );
  opacity: 0.95;
}
#header.on-hero {
  background: transparent;
  border-bottom-color: transparent;
}
#header.on-hero::after {
  opacity: 0;
}
#header.on-hero .gnav a {
  color: var(--white);
}
#header.on-hero .hd-tel {
  color: var(--white);
}
#header.on-hero .hd-logo .tag {
  color: var(--gold-l);
}
#header.on-hero .gnav a.active {
  color: var(--gold-l);
}

.hd-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hd-logo .plate {
  padding: 4px 12px 3px;
}
.hd-logo .plate .p-main {
  font-size: 22px;
}
.hd-logo .tag {
  font-size: 11px;
  letter-spacing: 0.14em;
  line-height: 1.5;
  color: var(--gray);
}
.hd-logo .logo {
  display: flex;
  align-items: center;
  gap: 11px;
}

.logo-truck {
  width: 48px;
  height: auto;
  color: var(--gold-d);
  flex-shrink: 0;
}
.logo-truck rect,
.logo-truck path {
  fill: currentColor;
}

.logo-txt {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo-psf {
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 0.9;
  letter-spacing: 0.01em;
  color: var(--gold-d);
}

.logo-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 8px;
  letter-spacing: 0.15em;
  color: var(--gold-d);
  margin-top: 3px;
  padding-top: 3px;
  border-top: 1.5px solid var(--gold);
  white-space: nowrap;
}

#header.on-hero .logo-truck,
#header.on-hero .logo-psf,
#header.on-hero .logo-sub {
  color: var(--gold-l);
}
#header.on-hero .logo-sub {
  border-top-color: var(--gold-l);
}

@media screen and (max-width: 1024px) {
  .logo-truck {
    width: 40px;
  }
  .logo-psf {
    font-size: 23px;
  }
  .logo-sub {
    font-size: 7px;
    letter-spacing: 0.12em;
  }
}
.hd-right {
  display: flex;
  align-items: center;
  gap: 26px;
}

.gnav {
  display: flex;
  gap: 22px;
}
.gnav a {
  font-family: "Anton", sans-serif;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: var(--ink);
  position: relative;
  padding: 6px 0;
  transition: color 0.2s;
}
.gnav a small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  opacity: 0.7;
  text-align: center;
  line-height: 1.2;
}
.gnav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 0.25s;
}
.gnav a:hover::after,
.gnav a.active::after {
  width: 100%;
}
.gnav a.active {
  color: var(--gold-d);
}

.hd-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hd-tel {
  font-family: "Anton", sans-serif;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: var(--ink);
  line-height: 1;
}
.hd-tel small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.btn-hd {
  background: var(--ink);
  color: var(--white);
  border: 2px solid var(--ink);
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
  transition: 0.25s;
  white-space: nowrap;
}
.btn-hd::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid var(--gold);
  pointer-events: none;
}
.btn-hd:hover {
  background: var(--gold-d);
  border-color: var(--gold-d);
}

#hamburger {
  display: none;
}

#drawer {
  position: fixed;
  inset: 0;
  background: var(--ink);
  z-index: 890;
  padding: 100px 24px 40px;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  overflow-y: auto;
}
#drawer.active {
  transform: translateX(0);
}
#drawer nav a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  border-bottom: 1px solid rgba(200, 162, 74, 0.3);
  padding: 16px 4px;
  color: var(--white);
}
#drawer nav a .en {
  font-size: 22px;
  color: var(--gold-l);
}
#drawer nav a span {
  font-size: 13px;
  letter-spacing: 0.08em;
}

.drawer-info {
  margin-top: 32px;
  color: var(--gold-l);
  font-size: 13px;
  line-height: 2;
}
.drawer-info .tel {
  font-family: "Anton", sans-serif;
  font-size: 30px;
  color: var(--white);
  letter-spacing: 0.03em;
}

main {
  padding-top: 0;
}

.sec {
  padding: 100px 0;
}
.sec.cream {
  background: var(--cream);
}
.sec.ink {
  background: var(--ink);
  color: var(--cream);
}

.inner {
  width: min(1160px, 90%);
  margin-inline: auto;
}

.inner-n {
  width: min(940px, 90%);
  margin-inline: auto;
}

.shead {
  text-align: center;
  margin-bottom: 56px;
}
.shead .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Rye", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--gold-d);
  margin-bottom: 12px;
}
.shead .eyebrow::before,
.shead .eyebrow::after {
  content: "★★★";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  letter-spacing: 0.14em;
  color: var(--gold);
}
.shead h2 {
  font-family: "Ultra", serif;
  font-size: clamp(28px, 4.4vw, 48px);
  line-height: 1.18;
  letter-spacing: 0.005em;
  color: var(--ink);
  text-shadow: 4px 4px 0 var(--gold-l);
}
.shead h2.jp {
  font-size: clamp(27px, 4.1vw, 44px);
}
.shead h2 .g {
  color: var(--gold-d);
}
.shead .ja {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gray);
}

.sec.ink .shead h2 {
  color: var(--white);
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.45);
}
.sec.ink .shead .ja {
  color: var(--gold-l);
}
.sec.ink .shead .eyebrow {
  color: var(--gold-l);
}
.sec.ink .shead .eyebrow::before,
.sec.ink .shead .eyebrow::after {
  background: var(--gold);
}

.lead {
  text-align: center;
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .lead {
    text-align: left;
  }
}

.stripe {
  height: 22px;
  background: repeating-linear-gradient(
    115deg,
    var(--gold) 0 20px,
    var(--ink) 20px 40px
  );
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}
.stripe.thin {
  height: 10px;
  border-width: 1px;
}

.starband {
  background: var(--white);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  padding: 11px 0;
  text-align: center;
  color: var(--gold-d);
  font-family: "Rye", serif;
  font-size: 13px;
  letter-spacing: 0.22em;
}
.starband .st {
  color: var(--gold);
  letter-spacing: 0.3em;
}

.fcard {
  background: var(--white);
  border: 2px solid var(--ink);
  position: relative;
  padding: 34px 28px;
  height: 100%;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.fcard::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid var(--gold);
  pointer-events: none;
}
.fcard:hover {
  transform: translateY(-6px);
  box-shadow: 10px 10px 0 rgba(200, 162, 74, 0.35);
}

.ph {
  background: repeating-linear-gradient(
    45deg,
    #e7e2d6 0 12px,
    #e1dbcd 12px 24px
  );
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ph::before {
  content: "PHOTO";
  font-family: "Anton", sans-serif;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: #b0a68e;
}
.ph.dark {
  background: repeating-linear-gradient(
    45deg,
    #22201d 0 12px,
    #1b1917 12px 24px
  );
}
.ph.dark::before {
  color: #5c5548;
}
.ph.has-img::before {
  display: none;
}
.ph.has-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 260px;
  padding: 20px 34px;
  background: var(--ink);
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 2px solid var(--ink);
  position: relative;
  transition: 0.18s;
  cursor: pointer;
  box-shadow: 6px 6px 0 var(--gold-d);
}
.btn::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid var(--gold);
  transition: 0.25s;
}
.btn:active {
  transform: translate(4px, 4px);
  box-shadow: 2px 2px 0 var(--gold-d);
}
.btn:hover {
  background: var(--gold-d);
  border-color: var(--gold-d);
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0 var(--ink);
}
.btn.gold {
  background: var(--gold);
  border-color: var(--ink);
  color: var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
}
.btn.gold::after {
  border-color: var(--white);
}
.btn.gold:hover {
  background: var(--gold-d);
  border-color: var(--ink);
  color: var(--white);
  box-shadow: 3px 3px 0 var(--ink);
}
.btn.ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: 6px 6px 0 var(--gold);
}
.btn.ghost:hover {
  background: var(--ink);
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .btn {
    min-width: 100%;
  }
}

.arrow {
  font-family: "Anton", sans-serif;
  font-size: 13px;
}

.phero {
  position: relative;
  height: 340px;
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .phero {
    height: 260px;
  }
}

.phero-bg {
  position: absolute;
  inset: 0;
  background-color: #1e1b18;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.055) 0 2px,
      transparent 2px 13px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.055) 0 2px,
      transparent 2px 13px
    ),
    repeating-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.35) 0 1px,
      transparent 1px 13px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0, 0, 0, 0.35) 0 1px,
      transparent 1px 13px
    );
}

.phero-glow {
  position: absolute;
  left: 50%;
  top: 60%;
  width: 100vw;
  height: 60vh;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse,
    rgba(200, 162, 74, 0.28),
    transparent 65%
  );
}

.phero-in {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: var(--hd);
}
.phero-in h1 {
  font-family: "Ultra", serif;
  font-size: clamp(28px, 5.6vw, 54px);
  color: var(--white);
  line-height: 1.14;
  letter-spacing: 0.01em;
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
}
.phero-in .stars {
  color: var(--gold);
  letter-spacing: 0.45em;
  font-size: 11px;
  margin-bottom: 10px;
}
.phero-in .ja {
  margin-top: 8px;
  color: var(--gold-l);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.crumb {
  background: var(--cream);
  font-size: 12px;
  color: var(--gray);
  padding: 12px 0;
  letter-spacing: 0.06em;
}
.crumb a:hover {
  color: var(--gold-d);
}

.seal {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--cream);
  border: 3px solid var(--ink);
  box-shadow: 5px 5px 0 var(--gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  transform: rotate(-9deg);
  flex-shrink: 0;
}
.seal::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 2px dashed var(--gold-d);
  border-radius: 50%;
}
.seal .st {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.3em;
}
.seal .big {
  font-family: "Ultra", serif;
  font-size: 38px;
  line-height: 1;
  color: var(--ink);
  margin: 2px 0 1px;
}
.seal .lb {
  font-family: "Rye", serif;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  color: var(--gold-d);
  line-height: 1.5;
}
.seal.dark {
  background: var(--ink);
  border-color: var(--gold);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
}
.seal.dark .big {
  color: var(--white);
}
.seal.dark .lb {
  color: var(--gold-l);
}

.with-seal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
}
@media screen and (max-width: 768px) {
  .with-seal {
    flex-direction: column;
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .seal {
    width: 124px;
    height: 124px;
  }
  .seal .big {
    font-size: 31px;
  }
}
.rbn {
  display: inline-block;
  background: var(--ink);
  color: var(--gold-l);
  font-family: "Rye", serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 9px 26px;
  position: relative;
  box-shadow: 4px 4px 0 var(--gold);
}
.rbn::before,
.rbn::after {
  content: "★";
  color: var(--gold);
  margin: 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  vertical-align: middle;
}

.cta {
  position: relative;
  background: var(--ink);
  color: var(--white);
  text-align: center;
  padding: 88px 0;
  overflow: hidden;
}
.cta .bg {
  position: absolute;
  inset: 0;
  background-color: #1e1b18;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.055) 0 2px,
      transparent 2px 13px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.055) 0 2px,
      transparent 2px 13px
    ),
    repeating-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.35) 0 1px,
      transparent 1px 13px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0, 0, 0, 0.35) 0 1px,
      transparent 1px 13px
    );
}
.cta .glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90vw;
  height: 70vh;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse,
    rgba(200, 162, 74, 0.25),
    transparent 65%
  );
}
.cta .in {
  position: relative;
  z-index: 2;
}
.cta h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(27px, 4.4vw, 46px);
  line-height: 1.3;
  margin-bottom: 14px;
  letter-spacing: 0.03em;
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.45);
}
.cta h2 .g {
  color: var(--gold);
}
.cta p {
  color: var(--cream);
  font-size: 15px;
  margin-bottom: 34px;
  line-height: 2;
}

.cta-btns {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

footer {
  background: var(--ink);
  color: var(--cream);
  padding: 70px 0 0;
  position: relative;
}

.f-top {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .f-top {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

.f-logo .plate {
  margin-bottom: 18px;
}
.f-logo p {
  font-size: 13.5px;
  color: var(--gold-l);
  line-height: 2;
  letter-spacing: 0.04em;
}

.f-nav h4,
.f-info h4 {
  font-family: "Rye", serif;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: var(--gold);
  margin-bottom: 18px;
}

.f-nav ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.f-nav a {
  font-size: 14px;
  color: var(--cream);
  transition: 0.2s;
  white-space: nowrap;
}
.f-nav a:hover {
  color: var(--gold);
}

.f-info dl div {
  display: flex;
  gap: 12px;
  font-size: 13.5px;
  line-height: 1.9;
  margin-bottom: 9px;
}
.f-info dt {
  color: var(--gold);
  width: 72px;
  flex-shrink: 0;
  font-weight: 700;
}
.f-info .ftel {
  font-family: "Anton", sans-serif;
  font-size: 26px;
  color: var(--white);
  letter-spacing: 0.03em;
  margin-top: 6px;
}

.f-btm {
  border-top: 1px solid rgba(200, 162, 74, 0.28);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--gold-l);
  letter-spacing: 0.06em;
}
.f-btm a:hover {
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .f-btm {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

#toTop {
  position: fixed;
  right: 60px;
  bottom: 50px;
  width: 52px;
  height: 52px;
  background: var(--ink);
  border: 2px solid var(--gold);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Anton", sans-serif;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 800;
}
#toTop.show {
  opacity: 1;
  visibility: visible;
}
#toTop:hover {
  background: var(--gold);
  color: var(--ink);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.rv {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s,
    transform 0.8s;
}
.rv.in {
  opacity: 1;
  transform: none;
}

.privacy-body h2,
.privacy-body h3 {
  font-weight: 900;
  color: var(--ink);
  margin: 26px 0 10px;
  letter-spacing: 0.04em;
}
.privacy-body h3 {
  font-size: 19px;
}
.privacy-body h2 {
  font-size: 22px;
}
.privacy-body p {
  margin-bottom: 24px;
}

.index-list {
  border-top: 1px solid var(--line);
}
.index-list li {
  border-bottom: 1px solid var(--line);
}
.index-list a {
  display: block;
  padding: 20px 4px;
}
.index-list a:hover .il-title {
  color: var(--gold-d);
}
.index-list .il-title {
  display: block;
  font-weight: 900;
  font-size: 17px;
  color: var(--ink);
  letter-spacing: 0.02em;
}
.index-list .il-ex {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: var(--gray);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
  .rv {
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width: 1200px) {
  .gnav {
    gap: 16px;
  }
  .gnav a {
    font-size: 13px;
  }
  .hd-tel {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --hd: var(--hd-sp);
  }
  #header {
    padding: 0 16px;
    height: var(--hd-sp);
  }
  .gnav,
  .btn-hd {
    display: none;
  }
  #hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    background: var(--ink);
    border: none;
    cursor: pointer;
    padding: 0 11px;
    z-index: 900;
  }
  #hamburger span {
    display: block;
    height: 2px;
    background: var(--gold-l);
    transition: 0.3s;
  }
  #hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  #hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  #hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .sec {
    padding: 70px 0;
  }
  .shead {
    margin-bottom: 38px;
  }
}
.hero {
  position: relative;
  height: 100svh;
  min-height: 600px;
  background: var(--ink);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-color: #1e1b18;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.055) 0 2px,
      transparent 2px 13px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.055) 0 2px,
      transparent 2px 13px
    ),
    repeating-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.35) 0 1px,
      transparent 1px 13px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0, 0, 0, 0.35) 0 1px,
      transparent 1px 13px
    );
}

.hero-rays {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170vmax;
  height: 170vmax;
  transform: translate(-50%, -50%);
  background: conic-gradient(
    from 0deg,
    rgba(200, 162, 74, 0.16) 0 6deg,
    transparent 6deg 18deg
  );
  animation: spin 90s linear infinite;
  opacity: 0.9;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.hero-glow {
  position: absolute;
  left: 50%;
  top: 56%;
  width: 120vw;
  height: 80vh;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse at center,
    rgba(200, 162, 74, 0.3),
    transparent 62%
  );
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    transparent 35%,
    rgba(0, 0, 0, 0.72) 100%
  );
}

.hero-inner {
  position: relative;
  z-index: 3;
  width: min(1160px, 90%);
  margin-inline: auto;
  text-align: center;
}

.hero-plate {
  margin-bottom: 26px;
  animation: fadeUp 0.9s 0.2s both;
}

.hero h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: var(--white);
  font-size: clamp(42px, 9vw, 108px);
  line-height: 1.06;
  letter-spacing: 0.02em;
  text-shadow:
    6px 6px 0 rgba(0, 0, 0, 0.55),
    0 0 46px rgba(0, 0, 0, 0.5);
  animation: fadeUp 0.9s 0.35s both;
}
.hero h1 .g {
  color: transparent;
  -webkit-text-stroke: 2px var(--gold);
  background: linear-gradient(180deg, #f4e4b4, #c8a24a 55%, #8e6c1e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero .sub {
  margin-top: 22px;
  color: var(--cream);
  font-size: clamp(14px, 2vw, 17px);
  line-height: 2.1;
  letter-spacing: 0.06em;
  animation: fadeUp 0.9s 0.5s both;
}
.hero .tags {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  animation: fadeUp 0.9s 0.65s both;
}
.hero .tags li {
  border: 1px solid var(--gold);
  color: var(--gold-l);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 7px 16px;
  background: rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 0 rgba(200, 162, 74, 0.35);
}

.hero-stars {
  color: var(--gold);
  letter-spacing: 0.5em;
  font-size: 13px;
  margin-bottom: 12px;
  animation: fadeUp 0.9s 0.3s both;
}

.hero-ribbon {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-family: "Rye", serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 8px 30px;
  margin-bottom: 18px;
  position: relative;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.45);
  animation: fadeUp 0.9s 0.25s both;
}
.hero-ribbon::before,
.hero-ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  border: 19px solid transparent;
}
.hero-ribbon::before {
  left: -19px;
  border-right-color: var(--red);
}
.hero-ribbon::after {
  right: -19px;
  border-left-color: var(--red);
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  z-index: 4;
  color: var(--gold-l);
  font-size: 10px;
  letter-spacing: 0.3em;
  font-family: "Anton", sans-serif;
}
.hero-scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 52px;
  background: linear-gradient(var(--gold), transparent);
  margin: 10px auto 0;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .hero h1 .g {
    color: var(--gold);
    -webkit-text-fill-color: var(--gold);
    -webkit-text-stroke: 0;
  }
}
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media screen and (max-width: 1024px) {
  .svc-grid {
    grid-template-columns: 1fr;
  }
}

.svc-card {
  background: var(--white);
  border: 2px solid var(--ink);
  position: relative;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  overflow: hidden;
}
.svc-card:hover {
  transform: translateY(-8px);
  box-shadow: 12px 12px 0 rgba(20, 18, 16, 0.12);
}
.svc-card .ph {
  height: 190px;
}
.svc-card .body {
  padding: 44px 24px 30px;
  position: relative;
}
.svc-card .no {
  position: absolute;
  left: 22px;
  top: -38px;
  width: 62px;
  height: 66px;
  z-index: 3;
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: 9px 9px 46% 46%/9px 9px 34% 34%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 4px 4px 0 var(--gold);
}
.svc-card .no b {
  font-family: "Rye", serif;
  font-size: 9px;
  letter-spacing: 0.06em;
  color: var(--gold-d);
}
.svc-card .no i {
  font-family: "Ultra", serif;
  font-style: normal;
  font-size: 23px;
  color: var(--ink);
  margin-top: 2px;
}
.svc-card h3 {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: var(--ink);
  line-height: 1.5;
  margin-bottom: 8px;
}
.svc-card .en-s {
  font-family: "Rye", serif;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--gold-d);
  display: block;
  margin-bottom: 10px;
}
.svc-card p {
  font-size: 14.5px;
  line-height: 1.95;
  color: var(--gray);
}
.svc-card .main-badge {
  position: absolute;
  left: 0;
  top: 14px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 5px 14px;
  z-index: 2;
}

.band {
  position: relative;
  background: var(--ink);
  color: var(--white);
  padding: 90px 0;
  overflow: hidden;
  text-align: center;
}
.band .bg {
  position: absolute;
  inset: 0;
  background-color: #1e1b18;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.055) 0 2px,
      transparent 2px 13px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.055) 0 2px,
      transparent 2px 13px
    ),
    repeating-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.35) 0 1px,
      transparent 1px 13px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0, 0, 0, 0.35) 0 1px,
      transparent 1px 13px
    );
}
.band .glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90vw;
  height: 60vh;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse,
    rgba(200, 162, 74, 0.22),
    transparent 65%
  );
}
.band .in {
  position: relative;
  z-index: 2;
}
.band .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(26px, 4.8vw, 52px);
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.45);
}
.band .catch .g {
  color: var(--gold);
}
.band p {
  margin-top: 20px;
  color: var(--cream);
  font-size: 15px;
  line-height: 2.1;
}

.reason {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media screen and (max-width: 1024px) {
  .reason {
    grid-template-columns: 1fr;
  }
}
.reason .fcard {
  text-align: center;
}
.reason .emb {
  width: 88px;
  height: 88px;
  margin: 0 auto 20px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--white);
  box-shadow: 4px 4px 0 var(--gold);
}
.reason .emb::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px dashed rgba(200, 162, 74, 0.6);
  border-radius: 50%;
}
.reason .emb span {
  font-family: "Ultra", serif;
  font-size: 24px;
  color: var(--ink);
}
.reason .emb b {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  color: var(--gold);
  font-size: 11px;
  padding: 0 5px;
}
.reason h3 {
  font-size: 19px;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.reason p {
  font-size: 14.5px;
  color: var(--gray);
  line-height: 1.95;
  text-align: left;
}

.wgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .wgrid {
    grid-template-columns: 1fr;
  }
}

.area-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .area-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.area-map {
  position: relative;
  border: 2px solid var(--ink);
  background: var(--white);
  padding: 30px;
}
.area-map::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid var(--gold);
  pointer-events: none;
}

.area-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  position: relative;
  z-index: 2;
}
.area-list li {
  border: 3px solid var(--ink);
  background: var(--cream);
  text-align: center;
  padding: 18px 6px;
  box-shadow: 4px 4px 0 var(--gold);
}
.area-list li .en {
  display: block;
  font-family: "Ultra", serif;
  font-size: 19px;
  color: var(--gold-d);
  line-height: 1.2;
}
.area-list li span {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.1em;
}
.area-list li small {
  display: block;
  font-size: 11.5px;
  color: var(--gray);
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.sdetail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 3px solid var(--ink);
  margin-bottom: 40px;
  background: var(--white);
  box-shadow: 8px 8px 0 rgba(200, 162, 74, 0.45);
}
.sdetail:nth-child(even) .sd-ph {
  order: 2;
}
.sdetail .sd-ph {
  min-height: 340px;
}
.sdetail .sd-body {
  padding: 44px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sdetail .sd-body .num {
  font-family: "Rye", serif;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--gold-d);
  margin-bottom: 12px;
}
.sdetail .sd-body .num::before {
  content: "★";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  color: var(--gold);
  margin-right: 8px;
  vertical-align: middle;
}
.sdetail .sd-body h3 {
  font-family: "Ultra", serif;
  font-size: clamp(20px, 2.5vw, 30px);
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 6px;
  letter-spacing: 0.03em;
}
.sdetail .sd-body .ja {
  font-size: 19px;
  font-weight: 900;
  color: var(--gold-d);
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}
.sdetail .sd-body p {
  font-size: 15px;
  line-height: 2.05;
  color: var(--ink2);
}
.sdetail .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.sdetail .tags li {
  border: 1px solid var(--gold-d);
  color: var(--gold-d);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 5px 13px;
}
@media screen and (max-width: 1024px) {
  .sdetail {
    grid-template-columns: 1fr;
  }
  .sdetail:nth-child(even) .sd-ph {
    order: 0;
  }
  .sdetail .sd-ph {
    min-height: 220px;
  }
  .sdetail .sd-body {
    padding: 32px 24px;
  }
}

.flow {
  counter-reset: f;
}
.flow li {
  position: relative;
  padding: 0 0 40px 84px;
}
.flow li::before {
  counter-increment: f;
  content: counter(f, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: -8px;
  width: 52px;
  height: 52px;
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: 50%;
  box-shadow: 3px 3px 0 var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Ultra", serif;
  font-size: 19px;
  color: var(--ink);
  line-height: 1;
}
.flow li::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 52px;
  bottom: 8px;
  width: 2px;
  background: repeating-linear-gradient(
    var(--gold) 0 6px,
    transparent 6px 12px
  );
}
.flow li:last-child {
  padding-bottom: 0;
}
.flow li:last-child::after {
  display: none;
}
.flow h3 {
  font-size: 19px;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}
.flow p {
  font-size: 15px;
  color: var(--gray);
}

.hilite {
  background: var(--cream);
  border: 2px solid var(--ink);
  position: relative;
  padding: 44px 40px;
}
.hilite::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid var(--gold);
  pointer-events: none;
}
.hilite h3 {
  font-size: 22px;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 14px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .hilite {
    padding: 30px 22px;
  }
}

.case2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
@media screen and (max-width: 1024px) {
  .case2 {
    grid-template-columns: 1fr;
  }
}
.case2 .en-s {
  font-family: "Rye", serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--gold-d);
  display: block;
  margin-bottom: 10px;
}

.faq-item {
  border: 2px solid var(--ink);
  background: var(--white);
  margin-bottom: 14px;
}
.faq-item.open .faq-q .tg {
  transform: rotate(45deg);
}

.faq-q {
  padding: 22px 26px;
  font-weight: 900;
  font-size: 16px;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  letter-spacing: 0.04em;
}
.faq-q .qm {
  font-family: "Alfa Slab One", serif;
  color: var(--gold-d);
  font-size: 18px;
  line-height: 1.4;
}
.faq-q .tg {
  margin-left: auto;
  font-family: "Anton", sans-serif;
  color: var(--gold-d);
  font-size: 20px;
  transition: transform 0.3s;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-a .in {
  padding: 0 26px 24px 62px;
  font-size: 15px;
  color: var(--gray);
  line-height: 2;
}

.wtabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}

.wtab {
  border: 2px solid var(--ink);
  background: var(--white);
  padding: 11px 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: 0.18s;
  box-shadow: 4px 4px 0 var(--gold-l);
}
.wtab:hover {
  background: var(--cream2);
}
.wtab.active {
  background: var(--ink);
  color: var(--gold-l);
  box-shadow: 4px 4px 0 var(--gold);
}

a.wtab {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.wcard {
  border: 2px solid var(--ink);
  background: var(--white);
  overflow: hidden;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.wcard:hover {
  transform: translateY(-6px);
  box-shadow: 10px 10px 0 rgba(200, 162, 74, 0.35);
}
.wcard .ph {
  height: 210px;
}
.wcard .body {
  padding: 20px 20px 24px;
}
.wcard .cat {
  display: inline-block;
  background: var(--ink);
  color: var(--gold-l);
  font-family: "Rye", serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  padding: 5px 16px 5px 12px;
  margin-bottom: 12px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%);
}
.wcard h3 {
  font-size: 17px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.6;
  margin-bottom: 8px;
}
.wcard p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.9;
}
.wcard .meta {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed var(--line);
  font-size: 12.5px;
  color: var(--gray);
  letter-spacing: 0.04em;
}

.psf-pager {
  margin-top: 50px;
  text-align: center;
}
.psf-pager .nav-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.psf-pager .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 12px;
  border: 2px solid var(--ink);
  background: var(--white);
  font-family: "Anton", sans-serif;
  font-size: 15px;
  color: var(--ink);
  box-shadow: 3px 3px 0 var(--gold-l);
  transition: 0.18s;
}
.psf-pager .page-numbers.current {
  background: var(--ink);
  color: var(--gold-l);
  box-shadow: 3px 3px 0 var(--gold);
}
.psf-pager .page-numbers.dots {
  border-color: transparent;
  box-shadow: none;
  background: transparent;
}
.psf-pager a.page-numbers:hover {
  background: var(--cream2);
}

.works-single {
  margin-bottom: 20px;
}

.ws-head {
  margin-bottom: 30px;
}
.ws-head .cat {
  display: inline-block;
  background: var(--ink);
  color: var(--gold-l);
  font-family: "Rye", serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  padding: 5px 16px 5px 12px;
  margin-bottom: 16px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%);
}

.ws-title {
  font-size: clamp(22px, 3.4vw, 32px);
  font-weight: 900;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: 0.02em;
}

.ws-meta {
  margin-top: 22px;
  border-top: 1px solid var(--line);
}
.ws-meta div {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding: 12px 4px;
}
.ws-meta dt {
  width: 130px;
  flex-shrink: 0;
  font-weight: 700;
  color: var(--gold-d);
  font-size: 14px;
}
.ws-meta dd {
  font-size: 15px;
  color: var(--ink2);
}

.ws-body {
  font-size: 15.5px;
  line-height: 2.1;
}
.ws-body h2,
.ws-body h3 {
  font-weight: 900;
  color: var(--ink);
  margin: 30px 0 12px;
  letter-spacing: 0.04em;
}
.ws-body h3 {
  font-size: 19px;
}
.ws-body p {
  margin-bottom: 22px;
}
.ws-body img {
  margin: 16px 0;
  border: 2px solid var(--ink);
}

.ws-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px dashed var(--line);
  font-size: 14px;
}
.ws-nav .prev {
  text-align: left;
}
.ws-nav .next {
  text-align: right;
}
.ws-nav a {
  color: var(--ink2);
  transition: 0.2s;
}
.ws-nav a:hover {
  color: var(--gold-d);
}
.ws-nav .back .btn {
  min-width: auto;
  padding: 14px 24px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ws-nav {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ws-nav .prev,
  .ws-nav .next {
    text-align: center;
  }
}

.msg {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 46px;
  align-items: center;
}
.msg .ph {
  min-height: 440px;
  border: 2px solid var(--ink);
}
.msg h3 {
  font-family: "Anton", sans-serif;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.3;
  color: var(--ink);
  margin-bottom: 8px;
}
.msg .lead-ja {
  font-size: 20px;
  font-weight: 900;
  color: var(--gold-d);
  letter-spacing: 0.06em;
  margin-bottom: 22px;
}
.msg p {
  font-size: 15.5px;
  line-height: 2.15;
  margin-bottom: 18px;
}
.msg .sign {
  margin-top: 28px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--gray);
}
.msg .sign strong {
  font-size: 20px;
  color: var(--ink);
  letter-spacing: 0.12em;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .msg {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .msg .ph {
    min-height: 300px;
  }
}

.value {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .value {
    grid-template-columns: 1fr;
  }
}
.value .v {
  border: 2px solid var(--ink);
  background: var(--white);
  padding: 34px 26px;
  position: relative;
}
.value .v::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid var(--gold);
  pointer-events: none;
}
.value .v .en-s {
  font-family: "Rye", serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--gold-d);
  display: block;
  margin-bottom: 10px;
}
.value .v h3 {
  font-size: 19px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.6;
  margin-bottom: 12px;
}
.value .v p {
  font-size: 14.5px;
  color: var(--gray);
  line-height: 1.95;
}

.dl {
  border-top: 1px solid var(--line);
}
.dl div {
  display: flex;
  border-bottom: 1px solid var(--line);
  padding: 20px 6px;
}
.dl dt {
  width: 210px;
  flex-shrink: 0;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.08em;
  font-size: 15px;
}
.dl dd {
  flex: 1;
  font-size: 15.5px;
  color: var(--ink2);
}
@media screen and (max-width: 1024px) {
  .dl div {
    flex-direction: column;
    padding: 16px 4px;
  }
  .dl dt {
    width: auto;
    margin-bottom: 4px;
    font-size: 14px;
    color: var(--gold-d);
  }
}

.map {
  position: relative;
}
.map iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}

.form-wrap {
  background: var(--white);
  border: 2px solid var(--ink);
  padding: 52px 48px;
  position: relative;
}
.form-wrap::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid var(--gold);
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .form-wrap {
    padding: 32px 20px;
  }
}

.f-row {
  margin-bottom: 26px;
  position: relative;
  z-index: 2;
}
.f-row label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}
.f-row input,
.f-row select,
.f-row textarea {
  width: 100%;
  border: 2px solid var(--line);
  background: var(--cream);
  padding: 15px 16px;
  font-family: inherit;
  font-size: 15.5px;
  color: var(--ink2);
  transition: 0.2s;
}
.f-row input:focus,
.f-row select:focus,
.f-row textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: var(--white);
}
.f-row textarea {
  min-height: 180px;
  resize: vertical;
  line-height: 1.9;
}

.req {
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3px 10px;
}

.opt {
  background: var(--cream2);
  color: var(--gray);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3px 10px;
  border: 1px solid var(--line);
}

.f-note {
  font-size: 13px;
  color: var(--gray);
  margin-top: 8px;
  line-height: 1.8;
}

.f-privacy {
  text-align: center;
  font-size: 14px;
  margin: 32px 0 24px;
}
.f-privacy a {
  color: var(--gold-d);
  text-decoration: underline;
}

.f-submit {
  text-align: center;
}

.tel-box {
  border: 3px solid var(--ink);
  background: var(--cream);
  padding: 34px;
  text-align: center;
  position: relative;
  box-shadow: 8px 8px 0 var(--gold);
}
.tel-box::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid var(--gold);
  pointer-events: none;
}
.tel-box .lbl {
  font-family: "Rye", serif;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--gold-d);
}
.tel-box .num {
  font-family: "Anton", sans-serif;
  font-size: clamp(34px, 5vw, 48px);
  color: var(--ink);
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: 6px 0;
}
.tel-box .hours {
  font-size: 13.5px;
  color: var(--gray);
}

.f-row input.cf-invalid,
.f-row select.cf-invalid,
.f-row textarea.cf-invalid {
  border-color: var(--red);
  background: #fff;
}

.cf-actions {
  text-align: center;
  margin-top: 8px;
  position: relative;
  z-index: 2;
}

.cf-error {
  color: var(--red);
  font-weight: 700;
  font-size: 14px;
  margin-top: 14px;
}

.cf-confirm {
  display: none;
  position: relative;
  z-index: 2;
}

.cf-confirm-note {
  text-align: center;
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 20px;
}

.cf-review {
  border-top: 1px solid var(--line);
}
.cf-review > div {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding: 14px 4px;
}
.cf-review dt {
  width: 150px;
  flex-shrink: 0;
  font-weight: 700;
  color: var(--gold-d);
  font-size: 14px;
}
.cf-review dd {
  flex: 1;
  font-size: 15px;
  color: var(--ink2);
  white-space: pre-wrap;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .cf-review > div {
    flex-direction: column;
    gap: 4px;
  }
  .cf-review dt {
    width: auto;
  }
}

.cf-confirm-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 26px;
}

.form-wrap form.confirming .cf-fields,
.form-wrap form.confirming .cf-actions {
  display: none;
}
.form-wrap form.confirming .cf-confirm {
  display: block;
}
