/* ==========================================================================
   仙台泉ヶ岳 — モードB ブラッシュアップ層（2026-09-04・ファブル）
   正本: C:\Users\PC\.claude\skills\site-brushup\SKILL.md「4. 確定の型」
   方針: lower.css／site-effects.css／addons.css／TOPのインライン<style>／既存JSは書き換えない。
         このCSS＋decor.js＋hero-fx.js を結線するだけ（戻し＝functions.php の IZMG_BRU_ON を false）。
   読込位置: 全ページとも既存CSS・TOPインライン<style>より後（同点でも勝つ）。
   当てた型: 1 行間字間／2 PC広幅（1240・1320）／3 SPヒーロー＝写真全幅→コピー／5 角丸・立体／
            6 SP固定フッター（表示幅＝バーガー切替900・立体）／9 右端の固定帯（PC）／10 フッター増量／
            12 装飾層「中」／13E 拡大表示／14 ヒーローのギミック／15 reduce＝減らす≠消す／16 カード／
            17 ヘッダーはスクロールで寸法を変えない（影だけ）
   採らなかった型: 4 実績帯（確定数値なし）／12D 波（白地→白地で見えない）／14F SCROLL合図（ヒーロー内に天気・CTAがあり導線重複）
   ========================================================================== */

:root{
  --bru-blue:#14658a; --bru-deep:#082f43; --bru-sky:#8edcf7; --bru-line:#d8dde0; --bru-soft:#f8f8f8;
  --bru-ink:#000; --bru-sub:#5a6a72;
  --bru-glow:rgba(20,101,138,.58); --bru-glow-soft:rgba(20,101,138,.26);
  --bru-r-card:20px; --bru-r-photo:16px;
  --bru-shadow:0 4px 16px rgba(8,47,67,.09);
  --bru-shadow-hi:0 18px 40px rgba(8,47,67,.20);
  --bru-ease:cubic-bezier(.22,1,.36,1);
}

/* ==========================================================================
   型17 ヘッダー＝寸法不変（変えてよいのは影だけ）
   ========================================================================== */
.site-header,.hero-header{transition:box-shadow .22s ease,background-color .25s ease}
body.is-scrolled .site-header{box-shadow:0 8px 26px rgba(8,47,67,.10)}
body.is-scrolled .hero-header{box-shadow:0 8px 26px rgba(8,47,67,.12)}

/* ナビ：下線は中央から（既存の border-bottom 下線はホバー時だけ透明に・現在地は残す） */
.hero-nav a:not(.nav-ig),.global-nav a:not(.nav-ig){position:relative}
.hero-nav a:not(.nav-ig)::after,.global-nav a:not(.nav-ig)::after{
  content:"";position:absolute;left:50%;right:50%;bottom:-1px;height:2px;background-color:var(--bru-blue);
  transition:left .26s var(--bru-ease),right .26s var(--bru-ease)}
.hero-nav a:not(.nav-ig):hover::after,.hero-nav a:not(.nav-ig):focus-visible::after,
.global-nav a:not(.nav-ig):hover::after,.global-nav a:not(.nav-ig):focus-visible::after{left:0;right:0}
.hero-nav a:hover,.global-nav a:hover{border-color:transparent}
.hero-nav a[aria-current="page"],.global-nav a[aria-current="page"]{border-color:var(--bru-blue)}

/* 型2 ヘッダー右端＝「ご予約」を塗りピルに（decor.js が .bru-nav-reserve を付ける） */
@media(min-width:901px){
  .hero-nav a.bru-nav-reserve,.global-nav a.bru-nav-reserve{
    padding:9px 18px;border:0;border-radius:999px;color:#fff;
    background-image:linear-gradient(135deg,#0d4a66 0%,#14658a 60%,#1d7aa3 100%);
    box-shadow:0 6px 16px rgba(20,101,138,.28);
    transition:transform .22s var(--bru-ease),box-shadow .26s var(--bru-ease)}
  .hero-nav a.bru-nav-reserve::after,.global-nav a.bru-nav-reserve::after{display:none}
  .hero-nav a.bru-nav-reserve:hover,.global-nav a.bru-nav-reserve:hover{
    transform:translateY(-2px);box-shadow:0 10px 24px var(--bru-glow);border-color:transparent}
  .hero-nav a.bru-nav-reserve[aria-current="page"],.global-nav a.bru-nav-reserve[aria-current="page"]{border-color:transparent}
}
/* 電話ブロック（decor.js が MENU ボタンの前に注入・PC≥1200のみ）
   既存＝ナビと MENU が両方 margin-left:auto（ナビ中央・MENU右端）。TEL は MENU の左隣に付けて右端でひと組にする */
.bru-tel{display:none}
@media(min-width:1200px){
  .bru-tel{display:flex;align-items:center;margin-left:auto;line-height:1;white-space:nowrap}
  .bru-tel .n{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid var(--bru-line);border-radius:999px;
    font-family:var(--font-en);font-size:17px;font-weight:700;letter-spacing:.03em;color:var(--bru-deep);
    transition:color .2s ease,border-color .2s ease,box-shadow .26s var(--bru-ease)}
  .bru-tel .n svg{width:16px;height:16px;color:var(--bru-blue)}
  .bru-tel .n:hover{color:var(--bru-blue);border-color:var(--bru-blue);box-shadow:0 6px 16px var(--bru-glow-soft)}
  .site-header .menu-button,.hero-header .menu-button{margin-left:18px}
}
.hero-nav.is-open a.bru-nav-reserve,.global-nav.is-open a.bru-nav-reserve{background-image:none;box-shadow:none;border-radius:0}

/* ==========================================================================
   型1 行間・字間・余白／見出しの大きさを型に寄せる（明朝はそのまま）
   ========================================================================== */
body{letter-spacing:.04em}
main p,main li,main dd,main dt,.faq-a{line-height:2.1}
.intro-grid p,.season-intro p,.play-head p,.feature-head p,.lower-copy p,.news-hero p,.site-cta-lead,
.article-main p,.access-card>p,.access-panel>p,.food-close-copy p{line-height:2.2}
.breadcrumb,.news-row time,.news-index-row time,.article-meta time,.hero-note,.hw-text,
.quick-item p,.season-item small,.access-step span,.access-note,.hero-weather *{line-height:1.7}
h2,h3{letter-spacing:.1em}
.hero-action,.site-cta-primary,.site-cta-rule-actions a,.site-cta-winter-actions a,.site-cta-tel-actions a,
.site-cta-news-contact a,.site-cta-article-actions a,.food-close-primary,.button,.access-replay,.wpcf7-submit,
.izmg-fixedbar__item{letter-spacing:.04em}

/* 見出し（型2 h2最大＝この案件は明朝の大見出しが骨格なので 52px までに緩和・関谷さん判定待ち） */
.season-intro h2,.play-head h2,.intro-grid h2,.feature-head h2,.cta h2,.access-card h2,.site-cta-title,
.play-film-head h2,.food-close-copy h2,.site-cta-news-check h2{
  font-size:clamp(30px,3.6vw,52px);line-height:1.45;letter-spacing:.12em}
.news-head h2{font-size:clamp(44px,5vw,64px)}
.choice h3,.play-copy h3,.feature-copy h3{font-size:clamp(26px,2.8vw,40px);line-height:1.4}
.guide-card h2,.guide-card h3{font-size:clamp(22px,2.1vw,30px);line-height:1.5}
.lower-copy h1{max-width:none;font-size:clamp(40px,4.8vw,66px);line-height:1.2;letter-spacing:.04em}
.news-hero h1{font-size:clamp(36px,4.4vw,58px);line-height:1.15;letter-spacing:.02em}
.hero h1{font-size:clamp(64px,10vw,150px)}
.hero-lead{font-size:clamp(18px,1.9vw,27px)}
.site-cta-rule-en{font-size:clamp(30px,3.4cqw,44px)}

/* ==========================================================================
   型2 PC広幅（コンテナ1240／1500以上は1320・本文16.8px）
   ========================================================================== */
@media(min-width:1081px){
  :root{--max:1240px}
  .site-cta-scenic-inner,.site-cta-news-inner,.site-cta-article-inner{width:min(1240px,100%)}
  .site-cta-rule-inner{width:min(1240px,100%)}
  main p{font-size:16.8px}
  .breadcrumb{font-size:11px}
  .hero-note{font-size:14px}
  .note,.article-side p,.news-index-row p,.quick-item p,.access-card>p,.access-panel>p{font-size:15px}
  .faq-a,.guide-data dt,.guide-data dd,.article-links a,.site-cta-news-list a{font-size:15px}
  .news-row strong{font-size:16.5px}
  .news-index-row h2{font-size:18px}
  .hero-nav a,.global-nav a{font-size:12px}
  .footer-nav a,.footer-info{font-size:13px}
  .access-note{font-size:12px!important}
  .site-cta-rule-jp{font-size:14px}
  .site-cta-tel-points span{font-size:12.5px}
}
@media(min-width:1500px){
  :root{--max:1320px}
  .site-cta-scenic-inner,.site-cta-news-inner,.site-cta-article-inner,.site-cta-rule-inner{width:min(1320px,100%)}
}
@media(max-width:700px){
  main p{font-size:15.2px}
  .note,.quick-item p,.news-index-row p,.article-side p{font-size:14px}
}

/* ==========================================================================
   型3 スマホ（≤700）のヒーロー＝写真全幅（min(78vw,320px)・下端フェード）→コピー
   ========================================================================== */
@media(max-width:700px){
  .lower-hero{display:flex;flex-direction:column;min-height:0;padding-bottom:44px}
  .lower-hero .lower-photo--main{
    position:relative;order:-1;top:auto;right:auto;bottom:auto;left:auto;width:100%;height:min(78vw,320px);
    transform:none;box-shadow:none;border:0;border-radius:0;
    -webkit-mask-image:linear-gradient(#000 74%,transparent 100%);mask-image:linear-gradient(#000 74%,transparent 100%)}
  .lower-hero .lower-photo--main img{height:100%}
  .lower-hero .lower-photo--sub{display:none}
  .lower-copy{padding-top:14px}
  .lower-copy h1{font-size:38px;line-height:1.25}
  .lower-copy p{max-width:none}
}

/* 予約ページ：側カードの見出しは狭い列なので小さく・送信ボタンは主ボタンと同じ型 */
.rsv-side .guide-card h3{font-size:20px;letter-spacing:.04em}
.rsv-submit input[type="submit"]{border-radius:999px;border:0;color:#fff;background-color:var(--bru-blue);
  background-image:linear-gradient(135deg,#0d4a66 0%,#14658a 58%,#1d7aa3 100%);box-shadow:0 8px 22px var(--bru-glow-soft);
  transition:transform .22s var(--bru-ease),box-shadow .28s var(--bru-ease)}
.rsv-submit input[type="submit"]:hover{background-color:var(--bru-blue);transform:translateY(-2px);box-shadow:0 12px 28px var(--bru-glow),0 2px 6px rgba(8,47,67,.18)}
.rsv-submit input[type="submit"]:active{transform:translateY(1px);box-shadow:0 3px 10px rgba(8,47,67,.22)}

/* ==========================================================================
   型5 角丸・立体
   ========================================================================== */
.guide-card,.rsv-menu-card,.access-card,.site-cta-news-inner,.hero-weather,.article-side,
.season-band,.quick-band,.play-film-stage,.access-modes,.izmg-mega__buy,#iz-chat-panel{border-radius:var(--bru-r-card)}
.season-band,.quick-band,.access-modes,.site-cta-news-inner{overflow:hidden}
.hero-photo,.lower-photo,.play figure,.choice figure,.food-close-photo,.site-cta-winter-photo,
.article-main figure img,.site-cta-scenic-photo img,.site-cta-scenic-photo::after,.feature img,
.news-row img,.news-index-row img,.guide-grid figure{border-radius:var(--bru-r-photo)}
.news-row img,.news-index-row img{border-radius:10px}
.hero-photo,.lower-photo,.play figure,.choice figure{overflow:hidden}
.guide-card,.rsv-menu-card{box-shadow:var(--bru-shadow);border:1px solid rgba(8,47,67,.06)}
.access-card{border-radius:var(--bru-r-card)}
.note{border-radius:0 12px 12px 0}
.faq-item summary::before,.faq-a::before{border-radius:50%}
.site-cta-scenic-photo figcaption{border-radius:12px 0 12px 0}

/* ボタン＝ピル・自社色・発光（中）・ホバーで光の帯が1回走る・押下で沈む（型12A） */
.hero-action,.site-cta-primary,.site-cta-rule-actions a,.site-cta-winter-actions a,.site-cta-tel-actions a,
.site-cta-news-contact a,.site-cta-article-actions a,.food-close-primary,.button,.access-replay,.wpcf7-submit,
.news-filter span,.site-cta-tel-points span,.faq-cat-title .en,.izmg-mega__close{border-radius:999px}
.hero-action,.site-cta-primary,.site-cta-rule-actions a:first-child,.site-cta-winter-actions a:first-child,
.site-cta-tel-actions a:first-child,.site-cta-news-contact a,.site-cta-article-actions a:first-child,
.food-close-primary,.button--white,.button:first-child,.wpcf7-submit{
  position:relative;overflow:hidden;isolation:isolate;
  color:#fff;border-color:transparent;
  background-color:var(--bru-blue);
  background-image:linear-gradient(135deg,#0d4a66 0%,#14658a 58%,#1d7aa3 100%);
  box-shadow:0 8px 22px var(--bru-glow-soft);
  transition:transform .22s var(--bru-ease),box-shadow .28s var(--bru-ease),background-color .22s ease,color .22s ease}
.site-cta-news-contact a,.button--white,.button:first-child{color:#fff}
.hero-action:hover,.site-cta-primary:hover,.site-cta-rule-actions a:first-child:hover,.site-cta-winter-actions a:first-child:hover,
.site-cta-tel-actions a:first-child:hover,.site-cta-news-contact a:hover,.site-cta-article-actions a:first-child:hover,
.food-close-primary:hover,.button--white:hover,.button:first-child:hover,.wpcf7-submit:hover,
.hero-action:focus-visible{
  color:#fff;background-color:var(--bru-blue);transform:translateY(-2px);
  box-shadow:0 12px 28px var(--bru-glow),0 2px 6px rgba(8,47,67,.18)}
.hero-action:active,.site-cta-primary:active,.site-cta-rule-actions a:first-child:active,.site-cta-winter-actions a:first-child:active,
.site-cta-tel-actions a:first-child:active,.site-cta-news-contact a:active,.site-cta-article-actions a:first-child:active,
.food-close-primary:active,.button--white:active,.button:first-child:active,.wpcf7-submit:active{
  transform:translateY(1px);box-shadow:0 3px 10px rgba(8,47,67,.22)}
.hero-action::before,.site-cta-primary::before,.site-cta-rule-actions a:first-child::before,.site-cta-winter-actions a:first-child::before,
.site-cta-tel-actions a:first-child::before,.site-cta-news-contact a::before,.site-cta-article-actions a:first-child::before,
.food-close-primary::before,.button--white::before,.wpcf7-submit::before{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:0;
  background:linear-gradient(105deg,transparent 32%,rgba(255,255,255,.34) 50%,transparent 68%);
  transform:translateX(-130%)}
.hero-action:hover::before,.site-cta-primary:hover::before,.site-cta-rule-actions a:first-child:hover::before,
.site-cta-winter-actions a:first-child:hover::before,.site-cta-tel-actions a:first-child:hover::before,
.site-cta-news-contact a:hover::before,.site-cta-article-actions a:first-child:hover::before,
.food-close-primary:hover::before,.button--white:hover::before,.wpcf7-submit:hover::before{
  opacity:1;animation:bru-shimmer .78s var(--bru-ease) 1}
@keyframes bru-shimmer{from{transform:translateX(-130%)}to{transform:translateX(130%)}}
/* 副ボタン＝縁取り＋内側発光 */
.site-cta-rule-actions a:not(:first-child),.site-cta-winter-actions a:not(:first-child),.site-cta-tel-actions a:not(:first-child),
.site-cta-article-actions a:not(:first-child),.button:not(:first-child):not(.button--white),.access-replay{
  border-color:rgba(20,101,138,.55);color:inherit;
  transition:transform .22s var(--bru-ease),box-shadow .28s var(--bru-ease),border-color .22s ease,background-color .22s ease}
.site-cta-rule-actions a:not(:first-child):hover,.site-cta-tel-actions a:not(:first-child):hover,
.site-cta-article-actions a:not(:first-child):hover,.access-replay:hover{
  transform:translateY(-2px);border-color:var(--bru-blue);color:inherit;background-color:transparent;
  box-shadow:inset 0 0 0 1px rgba(20,101,138,.35),0 8px 20px var(--bru-glow-soft)}
.site-cta-winter-actions a:not(:first-child):hover{transform:translateY(-2px);border-color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.35),0 8px 20px rgba(0,0,0,.25)}
.site-cta-text{transition:color .2s ease}
.site-cta-text:hover{color:var(--bru-blue);border-color:var(--bru-blue)}
.site-cta-text::after{transition:transform .25s var(--bru-ease)}
.site-cta-text:hover::after{transform:translate(3px,-3px)}
.site-cta-rule-actions a::after,.site-cta-winter-actions a::after,.site-cta-primary::after{transition:transform .25s var(--bru-ease)}
.site-cta-rule-actions a:hover::after,.site-cta-winter-actions a:hover::after,.site-cta-primary:hover::after{transform:translateX(5px)}
.site-cta-primary{width:min(400px,100%)}
.news-filter span:first-child{background-color:var(--bru-deep)}
.site-cta-tel-number{color:var(--bru-deep);transition:color .2s ease}
.site-cta-tel-number:hover{color:var(--bru-blue)}

/* 背景パターン（型12C）＝地色の節に点格子（明度差3%）・写真や格子地には付けない */
.section--soft,.site-cta--tel,.site-cta--scenic,.site-cta--news{position:relative;isolation:isolate}
.section--soft::before,.site-cta--tel::before,.site-cta--scenic::before,.site-cta--news::before{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background-image:radial-gradient(rgba(8,47,67,.075) 1px,transparent 1.2px);background-size:22px 22px}
/* 暗い帯にメッシュ発光 */
.site-cta-winter-body,.site-cta-news-contact{position:relative;isolation:isolate}
.site-cta-winter-body::before,.site-cta-news-contact::before{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background-image:radial-gradient(ellipse 60% 55% at 85% 15%,rgba(142,220,247,.16),transparent 70%),
    radial-gradient(ellipse 55% 60% at 10% 90%,rgba(20,101,138,.35),transparent 70%)}

/* 中幅（≤1080）：罫線帯CTAは1カラムに（3ボタンで左列が潰れ見出しが縦積みになるため） */
@media(max-width:1080px){
  .site-cta-rule-inner{grid-template-columns:1fr}
  .site-cta-rule-actions{width:100%}
  .site-cta-rule-actions a{flex:1;min-width:0}
}

/* ==========================================================================
   型16 カードブロック＝浮上＋足元発光＋見出し罫＋矢印（写真の上にグラデを載せない）
   ========================================================================== */
.guide-card,.rsv-menu-card{position:relative;overflow:hidden;
  transition:transform .26s var(--bru-ease),box-shadow .3s var(--bru-ease),border-color .26s ease}
.guide-card::after,.rsv-menu-card::after{content:"";position:absolute;left:0;bottom:0;height:3px;width:100%;
  background-color:var(--bru-blue);transform:scaleX(0);transform-origin:left center;transition:transform .42s var(--bru-ease)}
.guide-card:hover,.rsv-menu-card:hover,.guide-card:focus-within,.rsv-menu-card:focus-within{
  transform:translateY(-6px);border-color:var(--bru-glow);
  box-shadow:var(--bru-shadow-hi),0 22px 40px -26px var(--bru-glow)}
.guide-card:hover::after,.rsv-menu-card:hover::after,.guide-card:focus-within::after{transform:scaleX(1)}
.guide-card h3::after,.rsv-menu-card h3::after{content:"";display:block;width:32px;height:2px;margin-top:12px;
  background-color:var(--bru-blue);opacity:.55;transition:width .34s var(--bru-ease),opacity .34s ease}
.guide-card:hover h3::after,.rsv-menu-card:hover h3::after{width:56px;opacity:1}
.guide-card p a,.guide-data a,.article-links a{transition:color .2s ease,padding-left .2s var(--bru-ease)}
.guide-card p a:hover,.guide-data a:hover,.article-links a:hover{color:var(--bru-blue)}
.article-links a:hover{padding-left:8px}
/* 行型カード（TOP play・過ごし方 choice・お知らせ一覧） */
.play,.choice,.news-row,.news-index-row{transition:background-color .26s ease}
.play img,.choice img,.news-row img,.news-index-row img{transition:transform .5s var(--bru-ease),filter .35s ease}
.play:hover img,.choice:hover img,.news-row:hover img,.news-index-row:hover img{transform:scale(1.04);filter:brightness(1.04)}
.choice:hover,.news-row:hover,.news-index-row:hover{background-color:rgba(20,101,138,.035)}
.choice:hover h3,.news-row:hover strong,.news-index-row:hover h2{color:var(--bru-blue)}
.choice-arrow,.news-arrow,.news-index-row>span{transition:transform .26s var(--bru-ease),color .2s ease}
.choice:hover .choice-arrow,.news-row:hover .news-arrow,.news-index-row:hover>span{transform:translateX(7px)}
.news-row,.news-index-row{padding-inline:8px;margin-inline:-8px;border-radius:12px}
.play-copy h3,.choice h3,.news-row strong,.news-index-row h2{transition:color .2s ease}
.season-item div{transition:transform .3s var(--bru-ease)}
.season-item:hover div{transform:translateY(-4px)}
.season-item strong::after{content:"";display:block;width:0;height:2px;margin-top:8px;background-color:#fff;transition:width .34s var(--bru-ease)}
.season-item:hover strong::after{width:36px}
.feature-copy h3{transition:letter-spacing .35s var(--bru-ease)}
.feature:hover .feature-copy h3{letter-spacing:.12em}
.faq-item summary{transition:color .2s ease,padding-left .2s var(--bru-ease)}
.faq-item summary:hover{color:var(--bru-blue)}
.faq-item summary::before{transition:transform .25s var(--bru-ease),box-shadow .25s ease}
.faq-item summary:hover::before{transform:scale(1.08);box-shadow:0 4px 12px var(--bru-glow-soft)}

/* ==========================================================================
   出現アニメ（decor.js＝常時FXの無いページだけ・IO＋sweep・1回だけ）
   ========================================================================== */
html.bru-js [data-bru]{opacity:0;transform:translateY(16px)}
html.bru-js [data-bru].is-in{opacity:1;transform:none;transition:opacity .78s var(--bru-ease),transform .78s var(--bru-ease)}
html.bru-js [data-bru][data-bru-d="1"].is-in{transition-delay:.12s}
html.bru-js [data-bru][data-bru-d="2"].is-in{transition-delay:.24s}
html.bru-js [data-bru][data-bru-d="3"].is-in{transition-delay:.36s}
html.bru-js [data-bru][data-bru-d="4"].is-in{transition-delay:.48s}

/* ==========================================================================
   型9 右端の固定帯（PC≥1081のみ・ご予約／お電話・下端基準・チャットのFAB 22+60px を避ける）
   ========================================================================== */
.bru-rail{position:fixed;right:0;bottom:104px;z-index:9400;display:none;flex-direction:column;gap:8px;
  transition:opacity .22s ease,transform .22s ease}
.bru-rail a{display:flex;align-items:center;justify-content:center;gap:10px;
  writing-mode:vertical-rl;text-orientation:mixed;width:52px;padding:22px 0;border-radius:12px 0 0 12px;
  font-size:13px;font-weight:700;letter-spacing:.16em;line-height:1;text-decoration:none;color:#fff;
  background-color:var(--bru-deep);box-shadow:-4px 6px 18px rgba(8,47,67,.24);
  transition:background-color .22s ease,transform .22s var(--bru-ease),box-shadow .26s var(--bru-ease)}
.bru-rail a.is-tel{background-color:var(--bru-blue);font-family:var(--font-en);letter-spacing:.08em;font-size:13.5px}
.bru-rail a:hover{transform:translateX(-3px);box-shadow:-8px 8px 24px var(--bru-glow)}
.bru-rail a svg{width:18px;height:18px;flex:none}
.bru-rail.is-hidden{opacity:0;pointer-events:none;transform:translateX(14px)}
body.nav-open .bru-rail,body.izmg-mega-open .bru-rail{display:none}
@media(min-width:1081px){ .bru-rail{display:flex} }
@media(max-height:760px){ .bru-rail a{padding:16px 0;font-size:12px} }

/* ==========================================================================
   型6 スマホ固定フッター（既存 .izmg-fixedbar 5枠を「表示幅＝バーガー切替900」＋立体へ）
   ========================================================================== */
.izmg-fixedbar{
  background-color:#fff;
  box-shadow:0 -1px 0 rgba(255,255,255,.9) inset,0 -8px 20px rgba(8,47,67,.12),0 -2px 6px rgba(8,47,67,.08)}
.izmg-fixedbar__item{height:58px;padding:0 2px;gap:4px;font-size:11px;border-left:1px solid rgba(8,47,67,.10);
  transition:transform .12s ease,background-color .2s ease}
.izmg-fixedbar__item:active{opacity:1;transform:translateY(1px)}
.izmg-fixedbar__tel{background-color:var(--bru-blue);
  background-image:linear-gradient(180deg,#1d7aa3 0%,#14658a 55%,#0d4a66 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.25)}
.izmg-fixedbar svg{width:21px;height:21px}
@media(max-width:900px){
  .izmg-fixedbar{display:grid}
  body{padding-bottom:calc(58px + env(safe-area-inset-bottom,0px))}
  #iz-chat-fab{bottom:78px!important}
}
@media(max-width:900px) and (orientation:landscape) and (max-height:460px){
  .izmg-fixedbar{display:none}
  body{padding-bottom:0}
}

/* ==========================================================================
   型10 フッターのボリューム（footer-custom.php を4列＋予約ボックス＋最下段へ）
   ========================================================================== */
.site-footer{padding:0;text-align:left;background-color:#fff;border-top:1px solid var(--bru-line);
  position:relative;isolation:isolate}
.site-footer::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background-image:radial-gradient(rgba(8,47,67,.06) 1px,transparent 1.2px);background-size:22px 22px}
.ft-grid{display:grid;grid-template-columns:1.35fr .9fr .9fr 1.15fr;gap:clamp(28px,4vw,56px);
  padding:clamp(56px,6vw,84px) 0 clamp(36px,4vw,52px)}
.ft-brand strong{display:block;font-family:var(--font-min);font-size:clamp(26px,2.4vw,32px);font-weight:600;letter-spacing:.13em;line-height:1.3}
.ft-brand>span{display:block;margin-top:6px;color:var(--bru-blue);font-family:var(--font-en);font-size:9px;font-weight:700;letter-spacing:.26em}
.ft-addr{margin:18px 0 0;font-size:14px;line-height:2}
.ft-addr a{transition:color .2s ease}
.ft-addr a:hover{color:var(--bru-blue)}
.ft-telbox{display:grid;gap:4px;margin-top:16px;padding:16px 20px;border:1px solid var(--bru-line);border-radius:16px;background-color:#fff;
  box-shadow:var(--bru-shadow);width:fit-content;min-width:250px}
.ft-telbox small{color:var(--bru-blue);font-family:var(--font-en);font-size:9px;font-weight:700;letter-spacing:.2em}
.ft-telbox a{font-family:var(--font-en);font-size:26px;font-weight:700;letter-spacing:.03em;line-height:1.2;color:var(--bru-deep);transition:color .2s ease}
.ft-telbox a:hover{color:var(--bru-blue)}
.ft-col h3{margin:0 0 14px;padding-bottom:12px;border-bottom:1px solid var(--bru-ink);
  font-family:var(--font-min);font-size:17px;font-weight:600;letter-spacing:.1em;line-height:1.4}
.ft-col h3 small{display:block;margin-top:3px;color:var(--bru-blue);font-family:var(--font-en);font-size:9px;font-weight:700;letter-spacing:.2em}
.ft-col ul{list-style:none;margin:0;padding:0}
.ft-col li{margin:0}
.ft-col li a{position:relative;display:inline-flex;align-items:baseline;padding:7px 0 7px 18px;font-size:14px;font-weight:600;line-height:1.7;
  transition:color .18s ease,padding-left .18s var(--bru-ease)}
.ft-col li a::before{content:"";position:absolute;left:0;top:calc(50% - 1px);width:9px;height:1px;background-color:var(--bru-blue);transition:width .2s var(--bru-ease)}
.ft-col li a:hover{color:var(--bru-blue);padding-left:24px}
.ft-col li a:hover::before{width:14px}
.ft-cta{display:flex;flex-direction:column;justify-content:center;gap:12px;padding:clamp(24px,2.4vw,32px);border-radius:var(--bru-r-card);color:#fff;
  background-color:var(--bru-deep);background-image:linear-gradient(150deg,#0b3b55 0%,#082f43 55%,#0d4a66 100%);
  box-shadow:0 14px 34px rgba(8,47,67,.18);position:relative;isolation:isolate;overflow:hidden}
.ft-cta::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background-image:radial-gradient(ellipse 60% 55% at 85% 10%,rgba(142,220,247,.18),transparent 70%)}
.ft-cta small{color:var(--bru-sky);font-family:var(--font-en);font-size:9px;font-weight:700;letter-spacing:.22em}
.ft-cta strong{display:block;margin-top:-4px;font-family:var(--font-min);font-size:clamp(18px,1.4vw,21px);font-weight:600;letter-spacing:.06em;line-height:1.5;white-space:nowrap}
.ft-cta p{margin:0;font-size:13.5px;line-height:1.9;color:#d6e3e9}
.ft-cta-main{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:6px;padding:15px 22px;border-radius:999px;
  color:var(--bru-deep);background-color:#fff;font-size:14px;font-weight:700;letter-spacing:.06em;
  transition:transform .22s var(--bru-ease),box-shadow .26s var(--bru-ease)}
.ft-cta-main::after{content:"→";font-family:var(--font-en);font-size:17px;transition:transform .25s var(--bru-ease)}
.ft-cta-main:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(0,0,0,.28)}
.ft-cta-main:hover::after{transform:translateX(5px)}
.ft-cta-sub{display:flex;flex-wrap:wrap;gap:8px 18px}
.ft-cta-sub a{display:inline-flex;align-items:center;gap:8px;padding-bottom:3px;border-bottom:1px solid rgba(255,255,255,.4);
  color:#fff;font-size:12.5px;font-weight:600;letter-spacing:.06em;transition:color .2s ease,border-color .2s ease}
.ft-cta-sub a:hover{color:var(--bru-sky);border-color:var(--bru-sky)}
.ft-cta-sub svg{width:16px;height:16px}
.ft-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0 18px;border-top:1px solid var(--bru-line)}
.ft-bottom .copyright{margin:0;padding:0;color:var(--bru-deep);background:none;font-family:var(--font-en);font-size:10px;font-weight:600;letter-spacing:.18em}
.ft-top{display:inline-flex;align-items:center;gap:10px;color:var(--bru-deep);font-family:var(--font-en);font-size:10px;font-weight:700;letter-spacing:.18em;transition:color .2s ease}
.ft-top i{position:relative;display:inline-block;width:30px;height:30px;border:1px solid var(--bru-line);border-radius:50%;transition:border-color .2s ease,transform .22s var(--bru-ease)}
.ft-top i::before{content:"";position:absolute;left:50%;top:55%;width:8px;height:8px;border-left:1.6px solid currentColor;border-top:1.6px solid currentColor;transform:translate(-50%,-50%) rotate(45deg)}
.ft-top:hover{color:var(--bru-blue)}
.ft-top:hover i{border-color:var(--bru-blue);transform:translateY(-3px)}
@media(max-width:1080px){
  .ft-grid{grid-template-columns:1fr 1fr;gap:36px 40px}
  .ft-brand{grid-column:1/-1}
  .ft-cta{grid-column:1/-1}
}
@media(max-width:640px){
  .ft-grid{grid-template-columns:1fr;gap:30px;padding-top:48px}
  .ft-telbox{width:100%}
  .ft-bottom{flex-direction:column;align-items:flex-start;gap:12px;padding-bottom:22px}
}

/* ==========================================================================
   型13E 写真の拡大表示（decor.js の自作ライトボックス）
   ========================================================================== */
.bru-zoom{cursor:zoom-in}
.bru-lbx[hidden]{display:none!important}
.bru-lbx{position:fixed;inset:0;z-index:99995;display:grid;place-items:center;background:rgba(3,25,36,.9);padding:clamp(16px,4vw,48px)}
.bru-lbx figure{margin:0;max-width:min(1200px,92vw);max-height:86vh;display:grid;gap:12px;justify-items:center}
.bru-lbx img{max-width:100%;max-height:76vh;width:auto;border-radius:12px;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.4)}
.bru-lbx figcaption{color:#e7eef5;font-size:13px;line-height:1.8;text-align:center;letter-spacing:.06em}
.bru-lbx button{position:absolute;top:18px;right:18px;width:46px;height:46px;border:0;border-radius:50%;
  background:rgba(255,255,255,.14);color:#fff;font-size:26px;line-height:1;cursor:pointer;transition:background-color .2s ease}
.bru-lbx button:hover{background:rgba(255,255,255,.28)}

/* ==========================================================================
   型14 ヒーローのギミック（初期非表示は head の1行で当てる＝フラッシュ防止・動きは hero-fx.js）
   TOP＝コラージュ4枚→キッカー→大見出し→リード→注記→ボタン（天気は後から出る要素なので対象外）
   下層＝写真2枚→ラベル→見出し→リード／お知らせ系＝ラベル→見出し→リード
   ========================================================================== */
.hfx-js .hero .hero-photo,
.hfx-js .hero .hero-center>*:not(.hero-weather),
.hfx-js .lower-hero .lower-photo,
.hfx-js .lower-hero .lower-copy>*,
.hfx-js .news-hero .wrap>*,
.hfx-js .article-header .wrap>*{
  opacity:0;translate:0 14px;animation:hfx-fallback .01s linear 2.5s forwards}
@keyframes hfx-fallback{to{opacity:1;translate:none}}
.hero.hfx-on .hero-photo,.hero.hfx-on .hero-center>*:not(.hero-weather),
.lower-hero.hfx-on .lower-photo,.lower-hero.hfx-on .lower-copy>*,
.news-hero.hfx-on .wrap>*,.article-header.hfx-on .wrap>*{
  opacity:1;translate:none;transition:opacity .85s var(--bru-ease),translate .85s var(--bru-ease)}
.hero.hfx-on .hero-photo--winter{transition-delay:.05s}
.hero.hfx-on .hero-photo--spring{transition-delay:.17s}
.hero.hfx-on .hero-photo--green{transition-delay:.29s}
.hero.hfx-on .hero-photo--autumn{transition-delay:.41s}
.hero.hfx-on .hero-center>*:nth-child(1){transition-delay:.42s}
.hero.hfx-on .hero-center>*:nth-child(2){transition-delay:.56s}
.hero.hfx-on .hero-center>*:nth-child(3){transition-delay:.76s}
.hero.hfx-on .hero-center>*:nth-child(4){transition-delay:.9s}
.hero.hfx-on .hero-center>*:nth-child(5){transition-delay:1.02s}
.lower-hero.hfx-on .lower-photo--main{transition-delay:.05s}
.lower-hero.hfx-on .lower-photo--sub{transition-delay:.22s}
.lower-hero.hfx-on .lower-copy>*:nth-child(1),.news-hero.hfx-on .wrap>*:nth-child(1),.article-header.hfx-on .wrap>*:nth-child(1){transition-delay:.18s}
.lower-hero.hfx-on .lower-copy>*:nth-child(2),.news-hero.hfx-on .wrap>*:nth-child(2),.article-header.hfx-on .wrap>*:nth-child(2){transition-delay:.34s}
.lower-hero.hfx-on .lower-copy>*:nth-child(3),.news-hero.hfx-on .wrap>*:nth-child(3){transition-delay:.52s}
/* 写真の transform は既存CSS（rotate）を残し、ズーム・視差は個別プロパティ（scale／translate）で JS が書く */
.hero-photo img,.lower-photo img{transition:none}
/* B) キーワードのマーカー＝TOPリード「街のそばに、四季がひらく」の下に青の線が左から1回走る */
.hero-lead{position:relative;display:inline-block}
.hero-lead::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background-color:rgba(20,101,138,.55);
  transform:scaleX(0);transform-origin:left center}
.hero.hfx-on .hero-lead::after{transform:scaleX(1);transition:transform .9s var(--bru-ease) 1.2s}

/* ==========================================================================
   型15 reduced-motion：減らす≠消す（連続系は hero-fx.js 側で止める・1回だけの出現は残す）
   lower.css／TOPインラインの「*{transition:none!important}」に勝つよう !important で戻す
   ========================================================================== */
@media(prefers-reduced-motion:reduce){
  .hero-action:hover::before,.site-cta-primary:hover::before,.food-close-primary:hover::before,.wpcf7-submit:hover::before{animation:none!important}
  .play:hover img,.choice:hover img,.news-row:hover img,.news-index-row:hover img{transform:none}
  html.bru-js [data-bru].is-in{transition:opacity .5s ease,transform .5s ease!important}
  .hero.hfx-on .hero-photo,.hero.hfx-on .hero-center>*:not(.hero-weather),
  .lower-hero.hfx-on .lower-photo,.lower-hero.hfx-on .lower-copy>*,
  .news-hero.hfx-on .wrap>*,.article-header.hfx-on .wrap>*{transition:opacity .6s ease,translate .6s ease!important}
  .hero.hfx-on .hero-lead::after{transition:transform .7s ease .9s!important}
  .guide-card::after,.rsv-menu-card::after{transition:transform .35s ease!important}
}


/* ==========================================================================
   「もう少し攻めて」（2026-09-04 関谷さん）＝中→中強：発光.58・浮上8px・拡大1.05・見出しに青のアクセント罫・
   ヒーローCTA強化・写真ズーム。常時アニメは足さない（動きはホバー時と1回だけの出現のみ）
   ========================================================================== */
/* 主ボタン＝明るいハイライト入りグラデ＋常時うっすら発光＋ホバーで浮上と拡大 */
.hero-action,.site-cta-primary,.site-cta-rule-actions a:first-child,.site-cta-winter-actions a:first-child,
.site-cta-tel-actions a:first-child,.site-cta-news-contact a,.site-cta-article-actions a:first-child,
.food-close-primary,.button--white,.button:first-child,.wpcf7-submit,.rsv-submit input[type="submit"],.ft-cta-main{
  background-image:linear-gradient(135deg,#0b4361 0%,#14658a 48%,#2a95c4 100%);
  box-shadow:0 10px 26px rgba(20,101,138,.34),inset 0 1px 0 rgba(255,255,255,.22)}
.ft-cta-main{background-image:none}
.hero-action:hover,.site-cta-primary:hover,.site-cta-rule-actions a:first-child:hover,.site-cta-winter-actions a:first-child:hover,
.site-cta-tel-actions a:first-child:hover,.site-cta-news-contact a:hover,.site-cta-article-actions a:first-child:hover,
.food-close-primary:hover,.button--white:hover,.button:first-child:hover,.wpcf7-submit:hover,.rsv-submit input[type="submit"]:hover{
  transform:translateY(-3px) scale(1.03);box-shadow:0 16px 34px var(--bru-glow),0 2px 6px rgba(8,47,67,.2),inset 0 1px 0 rgba(255,255,255,.3)}
.site-cta-rule-actions a:not(:first-child):hover,.site-cta-tel-actions a:not(:first-child):hover,
.site-cta-article-actions a:not(:first-child):hover,.access-replay:hover,.site-cta-winter-actions a:not(:first-child):hover{transform:translateY(-3px) scale(1.02)}
/* ヒーローCTA＝ひと回り大きく */
.hero-action{padding:17px 24px 17px 30px;font-size:13px;gap:36px}
.hero-lead::after{height:3px;background-color:rgba(20,101,138,.75)}
/* ヘッダーの「ご予約」ピル＝発光を強く・ホバーで拡大 */
@media(min-width:901px){
  .hero-nav a.bru-nav-reserve,.global-nav a.bru-nav-reserve{box-shadow:0 8px 20px rgba(20,101,138,.42),inset 0 1px 0 rgba(255,255,255,.22)}
  .hero-nav a.bru-nav-reserve:hover,.global-nav a.bru-nav-reserve:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 12px 28px var(--bru-glow)}
}
/* 見出し＝上に青のアクセント罫（短いグラデの線） */
.season-intro h2,.intro-grid h2,.feature-head h2,.play-head h2,.food-close-copy h2,.site-cta-news-check h2{position:relative;padding-top:18px}
.season-intro h2::before,.intro-grid h2::before,.feature-head h2::before,.play-head h2::before,.food-close-copy h2::before,.site-cta-news-check h2::before{
  content:"";position:absolute;left:0;top:0;width:44px;height:3px;border-radius:2px;
  background-image:linear-gradient(90deg,#14658a,#8edcf7)}
.access-card h2{position:relative;padding-top:18px}
.access-card h2::before{content:"";position:absolute;left:0;top:0;width:44px;height:3px;border-radius:2px;background-image:linear-gradient(90deg,#8edcf7,rgba(142,220,247,.2))}
/* カード＝浮上8px・写真1.06・縁の発光を強く */
.guide-card:hover,.rsv-menu-card:hover,.guide-card:focus-within,.rsv-menu-card:focus-within{
  transform:translateY(-8px);box-shadow:var(--bru-shadow-hi),0 26px 48px -24px var(--bru-glow),0 0 0 1px rgba(20,101,138,.18)}
.play:hover img,.choice:hover img,.news-row:hover img,.news-index-row:hover img{transform:scale(1.06)}
.season-item:hover img,.feature:hover img{transform:scale(1.05)}
.lower-photo img,.site-cta-scenic-photo img,.food-close-photo img{transition:filter .35s ease}
.lower-photo:hover img,.site-cta-scenic-photo:hover img,.food-close-photo:hover img{filter:brightness(1.05) saturate(1.05)}
.bru-zoom:hover{filter:brightness(1.05)}
/* 右端の固定帯＝グラデ＋発光・ホバーで大きく出る */
.bru-rail a{background-image:linear-gradient(180deg,#0b3b55,#082f43);box-shadow:-6px 8px 22px rgba(8,47,67,.30)}
.bru-rail a.is-tel{background-image:linear-gradient(180deg,#1d7aa3,#14658a)}
.bru-rail a:hover{transform:translateX(-6px);box-shadow:-10px 10px 28px var(--bru-glow)}
/* 季節帯・クイック帯＝ホバーで青の縁 */
.season-item,.quick-item{transition:box-shadow .3s var(--bru-ease)}
.season-item:hover{box-shadow:inset 0 0 0 2px rgba(142,220,247,.55)}
.quick-item:hover{background-color:rgba(20,101,138,.05)}
/* 地色の点格子を少し濃く（それでも明度差5%以内） */
.section--soft::before,.site-cta--tel::before,.site-cta--scenic::before,.site-cta--news::before{
  background-image:radial-gradient(rgba(8,47,67,.10) 1px,transparent 1.2px)}
/* フッターの予約ボックス＝発光を強く */
.ft-cta{box-shadow:0 18px 44px rgba(8,47,67,.26),0 0 0 1px rgba(142,220,247,.12)}
.ft-cta::before{background-image:radial-gradient(ellipse 60% 55% at 85% 10%,rgba(142,220,247,.26),transparent 70%),
  radial-gradient(ellipse 50% 60% at 5% 95%,rgba(20,101,138,.55),transparent 70%)}
/* スマホ固定フッターの電話枠＝ハイライト強め */
.izmg-fixedbar__tel{box-shadow:inset 0 1px 0 rgba(255,255,255,.35),inset 0 -12px 20px rgba(8,47,67,.25)}
@media(prefers-reduced-motion:reduce){
  .hero-action:hover,.site-cta-primary:hover,.food-close-primary:hover,.wpcf7-submit:hover{transform:none}
  .play:hover img,.choice:hover img,.news-row:hover img,.news-index-row:hover img,.season-item:hover img,.feature:hover img{transform:none}
}


/* ==========================================================================
   「全体的に攻める・特に画像」（2026-09-04 関谷さん）
   ① 写真の拭き取り出現＝画面に入ると左から拭き取るように現れ、1.12→1 に収まる（1回だけ・decor.js が data-pic を付ける）
   ② ホバー＝傾いた写真が起きて拡大・光の帯が斜めに1回走る・青の縁
   ③ 季節タイル＝青のグラデが下から立ち上がり、文字が持ち上がる
   ========================================================================== */
html.bru-pic [data-pic]{clip-path:inset(0 100% 0 0 round 16px)}
html.bru-pic [data-pic].is-pic-in{clip-path:inset(0 0 0 0 round 16px);transition:clip-path .95s cubic-bezier(.65,0,.2,1)}
html.bru-pic [data-pic][data-pic-d="1"].is-pic-in{transition-delay:.12s}
html.bru-pic [data-pic][data-pic-d="2"].is-pic-in{transition-delay:.24s}
html.bru-pic [data-pic][data-pic-d="3"].is-pic-in{transition-delay:.36s}
html.bru-pic [data-pic][data-pic-d="4"].is-pic-in{transition-delay:.48s}
html.bru-pic .season-item img[data-pic],html.bru-pic .feature img[data-pic],html.bru-pic .quick-item[data-pic]{clip-path:inset(0 100% 0 0)}
html.bru-pic .season-item img[data-pic].is-pic-in,html.bru-pic .feature img[data-pic].is-pic-in,html.bru-pic .quick-item[data-pic].is-pic-in{clip-path:inset(0 0 0 0)}
html.bru-pic .guide-card[data-pic],html.bru-pic .rsv-menu-card[data-pic]{clip-path:inset(0 100% 0 0 round 20px)}
html.bru-pic .guide-card[data-pic].is-pic-in,html.bru-pic .rsv-menu-card[data-pic].is-pic-in{clip-path:inset(0 0 0 0 round 20px)}
/* 中の写真は 1.12 から収まる（個別プロパティ scale＝既存 transform と合成） */
html.bru-pic [data-pic] img,html.bru-pic img[data-pic]{scale:1.12;transition:scale 1.3s cubic-bezier(.22,1,.36,1)}
html.bru-pic [data-pic].is-pic-in img,html.bru-pic img[data-pic].is-pic-in{scale:1}
html.bru-pic .guide-card[data-pic] img,html.bru-pic .quick-item[data-pic] img,html.bru-pic .rsv-menu-card[data-pic] img{scale:1}

/* ② ホバー＝光の帯が斜めに走る（写真の器に ::after）＋青の縁＋起き上がり */
.play figure,.choice figure,.guide-grid figure,.food-close-photo,.site-cta-winter-photo,.site-cta-scenic-photo,.article-main figure{position:relative;isolation:isolate}
/* .lower-photo／.hero-photo は既存CSSで absolute（位置を変えない）。光の帯の ::after だけ載せる */
.lower-photo,.hero-photo{isolation:isolate}
.play figure::after,.choice figure::after,.food-close-photo::after,.site-cta-winter-photo::after,.lower-photo::after,.hero-photo::after{
  content:"";position:absolute;inset:0;z-index:2;pointer-events:none;opacity:0;
  background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.30) 48%,rgba(142,220,247,.18) 52%,transparent 70%);
  transform:translateX(-140%) skewX(-8deg)}
.play:hover figure::after,.choice:hover figure::after,.food-close-photo:hover::after,.site-cta-winter-photo:hover::after,
.lower-photo:hover::after,.hero-photo:hover::after{opacity:1;animation:bru-sweep .9s cubic-bezier(.22,1,.36,1) 1}
@keyframes bru-sweep{from{transform:translateX(-140%) skewX(-8deg)}to{transform:translateX(140%) skewX(-8deg)}}
.play figure,.choice figure,.food-close-photo,.site-cta-scenic-photo img,.news-row img,.news-index-row img{transition:box-shadow .3s var(--bru-ease)}
.play:hover figure,.choice:hover figure,.food-close-photo:hover,.site-cta-scenic-photo:hover img{
  box-shadow:0 0 0 2px rgba(20,101,138,.55),0 22px 44px -18px var(--bru-glow)}
/* 傾いた写真が起きて拡大（PCのみ・視差の translate とは別プロパティ） */
@media(min-width:1081px){
  .hero-photo,.lower-photo{transition:transform .7s var(--bru-ease),box-shadow .4s var(--bru-ease)}
  .hero-photo:hover,.lower-photo:hover{transform:rotate(0) scale(1.04);z-index:6;box-shadow:0 30px 70px rgba(0,24,36,.26),0 0 0 2px rgba(20,101,138,.45)}
  .hero-photo:hover img{transform:none}
}
.site-cta-scenic-photo img,.food-close-photo img,.site-cta-winter-photo img{transition:scale .8s var(--bru-ease),filter .35s ease}
.site-cta-scenic-photo:hover img,.food-close-photo:hover img,.site-cta-winter-photo:hover img{scale:1.05;filter:brightness(1.05) saturate(1.06)}

/* ③ 季節タイル・特集行＝青のグラデが下から立ち上がる・文字が持ち上がる */
.season-item::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(0deg,rgba(20,101,138,.72),rgba(20,101,138,0) 60%);transform:translateY(40%);opacity:0;
  transition:transform .5s var(--bru-ease),opacity .5s ease}
.season-item:hover::before{transform:none;opacity:1}
.season-item img{transition:transform 1.1s var(--bru-ease),filter .5s ease}
.season-item:hover img{transform:scale(1.08);filter:saturate(1.1)}
.season-item:hover div{transform:translateY(-8px)}
.feature::after{transition:opacity .5s ease}
.feature:hover::after{opacity:.85}
.feature img{transition:transform 1.2s var(--bru-ease),filter .5s ease}
.feature:hover img{transform:scale(1.07);filter:saturate(1.08)}
.feature-copy{transition:transform .6s var(--bru-ease)}
.feature:hover .feature-copy{transform:translateX(12px)}
/* お知らせのサムネ＝ホバーで大きく */
.news-row:hover img,.news-index-row:hover img{transform:scale(1.08);box-shadow:0 12px 26px -10px var(--bru-glow)}
/* 季節タグ＝グラデ */
.season-tag{background-image:linear-gradient(135deg,#0b3b55,#14658a);border-radius:0 0 0 8px;letter-spacing:.2em}
.hero-photo--spring .season-tag,.hero-photo--autumn .season-tag{border-radius:0 0 8px 0}

/* 全体＝発光をもう一段（ボタン常時発光・帯のメッシュ・カードの縁） */
:root{--bru-glow:rgba(20,101,138,.66);--bru-glow-soft:rgba(20,101,138,.32)}
.hero-action,.site-cta-primary,.food-close-primary,.wpcf7-submit,.rsv-submit input[type="submit"]{box-shadow:0 12px 30px rgba(20,101,138,.42),inset 0 1px 0 rgba(255,255,255,.24)}
.site-cta-winter-body::before,.site-cta-news-contact::before{
  background-image:radial-gradient(ellipse 60% 55% at 85% 15%,rgba(142,220,247,.28),transparent 70%),
    radial-gradient(ellipse 55% 60% at 10% 90%,rgba(20,101,138,.55),transparent 70%)}
.site-cta--scenic .site-cta-scenic-photo::after{border-color:rgba(20,101,138,.45)}
.site-cta-scenic-photo figcaption{background-image:linear-gradient(135deg,#0b3b55,#14658a);box-shadow:0 10px 24px rgba(8,47,67,.3)}
.food-close-photo figcaption{background-image:linear-gradient(135deg,#0b3b55,#14658a)}
.access-card{box-shadow:0 25px 80px rgba(0,0,0,.24),0 0 0 1px rgba(142,220,247,.2),0 0 60px -10px rgba(20,101,138,.6)}

@media(prefers-reduced-motion:reduce){
  html.bru-pic [data-pic]{clip-path:none}
  html.bru-pic [data-pic] img,html.bru-pic img[data-pic]{scale:1}
  .play:hover figure::after,.choice:hover figure::after,.food-close-photo:hover::after,.site-cta-winter-photo:hover::after,
  .lower-photo:hover::after,.hero-photo:hover::after{animation:none}
  .hero-photo:hover,.lower-photo:hover{transform:none}
  .season-item:hover img,.feature:hover img,.news-row:hover img,.news-index-row:hover img{transform:none}
}


/* 中幅ナビ（901〜1199）＝項目が2行に折れないよう nowrap・字間と間隔を詰める（2026-09-04 関谷さんスクショで発覚） */
@media(min-width:901px) and (max-width:1199px){
  .site-header,.hero-header{padding-left:22px;padding-right:22px}
  .hero-nav,.global-nav{gap:14px;flex-wrap:nowrap}
  .hero-nav a,.global-nav a{white-space:nowrap;font-size:11px;letter-spacing:.06em}
  .hero-nav a.bru-nav-reserve,.global-nav a.bru-nav-reserve{padding:8px 13px}
  .brand strong{white-space:nowrap}
  .site-header .menu-button,.hero-header .menu-button{margin-left:14px;padding:9px 12px}
}


/* ==========================================================================
   「01〜03」＝写真で切り抜いた数字（2026-09-04 関谷さん選択＝C案・比較ページ _num_variants/index.html）
   その行の写真が数字の中に見える。ホバーで中の写真がゆっくり動く。後ろに1px の輪郭（decor.js が data-n を付ける）
   ========================================================================== */
.play-num,.choice-num{position:relative;z-index:0;align-self:center;font-family:var(--font-en);font-weight:800;
  font-size:clamp(96px,11vw,170px);line-height:.85;letter-spacing:-.06em;
  background-size:cover;background-position:50% 50%;-webkit-background-clip:text;background-clip:text;color:transparent;
  transition:background-position 1.2s var(--bru-ease)}
.play-num::before,.choice-num::before{content:attr(data-n);position:absolute;left:5px;top:6px;z-index:-1;
  color:transparent;-webkit-text-fill-color:transparent;-webkit-text-stroke:1px rgba(8,47,67,.35);background:none}
.play:hover .play-num,.choice:hover .choice-num{background-position:50% 30%}
.play-list .play:nth-child(1) .play-num{background-image:url(/wp-content/themes/izumigatake-shiki/assets/img/izu/slide19.jpg?v=20260716b)}
.play-list .play:nth-child(2) .play-num{background-image:url(/wp-content/themes/izumigatake-shiki/assets/img/portfolio/view.jpg?v=20260716b)}
.play-list .play:nth-child(3) .play-num{background-image:url(/wp-content/themes/izumigatake-shiki/assets/img/portfolio/jingisukan.jpg?v=20260716b)}
.choice-list .choice:nth-child(1) .choice-num{background-image:url(/wp-content/themes/izumigatake-shiki/assets/img/izu/slide19.jpg?v=20260716b)}
.choice-list .choice:nth-child(2) .choice-num{background-image:url(/wp-content/themes/izumigatake-shiki/assets/img/portfolio/green-slope.jpg?v=20260716b)}
.choice-list .choice:nth-child(3) .choice-num{background-image:url(/wp-content/themes/izumigatake-shiki/assets/img/portfolio/jingisukan.jpg?v=20260716b)}
/* 数字の列幅を広げる（既存 140px／130px では 170px の数字が本文に重なる） */
@media(min-width:901px){
  .play{grid-template-columns:220px 1fr 1.35fr}
  .choice{grid-template-columns:220px 1fr 1.15fr 42px}
}
@media(max-width:900px){
  .play-num,.choice-num{font-size:clamp(72px,12vw,110px)}
  .play{grid-template-columns:130px 1fr}
  .choice{grid-template-columns:130px 1fr}
}
@media(max-width:640px){
  .play-num,.choice-num{font-size:64px;letter-spacing:-.05em}
  .play{grid-template-columns:86px 1fr}
  .choice{grid-template-columns:86px 1fr}
}
@media(prefers-reduced-motion:reduce){ .play:hover .play-num,.choice:hover .choice-num{background-position:50% 50%} }

/* ---- 型16 News＝エフェクトコードB（TOPのお知らせ4行をカード化・2026-09-04 関谷さん「コードBで」） ----
   ひと組＝出現の時間差（decor.js の data-pic 拭き取りを行ごとに .12s刻み）／ホバー＝浮上8px＋縁ブランド色＋足元発光＋
   写真1.06明るく＋写真と本文の継ぎ目に3pxの青線が上から走る＋見出し色＋矢印が斜め上へ＋押下1px沈み／focus-within同じ／reduce＝浮上とズームだけ止める */
.news-list{border-top:0;display:grid;gap:14px}
.news-row{position:relative;isolation:isolate;overflow:hidden;margin-inline:0;padding:16px 22px 16px 16px;
  border:1px solid rgba(8,47,67,.08);border-bottom:1px solid rgba(8,47,67,.08);border-radius:var(--bru-r-card);
  background-color:#fff;box-shadow:var(--bru-shadow);
  transition:transform .4s var(--bru-ease),box-shadow .4s var(--bru-ease),border-color .4s ease,background-color .26s ease}
.news-row:hover,.news-row:focus-within{transform:translateY(-8px);border-color:var(--bru-glow);background-color:#fff;
  box-shadow:var(--bru-shadow-hi),0 22px 40px -24px var(--bru-glow)}
.news-row:active{transform:translateY(-7px)}
.news-row img{border-radius:12px}
.news-row:hover img,.news-row:focus-within img{transform:scale(1.06);filter:brightness(1.04) saturate(1.04);box-shadow:none}
.news-row time{position:relative}
.news-row time::before{content:"";position:absolute;left:-15.5px;top:-300px;bottom:-300px;width:3px;border-radius:3px;
  background-color:var(--bru-blue);transform:scaleY(0);transform-origin:top center;transition:transform .55s var(--bru-ease);pointer-events:none}
.news-row:hover time::before,.news-row:focus-within time::before{transform:scaleY(1)}
.news-row strong{transition:color .3s ease}
.news-row:hover strong,.news-row:focus-within strong{color:var(--bru-blue)}
.news-row .news-arrow{transition:transform .35s var(--bru-ease)}
.news-row:hover .news-arrow,.news-row:focus-within .news-arrow{transform:translate(6px,-3px)}
html.bru-pic .news-row:nth-child(2) img[data-pic].is-pic-in{transition-delay:.12s}
html.bru-pic .news-row:nth-child(3) img[data-pic].is-pic-in{transition-delay:.24s}
html.bru-pic .news-row:nth-child(4) img[data-pic].is-pic-in{transition-delay:.36s}
@media(max-width:640px){
  .news-row{padding:12px 14px 12px 12px;border-radius:16px}
  .news-row time::before{display:none} /* SPは写真の右に日付・見出しが縦積み＝縦の継ぎ目線は出さず、代わりに上辺の青線 */
  .news-row::after{content:"";position:absolute;left:0;right:0;top:0;height:3px;background-color:var(--bru-blue);
    transform:scaleX(0);transform-origin:left center;transition:transform .55s var(--bru-ease);pointer-events:none}
  .news-row:hover::after,.news-row:focus-within::after{transform:scaleX(1)}
}
@media(prefers-reduced-motion:reduce){
  .news-row:hover,.news-row:focus-within,.news-row:active{transform:none}
  .news-row:hover img,.news-row:focus-within img{transform:none}
}


/* ==========================================================================
   お知らせ本文の外部リンク（2026-09-04）
   ①生URLをそのまま貼られても行が崩れない ②読める日本語ラベルの外部リンクを1つの型に
   ========================================================================== */
.article-main a{overflow-wrap:anywhere;word-break:break-word}
.izmg-extlink-p{margin:28px 0 0}
.article-main a.izmg-extlink{
  display:inline-flex;align-items:center;gap:14px;overflow-wrap:normal;
  padding:15px 22px;border-radius:999px;color:#fff;text-decoration:none;
  font-size:15px;font-weight:700;letter-spacing:.04em;line-height:1.5;
  background-color:var(--bru-blue);
  background-image:linear-gradient(135deg,#0b4361 0%,#14658a 48%,#2a95c4 100%);
  box-shadow:0 10px 26px rgba(20,101,138,.34),inset 0 1px 0 rgba(255,255,255,.22);
  transition:transform .22s var(--bru-ease),box-shadow .28s var(--bru-ease)}
.article-main a.izmg-extlink span{
  flex:none;white-space:nowrap;
  padding:4px 10px;border-radius:999px;background-color:rgba(255,255,255,.16);
  font-family:var(--font-en);font-size:10px;font-weight:700;letter-spacing:.14em}
.article-main a.izmg-extlink::after{content:"↗";font-size:17px;font-weight:400;transition:transform .25s var(--bru-ease)}
.article-main a.izmg-extlink:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 16px 34px var(--bru-glow),inset 0 1px 0 rgba(255,255,255,.3)}
.article-main a.izmg-extlink:hover::after{transform:translate(3px,-3px)}
.article-main a.izmg-extlink:active{transform:translateY(1px);box-shadow:0 3px 10px rgba(8,47,67,.22)}
/* 生URLが貼られた時の受け皿（decor.js が中略表示にしてこのクラスを付ける） */
.article-main a.izmg-rawlink{
  display:inline-flex;align-items:center;gap:8px;padding-bottom:3px;
  border-bottom:1px solid var(--bru-blue);color:var(--bru-deep);font-weight:600;text-decoration:none;
  overflow-wrap:normal;transition:color .2s ease}
.article-main a.izmg-rawlink::after{content:"↗";color:var(--bru-blue);font-size:15px}
.article-main a.izmg-rawlink:hover{color:var(--bru-blue)}
@media(max-width:640px){
  .article-main a.izmg-extlink{width:100%;justify-content:space-between;gap:10px;padding:14px 16px;font-size:13.5px;letter-spacing:.02em}
  .article-main a.izmg-extlink span{font-size:9px;letter-spacing:.1em;padding:4px 8px}
}


/* ==========================================================================
   ヒーローの背景＝方眼をやめて山の等高線（2026-09-05 関谷さん「この背景を違うものに」）
   生成SVG（不規則な閉曲線・主峰＝見出しの背後／副峰＝右下）・cover で画面に合わせて1枚だけ置く（タイル感を出さない）
   ========================================================================== */
.hero,.lower-hero,.news-hero{
  background-color:#fff;
  background-image:radial-gradient(ellipse 46% 44% at 50% 42%,rgba(255,255,255,.55),rgba(255,255,255,0) 72%),url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%201600%201000%22%20preserveAspectRatio=%22xMidYMid%20slice%22%3E%3Cg%20fill=%22none%22%20stroke=%22%2314658a%22%20stroke-linejoin=%22round%22%3E%3Cpath%20d=%22M831.9%20300.0C835.3%20305.5%20836.2%20312.5%20833.9%20317.9C831.5%20323.3%20823.6%20328.2%20817.8%20332.5C811.9%20336.7%20804.8%20339.8%20798.9%20343.4C793.1%20347.0%20788.7%20351.2%20782.8%20354.3C776.9%20357.4%20770.3%20360.6%20763.4%20362.1C756.4%20363.7%20748.3%20363.5%20741.1%20363.8C733.9%20364.0%20727.1%20363.5%20720.0%20363.5C712.9%20363.6%20706.0%20364.4%20698.7%20364.2C691.5%20364.1%20683.8%20363.7%20676.3%20362.5C668.9%20361.3%20661.4%20359.4%20654.0%20357.1C646.5%20354.8%20638.0%20352.4%20631.5%20348.7C625.0%20345.0%20617.8%20340.2%20615.2%20334.8C612.6%20329.4%20613.7%20322.2%20616.0%20316.4C618.3%20310.6%20625.6%20304.9%20628.9%20300.0C632.3%20295.1%20635.0%20291.5%20635.9%20286.8C636.9%20282.1%20634.2%20276.8%20634.9%20271.7C635.6%20266.6%20636.7%20260.6%20640.2%20256.1C643.8%20251.6%20650.4%20248.2%20656.2%20244.8C662.1%20241.5%20668.7%20238.9%20675.3%20236.0C681.9%20233.1%20688.5%20229.4%20695.9%20227.3C703.4%20225.2%20712.0%20223.5%20720.0%20223.5C728.0%20223.6%20736.5%20225.6%20743.9%20227.7C751.3%20229.9%20758.3%20233.1%20764.4%20236.4C770.5%20239.7%20776.2%20243.5%20780.5%20247.7C784.8%20251.8%20787.3%20257.0%20790.2%20261.4C793.1%20265.8%20794.1%20270.1%20798.1%20274.1C802.0%20278.0%20808.3%20280.9%20813.9%20285.2C819.5%20289.5%20828.6%20294.5%20831.9%20300.0Z%22%20stroke-opacity=%22.34%22%20stroke-width=%221.4%22/%3E%3Cpath%20d=%22M954.9%20300.0C961.0%20311.4%20961.1%20326.0%20955.1%20337.0C949.2%20348.0%20931.8%20357.7%20919.3%20366.2C906.9%20374.7%20892.3%20380.8%20880.4%20388.2C868.5%20395.7%20860.1%20404.4%20848.1%20410.8C836.1%20417.2%20822.8%20423.7%20808.6%20426.9C794.4%20430.0%20777.7%20429.3%20762.9%20429.7C748.2%20430.2%20734.5%20429.0%20720.0%20429.6C705.5%20430.1%20691.3%20432.6%20676.0%20432.9C660.7%20433.2%20644.1%20433.6%20628.2%20431.5C612.3%20429.4%20596.0%20425.5%20580.7%20420.5C565.3%20415.4%20548.3%20409.5%20536.0%20401.2C523.7%20392.9%20510.9%20382.2%20506.8%20370.8C502.8%20359.4%20506.6%20344.6%20511.6%20332.8C516.7%20321.0%20531.3%20310.0%20537.3%20300.0C543.4%20290.0%20547.1%20282.7%20548.0%20272.9C549.0%20263.1%20542.1%20251.9%20543.1%20241.2C544.0%20230.5%20546.5%20217.9%20553.9%20208.7C561.4%20199.4%20575.5%20192.5%20587.7%20185.6C600.0%20178.7%20613.7%20173.5%20627.4%20167.4C641.1%20161.3%20654.6%20153.3%20670.0%20149.0C685.4%20144.7%20703.5%20141.0%20720.0%20141.6C736.5%20142.1%20754.0%20147.0%20768.9%20152.1C783.8%20157.2%20797.4%20164.8%20809.4%20172.0C821.4%20179.2%20832.2%20187.0%20841.1%20195.3C849.9%20203.6%20855.5%20213.2%20862.5%20221.6C869.5%20230.0%20873.7%20238.0%20883.1%20245.8C892.4%20253.7%20906.8%20259.7%20918.8%20268.7C930.7%20277.7%20948.9%20288.6%20954.9%20300.0Z%22%20stroke-opacity=%22.22%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1081.9%20300.0C1089.6%20317.5%201086.8%20339.6%201076.2%20356.1C1065.6%20372.6%201037.7%20386.4%201018.3%20399.1C998.9%20411.7%20977.4%20420.6%20959.7%20431.8C942.0%20443.0%20930.0%20456.5%20912.3%20466.3C894.5%20476.0%20874.3%20485.8%20853.0%20490.5C831.7%20495.1%20806.5%20493.5%20784.3%20494.3C762.1%20495.1%20741.9%20493.6%20720.0%20495.1C698.1%20496.6%20676.4%20501.9%20652.7%20503.4C628.9%20504.9%20602.3%20506.8%20577.5%20504.0C552.8%20501.2%20527.1%20495.0%20504.2%20486.7C481.2%20478.3%20456.9%20467.5%20440.0%20454.0C423.1%20440.5%20406.9%20423.1%20402.5%20405.4C398.1%20387.8%20405.7%20365.8%20413.6%20348.2C421.5%20330.7%20442.0%20314.9%20449.7%20300.0C457.4%20285.1%20460.0%20274.1%20459.8%20259.0C459.7%20244.0%20447.8%20226.4%20448.7%20209.9C449.6%20193.4%20453.9%20174.1%20465.4%20160.0C477.0%20145.9%20499.2%20135.8%20518.1%20125.4C537.0%20115.0%20557.8%20107.0%20578.7%2097.6C599.6%2088.3%20620.1%2075.7%20643.6%2069.2C667.2%2062.8%20695.0%2057.6%20720.0%2059.1C745.0%2060.6%20771.4%2069.6%20793.4%2078.3C815.3%2087.0%20834.3%20100.0%20851.8%20111.2C869.3%20122.4%20884.6%20134.0%20898.3%20145.8C912.1%20157.6%20922.0%20170.4%20934.3%20182.2C946.6%20193.9%20956.2%20204.8%20972.1%20216.3C988.1%20227.8%201011.6%20237.3%201029.9%20251.2C1048.2%20265.2%201074.2%20282.5%201081.9%20300.0Z%22%20stroke-opacity=%22.22%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1211.7%20300.0C1219.7%20323.7%201211.9%20353.1%201195.7%20374.9C1179.4%20396.7%201140.6%20414.3%201114.1%20430.9C1087.6%20447.4%201059.9%20459.2%201036.7%20474.2C1013.5%20489.1%20998.5%20507.6%20975.2%20520.7C951.8%20533.8%20924.8%20546.6%20896.5%20552.8C868.2%20559.0%20834.7%20556.3%20805.3%20557.7C775.9%20559.1%20749.5%20557.8%20720.0%20561.0C690.5%20564.2%20661.1%20573.5%20628.4%20576.7C595.8%20580.0%20558.0%20584.1%20524.1%20580.5C490.2%20576.9%20454.8%20567.5%20425.0%20555.1C395.2%20542.7%20365.2%20525.7%20345.0%20506.2C324.8%20486.7%20307.6%20462.2%20303.8%20438.2C299.9%20414.3%20311.8%20385.7%20322.0%20362.7C332.1%20339.6%20356.9%20319.6%20364.9%20300.0C372.9%20280.4%20372.4%20265.3%20370.1%20244.9C367.8%20224.5%20350.4%20200.0%20351.1%20177.5C351.9%20155.0%20358.6%20129.0%20374.6%20110.1C390.7%2091.2%20421.4%2078.0%20447.2%2064.1C472.9%2050.2%20500.8%2039.3%20529.1%2026.6C557.4%2014.0%20585.0%20-3.4%20616.9%20-11.7C648.7%20-19.9%20686.7%20-26.2%20720.0%20-23.0C753.3%20-19.8%20788.3%20-5.5%20816.8%207.4C845.4%2020.3%20868.8%2039.2%20891.5%2054.4C914.2%2069.5%20933.7%2083.9%20953.0%2098.5C972.2%20113.2%20988.1%20127.7%201007.1%20142.1C1026.0%20156.5%201043.3%20169.8%201066.7%20184.9C1090.1%20200.0%201123.4%20213.5%201147.5%20232.7C1171.7%20251.9%201203.7%20276.3%201211.7%20300.0Z%22%20stroke-opacity=%22.34%22%20stroke-width=%221.4%22/%3E%3Cpath%20d=%22M1342.9%20300.0C1349.8%20330.0%201335.1%20366.3%201312.3%20393.2C1289.6%20420.2%201239.7%20441.2%201206.2%20461.5C1172.7%20481.8%201139.6%20496.5%201111.3%20515.2C1083.1%20534.0%201065.4%20557.5%201036.8%20573.9C1008.1%20590.4%20974.3%20606.2%20939.2%20613.9C904.1%20621.7%20862.6%20618.0%20826.0%20620.4C789.5%20622.8%20757.2%20622.7%20720.0%20628.3C682.8%20633.8%20644.9%20648.4%20602.9%20653.9C560.9%20659.4%20511.0%20665.9%20467.9%20661.0C424.8%20656.2%20380.0%20642.3%20344.2%20625.0C308.4%20607.6%20274.9%20583.0%20252.8%20556.9C230.8%20530.9%20214.4%20499.0%20211.7%20468.8C208.9%20438.7%20224.7%20404.3%20236.4%20376.1C248.0%20348.0%20274.6%20324.3%20281.5%20300.0C288.4%20275.7%20282.8%20256.4%20277.6%20230.4C272.3%20204.3%20249.3%20172.5%20250.0%20143.9C250.6%20115.3%20260.7%2082.5%20281.5%2058.8C302.3%2035.1%20342.1%2019.0%20375.0%201.6C407.9%20-15.8%20442.9%20-29.7%20478.7%20-45.6C514.5%20-61.4%20549.6%20-83.5%20589.9%20-93.2C630.1%20-102.9%20678.5%20-109.3%20720.0%20-103.7C761.5%20-98.2%20804.3%20-77.3%20839.1%20-59.7C873.8%20-42.2%20900.6%20-17.2%20928.4%201.5C956.2%2020.3%20980.3%2036.2%201006.0%2052.7C1031.7%2069.2%201055.7%2084.1%201082.7%20100.5C1109.7%20117.0%201136.6%20132.4%201168.0%20151.2C1199.4%20170.0%201242.0%20188.4%201271.1%20213.2C1300.3%20238.0%201336.0%20270.0%201342.9%20300.0Z%22%20stroke-opacity=%22.22%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1473.9%20300.0C1478.0%20336.3%201455.0%20379.2%201425.1%20411.0C1395.2%20442.8%201334.6%20466.8%201294.4%20490.8C1254.2%20514.8%201216.5%20532.4%201183.7%20555.0C1150.8%20577.6%201130.8%20606.3%201097.1%20626.1C1063.3%20645.9%201022.9%20664.5%20981.2%20674.0C939.5%20683.6%20890.3%20679.1%20846.8%20683.1C803.3%20687.1%20765.2%20689.3%20720.0%20698.0C674.8%20706.8%20627.7%20727.8%20575.8%20735.6C524.0%20743.5%20461.2%20752.0%20409.1%20745.3C356.9%20738.6%20303.6%20718.6%20263.0%20695.2C222.3%20671.9%20187.8%20638.2%20165.1%20605.2C142.5%20572.1%20128.6%20533.0%20127.1%20496.9C125.5%20460.9%20144.1%20421.6%20155.9%20388.8C167.7%20356.0%20193.7%20328.9%20197.9%20300.0C202.0%20271.1%20189.9%20247.0%20181.1%20215.2C172.2%20183.3%20143.9%20143.8%20144.8%20109.0C145.6%2074.1%20159.9%2034.8%20186.0%206.3C212.2%20-22.1%20261.2%20-41.1%20301.5%20-61.9C341.8%20-82.8%20384.0%20-100.0%20427.6%20-118.8C471.1%20-137.6%20514.1%20-164.3%20562.9%20-174.8C611.6%20-185.3%20670.5%20-190.7%20720.0%20-182.0C769.5%20-173.2%20819.3%20-144.7%20859.8%20-122.3C900.2%20-99.9%20929.6%20-69.1%20962.7%20-47.6C995.8%20-26.0%201025.2%20-10.1%201058.6%207.2C1091.9%2024.6%201126.4%2038.5%201162.7%2056.5C1199.1%2074.5%201237.2%2092.4%201276.7%20115.1C1316.2%20137.9%201367.1%20162.2%201399.9%20193.0C1432.8%20223.8%201469.7%20263.7%201473.9%20300.0Z%22%20stroke-opacity=%22.22%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1602.8%20300.0C1602.8%20342.6%201570.2%20391.5%201532.8%20427.9C1495.4%20464.4%201424.9%20491.1%201378.4%20518.7C1331.9%20546.3%201290.8%20567.1%201253.7%20593.5C1216.7%20620.0%201194.7%20653.9%201156.2%20677.2C1117.7%20700.5%201070.7%20721.8%201022.7%20733.4C974.6%20745.0%20918.3%20740.4%20867.8%20746.7C817.4%20753.0%20773.5%20758.8%20720.0%20771.4C666.5%20784.0%20609.1%20812.2%20547.1%20822.4C485.1%20832.6%20408.8%20842.2%20348.1%20832.6C287.4%20823.0%20227.0%20795.0%20182.8%20764.5C138.7%20734.1%20105.5%20690.5%2083.4%20650.1C61.3%20609.8%2050.8%20564.0%2050.1%20522.5C49.4%20480.9%2069.0%20437.9%2079.4%20400.8C89.7%20363.8%20112.2%20333.6%20112.2%20300.0C112.2%20266.4%2092.4%20237.1%2079.6%20199.2C66.8%20161.3%2034.0%20113.7%2035.4%2072.6C36.9%2031.5%2056.4%20-14.2%2088.3%20-47.4C120.2%20-80.6%20178.9%20-102.3%20226.8%20-126.5C274.7%20-150.7%20324.4%20-171.3%20375.9%20-192.8C427.5%20-214.3%20478.8%20-244.9%20536.1%20-255.5C593.5%20-266.2%20662.9%20-269.2%20720.0%20-256.6C777.1%20-244.0%20833.0%20-207.0%20878.8%20-179.9C924.6%20-152.7%20955.9%20-117.1%20994.8%20-93.6C1033.7%20-70.2%201069.9%20-56.3%201112.2%20-39.2C1154.5%20-22.1%201202.0%20-10.1%201248.8%209.2C1295.6%2028.5%201345.8%2049.3%201393.1%2076.5C1440.4%20103.6%201497.6%20134.8%201532.6%20172.1C1567.5%20209.3%201602.8%20257.4%201602.8%20300.0Z%22%20stroke-opacity=%22.34%22%20stroke-width=%221.4%22/%3E%3Cpath%20d=%22M1728.0%20300.0C1722.5%20348.9%201679.6%20403.1%201634.7%20444.0C1589.7%20484.8%201510.4%20514.0%201458.3%20545.2C1406.1%20576.3%201362.4%20600.6%201321.7%20630.9C1281.1%20661.3%201257.3%20700.5%201214.3%20727.5C1171.3%20754.4%201118.1%20778.5%201064.0%20792.6C1009.8%20806.7%20946.8%20802.7%20889.5%20812.2C832.2%20821.6%20782.1%20832.4%20720.0%20849.4C657.9%20866.4%20589.1%20902.1%20516.7%20914.2C444.3%20926.3%20354.3%20935.7%20285.7%20921.9C217.2%20908.1%20151.4%20870.1%20105.3%20831.6C59.2%20793.1%2029.7%20738.7%209.0%20691.1C-11.8%20643.4%20-18.8%20592.0%20-19.4%20545.6C-20.1%20499.2%20-2.1%20453.5%204.9%20412.6C12.0%20371.6%2028.2%20338.4%2022.8%20300.0C17.3%20261.6%20-11.0%20226.5%20-27.8%20182.3C-44.6%20138.1%20-80.8%2082.4%20-78.1%2034.9C-75.4%20-12.5%20-49.6%20-64.5%20-11.4%20-102.3C26.8%20-140.1%2095.2%20-164.5%20151.1%20-192.0C207.0%20-219.4%20264.3%20-243.2%20324.1%20-267.0C383.9%20-290.7%20444.1%20-324.4%20510.1%20-334.4C576.0%20-344.3%20655.6%20-343.6%20720.0%20-326.6C784.4%20-309.6%20845.2%20-263.8%20896.2%20-232.3C947.1%20-200.8%20980.2%20-161.7%201025.6%20-137.6C1071.0%20-113.5%201115.7%20-103.8%201168.5%20-87.8C1221.2%20-71.9%201284.1%20-62.7%201342.1%20-42.2C1400.2%20-21.6%201462.7%203.2%201516.9%2035.3C1571.1%2067.5%201632.2%20106.8%201667.4%20150.9C1702.6%20195.0%201733.4%20251.1%201728.0%20300.0Z%22%20stroke-opacity=%22.22%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1847.6%20300.0C1835.6%20354.9%201782.4%20413.9%201730.2%20459.0C1677.9%20504.1%201591.1%20535.7%201534.1%20570.4C1477.1%20605.1%201431.7%20632.9%201388.0%20667.4C1344.2%20701.8%201318.8%20746.3%201271.7%20777.1C1224.6%20807.9%201165.5%20834.9%201105.6%20852.2C1045.7%20869.4%20976.4%20867.1%20912.1%20880.6C847.9%20894.0%20791.2%20911.1%20720.0%20932.8C648.8%20954.5%20567.6%20997.7%20484.7%201010.9C401.9%201024.1%20298.4%201031.2%20222.9%201011.9C147.4%20992.6%2078.7%20942.4%2032.0%20895.0C-14.7%20847.6%20-38.2%20782.2%20-57.3%20727.5C-76.3%20672.7%20-80.4%20617.0%20-82.4%20566.5C-84.4%20515.9%20-71.0%20468.7%20-69.3%20424.2C-67.6%20379.8%20-60.2%20343.3%20-72.2%20300.0C-84.2%20256.7%20-120.9%20215.1%20-141.5%20164.4C-162.0%20113.7%20-200.3%2049.7%20-195.6%20-4.1C-190.8%20-57.8%20-158.0%20-115.8%20-113.0%20-158.1C-67.9%20-200.5%2010.5%20-227.6%2074.7%20-258.0C139.0%20-288.5%20204.2%20-315.3%20272.6%20-340.7C341.0%20-366.1%20410.4%20-401.8%20485.0%20-410.2C559.5%20-418.6%20648.8%20-412.9%20720.0%20-391.2C791.2%20-369.5%20856.0%20-315.0%20911.9%20-279.9C967.9%20-244.9%201003.0%20-204.3%201055.9%20-181.0C1108.7%20-157.7%201164.3%20-154.0%201229.0%20-140.2C1293.6%20-126.3%201374.0%20-120.0%201443.7%20-98.0C1513.4%20-76.0%201587.5%20-45.9%201647.3%20-8.0C1707.1%2030.0%201768.9%2078.3%201802.3%20129.6C1835.7%20181.0%201859.6%20245.1%201847.6%20300.0Z%22%20stroke-opacity=%22.22%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1419.4%20820.0C1420.0%20824.9%201418.7%20830.7%201415.1%20834.9C1411.6%20839.2%201403.8%20842.5%201398.2%20845.2C1392.5%20848.0%201386.0%20849.2%201381.5%20851.6C1376.9%20853.9%201374.3%20856.5%201370.8%20859.4C1367.4%20862.3%201364.7%20866.0%201360.8%20869.2C1356.9%20872.3%201352.4%20875.6%201347.3%20878.3C1342.2%20881.0%201336.2%20883.9%201330.0%20885.4C1323.8%20886.9%201316.3%20888.1%201310.1%20887.2C1303.8%20886.2%201297.4%20883.1%201292.6%20879.8C1287.7%20876.5%201284.5%20871.3%201280.9%20867.4C1277.3%20863.5%201274.1%20860.0%201270.8%20856.3C1267.6%20852.6%201263.3%20849.4%201261.3%20845.4C1259.4%20841.5%201258.9%20836.7%201259.2%20832.4C1259.6%20828.2%201262.8%20824.0%201263.4%20820.0C1264.0%20816.0%201264.0%20812.7%201263.0%20808.2C1262.1%20803.8%201258.2%20798.4%201257.6%20793.2C1257.0%20787.9%201256.9%20781.4%201259.5%20776.8C1262.2%20772.2%201268.0%20768.2%201273.6%20765.6C1279.2%20763.0%201286.6%20761.8%201293.1%20761.1C1299.6%20760.4%201306.4%20760.5%201312.6%20761.3C1318.7%20762.0%201324.6%20763.9%201330.0%20765.4C1335.4%20766.9%201339.7%20769.1%201344.8%20770.2C1349.8%20771.2%201354.7%20771.1%201360.3%20771.7C1365.8%20772.2%201372.7%20771.9%201378.1%20773.6C1383.6%20775.2%201388.8%20778.2%201392.8%20781.5C1396.7%20784.8%201398.8%20789.3%201401.9%20793.4C1405.0%20797.4%201408.4%20801.3%201411.3%20805.7C1414.2%20810.2%201418.8%20815.1%201419.4%20820.0Z%22%20stroke-opacity=%22.22%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1517.5%20820.0C1517.8%20830.2%201513.1%20842.2%201504.7%20850.7C1496.4%20859.2%201479.2%20865.3%201467.5%20871.0C1455.9%20876.6%201443.5%20879.0%201435.0%20884.4C1426.5%20889.8%201422.9%20896.4%201416.6%20903.5C1410.3%20910.7%201405.3%20920.0%201397.1%20927.2C1389.0%20934.4%201378.8%20941.4%201367.6%20946.7C1356.4%20952.0%201343.2%20957.0%201330.0%20959.2C1316.8%20961.4%201301.4%20962.6%201288.5%20960.0C1275.6%20957.4%201262.7%20950.6%201252.6%20943.6C1242.6%20936.6%201235.8%20926.2%201228.2%20918.2C1220.6%20910.2%201213.8%20903.0%201207.1%20895.4C1200.3%20887.8%201191.8%20880.9%201187.9%20872.7C1183.9%20864.4%201183.1%20854.5%201183.5%20845.7C1183.8%20837.0%201189.6%20828.5%201189.9%20820.0C1190.2%20811.5%201188.3%20804.3%201185.3%20794.6C1182.4%20784.9%201173.5%20772.8%201172.4%20761.6C1171.3%20750.4%201172.2%20736.5%201178.9%20727.3C1185.5%20718.1%201199.7%20711.0%201212.4%20706.5C1225.0%20702.0%201241.3%20701.1%201255.0%20700.2C1268.7%20699.3%201282.2%20699.9%201294.7%20701.0C1307.2%20702.2%201318.9%20705.0%201330.0%20707.2C1341.1%20709.4%201350.6%20712.7%201361.4%20714.3C1372.2%20715.9%201382.9%20715.4%201394.8%20716.6C1406.6%20717.7%201421.0%20717.6%201432.4%20721.2C1443.9%20724.8%201454.8%20731.3%201463.2%20738.3C1471.6%20745.3%201476.4%20754.8%201483.0%20763.3C1489.6%20771.9%201497.1%20780.2%201502.8%20789.7C1508.6%20799.1%201517.2%20809.8%201517.5%20820.0Z%22%20stroke-opacity=%22.34%22%20stroke-width=%221.4%22/%3E%3Cpath%20d=%22M1613.8%20820.0C1612.6%20835.4%201602.5%20853.0%201588.8%20865.4C1575.0%20877.9%201548.3%20886.1%201531.3%20894.6C1514.4%20903.1%201498.0%20907.0%201486.9%20916.2C1475.8%20925.5%201473.1%20937.7%201464.7%20949.9C1456.3%20962.2%201449.0%20978.5%201436.4%20990.0C1423.8%201001.4%201406.8%201011.7%201389.0%201018.9C1371.3%201026.1%201350.3%201031.4%201330.0%201033.4C1309.7%201035.4%201286.8%201035.5%201267.4%201030.9C1248.1%201026.2%201229.0%201015.9%201213.9%201005.4C1198.8%20994.9%201188.2%20979.8%201176.7%20967.8C1165.2%20955.9%201154.8%20945.1%201144.8%20933.6C1134.8%20922.1%201122.5%20911.5%201116.6%20899.1C1110.7%20886.6%201109.6%20871.9%201109.2%20858.8C1108.9%20845.6%201115.8%20833.1%201114.6%20820.0C1113.4%20806.9%201107.6%20795.3%201102.1%20780.0C1096.6%20764.6%201082.5%20745.2%201081.6%20728.0C1080.7%20710.8%201084.6%20689.9%201096.6%20676.8C1108.6%20663.8%201132.9%20655.2%201153.5%20649.7C1174.0%20644.2%201199.1%20644.8%201219.8%20644.0C1240.5%20643.1%201259.6%20643.6%201277.9%20644.5C1296.3%20645.4%201313.2%20647.4%201330.0%20649.4C1346.8%20651.4%201361.8%20654.8%201378.5%20656.5C1395.3%20658.2%201412.3%20657.6%201430.5%20659.5C1448.7%20661.3%201470.5%20661.8%201488.0%20667.6C1505.4%20673.4%201522.0%20683.4%201535.1%20694.2C1548.2%20705.0%201556.2%20719.3%201566.4%20732.4C1576.5%20745.6%201588.0%20758.7%201595.9%20773.3C1603.8%20787.9%201615.0%20804.6%201613.8%20820.0Z%22%20stroke-opacity=%22.22%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1706.3%20820.0C1702.5%20840.4%201685.6%20863.0%201666.3%20879.1C1647.0%20895.1%201611.7%20905.0%201590.5%20916.5C1569.3%20928.0%201551.4%20934.4%201539.1%20948.3C1526.7%20962.2%201526.5%20981.6%201516.4%20999.8C1506.4%201018.0%201496.2%201041.8%201478.6%201057.4C1461.1%201073.0%201435.9%201085.4%201411.2%201093.6C1386.4%201101.8%201357.3%201105.7%201330.0%201106.7C1302.7%201107.7%201272.7%201106.2%201247.1%201099.4C1221.5%201092.5%201196.5%201079.3%201176.3%201065.5C1156.2%201051.6%201141.7%201032.2%201126.3%201016.5C1111.0%201000.7%201097.3%20986.1%201084.2%20970.8C1071.0%20955.5%201055.6%20941.2%201047.5%20924.6C1039.4%20908.1%201037.4%20889.2%201035.4%20871.7C1033.4%20854.3%201039.4%20837.9%201035.5%20820.0C1031.7%20802.1%201020.6%20785.5%201012.4%20764.2C1004.1%20743.0%20985.8%20715.6%20986.2%20692.6C986.5%20669.7%20996.0%20642.6%201014.6%20626.5C1033.3%20610.5%201069.4%20602.1%201098.2%20596.4C1127.0%20590.7%201160.3%20593.5%201187.6%20592.5C1214.9%20591.5%201238.2%20590.8%201261.9%20590.5C1285.6%20590.2%201307.6%20589.7%201330.0%20590.7C1352.4%20591.7%201373.5%20594.7%201396.4%20596.3C1419.3%20597.9%201442.7%20597.8%201467.4%20600.6C1492.1%20603.4%201521.0%20604.9%201544.6%20613.0C1568.1%20621.1%201590.7%20634.5%201608.6%20649.1C1626.5%20663.7%201638.4%20682.8%201651.9%20700.8C1665.3%20718.7%201680.3%20737.0%201689.4%20756.9C1698.5%20776.8%201710.2%20799.6%201706.3%20820.0Z%22%20stroke-opacity=%22.22%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1793.5%20820.0C1786.0%20845.1%201761.7%20871.9%201737.2%20891.5C1712.7%20911.0%201670.6%20922.3%201646.7%20937.3C1622.8%20952.4%201606.0%20962.3%201593.7%20981.8C1581.4%201001.2%201584.3%201029.5%201572.6%201054.0C1560.9%201078.6%201546.7%201109.9%201523.5%201129.1C1500.3%201148.3%201465.9%201161.1%201433.6%201169.3C1401.4%201177.4%201364.3%201178.6%201330.0%201178.0C1295.7%201177.3%201259.3%201174.3%201227.6%201165.3C1195.8%201156.3%201164.8%201140.8%201139.7%201124.0C1114.6%201107.1%201096.0%201083.6%201077.0%201064.1C1057.9%201044.6%201041.4%201026.0%201025.3%201006.9C1009.2%20987.8%20991.0%20969.9%20980.2%20949.6C969.4%20929.2%20965.4%20906.5%20960.6%20884.9C955.7%20863.3%20958.5%20842.9%20951.1%20820.0C943.6%20797.1%20926.5%20774.6%20915.9%20747.3C905.4%20720.0%20884.5%20684.4%20887.7%20656.2C890.9%20627.9%20908.5%20595.9%20935.1%20577.7C961.7%20559.6%201010.3%20552.8%201047.4%20547.4C1084.6%20542.0%201124.9%20546.9%201158.0%20545.3C1191.1%20543.6%201217.5%20540.0%201246.2%20537.5C1274.8%20535.0%201301.9%20530.6%201330.0%20530.0C1358.1%20529.3%201385.8%20531.8%201415.0%20533.5C1444.2%20535.2%201474.0%20536.2%201505.2%20540.1C1536.4%20544.1%201572.4%20547.0%201602.2%20557.5C1632.0%20567.9%201661.1%20584.4%201683.9%20602.9C1706.8%20621.4%201722.9%20645.5%201739.2%20668.4C1755.5%20691.4%201772.8%20715.4%201781.9%20740.7C1790.9%20765.9%201800.9%20794.9%201793.5%20820.0Z%22%20stroke-opacity=%22.34%22%20stroke-width=%221.4%22/%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(180deg,#fbfcfd 0%,#f3f7f9 100%);
  background-size:auto,cover,auto;background-position:center,center,center;background-repeat:no-repeat}
.lower-hero,.news-hero{background-position:center,center 30%,center}

/* ==========================================================================
   アクセスカード＝路線図の型（2026-09-05 関谷さん「AIっぽいのでもう少し工夫」）
   透過ガラス・番号丸・絵文字タブ・角丸20をやめる。縦の路線に駅ドット、乗換駅は二重丸、時間は切符の半券のような小さな枠
   ========================================================================== */
.access-card{
  background:#0c3244;background-image:linear-gradient(180deg,#0f3a4d 0%,#0a2c3c 100%);
  -webkit-backdrop-filter:none;backdrop-filter:none;
  border:1px solid rgba(142,220,247,.26);border-radius:6px;
  box-shadow:0 40px 70px -40px rgba(0,0,0,.7),inset 0 1px 0 rgba(255,255,255,.06);
  padding:clamp(28px,3.4vw,44px) clamp(26px,3.2vw,42px)}
.access-card>small{display:block;padding-bottom:12px;border-bottom:1px solid rgba(142,220,247,.5);letter-spacing:.26em}
.access-card h2{padding-top:0;margin-top:18px}
.access-card h2::before{display:none}
.access-card>p,.access-panel>p{font-size:14.5px;color:#cfdde3;line-height:1.9}
/* 切替タブ＝枠なし・下線・アイコンはSVGマスク（絵文字は使わない） */
.access-modes{border:0;border-bottom:1px solid rgba(255,255,255,.16);grid-template-columns:auto auto;justify-content:start;gap:28px;margin-top:22px}
.access-mode,.access-mode+ .access-mode{border:0;padding:10px 2px 12px;background:none!important;color:rgba(255,255,255,.58);
  font-size:13px;font-weight:700;letter-spacing:.06em;justify-content:flex-start;position:relative;transition:color .2s ease}
.access-mode[aria-selected="true"]{color:#fff;background:none!important}
.access-mode::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#8edcf7;transform:scaleX(0);transform-origin:left center;transition:transform .3s var(--bru-ease)}
.access-mode[aria-selected="true"]::after{transform:scaleX(1)}
.access-mode:hover{color:#fff}
.access-mode-icon{font-size:0!important;line-height:0;display:inline-block;width:18px;height:18px;background-color:currentColor;
  -webkit-mask:center/contain no-repeat;mask:center/contain no-repeat}
.access-mode:nth-child(1) .access-mode-icon{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='3' width='16' height='14' rx='3'/%3E%3Cpath d='M4 10h16M8 20l-1.5 2M16 20l1.5 2M8 17v3h8v-3'/%3E%3Ccircle cx='8' cy='14' r='1' fill='%23000'/%3E%3Ccircle cx='16' cy='14' r='1' fill='%23000'/%3E%3C/svg%3E");
          mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='3' width='16' height='14' rx='3'/%3E%3Cpath d='M4 10h16M8 20l-1.5 2M16 20l1.5 2M8 17v3h8v-3'/%3E%3Ccircle cx='8' cy='14' r='1' fill='%23000'/%3E%3Ccircle cx='16' cy='14' r='1' fill='%23000'/%3E%3C/svg%3E")}
.access-mode:nth-child(2) .access-mode-icon{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 14l2-6h14l2 6v5H3z'/%3E%3Cpath d='M3 14h18M6 19v2M18 19v2'/%3E%3Ccircle cx='7.5' cy='16.5' r='1' fill='%23000'/%3E%3Ccircle cx='16.5' cy='16.5' r='1' fill='%23000'/%3E%3C/svg%3E");
          mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 14l2-6h14l2 6v5H3z'/%3E%3Cpath d='M3 14h18M6 19v2M18 19v2'/%3E%3Ccircle cx='7.5' cy='16.5' r='1' fill='%23000'/%3E%3Ccircle cx='16.5' cy='16.5' r='1' fill='%23000'/%3E%3C/svg%3E")}
/* 行程＝縦の路線・駅ドット */
.access-steps{border-top:0;margin-top:20px;position:relative}
.access-step{grid-template-columns:22px 1fr auto;gap:16px;align-items:center;padding:13px 0;border-bottom:0;position:relative}
.access-step::before{content:"";position:absolute;left:10px;top:0;bottom:0;width:2px;background:rgba(142,220,247,.38)}
.access-step:first-child::before{top:50%}
.access-step:last-child::before{bottom:50%}
.access-step-num,.access-step-icon{position:relative;z-index:1;display:block;width:22px;height:22px;box-sizing:border-box;margin:0;padding:0;
  border:2px solid #8edcf7;border-radius:50%;background:#0c3244;font-size:0!important;line-height:0;color:transparent}
.access-step:first-child .access-step-num,.access-step:last-child .access-step-num{background:#8edcf7}
.access-step .access-step-icon{box-shadow:inset 0 0 0 3px #0c3244,inset 0 0 0 6px #8edcf7}   /* 乗換駅＝二重丸 */
.access-step b{font-family:var(--font-min);font-size:17px;font-weight:600;letter-spacing:.06em;line-height:1.35}
.access-step span{display:block;margin-top:3px;color:#9db4bf;font-size:11px;letter-spacing:.04em;line-height:1.5}
.access-step time{font-family:var(--font-en);font-size:12.5px;font-weight:700;letter-spacing:.05em;color:#fff;
  padding:5px 10px;border:1px solid rgba(142,220,247,.45);border-radius:3px;background:rgba(142,220,247,.06)}
.access-note{margin-top:14px!important;color:#8fa6b0!important;font-size:11px!important}
.access-replay{margin-top:16px;padding:6px 0;border:0;border-bottom:1px solid rgba(255,255,255,.4);border-radius:0;background:none!important;
  color:#fff;font-size:10px;letter-spacing:.2em;transition:color .2s ease,border-color .2s ease}
.access-replay:hover,.access-replay:focus-visible{color:#8edcf7;border-color:#8edcf7;background:none!important}
@media(max-width:640px){
  .access-card{border-left:0;border-right:0;border-radius:0;background:#082f43;background-image:none;box-shadow:none}
  .access-modes{gap:22px}
  .access-step b{font-size:15px}
}

/* ==========================================================================
   Astra親の「上部へスクロール」（#ast-scroll-top）＝親CSSを読まない本テーマでは素の矢印が左下に出る→非表示の保険（本体は functions.php で無効化）
   ========================================================================== */
#ast-scroll-top{display:none!important}

.access-modes{border-radius:0}
@media(min-width:901px){ .ft-bottom{padding-right:96px} }

/* お知らせ・FAQの帯は既存のNEWS文字FXと重なるので等高線を薄める（白いもやを強める） */
.news-hero{background-image:linear-gradient(180deg,rgba(255,255,255,.62),rgba(255,255,255,.62)),url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%201600%201000%22%20preserveAspectRatio=%22xMidYMid%20slice%22%3E%3Cg%20fill=%22none%22%20stroke=%22%2314658a%22%20stroke-linejoin=%22round%22%3E%3Cpath%20d=%22M831.9%20300.0C835.3%20305.5%20836.2%20312.5%20833.9%20317.9C831.5%20323.3%20823.6%20328.2%20817.8%20332.5C811.9%20336.7%20804.8%20339.8%20798.9%20343.4C793.1%20347.0%20788.7%20351.2%20782.8%20354.3C776.9%20357.4%20770.3%20360.6%20763.4%20362.1C756.4%20363.7%20748.3%20363.5%20741.1%20363.8C733.9%20364.0%20727.1%20363.5%20720.0%20363.5C712.9%20363.6%20706.0%20364.4%20698.7%20364.2C691.5%20364.1%20683.8%20363.7%20676.3%20362.5C668.9%20361.3%20661.4%20359.4%20654.0%20357.1C646.5%20354.8%20638.0%20352.4%20631.5%20348.7C625.0%20345.0%20617.8%20340.2%20615.2%20334.8C612.6%20329.4%20613.7%20322.2%20616.0%20316.4C618.3%20310.6%20625.6%20304.9%20628.9%20300.0C632.3%20295.1%20635.0%20291.5%20635.9%20286.8C636.9%20282.1%20634.2%20276.8%20634.9%20271.7C635.6%20266.6%20636.7%20260.6%20640.2%20256.1C643.8%20251.6%20650.4%20248.2%20656.2%20244.8C662.1%20241.5%20668.7%20238.9%20675.3%20236.0C681.9%20233.1%20688.5%20229.4%20695.9%20227.3C703.4%20225.2%20712.0%20223.5%20720.0%20223.5C728.0%20223.6%20736.5%20225.6%20743.9%20227.7C751.3%20229.9%20758.3%20233.1%20764.4%20236.4C770.5%20239.7%20776.2%20243.5%20780.5%20247.7C784.8%20251.8%20787.3%20257.0%20790.2%20261.4C793.1%20265.8%20794.1%20270.1%20798.1%20274.1C802.0%20278.0%20808.3%20280.9%20813.9%20285.2C819.5%20289.5%20828.6%20294.5%20831.9%20300.0Z%22%20stroke-opacity=%22.34%22%20stroke-width=%221.4%22/%3E%3Cpath%20d=%22M954.9%20300.0C961.0%20311.4%20961.1%20326.0%20955.1%20337.0C949.2%20348.0%20931.8%20357.7%20919.3%20366.2C906.9%20374.7%20892.3%20380.8%20880.4%20388.2C868.5%20395.7%20860.1%20404.4%20848.1%20410.8C836.1%20417.2%20822.8%20423.7%20808.6%20426.9C794.4%20430.0%20777.7%20429.3%20762.9%20429.7C748.2%20430.2%20734.5%20429.0%20720.0%20429.6C705.5%20430.1%20691.3%20432.6%20676.0%20432.9C660.7%20433.2%20644.1%20433.6%20628.2%20431.5C612.3%20429.4%20596.0%20425.5%20580.7%20420.5C565.3%20415.4%20548.3%20409.5%20536.0%20401.2C523.7%20392.9%20510.9%20382.2%20506.8%20370.8C502.8%20359.4%20506.6%20344.6%20511.6%20332.8C516.7%20321.0%20531.3%20310.0%20537.3%20300.0C543.4%20290.0%20547.1%20282.7%20548.0%20272.9C549.0%20263.1%20542.1%20251.9%20543.1%20241.2C544.0%20230.5%20546.5%20217.9%20553.9%20208.7C561.4%20199.4%20575.5%20192.5%20587.7%20185.6C600.0%20178.7%20613.7%20173.5%20627.4%20167.4C641.1%20161.3%20654.6%20153.3%20670.0%20149.0C685.4%20144.7%20703.5%20141.0%20720.0%20141.6C736.5%20142.1%20754.0%20147.0%20768.9%20152.1C783.8%20157.2%20797.4%20164.8%20809.4%20172.0C821.4%20179.2%20832.2%20187.0%20841.1%20195.3C849.9%20203.6%20855.5%20213.2%20862.5%20221.6C869.5%20230.0%20873.7%20238.0%20883.1%20245.8C892.4%20253.7%20906.8%20259.7%20918.8%20268.7C930.7%20277.7%20948.9%20288.6%20954.9%20300.0Z%22%20stroke-opacity=%22.22%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1081.9%20300.0C1089.6%20317.5%201086.8%20339.6%201076.2%20356.1C1065.6%20372.6%201037.7%20386.4%201018.3%20399.1C998.9%20411.7%20977.4%20420.6%20959.7%20431.8C942.0%20443.0%20930.0%20456.5%20912.3%20466.3C894.5%20476.0%20874.3%20485.8%20853.0%20490.5C831.7%20495.1%20806.5%20493.5%20784.3%20494.3C762.1%20495.1%20741.9%20493.6%20720.0%20495.1C698.1%20496.6%20676.4%20501.9%20652.7%20503.4C628.9%20504.9%20602.3%20506.8%20577.5%20504.0C552.8%20501.2%20527.1%20495.0%20504.2%20486.7C481.2%20478.3%20456.9%20467.5%20440.0%20454.0C423.1%20440.5%20406.9%20423.1%20402.5%20405.4C398.1%20387.8%20405.7%20365.8%20413.6%20348.2C421.5%20330.7%20442.0%20314.9%20449.7%20300.0C457.4%20285.1%20460.0%20274.1%20459.8%20259.0C459.7%20244.0%20447.8%20226.4%20448.7%20209.9C449.6%20193.4%20453.9%20174.1%20465.4%20160.0C477.0%20145.9%20499.2%20135.8%20518.1%20125.4C537.0%20115.0%20557.8%20107.0%20578.7%2097.6C599.6%2088.3%20620.1%2075.7%20643.6%2069.2C667.2%2062.8%20695.0%2057.6%20720.0%2059.1C745.0%2060.6%20771.4%2069.6%20793.4%2078.3C815.3%2087.0%20834.3%20100.0%20851.8%20111.2C869.3%20122.4%20884.6%20134.0%20898.3%20145.8C912.1%20157.6%20922.0%20170.4%20934.3%20182.2C946.6%20193.9%20956.2%20204.8%20972.1%20216.3C988.1%20227.8%201011.6%20237.3%201029.9%20251.2C1048.2%20265.2%201074.2%20282.5%201081.9%20300.0Z%22%20stroke-opacity=%22.22%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1211.7%20300.0C1219.7%20323.7%201211.9%20353.1%201195.7%20374.9C1179.4%20396.7%201140.6%20414.3%201114.1%20430.9C1087.6%20447.4%201059.9%20459.2%201036.7%20474.2C1013.5%20489.1%20998.5%20507.6%20975.2%20520.7C951.8%20533.8%20924.8%20546.6%20896.5%20552.8C868.2%20559.0%20834.7%20556.3%20805.3%20557.7C775.9%20559.1%20749.5%20557.8%20720.0%20561.0C690.5%20564.2%20661.1%20573.5%20628.4%20576.7C595.8%20580.0%20558.0%20584.1%20524.1%20580.5C490.2%20576.9%20454.8%20567.5%20425.0%20555.1C395.2%20542.7%20365.2%20525.7%20345.0%20506.2C324.8%20486.7%20307.6%20462.2%20303.8%20438.2C299.9%20414.3%20311.8%20385.7%20322.0%20362.7C332.1%20339.6%20356.9%20319.6%20364.9%20300.0C372.9%20280.4%20372.4%20265.3%20370.1%20244.9C367.8%20224.5%20350.4%20200.0%20351.1%20177.5C351.9%20155.0%20358.6%20129.0%20374.6%20110.1C390.7%2091.2%20421.4%2078.0%20447.2%2064.1C472.9%2050.2%20500.8%2039.3%20529.1%2026.6C557.4%2014.0%20585.0%20-3.4%20616.9%20-11.7C648.7%20-19.9%20686.7%20-26.2%20720.0%20-23.0C753.3%20-19.8%20788.3%20-5.5%20816.8%207.4C845.4%2020.3%20868.8%2039.2%20891.5%2054.4C914.2%2069.5%20933.7%2083.9%20953.0%2098.5C972.2%20113.2%20988.1%20127.7%201007.1%20142.1C1026.0%20156.5%201043.3%20169.8%201066.7%20184.9C1090.1%20200.0%201123.4%20213.5%201147.5%20232.7C1171.7%20251.9%201203.7%20276.3%201211.7%20300.0Z%22%20stroke-opacity=%22.34%22%20stroke-width=%221.4%22/%3E%3Cpath%20d=%22M1342.9%20300.0C1349.8%20330.0%201335.1%20366.3%201312.3%20393.2C1289.6%20420.2%201239.7%20441.2%201206.2%20461.5C1172.7%20481.8%201139.6%20496.5%201111.3%20515.2C1083.1%20534.0%201065.4%20557.5%201036.8%20573.9C1008.1%20590.4%20974.3%20606.2%20939.2%20613.9C904.1%20621.7%20862.6%20618.0%20826.0%20620.4C789.5%20622.8%20757.2%20622.7%20720.0%20628.3C682.8%20633.8%20644.9%20648.4%20602.9%20653.9C560.9%20659.4%20511.0%20665.9%20467.9%20661.0C424.8%20656.2%20380.0%20642.3%20344.2%20625.0C308.4%20607.6%20274.9%20583.0%20252.8%20556.9C230.8%20530.9%20214.4%20499.0%20211.7%20468.8C208.9%20438.7%20224.7%20404.3%20236.4%20376.1C248.0%20348.0%20274.6%20324.3%20281.5%20300.0C288.4%20275.7%20282.8%20256.4%20277.6%20230.4C272.3%20204.3%20249.3%20172.5%20250.0%20143.9C250.6%20115.3%20260.7%2082.5%20281.5%2058.8C302.3%2035.1%20342.1%2019.0%20375.0%201.6C407.9%20-15.8%20442.9%20-29.7%20478.7%20-45.6C514.5%20-61.4%20549.6%20-83.5%20589.9%20-93.2C630.1%20-102.9%20678.5%20-109.3%20720.0%20-103.7C761.5%20-98.2%20804.3%20-77.3%20839.1%20-59.7C873.8%20-42.2%20900.6%20-17.2%20928.4%201.5C956.2%2020.3%20980.3%2036.2%201006.0%2052.7C1031.7%2069.2%201055.7%2084.1%201082.7%20100.5C1109.7%20117.0%201136.6%20132.4%201168.0%20151.2C1199.4%20170.0%201242.0%20188.4%201271.1%20213.2C1300.3%20238.0%201336.0%20270.0%201342.9%20300.0Z%22%20stroke-opacity=%22.22%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1473.9%20300.0C1478.0%20336.3%201455.0%20379.2%201425.1%20411.0C1395.2%20442.8%201334.6%20466.8%201294.4%20490.8C1254.2%20514.8%201216.5%20532.4%201183.7%20555.0C1150.8%20577.6%201130.8%20606.3%201097.1%20626.1C1063.3%20645.9%201022.9%20664.5%20981.2%20674.0C939.5%20683.6%20890.3%20679.1%20846.8%20683.1C803.3%20687.1%20765.2%20689.3%20720.0%20698.0C674.8%20706.8%20627.7%20727.8%20575.8%20735.6C524.0%20743.5%20461.2%20752.0%20409.1%20745.3C356.9%20738.6%20303.6%20718.6%20263.0%20695.2C222.3%20671.9%20187.8%20638.2%20165.1%20605.2C142.5%20572.1%20128.6%20533.0%20127.1%20496.9C125.5%20460.9%20144.1%20421.6%20155.9%20388.8C167.7%20356.0%20193.7%20328.9%20197.9%20300.0C202.0%20271.1%20189.9%20247.0%20181.1%20215.2C172.2%20183.3%20143.9%20143.8%20144.8%20109.0C145.6%2074.1%20159.9%2034.8%20186.0%206.3C212.2%20-22.1%20261.2%20-41.1%20301.5%20-61.9C341.8%20-82.8%20384.0%20-100.0%20427.6%20-118.8C471.1%20-137.6%20514.1%20-164.3%20562.9%20-174.8C611.6%20-185.3%20670.5%20-190.7%20720.0%20-182.0C769.5%20-173.2%20819.3%20-144.7%20859.8%20-122.3C900.2%20-99.9%20929.6%20-69.1%20962.7%20-47.6C995.8%20-26.0%201025.2%20-10.1%201058.6%207.2C1091.9%2024.6%201126.4%2038.5%201162.7%2056.5C1199.1%2074.5%201237.2%2092.4%201276.7%20115.1C1316.2%20137.9%201367.1%20162.2%201399.9%20193.0C1432.8%20223.8%201469.7%20263.7%201473.9%20300.0Z%22%20stroke-opacity=%22.22%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1602.8%20300.0C1602.8%20342.6%201570.2%20391.5%201532.8%20427.9C1495.4%20464.4%201424.9%20491.1%201378.4%20518.7C1331.9%20546.3%201290.8%20567.1%201253.7%20593.5C1216.7%20620.0%201194.7%20653.9%201156.2%20677.2C1117.7%20700.5%201070.7%20721.8%201022.7%20733.4C974.6%20745.0%20918.3%20740.4%20867.8%20746.7C817.4%20753.0%20773.5%20758.8%20720.0%20771.4C666.5%20784.0%20609.1%20812.2%20547.1%20822.4C485.1%20832.6%20408.8%20842.2%20348.1%20832.6C287.4%20823.0%20227.0%20795.0%20182.8%20764.5C138.7%20734.1%20105.5%20690.5%2083.4%20650.1C61.3%20609.8%2050.8%20564.0%2050.1%20522.5C49.4%20480.9%2069.0%20437.9%2079.4%20400.8C89.7%20363.8%20112.2%20333.6%20112.2%20300.0C112.2%20266.4%2092.4%20237.1%2079.6%20199.2C66.8%20161.3%2034.0%20113.7%2035.4%2072.6C36.9%2031.5%2056.4%20-14.2%2088.3%20-47.4C120.2%20-80.6%20178.9%20-102.3%20226.8%20-126.5C274.7%20-150.7%20324.4%20-171.3%20375.9%20-192.8C427.5%20-214.3%20478.8%20-244.9%20536.1%20-255.5C593.5%20-266.2%20662.9%20-269.2%20720.0%20-256.6C777.1%20-244.0%20833.0%20-207.0%20878.8%20-179.9C924.6%20-152.7%20955.9%20-117.1%20994.8%20-93.6C1033.7%20-70.2%201069.9%20-56.3%201112.2%20-39.2C1154.5%20-22.1%201202.0%20-10.1%201248.8%209.2C1295.6%2028.5%201345.8%2049.3%201393.1%2076.5C1440.4%20103.6%201497.6%20134.8%201532.6%20172.1C1567.5%20209.3%201602.8%20257.4%201602.8%20300.0Z%22%20stroke-opacity=%22.34%22%20stroke-width=%221.4%22/%3E%3Cpath%20d=%22M1728.0%20300.0C1722.5%20348.9%201679.6%20403.1%201634.7%20444.0C1589.7%20484.8%201510.4%20514.0%201458.3%20545.2C1406.1%20576.3%201362.4%20600.6%201321.7%20630.9C1281.1%20661.3%201257.3%20700.5%201214.3%20727.5C1171.3%20754.4%201118.1%20778.5%201064.0%20792.6C1009.8%20806.7%20946.8%20802.7%20889.5%20812.2C832.2%20821.6%20782.1%20832.4%20720.0%20849.4C657.9%20866.4%20589.1%20902.1%20516.7%20914.2C444.3%20926.3%20354.3%20935.7%20285.7%20921.9C217.2%20908.1%20151.4%20870.1%20105.3%20831.6C59.2%20793.1%2029.7%20738.7%209.0%20691.1C-11.8%20643.4%20-18.8%20592.0%20-19.4%20545.6C-20.1%20499.2%20-2.1%20453.5%204.9%20412.6C12.0%20371.6%2028.2%20338.4%2022.8%20300.0C17.3%20261.6%20-11.0%20226.5%20-27.8%20182.3C-44.6%20138.1%20-80.8%2082.4%20-78.1%2034.9C-75.4%20-12.5%20-49.6%20-64.5%20-11.4%20-102.3C26.8%20-140.1%2095.2%20-164.5%20151.1%20-192.0C207.0%20-219.4%20264.3%20-243.2%20324.1%20-267.0C383.9%20-290.7%20444.1%20-324.4%20510.1%20-334.4C576.0%20-344.3%20655.6%20-343.6%20720.0%20-326.6C784.4%20-309.6%20845.2%20-263.8%20896.2%20-232.3C947.1%20-200.8%20980.2%20-161.7%201025.6%20-137.6C1071.0%20-113.5%201115.7%20-103.8%201168.5%20-87.8C1221.2%20-71.9%201284.1%20-62.7%201342.1%20-42.2C1400.2%20-21.6%201462.7%203.2%201516.9%2035.3C1571.1%2067.5%201632.2%20106.8%201667.4%20150.9C1702.6%20195.0%201733.4%20251.1%201728.0%20300.0Z%22%20stroke-opacity=%22.22%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1847.6%20300.0C1835.6%20354.9%201782.4%20413.9%201730.2%20459.0C1677.9%20504.1%201591.1%20535.7%201534.1%20570.4C1477.1%20605.1%201431.7%20632.9%201388.0%20667.4C1344.2%20701.8%201318.8%20746.3%201271.7%20777.1C1224.6%20807.9%201165.5%20834.9%201105.6%20852.2C1045.7%20869.4%20976.4%20867.1%20912.1%20880.6C847.9%20894.0%20791.2%20911.1%20720.0%20932.8C648.8%20954.5%20567.6%20997.7%20484.7%201010.9C401.9%201024.1%20298.4%201031.2%20222.9%201011.9C147.4%20992.6%2078.7%20942.4%2032.0%20895.0C-14.7%20847.6%20-38.2%20782.2%20-57.3%20727.5C-76.3%20672.7%20-80.4%20617.0%20-82.4%20566.5C-84.4%20515.9%20-71.0%20468.7%20-69.3%20424.2C-67.6%20379.8%20-60.2%20343.3%20-72.2%20300.0C-84.2%20256.7%20-120.9%20215.1%20-141.5%20164.4C-162.0%20113.7%20-200.3%2049.7%20-195.6%20-4.1C-190.8%20-57.8%20-158.0%20-115.8%20-113.0%20-158.1C-67.9%20-200.5%2010.5%20-227.6%2074.7%20-258.0C139.0%20-288.5%20204.2%20-315.3%20272.6%20-340.7C341.0%20-366.1%20410.4%20-401.8%20485.0%20-410.2C559.5%20-418.6%20648.8%20-412.9%20720.0%20-391.2C791.2%20-369.5%20856.0%20-315.0%20911.9%20-279.9C967.9%20-244.9%201003.0%20-204.3%201055.9%20-181.0C1108.7%20-157.7%201164.3%20-154.0%201229.0%20-140.2C1293.6%20-126.3%201374.0%20-120.0%201443.7%20-98.0C1513.4%20-76.0%201587.5%20-45.9%201647.3%20-8.0C1707.1%2030.0%201768.9%2078.3%201802.3%20129.6C1835.7%20181.0%201859.6%20245.1%201847.6%20300.0Z%22%20stroke-opacity=%22.22%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1419.4%20820.0C1420.0%20824.9%201418.7%20830.7%201415.1%20834.9C1411.6%20839.2%201403.8%20842.5%201398.2%20845.2C1392.5%20848.0%201386.0%20849.2%201381.5%20851.6C1376.9%20853.9%201374.3%20856.5%201370.8%20859.4C1367.4%20862.3%201364.7%20866.0%201360.8%20869.2C1356.9%20872.3%201352.4%20875.6%201347.3%20878.3C1342.2%20881.0%201336.2%20883.9%201330.0%20885.4C1323.8%20886.9%201316.3%20888.1%201310.1%20887.2C1303.8%20886.2%201297.4%20883.1%201292.6%20879.8C1287.7%20876.5%201284.5%20871.3%201280.9%20867.4C1277.3%20863.5%201274.1%20860.0%201270.8%20856.3C1267.6%20852.6%201263.3%20849.4%201261.3%20845.4C1259.4%20841.5%201258.9%20836.7%201259.2%20832.4C1259.6%20828.2%201262.8%20824.0%201263.4%20820.0C1264.0%20816.0%201264.0%20812.7%201263.0%20808.2C1262.1%20803.8%201258.2%20798.4%201257.6%20793.2C1257.0%20787.9%201256.9%20781.4%201259.5%20776.8C1262.2%20772.2%201268.0%20768.2%201273.6%20765.6C1279.2%20763.0%201286.6%20761.8%201293.1%20761.1C1299.6%20760.4%201306.4%20760.5%201312.6%20761.3C1318.7%20762.0%201324.6%20763.9%201330.0%20765.4C1335.4%20766.9%201339.7%20769.1%201344.8%20770.2C1349.8%20771.2%201354.7%20771.1%201360.3%20771.7C1365.8%20772.2%201372.7%20771.9%201378.1%20773.6C1383.6%20775.2%201388.8%20778.2%201392.8%20781.5C1396.7%20784.8%201398.8%20789.3%201401.9%20793.4C1405.0%20797.4%201408.4%20801.3%201411.3%20805.7C1414.2%20810.2%201418.8%20815.1%201419.4%20820.0Z%22%20stroke-opacity=%22.22%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1517.5%20820.0C1517.8%20830.2%201513.1%20842.2%201504.7%20850.7C1496.4%20859.2%201479.2%20865.3%201467.5%20871.0C1455.9%20876.6%201443.5%20879.0%201435.0%20884.4C1426.5%20889.8%201422.9%20896.4%201416.6%20903.5C1410.3%20910.7%201405.3%20920.0%201397.1%20927.2C1389.0%20934.4%201378.8%20941.4%201367.6%20946.7C1356.4%20952.0%201343.2%20957.0%201330.0%20959.2C1316.8%20961.4%201301.4%20962.6%201288.5%20960.0C1275.6%20957.4%201262.7%20950.6%201252.6%20943.6C1242.6%20936.6%201235.8%20926.2%201228.2%20918.2C1220.6%20910.2%201213.8%20903.0%201207.1%20895.4C1200.3%20887.8%201191.8%20880.9%201187.9%20872.7C1183.9%20864.4%201183.1%20854.5%201183.5%20845.7C1183.8%20837.0%201189.6%20828.5%201189.9%20820.0C1190.2%20811.5%201188.3%20804.3%201185.3%20794.6C1182.4%20784.9%201173.5%20772.8%201172.4%20761.6C1171.3%20750.4%201172.2%20736.5%201178.9%20727.3C1185.5%20718.1%201199.7%20711.0%201212.4%20706.5C1225.0%20702.0%201241.3%20701.1%201255.0%20700.2C1268.7%20699.3%201282.2%20699.9%201294.7%20701.0C1307.2%20702.2%201318.9%20705.0%201330.0%20707.2C1341.1%20709.4%201350.6%20712.7%201361.4%20714.3C1372.2%20715.9%201382.9%20715.4%201394.8%20716.6C1406.6%20717.7%201421.0%20717.6%201432.4%20721.2C1443.9%20724.8%201454.8%20731.3%201463.2%20738.3C1471.6%20745.3%201476.4%20754.8%201483.0%20763.3C1489.6%20771.9%201497.1%20780.2%201502.8%20789.7C1508.6%20799.1%201517.2%20809.8%201517.5%20820.0Z%22%20stroke-opacity=%22.34%22%20stroke-width=%221.4%22/%3E%3Cpath%20d=%22M1613.8%20820.0C1612.6%20835.4%201602.5%20853.0%201588.8%20865.4C1575.0%20877.9%201548.3%20886.1%201531.3%20894.6C1514.4%20903.1%201498.0%20907.0%201486.9%20916.2C1475.8%20925.5%201473.1%20937.7%201464.7%20949.9C1456.3%20962.2%201449.0%20978.5%201436.4%20990.0C1423.8%201001.4%201406.8%201011.7%201389.0%201018.9C1371.3%201026.1%201350.3%201031.4%201330.0%201033.4C1309.7%201035.4%201286.8%201035.5%201267.4%201030.9C1248.1%201026.2%201229.0%201015.9%201213.9%201005.4C1198.8%20994.9%201188.2%20979.8%201176.7%20967.8C1165.2%20955.9%201154.8%20945.1%201144.8%20933.6C1134.8%20922.1%201122.5%20911.5%201116.6%20899.1C1110.7%20886.6%201109.6%20871.9%201109.2%20858.8C1108.9%20845.6%201115.8%20833.1%201114.6%20820.0C1113.4%20806.9%201107.6%20795.3%201102.1%20780.0C1096.6%20764.6%201082.5%20745.2%201081.6%20728.0C1080.7%20710.8%201084.6%20689.9%201096.6%20676.8C1108.6%20663.8%201132.9%20655.2%201153.5%20649.7C1174.0%20644.2%201199.1%20644.8%201219.8%20644.0C1240.5%20643.1%201259.6%20643.6%201277.9%20644.5C1296.3%20645.4%201313.2%20647.4%201330.0%20649.4C1346.8%20651.4%201361.8%20654.8%201378.5%20656.5C1395.3%20658.2%201412.3%20657.6%201430.5%20659.5C1448.7%20661.3%201470.5%20661.8%201488.0%20667.6C1505.4%20673.4%201522.0%20683.4%201535.1%20694.2C1548.2%20705.0%201556.2%20719.3%201566.4%20732.4C1576.5%20745.6%201588.0%20758.7%201595.9%20773.3C1603.8%20787.9%201615.0%20804.6%201613.8%20820.0Z%22%20stroke-opacity=%22.22%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1706.3%20820.0C1702.5%20840.4%201685.6%20863.0%201666.3%20879.1C1647.0%20895.1%201611.7%20905.0%201590.5%20916.5C1569.3%20928.0%201551.4%20934.4%201539.1%20948.3C1526.7%20962.2%201526.5%20981.6%201516.4%20999.8C1506.4%201018.0%201496.2%201041.8%201478.6%201057.4C1461.1%201073.0%201435.9%201085.4%201411.2%201093.6C1386.4%201101.8%201357.3%201105.7%201330.0%201106.7C1302.7%201107.7%201272.7%201106.2%201247.1%201099.4C1221.5%201092.5%201196.5%201079.3%201176.3%201065.5C1156.2%201051.6%201141.7%201032.2%201126.3%201016.5C1111.0%201000.7%201097.3%20986.1%201084.2%20970.8C1071.0%20955.5%201055.6%20941.2%201047.5%20924.6C1039.4%20908.1%201037.4%20889.2%201035.4%20871.7C1033.4%20854.3%201039.4%20837.9%201035.5%20820.0C1031.7%20802.1%201020.6%20785.5%201012.4%20764.2C1004.1%20743.0%20985.8%20715.6%20986.2%20692.6C986.5%20669.7%20996.0%20642.6%201014.6%20626.5C1033.3%20610.5%201069.4%20602.1%201098.2%20596.4C1127.0%20590.7%201160.3%20593.5%201187.6%20592.5C1214.9%20591.5%201238.2%20590.8%201261.9%20590.5C1285.6%20590.2%201307.6%20589.7%201330.0%20590.7C1352.4%20591.7%201373.5%20594.7%201396.4%20596.3C1419.3%20597.9%201442.7%20597.8%201467.4%20600.6C1492.1%20603.4%201521.0%20604.9%201544.6%20613.0C1568.1%20621.1%201590.7%20634.5%201608.6%20649.1C1626.5%20663.7%201638.4%20682.8%201651.9%20700.8C1665.3%20718.7%201680.3%20737.0%201689.4%20756.9C1698.5%20776.8%201710.2%20799.6%201706.3%20820.0Z%22%20stroke-opacity=%22.22%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1793.5%20820.0C1786.0%20845.1%201761.7%20871.9%201737.2%20891.5C1712.7%20911.0%201670.6%20922.3%201646.7%20937.3C1622.8%20952.4%201606.0%20962.3%201593.7%20981.8C1581.4%201001.2%201584.3%201029.5%201572.6%201054.0C1560.9%201078.6%201546.7%201109.9%201523.5%201129.1C1500.3%201148.3%201465.9%201161.1%201433.6%201169.3C1401.4%201177.4%201364.3%201178.6%201330.0%201178.0C1295.7%201177.3%201259.3%201174.3%201227.6%201165.3C1195.8%201156.3%201164.8%201140.8%201139.7%201124.0C1114.6%201107.1%201096.0%201083.6%201077.0%201064.1C1057.9%201044.6%201041.4%201026.0%201025.3%201006.9C1009.2%20987.8%20991.0%20969.9%20980.2%20949.6C969.4%20929.2%20965.4%20906.5%20960.6%20884.9C955.7%20863.3%20958.5%20842.9%20951.1%20820.0C943.6%20797.1%20926.5%20774.6%20915.9%20747.3C905.4%20720.0%20884.5%20684.4%20887.7%20656.2C890.9%20627.9%20908.5%20595.9%20935.1%20577.7C961.7%20559.6%201010.3%20552.8%201047.4%20547.4C1084.6%20542.0%201124.9%20546.9%201158.0%20545.3C1191.1%20543.6%201217.5%20540.0%201246.2%20537.5C1274.8%20535.0%201301.9%20530.6%201330.0%20530.0C1358.1%20529.3%201385.8%20531.8%201415.0%20533.5C1444.2%20535.2%201474.0%20536.2%201505.2%20540.1C1536.4%20544.1%201572.4%20547.0%201602.2%20557.5C1632.0%20567.9%201661.1%20584.4%201683.9%20602.9C1706.8%20621.4%201722.9%20645.5%201739.2%20668.4C1755.5%20691.4%201772.8%20715.4%201781.9%20740.7C1790.9%20765.9%201800.9%20794.9%201793.5%20820.0Z%22%20stroke-opacity=%22.34%22%20stroke-width=%221.4%22/%3E%3C/g%3E%3C/svg%3E"),linear-gradient(180deg,#fbfcfd 0%,#f3f7f9 100%);background-size:auto,cover,auto}

/* 句のまん中で折れない（2026-09-05 関谷さん「雪の一日 / を、」「食卓にな / る」「くださ / い。」）＝句を束ねて句の切れ目でだけ改行 */
.nb{display:inline-block}
.site-cta-title,.site-fx-copy h2,.feature-head h2,.intro-grid h2,.season-intro h2,.play-head h2,.lower-copy h1{text-wrap:balance}
.note,.access-panel>p,.site-cta-lead,.site-cta-rule-note{text-wrap:pretty}
@media(max-width:640px){
  .site-cta--winter .site-cta-title{font-size:clamp(30px,8.6vw,38px)}
  .site-fx-copy h2{font-size:clamp(26px,7.4vw,34px);letter-spacing:.06em}
}

/* 冬CTAの右カラムは幅が狭い（全幅の42.5%−余白）＝6文字の「雪の一日を、」が1行に入る大きさに（851px以上） */
@media(min-width:851px){ .site-cta--winter .site-cta-title{font-size:clamp(30px,3.9cqw,56px)} }

/* ==========================================================================
   チャットの見出し部（2026-09-06 関谷さん「カッコよく」）＝白い角丸のロゴ札をやめ、サイトのヘッダーと同じ組み
   （英字キッカー＋明朝の社名）・紺の地に等高線・細線の閉じるボタン。chatbot.js は非変更（ID2段の詳細度で上書き）
   ========================================================================== */
#iz-chat-panel #iz-chat-head{
  align-items:flex-start;gap:14px;padding:18px 16px 16px 20px;
  background-color:#0b3448;
  background-image:radial-gradient(ellipse 70% 90% at 100% 0%,rgba(142,220,247,.22),transparent 60%),url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%201600%201000%22%20preserveAspectRatio=%22xMidYMid%20slice%22%3E%3Cg%20fill=%22none%22%20stroke=%22%23ffffff%22%20stroke-linejoin=%22round%22%3E%3Cpath%20d=%22M831.9%20300.0C835.3%20305.5%20836.2%20312.5%20833.9%20317.9C831.5%20323.3%20823.6%20328.2%20817.8%20332.5C811.9%20336.7%20804.8%20339.8%20798.9%20343.4C793.1%20347.0%20788.7%20351.2%20782.8%20354.3C776.9%20357.4%20770.3%20360.6%20763.4%20362.1C756.4%20363.7%20748.3%20363.5%20741.1%20363.8C733.9%20364.0%20727.1%20363.5%20720.0%20363.5C712.9%20363.6%20706.0%20364.4%20698.7%20364.2C691.5%20364.1%20683.8%20363.7%20676.3%20362.5C668.9%20361.3%20661.4%20359.4%20654.0%20357.1C646.5%20354.8%20638.0%20352.4%20631.5%20348.7C625.0%20345.0%20617.8%20340.2%20615.2%20334.8C612.6%20329.4%20613.7%20322.2%20616.0%20316.4C618.3%20310.6%20625.6%20304.9%20628.9%20300.0C632.3%20295.1%20635.0%20291.5%20635.9%20286.8C636.9%20282.1%20634.2%20276.8%20634.9%20271.7C635.6%20266.6%20636.7%20260.6%20640.2%20256.1C643.8%20251.6%20650.4%20248.2%20656.2%20244.8C662.1%20241.5%20668.7%20238.9%20675.3%20236.0C681.9%20233.1%20688.5%20229.4%20695.9%20227.3C703.4%20225.2%20712.0%20223.5%20720.0%20223.5C728.0%20223.6%20736.5%20225.6%20743.9%20227.7C751.3%20229.9%20758.3%20233.1%20764.4%20236.4C770.5%20239.7%20776.2%20243.5%20780.5%20247.7C784.8%20251.8%20787.3%20257.0%20790.2%20261.4C793.1%20265.8%20794.1%20270.1%20798.1%20274.1C802.0%20278.0%20808.3%20280.9%20813.9%20285.2C819.5%20289.5%20828.6%20294.5%20831.9%20300.0Z%22%20stroke-opacity=%22.15%22%20stroke-width=%221.4%22/%3E%3Cpath%20d=%22M954.9%20300.0C961.0%20311.4%20961.1%20326.0%20955.1%20337.0C949.2%20348.0%20931.8%20357.7%20919.3%20366.2C906.9%20374.7%20892.3%20380.8%20880.4%20388.2C868.5%20395.7%20860.1%20404.4%20848.1%20410.8C836.1%20417.2%20822.8%20423.7%20808.6%20426.9C794.4%20430.0%20777.7%20429.3%20762.9%20429.7C748.2%20430.2%20734.5%20429.0%20720.0%20429.6C705.5%20430.1%20691.3%20432.6%20676.0%20432.9C660.7%20433.2%20644.1%20433.6%20628.2%20431.5C612.3%20429.4%20596.0%20425.5%20580.7%20420.5C565.3%20415.4%20548.3%20409.5%20536.0%20401.2C523.7%20392.9%20510.9%20382.2%20506.8%20370.8C502.8%20359.4%20506.6%20344.6%20511.6%20332.8C516.7%20321.0%20531.3%20310.0%20537.3%20300.0C543.4%20290.0%20547.1%20282.7%20548.0%20272.9C549.0%20263.1%20542.1%20251.9%20543.1%20241.2C544.0%20230.5%20546.5%20217.9%20553.9%20208.7C561.4%20199.4%20575.5%20192.5%20587.7%20185.6C600.0%20178.7%20613.7%20173.5%20627.4%20167.4C641.1%20161.3%20654.6%20153.3%20670.0%20149.0C685.4%20144.7%20703.5%20141.0%20720.0%20141.6C736.5%20142.1%20754.0%20147.0%20768.9%20152.1C783.8%20157.2%20797.4%20164.8%20809.4%20172.0C821.4%20179.2%20832.2%20187.0%20841.1%20195.3C849.9%20203.6%20855.5%20213.2%20862.5%20221.6C869.5%20230.0%20873.7%20238.0%20883.1%20245.8C892.4%20253.7%20906.8%20259.7%20918.8%20268.7C930.7%20277.7%20948.9%20288.6%20954.9%20300.0Z%22%20stroke-opacity=%22.09%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1081.9%20300.0C1089.6%20317.5%201086.8%20339.6%201076.2%20356.1C1065.6%20372.6%201037.7%20386.4%201018.3%20399.1C998.9%20411.7%20977.4%20420.6%20959.7%20431.8C942.0%20443.0%20930.0%20456.5%20912.3%20466.3C894.5%20476.0%20874.3%20485.8%20853.0%20490.5C831.7%20495.1%20806.5%20493.5%20784.3%20494.3C762.1%20495.1%20741.9%20493.6%20720.0%20495.1C698.1%20496.6%20676.4%20501.9%20652.7%20503.4C628.9%20504.9%20602.3%20506.8%20577.5%20504.0C552.8%20501.2%20527.1%20495.0%20504.2%20486.7C481.2%20478.3%20456.9%20467.5%20440.0%20454.0C423.1%20440.5%20406.9%20423.1%20402.5%20405.4C398.1%20387.8%20405.7%20365.8%20413.6%20348.2C421.5%20330.7%20442.0%20314.9%20449.7%20300.0C457.4%20285.1%20460.0%20274.1%20459.8%20259.0C459.7%20244.0%20447.8%20226.4%20448.7%20209.9C449.6%20193.4%20453.9%20174.1%20465.4%20160.0C477.0%20145.9%20499.2%20135.8%20518.1%20125.4C537.0%20115.0%20557.8%20107.0%20578.7%2097.6C599.6%2088.3%20620.1%2075.7%20643.6%2069.2C667.2%2062.8%20695.0%2057.6%20720.0%2059.1C745.0%2060.6%20771.4%2069.6%20793.4%2078.3C815.3%2087.0%20834.3%20100.0%20851.8%20111.2C869.3%20122.4%20884.6%20134.0%20898.3%20145.8C912.1%20157.6%20922.0%20170.4%20934.3%20182.2C946.6%20193.9%20956.2%20204.8%20972.1%20216.3C988.1%20227.8%201011.6%20237.3%201029.9%20251.2C1048.2%20265.2%201074.2%20282.5%201081.9%20300.0Z%22%20stroke-opacity=%22.09%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1211.7%20300.0C1219.7%20323.7%201211.9%20353.1%201195.7%20374.9C1179.4%20396.7%201140.6%20414.3%201114.1%20430.9C1087.6%20447.4%201059.9%20459.2%201036.7%20474.2C1013.5%20489.1%20998.5%20507.6%20975.2%20520.7C951.8%20533.8%20924.8%20546.6%20896.5%20552.8C868.2%20559.0%20834.7%20556.3%20805.3%20557.7C775.9%20559.1%20749.5%20557.8%20720.0%20561.0C690.5%20564.2%20661.1%20573.5%20628.4%20576.7C595.8%20580.0%20558.0%20584.1%20524.1%20580.5C490.2%20576.9%20454.8%20567.5%20425.0%20555.1C395.2%20542.7%20365.2%20525.7%20345.0%20506.2C324.8%20486.7%20307.6%20462.2%20303.8%20438.2C299.9%20414.3%20311.8%20385.7%20322.0%20362.7C332.1%20339.6%20356.9%20319.6%20364.9%20300.0C372.9%20280.4%20372.4%20265.3%20370.1%20244.9C367.8%20224.5%20350.4%20200.0%20351.1%20177.5C351.9%20155.0%20358.6%20129.0%20374.6%20110.1C390.7%2091.2%20421.4%2078.0%20447.2%2064.1C472.9%2050.2%20500.8%2039.3%20529.1%2026.6C557.4%2014.0%20585.0%20-3.4%20616.9%20-11.7C648.7%20-19.9%20686.7%20-26.2%20720.0%20-23.0C753.3%20-19.8%20788.3%20-5.5%20816.8%207.4C845.4%2020.3%20868.8%2039.2%20891.5%2054.4C914.2%2069.5%20933.7%2083.9%20953.0%2098.5C972.2%20113.2%20988.1%20127.7%201007.1%20142.1C1026.0%20156.5%201043.3%20169.8%201066.7%20184.9C1090.1%20200.0%201123.4%20213.5%201147.5%20232.7C1171.7%20251.9%201203.7%20276.3%201211.7%20300.0Z%22%20stroke-opacity=%22.15%22%20stroke-width=%221.4%22/%3E%3Cpath%20d=%22M1342.9%20300.0C1349.8%20330.0%201335.1%20366.3%201312.3%20393.2C1289.6%20420.2%201239.7%20441.2%201206.2%20461.5C1172.7%20481.8%201139.6%20496.5%201111.3%20515.2C1083.1%20534.0%201065.4%20557.5%201036.8%20573.9C1008.1%20590.4%20974.3%20606.2%20939.2%20613.9C904.1%20621.7%20862.6%20618.0%20826.0%20620.4C789.5%20622.8%20757.2%20622.7%20720.0%20628.3C682.8%20633.8%20644.9%20648.4%20602.9%20653.9C560.9%20659.4%20511.0%20665.9%20467.9%20661.0C424.8%20656.2%20380.0%20642.3%20344.2%20625.0C308.4%20607.6%20274.9%20583.0%20252.8%20556.9C230.8%20530.9%20214.4%20499.0%20211.7%20468.8C208.9%20438.7%20224.7%20404.3%20236.4%20376.1C248.0%20348.0%20274.6%20324.3%20281.5%20300.0C288.4%20275.7%20282.8%20256.4%20277.6%20230.4C272.3%20204.3%20249.3%20172.5%20250.0%20143.9C250.6%20115.3%20260.7%2082.5%20281.5%2058.8C302.3%2035.1%20342.1%2019.0%20375.0%201.6C407.9%20-15.8%20442.9%20-29.7%20478.7%20-45.6C514.5%20-61.4%20549.6%20-83.5%20589.9%20-93.2C630.1%20-102.9%20678.5%20-109.3%20720.0%20-103.7C761.5%20-98.2%20804.3%20-77.3%20839.1%20-59.7C873.8%20-42.2%20900.6%20-17.2%20928.4%201.5C956.2%2020.3%20980.3%2036.2%201006.0%2052.7C1031.7%2069.2%201055.7%2084.1%201082.7%20100.5C1109.7%20117.0%201136.6%20132.4%201168.0%20151.2C1199.4%20170.0%201242.0%20188.4%201271.1%20213.2C1300.3%20238.0%201336.0%20270.0%201342.9%20300.0Z%22%20stroke-opacity=%22.09%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1473.9%20300.0C1478.0%20336.3%201455.0%20379.2%201425.1%20411.0C1395.2%20442.8%201334.6%20466.8%201294.4%20490.8C1254.2%20514.8%201216.5%20532.4%201183.7%20555.0C1150.8%20577.6%201130.8%20606.3%201097.1%20626.1C1063.3%20645.9%201022.9%20664.5%20981.2%20674.0C939.5%20683.6%20890.3%20679.1%20846.8%20683.1C803.3%20687.1%20765.2%20689.3%20720.0%20698.0C674.8%20706.8%20627.7%20727.8%20575.8%20735.6C524.0%20743.5%20461.2%20752.0%20409.1%20745.3C356.9%20738.6%20303.6%20718.6%20263.0%20695.2C222.3%20671.9%20187.8%20638.2%20165.1%20605.2C142.5%20572.1%20128.6%20533.0%20127.1%20496.9C125.5%20460.9%20144.1%20421.6%20155.9%20388.8C167.7%20356.0%20193.7%20328.9%20197.9%20300.0C202.0%20271.1%20189.9%20247.0%20181.1%20215.2C172.2%20183.3%20143.9%20143.8%20144.8%20109.0C145.6%2074.1%20159.9%2034.8%20186.0%206.3C212.2%20-22.1%20261.2%20-41.1%20301.5%20-61.9C341.8%20-82.8%20384.0%20-100.0%20427.6%20-118.8C471.1%20-137.6%20514.1%20-164.3%20562.9%20-174.8C611.6%20-185.3%20670.5%20-190.7%20720.0%20-182.0C769.5%20-173.2%20819.3%20-144.7%20859.8%20-122.3C900.2%20-99.9%20929.6%20-69.1%20962.7%20-47.6C995.8%20-26.0%201025.2%20-10.1%201058.6%207.2C1091.9%2024.6%201126.4%2038.5%201162.7%2056.5C1199.1%2074.5%201237.2%2092.4%201276.7%20115.1C1316.2%20137.9%201367.1%20162.2%201399.9%20193.0C1432.8%20223.8%201469.7%20263.7%201473.9%20300.0Z%22%20stroke-opacity=%22.09%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1602.8%20300.0C1602.8%20342.6%201570.2%20391.5%201532.8%20427.9C1495.4%20464.4%201424.9%20491.1%201378.4%20518.7C1331.9%20546.3%201290.8%20567.1%201253.7%20593.5C1216.7%20620.0%201194.7%20653.9%201156.2%20677.2C1117.7%20700.5%201070.7%20721.8%201022.7%20733.4C974.6%20745.0%20918.3%20740.4%20867.8%20746.7C817.4%20753.0%20773.5%20758.8%20720.0%20771.4C666.5%20784.0%20609.1%20812.2%20547.1%20822.4C485.1%20832.6%20408.8%20842.2%20348.1%20832.6C287.4%20823.0%20227.0%20795.0%20182.8%20764.5C138.7%20734.1%20105.5%20690.5%2083.4%20650.1C61.3%20609.8%2050.8%20564.0%2050.1%20522.5C49.4%20480.9%2069.0%20437.9%2079.4%20400.8C89.7%20363.8%20112.2%20333.6%20112.2%20300.0C112.2%20266.4%2092.4%20237.1%2079.6%20199.2C66.8%20161.3%2034.0%20113.7%2035.4%2072.6C36.9%2031.5%2056.4%20-14.2%2088.3%20-47.4C120.2%20-80.6%20178.9%20-102.3%20226.8%20-126.5C274.7%20-150.7%20324.4%20-171.3%20375.9%20-192.8C427.5%20-214.3%20478.8%20-244.9%20536.1%20-255.5C593.5%20-266.2%20662.9%20-269.2%20720.0%20-256.6C777.1%20-244.0%20833.0%20-207.0%20878.8%20-179.9C924.6%20-152.7%20955.9%20-117.1%20994.8%20-93.6C1033.7%20-70.2%201069.9%20-56.3%201112.2%20-39.2C1154.5%20-22.1%201202.0%20-10.1%201248.8%209.2C1295.6%2028.5%201345.8%2049.3%201393.1%2076.5C1440.4%20103.6%201497.6%20134.8%201532.6%20172.1C1567.5%20209.3%201602.8%20257.4%201602.8%20300.0Z%22%20stroke-opacity=%22.15%22%20stroke-width=%221.4%22/%3E%3Cpath%20d=%22M1728.0%20300.0C1722.5%20348.9%201679.6%20403.1%201634.7%20444.0C1589.7%20484.8%201510.4%20514.0%201458.3%20545.2C1406.1%20576.3%201362.4%20600.6%201321.7%20630.9C1281.1%20661.3%201257.3%20700.5%201214.3%20727.5C1171.3%20754.4%201118.1%20778.5%201064.0%20792.6C1009.8%20806.7%20946.8%20802.7%20889.5%20812.2C832.2%20821.6%20782.1%20832.4%20720.0%20849.4C657.9%20866.4%20589.1%20902.1%20516.7%20914.2C444.3%20926.3%20354.3%20935.7%20285.7%20921.9C217.2%20908.1%20151.4%20870.1%20105.3%20831.6C59.2%20793.1%2029.7%20738.7%209.0%20691.1C-11.8%20643.4%20-18.8%20592.0%20-19.4%20545.6C-20.1%20499.2%20-2.1%20453.5%204.9%20412.6C12.0%20371.6%2028.2%20338.4%2022.8%20300.0C17.3%20261.6%20-11.0%20226.5%20-27.8%20182.3C-44.6%20138.1%20-80.8%2082.4%20-78.1%2034.9C-75.4%20-12.5%20-49.6%20-64.5%20-11.4%20-102.3C26.8%20-140.1%2095.2%20-164.5%20151.1%20-192.0C207.0%20-219.4%20264.3%20-243.2%20324.1%20-267.0C383.9%20-290.7%20444.1%20-324.4%20510.1%20-334.4C576.0%20-344.3%20655.6%20-343.6%20720.0%20-326.6C784.4%20-309.6%20845.2%20-263.8%20896.2%20-232.3C947.1%20-200.8%20980.2%20-161.7%201025.6%20-137.6C1071.0%20-113.5%201115.7%20-103.8%201168.5%20-87.8C1221.2%20-71.9%201284.1%20-62.7%201342.1%20-42.2C1400.2%20-21.6%201462.7%203.2%201516.9%2035.3C1571.1%2067.5%201632.2%20106.8%201667.4%20150.9C1702.6%20195.0%201733.4%20251.1%201728.0%20300.0Z%22%20stroke-opacity=%22.09%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1847.6%20300.0C1835.6%20354.9%201782.4%20413.9%201730.2%20459.0C1677.9%20504.1%201591.1%20535.7%201534.1%20570.4C1477.1%20605.1%201431.7%20632.9%201388.0%20667.4C1344.2%20701.8%201318.8%20746.3%201271.7%20777.1C1224.6%20807.9%201165.5%20834.9%201105.6%20852.2C1045.7%20869.4%20976.4%20867.1%20912.1%20880.6C847.9%20894.0%20791.2%20911.1%20720.0%20932.8C648.8%20954.5%20567.6%20997.7%20484.7%201010.9C401.9%201024.1%20298.4%201031.2%20222.9%201011.9C147.4%20992.6%2078.7%20942.4%2032.0%20895.0C-14.7%20847.6%20-38.2%20782.2%20-57.3%20727.5C-76.3%20672.7%20-80.4%20617.0%20-82.4%20566.5C-84.4%20515.9%20-71.0%20468.7%20-69.3%20424.2C-67.6%20379.8%20-60.2%20343.3%20-72.2%20300.0C-84.2%20256.7%20-120.9%20215.1%20-141.5%20164.4C-162.0%20113.7%20-200.3%2049.7%20-195.6%20-4.1C-190.8%20-57.8%20-158.0%20-115.8%20-113.0%20-158.1C-67.9%20-200.5%2010.5%20-227.6%2074.7%20-258.0C139.0%20-288.5%20204.2%20-315.3%20272.6%20-340.7C341.0%20-366.1%20410.4%20-401.8%20485.0%20-410.2C559.5%20-418.6%20648.8%20-412.9%20720.0%20-391.2C791.2%20-369.5%20856.0%20-315.0%20911.9%20-279.9C967.9%20-244.9%201003.0%20-204.3%201055.9%20-181.0C1108.7%20-157.7%201164.3%20-154.0%201229.0%20-140.2C1293.6%20-126.3%201374.0%20-120.0%201443.7%20-98.0C1513.4%20-76.0%201587.5%20-45.9%201647.3%20-8.0C1707.1%2030.0%201768.9%2078.3%201802.3%20129.6C1835.7%20181.0%201859.6%20245.1%201847.6%20300.0Z%22%20stroke-opacity=%22.09%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1419.4%20820.0C1420.0%20824.9%201418.7%20830.7%201415.1%20834.9C1411.6%20839.2%201403.8%20842.5%201398.2%20845.2C1392.5%20848.0%201386.0%20849.2%201381.5%20851.6C1376.9%20853.9%201374.3%20856.5%201370.8%20859.4C1367.4%20862.3%201364.7%20866.0%201360.8%20869.2C1356.9%20872.3%201352.4%20875.6%201347.3%20878.3C1342.2%20881.0%201336.2%20883.9%201330.0%20885.4C1323.8%20886.9%201316.3%20888.1%201310.1%20887.2C1303.8%20886.2%201297.4%20883.1%201292.6%20879.8C1287.7%20876.5%201284.5%20871.3%201280.9%20867.4C1277.3%20863.5%201274.1%20860.0%201270.8%20856.3C1267.6%20852.6%201263.3%20849.4%201261.3%20845.4C1259.4%20841.5%201258.9%20836.7%201259.2%20832.4C1259.6%20828.2%201262.8%20824.0%201263.4%20820.0C1264.0%20816.0%201264.0%20812.7%201263.0%20808.2C1262.1%20803.8%201258.2%20798.4%201257.6%20793.2C1257.0%20787.9%201256.9%20781.4%201259.5%20776.8C1262.2%20772.2%201268.0%20768.2%201273.6%20765.6C1279.2%20763.0%201286.6%20761.8%201293.1%20761.1C1299.6%20760.4%201306.4%20760.5%201312.6%20761.3C1318.7%20762.0%201324.6%20763.9%201330.0%20765.4C1335.4%20766.9%201339.7%20769.1%201344.8%20770.2C1349.8%20771.2%201354.7%20771.1%201360.3%20771.7C1365.8%20772.2%201372.7%20771.9%201378.1%20773.6C1383.6%20775.2%201388.8%20778.2%201392.8%20781.5C1396.7%20784.8%201398.8%20789.3%201401.9%20793.4C1405.0%20797.4%201408.4%20801.3%201411.3%20805.7C1414.2%20810.2%201418.8%20815.1%201419.4%20820.0Z%22%20stroke-opacity=%22.09%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1517.5%20820.0C1517.8%20830.2%201513.1%20842.2%201504.7%20850.7C1496.4%20859.2%201479.2%20865.3%201467.5%20871.0C1455.9%20876.6%201443.5%20879.0%201435.0%20884.4C1426.5%20889.8%201422.9%20896.4%201416.6%20903.5C1410.3%20910.7%201405.3%20920.0%201397.1%20927.2C1389.0%20934.4%201378.8%20941.4%201367.6%20946.7C1356.4%20952.0%201343.2%20957.0%201330.0%20959.2C1316.8%20961.4%201301.4%20962.6%201288.5%20960.0C1275.6%20957.4%201262.7%20950.6%201252.6%20943.6C1242.6%20936.6%201235.8%20926.2%201228.2%20918.2C1220.6%20910.2%201213.8%20903.0%201207.1%20895.4C1200.3%20887.8%201191.8%20880.9%201187.9%20872.7C1183.9%20864.4%201183.1%20854.5%201183.5%20845.7C1183.8%20837.0%201189.6%20828.5%201189.9%20820.0C1190.2%20811.5%201188.3%20804.3%201185.3%20794.6C1182.4%20784.9%201173.5%20772.8%201172.4%20761.6C1171.3%20750.4%201172.2%20736.5%201178.9%20727.3C1185.5%20718.1%201199.7%20711.0%201212.4%20706.5C1225.0%20702.0%201241.3%20701.1%201255.0%20700.2C1268.7%20699.3%201282.2%20699.9%201294.7%20701.0C1307.2%20702.2%201318.9%20705.0%201330.0%20707.2C1341.1%20709.4%201350.6%20712.7%201361.4%20714.3C1372.2%20715.9%201382.9%20715.4%201394.8%20716.6C1406.6%20717.7%201421.0%20717.6%201432.4%20721.2C1443.9%20724.8%201454.8%20731.3%201463.2%20738.3C1471.6%20745.3%201476.4%20754.8%201483.0%20763.3C1489.6%20771.9%201497.1%20780.2%201502.8%20789.7C1508.6%20799.1%201517.2%20809.8%201517.5%20820.0Z%22%20stroke-opacity=%22.15%22%20stroke-width=%221.4%22/%3E%3Cpath%20d=%22M1613.8%20820.0C1612.6%20835.4%201602.5%20853.0%201588.8%20865.4C1575.0%20877.9%201548.3%20886.1%201531.3%20894.6C1514.4%20903.1%201498.0%20907.0%201486.9%20916.2C1475.8%20925.5%201473.1%20937.7%201464.7%20949.9C1456.3%20962.2%201449.0%20978.5%201436.4%20990.0C1423.8%201001.4%201406.8%201011.7%201389.0%201018.9C1371.3%201026.1%201350.3%201031.4%201330.0%201033.4C1309.7%201035.4%201286.8%201035.5%201267.4%201030.9C1248.1%201026.2%201229.0%201015.9%201213.9%201005.4C1198.8%20994.9%201188.2%20979.8%201176.7%20967.8C1165.2%20955.9%201154.8%20945.1%201144.8%20933.6C1134.8%20922.1%201122.5%20911.5%201116.6%20899.1C1110.7%20886.6%201109.6%20871.9%201109.2%20858.8C1108.9%20845.6%201115.8%20833.1%201114.6%20820.0C1113.4%20806.9%201107.6%20795.3%201102.1%20780.0C1096.6%20764.6%201082.5%20745.2%201081.6%20728.0C1080.7%20710.8%201084.6%20689.9%201096.6%20676.8C1108.6%20663.8%201132.9%20655.2%201153.5%20649.7C1174.0%20644.2%201199.1%20644.8%201219.8%20644.0C1240.5%20643.1%201259.6%20643.6%201277.9%20644.5C1296.3%20645.4%201313.2%20647.4%201330.0%20649.4C1346.8%20651.4%201361.8%20654.8%201378.5%20656.5C1395.3%20658.2%201412.3%20657.6%201430.5%20659.5C1448.7%20661.3%201470.5%20661.8%201488.0%20667.6C1505.4%20673.4%201522.0%20683.4%201535.1%20694.2C1548.2%20705.0%201556.2%20719.3%201566.4%20732.4C1576.5%20745.6%201588.0%20758.7%201595.9%20773.3C1603.8%20787.9%201615.0%20804.6%201613.8%20820.0Z%22%20stroke-opacity=%22.09%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1706.3%20820.0C1702.5%20840.4%201685.6%20863.0%201666.3%20879.1C1647.0%20895.1%201611.7%20905.0%201590.5%20916.5C1569.3%20928.0%201551.4%20934.4%201539.1%20948.3C1526.7%20962.2%201526.5%20981.6%201516.4%20999.8C1506.4%201018.0%201496.2%201041.8%201478.6%201057.4C1461.1%201073.0%201435.9%201085.4%201411.2%201093.6C1386.4%201101.8%201357.3%201105.7%201330.0%201106.7C1302.7%201107.7%201272.7%201106.2%201247.1%201099.4C1221.5%201092.5%201196.5%201079.3%201176.3%201065.5C1156.2%201051.6%201141.7%201032.2%201126.3%201016.5C1111.0%201000.7%201097.3%20986.1%201084.2%20970.8C1071.0%20955.5%201055.6%20941.2%201047.5%20924.6C1039.4%20908.1%201037.4%20889.2%201035.4%20871.7C1033.4%20854.3%201039.4%20837.9%201035.5%20820.0C1031.7%20802.1%201020.6%20785.5%201012.4%20764.2C1004.1%20743.0%20985.8%20715.6%20986.2%20692.6C986.5%20669.7%20996.0%20642.6%201014.6%20626.5C1033.3%20610.5%201069.4%20602.1%201098.2%20596.4C1127.0%20590.7%201160.3%20593.5%201187.6%20592.5C1214.9%20591.5%201238.2%20590.8%201261.9%20590.5C1285.6%20590.2%201307.6%20589.7%201330.0%20590.7C1352.4%20591.7%201373.5%20594.7%201396.4%20596.3C1419.3%20597.9%201442.7%20597.8%201467.4%20600.6C1492.1%20603.4%201521.0%20604.9%201544.6%20613.0C1568.1%20621.1%201590.7%20634.5%201608.6%20649.1C1626.5%20663.7%201638.4%20682.8%201651.9%20700.8C1665.3%20718.7%201680.3%20737.0%201689.4%20756.9C1698.5%20776.8%201710.2%20799.6%201706.3%20820.0Z%22%20stroke-opacity=%22.09%22%20stroke-width=%221%22/%3E%3Cpath%20d=%22M1793.5%20820.0C1786.0%20845.1%201761.7%20871.9%201737.2%20891.5C1712.7%20911.0%201670.6%20922.3%201646.7%20937.3C1622.8%20952.4%201606.0%20962.3%201593.7%20981.8C1581.4%201001.2%201584.3%201029.5%201572.6%201054.0C1560.9%201078.6%201546.7%201109.9%201523.5%201129.1C1500.3%201148.3%201465.9%201161.1%201433.6%201169.3C1401.4%201177.4%201364.3%201178.6%201330.0%201178.0C1295.7%201177.3%201259.3%201174.3%201227.6%201165.3C1195.8%201156.3%201164.8%201140.8%201139.7%201124.0C1114.6%201107.1%201096.0%201083.6%201077.0%201064.1C1057.9%201044.6%201041.4%201026.0%201025.3%201006.9C1009.2%20987.8%20991.0%20969.9%20980.2%20949.6C969.4%20929.2%20965.4%20906.5%20960.6%20884.9C955.7%20863.3%20958.5%20842.9%20951.1%20820.0C943.6%20797.1%20926.5%20774.6%20915.9%20747.3C905.4%20720.0%20884.5%20684.4%20887.7%20656.2C890.9%20627.9%20908.5%20595.9%20935.1%20577.7C961.7%20559.6%201010.3%20552.8%201047.4%20547.4C1084.6%20542.0%201124.9%20546.9%201158.0%20545.3C1191.1%20543.6%201217.5%20540.0%201246.2%20537.5C1274.8%20535.0%201301.9%20530.6%201330.0%20530.0C1358.1%20529.3%201385.8%20531.8%201415.0%20533.5C1444.2%20535.2%201474.0%20536.2%201505.2%20540.1C1536.4%20544.1%201572.4%20547.0%201602.2%20557.5C1632.0%20567.9%201661.1%20584.4%201683.9%20602.9C1706.8%20621.4%201722.9%20645.5%201739.2%20668.4C1755.5%20691.4%201772.8%20715.4%201781.9%20740.7C1790.9%20765.9%201800.9%20794.9%201793.5%20820.0Z%22%20stroke-opacity=%22.15%22%20stroke-width=%221.4%22/%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(135deg,#0a2f42 0%,#0f4a66 55%,#14658a 100%);
  background-size:auto,cover,auto;background-position:center,center 35%,center;background-repeat:no-repeat;
  border-bottom:1px solid rgba(142,220,247,.28)}
#iz-chat-panel #iz-chat-head .iz-avatar{display:none}
#iz-chat-panel #iz-chat-head .iz-info::before{content:"SENDAI IZUMIGATAKE";display:block;margin-bottom:5px;
  font-family:var(--font-en,"Outfit",sans-serif);font-size:9px;font-weight:700;letter-spacing:.28em;color:#8edcf7}
#iz-chat-panel #iz-chat-head .iz-name{font-family:var(--font-min,"Shippori Mincho",serif);font-size:21px;font-weight:600;letter-spacing:.14em;line-height:1.2;color:#fff}
#iz-chat-panel #iz-chat-head .iz-status{display:inline-flex;align-items:center;gap:9px;margin-top:9px;font-size:11px;letter-spacing:.06em;color:rgba(255,255,255,.84)}
#iz-chat-panel #iz-chat-head .iz-status::before{content:"";width:18px;height:1px;background:#8edcf7;flex:none}
#iz-chat-panel #iz-chat-close{width:34px;height:34px;margin-top:2px;background:transparent;border:1px solid rgba(255,255,255,.5);color:#fff;font-size:18px;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .22s var(--bru-ease)}
#iz-chat-panel #iz-chat-close:hover,#iz-chat-panel #iz-chat-close:focus-visible{background:#fff;color:#082f43;border-color:#fff;transform:rotate(90deg)}
