@charset "UTF-8";

/* 検索フォーム用：広域ブロックボタンから都道府県を選択 */

.jp-map {
  margin-top: 14px;
  padding: 16px 14px 18px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  max-width: 720px;
}

.jp-map__title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 800;
  color: #334155;
}

.jp-map__hint {
  margin: 0 0 12px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
}

.jp-map__regions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
}

.jp-map__region-btn {
  flex: 1 1 auto;
  min-width: 4.5em;
  padding: 10px 12px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 8px;
  background: var(--jp-region-fill, #e2e8f0);
  font-size: 12px;
  font-weight: 800;
  color: #1e293b;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.25;
  text-align: center;
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.jp-map__region-btn:hover {
  filter: brightness(1.03);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.1);
}

.jp-map__region-btn:focus {
  outline: 2px solid #1a5fb4;
  outline-offset: 2px;
}

.jp-map__region-btn.is-active {
  box-shadow: 0 0 0 2px #1a5fb4, 0 2px 8px rgba(26, 95, 180, 0.25);
  filter: brightness(0.98);
}

.jp-map__panel {
  min-height: 0;
  margin-top: 14px;
}

.jp-map__panel[hidden] {
  display: none !important;
}

.jp-map__panel-title {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  color: #475569;
}

.jp-map__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.jp-map__chip {
  display: inline-block;
  padding: 7px 11px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #334155;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
}

.jp-map__chip:hover,
.jp-map__chip:focus {
  border-color: #1a5fb4;
  color: #1a5fb4;
  outline: none;
}

.jp-map__chip.is-selected {
  background: #1a5fb4;
  border-color: #1a5fb4;
  color: #fff;
}

.jp-map__actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

a.jp-map__clear {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #94a3b8;
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  box-sizing: border-box;
}

a.jp-map__clear:hover {
  background: #f1f5f9;
}

.jp-map__seo-nav {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px dashed #cbd5e1;
  font-size: 12px;
  color: #64748b;
}
.jp-map__seo-nav summary {
  cursor: pointer;
  font-weight: 700;
  color: #475569;
}
.jp-map__seo-nav-body {
  margin-top: 10px;
  max-height: 240px;
  overflow: auto;
}
.jp-map__seo-block {
  margin-bottom: 10px;
}
.jp-map__seo-block-title {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 800;
  color: #334155;
}
.jp-map__seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}
.jp-map__seo-links a {
  font-size: 11px;
  color: #1a5fb4;
  text-decoration: none;
}
.jp-map__seo-links a:hover {
  text-decoration: underline;
}

.jp-map__current {
  font-size: 12px;
  color: #64748b;
}

.jp-map__current strong {
  color: #0f172a;
  font-weight: 800;
}

@media (max-width: 480px) {
  .jp-map__region-btn {
    min-width: calc(50% - 4px);
    flex: 1 1 calc(50% - 4px);
  }
}
@charset "UTF-8";

/* イベントポータルTOP（Walker系レイアウトを参考にしたオリジナル） */

.portal-shell {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 14px 40px;
}

/* TOP: 検索向け見出し（h1 はページに1つ） */
.portal-seo-h1 {
  margin: 8px 0 8px;
  font-size: clamp(1.05rem, 2.8vw, 1.35rem);
  font-weight: 800;
  line-height: 1.35;
  color: #0f172a;
  letter-spacing: -0.02em;
}
.portal-seo-intro {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.65;
  color: #475569;
}

.portal-breadcrumb {
  font-size: 12px;
  color: #666;
  padding: 10px 0 6px;
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
}
.portal-breadcrumb a {
  color: #1a5fb4;
  text-decoration: none;
}
.portal-breadcrumb a:hover {
  text-decoration: underline;
}

.portal-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 10px 0 16px;
  font-size: 13px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 18px;
}
.portal-subnav a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
}
.portal-subnav a:hover {
  color: #1a5fb4;
}
.portal-subnav__admin {
  font-size: 12px;
  font-weight: 500;
  color: #94a3b8 !important;
  margin-left: auto;
}
.portal-subnav__admin:hover {
  color: #64748b !important;
}

/* 目立つ導線: 今日3選・週末TOP5 */
.portal-prominent-picks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0 0 22px;
}
@media (min-width: 640px) {
  .portal-prominent-picks {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}
.portal-prominent-picks__btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 16px 18px 18px;
  border-radius: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  line-height: 1.35;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  border: 1px solid transparent;
}
.portal-prominent-picks__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.16);
  color: #fff;
}
.portal-prominent-picks__btn--today {
  background: linear-gradient(135deg, #0d9488 0%, #0f766e 45%, #115e59 100%);
  border-color: rgba(255, 255, 255, 0.12);
}
.portal-prominent-picks__btn--weekend {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
  border-color: rgba(255, 255, 255, 0.12);
}
.portal-prominent-picks__main {
  font-size: clamp(1.05rem, 2.5vw, 1.2rem);
  letter-spacing: -0.02em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}
.portal-prominent-picks__badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.portal-prominent-picks__hint {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.92;
  line-height: 1.45;
}

/* TOP 上部に集約した検索・絞り込み */
.portal-filters {
  margin-bottom: 24px;
  padding: 18px 18px 20px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
.portal-filters__title {
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #1a5fb4;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #0f172a;
}
.portal-filters__block {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #e8eef4;
}
.portal-filters__block:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.portal-filters__label {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  color: #334155;
}
.portal-filters .portal-action-strip {
  margin-bottom: 0;
}
.portal-filters .portal-search {
  margin-bottom: 10px;
}
.portal-filters .portal-search-suggest {
  margin-bottom: 14px;
}
.portal-filters .jp-map {
  margin-bottom: 0;
}
.portal-filters .portal-refine--featured {
  margin-top: 0;
  margin-bottom: 0;
}

/* フィルター内アコーディオン（日付カレンダー / よく使う絞り込み） */
.portal-filter-accordion {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.portal-filter-accordion__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  cursor: pointer;
  list-style: none;
  font-family: inherit;
}
.portal-filter-accordion__summary::-webkit-details-marker {
  display: none;
}
.portal-filter-accordion__lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  flex: 1;
  min-width: 0;
  text-align: left;
}
.portal-filter-accordion__title {
  font-size: 13px;
  font-weight: 800;
  color: #334155;
}
.portal-filter-accordion__hint {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.4;
}
.portal-filter-accordion__icon {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #64748b;
  border-bottom: 2px solid #64748b;
  transform: rotate(-45deg);
  flex-shrink: 0;
  margin-top: -4px;
  transition: transform 0.2s ease;
}
.portal-filter-accordion[open] > .portal-filter-accordion__summary .portal-filter-accordion__icon {
  transform: rotate(135deg);
  margin-top: 4px;
}
.portal-filter-accordion__body {
  padding: 0 14px 14px;
  border-top: 1px solid #e8eef4;
}
.portal-filter-accordion__panel-inner {
  margin-top: 12px;
  padding: 14px 14px 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.portal-quick-links--accordion {
  flex: none;
  min-width: 0;
}

.portal-action-strip {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px 16px 16px;
  margin-bottom: 18px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.portal-action-strip__title {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #64748b;
  text-transform: uppercase;
}
.portal-action-strip__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.portal-action-strip__btn {
  flex: 1 1 auto;
  min-width: 76px;
  text-align: center;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.portal-action-strip__btn:hover {
  background: #1a5fb4;
  border-color: #1a5fb4;
  color: #fff;
}
.portal-action-strip__btn--accent {
  border-color: #fdba74;
  background: #fff7ed;
  color: #9a3412;
}
.portal-action-strip__btn--accent:hover {
  background: #ea580c;
  border-color: #ea580c;
  color: #fff;
}
.portal-action-strip__btn--ghost {
  border-style: dashed;
  color: #475569;
}
.portal-action-strip__btn--primary {
  flex: 1 1 100%;
  max-width: none;
  background: #1a5fb4;
  border-color: #1a5fb4;
  color: #fff;
}
@media (min-width: 520px) {
  .portal-action-strip__btn--primary {
    flex: 1 1 auto;
    max-width: 200px;
  }
}
.portal-action-strip__btn--primary:hover {
  background: #154a8c;
  border-color: #154a8c;
  color: #fff;
}

.portal-content-note {
  margin: 0 0 20px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.65;
  color: #475569;
  background: #f8fafc;
  border-left: 4px solid #94a3b8;
  border-radius: 0 8px 8px 0;
}
.portal-content-note strong {
  color: #1e293b;
}

.portal-hero {
  margin-bottom: 28px;
}
.portal-hero__main {
  min-width: 0;
}

/* 注目バナー */
.portal-hero__banner {
  border-radius: 8px;
  overflow: hidden;
  background: #f7f9fc;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  min-height: 280px;
  display: flex;
  flex-direction: column;
}
.portal-hero__banner-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  color: #0f172a;
  text-decoration: none;
}
.portal-hero__banner-link:hover .portal-hero__banner-title {
  color: #1a5fb4;
}
.portal-hero__banner-imgwrap {
  background: #e2e8f0;
  flex-shrink: 0;
}
.portal-hero__banner--photo .portal-hero__banner-imgwrap {
  border-bottom: 1px solid #e2e8f0;
}
.portal-hero__banner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}
.portal-hero__banner-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.portal-hero__banner-body--static {
  background: transparent;
}
.portal-hero__banner--noimg {
  padding: 0;
  justify-content: center;
}
.portal-hero__banner--noimg .portal-hero__banner-link {
  padding: 24px 20px 22px;
  justify-content: center;
}
.portal-hero__banner-title {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 8px;
  color: #0f172a;
}
.portal-hero__banner--noimg .portal-hero__banner-title {
  font-size: 18px;
}
.portal-hero__banner-meta {
  font-size: 14px;
  margin: 0 0 14px;
  color: #64748b;
  font-weight: 600;
}
.portal-hero__banner-cta {
  display: inline-block;
  padding: 10px 18px;
  background: #1a5fb4;
  color: #fff !important;
  border: 1px solid #1a5fb4;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  width: fit-content;
  margin-top: 4px;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.portal-hero__banner-link:hover .portal-hero__banner-cta {
  background: #154a8c;
  border-color: #154a8c;
}
a.portal-hero__banner-cta:hover {
  background: #154a8c;
  border-color: #154a8c;
  color: #fff !important;
}

.portal-date-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.portal-date-btns a {
  flex: 1 1 auto;
  min-width: 72px;
  text-align: center;
  padding: 10px 8px;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  text-decoration: none;
}
.portal-date-btns a:hover {
  background: #1a5fb4;
  border-color: #1a5fb4;
  color: #fff;
}

.portal-region-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
.portal-region-grid a {
  display: block;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border: 1px solid #dbe2ea;
  border-radius: 4px;
  color: #1e293b;
  text-decoration: none;
}
.portal-region-grid a:hover {
  background: #eff6ff;
  border-color: #1a5fb4;
  color: #1a5fb4;
}

.portal-refine {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  align-items: flex-start;
  margin-bottom: 24px;
  padding: 18px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.portal-refine--featured {
  margin-top: 8px;
  margin-bottom: 28px;
  padding: 16px 18px 18px;
  background: #fafbfc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

#mini-cal {
  scroll-margin-top: 16px;
}

.portal-mini-cal {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.portal-mini-cal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  width: 100%;
  max-width: 240px;
}
.portal-mini-cal__title {
  font-weight: 800;
  font-size: 15px;
}
.portal-mini-cal__nav {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  font-size: 18px;
}
.portal-mini-cal__nav:hover {
  background: #f0f0f0;
}
.portal-mini-cal__grid {
  border-collapse: collapse;
  font-size: 12px;
  margin: 0 auto;
}
.portal-mini-cal__grid th,
.portal-mini-cal__grid td {
  width: 32px;
  height: 28px;
  text-align: center;
  padding: 0;
}
.portal-mini-cal__grid th {
  color: #888;
  font-weight: 600;
}
.portal-mini-cal__grid td a {
  display: block;
  line-height: 28px;
  color: #1a5fb4;
  text-decoration: none;
  border-radius: 4px;
}
.portal-mini-cal__grid td a:hover {
  background: #e0efff;
}

.portal-quick-links {
  flex: 1;
  min-width: 200px;
}
.portal-quick-links p {
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 10px;
  color: #334155;
}
.portal-quick-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.portal-quick-links--accordion ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media (max-width: 420px) {
  .portal-quick-links--accordion ul {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 900px) {
  .portal-quick-links--accordion ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.portal-quick-links--accordion a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #cbd5e1;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
  line-height: 1.25;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.05s ease;
}
.portal-quick-links--accordion a:hover {
  background: #1a5fb4;
  border-color: #1a5fb4;
  color: #fff;
  text-decoration: none;
}
.portal-quick-links--accordion a:active {
  transform: translateY(1px);
}
.portal-quick-links a {
  font-size: 13px;
  color: #1a5fb4;
  text-decoration: none;
}
.portal-quick-links a:hover {
  text-decoration: underline;
}

.portal-search {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.portal-search-suggest {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0 0 20px;
  font-size: 13px;
  color: #64748b;
}
.portal-search-suggest__label {
  font-weight: 700;
  color: #475569;
}
.portal-search-suggest__chip {
  display: inline-block;
  padding: 5px 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #1a5fb4;
  text-decoration: none;
}
.portal-search-suggest__chip:hover {
  background: #eff6ff;
  border-color: #1a5fb4;
}

.portal-search input[type="text"] {
  flex: 1 1 200px;
  min-width: 160px;
  padding: 11px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}
.portal-search button {
  padding: 11px 20px;
  border: 0;
  border-radius: 6px;
  background: #1a5fb4;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  font-size: 14px;
}
.portal-search button:hover {
  background: #154a8c;
}

.portal-page-title {
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 20px;
  letter-spacing: 0.02em;
  color: #111;
}

.portal-section {
  margin-bottom: 36px;
}
.portal-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  background: linear-gradient(90deg, #334155 0%, #475569 100%);
  color: #fff;
  padding: 12px 16px;
  border-radius: 6px 6px 0 0;
  margin: 0;
}
.portal-section__head h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
}
.portal-section__more {
  font-size: 13px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  opacity: 0.95;
}
.portal-section__more:hover {
  text-decoration: underline;
}
.portal-section__body {
  border: 1px solid #e2e8f0;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  padding: 14px 12px;
  background: #fafbfc;
}

.portal-card-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.portal-card {
  display: flex;
  gap: 14px;
  align-items: stretch;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
@media (max-width: 560px) {
  .portal-card {
    flex-direction: column;
  }
}
.portal-card__thumb {
  flex: 0 0 200px;
  max-width: 200px;
  border-radius: 6px;
  overflow: hidden;
  background: #f1f5f9;
}
.portal-card__thumb img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}
.portal-card__thumb--placeholder img {
  object-fit: contain;
  width: 100%;
  height: 120px;
  display: block;
  padding: 14px 18px;
  box-sizing: border-box;
  background: #fff;
}
.portal-hero__banner--placeholder .portal-hero__banner-imgwrap img {
  object-fit: contain;
  opacity: 1;
  padding: 20px 32px;
  box-sizing: border-box;
  background: #fff;
}
.portal-card__body {
  flex: 1;
  min-width: 0;
}
.portal-card__title {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
}
.portal-card__title a {
  color: #111;
  text-decoration: none;
}
.portal-card__title a:hover {
  color: #1a5fb4;
}
.portal-card__period {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  color: #475569;
}
.portal-card__loc {
  margin: 0 0 6px;
  font-size: 13px;
  color: #64748b;
}
.portal-card__excerpt {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: #475569;
}

.portal-card__kind {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  vertical-align: 0.1em;
}
.portal-card__kind--info {
  background: #e0f2fe;
  color: #0369a1;
  border: 1px solid #7dd3fc;
}

/* 地域ブロック内: イベント / 情報 の二段構成 */
.portal-region-panel {
  margin-bottom: 40px;
}
.portal-region-panel__stack {
  border: 1px solid #e2e8f0;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #f8fafc;
  padding: 12px;
}
.portal-kind-block + .portal-kind-block {
  margin-top: 18px;
}
.portal-kind-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
}
.portal-kind-block__head h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: #1e293b;
}
.portal-kind-block__more {
  font-size: 13px;
  font-weight: 700;
  color: #1a5fb4 !important;
  text-decoration: none;
}
.portal-kind-block__more:hover {
  text-decoration: underline;
}
.portal-region-panel__stack .portal-section__body {
  margin-bottom: 0;
}

.portal-search-split__title {
  font-size: 17px;
  font-weight: 800;
  margin: 20px 0 10px;
  color: #334155;
  padding-bottom: 6px;
  border-bottom: 2px solid #e2e8f0;
}
.portal-search-split__title:first-child {
  margin-top: 0;
}

.portal-empty {
  padding: 24px;
  text-align: center;
  color: #64748b;
  background: #fff;
  border-radius: 8px;
  border: 1px dashed #cbd5e1;
}

/* TOP: テーマ別ランディングへの導線 */
.portal-topics {
  margin: 0 0 20px;
  padding: 14px 14px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.portal-topics__title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
}
.portal-topics__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.portal-topics__grid a {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  color: #1e40af;
  background: #fff;
  border: 1px solid #bfdbfe;
}
.portal-topics__grid a:hover {
  background: #eff6ff;
  border-color: #60a5fa;
}

/* /topics/ ランディング */
.topic-landing__subnav {
  margin-bottom: 10px;
}
.topic-landing__article {
  padding: 4px 0 28px;
}
.topic-landing__h1 {
  margin: 10px 0 14px;
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  font-weight: 800;
  line-height: 1.35;
  color: #0f172a;
}
.topic-index__h1 {
  margin-top: 4px;
}
.topic-landing__h2 {
  margin: 22px 0 10px;
  font-size: 16px;
  font-weight: 800;
  color: #334155;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 6px;
}
.topic-landing__p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.75;
  color: #334155;
}
.topic-landing__actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.topic-landing__action {
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
}
.topic-landing__action-link {
  display: inline-block;
  font-weight: 800;
  font-size: 15px;
  color: #1a5fb4;
  text-decoration: none;
}
.topic-landing__action-link:hover {
  text-decoration: underline;
}
.topic-landing__action-hint {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.55;
  color: #64748b;
}

.topic-index__cards {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 640px) {
  .topic-index__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.topic-index__card-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.topic-index__card-link:hover {
  border-color: #93c5fd;
  box-shadow: 0 4px 14px rgba(30, 64, 175, 0.08);
}
.topic-index__card-title {
  font-weight: 800;
  font-size: 16px;
  color: #0f172a;
}
.topic-index__card-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #64748b;
}

/* -------------------------------------------------------------------------- */
/* TOP v2（モック準拠: トップバー・フル幅ヒーロー・横スクロール・カテゴリ等） */
/* -------------------------------------------------------------------------- */

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.portal-shell.portal-shell--v2 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 0 48px;
}

.portal-topbar {
  position: sticky;
  top: 0;
  z-index: 10035;
  background: #fff;
  border-bottom: 1px solid #e8eef4;
  /* ドロワー（10040）より下・本文より上 */
}

/* TOP 等: .portal-shell 内のトップバーもビューポート全幅の帯にする */
.portal-shell--v2 > .portal-topbar {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}
/* イベント一覧の .list-wrap / フッターと同じ 1060px・横 13px で本文と揃える */
.portal-topbar__inner {
  box-sizing: border-box;
  max-width: 1060px;
  margin: 0 auto;
  padding: 12px 13px 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
/* TOP 等: シェル幅に合わせ、パンくず（16px）と左右を揃える */
.portal-shell--v2 > .portal-topbar .portal-topbar__inner {
  max-width: none;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.portal-topbar__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}
.portal-topbar__kicker {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.04em;
}
.portal-topbar__logo {
  display: block;
  line-height: 0;
}
.portal-topbar__logo img {
  display: block;
  height: auto;
  max-height: 48px;
  width: auto;
}
.portal-topbar__tagline {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
}
.portal-topbar__tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: flex-end;
  justify-content: flex-end;
}
.portal-topbar__tool {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 52px;
  padding: 6px 4px 2px;
  font-size: 11px;
  font-weight: 700;
  color: #334155;
  text-decoration: none;
}
.portal-topbar__tool:hover {
  color: #1d4ed8;
}
.portal-topbar__tool-ic {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 640px) {
  .portal-topbar__inner {
    padding: 6px 12px 8px;
    gap: 8px 10px;
  }
  .portal-shell--v2 > .portal-topbar .portal-topbar__inner {
    padding-left: 12px;
    padding-right: 12px;
  }
  .portal-topbar__brand {
    gap: 0;
  }
  .portal-topbar__kicker {
    font-size: 10px;
    line-height: 1.15;
    letter-spacing: 0.02em;
  }
  .portal-topbar__logo img {
    max-height: 38px;
  }
  .portal-topbar__tagline {
    display: none;
  }
  .portal-topbar__tools {
    gap: 6px 10px;
  }
  .portal-topbar__tool {
    min-width: 48px;
    padding: 3px 2px 1px;
    font-size: 10px;
    gap: 1px;
  }
  .portal-topbar__tool-ic {
    font-size: 16px;
  }
}

.portal-breadcrumb.portal-breadcrumb--v2 {
  margin: 0;
  padding: 8px 16px 10px;
  border-bottom: 0;
  font-size: 12px;
  color: #64748b;
  background: #f8fafc;
}
.portal-breadcrumb--v2 a {
  color: #2563eb;
}

/* ヒーロー: シェル幅を突き抜けて全幅に近づける */
.portal-shell--v2 .portal-hero-visual {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: clamp(280px, 52vw, 420px);
  background-color: #1e3a5f;
  background-image: var(--portal-hero-bg);
  background-size: cover;
  background-position: center 40%;
}
.portal-hero-visual__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.35) 0%,
    rgba(15, 23, 42, 0.5) 45%,
    rgba(15, 23, 42, 0.75) 100%
  );
  pointer-events: none;
}
.portal-hero-visual__inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(24px, 5vw, 48px) 16px clamp(20px, 4vw, 36px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.portal-hero-visual__title {
  margin: 0 0 12px;
  font-size: clamp(1.15rem, 3.2vw, 1.65rem);
  font-weight: 800;
  line-height: 1.35;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
  max-width: 36em;
}
.portal-hero-visual__title--graphic {
  max-width: min(400px, 88vw);
  margin: 0 0 14px;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
  filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.35));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .portal-hero-visual__title--graphic {
    max-width: min(380px, 72vw);
  }
}
@media (min-width: 1024px) {
  .portal-hero-visual__title--graphic {
    max-width: 440px;
  }
}
.portal-hero-visual__title-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.portal-hero-visual__title-line {
  display: block;
}
.portal-hero-visual__title-accent {
  display: block;
  margin-top: 6px;
  color: #fde047;
  font-size: clamp(1.25rem, 3.8vw, 1.85rem);
}
.portal-hero-visual__lead {
  margin: 0 0 20px;
  font-size: clamp(0.88rem, 2vw, 1rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  max-width: 32em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}
.portal-hero-visual__search {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto 20px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.2);
  box-sizing: border-box;
}
.portal-hero-visual__search-input {
  flex: 1 1 180px;
  min-width: 0;
  border: 0;
  padding: 12px 14px;
  font-size: 15px;
  border-radius: 10px;
  background: #f1f5f9;
}
.portal-hero-visual__search-input:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 0;
  background: #fff;
}
.portal-hero-visual__search-btn {
  flex: 0 0 auto;
  padding: 12px 22px;
  border: 0;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
}
.portal-hero-visual__search-btn:hover {
  filter: brightness(1.05);
}

/* モバイル: イベント検索を画面下部に固定（portal_mobile_search_dock / TOP ヒーローフォーム） */
.portal-mobile-search-dock {
  display: none;
}

/* PC/タブレット: 右下に固定（モバイルは下部バー） */
@media (min-width: 641px) {
  :root {
    --portal-search-fab-gap: 18px;
  }
  .portal-mobile-search-dock {
    display: block;
    position: fixed;
    right: var(--portal-search-fab-gap);
    bottom: var(--portal-search-fab-gap);
    left: auto;
    z-index: 10032;
    padding: 10px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.14);
    box-sizing: border-box;
    max-width: min(520px, calc(100vw - 2 * var(--portal-search-fab-gap)));
  }
  .portal-mobile-search-dock__form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
    margin: 0;
    width: 100%;
  }
  .portal-mobile-search-dock__input {
    flex: 1 1 auto;
    min-width: 220px;
    border: 0;
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 10px;
    background: #f1f5f9;
    box-sizing: border-box;
  }
  .portal-mobile-search-dock__input:focus {
    outline: 2px solid #3b82f6;
    outline-offset: 0;
    background: #fff;
  }
  .portal-mobile-search-dock__btn {
    flex: 0 0 auto;
    padding: 10px 14px;
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  /* index ではヒーロー検索を使うため、ドックはPC/タブレット専用にできる */
  .portal-mobile-search-dock--desktoponly {
    display: none !important;
  }
  /* 固定検索バー分：本文末尾・フッター後の余白（実測より小さかった 56px を拡大） */
  :root {
    --portal-search-dock-clearance: calc(100px + env(safe-area-inset-bottom, 0px));
  }

  html {
    scroll-padding-bottom: var(--portal-search-dock-clearance);
  }

  .portal-mobile-search-dock {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10032;
    padding: 8px 10px;
    padding-bottom: max(8px, env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -4px 24px rgba(15, 23, 42, 0.08);
    box-sizing: border-box;
  }

  .portal-mobile-search-dock__form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .portal-mobile-search-dock__input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    padding: 10px 12px;
    font-size: 16px;
    border-radius: 10px;
    background: #f1f5f9;
    box-sizing: border-box;
  }

  .portal-mobile-search-dock__input:focus {
    outline: 2px solid #3b82f6;
    outline-offset: 0;
    background: #fff;
  }

  .portal-mobile-search-dock__btn {
    flex: 0 0 auto;
    padding: 10px 14px;
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
    white-space: nowrap;
  }

  .portal-home-body {
    padding-bottom: var(--portal-search-dock-clearance);
  }

  /* 一覧ページ：最終行がドックに潜らないよう list-wrap 内にも確保 */
  .portal-home-body .list-wrap {
    padding-bottom: var(--portal-search-dock-clearance);
  }

  /* TOP「今注目」：カード列の下に余白を増やし、開催中バッジが固定検索と重なりにくくする */
  .portal-hot__track {
    padding: 4px 16px calc(16px + 56px);
  }

  /* TOP: ヒーロー内フォームを下部固定（id 維持で easearch・都道府県 hidden 連携のため） */
  .portal-hero-visual__search.portal-hero-visual__search--mobile-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10032;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 8px 10px;
    padding-bottom: max(8px, env(safe-area-inset-bottom, 0px));
    border-radius: 0;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid #e2e8f0;
    border-bottom: 0;
    box-shadow: 0 -4px 24px rgba(15, 23, 42, 0.08);
    flex-wrap: nowrap;
    gap: 8px;
    box-sizing: border-box;
  }

  .portal-hero-visual__search--mobile-dock .portal-hero-visual__search-input {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 16px;
    padding: 10px 12px;
  }

  .portal-hero-visual__search--mobile-dock .portal-hero-visual__search-btn {
    flex: 0 0 auto;
    padding: 10px 14px;
    font-size: 14px;
    white-space: nowrap;
  }
}

.portal-hero-visual__tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.portal-hero-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 8px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  text-decoration: none;
  color: #0f172a;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.portal-hero-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
  color: #1d4ed8;
}
.portal-hero-tile__ic {
  font-size: 26px;
  line-height: 1;
}

.portal-notice-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 40px 0;
  padding: 10px 16px;
  background: linear-gradient(90deg, #e0f2fe 0%, #dbeafe 100%);
  border-bottom: 1px solid #bfdbfe;
  font-size: 13px;
}
.portal-notice-bar__ic {
  flex-shrink: 0;
}
.portal-notice-bar__label {
  font-weight: 800;
  color: #1e40af;
  flex-shrink: 0;
}
.portal-notice-bar__link {
  flex: 1 1 200px;
  color: #1e3a8a;
  text-decoration: none;
  font-weight: 600;
  min-width: 0;
}
.portal-notice-bar__link:hover {
  text-decoration: underline;
}
.portal-notice-bar__more {
  margin-left: auto;
  font-weight: 700;
  font-size: 12px;
  color: #2563eb;
  text-decoration: none;
  white-space: nowrap;
}
.portal-notice-bar__more:hover {
  text-decoration: underline;
}

/* TOP: お知らせ・ブログ（DB連携） */
.portal-newsfeed {
  margin: 0;
  padding: 14px 16px 16px;
  background: linear-gradient(90deg, #e0f2fe 0%, #dbeafe 100%);
  border-bottom: 1px solid #bfdbfe;
  font-size: 13px;
}
.portal-newsfeed__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 10px;
}
.portal-newsfeed__ic {
  flex-shrink: 0;
  font-size: 18px;
}
.portal-newsfeed__title {
  margin: 0;
  flex: 1 1 auto;
  font-size: 15px;
  font-weight: 900;
  color: #1e40af;
}
.portal-newsfeed__all {
  margin-left: auto;
  font-weight: 800;
  font-size: 12px;
  color: #2563eb;
  text-decoration: none;
  white-space: nowrap;
}
.portal-newsfeed__all:hover {
  text-decoration: underline;
}
.portal-newsfeed__empty {
  margin: 0;
  color: #334155;
  line-height: 1.55;
}
.portal-newsfeed__empty a {
  color: #2563eb;
  font-weight: 700;
}
.portal-newsfeed__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.portal-newsfeed__item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  border: 1px solid #bfdbfe;
}
.portal-newsfeed__date {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}
.portal-newsfeed__badge {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #1e40af;
}
.portal-newsfeed__badge--blog {
  background: #fce7f3;
  color: #9d174d;
}
.portal-newsfeed__link {
  flex: 1 1 200px;
  min-width: 0;
  font-weight: 700;
  color: #1e3a8a;
  text-decoration: none;
}
.portal-newsfeed__link:hover {
  text-decoration: underline;
  color: #1d4ed8;
}

/* /news/ 一覧・記事 */
.portal-news-page--listing,
.portal-news-page--article {
  position: relative;
  overflow: clip;
}
.portal-news-page--listing::before,
.portal-news-page--article::before {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 1;
  background:
    radial-gradient(ellipse 120% 80% at 0% -10%, rgba(37, 99, 235, 0.11), transparent 55%),
    radial-gradient(ellipse 90% 70% at 100% 20%, rgba(56, 189, 248, 0.09), transparent 50%),
    radial-gradient(circle at 50% 100%, rgba(129, 140, 248, 0.06), transparent 45%);
}
.portal-news-page--listing > *,
.portal-news-page--article > * {
  position: relative;
  z-index: 1;
}
.portal-news-page .portal-breadcrumb--v2 {
  border-radius: 0;
}
.portal-news-page__head {
  margin: 0 16px 20px;
  padding: 20px 18px 22px;
  position: relative;
}
.portal-news-page__h1 {
  margin: 0 0 10px;
  font-size: clamp(1.25rem, 3.2vw, 1.6rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.25;
}
.portal-news-page__h1::after {
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  margin-top: 12px;
  border-radius: 4px;
  background: linear-gradient(90deg, #2563eb, #38bdf8);
}
.portal-news-page__lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #475569;
  font-weight: 600;
  max-width: 42em;
}
.portal-news-page__stats {
  margin: 0 16px 12px;
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
}
.portal-news-page__stats strong {
  color: #334155;
  font-weight: 900;
}
.portal-news-page__list {
  margin: 0 16px 40px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.portal-news-page__item {
  margin: 0;
  padding: 0;
}
.portal-news-page__card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 8px 12px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.portal-news-page__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #38bdf8, #818cf8);
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: left center;
  transition:
    opacity 0.22s ease,
    transform 0.28s ease;
}
.portal-news-page__card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}
.portal-news-page__card:hover {
  border-color: #bfdbfe;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.1);
  transform: translateY(-1px);
}
.portal-news-page__card:focus {
  outline: none;
}
.portal-news-page__card:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.45);
  outline-offset: 2px;
}
.portal-news-page__card-meta {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}
.portal-news-page__date {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #64748b;
  font-variant-numeric: tabular-nums;
}
.portal-news-page__badge {
  font-size: 11px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #1e40af;
}
.portal-news-page__badge--blog {
  background: #fce7f3;
  color: #9d174d;
}
.portal-news-page__card-title {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.5;
  color: #1e3a8a;
  min-width: 0;
}
.portal-news-page__card:hover .portal-news-page__card-title {
  color: #1d4ed8;
}
.portal-news-page__card-go {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  align-self: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #f1f5f9;
  position: relative;
}
.portal-news-page__card-go::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 46%;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 -4px;
  border-right: 2px solid #64748b;
  border-top: 2px solid #64748b;
  transform: rotate(45deg);
}
.portal-news-page__card:hover .portal-news-page__card-go {
  background: #dbeafe;
}
.portal-news-page__card:hover .portal-news-page__card-go::after {
  border-color: #2563eb;
}
.portal-news-page__empty {
  margin: 24px 16px 48px;
  padding: 28px 22px 32px;
  text-align: center;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.portal-news-page__empty--404 {
  max-width: 480px;
}
.portal-news-page__empty-title {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 900;
  color: #0f172a;
}
.portal-news-page__empty-text {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.65;
  color: #64748b;
}
.portal-news-page__empty-action a,
.portal-news-page__empty-actions a {
  font-weight: 800;
  font-size: 14px;
}
.portal-news-page__empty-action a {
  color: #2563eb;
  text-decoration: none;
}
.portal-news-page__empty-action a:hover {
  text-decoration: underline;
}
.portal-news-page__empty-actions {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: center;
  align-items: center;
}
.portal-news-page__empty-sub {
  font-size: 14px;
  font-weight: 700;
  color: #64748b;
  text-decoration: none;
}
.portal-news-page__empty-sub:hover {
  color: #334155;
  text-decoration: underline;
}

.portal-news-article {
  margin: 8px 16px 48px;
  max-width: 720px;
}
/* お知らせ・ブログ共通の記事カード */
.portal-news-article--sheet {
  position: relative;
  margin: 30px auto;
  padding: 32px 36px 42px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, #f8fafc 55%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.9) inset,
    0 20px 50px rgba(15, 23, 42, 0.07),
    0 4px 16px rgba(37, 99, 235, 0.05);
}
.portal-news-article--sheet::after {
  content: '';
  position: absolute;
  bottom: 12px;
  right: 14px;
  width: 100px;
  height: 100px;
  border-radius: 40% 60% 55% 45%;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.06), transparent);
  pointer-events: none;
  z-index: 0;
}
.portal-news-article--sheet > * {
  position: relative;
  z-index: 1;
}
.portal-news-toc {
  position: relative;
  margin: 0 0 28px;
  padding: 0;
  border-radius: 14px;
  background: linear-gradient(145deg, #ffffff 0%, #f0f9ff 100%);
  border: 1px solid #bae6fd;
  box-shadow: 0 8px 28px rgba(14, 165, 233, 0.1);
  overflow: hidden;
}
.portal-news-toc__glow {
  position: absolute;
  top: -40%;
  right: -20%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.35) 0%, transparent 70%);
  pointer-events: none;
}
.portal-news-toc__inner {
  position: relative;
  padding: 16px 18px 18px;
  z-index: 1;
}
.portal-news-toc__title {
  margin: 0 0 12px;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #0c4a6e;
  display: flex;
  align-items: center;
  gap: 8px;
}
.portal-news-toc__title::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}
.portal-news-toc__list {
  margin: 0;
  padding: 0 0 0 1.35em;
  list-style: decimal;
  font-size: 14px;
  font-weight: 700;
  color: #334155;
}
.portal-news-toc__item {
  margin: 0.45em 0;
  padding-left: 0.25em;
}
.portal-news-toc__item--sub {
  list-style: lower-alpha;
  font-weight: 650;
  font-size: 13px;
  color: #475569;
}
.portal-news-toc__link {
  color: #1d4ed8;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition:
    color 0.15s ease,
    border-color 0.15s ease;
}
.portal-news-toc__link:hover {
  color: #1e40af;
  border-bottom-color: rgba(30, 64, 175, 0.35);
}
.portal-news-toc__link:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 3px;
  border-radius: 4px;
}
.portal-news-article__head {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e8f0;
}
.portal-news-article__meta {
  margin: 0 0 12px;
  font-size: 13px;
  color: #64748b;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.portal-news-article__title {
  margin: 0;
  font-size: clamp(1.2rem, 2.9vw, 1.55rem);
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: -0.02em;
  color: #0f172a;
}
.portal-news-article__body {
  font-size: 16px;
  line-height: 1.9;
  color: #334155;
}
.portal-news-article__h2 {
  scroll-margin-top: 1.5rem;
  margin: 2.25em 0 0.9em;
  padding: 0.4em 0 0.45em 16px;
  border-left: 4px solid #2563eb;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.07), transparent 65%);
  font-size: clamp(1.05rem, 2.4vw, 1.2rem);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #0f172a;
}
.portal-news-article__h3 {
  scroll-margin-top: 1.5rem;
  margin: 1.65em 0 0.65em;
  padding: 0.15em 0 0.15em 12px;
  border-left: 3px solid #7dd3fc;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.45;
  color: #1e293b;
}
.portal-news-article__p {
  margin: 0 0 1.1em;
}
.portal-news-article__p:last-child {
  margin-bottom: 0;
}
.portal-news-article__prose br + br {
  display: block;
  content: '';
  margin-top: 0.65em;
}
.portal-news-article__prose a {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.portal-news-article__prose a:hover {
  color: #1e40af;
}
.portal-news-article__prose strong {
  color: #0f172a;
}
.portal-news-article__back {
  margin: 36px 0 0;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
}
.portal-news-article__backlink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  color: #1e40af;
  text-decoration: none;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}
.portal-news-article__backlink:hover {
  background: #dbeafe;
  border-color: #93c5fd;
  color: #1d4ed8;
}
.portal-news-article__backlink:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.45);
  outline-offset: 2px;
}
.portal-news-article__backlink-ic {
  font-size: 16px;
  line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
  .portal-news-page__card,
  .portal-news-page__card::before {
    transition-duration: 0.01ms !important;
  }
  .portal-news-toc__glow {
    opacity: 0.25;
  }
}

.portal-page-title.portal-page-title--v2 {
  margin: 28px 16px 12px;
  font-size: clamp(1.05rem, 2.5vw, 1.25rem);
  font-weight: 900;
  color: #0f172a;
  border-bottom: 2px solid #2563eb;
  padding-bottom: 8px;
}
.portal-search-results-wrap {
  margin: 0 16px 24px;
}

.portal-section__body--flat {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
}

.portal-prominent-picks--in-ez {
  margin-bottom: 18px;
}

.portal-hot {
  margin: 28px 0 8px;
  padding: 0 0 8px;
}
.portal-hot__head {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 4px 12px;
  padding: 0 16px 14px;
  align-items: end;
}
.portal-hot__title {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  font-size: clamp(1.1rem, 2.8vw, 1.35rem);
  font-weight: 900;
  color: #0f172a;
}
.portal-hot__flame {
  margin-right: 4px;
}
.portal-hot__sub {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  font-size: 13px;
  color: #64748b;
  font-weight: 600;
}
.portal-hot__more {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 13px;
  font-weight: 800;
  color: #2563eb;
  text-decoration: none;
  white-space: nowrap;
}
.portal-hot__more:hover {
  text-decoration: underline;
}
.portal-hot__track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 4px 16px 16px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.portal-hot__track:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}
.portal-hot-card {
  flex: 0 0 min(280px, 78vw);
  scroll-snap-align: start;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}
.portal-hot-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  background: #f1f5f9;
}
.portal-hot-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.portal-hot-card__badge--is-live {
  background: #16a34a;
}
.portal-hot-card__badge--is-weekend {
  background: #ea580c;
}
.portal-hot-card__badge--is-info {
  background: #64748b;
}
.portal-hot-card__badge--is-reco {
  background: #2563eb;
}
.portal-hot-card__imgwrap {
  display: block;
  width: 100%;
  height: 100%;
}
.portal-hot-card__imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.portal-hot-card__imgwrap.is-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
}
.portal-hot-card__body {
  padding: 12px 14px 14px;
}
.portal-hot-card__ttl {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}
.portal-hot-card__ttl a {
  color: #0f172a;
  text-decoration: none;
}
.portal-hot-card__ttl a:hover {
  color: #2563eb;
}
.portal-hot-card__kind {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  background: #e2e8f0;
  color: #475569;
  vertical-align: 0.05em;
}
.portal-hot-card__meta {
  margin: 0 0 4px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.45;
}

.portal-ezsearch {
  margin: 24px 16px;
  padding: 20px 18px 22px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
}
.portal-ezsearch__intro {
  margin-bottom: 16px;
}
.portal-ezsearch__title {
  margin: 0 0 6px;
  font-size: clamp(1.05rem, 2.5vw, 1.25rem);
  font-weight: 900;
  color: #0f172a;
}
.portal-ezsearch__lead {
  margin: 0;
  font-size: 14px;
  color: #64748b;
  font-weight: 600;
  line-height: 1.5;
}
.portal-ezsearch__label {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  color: #334155;
}
.portal-ezsearch__when {
  margin-bottom: 18px;
}
.portal-action-strip--ez .portal-action-strip__row {
  flex-wrap: wrap;
}
.portal-ezsearch__where-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}
.portal-ezsearch__select {
  flex: 1 1 200px;
  min-width: 0;
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #fff;
}
.portal-ezsearch__submit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: 0;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(180deg, #3b82f6 0%, #1d4ed8 100%);
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
}
.portal-ezsearch__submit:hover {
  filter: brightness(1.05);
}
.portal-ezsearch__maphint {
  margin: 10px 0 0;
  font-size: 12px;
  color: #64748b;
}
.portal-ezsearch__maphint a {
  color: #2563eb;
  font-weight: 600;
}

.portal-catgrid {
  margin: 28px 16px;
}
.portal-catgrid__title {
  margin: 0 0 6px;
  font-size: clamp(1.05rem, 2.5vw, 1.25rem);
  font-weight: 900;
  color: #0f172a;
}
.portal-catgrid__lead {
  margin: 0 0 16px;
  font-size: 14px;
  color: #64748b;
  font-weight: 600;
}
.portal-catgrid__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
@media (min-width: 520px) {
  .portal-catgrid__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .portal-catgrid__grid {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
.portal-catgrid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 14px 8px;
  border-radius: 999px;
  min-height: 100px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  color: #334155;
  background: #fff;
  border: 1px solid #e2e8f0;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}
.portal-catgrid__item:hover {
  border-color: #93c5fd;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.12);
  color: #1d4ed8;
}
.portal-catgrid__ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 24px;
  background: #f1f5f9;
}
.portal-catgrid__item--more .portal-catgrid__ic {
  background: #dbeafe;
}

.portal-features {
  margin: 28px 16px;
}
.portal-features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 720px) {
  .portal-features__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.portal-features__card {
  text-align: center;
  padding: 18px 16px;
  border-radius: 14px;
  background: linear-gradient(180deg, #eff6ff 0%, #f8fafc 100%);
  border: 1px solid #bfdbfe;
}
.portal-features__ic {
  display: block;
  font-size: 28px;
  margin-bottom: 8px;
}
.portal-features__ttl {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 900;
  color: #1e3a8a;
}
.portal-features__txt {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #475569;
}

.portal-topics.portal-topics--v2 {
  margin: 28px 16px;
  padding: 18px 16px 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
}
.portal-topics--v2 .portal-topics__title {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 900;
  color: #0f172a;
}
.portal-topics--v2 .portal-topics__grid {
  gap: 8px;
}

.portal-shell--v2 .portal-filters {
  margin-left: 16px;
  margin-right: 16px;
}

.portal-shell--v2 .portal-content-note {
  margin-left: 16px;
  margin-right: 16px;
}

@media (max-width: 640px) {
  .portal-hero-visual__tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .portal-newsfeed__all {
    width: 100%;
    margin-left: 0;
  }
}

/* ヘッダー: メニューボタン・件数バッジ */
.portal-topbar__tool {
  position: relative;
}
button.portal-topbar__tool {
  font: inherit;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.portal-topbar__badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 5px;
  margin: 0;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  background: #dc2626;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  transform: translate(28%, -18%);
  pointer-events: none;
}
.portal-topbar__tool--menu .portal-topbar__badge {
  display: none;
}

/* メニューはラベルなし・アイコン拡大（名称は aria-label） */
button.portal-topbar__tool.portal-topbar__tool--menu {
  padding: 6px 10px 8px;
  min-width: 46px;
  justify-content: center;
}
.portal-topbar__tool--menu .portal-topbar__tool-ic {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
}

/* 全画面メニュー（ドロワー）— 開閉は .is-open（hidden/display:none ではトランジション不可） */
.portal-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 10040;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(15, 23, 42, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}
.portal-drawer-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.portal-site-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10050;
  width: min(100vw, 380px);
  height: 100%;
  max-height: 100dvh;
  overflow: auto;
  background: #fff;
  box-shadow: -8px 0 32px rgba(15, 23, 42, 0.18);
  box-sizing: border-box;
  transform: translate3d(100%, 0, 0);
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
}
.portal-site-drawer.is-open {
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
@media (prefers-reduced-motion: reduce) {
  .portal-drawer-overlay,
  .portal-site-drawer {
    transition-duration: 0.01ms !important;
  }
}
.portal-site-drawer__inner {
  padding: 16px 18px 28px;
}
.portal-site-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e2e8f0;
}
.portal-site-drawer__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 900;
  color: #0f172a;
}
.portal-site-drawer__close {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #f8fafc;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #334155;
}
.portal-site-drawer__close:hover {
  background: #e2e8f0;
}
.portal-site-drawer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.portal-site-drawer__list a {
  display: block;
  padding: 12px 10px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #1e40af;
  text-decoration: none;
}
.portal-site-drawer__list a:hover {
  background: #eff6ff;
}

/* お気に入り・履歴ページ */
.portal-user-page__main {
  margin: 0 16px 40px;
}
.portal-user-page__h1 {
  margin: 8px 0 16px;
  font-size: clamp(1.15rem, 2.8vw, 1.4rem);
  font-weight: 900;
  color: #0f172a;
}
.portal-user-page__hint {
  margin: 0 0 14px;
  font-size: 13px;
  color: #64748b;
  line-height: 1.55;
}
.portal-user-page__empty {
  margin: 0;
  padding: 20px 16px;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  color: #475569;
  line-height: 1.65;
}
.portal-user-page__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.portal-user-page__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}
.portal-user-page__meta {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  color: #94a3b8;
}
.portal-user-page__link {
  flex: 1 1 200px;
  min-width: 0;
  font-weight: 800;
  font-size: 15px;
  color: #1d4ed8;
  text-decoration: none;
}
.portal-user-page__link:hover {
  text-decoration: underline;
}
.portal-user-page__remove {
  flex-shrink: 0;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  color: #64748b;
}
.portal-user-page__remove:hover {
  border-color: #94a3b8;
  color: #334155;
}
.portal-user-page__clearall {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid #fecaca;
  border-radius: 10px;
  background: #fef2f2;
  color: #b91c1c;
  cursor: pointer;
}
.portal-user-page__clearall:hover {
  background: #fee2e2;
}

/* イベント詳細: お気に入りボタン */
.event-detail-favorite-wrap {
  margin: 0 0 16px;
}
.event-favorite-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 800;
  font-family: inherit;
  border: 1px solid #fbcfe8;
  border-radius: 999px;
  background: #fdf2f8;
  color: #9d174d;
  cursor: pointer;
}
.event-favorite-btn:hover {
  background: #fce7f3;
}
.event-favorite-btn[aria-pressed="true"] {
  border-color: #f472b6;
  background: #fce7f3;
}
