:root{
  --bg:#0b0b0d;
  --bg2:#131317;
  --fg:rgba(255,255,255,.94);
  --muted:rgba(255,255,255,.78);
  --muted2:rgba(255,255,255,.62);
  --line:rgba(255,255,255,.12);
  --line2:rgba(255,255,255,.18);
  --gold1:rgba(231,200,122,.30);
  --gold2:rgba(202,162,76,.18);
  --gold3:#e7c87a;
  --shadow:0 18px 60px rgba(0,0,0,.45);
  --radius-xl:26px;
  --radius-lg:22px;
  --radius-md:18px;
  --radius-pill:999px;
}

*{box-sizing:border-box}
html,body{height:100%}
html{scroll-behavior:smooth}

body{
  margin:0;
  color:var(--fg);
  background:var(--bg);
  font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,"Hiragino Kaku Gothic ProN","Noto Sans JP","Yu Gothic","Meiryo",sans-serif;
  overflow-x:hidden;
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.bg{
  position:fixed;
  inset:-40px;
  background:
    radial-gradient(900px 600px at 20% 10%, rgba(231,200,122,.20), transparent 60%),
    radial-gradient(900px 600px at 80% 30%, rgba(125,211,255,.12), transparent 60%),
    radial-gradient(900px 700px at 60% 90%, rgba(123,255,207,.10), transparent 65%),
    linear-gradient(180deg, rgba(255,255,255,.02), transparent 55%);
  filter:blur(14px) saturate(1.05);
  opacity:.95;
  pointer-events:none;
  z-index:-2;
}

.wrap{width:min(1120px, calc(100% - 36px));margin:0 auto}

/* =========================
   HEADER
========================= */
.header{
  position:sticky;
  top:0;
  z-index:90;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(11,11,13,.58);
  backdrop-filter:blur(14px);
}

.header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  min-height:78px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.brand__logo{
  width:52px;
  height:52px;
  object-fit:cover;
  object-position:center;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 14px 40px rgba(0,0,0,.35);
  flex:0 0 52px;
}

.brand__text{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}

.brand__name{
  font-weight:900;
  letter-spacing:.02em;
  line-height:1.1;
  font-size:16px;
  white-space:nowrap;
}

.brand__tag{
  display:block;
  font-size:12px;
  color:rgba(255,255,255,.70);
  margin-top:4px;
  line-height:1.2;
  white-space:nowrap;
}

.nav{display:none;align-items:center;gap:16px}
.nav__link{font-weight:900;font-size:13px;color:rgba(255,255,255,.86)}
.nav__link:hover{text-decoration:underline}

.nav__btn{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(135deg, rgba(231,200,122,.22), rgba(202,162,76,.16));
  font-weight:900;
  font-size:13px;
}

.hamburger{
  width:48px;
  height:44px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  display:grid;
  place-items:center;
  cursor:pointer;
}

.hamburger span{
  display:block;
  width:18px;
  height:2px;
  background:rgba(255,255,255,.85);
  margin:2px 0;
  border-radius:999px;
}

.drawer{
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(11,11,13,.82);
  backdrop-filter:blur(14px);
  padding:10px 0 14px;
}

.drawer__link{
  display:block;
  padding:12px 18px;
  color:rgba(255,255,255,.90);
  font-weight:900;
}

.drawer__link:hover{background:rgba(255,255,255,.08)}

.drawer__link--strong{
  margin:6px 16px 0;
  border-radius:16px;
  background:linear-gradient(135deg, rgba(231,200,122,.22), rgba(202,162,76,.16));
  border:1px solid rgba(255,255,255,.16);
}

@media (min-width:980px){
  .nav{display:flex}
  .hamburger{display:none}
  .drawer{display:none !important}
}

@media (max-width:560px){
  .header__inner{
    min-height:68px;
    padding:8px 0;
  }
  .brand__logo{
    width:44px;
    height:44px;
    flex:0 0 44px;
    border-radius:12px;
  }
  .brand__name{font-size:14px}
  .brand__tag{font-size:11px}
}

/* =========================
   HERO
========================= */
.hero{
  position:relative;
  padding:30px 0 22px;
  border-bottom:1px solid rgba(255,255,255,.08);
  overflow:hidden;
}

.hero__bg{
  position:absolute;
  inset:-20px;
  pointer-events:none;
}

.hero__grid{
  position:relative;
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  z-index:1;
}

.heroLeft{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.heroRight{display:grid;gap:12px}

.heroActionArea{
  display:flex;
  flex-direction:column;
  gap:12px;
}

@media (min-width:980px){
  .hero{padding:42px 0 30px}
  .hero__grid{
    grid-template-columns:1.06fr .94fr;
    gap:24px;
    align-items:start;
  }
}

.ribbons{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:12px;
}

.ribbon{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.30);
  font-weight:900;
  font-size:12px;
}

.heroTitle{
  margin:8px 0 10px;
  font-weight:900;
  line-height:1.08;
  letter-spacing:.02em;
  font-size:clamp(32px, 4.2vw, 60px);
  text-shadow:0 18px 55px rgba(0,0,0,.55);
}

.heroLead{
  margin:0 0 14px;
  color:rgba(255,255,255,.84);
  line-height:1.85;
}

.heroCtas{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:0;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  min-height:48px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.38);
  font-weight:900;
  color:rgba(255,255,255,.92);
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}

.btn:hover{
  background:rgba(255,255,255,.10);
  transform:translateY(-1px);
}

.btn--primary{
  background:linear-gradient(135deg, rgba(231,200,122,.34), rgba(202,162,76,.24));
  border-color:rgba(255,255,255,.18);
  color:rgba(255,255,255,.96);
}

.heroBadges{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

@media (min-width:980px){
  .heroBadges{grid-template-columns:repeat(3, 1fr)}
}

.miniCard{
  border-radius:22px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.40);
  padding:14px;
  box-shadow:0 14px 40px rgba(0,0,0,.35);
}

.miniCard__k{font-weight:900;color:rgba(255,255,255,.80);font-size:12px;letter-spacing:.08em}
.miniCard__v{font-weight:900;font-size:18px;margin-top:6px}
.miniCard__s{color:rgba(255,255,255,.74);font-size:12px;margin-top:6px;line-height:1.65}

.photoCard{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.40);
  box-shadow:var(--shadow);
}

.photoCard__top{
  position:absolute;
  left:14px;
  top:12px;
  display:flex;
  gap:8px;
  z-index:4;
}

.pill{
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(11,11,13,.55);
  backdrop-filter:blur(10px);
  font-weight:900;
  font-size:12px;
}

.photoCard__media{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  width:100%;
  aspect-ratio:16 / 10;
  min-height:320px;
  border-radius:24px 24px 0 0;
  background:
    radial-gradient(circle at center, rgba(255,255,255,.08), rgba(255,255,255,0) 55%),
    rgba(18,16,14,.88);
}

.photoCard__media::before{
  content:"";
  position:absolute;
  inset:-8%;
  z-index:0;
  background-image:var(--hero-card-bg, none);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  transform:scale(1.08);
  filter:blur(22px) saturate(.95) brightness(.7);
  opacity:.9;
  pointer-events:none;
}

.photoCard__media::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(to bottom, rgba(0,0,0,.10), rgba(0,0,0,.22)),
    linear-gradient(to top, rgba(0,0,0,.20), rgba(0,0,0,0) 40%);
  pointer-events:none;
}

#heroImg{
  position:absolute;
  inset:0;
  z-index:2;
  display:block;
  margin:auto;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center center;
  border:0;
  transform:translateZ(0);
  pointer-events:none;
}

#heroImg.is-portrait{max-width:92%;max-height:100%}
#heroImg.is-landscape{max-width:100%;max-height:96%}
#heroImg.is-ultrawide{max-width:104%;max-height:92%}

.photoCard__bottom{
  position:relative;
  z-index:3;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  padding:14px;
  border-top:1px solid rgba(255,255,255,.10);
  background:rgba(11,11,13,.45);
  backdrop-filter:blur(10px);
}

.photoCard__cta{font-weight:900;color:rgba(231,200,122,.90)}

.marquee{
  position:relative;
  width:100%;
  min-height:46px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  box-shadow:0 14px 40px rgba(0,0,0,.35);
  overflow:hidden;
}

.marquee__viewport{
  width:100%;
  overflow:hidden;
  border-radius:999px;
}

.marquee__track{
  display:flex;
  align-items:center;
  gap:0;
  width:max-content;
  min-width:100%;
  white-space:nowrap;
  will-change:transform;
  animation: marqueeScroll 42s linear infinite;
}

.marquee:hover .marquee__track{animation-play-state:paused}

.marquee__item{
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
  padding:12px 18px;
  font-weight:900;
  font-size:14px;
  line-height:1;
  letter-spacing:.04em;
  color:rgba(255,255,255,.84);
}

.marquee__sep{opacity:.45;margin-left:2px}

@keyframes marqueeScroll{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}

@media (max-width:767px){
  .hero{
    padding:18px 0 20px;
  }

  .hero__grid{
    gap:14px;
  }

  .heroTitleArea{
    position:relative;
    isolation:isolate;
    padding:18px 18px 16px;
    border-radius:24px;
    overflow:hidden;
    background:rgba(8,10,18,.22);
    box-shadow:0 14px 40px rgba(0,0,0,.24);
  }

  .heroTitleArea::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    border-radius:inherit;
    background:
      linear-gradient(
        180deg,
        rgba(8,10,18,.42) 0%,
        rgba(8,10,18,.56) 38%,
        rgba(8,10,18,.68) 100%
      );
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
  }

  .heroTitle{
    margin:8px 0 14px;
    font-size:clamp(30px, 9.4vw, 48px);
    line-height:1.1;
    letter-spacing:-0.02em;
    word-break:keep-all;
    overflow-wrap:anywhere;
    text-shadow:
      0 3px 12px rgba(0,0,0,.42),
      0 10px 28px rgba(0,0,0,.30);
  }

  .heroLead{
    margin:0;
    font-size:15px;
    line-height:1.85;
    color:rgba(255,255,255,.92);
  }

  .heroCtas{
    display:grid;
    grid-template-columns:1fr;
  }

  .heroCtas .btn{
    width:100%;
    min-height:50px;
    font-size:16px;
  }

  .photoCard{border-radius:22px}
  .photoCard__media{
    aspect-ratio:4 / 3;
    min-height:240px;
    border-radius:20px 20px 0 0;
  }

  .heroBadges{
    grid-template-columns:1fr;
    gap:10px;
  }

  .miniCard{
    padding:14px;
    border-radius:20px;
  }

  .miniCard__v{font-size:17px}
  .miniCard__s{font-size:12px;line-height:1.65}

  .marquee{
    min-height:50px;
    border-radius:18px;
  }

  .marquee__viewport{border-radius:18px}
  .marquee__item{
    padding:12px 16px;
    font-size:13px;
    font-weight:900;
    letter-spacing:.02em;
  }
  .marquee__sep{margin-left:4px;opacity:.55}
}

/* =========================
   共通
========================= */
.band{
  position:relative;
  padding:36px 0;
}

.band::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.50);
  pointer-events:none;
  z-index:0;
}

.band > .wrap{
  position:relative;
  z-index:1;
}

.head{margin:0 0 16px}
.head--row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.kicker{
  margin:0 0 6px;
  font-weight:900;
  font-size:12px;
  letter-spacing:.16em;
  color:rgba(231,200,122,.95);
}

.h2{
  margin:0;
  font-weight:900;
  font-size:clamp(22px, 3vw, 34px);
  letter-spacing:.02em;
  color:rgba(255,255,255,.96);
}

.card{
  position:relative;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.42);
  padding:18px;
  box-shadow:var(--shadow);
  backdrop-filter:blur(6px);
}

.card--accent{
  background:linear-gradient(135deg, rgba(231,200,122,.12), rgba(0,0,0,.18));
}

.card h3{margin:0 0 10px;font-weight:900}
.big{font-size:18px;margin:0 0 10px}
.muted{color:rgba(255,255,255,.86);line-height:1.8}
.list{margin:0;padding-left:18px;color:rgba(255,255,255,.86);line-height:1.85}
.divider{height:1px;background:rgba(255,255,255,.12);margin:12px 0}

.aboutGrid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

@media (min-width:980px){
  .aboutGrid{
    grid-template-columns:1fr 1.08fr;
    align-items:start;
  }
}

/* =========================
   会場
========================= */
.venueCard{
  padding:0;
  overflow:hidden;
}

.venueCard__media{padding:16px 16px 0}

.mediaBtn{
  width:100%;
  border:0;
  background:transparent;
  padding:0;
  cursor:pointer;
  position:relative;
  z-index:3;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
}

.mediaBtn img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
  background:rgba(0,0,0,.25);
  pointer-events:none;
}

.mediaBtn__cap{
  position:absolute;
  left:12px;
  right:12px;
  bottom:12px;
  padding:10px 12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(11,11,13,.55);
  backdrop-filter:blur(10px);
  color:rgba(255,255,255,.92);
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
  pointer-events:none;
}

.mediaBtn__cap b{font-weight:900}
.mediaBtn__cap span{font-size:12px;color:rgba(255,255,255,.70)}

@media (max-width:560px){
  .mediaBtn__cap{
    flex-direction:column;
    align-items:flex-start;
  }
}

.venueCard__body{padding:14px 16px 16px}

.venueCard__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
}

.venueCard__k{font-size:12px;color:rgba(255,255,255,.70);font-weight:900;letter-spacing:.08em}
.venueCard__v{font-size:22px;font-weight:900;margin-top:2px}
.venueCard__host{margin-top:6px;color:rgba(255,255,255,.86)}
.venueCard__addr{color:rgba(255,255,255,.70);font-size:12px;margin-top:6px}
.venueCard__text{margin:12px 0;color:rgba(255,255,255,.82);line-height:1.9}
.venueCard__links{display:flex;flex-wrap:wrap;gap:10px}

.iconLink{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.38);
  font-weight:900;
  font-size:13px;
  transition:transform .18s ease, background .18s ease;
}

.iconLink:hover{
  background:rgba(255,255,255,.10);
  transform:translateY(-1px);
}

.iconLink__img{width:18px;height:18px;object-fit:contain}
.iconLink--ghost{
  background: rgba(255,255,255,.06);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.28);
}

/* =========================
   チラシ
========================= */
.flyers{margin-top:14px}

.flyers__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin-top:12px;
}

@media (min-width:820px){
  .flyers__grid{grid-template-columns:1fr 1fr}
}

.flyer{
  position:relative;
  z-index:3;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  border-radius:22px;
  overflow:hidden;
  cursor:pointer;
  padding:0;
}

.flyer img{
  width:100%;
  height:auto;
  display:block;
  pointer-events:none;
}

.flyer__cap{
  display:block;
  padding:10px 12px;
  font-weight:900;
  color:rgba(255,255,255,.86);
  background:rgba(11,11,13,.45);
  border-top:1px solid rgba(255,255,255,.10);
  pointer-events:none;
}

.shareBox{margin-top:14px}
.shareRow{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:10px;
}
.shareRow--sub{
  margin-top:10px;
  grid-template-columns:1.2fr .8fr;
}

@media (max-width:560px){
  .shareRow{grid-template-columns:1fr}
  .shareRow--sub{grid-template-columns:1fr}
}

.shareBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.92);
  font-weight:900;
  font-size:13px;
  cursor:pointer;
  user-select:none;
}

.shareBtn:hover{background:rgba(255,255,255,.10)}
.shareBtn__icon{width:18px;height:18px;object-fit:contain}
.shareBtn--line{border-color:rgba(76,217,100,.28);background:rgba(76,217,100,.12)}
.shareBtn--x{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.06)}
.shareBtn--fb{border-color:rgba(66,103,178,.28);background:rgba(66,103,178,.10)}
.shareBtn--system{background:linear-gradient(135deg, rgba(231,200,122,.26), rgba(202,162,76,.18));border-color:rgba(255,255,255,.18)}
.shareBtn--copy{border-color:rgba(231,200,122,.35);background:rgba(0,0,0,.10)}
.shareHint{margin:10px 0 0;font-size:12px;color:rgba(255,255,255,.68);line-height:1.6}

/* =========================
   主催者
========================= */
.band--organizer::before{
  background:
    linear-gradient(180deg, rgba(0,0,0,.54), rgba(0,0,0,.64)),
    radial-gradient(900px 400px at 20% 20%, rgba(231,200,122,.10), transparent 60%);
}

.organizerGrid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

@media (min-width:980px){
  .organizerGrid{
    grid-template-columns:1.04fr .96fr;
    align-items:start;
  }
}

.organizerStory{
  background:
    linear-gradient(135deg, rgba(231,200,122,.12), rgba(255,255,255,.03)),
    rgba(0,0,0,.42);
}

.organizerStory__label{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  margin-bottom:12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  color:rgba(231,200,122,.96);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}

.organizerStory__title{
  font-size:clamp(22px, 3vw, 34px);
  line-height:1.2;
  margin:0 0 12px;
}

.organizerStory__lead{
  margin:0 0 18px;
  font-size:16px;
  line-height:1.95;
  color:rgba(255,255,255,.92);
  font-weight:700;
}

.organizerCopy{
  display:grid;
  gap:14px;
}

.organizerCopy p{
  margin:0;
  line-height:2;
  color:rgba(255,255,255,.86);
}

.organizerGalleryCard h3{
  margin-bottom:8px;
}

.photoGrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

@media (min-width:820px){
  .photoGrid{grid-template-columns:repeat(3, 1fr)}
}

.photoGrid--organizer{
  margin-top:14px;
}

@media (min-width:980px){
  .photoGrid--organizer{
    grid-template-columns:repeat(2, 1fr);
  }
}

.photo{
  position:relative;
  z-index:3;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.40);
  cursor:pointer;
  transition:transform .18s ease, border-color .18s ease;
}

.photo:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.22);
}

.photo__frame{
  aspect-ratio:4 / 3;
  background:rgba(255,255,255,.04);
}

.photo__frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  pointer-events:none;
}

.photo.is-portrait .photo__frame img{
  object-fit:contain;
  background:rgba(0,0,0,.30);
}

.photo__cap{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 12px;
  border-top:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.84);
  font-weight:900;
  font-size:12px;
}

/* =========================
   夜の部
========================= */
.nightGrid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

@media (min-width:980px){
  .nightGrid{
    grid-template-columns:repeat(2, 1fr);
  }
}

.nightCard{
  position:relative;
  z-index:3;
  border-radius:26px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.40);
  box-shadow:var(--shadow);
  cursor:pointer;
  transition:transform .18s ease, border-color .18s ease;
}

.nightCard:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.24);
}

.nightCard__img{
  height:auto;
  aspect-ratio:16 / 10;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#000;
}

.nightCard__img img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}

.nightCard__body{padding:16px}
.nightCard__time{
  display:inline-flex;
  align-items:center;
  padding:7px 11px;
  margin-bottom:10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(231,200,122,.10);
  color:rgba(231,200,122,.98);
  font-size:12px;
  font-weight:900;
  letter-spacing:.06em;
}

.nightCard h3{
  font-size:22px;
  line-height:1.4;
  margin:0 0 10px;
}

.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}

/* =========================
   テーブル
========================= */
.tableWrap{
  overflow:auto;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  box-shadow:0 14px 40px rgba(0,0,0,.35);
}

.table{width:100%;min-width:760px;border-collapse:collapse}

.table th,.table td{
  text-align:left;
  padding:14px;
  border-bottom:1px solid rgba(255,255,255,.10);
  vertical-align:top;
  line-height:1.75;
}

.table th{
  position:sticky;
  top:0;
  background:rgba(11,11,13,.78);
  backdrop-filter:blur(10px);
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(255,255,255,.78);
}

.rowNight td{background:rgba(231,200,122,.06)}
.tableLink{font-weight:900;color:rgba(231,200,122,.92)}
.tableLink:hover{text-decoration:underline}

/* =========================
   出店者
========================= */
.searchWrap{
  min-width:280px;
  flex:1;
  display:flex;
  justify-content:flex-end;
}

.search{
  width:min(420px, 100%);
  padding:12px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.90);
  outline:none;
}

.search::placeholder{color:rgba(255,255,255,.55)}

.tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:14px 0;
}

.tab{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.38);
  color:rgba(255,255,255,.88);
  font-weight:900;
  cursor:pointer;
}

.tab.is-active{
  background:linear-gradient(135deg, rgba(231,200,122,.28), rgba(202,162,76,.18));
  border-color:rgba(255,255,255,.18);
}

.vendorGrid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

@media (min-width:980px){
  .vendorGrid{grid-template-columns:repeat(3, 1fr)}
}

.vendor{
  position:relative;
  z-index:3;
  border-radius:26px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.42);
  box-shadow:var(--shadow);
  cursor:pointer;
  transition:transform .18s ease, border-color .18s ease;
}

.vendor:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.24);
}

.vendor__count,
.vendor__imgBadge{
  display:none !important;
}

.vendor__img{
  position:relative;
  height:auto !important;
  aspect-ratio:16 / 10;
  background:rgba(0,0,0,.22) !important;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.10);
}

.vendor__img img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  background:rgba(0,0,0,.35);
  pointer-events:none;
}

.vendor__body{padding:16px !important}
.vendor__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px !important;
}

.vendor__name{
  margin:0;
  font-weight:900;
  line-height:1.45;
  font-size:17px;
  word-break:break-word;
}

.vendor__cat{
  font-weight:900;
  font-size:12px;
  color:rgba(255,255,255,.72);
  flex-shrink:0;
}

.vendor__desc{
  margin:10px 0 0 !important;
  color:rgba(255,255,255,.86) !important;
  line-height:1.85 !important;
}

.metas{
  display:flex;
  flex-wrap:wrap;
  gap:8px !important;
  margin-top:12px;
}

.meta{
  padding:8px 10px !important;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.38);
  font-weight:900;
  font-size:12px !important;
  line-height:1.1;
}

.vendorLinks{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}

.vendorMore{
  margin-top:14px;
  color:rgba(231,200,122,.94);
  font-weight:900;
  font-size:13px;
}

@media (max-width:560px){
  .vendor__img{aspect-ratio:4 / 3}
  .vendor__name{font-size:15px}
  .vendor__desc{font-size:13px}
}

/* =========================
   LIGHTBOX
========================= */
.lb[hidden]{display:none}

.lb{
  position:fixed;
  inset:0;
  z-index:140;
  display:grid;
  place-items:center;
  padding:18px;
}

.lb__bg{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(6px);
}

.lb__panel{
  position:relative;
  z-index:2;
  width:min(980px, 100%);
  border-radius:26px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(11,11,13,.94);
  box-shadow:var(--shadow);
  overflow:hidden;
}

.lb__panel img{
  width:100%;
  height:auto;
  display:block;
  max-height:78vh;
  object-fit:contain;
  background:rgba(0,0,0,.25);
}

.lb__panel figcaption{
  padding:12px;
  color:rgba(255,255,255,.86);
  font-weight:900;
}

.lbClose,.lbPrev,.lbNext{
  position:fixed;
  z-index:141;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.40);
  color:rgba(255,255,255,.95);
  width:44px;
  height:44px;
  border-radius:999px;
  display:grid;
  place-items:center;
  cursor:pointer;
}

.lbClose{top:16px;right:16px;font-size:22px}
.lbPrev{left:16px;top:50%;transform:translateY(-50%);font-size:26px}
.lbNext{right:16px;top:50%;transform:translateY(-50%);font-size:26px}

/* =========================
   モーダル
========================= */
.modal[hidden]{display:none}

.modal{
  position:fixed;
  inset:0;
  z-index:150;
  display:grid;
  place-items:center;
  padding:18px;
}

.modal__bg{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.64);
  backdrop-filter:blur(6px);
}

.modal__panel{
  position:relative;
  z-index:2;
  width:min(920px, 100%);
  max-height:86vh;
  overflow:auto;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(11,11,13,.96);
  box-shadow:var(--shadow);
}

.modal__close{
  position:sticky;
  top:0;
  width:100%;
  text-align:right;
  padding:12px 14px;
  border:0;
  background:linear-gradient(180deg, rgba(11,11,13,.98), rgba(11,11,13,.80));
  color:rgba(255,255,255,.92);
  font-size:26px;
  cursor:pointer;
  z-index:2;
}

.modal__content{padding:0 16px 16px}

.modal__hero{
  display:grid;
  gap:16px;
}

@media (min-width:820px){
  .modal__hero{
    grid-template-columns:1fr 1fr;
    align-items:start;
  }
}

.modal__imgs{
  border-radius:22px;
  border:1px solid rgba(255,255,255,.14);
  overflow:hidden;
  background:rgba(255,255,255,.04);
}

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

.modal__title{
  margin:0;
  font-weight:900;
  font-size:24px;
  line-height:1.45;
}

.modal__section{margin-top:12px}
.modal__section h4{margin:0 0 8px;font-weight:900}
.modal__section p{margin:0;color:rgba(255,255,255,.84);line-height:1.95}

/* =========================
   ACCESS / RESERVE / FOOTER
========================= */
.accessGrid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

@media (min-width:980px){
  .accessGrid{
    grid-template-columns:1fr 1fr;
  }
}

.accessCard{min-height:220px}

.contactCard{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.contactLinks{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

.contactNote{
  margin:12px 0 0;
  font-size:13px;
  line-height:1.7;
  color:rgba(255,255,255,.68);
  word-break:break-all;
}

.map{
  overflow:hidden;
  padding:16px;
}

.map iframe{
  width:100%;
  min-height:320px;
  border:0;
  border-radius:18px;
  display:block;
}

.footer{
  margin-top:22px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.10);
}

.footer__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px;
}

.footer__name{
  font-weight:900;
}

.footer__links{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.footer__links a{
  color:rgba(255,255,255,.78);
  font-weight:700;
}

.reserveGrid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}

@media (min-width:980px){
  .reserveGrid{
    grid-template-columns:minmax(320px, .9fr) minmax(0, 1.1fr);
    align-items:start;
  }
}

.reserveInfoCard,
.reserveFormCard{
  min-width:0;
  overflow:hidden;
}

.reserveInfoCard{height:fit-content}

.reserveFormCard{
  padding:0;
  background:rgba(255,255,255,.06);
}

.reserveFormCard iframe{
  display:block;
  width:100%;
  min-height:1180px;
  border:0;
  background:#fff;
  border-radius:26px;
}

@media (max-width:979px){
  .reserveFormCard iframe{
    min-height:1280px;
  }
}

.siteCredit{
  margin:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
}

.siteCreditWrap{
  margin-top:28px;
  padding:22px 18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  background:
    linear-gradient(135deg, rgba(231,200,122,.14), rgba(255,255,255,.04)),
    rgba(0,0,0,.34);
  box-shadow:
    0 12px 34px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.06);
  text-align:center;
  backdrop-filter:blur(10px);
}

.siteCredit__lead{
  margin:0 0 10px;
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(231,200,122,.88);
  font-weight:800;
}

.siteCredit__label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.78);
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
}

.siteCredit__name{
  font-size:18px;
  font-weight:900;
  line-height:1.5;
  color:rgba(255,255,255,.96);
  text-shadow:0 2px 16px rgba(0,0,0,.28);
}

.siteCredit__note{
  margin:12px 0 0;
  font-size:12px;
  line-height:1.8;
  color:rgba(255,255,255,.62);
}

@media (max-width:560px){
  .map{padding:12px}
  .map iframe{
    min-height:260px;
    border-radius:14px;
  }

  .siteCreditWrap{
    margin-top:22px;
    padding:18px 14px;
    border-radius:18px;
  }

  .siteCredit{gap:8px}
  .siteCredit__label{
    font-size:11px;
    padding:6px 10px;
  }
  .siteCredit__name{
    display:block;
    width:100%;
    font-size:16px;
  }
  .siteCredit__note{
    font-size:11px;
    line-height:1.7;
  }
}

/* =========================
   pointer-events対策
========================= */
.bg,
.hero__bg,
.photoCard__media::before,
.photoCard__media::after,
.photoCard::before,
.photoCard::after,
.card::before,
.card::after,
.flyer::before,
.flyer::after,
.mediaBtn::before,
.mediaBtn::after,
.venueCard__media::before,
.venueCard__media::after,
.vendor::before,
.vendor::after,
.nightCard::before,
.nightCard::after,
.band::before,
.band::after,
.wrap::before,
.wrap::after{
  pointer-events:none !important;
}

.mediaBtn,
.flyer,
.vendor,
.nightCard,
.photo,
[data-open-vendor],
[data-lightbox-src],
.photoGrid button,
.photoGrid a,
#vendorGrid article,
#vendorGrid button,
#vendorGrid a{
  position:relative;
  pointer-events:auto;
}

@media (max-width:560px){
  .card,
  .vendor,
  .nightCard,
  .photo,
  .flyers{
    background:rgba(0,0,0,.48) !important;
  }
}