:root {
  --green:#7fc832;
  --blue:#0068b7;
  --sky:#04a8df;
  --orange:#ff8b00;
  --navy:#00577d;
  --magenta:#a5005a;
  --text:#171717
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  overflow-x:hidden
}

body {
  margin:0;
  overflow-x:hidden;
  font-family:'Noto Sans JP',sans-serif;
  color:var(--text);
  background:#fff
}

img {
  max-width:100%;
  display:block
}

a {
  text-decoration:none;
  color:inherit
}

.site-header {
  position:fixed;
  z-index:1000;
  top:0;
  left:0;
  width:100%;
  height:58px;
  background:var(--green);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 18px;
  color:#fff;
  clip-path:none;
  transform:none
}

.brand {
  font:700 15px/1 'Noto Sans JP',sans-serif
}

.menu-button {
  width:42px;
  height:42px;
  border:0;
  background:transparent;
  display:grid;
  place-content:center;
  gap:6px;
  cursor:pointer
}

.menu-button span {
  width:26px;
  height:3px;
  background:#fff;
  display:block;
  transition:.3s
}

.menu-button.is-open span:nth-child(1) {
  transform:translateY(9px) rotate(45deg)
}

.menu-button.is-open span:nth-child(2) {
  opacity:0
}

.menu-button.is-open span:nth-child(3) {
  transform:translateY(-9px) rotate(-45deg)
}

.drawer {
  position:fixed;
  top:58px;
  right:0;
  bottom:0;
  left:auto;
  z-index:999;
  width:clamp(320px,28vw,460px);
  background:#000;
  color:#fff;
  transform:translateX(100%);
  transition:.35s;
  overflow:auto
}

.drawer.is-open {
  transform:none
}

.drawer__inner {
  width:100%;
  max-width:none;
  margin:0;
  padding:34px 28px 72px
}

.drawer__title {
  display:none
}

.drawer ul {
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:1fr;
  gap:0
}

.drawer a {
  display:flex;
  align-items:baseline;
  gap:14px;
  padding:15px 0;
  border-bottom:1px solid rgba(255,255,255,.3)
}

.drawer b {
  font:22.5px/1 Anton,sans-serif
}

.drawer span {
  font-size:12px
}

.hero {
  padding-top:58px;
  background:#fff
}

.hero__kv {
  display:block;
  width:100%;
  height:auto
}

.hero__match {
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:var(--green);
  padding:40px max(20px,calc((100% - 1180px)/2)) 120px;
  clip-path:none
}

.hero__match-bg {
  position:absolute;
  top:auto;
  right:0;
  bottom:0;
  left:0;
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center bottom;
  pointer-events:none
}

.hero__match-card {
  position:relative;
  z-index:1;
  display:block;
  width:min(1100px,100%);
  height:auto;
  margin:auto
}

.section {
  --section-pad:max(20px,calc((100% - 1180px)/2));
  position:relative;
  padding:80px var(--section-pad)
}

.section-title {
  display:flex;
  width:max-content;
  max-width:calc(100vw + 5px);
  align-items:center;
  gap:18px;
  margin:0 0 52px calc(50% - 50vw - 5px);
  padding:12px 28px 12px 56px;
  color:#fff;
  font-family:'Montserrat',sans-serif;
  font-size:88px;
  font-weight:900;
  line-height:.86;
  letter-spacing:-.055em;
  white-space:nowrap;
  transform:rotate(-3deg);
  transform-origin:left center
}

.section-title small {
  font:900 15px/1 'Noto Sans JP',sans-serif;
  letter-spacing:.03em
}

.section-title--yellow {
  background:#ffe000;
  color:#050505
}

.section-title--lime {
  background:#7fc832
}

.section-title--sky {
  background:#08a7df
}

.section-title--darkgreen {
  background:#008b25
}

.section-title--orange {
  background:#ff8b00
}

.section-title--navy {
  background:#00577d
}

.section-title--magenta {
  background:#a5005a
}

.section-title--blue {
  background:#0869b7
}

.section-title--charcoal {
  background:#484848
}

.section--green {
  background:var(--green)
}

#pickup {
  margin-top:-2px
}

.section--white {
  background:#fff
}

.section--map {
  background-color:#fff;
  background-image:url('assets/wave.png');
  background-repeat:no-repeat;
  background-size:100% auto;
  background-position:center 100%
}

.section--gray {
  background:#dedede
}

.section--cream {
  background:linear-gradient(#ffda80,#fff)
}

.section--palegreen {
  background:linear-gradient(#8fce45,#fff)
}

.section--skyblue {
  background:#0aa8df;
  color:#fff
}

.angled {
  clip-path:polygon(0 3%,100% 0,100% 97%,0 100%);
  padding-top:120px;
  padding-bottom:120px
}

.angled-bottom {
  clip-path:polygon(0 0,100% 0,100% calc(100% - 70px),0 100%);
  padding-bottom:150px
}

.bell12-section {
  clip-path:polygon(0 70px,100% 0,100% calc(100% - 70px),0 100%);
  margin-top:-72px;
  padding-top:170px;
  padding-bottom:150px
}

.angled-section {
  clip-path:polygon(0 70px,100% 0,100% calc(100% - 70px),0 100%);
  margin-top:-72px;
  padding-top:170px;
  padding-bottom:150px
}

.angled-section+.angled-section {
  margin-top:-72px
}

.center-card,.content-image {
  max-width:980px;
  margin:auto
}

.center-card img {
  width:100%;
  height:auto;
  margin:auto;
  object-fit:contain
}

.pickup-card {
  max-width:980px;
  margin:auto;
  background:#000;
  padding:40px 40px 30px
}

.pickup-card img {
  width:100%;
  height:auto
}

.pickup-card__caption {
  margin:28px 0 0;
  color:#fff;
  text-align:center;
  font-size:clamp(24px,3.2vw,46px);
  font-weight:900;
  line-height:1.2;
  letter-spacing:-.04em
}

.button {
  display:block;
  width:min(790px,94%);
  margin:32px auto 0;
  padding:28px 44px;
  border-radius:999px;
  text-align:center;
  color:#fff;
  font-size:clamp(20px,2.3vw,30px);
  font-weight:900;
  line-height:1.25;
  box-shadow:0 7px 18px rgba(0,0,0,.18)
}

.button--blue {
  background:#0068b7
}

.button--orange {
  background:#ff8b00
}

.button--green {
  background:#66bf20
}

.event-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:38px;
  max-width:980px;
  margin:auto
}

.event-grid article {
  background:#fff;
  padding:12px
}

.event-grid img {
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover
}

.event-grid p {
  font-weight:900;
  text-align:center;
  margin:12px 0 5px
}

.wide-banner {
  width:min(1100px,100%);
  margin:0 auto 35px
}

.card-slider {
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:12px 0 58px
}

.card-slider .swiper-slide {
  background:#fff;
  border-radius:10px;
  padding:14px;
  box-shadow:0 5px 16px rgba(0,0,0,.15)
}

.card-slider .thumb {
  aspect-ratio:4/3;
  background:#666;
  overflow:hidden
}

.card-slider .thumb img {
  width:100%;
  height:100%;
  object-fit:cover
}

.card-slider h3 {
  font-size:16.8px;
  text-align:center;
  margin:12px 0 6px;
  line-height:1.45
}

.card-slider p {
  display:none
}

.food-kv {
  width:min(520px,70%);
  aspect-ratio:1/1;
  margin:0 auto 40px;
  background:#555;
  color:#fff;
  display:grid;
  place-items:center;
  font:38px Anton,sans-serif
}

.schedule-list {
  max-width:980px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:45px
}

.schedule-column {
  display:flex;
  flex-direction:column;
  gap:10px
}

.schedule-item {
  display:grid;
  grid-template-columns:90px minmax(0,1fr);
  align-items:center;
  gap:12px
}

.schedule-item time {
  font-family:'Noto Sans JP',sans-serif;
  font-weight: 800;
  font-size:26px;
  text-align: right;
  line-height: 120%;
}
.schedule-item time.jp {
  font-family:'Noto Sans JP',sans-serif;
  font-weight: 800;
  font-size:24px;
}

.schedule-item p,
.schedule-popup-trigger {
  min-height:48px;
  margin:0;
  padding:13px 15px;
  border:0;
  background:#fff;
  color:#222;
  font:inherit;
  line-height:1.5;
  text-align:left
}

.schedule-popup-trigger {
  width:100%;
  cursor:pointer;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:4px
}

.schedule-item p span,
.schedule-popup-trigger span {
  display:block;
  margin-top:2px;
  font-size:14px;
  font-weight:400;
  text-decoration:none
}

.ticket-box {
  max-width:980px;
  margin:auto;
  background:#eee;
  padding:25px
}

.ticket-box h3 {
  background:linear-gradient(90deg,#74bf53,#08a9df);
  color:#fff;
  padding:15px;
  margin:-25px -25px 25px
}

.ticket-cards {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px
}

.ticket-cards article {
  display:grid;
  grid-template-columns:1fr auto;
  gap:5px
}

.ticket-cards article div {
  grid-column:1/-1;
  aspect-ratio:16/9;
  background:#666
}

.ticket-cards b,.ticket-cards span {
  font-size:12px
}

.section details {
  max-width:980px;
  margin:10px auto;
  background:#999;
  color:#fff
}

.section summary {
  list-style:none;
  cursor:pointer;
  padding:17px 22px;
  font-weight:700;
  position:relative
}

.section summary::after {
  content:'+';
  position:absolute;
  right:20px;
  font-size:30px;
  top:4px
}

.section details[open] summary::after {
  content:'−'
}

.section details p {
  margin:0;
  padding:0 22px 20px
}

.ticket-section {
  background-color:#fff;
  background-image:url('assets/wave.png');
  background-repeat:no-repeat;
  background-size:100% auto;
  background-position:center 100%;
  padding-bottom:clamp(150px,16vw,300px)
}

.ticket-map {
  width:75%;
  max-width:885px
}

.ticket-map img {
  width:100%;
  height:auto;
  max-height:none;
  margin:auto;
  object-fit:contain
}

.access-map {
  width:75%;
  max-width:735px;
  margin-right:auto;
  margin-left:auto
}

.access-map img {
  width:100%;
  height:auto;
  max-height:none;
  margin:auto;
  object-fit:contain
}

.access-data {
  max-width:980px;
  margin:25px auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px
}

.access-data div {
  background:#0869b7;
  color:#fff;
  padding:25px;
  text-align:center;
  font-weight:700
}

.access-data strong {
  font-size:32px
}

.faq {
  padding-bottom:180px;
}

.faq details {
  background:#666;
  font-size:18px ;
  padding:10px;
}
.faq details p {
  background:#fff;
  font-size:16px ;
  color: #222;
  padding:25px 20px;
}

.fixed-ticket {
  position:fixed;
  z-index:800;
  right:0;
  bottom:25px;
  width:min(440px,38vw);
  display:block;
  filter:drop-shadow(0 7px 18px rgba(0,0,0,.25))
}

.fixed-ticket img {
  display:block;
  width:100%;
  height:auto
}

@media(max-width:700px) {
  .drawer {
    left:0;
    width:100%
  }
  .drawer__inner {
    padding:28px 22px 70px
  }
  .drawer a {
    flex-wrap:wrap;
    column-gap:10px;
    row-gap:5px
  }
  .drawer b {
    font-size:19px
  }
  .drawer li.drawer__item--stack a {
    align-items:flex-start
  }
  .drawer li.drawer__item--stack span {
    flex-basis:100%;
    padding-left:0
  }
  .ticket-map,.access-map {
    width:92%
  }
  .angled-section {
    clip-path:polygon(0 36px,100% 0,100% calc(100% - 36px),0 100%);
    margin-top:-38px;
    padding-top:100px;
    padding-bottom:130px
  }
  #foodpark,#goods {
    padding-bottom:160px
  }
  .bell12-section {
    margin-top:-38px;
    padding-top:110px
  }
  .section {
    --section-pad:18px
  }
  .hero__match {
    padding:5px 14px 68px;
    clip-path:none
  }
  .hero__match-bg {
    object-position:center bottom
  }
  .drawer ul {
    grid-template-columns:1fr
  }
  .drawer b {
    font-size:19px
  }
  .section {
    padding:58px 18px
  }
  .angled {
    padding-top:90px;
    padding-bottom:90px
  }
  .angled-bottom {
    clip-path:polygon(0 0,100% 0,100% calc(100% - 36px),0 100%);
    padding-bottom:40px
  }
  .bell12-section {
    clip-path:polygon(0 36px,100% 0,100% calc(100% - 36px),0 100%);
    padding-top:100px;
    padding-bottom:100px
  }
  .section-title {
    gap:6px;
    margin-bottom:36px;
    padding:8px 12px 8px 20px;
    font-size:clamp(28px,8.5vw,34px);
    letter-spacing:-.06em
  }
  .section-title small {
    font-size:8px;
    white-space:nowrap
  }
  .pickup-card {
    padding:16px 16px 18px
  }
  .pickup-card__caption {
    margin-top:16px;
    font-size:18px
  }
  .event-grid {
    gap:14px
  }
  .event-grid article {
    padding:7px
  }
  .event-grid p {
    font-size:11px
  }
  .schedule-list {
    grid-template-columns:1fr;
    gap:8px
  }
  .schedule-column {
    gap:8px
  }
  .schedule-item {
    grid-template-columns:70px minmax(0,1fr)
  }
  .schedule-item time {
    font-size:18px
  }
  .schedule-item time.jp {
    font-size:16px
  }
  .schedule-item p,
  .schedule-popup-trigger {
    min-height:auto;
    margin:0;
    padding:10px 12px;
    font-size: 15px;
    line-height: 125%;
  }
  .schedule-item p span,
  .schedule-popup-trigger span {
  margin-top:2px;
  font-size:12px;
    line-height: 120%;
  }
  .ticket-cards {
    gap:10px
  }
  .access-data {
    gap:5px
  }
  .access-data div {
    padding:14px 4px;
    font-size:11px
  }
  .access-data strong {
    font-size:16px
  }
  .button {
    width:94%;
    margin-top:14px;
    padding:20px 24px;
    font-size:16px
  }
  .card-slider {
    padding-bottom:48px
  }
  .card-slider h3 {
    font-size:15.6px
  }
  .ticket-section {
    padding-bottom:40px
  }
  .fixed-ticket {
    bottom:10px;
    width:min(330px,78vw)
  }

  .faq details {
    background:#666;
    font-size:14px ;
    padding:5px;
  }
  .faq details p {
    background:#fff;
    font-size:16px ;
    color: #222;
    padding:25px 20px;
  }

  .section summary::after {
    content: ' +';
    position: absolute;
    right: 10px;
    font-size: 30px;
    top: 4px;
    padding:0 0 0 20px;
  }
}

/* PICKUP modal */
.pickup-popup-trigger {
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease
}

.pickup-popup-trigger:hover,
.pickup-popup-trigger:focus-visible {
  transform:translateY(-4px);
  box-shadow:0 10px 24px rgba(0,0,0,.22);
  outline:none
}

.pickup-modal {
  position:fixed;
  inset:0;
  z-index:10000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  visibility:hidden;
  opacity:0;
  pointer-events:none;
  transition:opacity .25s ease,visibility .25s ease
}

.pickup-modal.is-open {
  visibility:visible;
  opacity:1;
  pointer-events:auto
}

.pickup-modal__backdrop {
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.86)
}

.pickup-modal__dialog {
  position:relative;
  z-index:1;
  width:min(900px,92vw);
  max-height:90vh;
  overflow:auto;
  padding:20px 20px 30px;
  border-radius:12px;
  background:#fff;
  color:#222;
  box-shadow:0 20px 60px rgba(0,0,0,.35)
}

.pickup-modal__close {
  position:absolute;
  top:12px;
  right:12px;
  z-index:5;
  width:40px;
  height:40px;
  border:0;
  border-radius:50%;
  background:#222;
  color:#fff;
  font-size:28px;
  line-height:1;
  cursor:pointer
}

.pickup-modal__content img {
  display:block;
  width:100%;
  max-height:62vh;
  object-fit:contain
}

.pickup-modal__description {
  width:min(760px,100%);
  margin:22px auto 0;
  font-size:clamp(16px,1.8vw,20px);
  line-height:1.8;
  text-align:left
}

.pickup-modal__description > :first-child {
  margin-top:0
}

.pickup-modal__description > :last-child {
  margin-bottom:0
}

.pickup-modal__description h3 {
  margin:0 0 12px;
  font-size:clamp(20px,2.4vw,28px);
  line-height:1.4
}

.pickup-modal__description p,
.pickup-modal__description ul,
.pickup-modal__description ol {
  margin:0 0 14px
}

.popup-detail-button {
  display:block;
  width:min(520px,100%);
  margin:24px auto 0;
  padding:16px 24px;
  border-radius:999px;
  background:#0068b7;
  color:#fff;
  font-weight:900;
  line-height:1.4;
  text-align:center;
  text-decoration:none
}

body.pickup-modal-open {
  overflow:hidden
}

@media(max-width:768px) {
  .pickup-modal {
    padding:16px
  }

  .pickup-modal__dialog {
    width:100%;
    padding:12px 12px 24px
  }

  .pickup-modal__close {
    top:10px;
    right:10px;
    width:38px;
    height:38px;
    font-size:26px
  }

  .pickup-modal__description {
    margin-top:18px;
    padding:0 4px
  }
}

/* EVENT modal */
.event-card {
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.event-card:hover,
.event-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  outline: none;
}

.event-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}

.event-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.event-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .86);
}

.event-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(900px, 92vw);
  max-height: 90vh;
}

.event-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #222;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.event-modal__swiper {
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}

.event-modal__swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 20px 20px 54px;
}

.event-modal__swiper img {
  display: block;
  width: 100%;
  max-height: 68vh;
  object-fit: contain;
}

.event-modal__description {
  width: min(760px, 100%);
  margin: 18px 0 0;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

.event-modal__description > :first-child {
  margin-top: 0;
}

.event-modal__description > :last-child {
  margin-bottom: 0;
}

.event-modal__description h3 {
  margin: 0 0 12px;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.4;
}

.event-modal__description p,
.event-modal__description ul,
.event-modal__description ol {
  margin: 0 0 14px;
}

.event-modal__description a {
  color: #0068b7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.event-modal__swiper .swiper-button-prev,
.event-modal__swiper .swiper-button-next {
  color: #fff;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, .68);
}

.event-modal__swiper .swiper-button-prev::after,
.event-modal__swiper .swiper-button-next::after {
  font-size: 20px;
  font-weight: 900;
}

.event-modal__swiper .swiper-pagination-bullet-active {
  background: #0068b7;
}

@media (max-width: 768px) {
  .event-modal {
    padding: 16px;
  }

  .event-modal__dialog {
    width: 100%;
  }

  .event-modal__close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    font-size: 26px;
  }

  .event-modal__swiper .swiper-slide {
    padding: 12px 12px 48px;
  }

  .event-modal__swiper img {
    max-height: 72vh;
  }

  .event-modal__swiper .swiper-button-prev,
  .event-modal__swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}


body.event-modal-open {
  overflow: hidden;
}


/* SCHEDULE detail modal */
.schedule-detail-modal {
  position:fixed;
  inset:0;
  z-index:10010;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  visibility:hidden;
  opacity:0;
  pointer-events:none;
  transition:opacity .25s ease,visibility .25s ease
}

.schedule-detail-modal.is-open {
  visibility:visible;
  opacity:1;
  pointer-events:auto
}

.schedule-detail-modal__backdrop {
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.82)
}

.schedule-detail-modal__dialog {
  position:relative;
  z-index:1;
  width:min(620px,100%);
  max-height:85vh;
  overflow:auto;
  padding:34px;
  background:#fff;
  color:#222;
  border-radius:12px
}

.schedule-detail-modal__dialog h2 {
  margin:4px 0 18px;
  font-size:clamp(24px,4vw,36px)
}

.schedule-detail-modal__dialog p {
  margin:0 0 14px;
  line-height:1.8
}

.schedule-detail-modal__time {
  color:#0068b7;
  font-weight:900
}

.schedule-detail-modal__note {
  font-size:13px
}

.schedule-detail-modal__close {
  position:absolute;
  top:12px;
  right:12px;
  width:40px;
  height:40px;
  border:0;
  border-radius:50%;
  background:#222;
  color:#fff;
  font-size:28px;
  line-height:1;
  cursor:pointer
}

body.schedule-detail-modal-open {
  overflow:hidden
}

@media(max-width:700px) {
  .schedule-detail-modal {
    padding:16px
  }

  .schedule-detail-modal__dialog {
    padding:28px 22px
  }
}

/* mobile fix */
@media (max-width:768px){.event-modal{align-items:flex-start;padding:12px}.event-modal__dialog,.pickup-modal__dialog{width:100%;max-height:96dvh}.event-modal__swiper,.pickup-modal__dialog{max-height:96dvh;overflow-y:auto}.event-modal__swiper .swiper-slide{justify-content:flex-start;padding:56px 14px 24px}.event-modal__swiper img,.pickup-modal__content img{max-height:38vh;object-fit:contain}.event-modal__description,.pickup-modal__description{font-size:15px;line-height:1.7}}