@charset "UTF-8";
/* =====================================================================
   アジュール佐賀 フォーマル着物ページ 共通スタイル
   留袖 / 訪問着 / 七五三 / 卒業式袴 で共用（自己完結）。
   トーン：生成り×セージグリーン×臙脂（camellia）。
   ページ差分はモディファイアクラスで対応
   （七五三=ピンクヒーロー、卒業式袴=割引バッジ・キャンペーン・画像ギャラリー）。
===================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600;700;800&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root {
  --bg: #FBF8F1;
  --surface: #ffffff;
  --ink: #40392F;
  --ink-soft: #857C6C;
  --line: rgba(64, 57, 47, .14);
  --sage: #9EA88E;
  --sage-deep: #7C8770;
  --sage-soft: #E9ECE1;
  --cream: #F3ECDA;
  --camellia: #A5132F;
  --camellia-deep: #8B0F27;
  --gold: #BE9A46;

  --serif: "Shippori Mincho", serif;
  --sans: "Zen Kaku Gothic New", system-ui, sans-serif;
  --deco: "Cormorant Garamond", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; line-height: 1.8; overflow-x: hidden; }
a { color: var(--camellia); text-decoration: none; }
a:hover { color: var(--camellia-deep); }
img { display: block; max-width: 100%; }
h1, h2, h3 { margin: 0; }
p { margin: 0; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.wrap--w1120 { max-width: 1120px; }
.wrap--w1000 { max-width: 1000px; }
.wrap--w920 { max-width: 920px; }

/* section heading */
.sec-en { font-family: var(--deco); font-size: 14px; letter-spacing: .4em; text-transform: uppercase; color: var(--sage-deep); font-weight: 600; padding-left: .4em; }
.sec-title { font-family: var(--serif); font-size: 30px; color: var(--ink); margin-top: 8px; letter-spacing: .08em; }
.sec-head { text-align: center; margin-bottom: 40px; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--serif); font-size: 15px; letter-spacing: .08em; padding: 15px 38px; border-radius: 999px; border: 1px solid transparent; cursor: pointer; transition: .25s; white-space: nowrap; }
.btn--accent { background: var(--camellia); color: #fff; }
.btn--accent:hover { background: var(--camellia-deep); color: #fff; }
.btn--sm { font-size: 14px; padding: 11px 20px; }

/* =====================================================================
   HEADER
===================================================================== */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(251,248,241,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.site-header__inner { max-width: 1180px; margin: 0 auto; padding: 0 32px; height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { height: 48px; width: auto; }
.brand__txt { display: flex; flex-direction: column; line-height: 1.2; border-left: 1px solid var(--line); padding-left: 12px; }
.brand__name { font-family: var(--serif); font-size: 14px; letter-spacing: .14em; color: var(--ink); }
.brand__en { font-size: 10px; letter-spacing: .2em; color: var(--ink-soft); }
.gnav { display: flex; align-items: center; gap: 22px; font-size: 14px; letter-spacing: .05em; font-weight: 500; white-space: nowrap; }
.gnav a { color: var(--ink); }
.gnav a:hover { color: var(--camellia); }
.gnav__has { position: relative; }
.gnav__toggle { color: var(--ink); cursor: pointer; display: inline-flex; align-items: center; gap: 5px; }
.gnav__has:hover .gnav__toggle { color: var(--camellia); }
.gnav__toggle span { font-size: 9px; opacity: .6; }
.gnav__menu {
  position: absolute; top: 26px; left: 50%; transform: translateX(-50%);
  background: var(--surface); border: 1px solid var(--line); border-radius: 12px;
  padding: 10px 6px; box-shadow: 0 18px 40px -20px rgba(64,57,47,.4); min-width: 150px;
  display: none; flex-direction: column;
}
.gnav__has:hover .gnav__menu, .gnav__menu.is-open { display: flex; }
.gnav__menu a { color: var(--ink); padding: 9px 18px; border-radius: 8px; font-size: 13px; }
.gnav__menu a:hover { background: var(--sage-soft); color: var(--ink); }
.header-tel { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.header-tel__num { text-align: right; line-height: 1.15; }
.header-tel__num b { font-family: var(--serif); font-size: 20px; letter-spacing: .04em; color: var(--ink); font-weight: 600; display: block; }
.header-tel__num small { font-size: 10px; letter-spacing: .12em; color: var(--ink-soft); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; width: 40px; height: 40px; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); }

/* =====================================================================
   HERO (split: photo + copy)
===================================================================== */
.fhero { position: relative; background: var(--sage); overflow: hidden; }
.fhero--pink { background: linear-gradient(135deg, #F6D9DE 0%, #F4E3D8 55%, #EAD7EC 100%); }
.fhero__glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 82% 22%, rgba(255,255,255,.18), transparent 42%), radial-gradient(circle at 12% 88%, rgba(255,255,255,.14), transparent 40%); }
.fhero--pink .fhero__glow { background: radial-gradient(circle at 82% 22%, rgba(255,255,255,.5), transparent 42%), radial-gradient(circle at 12% 88%, rgba(255,255,255,.4), transparent 40%); }
.fhero__inner { position: relative; max-width: 1180px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 20px; align-items: end; min-height: 600px; }
.fhero--hakama .fhero__inner { min-height: 640px; }
.fhero__photo { align-self: end; display: flex; justify-content: center; align-items: flex-end; }
.fhero__photo img { height: 600px; width: auto; max-width: 100%; object-fit: cover; border-radius: 16px; filter: drop-shadow(0 24px 40px rgba(64,57,47,.22)); animation: hkFade 1s ease both; }
.fhero--hakama .fhero__photo img { object-fit: contain; border-radius: 0; }
.fhero__copy { padding: 70px 0 70px 10px; animation: hkFade 1s ease .1s both; }
.fhero__eyebrow { font-family: var(--deco); font-size: 26px; font-weight: 600; letter-spacing: .28em; color: #fff; opacity: .9; }
.fhero--pink .fhero__eyebrow { color: var(--camellia); opacity: .85; }
.fhero__title { font-family: var(--serif); font-weight: 800; font-size: 64px; line-height: 1.3; letter-spacing: .04em; margin: 2px 0 4px; color: #fff; text-shadow: 0 3px 18px rgba(64,57,47,.22); }
.fhero--hakama .fhero__title { font-size: 76px; line-height: 1.24; }
.fhero--pink .fhero__title { color: var(--ink); text-shadow: 0 2px 14px rgba(255,255,255,.5); }
.fhero__sub { font-family: var(--deco); font-style: italic; font-size: 32px; color: var(--cream); letter-spacing: .02em; margin-bottom: 22px; }
.fhero--hakama .fhero__sub { font-size: 38px; }
.fhero--pink .fhero__sub { color: var(--sage-deep); }
.fhero__pill { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,.9); border-radius: 999px; padding: 11px 22px; font-size: 13.5px; letter-spacing: .04em; color: var(--sage-deep); font-weight: 700; margin-bottom: 30px; }
.fhero__pill .mk { color: var(--camellia); }
.fhero__pricecard { display: inline-flex; align-items: center; gap: 18px; background: #fff; border-radius: 18px; padding: 20px 28px; box-shadow: 0 14px 30px -18px rgba(64,57,47,.5); animation: hkPop .6s ease .5s both; }
.fhero__pricecard .lbl { font-size: 12px; letter-spacing: .06em; color: var(--ink-soft); font-weight: 700; line-height: 1.4; }
.fhero__pricecard .val { display: flex; align-items: baseline; gap: 4px; color: var(--camellia); font-family: var(--serif); font-weight: 700; }
.fhero__pricecard .val b { font-size: 46px; line-height: .9; }
.fhero__pricecard .val span { font-size: 16px; }
.fhero__cards { display: flex; gap: 14px; flex-wrap: wrap; align-items: stretch; }
.fhero__cards .fhero__pricecard { gap: 16px; padding: 20px 26px; }
.fhero__cards .val b { font-size: 38px; }
.fhero__cards .val span { font-size: 14px; }

/* 卒業式袴：割引バッジ + キャンペーン帯 */
.fhero__discounts { display: flex; gap: 16px; flex-wrap: wrap; align-items: stretch; }
.disc-badge { background: #fff; border-radius: 18px; padding: 18px 24px; display: flex; align-items: center; gap: 16px; box-shadow: 0 14px 30px -18px rgba(64,57,47,.5); animation: hkPop .6s ease .5s both; }
.disc-badge--cream { background: var(--cream); }
.disc-badge__lbl { text-align: center; line-height: 1.15; font-size: 11px; letter-spacing: .08em; font-weight: 700; color: var(--sage-deep); }
.disc-badge--cream .disc-badge__lbl { color: var(--ink-soft); }
.disc-badge__off { font-family: var(--deco); font-weight: 600; letter-spacing: -.02em; color: var(--camellia); }
.disc-badge--cream .disc-badge__off { color: var(--gold); }
.disc-badge__off b { font-size: 52px; line-height: .9; }
.disc-badge__off span { font-size: 22px; }
.hero-campaign { display: flex; align-items: center; gap: 16px; margin-top: 20px; background: linear-gradient(100deg, #fff 0%, #FFF6F2 100%); border: 2px solid var(--camellia); border-radius: 16px; padding: 14px 20px; box-shadow: 0 14px 34px -18px rgba(178,48,64,.55); }
.hero-campaign__tag { flex-shrink: 0; background: var(--camellia); color: #fff; font-family: var(--serif); font-size: 13px; font-weight: 700; letter-spacing: .06em; padding: 8px 12px; border-radius: 10px; text-align: center; line-height: 1.35; }
.hero-campaign__body { line-height: 1.5; }
.hero-campaign__body .t1 { display: block; font-family: var(--serif); font-size: 15px; color: var(--ink); letter-spacing: .03em; }
.hero-campaign__body .t1 b { color: var(--camellia); }
.hero-campaign__body .t2 { display: inline-flex; align-items: baseline; gap: 6px; margin-top: 2px; }
.hero-campaign__body .old { font-family: var(--deco); font-size: 18px; color: var(--ink-soft); text-decoration: line-through; }
.hero-campaign__body .arw { color: var(--camellia); }
.hero-campaign__body .new { font-family: var(--deco); font-size: 30px; font-weight: 700; color: var(--camellia); line-height: .9; }
.hero-campaign__body .yen { font-size: 12px; color: var(--ink-soft); }

/* =====================================================================
   FULLSET
===================================================================== */
.fullset { padding: 88px 0 92px; text-align: center; }
.fullset__lead { color: var(--ink-soft); font-size: 14px; margin: 8px auto 44px; max-width: 560px; }
.fullset__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.fullset__item { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 22px 8px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.fullset__icon { width: 52px; height: 52px; border-radius: 50%; background: var(--sage-soft); display: flex; align-items: center; justify-content: center; font-size: 22px; }
.fullset__name { font-family: var(--serif); font-size: 15px; color: var(--ink); letter-spacing: .06em; }
.fullset__note { margin-top: 26px; display: inline-flex; align-items: center; gap: 10px; background: var(--sage-soft); border-radius: 999px; padding: 10px 22px; font-size: 13px; color: var(--sage-deep); font-weight: 700; letter-spacing: .04em; }
.fullset__note .mk { color: var(--camellia); }
.fullset__diagram { max-width: 820px; margin: 0 auto; }
.fullset__diagram img { width: 100%; display: block; border-radius: 24px; box-shadow: 0 24px 50px -30px rgba(64,57,47,.4); }

/* =====================================================================
   ARENA
===================================================================== */
.arena { background: linear-gradient(135deg, var(--cream), var(--sage-soft)); border: 1px solid var(--line); border-radius: 20px; padding: 26px 32px; display: flex; align-items: center; gap: 22px; box-shadow: 0 18px 40px -30px rgba(64,57,47,.4); }
.arena__badge { flex-shrink: 0; width: 76px; height: 76px; border-radius: 50%; background: var(--camellia); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; line-height: 1.1; }
.arena__badge b { font-family: var(--deco); font-size: 24px; font-weight: 700; }
.arena__badge b + b { font-size: 18px; }
.arena__ttl { font-family: var(--serif); font-size: 17px; color: var(--ink); letter-spacing: .03em; margin-bottom: 4px; }
.arena__ttl small { font-size: 10.5px; color: var(--ink-soft); margin-left: 6px; }
.arena p { font-size: 13px; color: var(--ink-soft); margin: 0; line-height: 1.8; }
.arena b.hl { color: var(--camellia); }

/* =====================================================================
   STORY (◯◯とは)
===================================================================== */
.story { padding: 96px 0; }
.story__lead { color: var(--ink-soft); font-size: 14px; margin: 16px auto 0; max-width: 640px; line-height: 2; }
.story__row2 { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; margin-bottom: 18px; }
.story__row3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.story__img { border-radius: 18px; overflow: hidden; }
.story__row2 .story__img { aspect-ratio: 4/3; }
.story__row3 .story__img { aspect-ratio: 3/4; }
.story__img img { width: 100%; height: 100%; object-fit: cover; }
.story__foot { text-align: center; color: var(--ink-soft); font-size: 13px; margin-top: 28px; line-height: 1.9; }

/* =====================================================================
   PRICE
===================================================================== */
.price-sec { padding: 92px 0; background: var(--sage-soft); }
.price-table { background: var(--surface); border-radius: 22px; overflow: hidden; box-shadow: 0 24px 50px -34px rgba(64,57,47,.5); }
.price-table__head { background: var(--sage-deep); color: #fff; text-align: center; font-family: var(--serif); font-size: 17px; letter-spacing: .14em; padding: 15px; }
.price-table__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; padding: 36px 44px; }
.price-row { display: flex; align-items: baseline; gap: 12px; padding: 15px 0; border-bottom: 1px dashed var(--line); }
.price-row .mk { color: var(--camellia); font-size: 12px; }
.price-row .name { font-family: var(--serif); font-size: 16px; color: var(--ink); letter-spacing: .04em; }
.price-row .dots { flex: 1; border-bottom: 1px dotted rgba(64,57,47,.25); transform: translateY(-4px); }
.price-row .price { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--camellia); }
.price-row .unit { font-size: 11px; color: var(--ink-soft); }
.price-table__foot { padding: 0 44px 34px; display: flex; flex-direction: column; gap: 6px; }
.price-table__foot div { font-size: 12.5px; color: var(--ink-soft); }

/* 卒業式袴 campaign banner */
.campaign { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--camellia) 0%, var(--camellia-deep) 100%); border-radius: 22px; padding: 34px 40px; margin-bottom: 34px; box-shadow: 0 26px 54px -30px rgba(178,48,64,.6); }
.campaign__deco { position: absolute; top: -30px; right: -20px; font-size: 150px; color: rgba(255,255,255,.08); font-family: var(--deco); line-height: 1; }
.campaign__inner { position: relative; display: flex; align-items: center; justify-content: center; gap: 30px; flex-wrap: wrap; }
.campaign__left { text-align: center; color: #fff; }
.campaign__badge { display: inline-block; background: #fff; color: var(--camellia); font-family: var(--serif); font-size: 19px; font-weight: 700; letter-spacing: .12em; padding: 8px 22px; border-radius: 999px; }
.campaign__txt { font-family: var(--serif); font-size: 22px; letter-spacing: .06em; margin-top: 14px; }
.campaign__price { display: flex; align-items: baseline; gap: 14px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.4); border-radius: 18px; padding: 20px 30px; color: #fff; }
.campaign__price .col { text-align: center; }
.campaign__price .cap { font-size: 12px; letter-spacing: .1em; opacity: .85; }
.campaign__price .cap--bold { font-weight: 700; opacity: 1; }
.campaign__price .old { font-family: var(--deco); font-size: 34px; font-weight: 600; text-decoration: line-through; opacity: .75; line-height: 1; }
.campaign__price .arw { font-size: 30px; line-height: 1; }
.campaign__price .new-wrap { display: flex; align-items: baseline; gap: 4px; justify-content: center; }
.campaign__price .new { font-family: var(--deco); font-size: 58px; font-weight: 700; line-height: .9; }
.campaign__price .yen { font-size: 16px; font-weight: 600; }

/* =====================================================================
   FLOW (vertical timeline)
===================================================================== */
.flow-sec { padding: 92px 0; }
.flow-list { display: flex; flex-direction: column; }
.flow-step { display: flex; gap: 26px; align-items: flex-start; }
.flow-step__marker { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.flow-step__circle { width: 64px; height: 64px; border-radius: 50%; background: var(--camellia); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.flow-step__circle .en { font-family: var(--deco); font-size: 9px; letter-spacing: .14em; }
.flow-step__circle .no { font-family: var(--deco); font-size: 24px; font-weight: 600; line-height: 1; }
.flow-step__line { width: 2px; flex: 1; min-height: 34px; background: linear-gradient(var(--camellia), rgba(165,19,47,.25)); margin-top: 4px; }
.flow-step:last-child .flow-step__line { display: none; }
.flow-step__body { padding-bottom: 34px; flex: 1; }
.flow-step__ttl { font-family: var(--serif); font-size: 21px; color: var(--ink); letter-spacing: .06em; margin: 8px 0 8px; }
.flow-step__txt { font-size: 14px; color: var(--ink-soft); margin: 0; line-height: 1.9; max-width: 640px; }

/* =====================================================================
   LINEUP
===================================================================== */
.lineup-sec { padding: 92px 0; background: var(--cream); }
.lineup__lead { text-align: center; color: var(--ink-soft); font-size: 13.5px; margin: 0 auto 44px; max-width: 600px; }
.lineup__banner { display: flex; justify-content: center; margin: 0 auto 44px; }
.lineup__banner-inner { display: inline-flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 13px 26px; box-shadow: 0 10px 28px -18px rgba(64,57,47,.4); }
.lineup__banner .mk { color: var(--camellia); font-size: 16px; }
.lineup__banner span.txt { font-family: var(--serif); font-size: 14px; letter-spacing: .05em; color: var(--ink); line-height: 1.7; }
.lineup__banner strong { color: var(--camellia); }
.lineup__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.lineup-card { background: var(--surface); border-radius: 16px; overflow: hidden; border: 1px solid var(--line); transition: .3s; }
.lineup-card:hover { transform: translateY(-6px); }
.lineup-card__img { aspect-ratio: 5/9; position: relative; overflow: hidden; background: var(--sage-soft); display: flex; align-items: center; justify-content: center; }
.lineup-card__img img { width: 100%; height: 100%; object-fit: cover; }
.lineup-card__soon { font-family: var(--serif); font-size: 11px; letter-spacing: .24em; color: var(--ink-soft); }
.lineup-card__body { padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; }
.lineup-card__name { font-family: var(--serif); font-size: 16px; color: var(--ink); letter-spacing: .05em; }
.lineup-card__tag { font-size: 11.5px; color: var(--ink-soft); margin-top: 2px; }
.lineup-card__arw { font-size: 13px; color: var(--camellia); }
.lineup__cta { text-align: center; margin-top: 44px; }

/* pagination */
.lineup__pager { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 34px 0; font-family: var(--serif); }
.lineup__pager a, .lineup__pager span { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 6px; border-radius: 10px; font-size: 14px; letter-spacing: .04em; color: var(--ink); }
.lineup__pager a:hover { background: var(--cream); color: var(--camellia); }
.lineup__pager span.is-current { background: var(--camellia); color: #fff; font-weight: 700; }
.lineup__pager .prev, .lineup__pager .next { font-size: 13px; color: var(--ink-soft); }
.lineup__pager .prev:hover, .lineup__pager .next:hover { color: var(--camellia); background: none; }
.lineup__pager .sep { color: var(--line); min-width: auto; }

/* =====================================================================
   FOOTER
===================================================================== */
.site-footer { background: var(--sage-deep); color: #fff; padding: 80px 0 30px; }
.site-footer__grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,.2); }
.site-footer__logo { display: inline-flex; background: #fff; border-radius: 12px; padding: 12px 18px; }
.site-footer__logo img { height: 44px; width: auto; }
.site-footer__catch { font-family: var(--serif); font-size: 17px; letter-spacing: .08em; margin: 22px 0 0; color: #fff; }
.site-footer__addr { font-size: 13.5px; line-height: 2; color: rgba(255,255,255,.86); margin-top: 22px; }
.site-footer__desc { font-size: 11.5px; color: rgba(255,255,255,.7); margin: 18px 0 0; line-height: 1.85; }
.site-footer__sns { display: flex; gap: 12px; margin-top: 22px; }
.site-footer__sns a { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 10px 20px; color: #fff; font-size: 13px; }
.site-footer__sns a:hover { background: rgba(255,255,255,.12); color: #fff; }
.site-footer__col { display: flex; flex-direction: column; gap: 22px; }
.site-footer__h { font-family: var(--deco); letter-spacing: .24em; font-size: 13px; color: var(--cream); margin-bottom: 14px; }
.site-footer__menu { display: flex; flex-direction: column; gap: 10px; font-size: 13.5px; }
.site-footer__menu a { color: rgba(255,255,255,.86); }
.site-footer__menu a:hover { color: #fff; }
.site-footer__resv { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 14px; padding: 18px 22px; }
.site-footer__resv-ttl { font-family: var(--serif); font-size: 15px; color: #fff; letter-spacing: .05em; margin-bottom: 6px; }
.site-footer__resv p { font-size: 12.5px; color: rgba(255,255,255,.82); margin: 0; line-height: 1.85; }
.site-footer__copy { text-align: center; padding-top: 26px; font-size: 11px; letter-spacing: .1em; color: rgba(255,255,255,.6); }

/* =====================================================================
   FLOATING CTA
===================================================================== */
.floating { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 70; display: flex; flex-direction: column; gap: 2px; }
.floating a { writing-mode: vertical-rl; text-orientation: upright; font-family: var(--serif); font-size: 15px; letter-spacing: .18em; padding: 22px 12px; border-radius: 12px 0 0 12px; box-shadow: -8px 0 22px -12px rgba(64,57,47,.5); color: #fff; }
.floating a.res { background: var(--camellia); }
.floating a.res:hover { background: var(--camellia-deep); color: #fff; }
.floating a.line { background: #06C755; }
.floating a.line:hover { filter: brightness(.92); color: #fff; }

@keyframes hkFade { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes hkPop { 0% { transform: scale(.86); } 60% { transform: scale(1.06); } 100% { transform: scale(1); } }

/* =====================================================================
   Responsive
===================================================================== */
@media (max-width: 960px) {
  .gnav, .header-tel__num { display: none; }
  .nav-toggle { display: flex; }
  .site-header__inner { height: 64px; }
  .gnav.is-open { display: flex; position: absolute; top: 64px; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 0; background: var(--surface); border-bottom: 1px solid var(--line); padding: 10px 20px 20px; box-shadow: 0 20px 40px -24px rgba(64,57,47,.4); }
  .gnav.is-open a, .gnav.is-open .gnav__toggle { padding: 12px 4px; width: 100%; border-bottom: 1px solid var(--line); }
  .gnav.is-open .gnav__menu { position: static; transform: none; display: flex; box-shadow: none; border: none; padding: 0 0 0 16px; }

  .wrap { padding: 0 20px; }
  .fhero__inner, .fhero--hakama .fhero__inner { grid-template-columns: 1fr; min-height: 0; }
  .fhero__photo { padding-top: 40px; }
  .fhero__photo img { height: 400px; }
  .fhero__copy { padding: 40px 0 56px; }
  .fhero__title, .fhero--hakama .fhero__title { font-size: 48px; }
  .fhero__sub, .fhero--hakama .fhero__sub { font-size: 26px; }
  .sec-title { font-size: 24px; }

  .fullset__grid { grid-template-columns: repeat(3, 1fr); }
  .story__row2, .story__row3 { grid-template-columns: 1fr 1fr; }
  .price-table__grid { grid-template-columns: 1fr; gap: 0; }
  .campaign__inner { gap: 20px; }
  .lineup__grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .floating { display: none; }
}

@media (max-width: 560px) {
  .fhero__title, .fhero--hakama .fhero__title { font-size: 38px; }
  .fullset__grid { grid-template-columns: repeat(2, 1fr); }
  .story__row2, .story__row3 { grid-template-columns: 1fr; }
  .lineup__grid { grid-template-columns: 1fr; }
  .campaign { padding: 24px 20px; }
  .campaign__price .new { font-size: 44px; }
}
