.field-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 1.5em 0 2em 0;
}
.field-map-notice {
  background: #fef3c7;
  border: 1px dashed #f59e0b;
  border-radius: 12px;
  padding: 16px 20px;
  font-weight: 600;
  text-align: center;
}
.field-nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.field-nav__link {
  padding: 10px 18px;
  border-radius: 999px;
  background: #e2e8f0;
  color: #1f2937;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}
.field-nav__link:hover,
.field-nav__link:focus {
  background: #cbd5f5;
}
.field-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 1.8em 0 0.8em 0;
  text-align: center;
}
.field-subtitle .en {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  margin-top: 0.3em;
}
.field-section--food .field-subtitle {
  color: #b91c1c;
}
.field-section--marche .field-subtitle {
  color: #7c3aed;
}
.field-section--plaza .field-subtitle {
  color: #0f766e;
}
.field-items {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.field-item {
  flex: 1 1 320px;
  max-width: 340px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  padding: 24px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9em;
}
.field-item__media {
  width: 100%;
  height: 180px;
  background: #f1f5f9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.field-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.field-item__placeholder {
  color: #475569;
  font-size: 1.1rem;
  font-weight: 700;
}
.field-item__category {
  text-align: center;
  font-size: 1.08rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25em;
}
.field-item__category-en {
  font-size: 0.98rem;
  font-weight: 500;
}
.field-item__title {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3em;
}
.field-item__name-en {
  font-size: 1rem;
  font-weight: 400;
}
.field-item__description {
  width: 100%;
  text-align: left;
  color: #475569;
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  align-items: flex-start;
}
.field-item__description p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}
.field-item__menu {
  width: 100%;
  color: #1f2937;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: stretch;
  text-align: left;
}
.field-item__menu-heading {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
.field-item__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6em;
}
.field-item__menu-line {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.2em;
}
.field-item__menu-jp {
  font-weight: 600;
  font-size: 0.98rem;
}
.field-item__menu-en {
  font-size: 0.92rem;
  color: #475569;
}
@media (min-width: 768px) {
  .field-item__menu-line {
    flex-direction: row;
    align-items: baseline;
    gap: 0.75em;
  }
}
.field-item__links {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  align-items: center;
}
.field-item__link {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}
.field-item__link:hover,
.field-item__link:focus {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .field-nav {
    justify-content: center;
  }
  .field-items {
    flex-direction: column;
    gap: 24px;
  }
  .field-item {
    max-width: 100%;
    min-width: 0;
  }
}
.section--stage .stage-layout {
  display: grid;
  gap: 32px;
}
.section--stage .stage-layout > * {
  min-width: 0;
}
.stage-schedule {
  width: 100%;
  background: #f1f5f9;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}
.stage-schedule__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
.stage-schedule__title .en {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  margin-top: 0.2em;
}
.stage-schedule__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1em;
}
.stage-schedule__item {
  display: grid;
  grid-template-columns: minmax(62px, auto) 1fr;
  column-gap: 12px;
  row-gap: 0.4em;
  align-items: center;
  text-align: left;
}
.stage-schedule__content {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}
.stage-schedule__block {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.6em;
  row-gap: 0.1em;
}
.stage-schedule__block--en {
  font-size: 0.94rem;
}
.stage-schedule__item--solo {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}
.stage-schedule__item--solo .stage-schedule__content {
  align-items: center;
}
.stage-schedule__time {
  font-weight: 700;
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
  align-self: flex-start;
}
.stage-schedule__label {
  color: #475569;
  font-size: 0.98rem;
}
.stage-schedule__performer {
  color: #1f2937;
  font-size: 0.92rem;
}
@media (min-width: 768px) {
  .stage-schedule__content {
    flex-direction: row;
    gap: 1.2em;
  }
  .stage-schedule__block {
    column-gap: 0.8em;
  }
  .field-item__category,
  .field-item__title {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5em;
  }
  .stage-item__name,
  .stage-item__genre {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5em;
  }
}
.stage-main {
  width: 100%;
  min-width: 0;
}

.stage-items {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

@media (min-width: 820px) {
  .section--stage .stage-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
  .stage-schedule {
    grid-column: span 1;
  }
}

@media (min-width: 1024px) {
  .section--stage .stage-layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: dense;
    align-items: start;
  }
  .stage-schedule {
    grid-column: span 2;
    align-self: start;
  }
  .stage-main,
  .stage-items {
    display: contents;
  }
  .stage-item {
    grid-column: span 1;
  }
}
.stage-item {
  width: 100%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9em;
  text-align: center;
}
.stage-item__media {
  width: 100%;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stage-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stage-item__placeholder {
  color: #475569;
  font-size: 1.2rem;
  font-weight: 700;
}
.stage-item__name {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  align-items: center;
}
.stage-item__name-jp {
  font-size: 1.18rem;
  font-weight: 700;
}
.stage-item__name-en {
  font-size: 1rem;
  font-weight: 500;
}
.stage-item__genre {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  align-items: center;
  text-align: center;
}
.stage-item__genre-jp,
.stage-item__genre-en {
  font-size: 0.98rem;
}
.stage-item__genre-jp {
  font-weight: 600;
}
.stage-item__description {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  color: #475569;
  align-items: flex-start;
}
.stage-item__description p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
}
.stage-item__link {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.stage-item__link a,
.stage-item__link span {
  display: inline-block;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}
.stage-item__link span {
  color: #94a3b8;
}
.section--field img {
  width: 100%;
  max-width: 700px;
  display: block;
  margin: 0 auto 1.5em auto;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}
.field-desc {
  margin-top: 1em;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #475569;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .section--stage .stage-layout {
    gap: 24px;
  }
  .stage-schedule,
  .stage-main {
    max-width: 100%;
  }
  .stage-items {
    gap: 24px;
  }
}
.zone-section {
  margin: 48px auto 32px auto;
  max-width: 900px;
}
.zone-section__title {
  font-weight: 700;
  font-size: 1.3rem;
  padding: 0.7em 1em;
  border-radius: 12px 12px 0 0;
  color: #fff;
  margin-bottom: 0;
}
.section--map .zone-section__title {
  font-size: 1.08rem;
  padding: 0.45em 0.85em;
  border-radius: 10px 10px 0 0;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
}
.zone-section__title--food {
  background: #f87171;
}
.zone-section__title--heisei {
  background: #38bdf8;
}
.zone-section__title--marche {
  background: #fbbf24;
}
.zone-section__boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  background: #fff;
  border-radius: 0 0 12px 12px;
  padding: 24px 12px 12px 12px;
  justify-content: flex-start;
}
.zone-box {
  flex: 1 1 320px;
  max-width: 420px;
  min-width: 220px;
  background: #fff;
  border-radius: 10px;
  padding: 18px 18px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.zone-box--food {
  background: #fee2e2;
}
.zone-box--heisei {
  background: #bae6fd;
}
.zone-box--marche {
  background: #fef3c7;
}
.zone-box__number {
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 2px;
}
.zone-box--food .zone-box__number {
  color: #f87171;
}
.zone-box--heisei .zone-box__number {
  color: #38bdf8;
}
.zone-box--marche .zone-box__number {
  color: #fbbf24;
}
.zone-box__content {
  flex: 1;
}
.zone-box__jp {
  font-size: 1.08rem;
  font-weight: 600;
  margin-bottom: 0.2em;
}
.zone-box__jp--secondary {
  font-size: 1rem;
  font-weight: 500;
}
.zone-box__en {
  font-size: 0.98rem;
  color: #475569;
  margin-bottom: 0.5em;
}
.zone-box__en--secondary {
  font-size: 0.9rem;
  color: #64748b;
}
.zone-box__soon {
  color: #475569;
  font-size: 1.05rem;
  margin-top: 0.7em;
}
@media (max-width: 900px) {
  .zone-section__boxes {
    flex-direction: column;
    gap: 16px;
  }
  .zone-box {
    max-width: 100%;
    min-width: 0;
    flex: 0 1 auto;
    margin-bottom: 0;
  }
}
.hero__sub-title {
  color: #fff;
  font-family: "Noto Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}
/* 下層ページ用ファーストビュー */
.hero--sub {
  width: 100%;
  position: relative;
  height: 320px;
  background: none;
  margin-top: 0;
  padding-top: 0;
}
.hero__sub-inner {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
}
.hero__sub-image {
  width: 100vw;
  height: 320px;
  display: block;
  margin: 0;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}
.hero__sub-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.7); */
  background: #e87c10;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  font-size: 1.7rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  letter-spacing: 0.04em;
}
/* --- グローバル領域に移動 --- */
.map-embed__placeholder {
  height: 280px;
  border: 2px dashed var(--border);
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.2em;
}
:root {
  --bg: #ffffff;
  --fg: #0f172a; /* slate-900 */
  --muted: #475569; /* slate-600 */
  --accent: #0ea5e9; /* sky-500 */
  --accent-weak: #e0f2fe;
  --border: #e2e8f0; /* slate-200 */
  --container: 1100px;
  --radius: 16px;
}

html,
body {
  background: var(--bg);
  color: var(--fg);
  font-family: "Noto Sans", "Segoe UI", Helvetica, Arial, sans-serif;
}
.container {
  max-width: var(--container);
  margin-inline: auto;
  padding: 0 20px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--border);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0.5rem 0.75rem;
  gap: 0.5rem;
}
.nav-list {
  display: none;
  position: absolute;
  right: 20px;
  top: 64px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 8px 0;
  min-width: 160px;
  width: 180px;
  text-align: center;
}
.nav-list.is-open {
  display: block;
}
.nav-list a {
  display: block;
  padding: 0.4rem 0.6rem;
  border-radius: 8px;
  line-height: 1.3;
  text-align: center;
}
.nav-list a:hover {
  background: var(--accent-weak);
}

@media (min-width: 980px) {
  .global-nav .nav-toggle {
    display: none;
  }
  .nav-list {
    all: unset;
    display: flex;
    gap: 22px;
    list-style: none;
  }
  .nav-list li {
    list-style: none;
  }
  .nav-list a {
    padding: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
  }
  .nav-list a .en {
    margin-top: 2px;
    font-size: 0.95em;
  }
  .nav-list a:hover {
    background: transparent;
    color: var(--accent);
  }
}

.hero {
  position: relative;
  isolation: isolate;
}
.hero__image {
  width: 100%;
  /* height: 52svh; */
  object-fit: cover;
  object-position: center;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.25) 40%,
    transparent 70%
  );
}
.hero__title {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: clamp(1.6rem, 4vw, 3rem);
}
.hero__subtitle {
  color: #fff;
  opacity: 0.9;
  margin-top: 0.3rem;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
}

.main {
  display: block;
}
.section {
  padding: 64px 0;
  /* border-top: 1px solid var(--border); */
}
.section--alt {
  background: #fafafa;
}
.section__title {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  display: flex;
  gap: 0.6rem;
  align-items: baseline;
}
.section__title .en {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.bilingual {
  display: grid;
  gap: 16px;
}
.bilingual .jp {
  font-size: 1rem;
}
.bilingual .en {
  font-size: 0.98rem;
  color: var(--muted);
}

.section--news .news-list {
  display: grid;
  gap: 12px;
}
.news-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px;
}
.news-item__date {
  font-variant-numeric: tabular-nums;
  color: var(--muted);
}
.news-item__body {
  line-height: 1.6;
}

.cards {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
}
.card__title {
  font-weight: 700;
  margin-bottom: 6px;
}
.card__text {
  color: var(--muted);
}

@media (min-width: 720px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .nav-list {
    all: unset;
    display: flex;
    gap: 0;
    list-style: none;
  }
  .nav-list li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
  }
  .nav-list li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 28px;
    background: #e2e8f0;
    margin: 0 12px;
  }
  .map-embed__placeholder {
    height: 280px;
    border: 2px dashed var(--border);
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: var(--muted);
    font-weight: 700;
    letter-spacing: 0.2em;
  }
}

.access {
  font-style: normal;
}
.access__text {
  font-weight: 700;
}
.access__note {
  color: var(--muted);
}

.org {
  display: grid;
  gap: 10px;
}
.org__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
}
.org dt {
  color: var(--muted);
}

.contact__office {
  margin-bottom: 4px;
}
.purpose-box {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  padding: 32px 24px;
  margin-top: 18px;
}
.contact a {
  color: var(--accent);
}
.site-footer {
  border-top: 1px solid var(--border);
  background: #fff;
}
.footer__inner {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
}

#purpose {
  background: #fdec75;
}
#news {
  /* background: #fdec75; */
}
#contact {
  /* background: #fdec75; */
}
