.global-footer {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(243, 239, 228, .1);
  background: rgba(14, 12, 9, .96);
  color: #f3efe4;
  font-family: "Archivo", "Noto Sans JP", sans-serif;
  backdrop-filter: blur(8px);
}

.global-footer .home-footer__inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 56px clamp(20px, 5vw, 44px) calc(120px + env(safe-area-inset-bottom, 0px));
  text-align: center;
}

.global-footer .home-footer__brand {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
}

.global-footer .home-footer__brand-name {
  color: #f3efe4;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1;
}

.global-footer .home-footer__brand-sub {
  margin: 0;
  color: #c9c3b6;
  font-size: 11px;
  letter-spacing: .16em;
}

.global-footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 10px 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(243, 239, 228, .14);
}

.global-footer__menu a {
  color: #f3efe4;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}

.global-footer__menu a:hover,
.global-footer__menu a:focus-visible {
  color: #e8542f;
}
.global-menu-toggle { position: fixed; top: 58px; right: clamp(14px, 3vw, 42px); z-index: 2147483001; display: inline-flex; align-items: center; justify-content: center; width: 44px; min-width: 44px; min-height: 44px; padding: 10px; border: 1px solid rgba(243,239,228,.36); border-radius: 999px; background: rgba(18,16,12,.42); color: #f3efe4; cursor: pointer; backdrop-filter: blur(8px); }
.global-menu-toggle[aria-expanded="true"] { visibility: hidden; pointer-events: none; }
.global-menu-toggle__icon { display: grid; gap: 4px; width: 16px; }
.global-menu-toggle__icon i { display: block; height: 1px; background: currentColor; }
.global-menu-toggle:focus-visible,.global-menu-panel__close:focus-visible,.global-menu-panel__links a:focus-visible,.site-brand:focus-visible { outline: 2px solid #8fd4c9; outline-offset: 3px; }
.global-menu-panel { position: fixed; inset: 0 0 0 auto; z-index: 2147483000; width: min(420px, calc(100vw - 24px)); background: rgba(18,16,12,.96); color: #f3efe4; box-shadow: -20px 0 60px rgba(0,0,0,.35); backdrop-filter: blur(18px); }
.global-menu-panel[hidden] { display: none; }
.global-menu-panel__inner { position: relative; display: flex; min-height: 100%; flex-direction: column; justify-content: center; padding: 80px clamp(28px, 7vw, 64px); }
.global-menu-panel__close { position: absolute; top: 24px; right: 24px; border: 0; background: transparent; color: inherit; font-size: 32px; line-height: 1; cursor: pointer; }
.global-menu-panel__links { display: grid; gap: 0; width: 100%; border-top: 1px solid rgba(243,239,228,.16); }
.global-menu-panel__links a { padding: 17px 0; border-bottom: 1px solid rgba(243,239,228,.12); color: #f3efe4; font-size: clamp(16px, 2vw, 20px); font-weight: 700; line-height: 1.2; text-decoration: none; white-space: nowrap; }
.global-menu-panel__links a:hover, .global-menu-panel__links a:focus-visible { color: #e8542f; }

.global-footer .home-footer__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid rgba(243, 239, 228, .1);
}

.global-footer .home-footer__info {
  margin: 0;
  color: #9a9488;
  font: 400 12px/1.9 "Noto Sans JP", sans-serif;
  text-wrap: nowrap;
  white-space: nowrap;
}

.global-footer .home-footer__social > span {
  display: block;
  margin-bottom: 12px;
  color: #9a9488;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.global-footer .home-footer__social div {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.global-footer .home-footer__social a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(243, 239, 228, .34);
  border-radius: 50%;
  color: #f3efe4;
  font-size: 11px;
  text-decoration: none;
}

.global-footer .home-footer__social a:hover,
.global-footer .home-footer__social a:focus-visible {
  border-color: #e8542f;
  color: #e8542f;
}

.global-footer .home-footer__social a:focus-visible {
  outline: 2px solid #f3efe4;
  outline-offset: 3px;
}

.global-footer .home-footer__copy {
  margin: 0;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid rgba(243, 239, 228, .1);
  color: #6b665c;
  font-size: 10px;
}

@media (max-width: 640px) {
  body.home .global-footer { min-height: 0; }
  .global-footer__supporters { padding-top: 32px; }
  .global-footer__supporters .global-footer__band-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .global-footer__supporters .global-footer__band-cell { min-height: 64px; padding: 9px 8px; }
  .global-footer__supporters .global-footer__band-cell img { max-height: 34px; }
  .global-footer__supporters .global-footer__band-cell--text .global-footer__band-name { font-size: 10px; }
  .global-footer .home-footer__inner {
    gap: 20px;
    padding-top: 36px;
    padding-bottom: calc(38px + env(safe-area-inset-bottom, 0px));
  }

  .global-footer .home-footer__brand-sub {
    font-size: 9px;
  }

  .global-footer .home-footer__copy {
    font-size: 9px;
  }
}

:is(.home-floating-nav, .tf-floating-nav, .nf-bottom-nav, .floating-nav, .bottom-nav, .map-floating-nav, .program-floating-nav) {
  transition: translate .28s ease, opacity .2s ease;
}

:is(.home-floating-nav, .tf-floating-nav, .nf-bottom-nav, .floating-nav, .bottom-nav, .map-floating-nav, .program-floating-nav).is-footer-hidden {
  translate: 0 calc(100% + 40px + env(safe-area-inset-bottom, 0px));
  opacity: 0;
  pointer-events: none;
}

/*
 * 支援者ロゴ帯（全ページ共通フッター上部、data-supporters-band）。
 * public/assets/css/supporters.css の .supporters-cell と同じクリーム地の例外カード見た目を、
 * フッターに収まるようひとまわり小さいサイズで再現する（min-height 96px→72px、logo 46px→36px）。
 */
.global-footer__band {
  box-sizing: border-box;
  width: 100%;
  padding: 40px clamp(20px, 5vw, 44px) 0;
}

.global-footer__band--header {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  height: 44px;
  padding: 7px clamp(16px, 3vw, 48px);
  overflow: hidden;
  border-bottom: 1px solid rgba(28, 25, 21, .16);
  background: #d6d1c7;
  color: #211e1a;
  box-shadow: 0 2px 10px rgba(18, 16, 12, .12);
}
.global-footer__band--header .global-footer__band-inner { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2.5vw, 34px); max-width: 1440px; height: 100%; margin-inline: auto; text-align: left; }
.global-footer__band--header .global-footer__band-label { flex: 0 0 auto; margin: 0; color: #4f4a42; font-size: 10px; white-space: nowrap; }
.global-footer__band--header .global-footer__band-grid { display: flex; flex: 0 1 min(72vw, 1040px); flex-wrap: nowrap; align-items: center; justify-content: flex-start; min-width: 0; gap: clamp(18px, 3vw, 44px); overflow-x: auto; scrollbar-width: none; }
.global-footer__band--header .global-footer__band-grid::-webkit-scrollbar { display: none; }
.global-footer__band-track { display: flex; flex: 0 0 auto; align-items: center; gap: clamp(18px, 3vw, 44px); }
.global-footer__band-track + .global-footer__band-track { display: none; }
.global-footer__band--header .global-footer__band-cell { flex: 0 0 auto; min-height: 34px; padding: 3px 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; color: #211e1a; }
.global-footer__band--header .global-footer__band-cell img { max-width: 190px; max-height: 30px; }
.global-footer__band--header .global-footer__band-name { color: #211e1a; white-space: nowrap; }
.global-footer__band--header .global-footer__band-cell--text { display: inline-flex; flex: 0 0 auto; align-items: center; min-height: 34px; padding: 3px 0; color: #211e1a; white-space: nowrap; }
.global-footer__band--header .global-footer__band-cell--text .global-footer__band-name { color: #211e1a; white-space: nowrap; }
.global-footer__supporters { width: min(100%, 880px); margin: 0 auto; padding: 42px clamp(20px, 5vw, 44px) 0; }
.global-footer__supporters .global-footer__band-label { margin-bottom: 18px; }
.global-footer__supporters .global-footer__band-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; }
.global-footer__supporters .global-footer__band-cell { min-height: 76px; padding: 12px 16px; }
.global-footer__supporters .global-footer__band-cell img { max-width: 100%; max-height: 44px; }
.global-footer__supporters .global-footer__band-cell--text .global-footer__band-name { white-space: nowrap; font-size: clamp(10px, 1.2vw, 13px); }

body[data-sponsors-band] { padding-top: 44px; }
body[data-sponsors-band] .site-header,
body[data-sponsors-band] .tf-top,
body[data-sponsors-band] .map-top,
body[data-sponsors-band] .nav,
body[data-sponsors-band] .nf-header,
body[data-sponsors-band] .program-header,
body[data-sponsors-band] .topbar,
body[data-sponsors-band] .home-language { top: 44px; }

.global-footer__band-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.global-footer__band-label {
  margin: 0 0 16px;
  color: #9a9488;
  font: 700 11px/1.4 "Archivo", sans-serif;
  letter-spacing: .16em;
}

/* ロゴ付きパートナーは、件数に応じて自然に列数が変わるカード一覧にする。 */
.global-footer__band-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
  gap: 12px;
}

.global-footer__band-cell {
  min-width: 0;
}

.global-footer__band-cell {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 14px 18px;
  background: #f3efe4;
  border-radius: 6px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .45);
  text-decoration: none;
  transition: transform .25s ease;
}

.global-footer__band-cell:hover {
  transform: translateY(-2px);
}

.global-footer__band-cell img {
  display: block;
  max-height: 36px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.global-footer__band-name {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #2a251d;
  text-align: center;
}

.global-footer__band-cell--text {
  min-height: 0;
  max-width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #f3efe4;
  text-decoration: none;
}

.global-footer__band-cell--text:hover {
  color: #8fd4c9;
  transform: none;
}

.global-footer__band-cell--text .global-footer__band-name {
  color: inherit;
  font-size: clamp(9px, 1.55vw, 12px);
  white-space: normal;
  line-break: strict;
  text-wrap: nowrap;
  white-space: nowrap;
}

.global-supporters-section { position: relative; z-index: 6; isolation: isolate; width: 100%; max-width: none; margin: 0; padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 44px); background: #f3efe4; color: #211e1a; opacity: 1; visibility: visible; }
.global-supporters-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1200; display: flex; height: 44px; overflow-x: auto; overflow-y: hidden; pointer-events: auto; touch-action: pan-x; overscroll-behavior-x: contain; scroll-behavior: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; background: #d6d1c7; border-bottom: 1px solid rgba(33, 30, 26, .28); box-shadow: 0 2px 8px rgba(18, 16, 12, .18); color: #211e1a; opacity: 1; visibility: visible; cursor: grab; }
.global-supporters-top::-webkit-scrollbar { display: none; }
.global-supporters-top.is-user-scrolling { cursor: grabbing; }
.global-supporters-top__track { display: flex; flex: 0 0 auto; align-items: center; justify-content: flex-start; gap: clamp(24px, 4vw, 64px); width: max-content; min-width: 0; height: 100%; padding-inline: clamp(24px, 4vw, 64px); box-sizing: border-box; animation: none !important; }
.global-supporters-top .global-supporter-cell { display: inline-flex; flex: 0 0 auto; min-height: 34px; flex-direction: row; gap: 0; padding: 3px 0; color: #211e1a; }
.global-supporters-top .global-supporter-cell img { max-width: 150px; max-height: 30px; }
.global-supporters-top .global-footer__band-name { width: auto; color: #211e1a; white-space: nowrap; }
.global-supporters-top .global-supporters-section__name { display: none; }
.global-supporters-top .global-supporter-cell--text .global-footer__band-name { color: #211e1a; font-size: 11px; }
.global-supporters-section__label { width: min(100%, 960px); margin: 0 auto 28px; color: #4f4a42; font: 700 11px/1.4 "Archivo", sans-serif; letter-spacing: .18em; text-align: center; }
.global-supporters-section__group { width: min(100%, 960px); margin: 0 auto; }
.global-supporters-section__group + .global-supporters-section__group { margin-top: clamp(38px, 6vw, 68px); }
.global-supporters-section__group-title { position: relative; width: max-content; max-width: 100%; margin: 0 auto clamp(18px, 2.5vw, 28px); padding: .55rem 1.25rem; border-block: 1px solid rgba(238, 80, 44, .42); color: #ee502c; font: 700 13px/1.4 "Noto Sans JP", sans-serif; letter-spacing: .14em; text-align: center; text-wrap: balance; }
.global-supporters-section__group-title::after { content: ""; position: absolute; right: 50%; bottom: -.15rem; width: 2.25rem; height: 2px; background: #ee502c; transform: translateX(50%); }
.global-supporters-section__grid { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(22px, 4vw, 48px) clamp(22px, 5vw, 64px); width: 100%; margin: 0 auto; }
.global-supporter-cell { display: flex; min-width: 0; min-height: 72px; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 8px 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; color: #211e1a; overflow: hidden; text-decoration: none; }
.global-supporters-section__group--sponsor .global-supporter-cell { flex: 0 1 calc(50% - 32px); max-width: 448px; min-height: clamp(106px, 12vw, 148px); }
.global-supporters-section__group--secondary .global-supporter-cell { flex: 0 1 calc(33.333% - 43px); max-width: 288px; min-height: 92px; }
.global-supporter-cell:hover { color: #8fd4c9; }
.global-supporter-cell img { display: block; width: auto; max-width: min(100%, 360px); max-height: 92px; height: auto; object-fit: contain; }
.global-supporters-section .global-footer__band-name,
.global-supporters-section__name { display: block; max-width: 100%; color: #211e1a; font-size: 10px; line-height: 1.35; text-align: center; text-wrap: balance; line-break: strict; overflow-wrap: break-word; }
.global-supporter-cell--text { min-height: 0; padding: 8px 0; }
.global-supporters-section__group--sponsor .global-supporter-cell--text .global-footer__band-name { font-size: clamp(15px, 1.55vw, 18px); line-height: 1.45; }
.global-supporters-section__group--secondary .global-supporter-cell--text .global-footer__band-name { font-size: clamp(12px, 1.25vw, 15px); line-height: 1.45; }

/* ロゴ未設定の名称はカードにせず、狭い行間の名簿として表示する。 */
.global-footer__band-text-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  margin-top: 14px;
  text-align: center;
}

.global-footer__band-text-list .global-footer__band-cell {
  display: block;
  flex: 1 1 220px;
  width: auto;
  max-width: 270px;
  padding: 0;
}

.global-footer__band-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  margin-top: 18px;
  padding: 7px 13px 7px 16px;
  border: 1px solid rgba(243, 239, 228, .42);
  border-radius: 999px;
  color: #f3efe4;
  font: 700 12px/1 "Noto Sans JP", sans-serif;
  text-decoration: none;
}

.global-footer__band-more:hover,
.global-footer__band-more:focus-visible {
  border-color: #e8542f;
  background: #e8542f;
  color: #171411;
}

.global-footer__band-more b { font-size: 16px; line-height: .7; font-weight: 500; }
body.home .global-footer__band-inner,
body.home .global-footer__band-grid { text-align: center; }
body.home .home-section-dots { display: none; }

.home-scroll-title { position: fixed; z-index: 1100; top: 44px; right: 0; left: 0; display: flex; align-items: center; justify-content: flex-start; min-height: 56px; padding: 9px clamp(20px, 5vw, 60px); background: linear-gradient(180deg, rgba(18,16,12,.92), rgba(18,16,12,0)); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .28s ease, transform .28s ease; }
.home-scroll-title.is-visible { opacity: 1; transform: none; }
.home-scroll-title .site-brand { color: #f3efe4; }
.home-scroll-title .site-brand b { font-size: 18px; }
.home-scroll-title .site-brand span { font-size: 9px; }
@media (max-width: 640px) { .global-footer__band--header { height: 38px; padding: 5px 14px; } .global-footer__band--header .global-footer__band-label { display: none; } .global-footer__band--header .global-footer__band-inner { display: block; } .global-footer__band--header .global-footer__band-grid { display: flex; width: 100%; max-width: none; overflow: hidden; } .global-footer__band--header .global-footer__band-track { animation: sponsor-marquee 28s linear infinite; } .global-footer__band--header .global-footer__band-track + .global-footer__band-track { display: flex; } .global-footer__band--header .global-footer__band-cell img { max-width: 150px; max-height: 26px; } .global-footer__band--header .global-footer__band-cell--text { font-size: 11px; } body[data-sponsors-band] { padding-top: 38px; } body[data-sponsors-band] .site-header, body[data-sponsors-band] .tf-top, body[data-sponsors-band] .map-top, body[data-sponsors-band] .nf-header, body[data-sponsors-band] .program-header, body[data-sponsors-band] .topbar, body[data-sponsors-band] .home-language { top: 38px; } .home-scroll-title { top: 38px; min-height: 48px; padding-inline: 20px; } .home-scroll-title .site-brand span { display: none; } .global-menu-toggle { top: 46px; right: 12px; width: 40px; min-width: 40px; min-height: 40px; padding: 8px; } }
@keyframes sponsor-marquee { from { transform: translateX(0); } to { transform: translateX(calc(-100% - 18px)); } }
@media (prefers-reduced-motion: reduce) { .home-scroll-title, .global-footer__band-more { transition: none; } }
@media (max-width: 640px) {
  .global-supporters-top { height: 38px; }
  .global-supporters-top__track { gap: 28px; padding-inline: 18px; }
  .global-supporters-top .global-supporter-cell img { max-width: 120px; max-height: 26px; }
  .global-footer__band {
    padding-top: 32px;
  }

  .global-footer__band-grid {
    gap: 10px;
  }

  .global-footer__band-cell {
    min-height: 64px;
    padding: 12px 14px;
  }

  .global-footer__band-text-list {
    gap: 12px 18px;
    margin-top: 12px;
  }

  .global-footer__band-text-list .global-footer__band-cell {
    flex-basis: 164px;
    max-width: 220px;
    min-height: 0;
    padding: 0;
  }
}

/* 収まる件数はセンター配置、溢れる件数だけJSの循環スクロールを使う。 */
.global-supporters-top.is-static {
  overflow-x: hidden;
  cursor: default;
}

.global-supporters-top.is-static .global-supporters-top__track {
  width: 100%;
  min-width: 100%;
  justify-content: center;
}

.global-supporters-top.is-loop .global-supporters-top__track {
  width: max-content;
  min-width: 0;
  justify-content: flex-start;
}

.global-supporters-top [data-sponsor-clone] {
  user-select: none;
}

/* 狭いスマホでは長い法人名を2列に押し込まず、名称ごとに1行幅を確保する。 */
@media (max-width: 480px) {
  .global-footer__band-text-list {
    row-gap: 8px;
  }

  .global-footer__band-text-list .global-footer__band-cell {
    flex-basis: 100%;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .global-footer__band-cell {
    transition: none;
  }
}

/*
 * サイト共通ヘッダーブランド（ZENTO + タグライン）。
 * functions/_middleware.ts が a.site-brand を GLOBAL_BRAND_HTML に置換する。
 * 数値は public/assets/css/ticket-faithful.css の .tf-brand / .tf-brand b / .tf-brand span
 * （public/assets/css/map-faithful.css の .map-brand と同一値）から厳密に引用。
 */
.site-brand {
  display: flex;
  align-items: baseline;
  gap: 14px;
  min-height: 44px;
  padding: 8px 0;
  font-family: "Archivo", sans-serif;
  text-decoration: none;
}

.site-brand b {
  font-size: 22px;
  letter-spacing: .05em;
}

.site-brand span {
  color: #c9c3b6;
  font-size: 10px;
  letter-spacing: .18em;
}

@media (max-width: 640px) {
  .global-footer .home-footer__info { max-width: none; white-space: nowrap; }
  .global-supporters-section { padding: 48px 24px 64px; }
  .global-supporters-section__group + .global-supporters-section__group { margin-top: 34px; }
  .global-supporters-section__group-title { margin-bottom: 16px; padding-inline: 1rem; font-size: 12px; }
  .global-supporters-section__grid { gap: 22px 16px; }
  /* スマホでは両区分を1列にし、協賛ロゴの領域を僅かに広く保つ。 */
  .global-supporters-section__group--sponsor .global-supporter-cell { flex-basis: 100%; max-width: 300px; min-height: 84px; }
  .global-supporters-section__group--sponsor .global-supporter-cell img { max-width: 260px; max-height: 64px; }
  .global-supporters-section__group--secondary .global-supporter-cell { flex-basis: 100%; max-width: 260px; min-height: 70px; }
  .global-supporters-section__group--secondary .global-supporter-cell img { max-width: 220px; max-height: 56px; }
  .global-supporter-cell { min-height: 56px; }
  .global-supporter-cell img { max-width: 100%; }
  .global-supporters-section__group--sponsor .global-supporter-cell--text .global-footer__band-name { font-size: 16px; line-height: 1.45; }
  .global-supporters-section__group--secondary .global-supporter-cell--text .global-footer__band-name { font-size: 15px; line-height: 1.45; }
}

@media (max-width: 420px) {
  .global-supporters-section__group--secondary .global-supporter-cell { max-width: 260px; }
}

/*
 * 公開ページの固定ナビは、タブレット以下では片手操作の導線として残し、
 * 横幅 1101px 以上では本文とフッターを覆わないよう非表示にする。
 * 1100px は 1024px タブレットを含め、1366px 以上をデスクトップとして扱う境界。
 */
:is(.home-floating-nav, .tf-floating-nav, .nf-bottom-nav, .floating-nav, .bottom-nav, .map-floating-nav, .program-floating-nav) {
  box-sizing: border-box;
}

@media (min-width: 1101px) {
  :is(.home-floating-nav, .tf-floating-nav, .nf-bottom-nav, .floating-nav, .bottom-nav, .map-floating-nav, .program-floating-nav) {
    display: none !important;
  }
}

/* タブレットではフッター直後の通常フローへ移し、本文を固定層で覆わない。 */
@media (min-width: 768px) and (max-width: 1100px) {
  :is(.home-floating-nav, .tf-floating-nav, .nf-bottom-nav, .floating-nav, .bottom-nav, .map-floating-nav, .program-floating-nav) {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    translate: none !important;
    margin: 0 auto;
  }

  :is(.home-floating-nav, .program-floating-nav, .map-floating-nav) {
    width: 100%;
    max-width: none;
  }

  :is(.home-floating-nav, .program-floating-nav, .map-floating-nav) > div,
  :is(.home-floating-nav, .program-floating-nav, .map-floating-nav) > .home-floating-nav__inner {
    margin-inline: auto;
  }

  :is(.home-floating-nav, .tf-floating-nav, .nf-bottom-nav, .floating-nav, .bottom-nav, .map-floating-nav, .program-floating-nav).is-footer-hidden {
    translate: none !important;
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 1100px) {
  :is(.home-floating-nav, .tf-floating-nav, .nf-bottom-nav, .floating-nav, .bottom-nav, .map-floating-nav, .program-floating-nav) > a,
  :is(.home-floating-nav, .tf-floating-nav, .nf-bottom-nav, .floating-nav, .bottom-nav, .map-floating-nav, .program-floating-nav) > div > a {
    min-height: 44px;
    white-space: nowrap;
  }
}
