:root {
  --background: #fff;
  --foreground: #193d32;
  --popover: #fff;
  --muted: #edf5f0;
  --muted-foreground: #576960;
  --primary: #167044;
  --pink: #e82e84;
  --green: #167044;
  --yellow: #f9e446;
  --blue: #e0f5fb;
  --radius: 1rem;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: var(--foreground);
  background: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
  color: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #dd207e;
  outline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
::selection {
  background: #f8e244;
  color: #143c30;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  background: #fff;
  padding: 12px;
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  height: 88px;
  padding: 0 4.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid #dce9e1;
}
.brand {
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1.1;
}
.brand > span {
  font-size: 30px;
  font-weight: 1000;
  letter-spacing: -2px;
  color: var(--pink);
}
.brand > b {
  font-size: 20px;
  font-weight: 900;
  color: var(--green);
}
.brand small {
  display: block;
  font-size: 12px;
  letter-spacing: 4px;
  margin-top: 4px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 14px;
  font-weight: 700;
}
.nav > a:hover {
  color: var(--pink);
}
.nav .nav-access {
  display: flex;
  gap: 20px;
  border: 1px solid var(--green);
  padding: 11px 20px;
  border-radius: 50px;
  align-items: center;
}
.menu-toggle {
  display: none;
}
.hero {
  background: #e3f6fc;
  overflow: hidden;
  position: relative;
  background-image: radial-gradient(#fff9 1.5px, transparent 1.5px);
  background-size: 20px 20px;
}
.hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 38px 32px;
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 55px;
  align-items: center;
}
.eyebrow {
  font:
    700 12px/1.5 Arial,
    sans-serif;
  letter-spacing: 2.6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow > span {
  display: block;
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 100%;
}
.hero-kicker {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 25px 0 13px;
}
.hero h1 {
  margin: 0;
  line-height: 0.94;
  letter-spacing: -0.065em;
  font-weight: 1000;
}
.title-uty {
  display: block;
  color: var(--pink);
  font-family: Arial, sans-serif;
  font-size: 30px;
  letter-spacing: 0.07em;
  margin-bottom: 13px;
}
.title-jp {
  display: block;
  color: var(--green);
  font-size: clamp(50px, 5.7vw, 78px);
  white-space: nowrap;
}
.title-year {
  font:
    900 108px/0.98 Arial,
    sans-serif;
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 28px;
  letter-spacing: -7px;
  margin-top: 5px;
}
.year-spark {
  color: var(--pink);
  font-size: 70px;
  font-weight: 400;
  display: inline-block;
  animation: slow-spin 24s linear infinite;
}
.hero-description {
  font-size: 16px;
  font-weight: 650;
  line-height: 1.9;
  margin: 21px 0;
}
.hero-date {
  border-top: 1px solid #aacccc;
  border-bottom: 1px solid #aacccc;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.date-number {
  font:
    800 57px/1 Arial,
    sans-serif;
  letter-spacing: -3px;
}
.sat {
  font:
    800 17px/1.3 Arial,
    sans-serif;
  color: var(--pink);
  padding-right: 18px;
  border-right: 1px solid #aacccc;
}
.sat > b {
  font: 700 12px/1.5 sans-serif;
  white-space: nowrap;
}
.date-time {
  font:
    800 23px/1.3 Arial,
    sans-serif;
  white-space: nowrap;
}
.date-time small {
  font: 500 12px/1.6 sans-serif;
  display: block;
  letter-spacing: 0.05em;
  margin-top: 4px;
}
.hero-location {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 700;
  margin: 16px 0 22px;
}
.hero-location > span {
  background: var(--yellow);
  padding: 2px 10px;
  border-radius: 4px;
  margin-left: 8px;
  font-size: 12px;
}
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 14px 25px;
  background: var(--green);
  color: #fff;
  border-radius: 40px;
  font-weight: 700;
  font-size: 15px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.primary-button:hover {
  background: #0a5333;
  transform: translateY(-3px);
}
.poster-wrap {
  position: relative;
  margin: 8px 12px 4px 0;
}
.hero-poster {
  display: block;
  transform: rotate(5deg);
  background: #fff;
  padding: 10px;
  box-shadow: 0 18px 45px #1b505625;
  border-radius: 3px;
  transition: transform 0.4s;
  max-width: 370px;
  margin: auto;
}
.hero-poster:hover {
  transform: rotate(1deg) translateY(-5px);
}
.hero-poster > span {
  display: flex;
  justify-content: space-between;
  padding: 9px 5px 1px;
  font-size: 12px;
  font-weight: 700;
}
.poster-note {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  transform: rotate(-7deg);
  font-size: 17px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 12px;
}
.free-badge {
  position: absolute;
  bottom: 6px;
  left: -15px;
  transform: rotate(-9deg);
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background: var(--yellow);
  border: 2px solid var(--foreground);
  box-shadow: 5px 5px 0 var(--foreground);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.free-badge b {
  font-size: 28px;
  line-height: 1.5;
}
.free-badge small {
  font: 700 10px/2 Arial;
  letter-spacing: 0.6px;
}
.hero-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: auto;
  padding: 22px 38px 26px;
  font: 700 12px/1.5 Arial;
  letter-spacing: 2px;
}
.hero-bottom a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section {
  max-width: 1164px;
  margin: 0 auto;
  padding: 90px 0;
}
.about {
  text-align: center;
  padding: 92px 24px 84px;
}
.about .eyebrow {
  justify-content: center;
}
.green {
  color: var(--green);
}
h2 {
  font-size: 38px;
  line-height: 1.55;
  letter-spacing: 0.05em;
  font-weight: 850;
  margin: 14px 0 25px;
}
.about p:not(.eyebrow) {
  font-size: 16px;
  line-height: 2.2;
}
.about-note {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  color: #567366;
  font-size: 14px;
}
.site-footer {
  padding: 32px 5%;
  background: #134d34;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer a {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 800;
}
.site-footer small {
  font-size: 12px;
  opacity: 0.7;
}
@keyframes slow-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 1500px) {
  .hero-inner {
    padding-top: 68px;
    padding-bottom: 45px;
  }
}
@media (max-width: 1050px) {
  .nav {
    gap: 16px;
    font-size: 14px;
  }
  .hero-inner {
    gap: 25px;
    padding: 42px 30px;
  }
  .title-year {
    font-size: 94px;
  }
  .date-number {
    font-size: 49px;
  }
  .date-time {
    font-size: 20px;
  }
  .hero-kicker {
    font-size: 22px;
  }
  .hero-poster {
    max-width: 310px;
  }
  .free-badge {
    width: 126px;
    height: 126px;
    left: -3px;
  }
  .free-badge b {
    font-size: 24px;
  }
  .section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 90px;
  }
  .site-header {
    height: 72px;
    padding: 0 22px;
  }
  .brand > span {
    font-size: 27px;
  }
  .brand > b {
    font-size: 18px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1px solid #d8e4dc;
    width: 42px;
    height: 42px;
    border-radius: 50%;
  }
  .nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    padding: 20px 26px;
    background: #fff;
    border-bottom: 1px solid #d8e4dc;
    box-shadow: 0 12px 20px #143c3010;
  }
  .nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .nav > a {
    padding: 12px 0;
  }
  .nav .nav-access {
    padding: 12px 0;
    border: 0;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    padding: 35px 25px 20px;
    gap: 35px;
    max-width: 560px;
  }
  .eyebrow {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .hero-kicker {
    font-size: 22px;
    margin-top: 25px;
  }
  .title-uty {
    font-size: 26px;
  }
  .title-jp {
    font-size: clamp(45px, 11.5vw, 67px);
  }
  .title-year {
    font-size: 88px;
    letter-spacing: -5px;
  }
  .year-spark {
    font-size: 55px;
  }
  .hero-description {
    font-size: 16px;
    margin: 20px 0;
  }
  .hero-date {
    gap: 11px;
    flex-wrap: wrap;
  }
  .date-number {
    font-size: 49px;
  }
  .sat {
    font-size: 15px;
    padding-right: 13px;
  }
  .date-time {
    font-size: 20px;
  }
  .hero-location {
    font-size: 14px;
    gap: 5px;
    flex-wrap: wrap;
  }
  .hero-location > span {
    margin-left: 2px;
  }
  .poster-wrap {
    margin: 0 10px 10px;
  }
  .hero-poster {
    max-width: 260px;
  }
  .poster-note {
    font-size: 15px;
  }
  .free-badge {
    width: 120px;
    height: 120px;
    left: 0;
    bottom: 12px;
  }
  .free-badge b {
    font-size: 23px;
  }
  .free-badge small {
    font-size: 9px;
  }
  .hero-bottom {
    padding: 17px 25px;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .hero-bottom > a {
    font-size: 0;
    gap: 0;
  }
  .hero-bottom > a svg {
    width: 18px;
    height: 18px;
  }
  .section {
    padding: 65px 23px;
  }
  h2 {
    font-size: 29px;
  }
  .about p:not(.eyebrow) {
    font-size: 16px;
  }
  .about-note {
    align-items: flex-start;
    text-align: left;
    font-size: 14px;
  }
  .about-note svg {
    flex-shrink: 0;
  }
  .site-footer {
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 35px;
  margin-bottom: 38px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading > p {
  font-size: 14px;
  max-width: 345px;
  line-height: 1.9;
  margin-bottom: 9px;
  color: #566d61;
}
.program-section {
  background: #f3f7f1;
  border-top: 1px solid #e7eee4;
  border-bottom: 1px solid #e7eee4;
}
.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.program-card {
  text-align: left;
  border: 1px solid #dce6db;
  overflow: hidden;
  border-radius: 13px;
  background: white;
  display: flex;
  flex-direction: column;
  padding: 0;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.program-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 22px #16443410;
}
.card-art {
  height: 215px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
}
.pink {
  --card-color: #ffe1ed;
  --card-ink: #a82361;
}
.blue {
  --card-color: #d7f0ff;
  --card-ink: #126596;
}
.yellow {
  --card-color: #fff1ab;
  --card-ink: #84690b;
}
.orange {
  --card-color: #ffe3c2;
  --card-ink: #a8521b;
}
.mint {
  --card-color: #d7f0dd;
  --card-ink: #187246;
}
.purple {
  --card-color: #e9e2f6;
  --card-ink: #695291;
}
.card-art {
  background: var(--card-color);
  color: var(--card-ink);
}
.card-number {
  position: absolute;
  top: 15px;
  left: 20px;
  font: 600 14px/1 Arial;
}
.card-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font: 800 12px/1.5 Arial;
  letter-spacing: 1px;
  z-index: 2;
  max-width: 80px;
}
.presenter {
  position: absolute;
  width: auto;
  height: 255px;
  right: 29px;
  bottom: -46px;
  object-fit: contain;
}
.presenter-stage {
  height: 235px;
  bottom: -37px;
  right: 55px;
}
.presenter-books {
  height: 230px;
  right: 26px;
  bottom: -22px;
  mix-blend-mode: multiply;
}
.corner-icon {
  position: absolute;
  top: 17px;
  right: 20px;
}
.feature-icon {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%) rotate(-10deg);
  width: 100px;
  height: 100px;
}
.card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.card-body h3 {
  font-size: 19px;
  font-weight: 850;
  line-height: 1.7;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}
.card-body p {
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
  color: #5d6e63;
}
.card-link {
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
}
.card-link > svg {
  color: var(--card-ink);
}
.gift-banner {
  display: flex;
  align-items: center;
  gap: 22px;
  background: #fff;
  border: 1px dashed #b6caae;
  border-radius: 12px;
  margin-top: 30px;
  padding: 24px 30px;
}
.gift-symbol {
  flex-shrink: 0;
  background: #ffe5ef;
  color: #b62667;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mini-label {
  font-size: 12px;
  font-weight: 700;
  color: #b62667;
}
.gift-banner h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 3px 0;
}
.gift-banner p {
  font-size: 14px;
  margin: 0;
  color: #617164;
}
.event-dialog {
  width: min(560px, calc(100% - 36px)) !important;
  max-width: 560px !important;
  max-height: 85dvh;
  overflow: auto;
  padding: 38px !important;
  border-radius: 20px !important;
}
.event-dialog [data-slot="dialog-title"] {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.7;
  padding-right: 15px;
}
.event-dialog [data-slot="dialog-description"] {
  font-size: 16px;
  line-height: 2;
  margin: 8px 0;
}
.dialog-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  background: #f1f6ef;
  border-radius: 10px;
  font-size: 14px;
}
.dialog-note svg {
  flex-shrink: 0;
  margin-top: 3px;
}
.dialog-note p {
  margin: 0;
}
.schedule-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 75px;
}
.large-date {
  font: 800 76px/1 Arial;
  letter-spacing: -4px;
}
.large-date small {
  display: block;
  font: 700 12px/1.6 Arial;
  letter-spacing: 3px;
  margin-top: 8px;
}
.schedule-side > p {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  margin: 22px 0;
}
.ticket-note {
  border-top: 1px solid #d6e1d9;
  padding-top: 25px;
  margin-top: 25px;
}
.ticket-note svg {
  color: var(--pink);
}
.ticket-note h3 {
  font-weight: 800;
  font-size: 17px;
  margin: 10px 0;
}
.ticket-note p {
  font-size: 14px;
  line-height: 1.9;
  color: #586d5f;
}
.schedule-side > img {
  height: 220px;
  object-fit: contain;
  margin: 25px auto 0;
}
.host-caption {
  display: block;
  text-align: center;
  font-size: 12px;
}
.filter-tabs {
  height: auto !important;
  padding: 4px !important;
  border-radius: 50px !important;
  background: #edf2ed !important;
  gap: 3px !important;
  max-width: 100%;
}
.filter-tabs [data-slot="tabs-trigger"] {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 23px;
  height: auto !important;
  min-height: 44px;
  border-radius: 40px;
  white-space: normal;
  line-height: 1.5;
}
.filter-tabs [data-active] {
  background: var(--green) !important;
  color: #fff !important;
  box-shadow: none !important;
}
.schedule-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}
.schedule-list li {
  display: flex;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid #e0e8e1;
  padding: 24px 0;
}
.schedule-time {
  font: 700 25px/1.2 Arial;
  min-width: 85px;
}
.schedule-time small {
  display: block;
  font: 500 14px/1.8 Arial;
  color: #7a887c;
  margin-top: 4px;
}
.schedule-info {
  flex: 1;
}
.venue-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 11px;
  border-radius: 30px;
}
.venue-badge.stage {
  color: #766000;
  background: #fff2ad;
}
.venue-badge.studio {
  color: #145d88;
  background: #daf2ff;
}
.schedule-info h3 {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 800;
  margin: 7px 0 0;
}
.schedule-info p {
  font-size: 13px;
  color: #67786b;
  margin: 4px 0 0;
}
.round-button {
  border: 1px solid #cfded2;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s;
}
.round-button:hover {
  background: #edf5e8;
}
.schedule-end {
  font: 700 22px/1.5 Arial;
  display: flex;
  gap: 25px;
  padding: 15px 0;
}
.schedule-end > span {
  font: 600 14px/2 sans-serif;
  color: #62776c;
}
.small-note {
  font-size: 13px;
  line-height: 1.9;
  color: #6b786e;
}
.market-section {
  background: #eff7e7;
  border-top: 1px solid #e0ecd7;
  border-bottom: 1px solid #e0ecd7;
}
.dish-banner {
  display: flex;
  gap: 21px;
  align-items: center;
  border-left: 4px solid #80a845;
  background: #fff;
  padding: 23px 28px;
  margin: 25px 0 35px;
}
.dish-banner > svg {
  flex-shrink: 0;
  color: #618d2c;
}
.dish-banner h3 {
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 4px;
}
.dish-banner p {
  font-size: 14px;
  color: #607251;
  margin: 0;
}
.market-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 20px;
}
.market-controls .filter-tabs {
  background: #e2ecd9 !important;
}
.result-count {
  font: 700 30px/1 Arial;
  white-space: nowrap;
}
.result-count small {
  font: 500 13px/1 sans-serif;
  margin-left: 7px;
}
.booth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.booth {
  background: #fff;
  border: 1px solid #dae5d3;
  border-radius: 8px;
  padding: 22px 22px 25px;
  animation: card-in 0.3s ease;
}
.booth-top {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.booth-type {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 12px;
  color: #6a815d;
}
.dish-label {
  font-size: 12px;
  background: #edf5d1;
  color: #527417;
  padding: 1px 7px;
  border-radius: 4px;
}
.booth h3 {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.65;
  margin: 14px 0 6px;
  overflow-wrap: anywhere;
}
.booth p {
  font-size: 14px;
  color: #66725f;
  line-height: 1.9;
  margin: 0;
}
.access-grid {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 60px;
}
.venue-title {
  font-size: 23px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 2px;
}
.address {
  font-size: 14px;
  color: #6e7c70;
  margin: 5px 0 28px 38px;
}
.access-row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 25px;
}
.access-row > svg {
  flex-shrink: 0;
  margin-top: 5px;
  color: var(--green);
}
.access-row h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 5px;
}
.access-row p {
  font-size: 14px;
  margin: 0;
  line-height: 1.9;
}
.access-row ol {
  list-style: decimal;
  padding-left: 20px;
  font-size: 14px;
  line-height: 2;
}
.access-row .small-note {
  font-size: 12px;
  margin-top: 10px;
}
.outline-button {
  display: inline-flex;
  border: 1px solid var(--green);
  align-items: center;
  gap: 28px;
  border-radius: 40px;
  padding: 12px 23px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 25px;
}
.outline-button:hover {
  background: #edf5ea;
}
.access-map {
  padding-top: 10px;
}
.map-trigger {
  padding: 12px;
  background: #f0f6f6;
  border: 1px solid #d9e4df;
  border-radius: 12px;
  width: 100%;
  text-align: left;
}
.map-trigger span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  padding: 10px 4px 0;
}
.map-dialog {
  width: min(1000px, calc(100% - 40px)) !important;
  max-width: 1000px !important;
  padding: 28px !important;
  max-height: 90dvh;
  overflow: auto;
}
.map-dialog [data-slot="dialog-title"] {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
.map-dialog img {
  width: 100%;
  margin-top: 15px;
}
.contact-box {
  display: flex;
  gap: 30px;
  align-items: center;
  border-top: 1px solid #dce7df;
  border-bottom: 1px solid #dce7df;
  margin-top: 48px;
  padding: 26px 25px;
  justify-content: center;
}
.contact-box > span {
  font-size: 14px;
}
.contact-box a {
  font: 700 30px/1.5 Arial;
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-box small {
  display: block;
  font-size: 12px;
  color: #6c7c72;
}
.flyer-section {
  background: #e8f6fa;
}
.flyer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 90px;
  align-items: center;
}
.flyer-grid h2 {
  font-size: 30px;
}
.flyer-grid p:not(.eyebrow) {
  font-size: 14px;
}
.download-link {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b9d7d7;
  padding: 18px 0;
  font-size: 15px;
  font-weight: 700;
}
.download-link:hover {
  color: var(--pink);
}
.flyer-thumbs {
  display: flex;
  align-items: center;
  gap: 16px;
}
.flyer-thumbs > a {
  display: block;
  flex: 1;
  border: 5px solid #fff;
  box-shadow: 0 9px 20px #18526418;
  transition: transform 0.2s;
}
.flyer-thumbs > a:hover {
  transform: translateY(-5px);
}
.flyer-thumbs > a:first-child {
  transform: rotate(-5deg);
}
.flyer-thumbs > a:last-child {
  transform: rotate(5deg);
}
.sponsors {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
.sponsors .eyebrow {
  justify-content: center;
}
.sponsors h2 {
  font-size: 26px;
  margin-bottom: 14px;
}
.sponsors > p:not(.eyebrow) {
  font-size: 14px;
  color: #6e7e70;
}
.sponsors ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 26px;
  row-gap: 13px;
  margin: 30px 0 0;
  padding: 0;
}
.sponsors li {
  font-size: 14px;
  font-weight: 650;
}
.closing {
  background: #f5e647;
  color: #225236;
  padding: 36px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
}
.closing > span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.closing > a {
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 25px;
  font-weight: 800;
}
@keyframes card-in {
  from {
    opacity: 0.2;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 761px) and (max-width: 1220px) {
  .section {
    padding-left: 35px;
    padding-right: 35px;
  }
  .program-grid {
    gap: 18px;
  }
  .card-body {
    padding: 19px;
  }
  .card-body h3 {
    font-size: 17px;
  }
  .schedule-layout {
    grid-template-columns: 240px 1fr;
    gap: 42px;
  }
  .access-grid {
    gap: 30px;
  }
  .nav {
    gap: 16px;
  }
  .flyer-grid {
    gap: 45px;
  }
}
@media (max-width: 760px) {
  .section-heading {
    display: block;
    margin-bottom: 27px;
  }
  .section-heading > p {
    margin-top: 18px;
    font-size: 14px;
    max-width: none;
  }
  .program-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .program-card {
    display: grid;
    grid-template-columns: 115px 1fr;
    min-height: 190px;
  }
  .card-art {
    height: 100%;
    min-height: 190px;
  }
  .card-number {
    top: 15px;
    left: 13px;
  }
  .card-label {
    bottom: 15px;
    left: 13px;
    font-size: 10px;
    max-width: 88px;
    letter-spacing: 0;
  }
  .corner-icon {
    display: none;
  }
  .presenter {
    height: 180px;
    right: 17px;
    bottom: 20px;
  }
  .presenter-stage {
    height: 170px;
    right: 3px;
    bottom: 18px;
  }
  .presenter-books {
    height: 154px;
    right: -4px;
    bottom: 38px;
  }
  .feature-icon {
    width: 67px;
    height: 67px;
  }
  .card-body {
    padding: 18px 17px;
  }
  .card-body h3 {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 8px;
  }
  .card-body p {
    font-size: 14px;
  }
  .card-link {
    padding-top: 15px;
    font-size: 13px;
  }
  .gift-banner {
    padding: 20px 18px;
    gap: 15px;
    align-items: flex-start;
  }
  .gift-symbol {
    width: 42px;
    height: 42px;
  }
  .gift-symbol svg {
    width: 23px;
  }
  .gift-banner h3 {
    font-size: 16px;
    line-height: 1.8;
  }
  .gift-banner p {
    font-size: 13px;
    line-height: 1.9;
  }
  .schedule-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .schedule-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 15px;
  }
  .large-date {
    font-size: 58px;
  }
  .large-date small {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .schedule-side > p {
    margin: 12px 0;
    font-size: 15px;
  }
  .ticket-note {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 0 12px;
    margin: 0;
    padding: 20px;
    background: #fff6e0;
    border: 0;
    border-radius: 9px;
  }
  .ticket-note svg {
    grid-row: 1/3;
  }
  .ticket-note h3 {
    margin: 0;
    font-size: 15px;
  }
  .ticket-note h3 br {
    display: none;
  }
  .ticket-note p {
    font-size: 13px;
    margin: 5px 0 0;
  }
  .schedule-side > img,
  .host-caption {
    display: none;
  }
  .filter-tabs [data-slot="tabs-trigger"] {
    padding: 9px 15px;
    font-size: 14px;
  }
  .schedule-list li {
    gap: 14px;
    padding: 21px 0;
    align-items: flex-start;
  }
  .schedule-time {
    font-size: 22px;
    min-width: 67px;
  }
  .schedule-time small {
    font-size: 12px;
  }
  .schedule-info h3 {
    font-size: 15px;
  }
  .schedule-info p {
    font-size: 12px;
  }
  .round-button {
    width: 30px;
    height: 30px;
    margin-top: 30px;
  }
  .schedule-end {
    gap: 23px;
    font-size: 20px;
  }
  .dish-banner {
    padding: 20px 17px;
    gap: 15px;
    align-items: flex-start;
  }
  .dish-banner h3 {
    font-size: 17px;
  }
  .dish-banner p {
    font-size: 13px;
    line-height: 1.9;
  }
  .market-controls {
    align-items: flex-end;
    gap: 10px;
  }
  .market-controls .filter-tabs {
    flex-wrap: wrap;
    border-radius: 12px !important;
  }
  .market-controls .filter-tabs [data-slot="tabs-trigger"] {
    font-size: 12px;
    flex: 1 0 40%;
    padding: 9px 10px;
    min-height: 40px;
  }
  .result-count {
    font-size: 24px;
    padding-bottom: 12px;
  }
  .result-count small {
    display: block;
    margin: 4px 0 0;
    font-size: 12px;
  }
  .booth-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .booth {
    padding: 18px 20px;
  }
  .booth h3 {
    font-size: 17px;
    margin-top: 10px;
  }
  .booth p {
    font-size: 14px;
  }
  .access-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .venue-title {
    font-size: 20px;
  }
  .address {
    font-size: 14px;
  }
  .contact-box {
    flex-wrap: wrap;
    gap: 10px 22px;
    padding: 22px 10px;
    margin-top: 30px;
    justify-content: flex-start;
  }
  .contact-box a {
    font-size: 26px;
  }
  .contact-box > span:last-child {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .flyer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .flyer-grid h2 {
    font-size: 26px;
  }
  .flyer-thumbs {
    max-width: 370px;
    gap: 22px;
    margin: 0 auto;
  }
  .flyer-thumbs > a {
    border-width: 4px;
  }
  .sponsors h2 {
    font-size: 24px;
  }
  .sponsors ul {
    gap: 12px 20px;
  }
  .sponsors li {
    font-size: 12px;
  }
  .closing {
    flex-direction: column;
    gap: 9px;
    padding: 28px 20px;
  }
  .closing > a {
    font-size: 20px;
    gap: 10px;
  }
  .closing > span {
    font-size: 12px;
  }
  .event-dialog {
    padding: 30px 24px !important;
  }
  .event-dialog [data-slot="dialog-title"] {
    font-size: 21px;
  }
  .dialog-note {
    padding: 16px;
  }
  .map-dialog {
    padding: 22px !important;
  }
}
@media (max-width: 350px) {
  .hero-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-date {
    gap: 8px;
  }
  .date-number {
    font-size: 44px;
  }
  .date-time {
    font-size: 18px;
  }
  .program-card {
    grid-template-columns: 92px 1fr;
  }
  .card-body {
    padding: 17px 13px;
  }
  .card-art .presenter {
    right: 3px;
  }
  .title-year {
    font-size: 78px;
  }
  .year-spark {
    font-size: 45px;
  }
}

/* Standalone HTML controls and reset */
button {
  border: 0;
}
h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}
svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}
p {
  margin: 1em 0;
}
h3 {
  line-height: 1.5;
}
.filter-tabs {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
}
.filter-tabs button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.filter-tabs button[aria-pressed="true"] {
  background: var(--green);
  color: white;
}
.schedule-list li[hidden],
.booth[hidden] {
  display: none !important;
}
.program-card {
  font-family: inherit;
}
.card-body p,
.booth p {
  font-size: 16px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
dialog {
  position: fixed;
  inset: 0;
  margin: auto;
  border: 0;
  background: white;
  color: var(--foreground);
  box-shadow: 0 20px 80px #0003;
  z-index: 60;
}
dialog:not([open]) {
  display: none;
}
dialog::backdrop {
  background: #102c2d88;
  backdrop-filter: blur(4px);
}
.dialog-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1f5f0;
}
.dialog-close:hover {
  background: #e0e9dc;
}
body.modal-open {
  overflow: hidden;
}
.event-dialog h2,
.map-dialog h2 {
  margin-top: 0;
}
.map-dialog p {
  font-size: 14px;
}
.filter-tabs button:hover:not([aria-pressed="true"]) {
  background: #dde9dc;
}
.free-badge small {
  font-size: 10px;
}
.hero-bottom a {
  font-size: 12px;
}
@media (max-width: 760px) {
  .hero-bottom a {
    font-size: 0;
  }
  .market-controls .filter-tabs {
    width: 100%;
  }
  .card-label {
    font-size: 11px;
  }
  .program-card {
    grid-template-columns: 110px 1fr;
  }
  .card-art {
    min-height: 200px;
  }
  .card-body p {
    font-size: 14px;
  }
  .booth p {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
.timetable,
.market-section {
  position: relative;
  overflow: visible;
}
.miura {
  position: absolute;
  width: 14vw;
  top: 3vw;
  right: 1vw;
}
.yasu {
  position: absolute;
  width: 16vw;
  top: 6vw;
  right: 5vw;
}
@media (max-width: 992px) {
  .miura,
  .yasu {
    display: none;
  }
}
.f_logo {
    width: 100%;
    img {
        margin: 10px auto;
    }
}
.footer_sns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
