/* ===========================
   小売・サービスの未来会議 2026 専用スタイル
   =========================== */
  /* ===========================
     小売・サービスの未来会議 2026 専用スタイル
     =========================== */
  html { scroll-behavior: smooth; }
  .wbn { overflow-x: hidden; }

  /* ---- Hero ---- */
  .wbn-hero {
    position: relative;
    background: url('10kaigi_bg.png') center/cover no-repeat;
    color: #1C2233;
    padding: 48px 24px 64px;
    text-align: center;
    overflow: hidden;
  }
  .wbn-hero-inner { position: relative; max-width: 880px; margin: 0 auto; }
  .wbn-hero-banner { margin: 0 0 28px; }
  .wbn-hero-banner-img { display: block; width: 100%; height: auto; border-radius: 12px; }
  .wbn-hero-cta {
    display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-bottom: 20px;
  }
  .wbn-btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: #FF4141;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 38px;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(255,65,65,0.35);
    transition: transform .2s, box-shadow .2s;
  }
  .wbn-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(255,65,65,0.45); }

  /* ---- In-page quick nav ---- */
  .wbn-quicknav {
    position: sticky; top: 60px; z-index: 150;
    background: rgba(22,32,52,0.96);
    backdrop-filter: blur(6px);
    display: flex; align-items: center; justify-content: center;
    gap: 22px;
    padding: 12px 24px;
    flex-wrap: wrap;
  }
  .wbn-quicknav a {
    color: rgba(255,255,255,0.78);
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
  }
  .wbn-quicknav a:hover { color: #F5A623; }
  .wbn-quicknav .wbn-qn-cta {
    background: #FF4141;
    color: #fff;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 6px;
  }

  /* ---- Section shared ---- */
  .wbn-section { padding: 84px 24px; }
  .wbn-section-inner { max-width: 1080px; margin: 0 auto; }
  .wbn-section-inner--narrow { max-width: 880px; }
  .wbn-eyebrow {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .1em;
    color: #FF4141;
    background: rgba(255,65,65,0.08);
    border-radius: 999px;
    padding: 6px 16px;
    margin-bottom: 16px;
  }
  .wbn-section-title {
    font-size: 28px;
    font-weight: 900;
    color: #1C2233;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .wbn-section-head { text-align: center; margin-bottom: 48px; }
  .wbn-section-head .wbn-eyebrow { display: table; margin: 0 auto 16px; }

  /* ---- Theme / Lead ---- */
  .wbn-theme { background: #fff; }
  .wbn-theme-inner { max-width: 760px; margin: 0 auto; text-align: center; }
  .wbn-theme-title {
    font-size: 26px;
    font-weight: 900;
    color: #1C2233;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  .wbn-theme-title span { display: block; font-size: 15px; font-weight: 700; color: #1C2233; margin-top: 8px; }
  .wbn-lead {
    text-align: left;
    font-size: 15px;
    line-height: 2;
    color: #444;
    margin-top: 40px;
  }
  .wbn-lead p { margin-bottom: 22px; }

  /* ---- 開催概要（タイムテーブル直後） ---- */
  .wbn-overview { background: #fff; }
  .wbn-overview-list { display: flex; flex-direction: column; }
  .wbn-overview-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 16px;
    padding: 22px 0;
    border-bottom: 2px solid #ECECEC;
  }
  .wbn-overview-row:first-child { padding-top: 0; }
  .wbn-overview-row:last-child { border-bottom: none; padding-bottom: 0; }
  .wbn-overview-row dt { font-weight: 700; color: #1C2233; font-size: 14px; }
  .wbn-overview-row dd { margin: 0; color: #444; font-size: 14px; line-height: 1.8; }
  .wbn-overview-row dd a { color: #1C2233; text-decoration: underline; }
  .wbn-overview-row dd a:hover { color: #F5A623; }

  /* ---- Gift campaign ---- */
  .wbn-gift { background: #FFF9EE; }
  .wbn-gift-heading-img { display: block; width: 100%; max-width: 900px; margin: 0 auto; }
  .wbn-gift-card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border: 1px solid #F3D9A0;
    border-radius: 16px;
    padding: 28px 32px;
    margin-bottom: 24px;
  }
  .wbn-gift-headline { font-size: 18px; font-weight: 800; color: #1C2233; margin-bottom: 6px; }
  .wbn-gift-sub { font-size: 13px; color: #666; line-height: 1.7; margin: 0; }
  .wbn-gift-notes { max-width: 760px; margin: 0 auto; list-style: none; padding: 0; }
  .wbn-gift-notes li {
    position: relative;
    padding-left: 18px;
    font-size: 12px;
    color: #888;
    line-height: 1.8;
    margin-bottom: 6px;
  }
  .wbn-gift-notes li::before { content: '・'; position: absolute; left: 0; }
  .wbn-gift-disclaimer {
    max-width: 760px;
    margin: 16px auto 0;
    padding-top: 16px;
    border-top: 1px solid #F0DDB0;
    font-size: 11px;
    color: #999;
    line-height: 1.8;
  }
  .wbn-gift-disclaimer strong { color: #888; }

  /* ---- Entry ---- */
  .wbn-entry { background: linear-gradient(180deg, #4a4d54, #3a3c42); color: #fff; }
  .wbn-entry .wbn-eyebrow { background: rgba(245,166,35,0.14); color: #F5A623; }
  .wbn-entry-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: start;
  }
  .wbn-entry-grid--single { grid-template-columns: 1fr; max-width: 640px; margin: 0 auto; }
  .wbn-entry-form-wrap {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    color: #1C2233;
  }
  .wbn-entry-privacy {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255,255,255,0.14);
    margin-top: 8px;
    padding-top: 24px;
  }
  .wbn-entry-privacy-lead { font-size: 12.5px; color: rgba(255,255,255,0.6); margin-bottom: 10px; line-height: 1.7; }
  .wbn-entry-privacy-list { display: flex; flex-wrap: wrap; gap: 8px 20px; }
  .wbn-entry-privacy-list li { font-size: 12px; }
  .wbn-entry-privacy-list a { color: #F5A623; text-decoration: underline; }
  .wbn-entry-privacy-note { font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 10px; }

  /* ---- Program tabs（クリックでその日のセクションへスクロール） ---- */
  .wbn-program { background: #fff; }
  .wbn-tabs {
    display: flex; justify-content: center; gap: 12px; margin-bottom: 40px;
  }
  .wbn-tab {
    display: flex; flex-direction: column; align-items: center;
    background: #F7F7F7;
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 12px 30px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    transition: all .25s;
    text-decoration: none;
  }
  .wbn-tab b { font-size: 16px; font-weight: 800; color: #1C2233; }
  .wbn-tab span { font-size: 12px; font-weight: 600; color: #888; margin-top: 2px; }
  .wbn-tab-badge {
    font-style: normal; font-size: 10px; font-weight: 700; color: #fff;
    background: #1C2233; border-radius: 999px; padding: 2px 10px; margin-top: 8px;
  }
  .wbn-tab:hover { background: #1C2233; border-color: #1C2233; }
  .wbn-tab:hover b, .wbn-tab:hover span { color: #fff; }
  .wbn-tab:hover span { color: #F5A623; }
  .wbn-tab:hover .wbn-tab-badge { background: #F5A623; color: #1C2233; }

  .wbn-program-stack {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 820px;
    margin: 0 auto;
  }
  .wbn-day-panel {
    background: #fff;
    border: 1px solid #EDEDED;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
    scroll-margin-top: 100px;
  }
  .wbn-day-panel-head {
    display: flex; align-items: baseline; gap: 10px;
    margin-bottom: 4px;
  }
  .wbn-day-panel-head b { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 800; color: #1C2233; }
  .wbn-day-panel-head span { font-size: 13px; color: #888; font-weight: 600; }
  .wbn-day-badge {
    font-style: normal; font-size: 11px; font-weight: 700; color: #1C2233;
    background: #FFF3D6; border: 1px solid #F5A623; border-radius: 999px; padding: 3px 12px;
  }
  .wbn-day-panel-sub { font-size: 12.5px; color: #999; margin-bottom: 18px; }
  .wbn-tt-group-label {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #fff;
    background: #1C2233;
    border-radius: 4px;
    padding: 3px 10px;
    margin: 0 0 14px;
  }
  .wbn-tt-note { font-size: 11.5px; color: #AAA; margin-top: 16px; line-height: 1.7; }

  /* ---- Timetable cards（SESSION番号＋時間＋タイトル＋登壇者。2社登壇は縦に併記） ---- */
  .wbn-tt-card {
    background: #fff;
    border: 1px solid #E4E7EC;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 20px;
    box-shadow: 0 4px 14px rgba(28,34,51,0.05);
  }
  .wbn-tt-card:last-of-type { margin-bottom: 0; }
  .wbn-tt-head { display: flex; gap: 20px; }
  .wbn-tt-head-meta { flex: 0 0 92px; }
  .wbn-tt-session-no {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .04em;
    color: #E0678A;
    margin: 0 0 4px;
  }
  .wbn-tt-session-time { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 13px; color: #1C2233; margin: 0; }
  .wbn-tt-time-sep { color: #B0B6C2; font-weight: 400; margin: 0 3px; }
  .wbn-tt-head-main { flex: 1; min-width: 0; }
  .wbn-tt-card-title { font-size: 19px; font-weight: 800; color: #1C2233; margin: 0 0 8px; line-height: 1.4; }
  .wbn-tt-card-desc { font-size: 13px; color: #777; line-height: 1.7; margin: 0; }
  .wbn-tt-divider { height: 1px; background: #E4E7EC; margin: 20px 0; }

  /* ---- 単独登壇（開会/ゲスト/クロージング） ---- */
  .wbn-tt-cospeakers { display: flex; flex-direction: column; }
  .wbn-tt-co { display: flex; gap: 24px; }
  .wbn-tt-speaker-logo-bar { width: 100%; height: 64px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
  .wbn-tt-speaker-logo-bar img { max-width: 240px; max-height: 100%; width: auto; height: auto; object-fit: contain; }
  .wbn-tt-co-left { flex: 0 0 200px; display: flex; gap: 14px; min-width: 0; }
  .wbn-tt-speaker-photo {
    flex: 0 0 auto;
    width: 56px; height: 56px;
    border-radius: 50%;
    background: linear-gradient(140deg,#E4E8F0,#CBD2E0);
    color: #96A0B5;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
  }
  .wbn-tt-speaker-photo img { width: 100%; height: 100%; object-fit: cover; }
  .wbn-tt-speaker-photo-group { flex: 0 0 auto; display: flex; }
  .wbn-tt-speaker-photo-group .wbn-tt-speaker-photo { border: 2px solid #fff; margin-left: -12px; }
  .wbn-tt-speaker-photo-group .wbn-tt-speaker-photo:first-child { margin-left: 0; }
  .wbn-tt-speaker-text { min-width: 0; padding-top: 2px; }
  .wbn-tt-speaker-co { font-size: 11.5px; color: #888; margin: 0 0 2px; line-height: 1.5; }
  .wbn-tt-speaker-role { font-size: 11.5px; color: #888; margin: 0 0 4px; line-height: 1.5; }
  .wbn-tt-speaker-name { font-size: 14px; font-weight: 700; color: #1C2233; margin: 0; }
  .wbn-tt-speaker-name span { font-weight: 500; font-size: 12px; color: #666; margin-left: 2px; }

  /* ---- 2社登壇（登壇者2名＋内容紹介を通しで表示） ---- */
  .wbn-tt-cospeakers--double { display: flex; flex-direction: row; gap: 28px; }
  .wbn-tt-speakers-col { flex: 0 0 220px; display: flex; flex-direction: column; min-width: 0; }
  .wbn-tt-speaker-block { padding: 16px 0; }
  .wbn-tt-speaker-block:first-child { padding-top: 0; }
  .wbn-tt-speaker-block:last-child { padding-bottom: 0; }
  .wbn-tt-co-divider { height: 2px; background: #ECECEC; margin: 4px 0; }
  .wbn-tt-content-col { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 16px; }
  .wbn-tt-bio-text { font-size: 14.5px; color: #555; line-height: 2.15; margin: 0; }

  /* ---- READ MORE トグル（登壇者プロフィール） ---- */
  .wbn-tt-readmore {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    padding: 0;
    margin-top: 8px;
    font-size: 11px;
    font-weight: 700;
    color: #1a6be0;
    cursor: pointer;
    font-family: inherit;
  }
  .wbn-tt-readmore svg { transition: transform .25s ease; }
  .wbn-tt-readmore.open svg { transform: rotate(180deg); }
  .wbn-tt-more {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .35s ease;
  }
  .wbn-tt-more.open { grid-template-rows: 1fr; }
  .wbn-tt-more-inner { overflow: hidden; }
  .wbn-tt-more-body { padding-top: 10px; }
  .wbn-tt-profile-text { font-size: 11.5px; color: #777; line-height: 1.8; margin: 0; }

  /* ---- Entry banner（LINKバナー） ---- */
  .wbn-entry-banner-section { padding: 56px 24px; background: #fff; }
  .wbn-entry-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    background: linear-gradient(120deg, #162034 0%, #1c2740 55%, #2a1f3d 100%);
    border-radius: 18px;
    padding: 32px 40px;
    box-shadow: 0 16px 36px rgba(22,32,52,0.22);
    transition: transform .2s, box-shadow .2s;
    text-decoration: none;
    color: inherit;
  }
  .wbn-entry-banner:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(22,32,52,0.3); }
  .wbn-entry-banner-text { min-width: 0; flex: 1 1 260px; }
  .wbn-entry-banner-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #1C2233;
    background: #F5A623;
    border-radius: 999px;
    padding: 4px 14px;
    margin-bottom: 12px;
  }
  .wbn-entry-banner-title { color: #fff; font-size: 24px; font-weight: 800; line-height: 1.6; margin-bottom: 8px; overflow-wrap: break-word; }
  .wbn-entry-banner-sub { color: rgba(255,255,255,0.65); font-size: 15px; margin: 0; overflow-wrap: break-word; }
  .wbn-entry-banner-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FF4141;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    padding: 14px 26px;
    border-radius: 8px;
    white-space: nowrap;
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .wbn-only-mobile { display: none; }
  @media (max-width: 600px) {
    .wbn-entry-banner { padding: 26px 24px; }
    .wbn-entry-banner-title { font-size: 20px; }
    .wbn-entry-banner-sub { font-size: 13px; }
    .wbn-entry-banner-arrow { width: 100%; justify-content: center; }
    .wbn-only-mobile { display: inline; }
  }

  /* ---- Sticky bottom CTA ---- */
  .wbn-sticky-cta {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    background: #1C2233;
    color: #fff;
    display: flex; align-items: center; justify-content: center; gap: 20px;
    padding: 14px 20px;
    transform: translateY(100%);
    transition: transform .3s ease;
  }
  .wbn-sticky-cta.is-visible { transform: translateY(0); }
  .wbn-sticky-cta p { font-size: 13px; font-weight: 600; margin: 0; }
  .wbn-sticky-cta .wbn-btn-primary { padding: 10px 26px; font-size: 14px; box-shadow:none; }

  @media (max-width: 768px) {
    .wbn-quicknav { top: 52px; }
  }

  @media (max-width: 900px) {
    .wbn-quicknav { justify-content: flex-start; overflow-x: auto; }
    .wbn-entry-grid { grid-template-columns: 1fr; }
    .wbn-section { padding: 56px 20px; }
    .wbn-gift-card { flex-direction: column; text-align: center; }
  }

  @media (max-width: 700px) {
    .wbn-program-stack { gap: 24px; }
    .wbn-day-panel { padding: 16px; border-radius: 14px; }
    .wbn-day-panel-head { flex-wrap: wrap; gap: 4px 8px; }
    .wbn-day-panel-head b { font-size: 15px; }
    .wbn-day-panel-head span { font-size: 11px; }
    .wbn-day-panel-sub { font-size: 11px; margin-bottom: 12px; }
    .wbn-tt-group-label { font-size: 10px; margin-bottom: 10px; }
    .wbn-tt-card { padding: 18px; margin-bottom: 14px; border-radius: 12px; }
    .wbn-tt-head { gap: 12px; }
    .wbn-tt-head-meta { flex: 0 0 66px; }
    .wbn-tt-session-no { font-size: 10px; }
    .wbn-tt-session-time { font-size: 11px; }
    .wbn-tt-card-title { font-size: 15px; margin: 0 0 5px; }
    .wbn-tt-card-desc { font-size: 11.5px; }
    .wbn-tt-divider { margin: 14px 0; }
    .wbn-tt-co { flex-direction: column; gap: 10px; }
    .wbn-tt-co-left { flex: 0 0 auto; }
    .wbn-tt-speaker-photo { width: 40px; height: 40px; }
    .wbn-tt-speaker-logo-bar { height: 40px; margin-bottom: 8px; }
    .wbn-tt-speaker-logo-bar img { max-width: 160px; }
    .wbn-tt-speaker-co, .wbn-tt-speaker-role { font-size: 10.5px; }
    .wbn-tt-speaker-name { font-size: 12.5px; }
    .wbn-tt-cospeakers--double { gap: 16px; }
    .wbn-tt-speakers-col { flex: 0 0 150px; }
    .wbn-tt-speakers-col .wbn-tt-speaker-photo { width: 40px; height: 40px; }
    .wbn-tt-speakers-col .wbn-tt-co-left { gap: 8px; }
    .wbn-tt-bio-text { font-size: 11.5px; }
    .wbn-tt-profile-text { font-size: 10.5px; }
    .wbn-tt-note { font-size: 10px; }
    .wbn-overview-row { grid-template-columns: 1fr; gap: 6px; }
  }

  @media (max-width: 480px) {
    .wbn-tt-cospeakers--double { flex-direction: column; gap: 16px; }
    .wbn-tt-speakers-col { flex: 0 0 auto; }
    .wbn-tt-speakers-col .wbn-tt-co-left { flex-direction: row; }
  }

  /* ---- 共通フッターと区別できるよう本ページ専用の色に変更 ---- */
  body.wbn .footer { background: #0B0E1A; }

/* ---- Header（メガメニュー構成／共通style.cssより流用） ---- */
#header.header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #fff;
  border-bottom: 1px solid #E8E8E8;
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.header-logo { display: flex; align-items: center; gap: 9px; flex-shrink: 0; text-decoration: none; }
.header-logo .logo-img { height: 28px; width: auto; display: block; }
.header-nav { display: flex; align-items: center; gap: 0; flex: 1; justify-content: center; }
.nav-item { position: relative; }
.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.78px;
  vertical-align: middle;
  color: #222222;
  padding: 8px 11px;
  border-radius: 4px;
  border: none;
  background: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s;
  text-decoration: none;
}
.nav-link:hover, .nav-item.open .nav-link { background: #F7F7F7; }
.nav-arrow { transition: transform 0.2s; flex-shrink: 0; color: #888888; margin-left: 1px; }
.nav-item.open .nav-arrow { transform: rotate(180deg); }
.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.10);
  min-width: 190px;
  z-index: 300;
  animation: wbnDdFadeIn 0.15s ease;
}
.nav-item.open .dropdown { display: block; }
@keyframes wbnDdFadeIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.dropdown-inner { padding: 8px 0; }
.dropdown-slim ul { display: flex; flex-direction: column; }
.dropdown-slim ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  font-size: 13.5px;
  font-weight: 500;
  color: #222222;
  transition: background 0.15s;
  white-space: nowrap;
  text-decoration: none;
}
.dropdown-slim ul li a:hover { background: #F7F7F7; }
.dd-bullet { color: #F5A623; font-size: 8px; flex-shrink: 0; }
.header-actions { display: flex; align-items: center; flex-shrink: 0; }
.btn-contact-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #FF4141;
  padding: 9px 18px;
  border-radius: 4px;
  white-space: nowrap;
  transition: background 0.2s;
  text-decoration: none;
}
.btn-contact-nav:hover { background: #e03535; }
@media (max-width: 900px) {
  .header-nav { display: none; }
}
@media (max-width: 480px) {
  #header.header { padding: 0 16px; height: 52px; }
  .header-logo .logo-img { height: 22px; }
  .btn-contact-nav { font-size: 11px; padding: 7px 12px; }
}

/* ---- Footer（シンプル構成） ---- */
#footer {
  background: #0B0E1A;
  padding: 56px 24px 32px;
  text-align: center;
}
.footer-inner { max-width: 560px; margin: 0 auto; }
.footer-logo { width: 140px; height: auto; margin: 0 auto 24px; display: block; }
.footer-lead { color: #fff; font-size: 15px; line-height: 1.8; margin-bottom: 24px; }
.footer-cta {
  display: inline-block;
  background: #FF4141;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 32px;
  border-radius: 8px;
  margin-bottom: 32px;
}
.footer-cta:hover { opacity: .85; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 24px; margin-bottom: 24px; list-style: none; padding: 0; }
.footer-links a { color: rgba(255,255,255,0.65); font-size: 12.5px; text-decoration: underline; }
.footer-links a:hover { color: #fff; }
.footer-copy { color: rgba(255,255,255,0.4); font-size: 11px; }

/* ---- HERO 2026 (差し替え版デザイン、専用スコープ) ---- */
.wbn-hero2 img { display: block; max-width: 100%; }
.wbn-hero2 a { color: #1e3fa8; text-decoration: none; }
.wbn-hero2, .wbn-hero2 * { box-sizing: border-box; }
.wbn-hero2-sp { display: none; }
@media (max-width: 1023px) {
  .wbn-hero2-pc { display: none; }
  .wbn-hero2-sp { display: block; }
}
