﻿@charset "UTF-8";
/* ==========================================================================
   FPCNZ Group 繧ｳ繝ｼ繝昴Ξ繝ｼ繝・TOP・・C・牙ｰら畑繧ｹ繧ｿ繧､繝ｫ
   - Figma: FPCNZ Corporate TOP (PC) / node 190-1390
   - 菴咏區繝ｻ繧ｵ繧､繧ｺ繝ｻ濶ｲ繝ｻ繝輔か繝ｳ繝医・ Figma Inspect 縺ｮ謨ｰ蛟､繧偵◎縺ｮ縺ｾ縺ｾ菴ｿ逕ｨ
   - reset.css 竊・style-tokens.css 竊・style.css 縺ｮ鬆・〒隱ｭ縺ｿ霎ｼ繧
   ========================================================================== */

:root {
  /* --- 繝励Ο繧ｸ繧ｧ繧ｯ繝医き繝ｩ繝ｼ・・igma 螟画焚繧医ｊ・・----------------------------- */
  --c-azure-18: #0e224c;   /* Blue Zodiac : 繝｡繧､繝ｳ邏ｺ */
  --c-azure-25: #15326d;   /* Biscay      : 譏弱ｋ繧∫ｴｺ */
  --c-azure-14: #1e2229;   /* Shark       : 鮟偵↓霑代＞邏ｺ */
  --c-azure-10: #08122c;   /* 譛證礼ｴｺ */
  --c-azure-29: #414652;   /* Mako        : 繧ｰ繝ｬ繧､繝・す繝･邏ｺ */
  --c-red-48:  #c8302c;    /* Persian Red : 襍､繧｢繧ｯ繧ｻ繝ｳ繝・*/
  --c-red-79:  #e7b7ae;    /* Shilo */
  --c-cream:   #faf8f1;    /* Merino      : 逕滓・繧願レ譎ｯ */
  --c-sisal:   #d8d3c4;    /* Sisal */
  --c-linen:   #e4e0d4;    /* Satin Linen */
  --c-manhattan: #f4c9a0;
  --c-pale-sky: #6b7280;

  /* --- 繝輔か繝ｳ繝医ヵ繧｡繝溘Μ繝ｼ・・igma: Font1/2/3・・--------------------------- */
  --font-jp:   "Noto Sans JP", system-ui, sans-serif;           /* Font 2 譛ｬ譁・*/
  --font-mincho: "Shippori Mincho", "Yu Mincho", serif;          /* Font 3 螟ｧ隕句・縺・*/
  --font-brush: "Yuji Syuku", "Shippori Mincho", serif;          /* Font 1 遲・・陬・｣ｾ隕句・縺・*/
}

/* 繝吶・繧ｹ縺ｮ body 繧偵ョ繧ｶ繧､繝ｳ縺ｫ蜷医ｏ縺帙ｋ・・eset 蠕後・荳頑嶌縺搾ｼ・*/
body {
  font-family: var(--font-jp);
  color: var(--c-azure-18);
  background-color: var(--c-cream);
  overflow-x: hidden;
}

/* 繝壹・繧ｸ蜈ｨ菴薙・繧ｳ繝ｳ繝・Φ繝・棧・・igma artboard 蜀・・ frame = 1920px蜷ｸ縺費ｼ画悽菴薙↓荳頑剞繧・・縺代↑縺・ｼ・*/
.page {
  position: relative;
  width: 100%;
  margin-inline: auto;
  overflow: clip; /* hidden → clip: 横はみ出しはクリップしつつ sticky を壊さない */
}

/* ==========================================================================
   HEADER・・igma node 195:492 / 1920ﾃ・6・・   - 閭梧勹 逋ｽ99% + blur6px縲？ERO 縺ｮ荳翫↓驥阪↑繧・   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 66px;
  padding-bottom: 1px;
  background-color: rgba(255, 255, 255, 0.99);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-bottom: 1px solid #ffffff;
}

.site-header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding-inline: 40px;
}

/* 繝ｭ繧ｴ・・ap 13px・・*/
.site-header__logo {
  display: flex;
  align-items: center;
  gap: 13px;
}
.site-header__logo:hover { opacity: 1; }

.site-header__logo-mark {
  width: 42px;
  height: 42px;
}
.site-header__logo-mark--wide { width: auto; height: 40px; }
/* やきとり・寿司はヘッダー横長ロゴを大きめに（TOPには影響させない） */
.p-yakitori .site-header__logo-mark--wide,
.p-sushi-round .site-header__logo-mark--wide { height: 52px; }
.p-yakitori .drawer__logo-mark--wide,
.p-sushi-round .drawer__logo-mark--wide { height: 46px; }

.site-header__logo-text {
  display: flex;
  flex-direction: column;
}

.site-header__logo-name {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 18px;
  line-height: 20.7px;
  letter-spacing: 2.52px;
  color: var(--c-azure-25);
}

.site-header__logo-sub {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 9.5px;
  line-height: 10.93px;
  letter-spacing: 3.23px;
  text-transform: uppercase;
  color: var(--c-pale-sky);
}

/* MENU・・183 / px40 / gap20 / h65・・*/
.site-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 183px;
  height: 65px;
  padding-inline: 40px;
}

.site-header__menu-label {
  font-family: "Inter", var(--font-jp);
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: var(--c-azure-25);
  white-space: nowrap;
}

.site-header__menu-icon {
  width: 33.347px;
  height: auto;
}

/* ==========================================================================
   HERO / FV・・igma node 190:1049 / 1920ﾃ・80・・   - 蝗ｺ螳・1920px PC 繝・じ繧､繝ｳ繧貞ｺｧ讓吶←縺翫ｊ縺ｫ邨ｶ蟇ｾ驟咲ｽｮ縺ｧ蜀咲樟
   ========================================================================== */
.hero {
  position: relative;
  width: 100%;
  height: 960px;
  overflow: hidden;
  color: #ffffff;
}

/* 背景写真：1920px超でも隙間が出ないよう全幅カバーに変更（元は1920px固定キャンバス前提の絶対px指定だった） */
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 32%;
  transform: scale(1.18);
  transform-origin: center 30%;
}

/* 繧ｪ繝ｼ繝舌・繝ｬ繧､1・壼ｷｦ荳頑ｿ・・蜿ｳ荳区ｷ｡縺ｮ譁懊ａ繧ｰ繝ｩ繝・*/
.hero__overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    105deg,
    rgba(14, 34, 76, 0.9) 0%,
    rgba(21, 50, 109, 0.72) 42%,
    rgba(21, 50, 109, 0.42) 100%
  );
}

/* 繧ｪ繝ｼ繝舌・繝ｬ繧､2・壻ｸ九°繧我ｸ翫∈證冷・騾乗・ */
.hero__overlay2 {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    to top,
    rgba(10, 26, 60, 0.55) 0%,
    rgba(10, 26, 60, 0) 38%
  );
}

.hero__geo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 1;
  opacity: 0.12;
}

/* ---- 蟾ｦ遶ｯ陬・｣ｾ・壼､ｧ縺阪↑譌･縺ｮ荳ｸ (deco-hinomaru.png / sasa1 202:2) ---------- */
/* Figma: x=-203, y=270 / w=406, h=406縲・縺九￥繧後☆縺・蟇ｾ遲悶〒 left 繧・-90px 縺ｫ隱ｿ謨ｴ */
.hero__deco-maru {
  position: absolute;
  left: -90px;
  top: 270px;
  width: 406px;
  height: auto;
  pointer-events: none;
  opacity: 0.88;
  z-index: 2;
}

/* ---- 蟾ｦ荳願｣・｣ｾ・夐搨豬ｷ豕｢髮ｲ・亥ｷｦ・・adsdsa1 202:44 ---- */
/* Figma蠎ｧ讓・ x=-193, y=41 / w=635, h=248
   isolation:isolate 繧・hero 縺ｫ險ｭ螳壽ｸ医∩縺ｮ縺溘ａ縲”ero蜀・Κ縺ｨscreen蜷域・縺輔ｌ繧・*/
.hero__deco-cloud {
  position: absolute;
  left: -193px;
  top: 41px;
  width: 635px;
  height: auto;
  pointer-events: none;
  opacity: 0.55;
  z-index: 3;
}

/* ---- 蜿ｳ荳玖｣・｣ｾ・夐搨豬ｷ豕｢髮ｲ・亥承・・adsdsa2 202:3471 ---- */
/* Figma蠎ｧ讓・ x=1328, y=703 / w=635, h=248 */
.hero__deco-cloud-r {
  position: absolute;
  left: 1328px;
  top: 703px;
  width: 635px;
  height: auto;
  pointer-events: none;
  opacity: 0.55;
  transform: scaleX(-1);
  z-index: 3;
}

/* ---- 繧ｰ繝ｬ繧､繝ｳ繝・け繧ｹ繝√Ε (grain.png 190:1046) --------------------------- */
/* FV蜈ｨ菴薙↓阮・￥縺九°繧九ヵ繧｣繝ｫ繝繧ｰ繝ｬ繧､繝ｳ縲Ｎix-blend-mode: overlay 縺ｧ閾ｪ辟ｶ縺ｫ */
.hero__grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.04;
  mix-blend-mode: overlay;
  z-index: 4;
}

/* NZ轤ｹ謠丞慍蝗ｳ・・99:483 / 436ﾃ・17・牙承蛛ｴ陬・｣ｾ
   ※ .hero（画面幅いっぱい）基準だと画面サイズが変わるたびにテキストとの位置関係がズレるため、
   テキストと同じ固定幅の .hero__wrap（1200px）の中に内包し、その基準で位置を取り直した */
.hero__map {
  position: absolute;
  right: 150px;
  top: -4px;
  width: 436px;
  aspect-ratio: 436 / 517;
  height: auto;
  pointer-events: none;
  z-index: 5;
}
/* SP専用: 本文の裏にabsolute配置する複製（PC/タブレットでは非表示）
   ※以前はflow配置で「FV全体が縦に長くなる」原因だったため、absoluteに変更 */
.hero__map-mobile {
  display: none;
  pointer-events: none;
}
.hero__map-mobile img {
  width: 100%;
  height: auto;
  display: block;
}

/* 繧ｳ繝ｳ繝・Φ繝・棧・・90:1055 / x360 y197.24 / 1200ﾃ・85.52・・*/
.hero__wrap {
  position: absolute;
  left: 50%;
  top: 197.24px;
  transform: translateX(-50%);
  width: 1200px;
  height: 485.52px;
  z-index: 6;
}

/* 繝・く繧ｹ繝亥・・・90:1056 / left40 / 680蟷・ｼ・*/
.hero__inner {
  position: absolute;
  left: 40px;
  top: 0;
  width: 680px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

/* 繧｢繧､繝悶Ο繧ｦ・・90:1057・・*/
.hero__eyebrow {
  display: flex;
  align-items: center;
  height: 20.39px;
}
.hero__hinomaru {
  width: 11px;
  height: 11px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: var(--c-red-48);
  box-shadow: 0 0 0 5px rgba(200, 48, 44, 0.25);
}
.hero__eyebrow-text {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 12px;
  line-height: 20.4px;
  letter-spacing: 4.08px;
  text-transform: uppercase;
  color: #ffffff;
}

/* 隕句・縺・h1・・90:1061・售hippori Mincho Bold 68 / lh77.52 / ls0.68・・*/
.hero__title {
  width: 680px;
  margin: 0;
  padding-top: 8.06px;
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 68px;
  line-height: 77.52px;
  letter-spacing: 0.68px;
  color: #ffffff;
}
.hero__title-accent { color: var(--c-manhattan); }

/* 譌･譛ｬ隱槭さ繝斐・・・90:1064・唳uji Syuku 30 / lh51 / ls3・・*/
.hero__jp {
  width: 680px;
  font-family: var(--font-brush);
  font-weight: 400;
  font-size: 30px;
  line-height: 51px;
  letter-spacing: 3px;
  color: #ffffff;
}

/* 闍ｱ隱槭し繝厄ｼ・95:483・・*/
.hero__en {
  width: 680px;
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 3px;
  color: #ffffff;
}

/* 譛ｬ譁・Μ繝ｼ繝会ｼ・90:1067・哢oto Sans JP 15.5 / lh29.45 / 逋ｽ82%・・*/
.hero__sub {
  width: 500px;
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 15.5px;
  line-height: 29.45px;
  color: rgba(255, 255, 255, 0.82);
}
.hero__sub-em { font-weight: 300; color: #ffffff; }

/* 繝懊ち繝ｳ陦鯉ｼ・90:1068・喩ap18・・*/
.hero__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 18.79px;
}
.hero__btn {
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 14px;
  line-height: 23.8px;
  letter-spacing: 0.84px;
}
.hero__btn--primary {
  justify-content: space-between;
  width: 229.5px;
  height: 55.8px;
  padding: 0 30px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  color: var(--c-azure-25);
}
.hero__btn--primary:hover { opacity: 1; background-color: rgba(255,255,255,0.9); }
.hero__btn-arrow { margin-left: auto; }
.hero__btn--ghost {
  padding: 16px 31px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.hero__btn--ghost:hover { opacity: 1; background-color: rgba(255,255,255,0.08); }

/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝偵Φ繝茨ｼ・90:1079・・*/
.hero__scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;
  top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 6;
}
.hero__scroll-text {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.hero__scroll-bar {
  width: 1px;
  height: 46px;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* ==========================================================================
   INTRO / OUR BRANDS
   逋ｽ閭梧勹繝ｻ荳ｭ螟ｮ謠・∴繝ｻ荳贋ｸ九ヱ繝・ぅ繝ｳ繧ｰ螟ｧ縺阪ａ
   ========================================================================== */
.intro {
  background-color: #ffffff;
  padding: 120px 40px 128px;
}

.intro__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 760px;
  margin-inline: auto;
}

/* 繝ｭ繧ｴ繝槭・繧ｯ・・8px・・*/
.intro__logo {
  width: 176px;
  height: 176px;
  margin-bottom: -50px;
}

/* 遲・嶌縺崎ｦ句・縺暦ｼ・uji Syuku 28・・*/
.intro__brush {
  font-family: var(--font-brush);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 4px;
  color: var(--c-azure-25);
  margin-bottom: 16px;
}

/* 繝｡繧､繝ｳ隕句・縺暦ｼ・hippori Mincho 38・・*/
.intro__title {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: var(--c-azure-14);
  margin-bottom: 40px;
}

/* 莉募・繧顔ｷ・+ 襍､繝峨ャ繝・*/
.intro__divider {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 165px;
  margin-bottom: 40px;
}
.intro__divider-line {
  flex: 1;
  height: 1px;
  background-color: var(--c-sisal);
}
.intro__divider-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--c-red-48);
  flex-shrink: 0;
}

/* 譛ｬ譁・ユ繧ｭ繧ｹ繝茨ｼ・oto Sans JP / lh2.2・・*/
.intro__text {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.5px;
  color: var(--c-azure-29);
  margin-bottom: 56px;
}
.intro__text p + p {
  margin-top: 0;
}

/* Our Brands 繝懊ち繝ｳ・育ｴｺ閭梧勹 / 逋ｽ譁・ｭ暦ｼ・*/
.intro__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 48px;
  background-color: var(--c-azure-18);
  color: #ffffff;
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 2px;
  border-radius: 2px;
  transition: background-color 0.25s ease;
}
.intro__btn:hover { opacity: 1; background-color: var(--c-azure-25); }

/* ==========================================================================
   OUR RESTAURANTS
   Figma node 190:1099 / 1920x2408px
   bg: #15326d + rest-bg.jpg (tiled) / left sticky 424px / right stack 624px
   ========================================================================== */
.rest {
  position: relative;
  background-color: var(--c-azure-25);
  overflow: clip; /* hidden → clip: 背景クリップを保ちつつ sticky を壊さない */
}

/* 背景テクスチャ画像 (rest-bg.jpg を縦タイル) */
.rest__bg-base {
  position: absolute;
  inset: 0;
  background-image: url(../img/common/rest-bg.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  pointer-events: none;
  z-index: 0;
}

/* 青海波オーバーレイ 6% / top:120px から開始 */
.rest__seigaiha {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/common/rest-seigaiha.png);
  background-repeat: repeat;
  background-size: 120px auto;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}

/* 赤ライン top:120px / 3px */
.rest__redline {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--c-red-48);
  z-index: 1;
}

/* 2カラムレイアウト / padding:72px / gap:72px / justify:center */
.rest__layout {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 72px;
  gap: 72px;
}

/* ---- 左：sticky テキストブロック / 424x709px ---- */
.rest__left {
  flex-shrink: 0;
  width: 500px;
  height: 709px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 0;
  color: #ffffff;
}

.rest__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
}
.rest__eyebrow-line {
  display: block;
  flex-shrink: 0;
  width: 26px;
  height: 1.5px;
  background-color: #e7b7ae;
}
.rest__eyebrow-text {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  color: #e7b7ae;
}

.rest__title {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 46px;
  line-height: 56.12px;
  letter-spacing: 1.38px;
  color: #ffffff;
  margin-bottom: 20px;
}

.rest__jp-br { display: none; }
@media (min-width: 769px) and (max-width: 1024px) {
  /* SPより上〜1024pxの範囲だけ「、」の位置で改行 */
  .rest__jp-br { display: inline; }
}

.rest__jp {
  font-family: var(--font-brush);
  font-weight: 400;
  font-size: 27px;
  line-height: 45.9px;
  letter-spacing: 1.89px;
  color: #f4c9a0;
  white-space: nowrap;
  margin-bottom: 0;
}

.rest__sub {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 14.5px;
  line-height: 29.73px;
  letter-spacing: 0;
  color: rgba(255,255,255,0.74);
  max-width: 370px;
  margin-bottom: 34px;
}
/* About「Who We Are」本文：行末に単語が1つだけ落ちるのを防ぐ */
.p-about .rest__sub { text-wrap: pretty; max-width: 480px; }

/* ========== NEWS DETAIL（single post：メニュー投稿＝画像だけ／通常投稿＝画像＋本文）========== */
.news-detail {
  padding: 120px 24px 100px;
  background: #f7f5ed;
}
.news-detail .nd-inner {
  max-width: 860px;
  margin: 0 auto;
}
.news-detail .nd-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.news-detail .nd-date {
  font-family: var(--font-jp);
  font-size: 14px;
  letter-spacing: 1px;
  color: #8a94a6;
}
.news-detail .nd-cat {
  font-family: var(--font-jp);
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  background: #12254c;
  padding: 4px 13px;
  border-radius: 3px;
}
.news-detail .nd-title {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.55;
  color: #12254c;
  margin: 0 0 30px;
}
.news-detail .nd-eyecatch {
  margin: 0 0 32px;
}
.news-detail .nd-eyecatch img {
  display: block;
  width: 100%;
  height: auto;              /* ← アイキャッチをトリミングせず原寸(縦全部)で表示 */
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
}
.news-detail .nd-body {
  font-family: var(--font-jp);
  font-size: 15.5px;
  line-height: 1.95;
  color: #333;
}
.news-detail .nd-body img { max-width: 100%; height: auto; }
.news-detail .nd-body p { margin: 0 0 1.4em; }
.news-detail .nd-back {
  margin-top: 52px;
  text-align: center;
}
.news-detail .nd-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-jp);
  font-size: 14px;
  letter-spacing: 1px;
  color: #12254c;
  border: 1px solid #12254c;
  padding: 12px 28px;
  border-radius: 2px;
  transition: background .2s, color .2s;
}
.news-detail .nd-back-btn:hover {
  background: #12254c;
  color: #fff;
}
@media (max-width: 768px) {
  .news-detail { padding: 88px 20px 64px; }
  .news-detail .nd-title { font-size: 23px; }
  .news-detail .nd-eyecatch { margin-bottom: 24px; }
}

/* 記事下ナビ（前の記事 / 一覧に戻る / 次の記事） */
.news-detail .nd-nav {
  margin-top: 52px;
  padding-top: 30px;
  border-top: 1px solid #e3ddce;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}
.news-detail .nd-nav__side { min-width: 0; }
.news-detail .nd-nav__side--prev { text-align: left; }
.news-detail .nd-nav__side--next { text-align: right; }
.news-detail .nd-nav__link {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  max-width: 100%;
}
.news-detail .nd-nav__dir {
  font-family: var(--font-jp);
  font-size: 12px;
  letter-spacing: 1px;
  color: #8a94a6;
}
.news-detail .nd-nav__ttl {
  font-family: var(--font-jp);
  font-size: 14px;
  line-height: 1.5;
  color: #12254c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color .2s;
}
.news-detail .nd-nav__link:hover .nd-nav__ttl { color: var(--c-manhattan, #b8912f); }
.news-detail .nd-nav__index {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  font-family: var(--font-jp);
  font-size: 14px;
  letter-spacing: 1px;
  color: #12254c;
  border: 1px solid #12254c;
  padding: 12px 24px;
  border-radius: 2px;
  white-space: nowrap;
  transition: background .2s, color .2s;
}
.news-detail .nd-nav__index:hover { background: #12254c; color: #fff; }
@media (max-width: 768px) {
  .news-detail .nd-nav {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "prev next" "index index";
    gap: 18px 12px;
  }
  .news-detail .nd-nav__side--prev { grid-area: prev; }
  .news-detail .nd-nav__side--next { grid-area: next; }
  .news-detail .nd-nav__index { grid-area: index; }
  .news-detail .nd-nav__ttl { font-size: 13px; }
}

/* 04 --- BRANDS */
.rest__count {
  display: flex;
  align-items: center;
}
.rest__count-num {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  color: #ffffff;
  letter-spacing: 0.8px;
  margin-right: 16px;
}
.rest__count-line {
  width: 48px;
  height: 1px;
  background-color: rgba(255,255,255,0.32);
  margin-right: 16px;
}
.rest__count-label {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2.64px;
  color: rgba(255,255,255,0.55);
}

/* ---- 右：カードスタック / 624px / py:144px / gap:48px ---- */
.rest__stack {
  min-width: 0;
  width: 624px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 144px;
  padding-bottom: 144px;
}

/* カード本体 / aspect-ratio 624:476 / shadow */
.rest__card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 624 / 476;
  border-radius: 4px;
  overflow: hidden;
  color: #ffffff;
  box-shadow: 0 26px 64px rgba(6,16,42,0.5);
  transition: transform 0.3s ease;
}
.rest__card:hover { opacity: 1; transform: translateY(-4px); }

.rest__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

/* スクリム：下から上グラデ */
.rest__card-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8,18,44,0.84) 0%,
    rgba(8,18,44,0.2) 46%,
    rgba(8,18,44,0) 72%
  );
}

/* 番号（左上）top:26px left:28px */
.rest__card-topno {
  position: absolute;
  top: 26px;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.rest__card-hino {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--c-red-48);
  box-shadow: 0 0 0 4px rgba(200,48,44,0.3);
  flex-shrink: 0;
}
.rest__card-no {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 3.12px;
  color: #ffffff;
}

/* キャプション（左下）bottom:29px */
.rest__card-cap {
  position: absolute;
  bottom: 29px;
  left: 30px;
  right: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.rest__card-txt {
  display: flex;
  flex-direction: column;
}
.rest__card-role {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 10.3px;
  letter-spacing: 2.52px;
  color: #f4c9a0;
  text-transform: uppercase;
  display: block;
  margin-bottom: 11px;
}
.rest__card-name {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 29px;
  line-height: 34.22px;
  letter-spacing: 0;
  color: #ffffff;
  display: block;
  margin-bottom: 9px;
}
.rest__card-en {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: rgba(255,255,255,0.92);
  display: block;
  margin-bottom: 6px;
}
.rest__card-desc {
  font-family: var(--font-mincho);
  font-weight: 500;
  font-size: 13.5px;
  line-height: 22.95px;
  letter-spacing: 0;
  color: rgba(255,255,255,0.82);
  display: block;
}
/* 矢印：52px 円形ボーダーボタン */
.rest__card-arrow {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  transition: transform 0.2s ease;
}
.rest__card:hover .rest__card-arrow { transform: translateX(4px); }

/* ==========================================================================
   NEWS & COLUMN
   逕滓・繧願レ譎ｯ・・faf8f1・・ 3繧ｫ繝ｼ繝峨げ繝ｪ繝・ラ
   ========================================================================== */
.news {
  background-color: var(--c-cream);
  padding: 120px 40px 128px;
}

.news__wrap {
  max-width: 1200px;
  margin-inline: auto;
}

/* 繝倥ャ繝繝ｼ */
.news__head {
  margin-bottom: 64px;
}
.news__eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.news__eyebrow-line {
  display: block;
  width: 32px;
  height: 1px;
  background-color: var(--c-red-48);
}
.news__eyebrow-text {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--c-red-48);
}
.news__title {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: var(--c-azure-25);
  margin-bottom: 12px;
}
.news__sub {
  font-family: var(--font-brush);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 3px;
  color: var(--c-azure-29);
}

/* 3繧ｫ繝ｼ繝峨げ繝ｪ繝・ラ・・ap:28px・・*/
.news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 64px;
}

/* 繝九Η繝ｼ繧ｹ繧ｫ繝ｼ繝・*/
.nc {
  display: block;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  color: var(--c-azure-18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.nc:hover { opacity: 1; transform: translateY(-4px); box-shadow: 0 8px 32px rgba(14,34,76,0.10); }

.nc__img {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.nc__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  transition: transform 0.4s ease;
}
.nc:hover .nc__img img { transform: scale(1.04); }

/* 繧ｿ繧ｰ */
.nc__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 4px 12px;
  background-color: rgba(250, 248, 241, 0.95);
  color: #15326d;
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1.5px;
  border-radius: 2px;
}

.nc__body {
  padding: 24px 28px 32px;
}

.nc__date {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--c-pale-sky);
  margin-bottom: 12px;
}
.nc__year { font-weight: 700; color: var(--c-red-48); }
.nc__md   { font-weight: 400; }

.nc__ttl {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0.3px;
  color: var(--c-azure-14);
  margin-bottom: 14px;
}

.nc__text {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.3px;
  color: var(--c-pale-sky);
  margin-bottom: 20px;
}

.nc__more {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 11.5px;
  letter-spacing: 2px;
  color: var(--c-azure-25);
}

/* View All News 繝懊ち繝ｳ */
.news__foot {
  text-align: center;
}
.news__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 48px;
  background-color: var(--c-azure-25);
  border: 1.5px solid var(--c-azure-25);
  color: #ffffff;
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 2px;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.news__btn:hover { opacity: 1; background-color: var(--c-azure-18); border-color: var(--c-azure-18); }
.news__btn-icon {
  display: inline-block;
  transition: transform 0.5s ease;
}
.news__btn:hover .news__btn-icon {
  transform: rotate(360deg);
}

/* ==========================================================================
   RECRUIT
   閭梧勹蜀咏悄 + 蜿ｳ謚懊￠繧ｰ繝ｩ繝・+ 蟾ｦ繝・く繧ｹ繝茨ｼ・l:400px・・   ========================================================================== */
.recruit {
  position: relative;
  height: 600px;
  overflow: hidden;
  color: #ffffff;
  margin-bottom: 0;
}

.recruit__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

/* 蜿ｳ竊貞ｷｦ 繧ｰ繝ｩ繝・・繧ｷ繝ｧ繝ｳ・亥承縺ｯ縺上▲縺阪ｊ蜀咏悄縲∝ｷｦ縺ｯ邏ｺ縺ｧ蠑輔″邱繧・ｼ・*/
.recruit__overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    to right,
    rgba(14, 34, 76, 0.93) 0%,
    rgba(21, 50, 109, 0.80) 45%,
    rgba(21, 50, 109, 0.40) 100%
  );
}

/* 繝・く繧ｹ繝医ヶ繝ｭ繝・け・亥ｷｦ蛛ｴ pl:400px・・*/
.recruit__inner {
  position: absolute;
  inset: 0;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 80px;
}

.recruit__eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.recruit__eyebrow-line {
  display: block;
  width: 32px;
  height: 1px;
  background-color: var(--c-red-79);
}
.recruit__eyebrow-text {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--c-red-79);
}

.recruit__title {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 16px;
}

.recruit__jp {
  font-family: var(--font-brush);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 4px;
  color: var(--c-manhattan);
  margin-bottom: 24px;
}

.recruit__sub {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 14.5px;
  line-height: 2;
  letter-spacing: 0.3px;
  color: rgba(255,255,255,0.82);
  margin-bottom: 40px;
}

.recruit__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background-color: #ffffff;
  border: 1.5px solid #ffffff;
  color: #15326d;
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 2px;
  align-self: flex-start;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.recruit__btn:hover { opacity: 1; background-color: rgba(255,255,255,0.88); border-color: rgba(255,255,255,0.88); }

/* ==========================================================================
   FOOTER
   Blue Zodiac (#0e224c) 閭梧勹 + 襍､3px繝ｩ繧､繝ｳ・・op・・   ========================================================================== */
.footer {
  background-color: var(--c-azure-18);
  color: rgba(255,255,255,0.75);
  margin-top: 0;
  padding-top: 72px;
}

/* 荳顔ｫｯ縺ｮ襍､繝ｩ繧､繝ｳ・・px・・*/
.footer__topline {
  width: 100%;
  height: 3px;
  background-color: var(--c-red-48);
}

.footer__wrap {
  max-width: 1200px;
  margin-inline: auto;
  padding: 72px 40px 0;
}

/* 繝｡繧､繝ｳ繧ｨ繝ｪ繧｢・亥ｷｦ・壹ヶ繝ｩ繝ｳ繝・/ 蜿ｳ・壹リ繝難ｼ・*/
.footer__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

/* ---- 蟾ｦ・壹ヶ繝ｩ繝ｳ繝峨ヶ繝ｭ繝・け ---- */
.footer__brand {
  max-width: 400px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.footer__logo:hover { opacity: 1; }

.footer__logo-mark {
  width: auto;
  height: 40px;
}
.footer__logo-text {
  display: flex;
  flex-direction: column;
}
.footer__logo-name {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 2.4px;
  color: #ffffff;
}
.footer__logo-sub {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 9.5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

.footer__catch {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 12.5px;
  line-height: 2.2;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 32px;
  white-space: nowrap;
}

/* SNS繧｢繧､繧ｳ繝ｳ */
.footer__soc {
  display: flex;
  gap: 16px;
}
.footer__soc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  transition: border-color 0.2s ease;
}
.footer__soc-btn:hover { opacity: 1; border-color: rgba(255,255,255,0.6); }
.footer__soc-btn img {
  width: 18px;
  height: 18px;
 
}

/* ---- 蜿ｳ・壹リ繝薙ご繝ｼ繧ｷ繝ｧ繝ｳ2蛻・---- */
.footer__nav {
  display: flex;
  gap: 80px;
}

.footer__col-ttl {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2.42px;
  text-transform: uppercase;
  color: var(--c-manhattan);
  margin-bottom: 24px;
}

.footer__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__list a {
  position: relative;
  padding-left: 14px;
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: rgba(255,255,255,0.74);
  transition: color 0.2s ease;
}
.footer__list a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background-color: rgba(255,255,255,0.25);
}
.footer__list a:hover { opacity: 1; color: #ffffff; }

/* 繧ｳ繝斐・繝ｩ繧､繝医ヰ繝ｼ */
.footer__bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 32px;
}
.footer__copy {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.55);
}
.footer__policy {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.7);
  transition: color 0.2s ease;
}

/* ==========================================================================
   HAMBURGER ANIMATION
   3本線 → X のアニメーション
   ========================================================================== */

.site-header__menu:hover { opacity: 1; }

.hamburger {
  position: relative;
  width: 33px;
  height: 22px;
  flex-shrink: 0;
}
.hamburger__line {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #d94a3d;
  border-radius: 1.5px;
  transform-origin: center;
  transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1),
              transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
              opacity 0.2s ease;
}
.hamburger__line:nth-child(1) { top: 0; }
.hamburger__line:nth-child(2) { top: 9.5px; }
.hamburger__line:nth-child(3) { top: 19px; }

/* Open state: X */
.is-menu-open .hamburger__line:nth-child(1) { top: 9.5px; transform: rotate(45deg); }
.is-menu-open .hamburger__line:nth-child(2) { opacity: 0; transform: scaleX(0); }
.is-menu-open .hamburger__line:nth-child(3) { top: 9.5px; transform: rotate(-45deg); }

/* ==========================================================================
   DRAWER NAV
   右からスライド（min 520px / SP はフルスクリーン）
   ========================================================================== */

.is-menu-open { overflow: hidden; }

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(520px, 100%);
  height: 100%;
  background-color: var(--c-azure-18);
  z-index: 2100;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
/* 上部の赤ライン */
.drawer::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--c-red-48);
  flex-shrink: 0;
}
.is-menu-open .drawer { transform: translateX(0); }

/* オーバーレイ */
.drawer__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(8, 18, 44, 0.55);
  z-index: 1400;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.is-menu-open .drawer__overlay { opacity: 1; pointer-events: auto; }

/* インナー */
.drawer__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 36px 48px 48px;
  min-height: 0;
}

/* ヘッダー行 */
.drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.drawer__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.drawer__logo:hover { opacity: 1; }
.drawer__logo-mark { width: 36px; height: 36px; }
.drawer__logo-mark--wide { width: auto; height: 34px; }
.drawer__logo-text { display: flex; flex-direction: column; }
.drawer__logo-name {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2.4px;
  color: #ffffff;
}
.drawer__logo-sub {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 8.5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

/* クローズボタン */
.drawer__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.drawer__close:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.08);
}
.drawer__close-icon {
  position: relative;
  width: 14px;
  height: 14px;
}
.drawer__close-icon span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1.5px;
  background-color: rgba(255, 255, 255, 0.85);
}
.drawer__close-icon span:nth-child(1) { transform: translateY(-50%) rotate(45deg); }
.drawer__close-icon span:nth-child(2) { transform: translateY(-50%) rotate(-45deg); }

/* ナビ: レストラン / Company の2グループ構成（footerと同じ内訳） */
.drawer__nav-groups {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.drawer__group-ttl {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin: 20px 0 0;
}
.drawer__group:first-child .drawer__group-ttl { margin-top: 4px; }

/* ナビリスト */
.drawer__list {
  display: flex;
  flex-direction: column;
}
.drawer__item { border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.drawer__item:first-child { border-top: 1px solid rgba(255, 255, 255, 0.08); }
.drawer__link {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 20px 0;
  transition: padding-left 0.25s ease;
}
.drawer__link:hover { opacity: 1; padding-left: 10px; }
.drawer__link-en {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.5px;
  color: #ffffff;
  transition: color 0.2s ease;
}
.drawer__link:hover .drawer__link-en { color: var(--c-manhattan); }
.drawer__link-jp {
  font-family: var(--font-brush);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.4);
}

/* ドロワーフッター */
.drawer__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 36px;
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.drawer__soc { display: flex; gap: 10px; }
.drawer__soc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  transition: border-color 0.2s ease;
}
.drawer__soc-btn:hover { opacity: 1; border-color: rgba(255, 255, 255, 0.6); }
.drawer__soc-btn img {
  width: 14px;
  height: 14px;

}
.drawer__copy {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.35);
}

/* ==========================================================================
   RESPONSIVE — ≤1280px
   HERO の wrap 幅とNZマップを補正
   ========================================================================== */

@media (max-width: 1280px) {
  .hero__wrap { width: calc(100% - 80px); }
  .hero__map { left: auto; right: 0; top: 160px; width: 340px; }
}

/* ==========================================================================
   RESPONSIVE — TABLET ≤1024px
   ========================================================================== */

@media (max-width: 1024px) {
  /* HERO — タブレットで巨大タイトル/装飾を縮小 */
  .hero { height: 880px; }
  .hero__map { width: 240px; top: 200px; right: 20px; }
  .hero__title { font-size: 54px; }
  .hero__deco-cloud { width: 440px; }
  .hero__deco-cloud-r { display: none; }
  .hero__deco-maru { width: 300px; }

  /* OUR RESTAURANTS: 左右比率1:1 */
  .rest__layout { padding: 48px 32px; gap: 32px; }
  .rest__left { width: auto; flex: 1 1 0; }
  .rest__jp { font-size: 22px; }
  .rest__title { font-size: 36px; }
  .rest__stack { width: auto; flex: 1 1 0; min-width: 0; }

  /* NEWS */
  .news { padding: 80px 32px; }
  .news__grid { gap: 20px; }

  /* RECRUIT */
  .recruit__inner { padding: 0 40px; }
}

/* ==========================================================================
   RESPONSIVE — MOBILE SP ≤768px
   ========================================================================== */

@media (max-width: 768px) {

  /* --- HEADER fixed化 --- */
  .site-header {
    position: fixed;
    height: 60px;
    padding-bottom: 0;
    z-index: 2000;
  }
  .site-header__wrap { padding-inline: 20px; max-width: 100%; }
  .site-header__logo-mark { width: 30px; height: 30px; }
  .site-header__logo-mark--wide { width: auto; height: 32px; }
  .p-yakitori .site-header__logo-mark--wide,
  .p-sushi-round .site-header__logo-mark--wide { height: 42px; }
  .site-header__logo-name { font-size: 14px; letter-spacing: 2px; }
  .site-header__logo-sub { font-size: 8px; }
  .site-header__menu { width: auto; height: 60px; padding-inline: 12px; gap: 10px; }
  .site-header__menu-label { font-size: 12px; }

  /* --- HERO 相対レイアウトへ切り替え --- */
  /* 100svhは画面いっぱいの高さで縦長すぎるため、内容に合った固定値に */
  .hero { height: auto; min-height: 620px; }
  .hero__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  .hero__bg img { width: 100%; height: 100%; transform: none; object-position: 65% center; }
  .hero__map { display: none; }
  .hero__deco-maru { width: 180px; left: -50px; top: 200px; }
  .hero__deco-cloud { width: 250px; left: -60px; top: 15px; opacity: 0.4; }
  .hero__deco-cloud-r { display: none; }

  .hero__wrap {
    position: relative;
    left: auto; top: auto; transform: none;
    width: 100%;
    padding: 100px 24px 110px;
    height: auto;
    display: flex;
    align-items: center;
  }
  .hero__inner {
    position: relative;
    left: auto; top: auto;
    width: 100%; height: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-shadow: 0 2px 4px rgba(0,0,0,.85), 0 4px 12px rgba(0,0,0,.6);
  }
  .hero__actions { text-shadow: none; }
  .hero__eyebrow,
  .hero__title,
  .hero__jp,
  .hero__en,
  .hero__sub,
  .hero__actions { position: relative; top: auto; left: auto; width: 100%; }
  .hero__title { font-size: 36px; line-height: 1.22; padding-top: 0; }
  .hero__jp { font-size: 19px; line-height: 1.8; }
  .hero__en { font-size: 11px; }
  .hero__sub { font-size: 13px; width: 100%; }
  .hero__actions {
    flex-direction: column; align-items: center;
    gap: 12px; padding-top: 4px; margin-bottom: 24px;
  }
  .hero__btn--primary { width: 100%; }
  .hero__btn--ghost { width: 100%; justify-content: center; }
  /* 本文の裏に配置（flow配置をやめてFVの縦の長さに影響させない） */
  .hero__map-mobile {
    display: block;
    position: absolute;
    left: 50%; top: 30px;
    transform: translateX(-50%);
    width: 55%; max-width: 220px;
    margin: 0;
    z-index: -1;
  }
  .hero__scroll { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); top: auto; }

  /* --- INTRO --- */
  .intro { padding: 64px 24px; }
  .intro__logo { width: 128px; height: 128px; margin-bottom: 0; }
  .intro__brush { font-size: 20px; }
  .intro__title { font-size: 26px; margin-bottom: 28px; }
  .intro__text { font-size: 14px; margin-bottom: 40px; }
  .intro__divider { margin-bottom: 28px; }

  /* --- OUR RESTAURANTS 縦積みへ --- */
  /* 赤ライン: SPでは縦積みで見出しが伸びるため、文字と被らないよう一番上に固定 */
  .rest__redline { top: 0; }
  .rest__layout { flex-direction: column; padding: 48px 24px; gap: 40px; }
  .rest__left { position: relative; top: auto; width: 100%; height: auto; }
  .rest__jp { white-space: normal; font-size: 21px; }
  .rest__title { font-size: 30px; }
  .rest__sub { max-width: 100%; }
  .rest__stack { width: 100%; padding-top: 0; padding-bottom: 40px; gap: 24px; }
  .rest__card { aspect-ratio: 4 / 3; }

  /* --- NEWS 1カラム --- */
  .news { padding: 64px 24px; }
  .news__head { margin-bottom: 40px; }
  .news__title { font-size: 32px; }
  .news__grid { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }

  /* --- RECRUIT --- */
  .recruit { height: auto; }
  .recruit__overlay {
    background-image: linear-gradient(
      to bottom,
      rgba(14, 34, 76, 0.70) 0%,
      rgba(14, 34, 76, 0.97) 100%
    );
  }
  .recruit__inner {
    position: relative;
    inset: auto;
    padding: 64px 24px;
    max-width: 100%;
    min-height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .recruit__title { font-size: 36px; }
  .recruit__jp { font-size: 18px; }
  .recruit__sub { font-size: 13.5px; }

  /* --- FOOTER --- */
  .footer__wrap { padding: 48px 24px 0; }
  .footer__main { flex-direction: column; gap: 40px; padding-bottom: 40px; }
  .footer__brand { max-width: 100%; }
  .footer__nav { flex-direction: row; gap: 32px; }
  .footer__bot { flex-direction: column; gap: 10px; align-items: flex-start; padding: 20px 0 28px; }

  /* --- DRAWER SP full screen --- */
  .drawer { width: 100%; }
  .drawer__inner { padding: 28px 24px 40px; }
  .drawer__link-en { font-size: 19px; }
}

/* --- FOOTER: 360px以下は縦並び --- */
@media (max-width: 360px) {
  .footer__nav { flex-direction: column; gap: 32px; }
}
.footer__policy:hover { opacity: 1; color: rgba(255,255,255,0.8); }

/* ==========================================================================
   KATSU TEI PAGE (pages/katsu.html) — Figma node 190:1391
   WP化時: hero / story / pil / noren / access は PHP テンプレートで個別化
   TOP の CSS を最大限流用。差分・katsu専用スタイルのみを以下に記載。
   すべてのセレクターを body.rest-page でスコープ → TOP・他ページに影響ゼロ
   [2026-06 更新] Figmaの見た目に合わせて全面修正：
     - HERO h1: 56px / "New Zealand."がゴールド / ボタン1つ / 右フォトフロート
     - STORY: ロゴ162px / 信頼カードに枠線 / ブラシ文字修正
     - PILLARS: h2ゴールド / 各カードに縦ブラシ文字 / role緑 / name44px
   ========================================================================== */

/* ---- HEADER LOGO — Figma node 214:345 ----------------------------------- */
.p-katsu-tei .site-header__logo-mark {
  filter: drop-shadow(0 3px 6px rgba(0,0,0,.25));
}
.p-katsu-tei .site-header__logo-name {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 1.52px;
  line-height: 20.9px;
  color: #15326d;
}
.p-katsu-tei .site-header__logo-sub {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 9px;
  letter-spacing: 2.7px;
  line-height: 9.9px;
  color: #406b38;
}

/* eyebrow位置修正: position:absolute;left:0 は wrap のpadding-inline分だけ左にズレるため、
   aboutページと同じく通常フローに戻してタイトルと左端を揃える */
.p-katsu-tei .hero__eyebrow {
  position: relative;
  top: auto;
  left: auto;
}

/* ---- HERO — Figma node 190:hero ----------------------------------------- */
.rest-page .katsu-hero {
  position: relative;
  width: 100%;
  height: 880px;
  overflow: hidden;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.rest-page .katsu-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.rest-page .katsu-hero__bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 40%;
}

/* オーバーレイ1: 黒 */
.rest-page .katsu-hero__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

/* オーバーレイ2: 非表示 */
.rest-page .katsu-hero__overlay2 {
  display: none;
}

/* コンテンツラッパー */
.rest-page .katsu-hero__wrap {
  position: relative;
  z-index: 6;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 40px;
}

.rest-page .katsu-hero__inner {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* eyebrowの日の丸カラー: かつ亭のブランドカラー(グリーン) */
.p-katsu-tei .hero__hinomaru { background-color: #6E8F5F; box-shadow: 0 0 0 5px rgba(110,143,95,.25); }

/* h1: Shippori Mincho Bold 56px — Figma実測値 */
.rest-page .katsu-hero__title {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 56px;
  line-height: 1.3;
  letter-spacing: 0.56px;
  color: #ffffff;
  margin: 0;
}
/* "New Zealand." だけゴールド */
.rest-page .katsu-hero__title-gold {
  color: #e9d9b0;
  display: inline;
}

/* 右フローティング料理写真 */
.rest-page .katsu-hero__food {
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 100%;
  max-width: 1200px;
  pointer-events: none;
  z-index: 3;
}
/* SP専用: sub文とactionsボタンの間にフロー配置する複製（PCでは非表示） */
.rest-page .katsu-hero__food-mobile { display: none; position: relative; }
.rest-page .katsu-hero__food-mobile img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.rest-page .katsu-hero__food img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 30%;
  mask-image: linear-gradient(
    to left,
    rgba(0,0,0,0.9) 40%,
    rgba(0,0,0,0) 100%
  );
  -webkit-mask-image: linear-gradient(
    to left,
    rgba(0,0,0,0.9) 40%,
    rgba(0,0,0,0) 100%
  );
}

/* サブテキスト */
.rest-page .katsu-hero__sub {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.82);
  max-width: 540px;
}

/* ボタン行 */
.rest-page .katsu-hero__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 8px;
}
/* View Menu ボタン（1つ） */
.rest-page .katsu-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  background-color: var(--c-azure-18);
  color: #ffffff;
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2px;
  border-radius: 2px;
  transition: background-color 0.25s ease;
}
.rest-page .katsu-hero__btn:hover {
  opacity: 1;
  background-color: var(--c-azure-25);
}
.rest-page .katsu-hero__btn--ghost {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #ffffff;
}
.rest-page .katsu-hero__btn--ghost:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.rest-page .katsu-hero__btn-arrow {
  font-size: 15px;
}

/* ---- STORY / CONCEPT ---------------------------------------------------- */
.rest-page .katsu-story {
  position: relative;
  overflow: visible;
  background-color: #F7F5ED;
  background-image:
    linear-gradient(rgba(247, 245, 237, 0.6), rgba(247, 245, 237, 0.6)),
    url('../img/common/bg.png');
  background-size: cover;
  background-position: center top;
  padding: 100px 0 0;
}

.rest-page .katsu-story__top {
  display: flex;
  justify-content: center;
  padding: 0 40px;
}

.rest-page .katsu-story__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 720px;
  padding-bottom: 56px;
  width: 100%;
}

/* かつ亭ロゴ 162px — Figma実測値 */
.rest-page .katsu-story__logo {
  width: 162px;
  height: 162px;
  object-fit: contain;
  margin-bottom: 28px;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.2));
}

/* ロゴ画像がない場合のテキスト円形ロゴ（yakitori/sushi pages） */
.rest-page .katsu-story__logo-mark {
  width: 162px;
  height: 162px;
  border-radius: 50%;
  background-color: var(--c-azure-18);
  color: #e9d9b0;
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 3px solid rgba(233, 217, 176, 0.3);
  box-shadow: 0 8px 32px rgba(14, 34, 76, 0.24);
}

/* ブラシテキスト: Yuji Syuku 20px */
.rest-page .katsu-story__brush {
  font-family: var(--font-brush);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 4px;
  color: var(--c-azure-25);
  margin-bottom: 12px;
}

/* KATSU TEI ブランドラベル */
.rest-page .katsu-story__label {
  font-family: var(--font-brush);
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 2px;
  color: #15326d;
  margin-bottom: 32px;
}

/* リードテキスト */
.rest-page .katsu-story__lead {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 15.5px;
  line-height: 2.15;
  letter-spacing: 0.3px;
  color: var(--c-azure-29);
}
.rest-page .katsu-story__lead-bold {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.9;
  color: var(--c-azure-18);
  margin-bottom: 14px;
}

/* 信頼4項目: カード形式（Figma: border 1px solid #e2dcc9, bg white, border-radius 3px） */
.rest-page .katsu-story__trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 0 40px 64px;
  max-width: 1100px;
  margin-inline: auto;
  width: 100%;
}

.rest-page .katsu-story__trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 20px 32px;
  background-color: #FAF8F1;
  border: 1px solid #e2dcc9;
  border-radius: 3px;
}

/* 壱/弐/参/四: Shippori Mincho Bold */
.rest-page .katsu-story__trust-num {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: #12254c;
  margin-bottom: 16px;
}

.rest-page .katsu-story__trust-label {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: var(--c-azure-25);
  text-align: center;
  margin-bottom: 8px;
}
.rest-page .katsu-story__trust-en {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: rgba(14, 34, 76, 0.5);
  text-align: center;
}

/* 湯気アニメ（katsu-hero__food基準・画像に追従。JSで本数生成） */
.katsu-steam {
  position: absolute;
  left: 35%;
  bottom: 55%;
  width: 30%;
  height: 40%;
  z-index: 4;
  pointer-events: none;
  filter: blur(5px);
}
.katsu-steam__wisp {
  position: absolute;
  bottom: 0;
  width: var(--w, 18px);
  height: 62%;
  border-radius: 50%;
  background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 50%, rgba(255,255,255,0) 100%);
  opacity: 0;
  will-change: transform, opacity;
  animation: snodSteamRise var(--dur, 4.5s) ease-in-out var(--delay, 0s) infinite;
}
@media (prefers-reduced-motion: reduce) {
  .katsu-steam { display: none; }
}

/* ---- PILLARS / MENU（TOPの.rest と同構造・別BEM名）-------------------- */
.rest-page .pil {
  position: relative;
  background-color: #12254C;
  overflow: clip;
}

.rest-page .pil__bg-base {
  display: none;
}

.rest-page .pil__seigaiha {
  display: none;
}

.rest-page .pil__redline {
  display: none;
}

/* 2カラムレイアウト */
.rest-page .pil__layout {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 72px;
  gap: 72px;
}

/* 左: sticky テキストブロック */
.rest-page .pil__left {
  flex-shrink: 0;
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 66px;
  padding-top: 200px;
  color: #ffffff;
}

.rest-page .pil__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
}
.rest-page .pil__eyebrow-line {
  display: block;
  flex-shrink: 0;
  width: 26px;
  height: 1.5px;
  background-color: #ffffff;
}
.rest-page .pil__eyebrow-text {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  color: #ffffff;
}

/* Figma: h2カラーはゴールド #e9d9b0 */
.rest-page .pil__title {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 46px;
  line-height: 1.22;
  letter-spacing: 1.38px;
  color: #e9d9b0;
  margin-bottom: 20px;
}

.rest-page .pil__jp {
  font-family: var(--font-brush);
  font-weight: 400;
  font-size: 27px;
  line-height: 1.7;
  letter-spacing: 1.89px;
  color: #ffffff;
  margin-bottom: 16px;
}

.rest-page .pil__sub {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 14.5px;
  line-height: 2.05;
  color: #ffffff;
  max-width: 370px;
  margin-bottom: 34px;
}

.rest-page .pil__count {
  display: flex;
  align-items: center;
}
.rest-page .pil__count-num {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  color: #ffffff;
  letter-spacing: 0.8px;
  margin-right: 16px;
}
.rest-page .pil__count-line {
  width: 48px;
  height: 1px;
  background-color: #ffffff;
  margin-right: 16px;
}
.rest-page .pil__count-label {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2.64px;
  color: #ffffff;
}

/* 右: カードスタック */
.rest-page .pil__stack {
  min-width: 0;
  width: 624px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 144px;
  padding-bottom: 144px;
}

/* カード — Figma: 624×572px（縦長め） */
.rest-page .pil__card {
  container-type: inline-size;
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 624 / 572;
  border-radius: 4px;
  overflow: hidden;
  color: #ffffff;
  box-shadow: 0 26px 64px rgba(6, 16, 42, 0.5);
  transition: transform 0.3s ease;
}
.rest-page .pil__card:hover { opacity: 1; transform: translateY(-4px); }

.rest-page .pil__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

.rest-page .pil__card-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8, 18, 44, 0.84) 0%,
    rgba(8, 18, 44, 0.2) 46%,
    rgba(8, 18, 44, 0) 72%
  );
}
/* CURRY/UDON用: 緑みがかったスクリム */
.rest-page .pil__card-scrim--green {
  background: linear-gradient(
    to top,
    rgba(8, 32, 28, 0.85) 0%,
    rgba(8, 32, 28, 0.22) 46%,
    rgba(8, 32, 28, 0) 72%
  );
}

/* 右上に縦書きブラシ文字（Figma: Yuji Syuku 40px white, 右から28px / 上から162px） */
.rest-page .pil__card-jp {
  position: absolute;
  right: 4.5cqw;
  top: 26cqw;
  font-family: var(--font-brush);
  font-size: clamp(20px, 6.4cqw, 44px);
  color: rgba(255, 255, 255, 0.88);
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 2px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
  line-height: 1;
}

.rest-page .pil__card-topno {
  position: absolute;
  top: 4.2cqw;
  left: 4.5cqw;
  display: flex;
  align-items: center;
  gap: 11px;
}
.rest-page .pil__card-hino {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--c-red-48);
  box-shadow: 0 0 0 4px rgba(200, 48, 44, 0.3);
  flex-shrink: 0;
}
.rest-page .pil__card-no {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: clamp(10px, 1.9cqw, 14px);
  letter-spacing: 3.12px;
  color: #ffffff;
}

.rest-page .pil__card-cap {
  position: absolute;
  bottom: 4.6cqw;
  left: 4.8cqw;
  right: 4.5cqw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.rest-page .pil__card-txt {
  display: flex;
  flex-direction: column;
}
/* Figma: role はグリーン #bfd3ae */
.rest-page .pil__card-role {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: clamp(9px, 1.65cqw, 12px);
  letter-spacing: 2.52px;
  color: #bfd3ae;
  text-transform: uppercase;
  display: block;
  margin-bottom: 11px;
}
/* Figma: card name 44px（624幅換算のcqwでカード幅に追従） */
.rest-page .pil__card-name {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: clamp(22px, 7.05cqw, 48px);
  line-height: 1.1;
  letter-spacing: 1px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}
/* Figma: サブタイトル（nameとdescの間） */
.rest-page .pil__card-sub {
  font-family: var(--font-mincho);
  font-weight: 500;
  font-size: clamp(13px, 2.9cqw, 20px);
  line-height: 1.6;
  letter-spacing: 1.5px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}
.rest-page .pil__card-en {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: clamp(11px, 2.3cqw, 15px);
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.92);
  display: block;
  margin-bottom: 10px;
}
.rest-page .pil__card-desc {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: clamp(10px, 2.1cqw, 14px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  display: block;
}

/* CTA ボタン（メニューを見る） */
.rest-page .pil__cta {
  display: flex;
  justify-content: center;
  padding-top: 16px;
}
.rest-page .pil__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 48px;
  background-color: #ffffff;
  color: var(--c-azure-18);
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 2px;
  transition: background-color 0.25s ease;
}
.rest-page .pil__cta-btn:hover { opacity: 1; background-color: rgba(255, 255, 255, 0.9); }

/* ---- NOREN section ------------------------------------------------------ */
/* NOREN + ACCESS 共通ラッパー */
.rest-page .katsu-noren-access {
  background: url('../img/common/bg.png') center / cover no-repeat;
}

/* 暖簾エリア（背景は親から引き継ぐ） */
.rest-page .katsu-noren {
  position: relative;
  overflow: hidden;
}
/* のれん画像（背景つき画像・はためき揺れ） */
.rest-page .katsu-noren__img {
  display: block;
  width: min(90%, 660px);
  height: auto;
  transform-origin: top center;
  animation: norenSway 7.5s ease-in-out infinite;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .rest-page .katsu-noren__img { animation: none; }
}

.rest-page .katsu-noren__stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}
.rest-page .noren__logo {
  width: 60px;
  max-width: 80%;
  height: auto;
  display: block;
}

/* 木の梁（竹竿を支える横棒） */
.rest-page .katsu-noren__beam {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 46px;
  flex: none;
  background:
    repeating-linear-gradient(90deg, rgba(0, 0, 0, .05) 0 2px, transparent 2px 26px),
    linear-gradient(180deg, #7a5a37 0%, #5c4326 48%, #3f2d18 100%);
  box-shadow: 0 7px 16px rgba(40, 26, 12, .32), inset 0 2px 0 rgba(255, 255, 255, .14);
}

.rest-page .katsu-noren__hang {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 56px;
}

/* noren.css の --slit はセクション壁色に合わせる（漆喰ベージュ） */

/* ---- ACCESS / 店舗のご案内 ---------------------------------------------- */
.rest-page .katsu-access__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 40px 128px;
}

.rest-page .katsu-access__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 64px;
}
.rest-page .katsu-access__head .news__eyebrow-line {
  background-color: #406B38;
}
.rest-page .katsu-access__head .news__eyebrow-text {
  color: #406B38;
}

.rest-page .katsu-access__title {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #15326D;
  margin-bottom: 12px;
}

.rest-page .katsu-access__sub {
  font-family: var(--font-brush);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 3px;
  color: #406B38;
}

/* 2カラムグリッド */
.rest-page .katsu-access__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* 店舗カード */
.rest-page .katsu-store {
  background-color: #ffffff;
  border: 1px solid #E2DCC9;
  border-radius: 4px;
  overflow: hidden;
}

/* 地図エリア */
.rest-page .katsu-store__map {
  position: relative;
  height: 220px;
  overflow: hidden;
  background-color: var(--c-bg-sub);
}
.rest-page .katsu-store__map-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rest-page .katsu-store__map-placeholder {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, #d8d3c4 25%, #e4e0d4 25%, #e4e0d4 50%, #d8d3c4 50%, #d8d3c4 75%, #e4e0d4 75%);
  background-size: 40px 40px;
  opacity: 0.6;
}

/* カード本文 */
.rest-page .katsu-store__body {
  padding: 28px 32px 36px;
}

.rest-page .katsu-store__area {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #12254C;
  margin-bottom: 8px;
}

.rest-page .katsu-store__name {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.3px;
  color: #15326D;
  margin-bottom: 4px;
}

.rest-page .katsu-store__badge {
  display: inline-block;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #ffffff;
  background-color: #C0392B;
  border-radius: 4px;
  padding: 3px 8px;
  margin-left: 8px;
  vertical-align: middle;
}

/* 店舗情報テーブル */
.rest-page .katsu-store__info {
  margin-bottom: 28px;
}
.rest-page .katsu-store__row {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 16px;
  padding: 14px 0 15px;
  border-top: 1px solid #E2DCC9;
}
.rest-page .katsu-store__row:last-child {
  border-bottom: 1px solid #E2DCC9;
}
.rest-page .katsu-store__row dt {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: #7A756A;
}
.rest-page .katsu-store__row dd {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 13.5px;
  line-height: 1.7;
  color: #4A463C;
}

/* ボタン群 + Uber Eats ラベル */
.rest-page .katsu-store__btns {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
/* Uber Eats ボタン（ロゴ画像） */
.rest-page .katsu-store__uber-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 49px;
  background-color: #151515;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
.rest-page .katsu-store__uber-logo {
  width: 80px;
  height: auto;
  display: block;
}
.rest-page .katsu-store__btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 2px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.rest-page .katsu-store__btn--primary {
  background-color: #12254C;
  color: #ffffff;
}
.rest-page .katsu-store__btn--primary:hover {
  opacity: 1;
  background-color: #1a3470;
}
.rest-page .katsu-store__btn--ghost {
  border: 1px solid #D6CFB8;
  color: #12254C;
}
.rest-page .katsu-store__btn--ghost:hover {
  opacity: 1;
  background-color: rgba(18, 37, 76, 0.06);
}

@media (max-width: 1280px) {
  .rest-page .pil__layout { padding: 72px 48px; }
  .rest-page .pil__left { width: 400px; }
  .rest-page .pil__stack { width: 520px; }
}

@media (max-width: 1024px) {
  /* HERO */
  .rest-page .katsu-hero { height: 720px; }
  .rest-page .katsu-hero__title { font-size: 44px; }
  .rest-page .katsu-hero__food { width: 48%; }

  /* PILLARS: 左右比率1:1 */
  .rest-page .pil__layout { padding: 48px 32px; gap: 32px; }
  .rest-page .pil__left { width: auto; flex: 1 1 0; }
  .rest-page .pil__jp { font-size: 22px; }
  .rest-page .pil__title { font-size: 36px; }
  .rest-page .pil__stack { width: auto; flex: 1 1 0; min-width: 0; }

  /* ACCESS */
  .rest-page .katsu-access { padding: 80px 32px; }
  .rest-page .katsu-access__grid { gap: 28px; }

  /* STORY trust: 2カラム */
  .rest-page .katsu-story__trust { grid-template-columns: repeat(2, 1fr); padding: 0 32px 48px; }
}

@media (max-width: 768px) {
  /* HERO SP — 100svhは縦長すぎるため固定値に */
  .rest-page .katsu-hero { height: auto; min-height: 560px; padding: 100px 0 0; }
  .rest-page .katsu-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; }
  .rest-page .katsu-hero__bg img { object-position: 70% center; }
  .rest-page .katsu-hero__wrap { padding: 100px 24px 0; }
  .rest-page .katsu-hero__inner { max-width: calc(100vw - 48px); }
  .rest-page .katsu-hero__title { font-size: 34px; }
  .rest-page .katsu-hero__sub { font-size: 13px; }
  .rest-page .katsu-hero__actions {
    flex-direction: column; align-items: center;
    gap: 12px; margin-bottom: 24px; width: 100%;
  }
  .rest-page .katsu-hero__btn { width: 100%; justify-content: center; }
  /* SP: フローティング写真は非表示、代わりにsub文とactionsの間にフロー配置版を表示 */
  .rest-page .katsu-hero__food { display: none; }
  /* 右寄せ・約2倍サイズ・inner外の画面右端まで届かせる */
  .rest-page .katsu-hero__food-mobile { display: block; width: 116%; max-width: none; margin: 4px -24px 0 auto; }

  /* STORY */
  .rest-page .katsu-story { padding: 64px 0 0; }
  .rest-page .katsu-story__top { padding: 0 24px; }
  .rest-page .katsu-story__brush { font-size: 22px; }
  .rest-page .katsu-story__trust { grid-template-columns: repeat(2, 1fr); padding: 0 24px 40px; gap: 12px; }
  .rest-page .katsu-story__trust-item { padding: 24px 16px; }
  .rest-page .katsu-story__trust-num { font-size: 24px; }
  .rest-page .katsu-story__trust-label { font-size: 11px; }

  /* PILLARS → 縦積み（上下の余白はセクション本体.pilで統一、layoutは左右のみ） */
  .rest-page .pil { padding: 64px 0; }
  .rest-page .pil__layout { flex-direction: column; padding: 0 24px; gap: 40px; }
  .rest-page .pil__left { position: relative; top: auto; width: 100%; padding-top: 0; }
  .rest-page .pil__jp { font-size: 21px; }
  .rest-page .pil__title { font-size: 30px; }
  .rest-page .pil__sub { max-width: 100%; }
  .rest-page .pil__stack { width: 100%; padding-top: 0; padding-bottom: 40px; gap: 24px; }
  .rest-page .pil__card { aspect-ratio: 4 / 3; }
  .rest-page .pil__card-jp { display: none; }

  /* ACCESS → 1カラム */
  .rest-page .katsu-access { padding: 64px 24px; }
  .rest-page .katsu-access__title { font-size: 32px; }
  .rest-page .katsu-access__grid { grid-template-columns: 1fr; gap: 24px; }
  .rest-page .katsu-store__body { padding: 24px; }
}

/* ==========================================================================
   ABOUT PAGE (pages/about.html) — Figma node 202:6898
   WP化時: site-header / drawer / recruit / footer は PHP テンプレートで共通化
   TOP の CSS を最大限流用。差分・about専用スタイルのみを以下に記載。
   すべてのセレクターを body.p-about でスコープ → TOP・他ページに影響ゼロ
   ========================================================================== */

/* ---- HERO about 差分 — Figma node 202:6903 ----------------------------- */
/* TOP は absolute 配置だが about は flex 中央配置。レイアウト構造が別物。 */

/* hero--about: flex 上寄せ配置 */
.p-about .hero--about {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 880px; /* front-page対応で共通.heroを960pxに変更した影響でカップル画像が浮くため、About専用に元の880pxへ戻す */
  padding-top: 180px;
  padding-bottom: 80px;
}

/* コンテンツラッパー（z-index:6 = TOP の hero__wrap と同じ） */
.p-about .about-hero__wrap {
  position: relative;
  z-index: 6;
  width: 100%;
  max-width: 1200px;
  padding-inline: 40px;
}

/* インナー：flex column / gap:21.2px / 最大幅 680px */
.p-about .about-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 21.2px;
  align-items: flex-start;
  max-width: 680px;
}

/* h1: Shippori Mincho Bold 68px（TOP .hero__title と同数値） */
.p-about .about-hero__title {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 44px;
  line-height: 1.3;
  letter-spacing: 0.68px;
  color: #ffffff;
  padding-top: 8.06px;
  margin: 0;
}
/* "smile." だけ manhattan カラー */
.p-about .about-hero__title .hero__title-accent { color: var(--c-manhattan); }

/* 日本語ブラシテキスト: Yuji Syuku 30px / opacity 0.95 */
.p-about .about-hero__jp {
  font-family: var(--font-brush);
  font-weight: 400;
  font-size: 30px;
  line-height: 51px;
  letter-spacing: 3px;
  color: #ffffff;
  opacity: 0.95;
  padding-top: 4.81px;
}

/* 英語サブテキスト: Noto Sans JP Regular 15.5px / 82% white */
.p-about .about-hero__sub {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 15.5px;
  line-height: 29.45px;
  color: rgba(255, 255, 255, 0.82);
  white-space: normal;
  max-width: 620px;
}

/* eyebrow: about内ではflexフロー配置（共通のabsoluteを上書き） */
.p-about .hero__eyebrow {
  position: relative;
  top: auto;
  left: auto;
}

/* スクロールヒント: about は bottom:34px 中央配置 */
.p-about .hero__scroll--center {
  position: absolute;
  left: 50%;
  bottom: 34px;
  top: auto;
  transform: translateX(-50%);
}

/* NZ ドット地図：TOP の .hero__map と完全同一（override なし） */

/* カップル写真（このページ専用）：hero(100%幅)基準 */
/* 右端・下端は overflow:hidden でクリップされる */
/* SP専用: hero__overlay2の直後・画面下端に固定配置する複製（PCでは非表示） */
.p-about .about-hero__couple-mobile { display: none; }
.p-about .about-hero__couple-mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.p-about .about-hero__couple {
  position: absolute;
  right: 50px;
  top: 462px;
  width: 911px;
  height: auto;
  pointer-events: none;
  z-index: 7; /* .about-hero__wrap(z-index:6)に内包した地図より確実に手前にする */
}

/* ---- OUR MESSAGE (.intro 流用 / about差分) ----------------------------- */
/* Figma node 202:7572 / py:72px / FPCNZ logo + OUR MESSAGE eyebrow + h2 + divider + text */
.p-about .intro--msg {
  padding: 72px 40px;
}

/* "OUR MESSAGE" テキスト / Noto Sans JP Medium 20px / #15326d / ls:3.36px */
.p-about .intro__msg-eyebrow {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 20px;
  line-height: 71.4px;
  letter-spacing: 3.36px;
  color: var(--c-azure-25);
  margin-bottom: 0;
}

/* about h2: Shippori Mincho 30px（TOP intro は 38px） */
.p-about .intro--msg .intro__title {
  font-size: 30px;
  line-height: 51px;
  letter-spacing: 0.6px;
  color: var(--c-azure-14);
  margin-bottom: 10px;
}
/* OUR MESSAGE 日本語コピー（英語メインの下） */
.p-about .intro__msg-jp {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 2px;
  color: var(--c-azure-25);
  text-align: center;
  margin-bottom: 32px;
}

/* 本文テキスト: 15.5px 中央揃え / max-w:720px */
.p-about .intro__text--msg {
  font-size: 15.5px;
  line-height: 33.33px;
  letter-spacing: 0;
  color: var(--c-azure-29);
  text-align: center;
  max-width: 720px;
  margin-bottom: 8px;
}
.p-about .intro__text--msg p { margin-bottom: 0; }

/* "— Team FPCNZ —" サイン */
.p-about .intro__team-sign {
  font-family: var(--font-jp);
  font-size: 15.5px;
  line-height: 33.33px;
  color: var(--c-azure-29);
  text-align: center;
  margin-top: 8px;
}

/* ---- OUR INTRODUCTION (.rest 流用 / about差分) ------------------------- */
/* Figma node 202:7588 / 紺背景・左sticky + 右フォトスタック（OUR RESTAURANTS と同構造） */
/* 右スタックのカードにテキストオーバーレイなし版 */
.p-about .rest__layout {
  padding-top: 120px;
}

.p-about .rest__card--photo {
  pointer-events: none; /* リンクなし・ホバー演出なし */
  cursor: default;
}
.p-about .rest__card--photo:hover {
  transform: none;
}

/* ---- OUR PARENT COMPANY (.news 流用 / about差分) ----------------------- */
/* Figma node 202:7693 / クリーム背景・eyebrow + h2 + グレーボックス + brand grid 3×3 */

.p-about .news--parent { padding-bottom: 50px; }

/* タイトル: 42px / Biscay / TOP news は 48px */
.p-about .news--parent .news__title {
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 1.26px;
  color: var(--c-azure-25);
  margin-bottom: 0;
}
/* Information / ABOUT OUR GROUP 見出しを中央寄せ */
.p-about .news--parent .news__head { text-align: center; }
.p-about .news--parent .news__eyebrow { justify-content: center; }

/* グレーボックス: Silverbacks 説明 */
.p-about .parent-box {
  margin-bottom: 64px;
}
.p-about .parent-box__quote {
  background-color: #8d8d8d;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 40px;
}
/* 右カラム: 日本語文＋ボタンを縦積み・中央のグループに（改行しても上下の余白が均等になる） */
.p-about .parent-box__quote-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
/* Visit Site ボタン（日本語文の下・中央） */
.p-about .parent-box__visit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-jp);
  font-size: 16px;
  letter-spacing: 1.5px;
  white-space: nowrap;
  color: #6f6f6f;
  background: #fff;
  border: 1px solid #fff;
  padding: 15px 40px;
  border-radius: 2px;
  transition: background .2s, color .2s, border-color .2s;
}
.p-about .parent-box__visit span { transition: transform .2s; }
.p-about .parent-box__visit:hover { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.7); }
.p-about .parent-box__visit:hover span { transform: translateX(3px); }
@media (max-width: 768px) {
  .p-about .parent-box__quote-right { width: 100%; }
}
.p-about .parent-box__quote-en {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 42px;
  line-height: 66.2px;
  letter-spacing: 1.26px;
  color: #ffffff;
  white-space: nowrap;
  flex-shrink: 0;
}
.p-about .parent-box__quote-jp {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 20px;
  line-height: 46.2px;
  letter-spacing: 1.26px;
  color: rgba(247, 245, 237, 0.9);
}
.p-about .parent-box__body {
  font-family: var(--font-jp);
  font-size: 15.5px;
  line-height: 33.33px;
  letter-spacing: 0;
  color: var(--c-azure-29);
  text-align: center;
}
/* 親会社(AFP)ロゴ — ABOUT OUR GROUP 見出し下 */
.p-about .group-logo { text-align: center; margin-top: 30px; padding-bottom: 40px; }
.p-about .group-logo__img { display: block; margin: 0 auto; width: auto; max-width: 260px; height: auto; }
@media (max-width: 768px) { .p-about .group-logo__img { max-width: 200px; } }

/* ブランドカード 3×3グリッド / gap:28px（news__grid と同じ） */
.p-about .brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 64px;
}
.p-about .brand-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid var(--c-linen);
  border-radius: 4px;
  overflow: hidden;
  color: var(--c-azure-14);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.p-about .brand-card:hover {
  opacity: 1;
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(14, 34, 76, 0.10);
}

/* 写真エリア: 200px / 実店舗写真をcoverで表示 */
.p-about .brand-card__img {
  height: 200px;
  background-color: var(--c-azure-25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.p-about .brand-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* 写真が未用意のカードのみ、暫定でロゴを中央配置 */
.p-about .brand-card__logo {
  width: 88px;
  height: 88px;
  object-fit: contain;
  max-width: none;
}

/* カード本文: pt22 pb26 px24 / gap20 */
.p-about .brand-card__body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-about .brand-card__ttl {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 17px;
  line-height: 26.35px;
  letter-spacing: 0;
  color: var(--c-azure-14);
}
.p-about .brand-card__more {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 11.5px;
  line-height: 19.55px;
  letter-spacing: 1.61px;
  text-transform: uppercase;
  color: var(--c-azure-25);
}

/* ============ COMPANY INFO ============ */
/* Figma node 204:16615 / 白背景 + 紙テクスチャ40% / 中央白カード 1119px */
.p-about .co-info {
  position: relative;
  background: #fff;
  padding: 90px 0;
  overflow: hidden;
}
.p-about .co-info::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../img/common/bg.png') center / cover no-repeat;
  opacity: 0.4;
  pointer-events: none;
}
.p-about .co-info__card {
  position: relative;
  z-index: 1;
  background: #fff;
  width: min(1119px, calc(100% - 80px));
  margin: 0 auto;
  padding: 104px 0 90px;
}
.p-about .co-info__title {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 4.2rem;
  color: var(--c-azure-25);
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 88px;
}
/* テーブルエリア: 73px 横padding が区切り線の端位置 */
.p-about .co-info__table {
  padding: 0 73px;
}
/* 行: grid 2列 / border-topが区切り線 / 左102px paddingで内容を175px位置に揃える */
.p-about .co-info__row {
  display: grid;
  grid-template-columns: 185px 1fr;
  padding: 32px 0 32px 102px;
  border-top: 1px solid var(--c-sisal);
}
.p-about .co-info__row:last-child {
  border-bottom: 1px solid var(--c-sisal);
}
.p-about .co-info__label {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 1.55rem;
  color: var(--c-azure-25);
  line-height: 2.15;
}
.p-about .co-info__value {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 1.55rem;
  color: #000;
  line-height: 2.15;
}

/* ==========================================================================
   ABOUT PAGE — レスポンシブ差分（TOP ブレイクポイントに追記）
   TOP の既存 @media ルールで対応済みの部分は重複させない
   ========================================================================== */

@media (max-width: 1024px) {
  /* HERO about (TB) — 固定880px高＋68px＋巨大写真がタブレットで崩れるため調整 */
  .p-about .hero--about { padding-top: 120px; padding-bottom: 64px; }
  .p-about .about-hero__title { font-size: 42px; line-height: 1.25; }
  .p-about .about-hero__jp { font-size: 24px; }
  .p-about .about-hero__couple { width: 620px; left: auto; right: -80px; top: auto; bottom: -60px; }
  /* スクロールヒント: カップル写真(z-index:7)の下に隠れるためTBのみ手前に */
  .p-about .hero__scroll { z-index: 8; }

  /* OUR PARENT COMPANY */
  .p-about .parent-box__quote { gap: 32px; }
  .p-about .parent-box__quote-en { font-size: 32px; line-height: 1.5; }
  .p-about .brand-grid { gap: 20px; }
}

@media (max-width: 1024px) {
  /* COMPANY INFO (TB) */
  .p-about .co-info__row { padding-left: 40px; }
  .p-about .co-info__title { font-size: 3.2rem; }
}

@media (max-width: 768px) {
  /* HERO about (SP) */
  .p-about .hero--about { padding-top: 72px; padding-bottom: 0; }
  .p-about .about-hero__wrap { padding-inline: 24px; }
  .p-about .about-hero__inner { text-shadow: 0 2px 4px rgba(0,0,0,.85), 0 4px 12px rgba(0,0,0,.6); }
  .p-about .about-hero__title { font-size: 36px; line-height: 1.25; padding-top: 0; }
  .p-about .about-hero__jp { font-size: 20px; line-height: 1.8; }
  .p-about .about-hero__sub { font-size: 13px; }
  /* カップル写真: SPでは非表示（地図同様に消す。文字への被り防止） */
  .p-about .about-hero__couple { display: none; }
  /* hero__overlay2の一番下・画面下端付近に固定、少し大きめ、bottomに-10%はみ出し。X軸は常に中央固定
     ※本文との間の隙間が空きすぎていたため、bottomを0→40pxに上げて詰めている */
  .p-about .about-hero__couple-mobile {
    display: block;
    position: absolute;
    left: 50%; right: auto; bottom: -30px;
    width: 510px;
    margin: 0;
    margin-bottom: -40px;
    transform: translateX(-50%);
    z-index: 1;
  }
  /* スクロールヒント（文字・バー）を少し上に */
  .p-about .hero__scroll-text { position: relative; top: -110px; }
  .p-about .hero__scroll-bar { position: relative; top: -110px; }

  /* OUR MESSAGE */
  .p-about .intro--msg { padding: 64px 24px; }
  .p-about .intro__msg-eyebrow { font-size: 15px; line-height: 2; }
  .p-about .intro--msg .intro__title { font-size: 24px; line-height: 1.8; }
  .p-about .intro__msg-jp { font-size: 15px; margin-bottom: 24px; }
  .p-about .intro__text--msg { font-size: 14px; text-align: left; }
  .p-about .intro__team-sign { text-align: left; font-size: 14px; }

  /* OUR PARENT COMPANY */
  .p-about .news--parent .news__title { font-size: 28px; }
  .p-about .parent-box__quote { flex-direction: column; gap: 16px; align-items: flex-start; }
  .p-about .parent-box__quote-en { font-size: 28px; line-height: 1.4; }
  .p-about .parent-box__quote-jp { font-size: 15px; line-height: 1.8; }
  .p-about .parent-box__body { text-align: left; font-size: 14px; }
  .p-about .brand-grid { grid-template-columns: 1fr; gap: 16px; }

  /* COMPANY INFO (SP) */
  .p-about .co-info { padding: 48px 0; }
  .p-about .co-info__card { padding: 48px 0 40px; }
  .p-about .co-info__title { font-size: 2.4rem; margin-bottom: 40px; }
  .p-about .co-info__table { padding: 0 24px; }
  .p-about .co-info__row {
    grid-template-columns: 1fr;
    padding: 20px 0 20px 0;
    gap: 4px 0;
  }
  .p-about .co-info__label { font-size: 1.2rem; }
  .p-about .co-info__value { font-size: 1.4rem; }
}


/* ==========================================================================
   KAZU YAKITORI & SAKE BAR — Figma node 194:859
   body.rest-page.p-yakitori スコープ
   ========================================================================== */

/* ---- HEADER LOGO -------------------------------------------------------- */
.p-yakitori .site-header__logo-name {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.68px;
  line-height: 1.2;
  color: #575757;
}
.p-sushi-round .site-header__logo-name,
.p-sushi-noodle .site-header__logo-name {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.68px;
  line-height: 1.2;
  color: #15326d;
}
.p-yakitori .site-header__logo-sub,
.p-sushi-round .site-header__logo-sub,
.p-sushi-noodle .site-header__logo-sub {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 9px;
  letter-spacing: 2.34px;
  line-height: 1.2;
  color: #e5a93a;
}

/* ---- HERO（Figma node 194:483 完コピ）----------------------------------- */
.yaki-hero {
  position: relative;
  min-height: 880px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0c0907;
}
.yaki-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.yaki-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* グラデ1：斜め黒→赤茶 */
.yaki-hero__grad1 {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(95deg, rgba(12,9,7,.9) 0%, rgba(18,13,10,.66) 48%, rgba(40,16,8,.42) 100%);
}
/* グラデ2：下からの赤い焚火グロー（screen） */
.yaki-hero__grad2 {
  position: absolute;
  inset: 54% 0 0 0;
  z-index: 2;
  mix-blend-mode: screen;
  background: linear-gradient(to top, rgba(216,64,42,.4) 0%, rgba(232,112,42,.12) 45%, rgba(232,112,42,0) 100%);
}
/* 焼き鳥皿（右・前景）：1900px以上では位置・サイズを固定（それ以上動かさない） */
.yaki-hero__dish {
  position: absolute;
  right: max(-38px, -2%);
  bottom: 0;
  width: min(912px, 48%);
  z-index: 3;
  pointer-events: none;
}
/* SP専用: lead文とactionsボタンの間にフロー配置する複製（PCでは非表示） */
.yaki-hero__dish-mobile { display: none; position: relative; }
.yaki-hero__dish-mobile img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 30px rgba(0,0,0,.45));
}
.yaki-hero__dish img {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 30px rgba(0,0,0,.45));
}
/* 湯気（yaki-hero__dish基準・画像に追従。JSで本数生成） */
.yaki-steam {
  position: absolute;
  right: 30%;
  bottom: 60%;
  width: 34%;
  height: 40%;
  z-index: 4;
  pointer-events: none;
  filter: blur(5px);
}
.yaki-steam__wisp {
  position: absolute;
  bottom: 0;
  width: var(--w, 18px);
  height: 62%;
  border-radius: 50%;
  background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,.75) 50%, rgba(255,255,255,0) 100%);
  opacity: 0;
  will-change: transform, opacity;
  animation: snodSteamRise var(--dur, 4.5s) ease-in-out var(--delay, 0s) infinite;
}
@media (prefers-reduced-motion: reduce) {
  .yaki-steam { display: none; }
}
/* 提灯バー */
.yaki-lanterns {
  position: absolute;
  top: 74px;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 130px;
  pointer-events: none;
}
.yaki-lantern {
  position: relative;
  width: 46px;
  height: 62px;
  margin-top: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 40%, #f05a38 0%, #c8331e 80%);
  box-shadow: 0 0 13px rgba(232,90,40,.55), inset 0 0 14px rgba(120,20,10,.5);
  transform-origin: 50% -74px;
  animation: yakiSway 4s ease-in-out infinite, yakiGlow 3s ease-in-out infinite;
}
.yaki-lanterns .yaki-lantern:nth-child(2) { animation-delay: -0.7s,  -0.5s; }
.yaki-lanterns .yaki-lantern:nth-child(3) { animation-delay: -1.4s,  -1.0s; }
.yaki-lanterns .yaki-lantern:nth-child(4) { animation-delay: -2.1s,  -1.5s; }
.yaki-lanterns .yaki-lantern:nth-child(5) { animation-delay: -2.8s,  -2.0s; }
.yaki-lanterns .yaki-lantern:nth-child(6) { animation-delay: -3.5s,  -2.5s; }

@keyframes yakiSway {
  0%, 100% { transform: rotate(-7deg); }
  50%       { transform: rotate(7deg); }
}
@keyframes yakiGlow {
  0%, 100% {
    box-shadow: 0 0 13px rgba(232,90,40,.55), inset 0 0 14px rgba(120,20,10,.5);
  }
  50% {
    box-shadow: 0 0 30px rgba(240,110,40,.9), 0 0 54px rgba(240,70,20,.35), inset 0 0 14px rgba(120,20,10,.5);
  }
}
/* 吊り紐 */
.yaki-lantern::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 34px;
  background: linear-gradient(to bottom, rgba(243,236,221,.5), rgba(243,236,221,.15));
}
/* 上下のキャップ */
.yaki-lantern::after {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 6px;
  border-radius: 2px;
  background: #2a2118;
}
.yaki-lantern__kanji {
  font-family: var(--font-mincho);
  font-weight: 800;
  font-size: 22px;
  color: rgba(26,12,8,.62);
  line-height: 1;
}
.yaki-lantern--lg { width: 55px; height: 74px; margin-top: 48px; }
.yaki-lantern--lg .yaki-lantern__kanji { font-size: 26px; }
.yaki-lantern--md { width: 51px; height: 68px; margin-top: 44px; }
.yaki-lantern--md .yaki-lantern__kanji { font-size: 24px; }
.yaki-lantern--sm { width: 39px; height: 53px; margin-top: 34px; }
.yaki-lantern--sm .yaki-lantern__kanji { font-size: 18px; }

.yaki-hero__wrap {
  position: relative;
  z-index: 6;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.yaki-hero__inner {
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.yaki-hero__dot { background: #e8702a !important; box-shadow: 0 0 0 5px rgba(232,112,42,.3); }
.yaki-hero__eyebrow { color: #f3ecdd; }
/* eyebrow位置修正: position:absolute;left:0 は wrap のpadding-inline分だけ左にズレるため通常フローに戻す */
.p-yakitori .hero__eyebrow { position: relative; top: auto; left: auto; }
.yaki-hero__title {
  font-family: var(--font-mincho);
  font-size: 62px;
  line-height: 71.92px;
  letter-spacing: .62px;
  color: #fff;
  margin: 0;
  font-weight: 800;
}
.yaki-hero__title-gold {
  color: #e5a93a;
}
.yaki-hero__sub {
  font-family: var(--font-brush);
  font-size: 32px;
  line-height: 54.4px;
  letter-spacing: 2.56px;
  color: #e5a93a;
  margin: 0;
}
.yaki-hero__lead {
  font-family: var(--font-jp);
  font-size: 14.5px;
  line-height: 28.28px;
  color: rgba(243,236,221,.82);
  max-width: 500px;
  margin: 0;
}
.yaki-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 14px;
}
.yaki-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .7px;
  height: 49px;
  padding: 0 30px;
  border-radius: 2px;
  transition: opacity .2s;
  text-decoration: none;
}
.yaki-hero__btn:hover { opacity: .88; }
.yaki-hero__btn--fill {
  background: linear-gradient(134deg, #e8702a 0%, #d7402a 100%);
  color: #fff;
  box-shadow: 0 8px 13px rgba(216,64,42,.36);
}
.yaki-hero__btn--ghost {
  border: 1px solid rgba(243,236,221,.26);
  color: #f3ecdd;
  padding: 0 31px;
}
.yaki-hero__scroll .hero__scroll-bar {
  background: linear-gradient(to bottom, #e5a93a, rgba(229,169,58,0));
}

/* ---- RESERVE（Figma node 194:690 完コピ）------------------------------- */
.yaki-rsv {
  position: relative;
  background: #251d17;
  padding: 96px 0;
  overflow: hidden;
}
.yaki-rsv__glow {
  position: absolute;
  top: -30%;
  right: -6%;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(229,169,58,.16) 0%, rgba(229,169,58,0) 70%);
  pointer-events: none;
}
.yaki-rsv__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.yaki-rsv__left {
  flex: 1 1 500px;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.yaki-rsv__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.yaki-rsv__eyebrow-line { width: 26px; height: 1.5px; background: #e5a93a; }
.yaki-rsv__eyebrow-text {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #e5a93a;
}
.yaki-rsv__title {
  font-family: var(--font-mincho);
  font-weight: 800;
  font-size: 44px;
  letter-spacing: .88px;
  line-height: 74.8px;
  color: #fff;
  margin: 0;
}
.yaki-rsv__sub {
  font-family: var(--font-brush);
  font-size: 26px;
  letter-spacing: 1.56px;
  line-height: 44.2px;
  color: #e5a93a;
  margin: 0;
}
.yaki-rsv__text {
  font-family: var(--font-jp);
  font-size: 14.5px;
  line-height: 28.28px;
  color: rgba(243,236,221,.78);
  max-width: 524px;
  margin: 0;
}
.yaki-rsv__right {
  flex: 0 0 auto;
  height: 520px;
}
.yaki-rsv__widget {
  width: 414px;
  max-width: 100%;
  height: 100%; /* 外側 .yaki-rsv__right（520px）にフィット */
  border: 0;
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(0,0,0,.3);
  display: block;
}

/* ---- INTRO（Figma node 194:563 完コピ）-------------------------------- */
.yint {
  position: relative;
  background: #1e1813;
  padding: 118px 0 110px;
  overflow: hidden;
}
.yint__glow {
  position: absolute;
  top: -32%;
  left: 50%;
  transform: translateX(-50%);
  width: 520px;
  height: 578px;
  background: radial-gradient(circle, rgba(216,64,42,.16) 0%, rgba(216,64,42,0) 70%);
  pointer-events: none;
}
.yint__inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  text-align: center;
}
.yint__logo {
  width: 170px;
  height: 170px;
  object-fit: contain;
}
.yint__brush {
  font-family: var(--font-brush);
  font-size: 20px;
  letter-spacing: 3.36px;
  color: #e5a93a;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .yint__brush { white-space: normal; }
}
.yint__title {
  font-family: var(--font-brush);
  font-weight: 400;
  font-size: 46px;
  letter-spacing: 3.68px;
  line-height: 78.2px;
  color: #e5a93a;
  margin: 0;
}
.yint__lead {
  font-family: var(--font-jp);
  font-size: 15.5px;
  line-height: 34.88px;
  color: rgba(243,236,221,.8);
  margin: 0;
}
.yint__lead p { margin: 0; }
.yint__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  list-style: none;
  padding: 18px 0 0;
  margin: 0;
}
.yint-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(243,236,221,.02);
  border: 1px solid rgba(243,236,221,.14);
  border-radius: 40px;
  padding: 12px 25px;
  font-family: var(--font-jp);
  font-size: 13px;
  letter-spacing: .78px;
  color: #f3ecdd;
}
.yint-chip__kanji {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .78px;
  color: #e5a93a;
}

/* ---- PILLARS（Figma node 194:588 完コピ）------------------------------- */
/* ypil — オレンジライン & 提灯アニメーション */
.p-yakitori .ypil__topline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, #d7402a, #e5a93a);
}
.p-yakitori .ypil__lanterns {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 28px 80px 0;
}
.p-yakitori .ypil__lantern {
  transform-origin: top center;
  animation: lanternSway 4s ease-in-out infinite, lanternGlow 3s ease-in-out infinite;
}
.p-yakitori .ypil__lantern img {
  width: 56px;
  height: auto;
  display: block;
  mix-blend-mode: screen;
}
.p-yakitori .ypil__lantern--2 { animation-delay: -0.65s, -0.5s; }
.p-yakitori .ypil__lantern--3 { animation-delay: -1.3s,  -1.0s; }
.p-yakitori .ypil__lantern--4 { animation-delay: -1.95s, -1.5s; }
.p-yakitori .ypil__lantern--5 { animation-delay: -2.6s,  -2.0s; }
.p-yakitori .ypil__lantern--6 { animation-delay: -3.25s, -2.5s; }

@keyframes lanternSway {
  0%, 100% { transform: rotate(-6deg); }
  50%       { transform: rotate(6deg); }
}
@keyframes lanternGlow {
  0%, 100% { filter: drop-shadow(0 0 6px rgba(229,100,30,0.3)) brightness(0.85); }
  50%       { filter: drop-shadow(0 0 20px rgba(229,130,30,0.9)) brightness(1.1); }
}

.ypil {
  position: relative;
  background: #1a120b;
  padding: 116px 0;
}
.ypil__layout {
  display: flex;
  gap: 72px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
}
/* 左 sticky */
.ypil__left {
  position: sticky;
  top: 66px;
  padding-top: 200px;
  max-width: 400px;
  flex: 0 0 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ypil__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
}
.ypil__eyebrow-line { width: 26px; height: 1.5px; background: #e5a93a; }
.ypil__eyebrow-text {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #e5a93a;
}
.ypil__title {
  font-family: var(--font-mincho);
  font-weight: 800;
  font-size: 48px;
  letter-spacing: .96px;
  line-height: 58px;
  color: #fff;
  margin: 0 0 22px;
}
.ypil__subtitle {
  font-family: var(--font-brush);
  font-size: 28px;
  letter-spacing: 1.68px;
  color: #e5a93a;
  margin: 0 0 22px;
}
.ypil__desc {
  font-family: var(--font-jp);
  font-size: 14.5px;
  line-height: 29.7px;
  color: rgba(243,236,221,.7);
  max-width: 400px;
  margin: 0 0 34px;
  text-wrap: pretty;
}
.ypil__count {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ypil__count-num {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 20px;
  color: #e5a93a;
}
.ypil__count-line { width: 48px; height: 1px; background: rgba(243,236,221,.25); }
.ypil__count-label {
  font-family: var(--font-jp);
  font-size: 12px;
  letter-spacing: 2.64px;
  color: rgba(243,236,221,.5);
}
/* 右 カードスタック */
.ypil__stack {
  display: flex;
  flex-direction: column;
  gap: 46px;
  padding: 144px 0;
  width: 648px;
  flex: 0 1 648px;
}
.ypil-card {
  container-type: inline-size;
  position: relative;
  display: block;
  aspect-ratio: 648 / 510;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 28px 64px rgba(0,0,0,.55);
  text-decoration: none;
}
.ypil-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ypil-card__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,7,5,.92) 0%, rgba(10,7,5,.34) 50%, rgba(10,7,5,0) 76%);
}
.ypil-card__tag {
  position: absolute;
  left: 0;
  top: 4cqw;
  background: linear-gradient(134deg, #e8702a 0%, #d7402a 100%);
  color: #fff;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: clamp(10px, 1.85cqw, 14px);
  letter-spacing: 2.64px;
  padding: 6px 16px 7px;
}
.ypil-card__kanji {
  position: absolute;
  right: 4.3cqw;
  top: 5.6cqw;
  font-family: var(--font-brush);
  font-size: clamp(22px, 6.5cqw, 46px);
  letter-spacing: 6.72px;
  color: #e5a93a;
  text-shadow: 0 2px 16px rgba(0,0,0,.6);
  line-height: 1;
}
.ypil-card__body {
  position: absolute;
  left: 4.9cqw;
  right: 4.6cqw;
  bottom: 4.9cqw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.ypil-card__txt {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.ypil-card__eyebrow {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: clamp(9px, 1.6cqw, 12px);
  letter-spacing: 2.94px;
  text-transform: uppercase;
  color: #e5a93a;
  margin-bottom: 10px;
}
.ypil-card__ttl {
  font-family: var(--font-mincho);
  font-weight: 800;
  font-size: clamp(20px, 5.25cqw, 36px);
  letter-spacing: .34px;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 12px;
}
.ypil-card__sub {
  font-family: var(--font-brush);
  font-size: clamp(14px, 3.4cqw, 24px);
  letter-spacing: 1.1px;
  line-height: 1.7;
  color: #e5a93a;
  margin-bottom: 12px;
}
.ypil-card__lead {
  font-family: var(--font-jp);
  font-size: clamp(10px, 2cqw, 14px);
  line-height: 1.9;
  color: rgba(243,236,221,.8);
}
/* ---- ACCESS（Figma node 194:710 完コピ）------------------------------- */
.yacc {
  position: relative;
  background: #1e1813;
  padding: 216px 0 116px;
}
.yacc__lanterns {
  top: 74px;
}
.yacc__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
}
.yacc__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.yacc__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.yacc__eyebrow-line { width: 26px; height: 1.5px; background: #e5a93a; }
.yacc__eyebrow-text {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #e5a93a;
}
.yacc__title {
  font-family: var(--font-mincho);
  font-weight: 800;
  font-size: 44px;
  letter-spacing: 1.32px;
  line-height: 74.8px;
  color: #fff;
  margin: 0;
}
.yacc__sub {
  font-family: var(--font-brush);
  font-size: 25px;
  letter-spacing: 1.5px;
  color: #e5a93a;
  margin: 0;
}
.yacc__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1000px;
  min-height: 406px;
  background: rgba(243,236,221,.03);
  border: 1px solid rgba(243,236,221,.14);
  border-radius: 8px;
  overflow: hidden;
}
.yacc__map { position: relative; min-height: 340px; }
.yacc__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.yacc__body {
  padding: 42px 44px;
  display: flex;
  flex-direction: column;
}
.yacc__name {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 25px;
  line-height: 42.5px;
  color: #fff;
  margin: 0;
}
.yacc__area {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.98px;
  text-transform: uppercase;
  color: #e5a93a;
  margin: 5px 0 24px;
}
.yacc__info { margin: 0; }
.yacc__row {
  display: flex;
  gap: 16px;
  border-top: 1px solid rgba(243,236,221,.14);
  padding: 16px 0 15px;
}
.yacc__row dt {
  flex: 0 0 84px;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: rgba(243,236,221,.5);
  padding-top: 3px;
}
.yacc__row dd {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 13px;
  line-height: 24px;
  color: rgba(243,236,221,.82);
}
.yacc__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 24px;
}
.yacc__btn {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  height: 49px;
  padding: 0 23px;
  border-radius: 2px;
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .7px;
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}
.yacc__btn:hover { opacity: .88; }
.yacc__btn--call { background: linear-gradient(134deg, #e8702a 0%, #d7402a 100%); box-shadow: 0 8px 13px rgba(216,64,42,.36); }
.yacc__btn--menu { background: #e5a93a; box-shadow: 0 4px 2px rgba(0,0,0,.25); }
.yacc__btn--uber { background: #151515; padding: 0 18px; }
.yacc__btn--uber img { height: 14px; width: auto; display: block; }

/* ---- RESPONSIVE ---------------------------------------------------------- */
@media (max-width: 1024px) {
  .yaki-hero__dish { width: 56%; opacity: .9; }
  .yaki-hero__title { font-size: 48px; line-height: 1.18; }
  .yaki-lanterns { gap: 70px; }
  .yaki-rsv__inner { padding: 0 40px; gap: 40px; }
  /* PILLARS: 左右比率1:1 */
  .ypil__left { max-width: none; flex: 1 1 0; }
  .ypil__stack { width: auto; flex: 1 1 0; min-width: 0; }
  .yacc__inner { padding: 0 40px; }
}
@media (max-width: 768px) {
  /* PILLARS: SPで縦積み */
  .ypil__layout { flex-direction: column; gap: 32px; align-items: stretch; }
  .ypil__left { position: static; flex: none; }
  .ypil__stack { width: 100%; padding: 0; }
  .ypil__title { font-size: 32px; line-height: 1.3; }
  .yacc { padding: 150px 0 64px; }
  .yacc__inner { padding: 0 24px; gap: 36px; }
  .yacc__lanterns { gap: 28px; }
  .yacc__title { font-size: 32px; line-height: 1.4; }
  .yacc__card { grid-template-columns: 1fr; }
  .yacc__map { min-height: 220px; }
  .yaki-hero { min-height: 560px; height: auto; padding: 100px 0 0; }
  .yaki-hero__dish { display: none; }
  .yaki-hero__dish-mobile { display: block; width: 58%; margin: 4px auto 0; }
  .yaki-hero__wrap { padding: 0 24px; }
  .yaki-hero__title { font-size: 38px; }
  .yaki-hero__sub { font-size: 24px; line-height: 1.6; }
  .yaki-hero__actions {
    flex-direction: column; align-items: center;
    gap: 12px; padding-top: 14px; margin-bottom: 8px; width: 100%;
  }
  .yaki-hero__btn { width: 100%; justify-content: center; }
  .yaki-lanterns { gap: 28px; top: 56px; }
  .yaki-rsv { padding: 64px 0; }
  .yaki-rsv__inner { padding: 0 24px; }
  .yaki-rsv__title { font-size: 32px; line-height: 1.4; }
  .yint { padding: 72px 0; }
  .yint__inner { padding: 0 24px; }
  .yint__logo { width: 130px; height: 130px; }
  .yint__title { font-size: 32px; line-height: 1.4; letter-spacing: 2px; }
  .ypil { padding: 64px 0; }
  .ypil__layout { padding: 0 24px; }
  .ypil__title { font-size: 34px; }
}

/* ==========================================================================
   KAZU SUSHI GO ROUND — Figma node 194:1589
   body.rest-page.p-sushi-round スコープ
   ========================================================================== */

/* ---- HERO（Figma実素材・node 194:861） ---------------------------------- */
.sushir-hero {
  position: relative;
  min-height: 880px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #e8d400;
}
/* 背景イラスト（黄色ジェットコースター＋寿司） */
.sushir-hero__illust {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.sushir-hero__illust img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* グラデーション1: 斜め（黄→紺→オレンジ）Figma値 */
.sushir-hero__grad1 {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg, rgba(205,182,11,1) 0%, rgba(18,32,66,.6) 50%, rgba(226,122,42,.32) 100%);
}
/* グラデーション2: 下から（紺の影） */
.sushir-hero__grad2 {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(10,18,42,.7) 0%, rgba(10,18,42,0) 42%);
}
/* 寿司トレイン（前景・右下）：不透明な四角い写真のため、下にしっかり沈み込ませて
   左端はグラデーションでなじませ、ハードエッジが見えないようにする */
.sushir-hero__train {
  position: absolute;
  right: -4%;
  bottom: -140px;
  width: 80%;
  max-width: 1100px;
  z-index: 3;
  pointer-events: none;
  mask-image: linear-gradient(to right, transparent 0%, black 18%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 18%);
}
.sushir-hero__train img {
  width: 100%;
  height: auto;
  display: block;
}
/* SP専用: sub文とactionsボタンの間にフロー配置する複製（PCでは非表示） */
.sushir-hero__train-mobile { display: none; }
.sushir-hero__train-mobile img {
  width: 100%;
  aspect-ratio: 1536 / 1024;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.25));
}
.sushir-hero__wrap {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
}
.sushir-hero__inner { max-width: 680px; }
.p-sushi-round .hero__hinomaru { background-color: #F2A03D; box-shadow: 0 0 0 5px rgba(242,160,61,.25); }
/* eyebrow位置修正: position:absolute;left:0 は wrap のpadding-inline分だけ左にズレるため通常フローに戻す */
.p-sushi-round .hero__eyebrow { position: relative; top: auto; left: auto; margin-bottom: 12px; }
.sushir-hero__title {
  font-family: var(--font-mincho);
  font-size: 74px;
  line-height: 1.08;
  letter-spacing: .74px;
  color: #fff;
  font-weight: 800;
  margin: 20px 0;
  text-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.sushir-hero__title-mark {
  color: #f2a03d;
}
/* 毛筆サブ（Yuji Syuku 34px #fce3be） */
.sushir-hero__brush {
  font-family: var(--font-brush);
  font-size: 34px;
  line-height: 1.7;
  letter-spacing: 2.7px;
  color: #fce3be;
  margin-bottom: 16px;
}
.sushir-hero__sub {
  font-family: var(--font-jp);
  font-size: 14.5px;
  line-height: 1.95;
  color: rgba(255,255,255,.85);
  margin-bottom: 28px;
  max-width: 470px;
}
.sushir-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.sushir-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e27a2a;
  color: #fff;
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .7px;
  padding: 0 30px;
  height: 52px;
  border-radius: 2px;
  text-decoration: none;
  box-shadow: 0 8px 10px rgba(226,122,42,.3);
  transition: opacity .2s;
}
.sushir-hero__btn:hover { opacity: .88; }
.sushir-hero__btn-ghost {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .7px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 2px;
  padding: 0 31px;
  height: 52px;
  text-decoration: none;
  transition: background .2s;
}
.sushir-hero__btn-ghost:hover { background: rgba(255,255,255,.12); }

/* ---- お皿アイコン帯（Figma node 194:1026 完コピ）------------------------- */
.sushir-belt {
  position: relative;
  background: linear-gradient(180deg, #e5a93a 0%, #fded3d 100%);
  padding: 18px 0;
  overflow: hidden;
}
/* 2段目：オレンジレーン（Figma node 194:1165） */
.sushir-belt--orange {
  background: linear-gradient(180deg, #f08a1e 0%, #f5a623 100%);
}
/* 最上部 10px のグラデ細ストリップ */
.sushir-belt__strip {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 10px;
  background: linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,0) 100%);
  z-index: 2;
}
.sushir-belt__track {
  display: flex;
  width: max-content;
  animation: sushirBeltScroll 38s linear infinite;
}
.sushir-belt__track--rev {
  animation-direction: reverse;
}
.sushir-belt__group {
  display: flex;
  gap: 30px;
  padding-right: 30px;
  flex: 0 0 auto;
}
@keyframes sushirBeltScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
/* 皿 96px */
.splate {
  flex: 0 0 auto;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 8px 16px rgba(0,0,0,.28);
}
/* 内側 6px 白リング */
.splate::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 6px rgba(255,255,255,.45);
  pointer-events: none;
}
.splate__icon {
  width: 64px;
  height: 40px;
  object-fit: contain;
  filter: drop-shadow(0 3px 1.5px rgba(0,0,0,.18));
}
/* 6色（アイコン背景色と一致＝溶け込む） */
.splate--c1 { background: #f2b628; }
.splate--c2 { background: #4e9e5b; }
.splate--c3 { background: #ee8fa8; }
.splate--c4 { background: #fbf7ee; }
.splate--c5 { background: #e2483c; }
.splate--c6 { background: #3e78c8; }

/* ---- STORY / INTRO（Figma node 194:1305 完コピ）------------------------- */
.sushir-story {
  background: #fff;
  padding: 110px 40px;
  text-align: center;
}
.sushir-story__inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
/* 赤「和」96px */
.sushir-story__mark {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin: 0 0 8px;
}
/* サブ: Yuji Syuku 20px #e5a93a ls3.36 */
.sushir-story__brush {
  font-family: var(--font-brush);
  font-size: 20px;
  letter-spacing: 3.36px;
  color: #e5a93a;
  margin: 0;
}
/* タイトル: Yuji Syuku 44px #e79757 ls3.08 */
.sushir-story__title {
  font-family: var(--font-brush);
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 3.08px;
  line-height: 1.2;
  color: #e79757;
  margin: 0;
}
/* 本文: Noto 15.5px #4c463b lh34.1 中央 */
.sushir-story__lead {
  font-size: 15.5px;
  line-height: 34.1px;
  color: #4c463b;
  text-align: center;
  margin: 0;
}
.sushir-story__lead p { margin: 0; }
/* 信頼チップ（白ピル＋丸枠） */
.sushir-story__chips {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: nowrap;
  list-style: none;
  padding: 16px 0 0;
  margin: 0;
}
.sushir-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #e8e1ce;
  border-radius: 40px;
  padding: 11px 23px;
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 12.5px;
  letter-spacing: 1px;
  color: #15326d;
  white-space: nowrap;
}
.sushir-chip__dot {
  color: #e27a2a;
  font-weight: 700;
}

/* ---- REASONS（Figma node 194:1320 完コピ）------------------------------- */
.srz {
  position: relative;
  background: #f4eedd;
  padding: 54px 0 124px;
}
.srz__layout {
  display: flex;
  gap: 72px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
}
/* 左 sticky */
.srz__left {
  position: sticky;
  top: 66px;
  padding-top: 200px;
  max-width: 406px;
  flex: 0 0 406px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.srz__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
}
.srz__eyebrow-line { width: 26px; height: 1.5px; background: #e27a2a; }
.srz__eyebrow-text {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #e27a2a;
}
.srz__title {
  font-family: var(--font-mincho);
  font-weight: 800;
  font-size: 48px;
  letter-spacing: .96px;
  line-height: 57.6px;
  color: #15326d;
  margin: 0 0 22px;
}
.srz__subtitle {
  font-family: var(--font-brush);
  font-size: 28px;
  letter-spacing: 1.68px;
  line-height: 47.6px;
  color: #e27a2a;
  margin: 0 0 22px;
}
.srz__desc {
  font-family: var(--font-jp);
  font-size: 14.5px;
  line-height: 29.73px;
  color: #4c463b;
  max-width: 370px;
  margin: 0 0 34px;
}
.srz__count {
  display: flex;
  align-items: center;
  gap: 16px;
}
.srz__count-num {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: .8px;
  color: #e27a2a;
}
.srz__count-line { width: 48px; height: 1px; background: #dbd2bb; }
.srz__count-label {
  font-family: var(--font-jp);
  font-size: 12px;
  letter-spacing: 2.64px;
  color: #7c766a;
}
/* 右 カードスタック */
.srz__stack {
  display: flex;
  flex-direction: column;
  gap: 46px;
  padding: 144px 0;
  width: 641px;
  flex: 0 1 641px;
}
.srz-card {
  container-type: inline-size;
  position: relative;
  display: block;
  aspect-ratio: 641 / 505;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(33,31,26,.2);
  text-decoration: none;
}
.srz-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.srz-card__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12,16,30,.9) 0%, rgba(12,16,30,.34) 50%, rgba(12,16,30,0) 74%);
}
.srz-card__tag {
  position: absolute;
  left: 0;
  top: 4.1cqw;
  background: #e27a2a;
  color: #fff;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: clamp(10px, 1.87cqw, 14px);
  letter-spacing: 2.64px;
  padding: 6px 16px 7px;
}
.srz-card__kanji {
  position: absolute;
  right: 4.7cqw;
  top: 4.1cqw;
  font-family: var(--font-brush);
  font-size: clamp(22px, 6.2cqw, 44px);
  letter-spacing: 6.4px;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,.5);
  line-height: 1;
}
.srz-card__body {
  position: absolute;
  left: 5cqw;
  right: 4.7cqw;
  bottom: 5cqw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.srz-card__txt {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.srz-card__eyebrow {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: clamp(9px, 1.64cqw, 12px);
  letter-spacing: 2.52px;
  text-transform: uppercase;
  color: #fbd9a8;
  margin-bottom: 10px;
}
.srz-card__ttl {
  font-family: var(--font-mincho);
  font-weight: 800;
  font-size: clamp(18px, 5.3cqw, 34px);
  letter-spacing: .34px;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 12px;
}
.srz-card__sub {
  font-family: var(--font-mincho);
  font-weight: 500;
  font-size: clamp(14px, 2.8cqw, 22px);
  line-height: 1.7;
  color: #fff;
  margin-bottom: 14px;
}
.srz-card__lead {
  font-family: var(--font-jp);
  font-size: clamp(10px, 2cqw, 14px);
  line-height: 1.9;
  color: rgba(255,255,255,.8);
}

/* ---- ガラポン / GACHAPON BAND（Figma node 194:1419 完コピ）-------------- */
.sushir-lottery {
  background: #e27a2a;
  padding: 88px 0;
}
.sushir-lottery__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.sushir-lottery__text {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sushir-lottery__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sushir-lottery__eyebrow-line {
  width: 26px;
  height: 1.5px;
  background: #ffe9cc;
}
.sushir-lottery__eyebrow-text {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #ffe9cc;
}
.sushir-lottery__title {
  font-family: var(--font-mincho);
  font-weight: 800;
  font-size: 46px;
  letter-spacing: .92px;
  line-height: 78.2px;
  color: #fff;
  margin: 0;
}
.sushir-lottery__sub {
  font-family: var(--font-brush);
  font-size: 30px;
  letter-spacing: 1.8px;
  line-height: 51px;
  color: #ffe9cc;
  margin: 0;
}
.sushir-lottery__desc {
  font-family: var(--font-jp);
  font-size: 14.5px;
  line-height: 28.28px;
  color: rgba(255,255,255,.9);
  margin: 0;
}
.sushir-lottery__note {
  font-family: var(--font-jp);
  font-size: 14.5px;
  line-height: 28.28px;
  color: rgba(255,255,255,.9);
  margin: 0;
}
/* ガチャカプセル（2トーン）3個 重なり */
.sushir-lottery__visual {
  position: relative;
  width: 431px;
  height: 155px;
  flex-shrink: 0;
}
.gacha {
  position: absolute;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,.2);
}
/* 下半分の白 */
.gacha::before {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  top: 50%;
  background: rgba(255,255,255,.92);
}
/* 左上のハイライト */
.gacha::after {
  content: '';
  position: absolute;
  left: 14px; top: 18px;
  width: 26px; height: 18px;
  border-radius: 11px;
  background: rgba(255,255,255,.5);
}
.gacha--red   { background: #e2483c; left: 0;    top: 11px; }
.gacha--blue  { background: #3e78c8; left: 157px; top: 37px; }
.gacha--green { background: #4e9e5b; left: 314px; top: 0; }

/* ふわふわ浮遊アニメ（JS側で --dur / --delay / --drift をランダム付与） */
.gacha {
  animation: gachaFloat var(--dur, 3.6s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}
@keyframes gachaFloat {
  0%, 100% { transform: translate(0, 0); }
  50%      { transform: translate(var(--driftx, 5px), var(--drift, -12px)); }
}
@media (prefers-reduced-motion: reduce) {
  .gacha { animation: none; }
}

/* ---- STORES（Figma node 194:1442 完コピ）------------------------------- */
.srs {
  background: #fff;
  padding: 108px 0 116px;
}
.srs__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
}
.srs__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.srs__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.srs__eyebrow-line { width: 26px; height: 1.5px; background: #e27a2a; }
.srs__eyebrow-text {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #e27a2a;
}
.srs__title {
  font-family: var(--font-mincho);
  font-weight: 800;
  font-size: 44px;
  letter-spacing: 1.32px;
  line-height: 74.8px;
  color: #15326d;
  margin: 0;
}
.srs__sub {
  font-family: var(--font-brush);
  font-size: 25px;
  letter-spacing: 1.5px;
  color: #e27a2a;
  margin: 0;
}
/* カード（地図左＋情報右） */
.srs__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 980px;
  min-height: 390px;
  background: #fff;
  border: 1px solid #e8e1ce;
  border-radius: 10px;
  overflow: hidden;
}
.srs__map { position: relative; }
.srs__map img,
.srs__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  display: block;
}
.srs__body {
  padding: 41px 44px 42px;
  display: flex;
  flex-direction: column;
}
.srs__name {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 25px;
  line-height: 44.2px;
  color: #15326d;
  margin: 0;
}
.srs__area {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #e27a2a;
  margin: 5px 0 26px;
}
.srs__info { margin: 0; }
.srs__row {
  display: flex;
  gap: 16px;
  border-top: 1px solid #e8e1ce;
  padding: 17px 0 16px;
}
.srs__row dt {
  flex: 0 0 84px;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: #7c766a;
  padding-top: 3px;
}
.srs__row dd {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 13.5px;
  line-height: 23.63px;
  color: #4c463b;
}
.srs__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 26px;
}
.srs__btn {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  height: 49px;
  padding: 0 24px;
  border-radius: 2px;
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .7px;
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}
.srs__btn:hover { opacity: .88; }
.srs__btn--call { background: #e27a2a; box-shadow: 0 8px 10px rgba(226,122,42,.3); }
.srs__btn--menu { background: #fff; border: 1.5px solid #e5a93a; color: #e5a93a; box-shadow: none; }

/* ---- RESPONSIVE ---------------------------------------------------------- */
@media (max-width: 1024px) {
  .sushir-hero__title { font-size: 54px; }
  .sushir-hero__train { width: 70%; bottom: -140px; opacity: .85; }
  .sushir-hero__brush { font-size: 28px; }
  /* REASONS: 左右比率1:1 */
  .srz__left { max-width: none; flex: 1 1 0; }
  .srz__stack { width: auto; flex: 1 1 0; min-width: 0; }
}
@media (max-width: 768px) {
  /* REASONS: SPで縦積み */
  .srz__layout { flex-direction: column; gap: 32px; align-items: stretch; }
  .srz__left { position: static; flex: none; padding-top: 0; }
  .srz__stack { width: 100%; padding: 0; }
  .srz__title { font-size: 32px; line-height: 1.3; }
  .sushir-hero { min-height: 560px; height: auto; padding: 100px 0 0; }
  .sushir-hero__wrap { padding: 0 24px; }
  .sushir-hero__train { display: none; }
  /* 見切れてもいいので大きめ表示（hero側のoverflow:hiddenでクリップされる） */
  .sushir-hero__train-mobile { display: block; width: 180%; max-width: none; margin-top: 4px; margin-left: calc(-22.5% - 100px); }
  .sushir-hero__title { font-size: 40px; }
  .sushir-hero__brush { font-size: 24px; }
  .sushir-hero__actions {
    flex-direction: column; align-items: center;
    gap: 12px; margin-bottom: 8px; width: 100%;
  }
  .sushir-hero__btn,
  .sushir-hero__btn-ghost { width: 100%; justify-content: center; }
  .sushir-story { padding: 64px 24px; }
  .sushir-story__chips { gap: 8px; flex-wrap: wrap; }
  .sushir-lottery { padding: 56px 0; }
  .sushir-lottery__inner { padding: 0 24px; }
  .sushir-lottery__title { font-size: 32px; line-height: 1.4; }
  .sushir-lottery__sub { font-size: 24px; line-height: 1.4; }
  /* 431px固定+flex-shrink:0でSP幅からはみ出すため、比率そのままに縮小 */
  .sushir-lottery__visual { width: 280px; height: 101px; margin: 8px auto 0; }
  .sushir-lottery__visual .gacha { width: 76px; height: 76px; }
  .sushir-lottery__visual .gacha--red   { left: 0;    top: 7px; }
  .sushir-lottery__visual .gacha--blue  { left: 102px; top: 24px; }
  .sushir-lottery__visual .gacha--green { left: 204px; top: 0; }
  .srs { padding: 64px 0; }
  .srs__inner { padding: 0 24px; gap: 36px; }
  .srs__title { font-size: 32px; line-height: 1.4; }
  .srs__card { grid-template-columns: 1fr; }
  .srs__map { min-height: 220px; }
  .srz { padding: 64px 0; }
  .srz__layout { padding: 0 24px; }
  .srz__title { font-size: 34px; }
  .srz__subtitle { font-size: 22px; }
  .sushir-belt { padding: 12px 0; }
  .sushir-belt__group { gap: 16px; padding-right: 16px; }
  .splate { width: 60px; height: 60px; }
  .splate__icon { width: 40px; height: 25px; }
  .splate::after { box-shadow: inset 0 0 0 4px rgba(255,255,255,.45); }
}

/* ==========================================================================
   KAZU SUSHI & NOODLE — Figma node 194:2087
   body.rest-page.p-sushi-noodle スコープ
   ========================================================================== */

/* ---- HERO（Figma node 194:1591 完コピ）-------------------------------- */
.snod-hero {
  position: relative;
  min-height: 840px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #281a0e;
}
.snod-hero__bg { position: absolute; inset: 0; z-index: 0; }
.snod-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.snod-hero__grad1 {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(58,40,22,.688) 0%, rgba(138,95,56,.464) 52%, rgba(226,122,42,.256) 100%);
}
.snod-hero__grad2 {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(to top, rgba(40,26,14,.66) 0%, rgba(40,26,14,0) 42%);
}
/* ラーメン丼（右・前景） */
.snod-hero__bowl {
  position: absolute;
  right: -3%;
  bottom: 4%;
  width: 52%;
  max-width: 1000px;
  z-index: 3;
  pointer-events: none;
}
.snod-hero__bowl img {
  width: 100%; height: auto; display: block;
  filter: drop-shadow(0 18px 32px rgba(0,0,0,.4));
}
/* SP専用: tags要素とactionsボタンの間にフロー配置する複製（PCでは非表示） */
.snod-hero__bowl-mobile { display: none; position: relative; }
.snod-hero__bowl-mobile img {
  width: 100%; height: auto; display: block;
  filter: drop-shadow(0 18px 32px rgba(0,0,0,.4));
}
/* 湯気アニメ（丼の上・JSで本数生成） */
.snod-steam {
  position: absolute;
  /* 丼内の汁面の上に立ち上る */
  left: 28%;
  top: -12%;
  width: 44%;
  height: 60%;
  z-index: 4;
  pointer-events: none;
  filter: blur(4px);
  opacity: .95;
}
.snod-steam.is-on { opacity: .95; }
.snod-steam__wisp {
  position: absolute;
  bottom: 0;
  width: var(--w, 18px);
  height: 62%;
  border-radius: 50%;
  background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,.85) 50%, rgba(255,255,255,0) 100%);
  opacity: 0;
  will-change: transform, opacity;
  animation: snodSteamRise var(--dur, 4.5s) ease-in-out var(--delay, 0s) infinite;
}
@keyframes snodSteamRise {
  0%   { opacity: 0; transform: translate(0, 20%) scale(1, 1); }
  18%  { opacity: .95; }
  55%  { opacity: .6; }
  100% { opacity: 0; transform: translate(var(--drift, 0), -130%) scale(2.4, 1.5); }
}
@media (prefers-reduced-motion: reduce) {
  .snod-steam { display: none; }
}
.snod-hero__wrap {
  position: relative; z-index: 5;
  width: 100%; max-width: 1200px;
  margin: 0 auto; padding: 0 40px;
}
.snod-hero__inner {
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.snod-hero__dot { background: #f7c887 !important; box-shadow: 0 0 0 5px rgba(247,200,135,.3); }
.snod-hero__eyebrow { color: #fff; }
/* eyebrow位置修正: position:absolute;left:0 は wrap のpadding-inline分だけ左にズレるため通常フローに戻す */
.p-sushi-noodle .hero__eyebrow { position: relative; top: auto; left: auto; }
.snod-hero__title {
  font-family: var(--font-mincho);
  font-weight: 800;
  font-size: 68px;
  line-height: 76.16px;
  letter-spacing: .68px;
  color: #fff;
  margin: 0;
}
.snod-hero__title-gold { color: #f7c887; }
.snod-hero__sub {
  font-family: var(--font-brush);
  font-size: 31px;
  line-height: 52.7px;
  letter-spacing: 2.48px;
  color: #f7dbb4;
  margin: 0;
}
.snod-hero__lead {
  font-family: var(--font-jp);
  font-size: 14.5px;
  line-height: 28.28px;
  color: rgba(255,255,255,.85);
  max-width: 480px;
  margin: 0;
}
.snod-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 9px;
}
.snod-hero__tag {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.54px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 40px;
  padding: 9px 17px;
}
.snod-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 15px;
}
.snod-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .7px;
  height: 49px;
  padding: 0 30px;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity .2s;
}
.snod-hero__btn:hover { opacity: .88; }
.snod-hero__btn--fill { background: #e27a2a; color: #fff; box-shadow: 0 8px 10px rgba(226,122,42,.3); }
.snod-hero__btn--ghost { border: 1px solid rgba(255,255,255,.6); color: #fff; padding: 0 31px; }

@media (max-width: 1024px) {
  .snod-hero__title { font-size: 52px; line-height: 1.12; }
  .snod-hero__bowl { width: 58%; opacity: .9; }
  .snod-hero__sub { font-size: 26px; }
}
@media (max-width: 768px) {
  .snod-hero { min-height: 560px; height: auto; padding: 100px 0 0; }
  .snod-hero__wrap { padding: 0 24px; }
  .snod-hero__bowl { display: none; }
  .snod-hero__bowl-mobile { display: block; width: 55%; margin: 4px auto 0; }
  .snod-hero__title { font-size: 40px; }
  .snod-hero__sub { font-size: 22px; line-height: 1.6; }
  .snod-hero__actions {
    flex-direction: column; align-items: center;
    gap: 12px; padding-top: 15px; margin-bottom: 8px; width: 100%;
  }
  .snod-hero__btn { width: 100%; justify-content: center; }
}

/* ---- INTRO（Figma node 194:1823 完コピ）------------------------------- */
.snod-intro {
  background: #f3ebda;
  padding: 104px 40px 100px;
  text-align: center;
}
.snod-intro__inner {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.snod-intro__mark {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin: 0 0 8px;
}
.snod-intro__brush {
  font-family: var(--font-brush);
  font-size: 20px;
  letter-spacing: 3.36px;
  color: #e5a93a;
  margin: 0;
}
.snod-intro__title {
  font-family: var(--font-brush);
  font-weight: 400;
  font-size: 42px;
  letter-spacing: 2.94px;
  line-height: 1.2;
  color: #15326d;
  margin: 0;
}
.snod-intro__lead {
  font-family: var(--font-jp);
  font-size: 15.5px;
  line-height: 34.88px;
  color: #4c463b;
  margin: 4px 0 0;
}
.snod-intro__lead p { margin: 0; }
@media (max-width: 768px) {
  .snod-intro { padding: 64px 24px; }
  .snod-intro__title { font-size: 30px; letter-spacing: 1.5px; }
}

/* ---- PILLARS（Figma node 194:1832 完コピ）----------------------------- */
.snp {
  position: relative;
  background: #ffffff;
  padding: 96px 0;
}
.snp__layout {
  display: flex;
  gap: 72px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
}
.snp__left {
  position: sticky;
  top: 66px;
  padding-top: 200px;
  max-width: 406px;
  flex: 0 0 406px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.snp__eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; }
.snp__eyebrow-line { width: 26px; height: 1.5px; background: #e27a2a; }
.snp__eyebrow-text {
  font-family: var(--font-jp); font-weight: 500; font-size: 12px;
  letter-spacing: 3.6px; text-transform: uppercase; color: #e27a2a;
}
.snp__title {
  font-family: var(--font-mincho); font-weight: 800; font-size: 46px;
  letter-spacing: .96px; line-height: 58px; color: #15326d; margin: 0 0 22px;
}
.snp__subtitle {
  font-family: var(--font-brush); font-size: 27px; letter-spacing: 1.68px;
  color: #e27a2a; margin: 0 0 22px;
}
.snp__desc {
  font-family: var(--font-jp); font-size: 14.5px; line-height: 29.7px;
  color: #4c463b; max-width: 370px; margin: 0 0 34px;
}
.snp__count { display: flex; align-items: center; gap: 16px; }
.snp__count-num { font-family: var(--font-mincho); font-weight: 800; font-size: 20px; color: #e27a2a; }
.snp__count-line { width: 48px; height: 1px; background: #dbd2bb; }
.snp__count-label { font-family: var(--font-jp); font-size: 12px; letter-spacing: 2.64px; color: #7c766a; }
.snp__stack {
  display: flex; flex-direction: column; gap: 46px;
  padding: 144px 0; width: 641px; flex: 0 1 641px;
}
.snp-card {
  container-type: inline-size;
  position: relative; display: block; aspect-ratio: 641 / 505;
  border-radius: 8px; overflow: hidden;
  box-shadow: 0 26px 60px rgba(33,31,26,.2); text-decoration: none;
}
.snp-card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.snp-card__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,14,8,.9) 0%, rgba(20,14,8,.34) 50%, rgba(20,14,8,0) 74%);
}
.snp-card__tag {
  position: absolute; left: 0; top: 4.1cqw; background: #e27a2a; color: #fff;
  font-family: var(--font-jp); font-weight: 700; font-size: clamp(10px, 1.87cqw, 14px);
  letter-spacing: 2.64px; padding: 6px 16px 7px;
}
.snp-card__kanji {
  position: absolute; right: 4.1cqw; top: 4.7cqw;
  font-family: var(--font-brush); font-size: clamp(22px, 6.2cqw, 44px); letter-spacing: 6.4px;
  color: #fff; text-shadow: 0 2px 14px rgba(0,0,0,.5); line-height: 1;
}
.snp-card__body {
  position: absolute; left: 5cqw; right: 4.7cqw; bottom: 5cqw;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 16px;
}
.snp-card__txt { display: flex; flex-direction: column; min-width: 0; }
.snp-card__eyebrow {
  font-family: var(--font-jp); font-weight: 700; font-size: clamp(9px, 1.6cqw, 12px);
  letter-spacing: 2.52px; text-transform: uppercase; color: #f7dbb4; margin-bottom: 10px;
}
.snp-card__ttl {
  font-family: var(--font-mincho); font-weight: 800; font-size: clamp(16px, 4.7cqw, 30px);
  letter-spacing: .3px; line-height: 1.16; color: #fff; margin-bottom: 12px;
}
.snp-card__sub {
  font-family: var(--font-brush); font-size: clamp(13px, 3.3cqw, 21px); letter-spacing: 1.05px;
  line-height: 1.7; color: #f7dbb4; margin-bottom: 12px;
}
.snp-card__lead {
  font-family: var(--font-jp); font-size: clamp(10px, 2cqw, 14px); line-height: 1.9;
  color: rgba(255,255,255,.8);
}

/* ---- SISTER CROSS-LINK（Figma node 194:1930 完コピ）------------------- */
.snod-sis {
  display: block;
  background: #15326d;
  padding: 72px 0;
  overflow: hidden;
  text-decoration: none;
}
.snod-sis__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  min-height: 220px;
  display: flex;
  align-items: center;
}
.snod-sis__text {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.snod-sis__eyebrow { display: flex; align-items: center; gap: 12px; }
.snod-sis__eyebrow-line { width: 26px; height: 1.5px; background: #f7c887; }
.snod-sis__eyebrow-text {
  font-family: var(--font-jp); font-weight: 500; font-size: 12px;
  letter-spacing: 3.6px; text-transform: uppercase; color: #f7c887;
}
.snod-sis__title {
  font-family: var(--font-mincho); font-weight: 700; font-size: 30px;
  letter-spacing: .6px; line-height: 51px; color: #fff; margin: 0;
}
.snod-sis__lead {
  font-family: var(--font-jp); font-size: 13.5px; line-height: 25.65px;
  color: rgba(255,255,255,.72); margin: 0;
}
/* 右の料理写真（角丸カード3枚の重なり） */
.snod-sis__imgs {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 565px;
  aspect-ratio: 565 / 302;
  height: auto;
  pointer-events: none;
}
/* 子要素は%指定にしてあるので、.snod-sis__imgsのwidthを変えるだけで
   scale()やmargin-bottomの帳尻合わせなしに比例縮小できる */
.snod-sis__img {
  position: absolute;
  object-fit: cover;
}
.snod-sis__img--1 { width: 65.13%; height: 82.45%; left: 0;      top: 0;     z-index: 1; }
.snod-sis__img--2 { width: 60.71%; height: 75.83%; left: 39.29%; top: 6.95%;  z-index: 2; }
.snod-sis__img--3 { width: 45.49%; height: 56.62%; left: 30.09%; top: 43.38%; z-index: 3; }
/* 湯気アニメ（写真スタック上・JSで本数生成。snod-steamと同じ仕組み）
   ※ img--1（寿司）には被らないよう、img--2/3側（右寄り）だけに範囲を絞る */
.snod-sis-steam {
  position: absolute;
  left: 64.42%;
  top: -9.93%;
  width: 27.96%;
  height: 54.97%;
  z-index: 4;
  pointer-events: none;
  filter: blur(4px);
  opacity: .95;
}
/* 2つ目の湯気: 元の位置から左に30px・下に30px相当 */
.snod-sis-steam--2 {
  left: 62.65%;
  top: 0%;
}
/* 3つ目の湯気: img--3（うどん）の上に配置 */
.snod-sis-steam--3 {
  left: 40.71%;
  top: 29.80%;
  width: 27.96%;
  height: 54.97%;
}
.snod-sis-steam.is-on { opacity: .95; }
.snod-sis-steam__wisp {
  position: absolute;
  bottom: 0;
  width: var(--w, 16px);
  height: 60%;
  border-radius: 50%;
  background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,.85) 50%, rgba(255,255,255,0) 100%);
  opacity: 0;
  will-change: transform, opacity;
  animation: snodSteamRise var(--dur, 4.5s) ease-in-out var(--delay, 0s) infinite;
}
@media (prefers-reduced-motion: reduce) {
  .snod-sis-steam { display: none; }
}
.snod-sis:hover .snod-sis__title { color: #f7c887; transition: color .25s; }

/* ---- ACCESS バッジ（srs流用＋追加） ----------------------------------- */
.srs__badge {
  display: inline-flex;
  align-self: flex-start;
  font-family: var(--font-jp);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #e27a2a;
  background: rgba(226,122,42,.1);
  border-radius: 40px;
  padding: 6px 14px;
  margin-bottom: 14px;
}

/* SISTER: 絶対配置写真が中間幅で左テキストに食い込むため 1200px で縦積みに前倒し */
@media (max-width: 1200px) {
  .snod-sis__inner { flex-direction: column; align-items: flex-start; gap: 28px; min-height: 0; }
  .snod-sis__imgs { position: relative; right: auto; top: auto; transform: none; width: 100%; max-width: 480px; margin: 8px auto 0; }
}

@media (max-width: 1024px) {
  /* PILLARS: 左右比率1:1 */
  .snp__left { max-width: none; flex: 1 1 0; }
  .snp__stack { width: auto; flex: 1 1 0; min-width: 0; }
  .snod-sis__inner { flex-direction: column; align-items: flex-start; gap: 28px; min-height: 0; }
  .snod-sis__imgs { position: relative; right: auto; top: auto; transform: none;
    width: 100%; max-width: 400px; margin: 8px auto 0; }
}

/* ============================================================
   左右2カラム 共通レイアウト（全ページ系統A: rest / pil / ypil / srz / snp）
   共通クラス .split / .split__text / .split__media はHTML構造の目印として
   全ページ共通で付与済み。実際のレスポンシブ値（幅・sticky高さ・font-size等）は
   ページごとに差が大きいため、各プレフィックス側の @media で個別に定義する
   （1024px = 横並びのまま左を狭める / 768px = 縦積み、の2段階で全ページ統一）。
   ============================================================ */
@media (max-width: 768px) {
  /* PILLARS: SPで縦積み */
  .snp__layout { flex-direction: column; gap: 32px; align-items: stretch; }
  .snp__left { position: static; flex: none; padding-top: 0; }
  .snp__stack { width: 100%; padding: 0; }
  .snp { padding: 64px 0; }
  .snp__layout { padding: 0 24px; }
  .snp__title { font-size: 32px; line-height: 1.3; }
  .snod-sis { padding: 56px 0; }
  .snod-sis__inner { padding: 0 24px; }
  .snod-sis__title { font-size: 24px; line-height: 1.5; }
  .snod-sis__imgs { width: 100%; max-width: 300px; margin: 8px auto 0; align-self: center; }
}

/* ============================================================
   RECRUITMENT PAGE  (.p-recruit)  — Figma node 227:14318
   ============================================================ */

/* ---- HERO (node 227:13532) ---------------------------------- */
.p-recruit .rec-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #12254c;
}
.rec-hero__bg { position: absolute; inset: 0; z-index: 0; }
.rec-hero__bg img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 74% 30%;
}
.rec-hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(100deg, rgba(13,24,46,.94) 0%, rgba(13,24,46,.74) 38%, rgba(13,24,46,.36) 64%, rgba(13,24,46,.12) 100%),
    linear-gradient(to top, rgba(13,24,46,.55), rgba(13,24,46,0) 38%);
}
.rec-hero__grid {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: linear-gradient(120deg, #000 0%, transparent 55%);
          mask-image: linear-gradient(120deg, #000 0%, transparent 55%);
}

.rec-hero__circle {
  position: absolute; z-index: 2; pointer-events: none;
  left: -60px; top: 180px; width: 406px; height: 406px;
}
/* 1800px以下でのみ使う代替デコ：赤い円（下半分をclip-pathで隠す）+ TOPと同じドット地図 */
.rec-hero__circle-alt,
.rec-hero__map-alt { display: none; }
.rec-hero__wrap {
  position: relative; z-index: 3;
  width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 40px;
}
.rec-hero__inner {
  max-width: 680px;
  display: flex; flex-direction: column; align-items: flex-start; gap: 16.9px;
}
.rec-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 13px; margin: 0;
  font-family: var(--font-en, 'Inter'), sans-serif; font-weight: 600;
  font-size: 12px; letter-spacing: 3.6px; text-transform: uppercase;
  color: rgba(255,255,255,.82);
}
.rec-hero__eyebrow-line { width: 34px; height: 3px; border-radius: 2px; background: #d32525; }
.rec-hero__title {
  font-family: 'Caveat', cursive; font-weight: 700;
  font-size: clamp(56px, 6.6vw, 96px); line-height: 1;
  letter-spacing: .46px; color: #f5cb4f; margin: 0;
}
.rec-hero__jp { margin: 0; }
.rec-hero__jp p {
  font-family: var(--font-jp); font-weight: 700;
  font-size: 26px; line-height: 46.8px; letter-spacing: 1.04px; color: #fff; margin: 0;
}
.rec-hero__jp-gold { color: #ffd34d; }
.rec-hero__sub {
  max-width: 603px; margin: 0;
  font-family: var(--font-jp); font-weight: 400;
  font-size: 14.5px; line-height: 29px; color: rgba(255,255,255,.82);
}
.rec-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 6px; }
.rec-hero__btn {
  display: inline-flex; align-items: center; gap: 12px;
  height: 61px; padding: 0 33px; border-radius: 6px;
  font-family: var(--font-jp); font-weight: 700; font-size: 15px; letter-spacing: .6px;
  text-decoration: none; transition: transform .2s, opacity .2s, background .2s;
}
.rec-hero__btn--fill {
  background: #d32525; color: #fff; border: 1px solid transparent;
  box-shadow: 0 10px 14px rgba(211,37,37,.26);
}
.rec-hero__btn--fill:hover { transform: translateY(-2px); }
.rec-hero__btn--ghost { color: #fff; border: 1px solid rgba(255,255,255,.45); }
.rec-hero__btn--ghost:hover { background: rgba(255,255,255,.1); }

@media (max-width: 1800px) {
  /* 1800px以下は、元のflatten画像ではなく赤い円+ドット地図の組み合わせに切り替え */
  .rec-hero__circle { display: none; }
  .rec-hero__circle-alt {
    display: block;
    position: absolute; z-index: 2; pointer-events: none;
    right: -80px; bottom: -170px;
    width: 340px; height: 340px;
    border-radius: 50%;
    background: #d32525;
  }
  .rec-hero__map-alt {
    display: block;
    position: absolute; z-index: 3; pointer-events: none;
    right: 60px; top: 50%; transform: translateY(-50%);
    width: 210px; height: auto;
  }
}

@media (max-width: 768px) {
  .p-recruit .rec-hero { min-height: 620px; }
  .rec-hero__wrap { padding: 0 24px; }
  .rec-hero__jp p { font-size: 21px; line-height: 1.7; }
  .rec-hero__sub { font-size: 14px; }
  .rec-hero__circle-alt { width: 240px; height: 240px; right: -60px; bottom: -120px; }
  .rec-hero__map-alt { width: 140px; right: 20px; top: 50%; transform: translateY(-50%); }
  .rec-hero__btn { height: 54px; font-size: 14px; }
}

/* ---- WHY NEW ZEALAND / APPEAL (node 227:13605) -------------- */
.p-recruit .rec-why {
  position: relative;
  background: #fff;
  padding: 110px 0 130px;
  overflow: hidden;
}
.rec-why__blob {
  position: absolute; z-index: 0; pointer-events: none;
  width: 300px; height: 300px; border-radius: 50%;
  background: #ee3b32;
}
.rec-why__blob--r { top: 150px; right: -150px; }
.rec-why__blob--l { top: 760px; left: -160px; width: 300px; height: 300px; }
.rec-why__inner {
  position: relative; z-index: 1;
  max-width: 1160px; margin: 0 auto; padding: 0 40px;
}
.rec-why__head { text-align: center; margin-bottom: 72px; }
.rec-why__script {
  font-family: 'Caveat', cursive; font-weight: 700; font-size: 40px;
  color: #d32525; margin: 0 0 8px;
}
.rec-why__eyebrow {
  display: inline-flex; align-items: center; gap: 12px; margin: 0;
  font-family: var(--font-en, 'Inter'), sans-serif; font-weight: 600;
  font-size: 12px; letter-spacing: 3.2px; color: #d32525;
}
.rec-why__eyebrow-line { width: 26px; height: 1.5px; background: #d32525; }
.rec-why__rows { display: flex; flex-direction: column; gap: 70px; }

/* zigzag row */
.rzrow {
  display: grid; grid-template-columns: 430px 1fr; gap: 70px; align-items: center;
}
.rzrow--rev { grid-template-columns: 1fr 430px; }
.rzrow--rev .rzrow__media { order: 2; }
.rzrow--rev .rzrow__text  { order: 1; }
.rzrow__media { position: relative; width: 430px; }
.rzrow__photo {
  width: 430px; height: 430px; border-radius: 50%; object-fit: cover;
  box-shadow: 0 20px 44px rgba(20,37,76,.16);
}
.rzrow__tag {
  position: absolute; z-index: 2; top: 14px; left: -8px;
  display: inline-flex; align-items: center;
  background: #d32525; color: #fff;
  font-family: var(--font-en, 'Inter'), sans-serif; font-weight: 700;
  font-size: 12px; letter-spacing: 1.5px; padding: 7px 16px; border-radius: 5px;
  box-shadow: 0 8px 16px rgba(211,37,37,.28);
}
.rzrow__text { max-width: 540px; }
.rzrow__script {
  font-family: 'Caveat', cursive; font-weight: 700; font-size: 30px;
  color: #d32525; margin: 0 0 6px;
}
.rzrow__title {
  font-family: var(--font-jp); font-weight: 700; font-size: 23px; line-height: 1.55;
  letter-spacing: .4px; color: #15326D; margin: 0 0 18px;
}
.rzrow__body {
  font-family: var(--font-jp); font-weight: 400; font-size: 14px; line-height: 2;
  color: #666666; margin: 0 0 22px;
}
.rzrow__chips { display: flex; flex-wrap: wrap; gap: 10px; }
.rzrow__chips li {
  font-family: var(--font-jp); font-weight: 500; font-size: 12px; letter-spacing: .3px;
  color: #15326D; background: #fff; border: 1px solid #dbe0ea;
  padding: 7px 16px; border-radius: 999px;
}

@media (max-width: 1024px) {
  .rzrow, .rzrow--rev { grid-template-columns: 1fr; gap: 28px; justify-items: center; text-align: center; }
  .rzrow--rev .rzrow__media { order: 0; }
  .rzrow--rev .rzrow__text  { order: 0; }
  .rzrow__text { max-width: 600px; }
  .rzrow__chips { justify-content: center; }
}
@media (max-width: 768px) {
  .p-recruit .rec-why { padding: 72px 0 80px; }
  .rec-why__inner { padding: 0 24px; }
  .rzrow__media, .rzrow__photo { width: 280px; }
  .rzrow__photo { height: 280px; }
  .rzrow__title { font-size: 20px; }
}

/* ---- MARQUEE (node 231:36396) ------------------------------- */
.p-recruit .rec-marquee {
  background: #fff; overflow: hidden; padding: 26px 0;
  border-bottom: 1px solid #f0f0f3;
}
.rec-marquee__track {
  display: inline-flex; white-space: nowrap; width: max-content;
  animation: recMarquee 28s linear infinite;
}
.rec-marquee__track span {
  font-family: 'Caveat', cursive; font-weight: 700;
  font-size: clamp(44px, 5.4vw, 72px); line-height: 1.1;
  color: #f5cb4f; letter-spacing: .46px; padding: 0 40px;
}
@keyframes recMarquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .rec-marquee__track { animation: none; } }

/* ---- WORK STYLES (node 227:13715) --------------------------- */
.p-recruit .rec-work { background: #f5f5f7; padding: 100px 0 120px; }
.rec-work__inner { max-width: 1080px; margin: 0 auto; padding: 0 40px; }
.rec-work__head { text-align: center; margin-bottom: 44px; }
.rec-work__script {
  font-family: 'Caveat', cursive; font-weight: 700; font-size: 40px;
  color: #d32525; margin: 0 0 8px;
}
.rec-work__eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px;
  font-family: var(--font-jp); font-weight: 700; font-size: 12px;
  letter-spacing: 3.36px; color: #666;
}
.rec-work__eyebrow-line { width: 26px; height: 1.5px; background: #d32525; }
.rec-work__sub {
  font-family: var(--font-jp); font-size: 14.5px; color: #666; margin: 0;
}

/* tabs */
.rec-work__tabs {
  display: grid; grid-template-columns: repeat(3, 1fr);
  background: #fff; border: 1px solid #d9d9de; border-radius: 10px;
  overflow: hidden; margin-bottom: 34px;
}
.rwtab {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 20px 12px; background: #fff; border: none; cursor: pointer;
  border-right: 1px solid #ededf1; transition: background .2s, color .2s;
}
.rwtab:last-child { border-right: none; }
.rwtab b {
  font-family: var(--font-jp); font-weight: 700; font-size: 17px;
  letter-spacing: .34px; color: #15326d;
}
.rwtab span {
  font-family: var(--font-en, 'Inter'), sans-serif; font-weight: 500;
  font-size: 11px; letter-spacing: .88px; color: #8a8a8a;
}
.rwtab.is-active { background: #15326d; }
.rwtab.is-active b { color: #fff; }
.rwtab.is-active span { color: rgba(255,255,255,.75); }

/* panel */
.rwpanel[hidden] { display: none; }
.rwpanel__eyebrow {
  display: flex; align-items: center; gap: 10px; margin: 0 0 16px;
  font-family: var(--font-en, 'Inter'), sans-serif; font-weight: 600;
  font-size: 11px; letter-spacing: 1.1px; color: #8a8a8a; text-transform: uppercase;
}
.rwline { width: 26px; height: 1.5px; background: #d32525; flex-shrink: 0; }
.rwpanel__role {
  background: #fff; border: 1px solid #e7e7ec; border-radius: 8px;
  padding: 26px 24px; text-align: center; margin-bottom: 40px;
  font-family: var(--font-jp); font-weight: 700; font-size: 21px;
  letter-spacing: .84px; color: #d32525;
  box-shadow: 0 8px 22px rgba(20,37,76,.05);
}
.rwpanel__sub, .rwpanel__cond-ttl {
  display: flex; align-items: center; gap: 10px; margin: 0 0 6px;
  font-family: var(--font-jp); font-weight: 700; font-size: 18px;
  letter-spacing: .56px; color: #15326d;
}
.rwpanel__targets { margin: 0 0 40px; }
.rwpanel__targets li {
  position: relative; padding: 16px 8px 16px 24px;
  border-bottom: 1px solid #e7e7ec;
  font-family: var(--font-jp); font-size: 14.5px; color: #333;
}
.rwpanel__targets li::before {
  content: ""; position: absolute; left: 4px; top: 23px;
  width: 7px; height: 7px; border-radius: 50%; background: #d32525;
}
.rwpanel__checks {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 40px;
}
.rwcheck {
  background: #fff; border: 1px solid #e7e7ec; border-left: 3px solid #15326d;
  border-radius: 6px; padding: 26px 28px;
}
.rwcheck__badge {
  display: inline-flex; align-items: center; background: #15326d; color: #fff;
  font-family: var(--font-jp); font-weight: 700; font-size: 11px; letter-spacing: .5px;
  padding: 6px 12px; border-radius: 4px; margin-bottom: 16px;
}
.rwcheck__ttl {
  font-family: var(--font-jp); font-weight: 700; font-size: 16px; line-height: 1.55;
  color: #262626; margin: 0 0 10px;
}
.rwcheck--wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  align-items: center;
  overflow: hidden;
}
.rwcheck--wide .rwcheck__badge,
.rwcheck--wide .rwcheck__ttl,
.rwcheck--wide .rwcheck__body {
  grid-column: 1;
}
.rwcheck__deco {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: center;
  transform: rotate(0.63deg);
  font-family: 'Zen Kurenaido', cursive;
  font-size: 24px; line-height: 1.6;
  color: #d32525;
  white-space: normal;
  text-align: left;
  pointer-events: none;
  margin: 0;
}
.rwcheck__body {
  font-family: var(--font-jp); font-size: 13.5px; line-height: 1.95; color: #666; margin: 0;
}
.rwpanel__cond {
  background: #fff; border: 1px solid #e7e7ec; border-radius: 8px;
  padding: 14px 28px 18px; margin-bottom: 40px;
}
.rwpanel__cond-ttl { padding: 14px 0; margin: 0; }
.rwcond__row {
  display: grid; grid-template-columns: 110px 1fr; gap: 20px;
  padding: 20px 0; border-top: 1px solid #ededf1;
}
.rwcond__row dt {
  font-family: var(--font-jp); font-weight: 700; font-size: 14px; color: #15326d;
}
.rwcond__row dd {
  font-family: var(--font-jp); font-size: 14px; line-height: 1.85; color: #444; margin: 0;
}
.rwpanel__cta { text-align: center; }
.rwpanel__btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: #15326d; color: #fff; border-radius: 6px; padding: 18px 44px;
  font-family: var(--font-jp); font-weight: 700; font-size: 15px; letter-spacing: .6px;
  text-decoration: none; transition: transform .2s, opacity .2s;
  box-shadow: 0 12px 24px rgba(21,50,109,.22);
}
.rwpanel__btn:hover { transform: translateY(-2px); }

@media (max-width: 768px) {
  .p-recruit .rec-work { padding: 64px 0 72px; }
  .rec-work__inner { padding: 0 24px; }
  .rwtab { padding: 14px 6px; }
  .rwtab b { font-size: 14px; }
  .rwtab span { font-size: 9px; letter-spacing: .4px; }
  .rwpanel__checks { grid-template-columns: 1fr; gap: 16px; }
  .rwcheck--wide { grid-template-columns: 1fr; }
  .rwcheck--wide .rwcheck__deco { grid-column: 1; grid-row: auto; margin-top: 16px; }
  .rwcond__row { grid-template-columns: 1fr; gap: 4px; }
  .rwpanel__role { font-size: 18px; }
}

/* ---- REAL VOICE (node 227:13826) ---------------------------- */
.p-recruit .rec-voice { background: #fff; padding: 90px 0 100px; }
.rec-voice__inner { max-width: 1160px; margin: 0 auto; padding: 0 40px; }
.rec-voice__head { text-align: center; margin-bottom: 48px; }
.rec-voice__script {
  font-family: 'Caveat', cursive; font-weight: 700; font-size: 38px;
  color: #e02338; margin: 0 0 6px;
}
.rec-voice__eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0;
  font-family: var(--font-jp); font-weight: 700; font-size: 12px;
  letter-spacing: 3px; color: #1b2c4f;
}
.rec-voice__eyebrow-line { width: 26px; height: 1.5px; background: #e02338; }
.rec-voice__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.vcard { text-decoration: none; display: block; }
.vcard__media {
  position: relative; border-radius: 8px; overflow: hidden;
  background: linear-gradient(180deg, #e3e5eb 0%, #d7dae3 100%);
  aspect-ratio: 262 / 300; display: flex; align-items: flex-end; justify-content: center;
}
.vcard__photo { width: 100%; height: 100%; object-fit: contain; object-position: bottom center; }
.vcard__script {
  position: absolute; left: 0; right: 0; bottom: 26%; text-align: center;
  font-family: 'Caveat', cursive; font-weight: 700; font-size: 30px;
  color: #e02338; transform: rotate(-8deg); pointer-events: none;
  text-shadow: 0 2px 6px rgba(255,255,255,.4);
}
.vcard__body { padding: 16px 4px 0; display: flex; flex-direction: column; gap: 6px; }
.vcard__role {
  font-family: var(--font-jp); font-weight: 500; font-size: 11px;
  letter-spacing: .5px; color: #e02338;
}
.vcard__name {
  font-family: var(--font-jp); font-weight: 700; font-size: 18px;
  letter-spacing: .4px; color: #1b2c4f;
}
.vcard__link {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 4px;
  font-family: var(--font-jp); font-size: 12.5px; color: #555;
  transition: color .2s;
}
.vcard__plus {
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px; border-radius: 50%; background: #e02338; color: #fff;
  font-size: 11px; line-height: 1;
}
.vcard:hover .vcard__link { color: #e02338; }
.vcard:hover .vcard__photo { transform: translateY(-4px); transition: transform .3s; }

@media (max-width: 1024px) {
  .rec-voice__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 768px) {
  .p-recruit .rec-voice { padding: 60px 0 68px; }
  .rec-voice__inner { padding: 0 24px; }
  .vcard__name { font-size: 16px; }
}


/* ===== RECRUITMENT — Q&A (node 227:14072) ===== */
.p-recruit .rec-qa {
  position: relative;
  background: #d32525;
  padding: 96px 0 120px;
  overflow: hidden;
}

/* 装飾円 */
.rec-qa__deco {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  pointer-events: none;
}
.rec-qa__deco--tr { top: -60px;  right: -80px; }
.rec-qa__deco--bl { bottom: -80px; left: -40px; width: 240px; height: 240px; }

/* ヘッド */
.rec-qa__inner {
  max-width: 880px;
  margin-inline: auto;
  padding-inline: 40px;
}
.rec-qa__head { text-align: center; margin-bottom: 56px; }
.rec-qa__script {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: clamp(40px, 5vw, 64px);
  color: #fff;
  line-height: 1;
  margin: 0 0 8px;
}
.rec-qa__sub {
  font-size: 15px;
  color: rgba(255,255,255,.85);
  margin: 0;
  letter-spacing: .05em;
}

/* Q&A リスト */
.rec-qa__list { display: flex; flex-direction: column; gap: 12px; }

/* アイテム */
.qaitem { display: flex; flex-direction: column; gap: 8px; }

/* Q行 */
.qaitem__q {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  background: rgba(255,255,255,.12);
  border: none;
  border-radius: 12px;
  padding: 20px 24px;
  cursor: pointer;
  text-align: left;
  transition: background .2s;
}
.qaitem__q:hover { background: rgba(255,255,255,.18); }
.qaitem__num {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  flex-shrink: 0;
  line-height: 1;
}
.qaitem__text {
  flex: 1;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
}
.qaitem__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  transition: transform .25s;
}
.qaitem.is-open .qaitem__icon { transform: none; }

/* A行 — max-height トランジションで滑らか開閉 */
.qaitem__a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  max-height: 0;
  padding: 0 24px;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1),
              opacity   0.28s ease,
              padding   0.38s cubic-bezier(0.4, 0, 0.2, 1);
}
.qaitem.is-open .qaitem__a {
  max-height: 400px;
  padding: 22px 24px 26px;
  opacity: 1;
  pointer-events: auto;
}
.qaitem__a-label {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 20px;
  color: #d32525;
  flex-shrink: 0;
  line-height: 1.2;
}
.qaitem__a-text {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .qaitem__a { transition: none; }
  .qaitem__a { padding: 16px 20px; }
  .qaitem.is-open .qaitem__a { max-height: 400px; opacity: 1; }
  .qaitem__icon { transition: none; }
}

@media (max-width: 768px) {
  .rec-qa__inner { padding-inline: 24px; }
  .rec-qa { padding: 64px 0 80px; }
  .qaitem__q { padding: 16px 20px; }
  .qaitem__text { font-size: 14px; }
  .qaitem__a-text { font-size: 13px; }
}


/* ===== RECRUITMENT — APPLY FORM (node 227:13917) ===== */
.p-recruit .rec-apply {
  background: #f2f2f5;
  padding: 96px 0 108px;
}
.rec-apply__inner {
  max-width: 900px;
  margin-inline: auto;
  padding-inline: 40px;
}
.rec-apply__title {
  font-size: 28px;
  font-weight: 700;
  color: #1a2340;
  margin-bottom: 8px;
}
.rec-apply__lead {
  font-size: 13px;
  color: #555;
  margin-bottom: 40px;
}

/* 応募種別ラジオ */
.aptype {
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.aptype__label {
  font-size: 12px;
  font-weight: 700;
  color: #d32525;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}
.aptype__options {
  width: 100%;
}
/* CF7の [radio class:aptype__radio] が出力する wpcf7-radio span をグリッド化 */
.aptype__options .aptype__radio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
}
.aptype__options .wpcf7-list-item {
  margin: 0;
}
.aptype__options .wpcf7-list-item label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  height: 100%;
  padding: 14px 16px;
  border: 2px solid #dde0e8;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.aptype__options .wpcf7-list-item input[type="radio"] { display: none; }
.aptype__options .wpcf7-list-item:has(input:checked) label {
  background: #1a2340;
  border-color: #1a2340;
}
.aptype__options .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 700;
  color: #1a2340;
  line-height: 1.4;
}
.aptype__options .wpcf7-list-item:has(input:checked) .wpcf7-list-item-label {
  color: #fff;
}

/* 入力フォーム */
.apform {
  background: #fff;
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.apform__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.apform__row--full { grid-template-columns: 1fr; }
.apform__group { display: flex; flex-direction: column; gap: 6px; }
.apform__label {
  font-size: 13px;
  font-weight: 600;
  color: #1a2340;
  display: flex;
  align-items: center;
  gap: 6px;
}
.apform__req {
  background: #d32525;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
}
.apform__opt {
  background: #e0e4ef;
  color: #555;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
}
.apform__input {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid #d8dce8;
  border-radius: 6px;
  font-size: 14px;
  color: #1a2340;
  background: #fff;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.apform__input:focus { outline: none; border-color: #1a2340; }
.apform__textarea {
  min-height: 120px;
  resize: vertical;
}
.apform__file {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1.5px solid #d8dce8;
  border-radius: 6px;
  cursor: pointer;
  background: #fff;
}
.apform__file-icon { font-size: 16px; }
.apform__file-text { font-size: 13px; color: #888; }
.apform__file-input { display: none; }

.apform__privacy {
  margin: 24px 0 28px;
  display: flex;
  justify-content: center;
}
/* CF7の[acceptance class:apform__privacy-check]は実際には
   .apform__privacy-check > .wpcf7-list-item > label の中に checkbox とテキストが入るため、
   flex整列は label に対して行う */
.apform__privacy-check .wpcf7-list-item {
  display: flex;
}
.apform__privacy-check .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #444;
  cursor: pointer;
}
.apform__privacy-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
}

/* ==========================================================================
   PAGE HERO — news.html / news-detail.html / privacy-policy.html 共通
   ========================================================================== */
.pg-hero {
  position: relative; overflow: hidden; height: 680px;
  display: flex; align-items: center;
}
.pg-hero__bg {
  position: absolute; inset: 0;
}
.pg-hero__bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 30%;
}
/* Privacy Policy: FV画像は下寄せ表示 */
.p-privacy .pg-hero__bg img {
  object-position: center bottom;
}
.pg-hero__overlay {
  position: absolute; inset: 0;
  background: rgba(14, 34, 76, 0.62);
}
.pg-hero__inner {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto; padding: 0 80px; width: 100%;
}
.pg-hero__eyebrow {
  display: flex; align-items: center; gap: 10px; margin-bottom: 20px;
}
.pg-hero__eyebrow-dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--c-red-48); flex-shrink: 0;
}
.pg-hero__eyebrow-text {
  font-family: var(--font-jp); font-size: 12px; font-weight: 500;
  letter-spacing: 2.5px; color: rgba(255,255,255,0.8);
}
.pg-hero__title {
  font-family: var(--font-mincho); font-weight: 700;
  font-size: clamp(36px, 4.5vw, 68px);
  color: #fff; letter-spacing: .5px; line-height: 1.15;
}
/* pg-hero タブレット: 680px固定は高すぎるため縮小 */
@media (max-width: 1024px) {
  .pg-hero { height: 420px; }
  .pg-hero__inner { padding: 0 40px; }
}

/* ── nc__tag カラーバリアント ── */
.nc__tag--navy { background: var(--c-azure-18); }
.nc__tag--dark { background: #3d3d3d; }

/* ==========================================================================
   NEWS LIST PAGE (p-news)
   ========================================================================== */
.p-news .news { padding-top: 96px; padding-bottom: 100px; }
.p-news .news__head { margin-bottom: 56px; }

/* ページネーション */
.pg-navi {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  margin-top: 56px;
}
.pg-navi__btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; height: 40px; padding: 0 8px;
  font-family: var(--font-jp); font-size: 14px; font-weight: 700;
  color: var(--c-azure-18); letter-spacing: .5px;
  border-radius: 2px; text-decoration: none;
  transition: background .2s, color .2s;
}
.pg-navi__btn.is-active {
  background: var(--c-azure-18); color: #fff;
}
.pg-navi__btn:not(.is-active):hover {
  background: rgba(21,50,109,.08);
}
.pg-navi__next {
  min-width: auto; padding: 0 16px; font-size: 13px; letter-spacing: 1.5px;
}

@media (max-width: 1024px) {
  .p-news .news__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .pg-hero { height: 280px; }
  .pg-hero__inner { padding: 0 24px; }
  .pg-hero__title { font-size: 30px; }
  .p-news .news__grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   NEWS DETAIL PAGE (p-news-detail)
   ========================================================================== */
.nd {
  background: var(--c-cream); padding: 88px 40px 100px;
}
.nd__wrap {
  max-width: 760px; margin: 0 auto;
}
.nd__date {
  font-family: var(--font-jp); font-size: 13px; font-weight: 500;
  color: var(--c-red-48); letter-spacing: 1.5px; margin-bottom: 20px;
}
.nd__title {
  font-family: var(--font-mincho); font-weight: 700;
  font-size: clamp(22px, 2.5vw, 30px); line-height: 1.7;
  color: var(--c-azure-18); margin-bottom: 40px;
  padding-bottom: 32px; border-bottom: 1px solid #dedad3;
}
.nd__body p {
  font-family: var(--font-jp); font-size: 15px; line-height: 2.1;
  color: #3d3d3d; margin-bottom: 28px;
}
.nd__nav {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin-top: 64px; padding-top: 40px; border-top: 1px solid #dedad3;
}
.nd__nav-btn {
  display: inline-flex; align-items: center;
  padding: 15px 36px;
  font-family: var(--font-jp); font-size: 14px; font-weight: 700;
  letter-spacing: 1px; border-radius: 2px; text-decoration: none;
  transition: opacity .2s;
}
.nd__nav-btn:hover { opacity: .8; }
.nd__nav-btn--prev { background: var(--c-azure-18); color: #fff; }
.nd__nav-btn--next { background: #9b9b9b; color: #fff; }

@media (max-width: 768px) {
  .nd { padding: 64px 24px 80px; }
  .nd__nav { flex-direction: column; align-items: stretch; }
  .nd__nav-btn { justify-content: center; }
}

/* ==========================================================================
   PRIVACY POLICY PAGE (p-privacy)
   ========================================================================== */
.privacy {
  background: #faf8f1; padding: 88px 40px 120px;
}
.privacy__wrap {
  max-width: 760px; margin: 0 auto;
}
.privacy__head {
  text-align: center; margin-bottom: 64px;
  padding-bottom: 48px; border-bottom: 1px solid #e6e3dc;
}
.privacy__ttl {
  font-family: var(--font-mincho); font-weight: 700;
  font-size: 26px; color: var(--c-azure-18); margin-bottom: 12px;
}
.privacy__sub {
  font-family: var(--font-jp); font-size: 13.5px; color: #666; margin: 0;
}
.privacy__body h3 {
  font-family: var(--font-jp); font-weight: 700; font-size: 14.5px;
  color: var(--c-azure-18); margin: 36px 0 10px;
}
.privacy__body p,
.privacy__body address {
  font-family: var(--font-jp); font-size: 13.5px; line-height: 2.1;
  color: #444; margin-bottom: 12px; font-style: normal;
}
.privacy__date {
  font-family: var(--font-jp); font-size: 13.5px; color: #444;
  margin-top: 48px;
}

@media (max-width: 768px) {
  .privacy { padding: 64px 24px 80px; }
}
.apform__privacy-link { color: #1a2340; text-decoration: underline; }

.apform__submit { display: flex; justify-content: center; }
.apform__btn {
  background: #1a2340;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 80px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 1px;
  transition: background 0.2s;
}
.apform__btn:hover { background: #263057; }
/* CF7が実際に出力するメッセージエリア（プラグイン導入後に文言が入る） */
.wpcf7-response-output {
  margin: 20px 0 0;
  padding: 14px 18px;
  border-radius: 6px;
  font-family: var(--font-jp);
  font-size: 13.5px;
  line-height: 1.7;
  display: none;
}
.wpcf7-response-output:not(:empty) { display: block; }
form.invalid .wpcf7-response-output,
form.sent .wpcf7-response-output,
form.failed .wpcf7-response-output {
  display: block;
}
form.sent .wpcf7-response-output { background: #eaf6ec; color: #1c6b32; border: 1px solid #b8e0c1; }
form.invalid .wpcf7-response-output,
form.failed .wpcf7-response-output { background: #fdecea; color: #a3231b; border: 1px solid #f3c2bd; }
.wpcf7-not-valid-tip {
  display: block;
  font-size: 12px;
  color: #d32525;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .rec-apply__inner { padding-inline: 20px; }
  .aptype__options .aptype__radio { grid-template-columns: 1fr; }
  .apform__row { grid-template-columns: 1fr; }
  .apform { padding: 24px 16px; }
  .apform__btn { padding: 14px 40px; width: 100%; }
}

/* ===== RECRUITMENT — ABOUT NZ (node 227:14154) ===== */
.p-recruit .rec-about {
  background: #fff;
  padding: 96px 0 108px;
}
.rec-about__inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 40px;
}
.rec-about__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 48px;
  text-align: center;
}
.rec-about__script {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 46px;
  color: #d32525;
  letter-spacing: .46px;
  line-height: 1;
  margin: 0;
}
.rec-about__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rec-about__eyebrow-line {
  display: block;
  width: 34px;
  height: 3px;
  background: #d32525;
  border-radius: 2px;
}
.rec-about__eyebrow-text {
  font-family: var(--font-jp, 'Noto Sans JP'), sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #d32525;
  letter-spacing: 3.36px;
  text-transform: uppercase;
}
.rec-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* カード */
.acard {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 260px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
}
.acard__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.acard__overlay--dark {
  position: absolute;
  inset: 0;
  background: linear-gradient(106.52deg, rgba(13,24,46,.9) 0%, rgba(18,37,76,.5) 100%);
}
.acard__body {
  position: relative;
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.acard__scripts {
  display: flex;
  flex-direction: column;
}
.acard__s {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: .3px;
  white-space: nowrap;
  margin: 0;
}
.acard__s--gold  { color: #ffd34d; }
.acard__s--white { color: #fff; }
.acard__title {
  font-family: var(--font-jp, 'Noto Sans JP'), sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}
.acard__link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-jp, 'Noto Sans JP'), sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  color: #fff;
  letter-spacing: .5px;
  margin-top: 4px;
}
.acard__dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #d32525;
  color: #fff;
  font-size: 12.5px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .rec-about { padding: 64px 0 80px; }
  .rec-about__inner { padding-inline: 24px; }
  .rec-about__script { font-size: 36px; }
  .rec-about__grid { grid-template-columns: 1fr; }
  .acard { height: 220px; }
  .acard__s { font-size: 22px; }
  .acard__title { font-size: 18px; }
}


/* ===== RECRUITMENT — 採用専用ヘッダー (node 227:14287) ===== */
.rec-header {
  position: fixed;
  top: 0; left: 0;
  z-index: 2000;
  width: 100%;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border-bottom: 1px solid #d9d9de;
  box-shadow: 0 6px 24px rgba(0,0,0,.07);
}
.rec-header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  padding-inline: 40px;
  gap: 0;
}
/* ロゴ + タグ */
.rec-header__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.rec-header__logo {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.rec-header__logo-mark { width: auto; height: 44px; }
.rec-header__logo-text { display: flex; flex-direction: column; }
.rec-header__logo-name {
  font-family: var(--font-jp, 'Noto Sans JP'), sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #15326d;
  letter-spacing: 2.52px;
  line-height: 20.7px;
}
.rec-header__logo-sub {
  font-family: var(--font-jp, 'Noto Sans JP'), sans-serif;
  font-weight: 400;
  font-size: 9.5px;
  color: #6b7280;
  letter-spacing: 3.23px;
  text-transform: uppercase;
  line-height: 10.93px;
}
.rec-header__tag {
  display: flex;
  flex-direction: column;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #d32525;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  line-height: 18px;
}
@media (max-width: 399px) {
  .rec-header__tag { display: none; }
}
/* ナビリンク */
.rec-header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
  justify-content: flex-end;
  margin-right: 24px;
}
.rec-header__nav-link {
  font-family: var(--font-jp, 'Noto Sans JP'), sans-serif;
  font-weight: 500;
  font-size: 13.5px;
  color: #262626;
  letter-spacing: 0.4px;
  text-decoration: none;
  white-space: nowrap;
  padding: 7.5px 0 7.8px;
  transition: color .2s;
}
.rec-header__nav-link:hover { color: #d32525; }
/* CTAボタン */
.rec-header__cta {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #d32525;
  color: #fff;
  font-family: var(--font-jp, 'Noto Sans JP'), sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  padding: 10px 22px;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity .2s;
}
.rec-header__cta:hover { opacity: .85; }

@media (max-width: 1024px) {
  .rec-header__nav { display: none; }
}
@media (max-width: 768px) {
  .rec-header { height: 60px; }
  .rec-header__wrap { padding-inline: 20px; }
  .rec-header__logo-mark { width: auto; height: 36px; }
  .rec-header__logo-name { font-size: 14px; }
  .rec-header__cta { font-size: 12px; padding: 8px 14px; }
}

/* ==========================================================================
   SP 横はみ出し一括修正 ≤768px
   ※ PC（769px以上）には一切影響しない
   ========================================================================== */

@media (max-width: 768px) {

  /* ---- 共通: eyebrow letter-spacing 縮小 --------------------------------- */
  /* "FPCNZ GROUP · KAZU SUSHI & NOODLE" など長いeyebrowが4.08pxで377px超になる問題を修正 */
  .hero__eyebrow-text,
  .pg-hero__eyebrow-text { letter-spacing: 1.5px; }

  /* ---- 共通: ブラシ文字・英語サブ letter-spacing 縮小 -------------------- */
  /* 30px × letter-spacing 3px = 33px/文字 × 10+ 文字 → 330px+ で右はみ出し */
  .hero__jp { letter-spacing: 0.5px; }
  .hero__en { letter-spacing: 0.5px; font-size: 11px; }
  .news__sub { letter-spacing: 0.5px; font-size: 16px; }
  .p-about .about-hero__jp { letter-spacing: 0.5px; font-size: 20px; }

  /* ---- about: white-space:nowrap を解除・flex幅制限 ----------------------- */
  .p-about .about-hero__sub { white-space: normal; max-width: 100%; }
  .p-about .parent-box__quote-en { white-space: normal; word-break: break-word; }
  /* align-items: flex-start だと子要素がコンテナ幅を超えて広がるため stretch に変更 */
  .p-about .about-hero__inner { align-items: stretch; }

  /* ---- hero テキスト共通: コンテナ幅を超えないよう保証 ------------------- */
  /* width:100% が親の border-box(375px) を参照するEdge挙動対策。
     max-width: calc(100vw - 48px) = viewport(375px) - padding両側(48px) = 327px で確実に抑止 */
  .hero__inner {
    max-width: calc(100vw - 48px);
  }
  .hero__jp, .hero__en, .hero__sub, .hero__title,
  .hero__eyebrow, .hero__actions {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  /* about page の hero inner にも同様の修正 */
  .p-about .about-hero__inner {
    max-width: calc(100vw - 48px);
  }
  .p-about .about-hero__jp, .p-about .about-hero__sub,
  .p-about .about-hero__en, .p-about .about-hero__title {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  /* ---- レストランページ hero body テキスト -------------------------------- */
  .rest-page .katsu-hero__sub { width: 327px; max-width: 327px; overflow-wrap: break-word; }
  .rest-page .katsu-hero__title { max-width: calc(100vw - 48px); overflow-wrap: break-word; }
  .yak-hero__sub, .yak-hero__lead { max-width: 100%; overflow-wrap: break-word; }

  /* ---- 共通 PAGE HERO (.pg-hero) SP 対応 --------------------------------- */
  .pg-hero { height: 260px; }
  .pg-hero__inner { padding-inline: 24px; }
  .pg-hero__title { font-size: 30px; line-height: 1.2; }
  .pg-hero__eyebrow-text { font-size: 10px; }

  /* ---- NEWS 一覧ページ SP ------------------------------------------------ */
  .p-news .news { padding: 56px 24px 72px; }

  /* ---- NEWS DETAIL ページ SP --------------------------------------------- */
  .nd { padding: 56px 24px 72px; }
  .nd__title { font-size: 20px; line-height: 1.5; }
  .nd__nav { flex-direction: column; gap: 12px; }
  .nd__nav-btn { text-align: center; padding: 14px 20px; }

  /* ---- PRIVACY POLICY ページ SP ------------------------------------------ */
  .privacy { padding: 56px 24px 80px; }
  .privacy__wrap { max-width: 100%; }
  .privacy__ttl { font-size: 20px; }
  .privacy__sub { font-size: 12px; }
  .privacy__body h3 { font-size: 14px; margin-top: 32px; overflow-wrap: break-word; }
  .privacy__body p { font-size: 13px; line-height: 1.8; overflow-wrap: break-word; word-break: break-word; }
  .privacy__body address { font-size: 13px; line-height: 2; overflow-wrap: break-word; }

  /* ---- NEWS DETAIL: 本文テキスト ----------------------------------------- */
  .nd__wrap { max-width: 100%; }
  .nd__title { overflow-wrap: break-word; word-break: break-word; }
  .nd__body p { overflow-wrap: break-word; word-break: break-word; }

  /* ---- sushi-noodle: タグ行の文字サイズ縮小 ------------------------------ */
  .snod-hero__tag { font-size: 10px; letter-spacing: 0.8px; padding: 7px 11px; }

  /* ---- sushi-noodle: 英語サブテキスト ------------------------------------ */
  .snod-hero__lead { font-size: 13px; }

  /* ---- sushi-noodle: brush JP テキスト 「あなたのランチを…」letter-spacing縮小 */
  /* 17chars × (22px×0.9 + 2.48px) ≈ 379px → 327px コンテナ超え */
  .snod-hero__sub { font-size: 20px; letter-spacing: 0.5px; }

  /* ---- yakitori: brush JP テキスト 「焼き鳥とともに…」SP縮小 -------------- */
  /* 18chars × (24px×0.9 + 2.56px) ≈ 434px → 327px コンテナ超え */
  .yaki-hero__sub { font-size: 18px; letter-spacing: 0.5px; line-height: 1.8; }

  /* ---- yakitori: lead テキスト SP max-width 制限 -------------------------- */
  .yaki-hero__lead { max-width: 100%; }

  /* ---- recruitment: JP テキスト 「海外で働こう…」SP縮小 ------------------- */
  /* 18chars × (21px×0.9 + 1.04px) ≈ 359px → 327px コンテナ超え */
  .rec-hero__jp p { font-size: 17px; letter-spacing: 0; line-height: 1.9; }
  /* align-items:flex-start で子がコンテナ幅を超えるため stretch に変更 */
  .rec-hero__inner { align-items: stretch; }
  .rec-hero__sub { max-width: 100%; }
}

/* ============================================================
   ABOUT NZ PAGE
   ============================================================ */

/* ---- LEAD BAND -------------------------------------------- */
.nzlb {
  position: relative; min-height: 480px; overflow: hidden;
  display: flex; align-items: center;
  /* 固定ヘッダー分を上に確保して見切れ防止 */
  padding: 96px 0 48px;
}
.nzlb__bg {
  position: absolute; inset: 0;
}
.nzlb__bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 40%;
}
/* Figma div.lb-ov: 左が薄く右が濃いグラデ（写真をしっかり見せる） */
.nzlb__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(13,18,32,0.12) 28%, rgba(13,18,32,0.74) 86%);
}
/* 赤丸＋NZドット地図（TOPの hero__deco-maru / hero__map と同じ2層構成） */
.nzlb__deco-maru {
  position: absolute; left: -66px; top: 50%; transform: translateY(-50%);
  width: 406px; opacity: 0.92; pointer-events: none; z-index: 1;
}
.nzlb__deco-map {
  position: absolute; left: -66px; top: 50%; transform: translateY(-50%);
  width: 406px; pointer-events: none; z-index: 1;
}
.nzlb__inner {
  position: relative; z-index: 2;
  max-width: 1240px; width: 100%; margin: 0 auto; padding: 0 40px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.nzlb__eyebrow {
  font-family: 'Caveat', cursive; font-weight: 700; font-size: 56px;
  letter-spacing: 0.56px; line-height: 56px;
  color: #FF5A4D; margin: 0 0 5.5px;
}
.nzlb__title {
  display: flex; align-items: center; gap: 24px;
  font-family: var(--font-jp); font-weight: 700; font-size: 52px;
  letter-spacing: 3.12px; line-height: 93.6px;
  color: #fff; margin: 0; white-space: nowrap;
}
.nzlb__title::before,
.nzlb__title::after {
  content: ''; flex-shrink: 0; width: 40px; height: 2px;
  background: rgba(255,255,255,0.7);
}
.nzlb__body {
  display: flex; flex-direction: column; align-items: center;
  gap: 4px; padding: 0 56px;
}
.nzlb__body-en {
  font-family: 'Caveat', cursive; font-weight: 700; font-size: 40px;
  letter-spacing: 0.4px; line-height: 40px;
  color: #FFD34D; margin: 0;
}
.nzlb__body-jp {
  font-family: var(--font-jp); font-weight: 700; font-size: 30px;
  letter-spacing: 1.2px; line-height: 45px;
  color: #fff; margin: 0;
}
.nzlb__body-desc {
  font-family: var(--font-jp); font-weight: 400; font-size: 13.5px;
  color: rgba(255,255,255,0.85); line-height: 25.65px;
  max-width: 634px; margin: 4.8px 0 0;
}

/* ---- ARTICLE ---------------------------------------------- */
.nzarticle { background: #fff; padding: 88px 0 104px; }
.nzarticle__wrap { max-width: 920px; margin: 0 auto; padding: 0 40px; }

/* bracket heading */
.nzbracket-h {
  display: flex; align-items: center; justify-content: center;
  gap: 18px; font-family: var(--font-jp); font-size: 30px; font-weight: 700;
  letter-spacing: 4.8px; color: #d32525; margin: 0 0 52px; line-height: 54px;
}
.nzbracket-h::before { content: '［'; color: #15326d; font-weight: 400; font-size: 45px; letter-spacing: 4.8px; line-height: 1; }
.nzbracket-h::after  { content: '］'; color: #15326d; font-weight: 400; font-size: 45px; letter-spacing: 4.8px; line-height: 1; }

/* points */
.nzpoints { margin-bottom: 72px; }
.nzpoint { margin-bottom: 56px; padding-bottom: 56px; border-bottom: 1px solid #ebebeb; }
.nzpoint:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.nzpoint__label {
  display: inline-block; font-family: 'Caveat', cursive;
  font-size: 34px; font-weight: 700; color: #d32525;
  line-height: 34px; margin-bottom: 10px;
}
.nzpoint__ttl {
  font-family: var(--font-jp); font-size: 24px; font-weight: 700;
  letter-spacing: 0.48px; color: #15326d; margin: 0 0 18px; line-height: 43.2px;
  padding-bottom: 16px; border-bottom: 2px solid rgba(21,50,109,0.25);
}
.nzpoint__body {
  font-family: var(--font-jp); font-size: 15px; line-height: 31.5px;
  color: #262626; margin: 0 0 20px;
}
.nzpoint__quote {
  background: #f5f5f7; border-left: 3px solid #d32525;
  padding: 18px 22px; border-radius: 0 6px 6px 0;
  font-family: var(--font-jp); font-size: 13.5px; line-height: 27px; color: #666;
}
.nzpoint__quote p { margin: 0; }

/* topics */
.nztopics { margin-bottom: 72px; }
.nztopic {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 40px; margin-bottom: 40px; align-items: start;
}
.nztopic:last-child { margin-bottom: 0; }
.nztopic__ttl {
  display: flex; align-items: center; gap: 18px;
  font-family: var(--font-jp); font-size: 30px; font-weight: 700;
  letter-spacing: 4.8px; color: #15326d; margin: 0 0 16px; line-height: 54px;
}
.nztopic__ttl::before { content: '［'; color: #d32525; font-weight: 400; font-size: 45px; letter-spacing: 4.8px; line-height: 1; }
.nztopic__ttl::after  { content: '］'; color: #d32525; font-weight: 400; font-size: 45px; letter-spacing: 4.8px; line-height: 1; }
.nztopic__body {
  font-family: var(--font-jp); font-size: 15px; line-height: 31.5px; color: #262626; margin: 0;
}
.nztopic__img img {
  width: 100%; height: 300px; object-fit: cover; border-radius: 4px; display: block;
}

/* tables */
.nztbl-block { margin-bottom: 72px; }
.nztbl-block:last-child { margin-bottom: 0; }
.nztable-box {
  background: #fff;
  border: 1px solid #d9d9de;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 12px;
}
.nztable { width: 100%; border-collapse: collapse; }
.nztable tr { border-bottom: 1px solid #d9d9de; }
.nztable tr:last-child { border-bottom: none; }
.nztable td { padding: 24px 20px; font-family: var(--font-jp); font-size: 14.5px; line-height: 1.75; color: #262626; vertical-align: top; }
.p-about-nz .nztable td { border-left: none; border-right: none; }
.nztable__label {
  width: 160px; color: #d32525; font-weight: 700; font-size: 15px;
  letter-spacing: 0.6px; white-space: nowrap; line-height: 1.6;
}
.nztable__label-en {
  display: block; font-size: 11px; color: #8a8a8a; font-weight: 400;
  font-family: 'Inter', sans-serif; letter-spacing: .088em; text-transform: uppercase; margin-top: 2px;
}
.nztable__price {
  display: inline-block; margin-left: 12px; font-weight: 700;
  font-family: var(--font-jp); color: #15326d;
}
.nztbl-block__note {
  text-align: right; font-family: var(--font-jp); font-size: 12px;
  color: #8a8a8a; margin: 0;
}
.nzminwage-br { display: none; }
@media (max-width: 499px) {
  /* 500px未満だけ「変わります。」の後で改行 */
  .nzminwage-br { display: inline; }
}

/* ---- CITY SPLIT ------------------------------------------- */
.nzcities { display: grid; grid-template-columns: 1fr 1fr; }
.nzcity { position: relative; height: 420px; overflow: hidden; }
.nzcity__bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
}
.nzcity__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(16,34,78,0.85) 0%, rgba(16,34,78,0.12) 62%);
}
.nzcity__overlay--green {
  background: linear-gradient(to top, rgba(24,62,48,0.85) 0%, rgba(24,62,48,0.12) 62%);
}
.nzcity__body {
  position: absolute; bottom: 40px; left: 48px; right: 48px;
}
/* Auckland: 金色 / Wellington: 赤（Figma実測） */
.nzcity__en {
  font-family: 'Caveat', cursive; font-weight: 700; font-size: 42px;
  letter-spacing: 0.42px; line-height: 42px;
  color: #FFD34D; opacity: 0.95; margin: 0 0 6px; display: block;
}
.nzcity__overlay--green ~ .nzcity__body .nzcity__en { color: #d32525; }
.nzcity__ttl {
  font-family: var(--font-jp); font-size: 30px;
  font-weight: 700; letter-spacing: 0.6px; color: #fff; margin: 0 0 8px; line-height: 1.4;
}
.nzcity__desc {
  font-family: var(--font-jp); font-size: 13.5px;
  line-height: 1.7; color: rgba(255,255,255,0.86); max-width: 440px; margin: 0;
}

/* ---- TABLET (≤1024px) -------------------------------------- */
@media (max-width: 1024px) {
  .nzlb__deco-maru, .nzlb__deco-map { width: 280px; }
  .nzlb__eyebrow { font-size: 42px; }
  .nzlb__title { font-size: 34px; gap: 16px; line-height: 1.3; }
  .nzlb__title::before, .nzlb__title::after { width: 28px; }

  /* 「移住先として人気の理由は？」：タブレット〜SP手前で文中改行して読みにくかったため、
     1行固定で収まるようフォントを縮小し左右余白も詰める */
  .nzarticle__wrap { padding: 0 24px; }
  .nzbracket-h {
    font-size: 20px;
    letter-spacing: 2px;
    gap: 10px;
    white-space: nowrap;
  }
  .nzbracket-h::before, .nzbracket-h::after { font-size: 30px; letter-spacing: 2px; }
}

/* ---- SP (≤768px) ------------------------------------------ */
@media (max-width: 768px) {
  .nzlb { min-height: 300px; padding: 84px 0 36px; }
  .nzlb__deco-maru, .nzlb__deco-map { width: 200px; left: -40px; }
  .nzlb__inner { padding: 0 24px; }
  .nzlb__eyebrow { font-size: 32px; line-height: 1.2; margin-bottom: 8px; }
  .nzlb__title {
    font-size: 22px; line-height: 1.4; gap: 12px;
    white-space: normal; text-align: center;
  }
  .nzlb__title::before, .nzlb__title::after { width: 20px; }
  .nzlb__body { padding: 0 12px; }
  .nzlb__body-en { font-size: 26px; line-height: 1.2; }
  .nzlb__body-jp { font-size: 20px; line-height: 1.4; }
  .nzlb__body-desc { font-size: 13px; }
  .nzarticle { padding: 60px 0 72px; }
  .nzarticle__wrap { padding: 0 20px; }
  .nzbracket-h { font-size: 18px; }
  .nzpoint__ttl { font-size: 17px; }
  .nztopic { grid-template-columns: 1fr; gap: 16px; }
  /* 気候・治安などトピック見出し：SP用の縮小＋中央寄せが漏れていたので追加 */
  .nztopic__ttl {
    font-size: 18px;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }
  .nztopic__ttl::before, .nztopic__ttl::after { font-size: 28px; }
  .nztopic__img img { height: 220px; }
  .nztable td { padding: 16px 12px; }
  .nztable__label { width: 100px; font-size: 12px; }
  .nzcities { grid-template-columns: 1fr; }
  .nzcity { height: 340px; }
  .nzcity__body { left: 24px; right: 24px; bottom: 28px; }
  .nzcity__ttl { font-size: 18px; }
}


/* ===== INTERVIEW MODAL ===== */
.iv-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 8000;
  background: rgba(10, 16, 32, 0.74);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
}
.iv-overlay.is-open {
  display: flex;
}
.iv-modal {
  display: none;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  max-width: 860px;
  width: 100%;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.iv-modal.is-active {
  display: flex;
}
.iv-figure {
  flex-shrink: 0;
  width: 300px;
  background: #f0ede8;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.iv-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.iv-content {
  flex: 1;
  padding: 48px 52px 44px;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
}
.iv-head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 32px;
}
.iv-no {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 52px;
  color: #d32525;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 4px;
}
.iv-role {
  font-family: var(--font-jp);
  font-size: 12px;
  font-weight: 500;
  color: #888;
  letter-spacing: .08em;
  margin-bottom: 6px;
}
.iv-name {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 30px;
  color: #15326d;
  line-height: 1.2;
}
.iv-sep {
  width: 32px;
  height: 2px;
  background: #d32525;
  border: none;
  margin: 0 0 24px;
}
.iv-q {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 14px;
  color: #262626;
  margin: 0 0 10px;
  line-height: 1.6;
}
.iv-a {
  font-family: var(--font-jp);
  font-size: 13.5px;
  line-height: 2;
  color: #555;
  margin: 0 0 28px;
}
.iv-a:last-child { margin-bottom: 0; }
.iv-x {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0,0,0,.08);
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background .2s;
}
.iv-x:hover { background: rgba(0,0,0,.15); }

@media (max-width: 768px) {
  .iv-modal { flex-direction: column; max-height: 92vh; }
  .iv-figure { width: 100%; height: 240px; }
  /* 全身写真がcoverで頭や足が見切れていたため、SPではcontainで全身が収まるように */
  .iv-figure img { object-fit: contain; object-position: center top; }
  .iv-content { padding: 32px 24px 28px; }
  .iv-no { font-size: 40px; }
  .iv-name { font-size: 24px; }
  .iv-head { margin-bottom: 0; }
}

/* ==========================================================================
   APPLY THANKS PAGE（応募フォーム送信後のサンクスページ）
   ========================================================================== */
.thanks {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 160px 40px 120px;
  background: #f7f5f0;
}
.thanks__inner {
  max-width: 640px;
  text-align: center;
}
.thanks__eyebrow {
  display: inline-flex; align-items: center; gap: 13px; margin: 0 0 20px;
  font-family: 'Inter', sans-serif; font-weight: 600;
  font-size: 12px; letter-spacing: 3.6px; text-transform: uppercase;
  color: #d32525; justify-content: center; width: 100%;
}
.thanks__eyebrow-line { width: 34px; height: 3px; border-radius: 2px; background: #d32525; }
.thanks__title {
  font-family: var(--font-mincho); font-weight: 700;
  font-size: 34px; color: #15326d; margin: 0 0 24px;
}
.thanks__body {
  font-family: var(--font-jp); font-size: 15px; line-height: 1.9;
  color: #444; margin: 0 0 40px;
}
.thanks__btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: #15326d; color: #fff;
  font-family: var(--font-jp); font-weight: 700; font-size: 14.5px;
  padding: 16px 36px; border-radius: 6px; text-decoration: none;
  transition: opacity .2s;
}
.thanks__btn:hover { opacity: .85; }

@media (max-width: 768px) {
  .thanks { padding: 120px 24px 80px; }
  .thanks__title { font-size: 26px; }
  .thanks__body { font-size: 13.5px; }
  .thanks__btn { width: 100%; justify-content: center; }
}

/* ===== MENU POPUP（準備：スライダープラグイン導入待ち） ===== */
.menu-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 8100;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
}
.menu-popup.is-open { display: flex; }
.menu-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 16, 32, 0.8);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.menu-popup__panel {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 1040px;
  max-height: 88vh;
  /* スライドごとの高さ変化で縦揺れ・スクロールが出ないよう、パネル自体はスクロールさせない */
  overflow: hidden;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
}
.menu-popup__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0,0,0,.06);
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background .2s;
}
.menu-popup__close:hover { background: rgba(0,0,0,.12); }
.menu-popup__title {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 28px;
  color: #15326d;
  text-align: center;
  margin: 0 0 32px;
}
/* 暫定表示: プラグイン導入前は横スクロールの並びで表示 */
.menu-popup__slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-height: 0;
}
.menu-popup__count {
  margin: 12px 0 0;
  text-align: center;
  font-family: var(--font-jp);
  font-size: 13px;
  letter-spacing: .04em;
  color: #8a8a8a;
}
.menu-popup__slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  flex: 1 1 auto;
  min-width: 0;
  /* 高さを固定し、写真ごとの縦横比差でパネルが縦に揺れないようにする */
  height: 60vh;
}
.menu-popup__arrow {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #e2dcc9;
  background: #fff;
  color: #15326d;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, color .2s;
}
.menu-popup__arrow:hover { background: #15326d; color: #fff; }
.menu-popup__slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-popup__slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 8px;
}
.menu-popup__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 60px 20px;
  text-align: center;
}
.menu-popup__empty-title {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: .04em;
  color: #15326d;
  margin: 0;
}
.menu-popup__empty-sub {
  font-family: var(--font-jp);
  font-size: 13.5px;
  line-height: 1.8;
  color: #8a8a8a;
  margin: 0;
  max-width: 320px;
}
@media (max-width: 768px) {
  .menu-popup__panel { padding: 64px 20px 32px; }
  .menu-popup__title { font-size: 22px; margin-bottom: 24px; }
  .menu-popup__arrow { width: 36px; height: 36px; font-size: 18px; }
  .menu-popup__slider { height: 50vh; }
}
