
.menu-btn {
  display: none;
  position: fixed;
  top: 12px; right: 12px;
  z-index: 210;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(120deg, #ff4800 0%, #ff6a2c 35%, #0012ff 100%);
  color: #ffffff;
  border: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-btn .bars {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  transition: background .2s;
}
.menu-btn .bars::before,
.menu-btn .bars::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 22px;
  height: 2px;
  background: #ffffff;
  transform: translateX(-50%);
  transition: transform .25s ease, top .25s ease;
}
.menu-btn .bars::before { top: -7px; }
.menu-btn .bars::after  { top:  7px; }
.menu-btn.is-open .bars {
  background: transparent;
}
.menu-btn.is-open .bars::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-btn.is-open .bars::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu {
  position: fixed; inset: 0;
  z-index: 200;
  background: rgba(6,0,34, .45);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility 0s linear .25s;
}
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .25s ease, visibility 0s linear 0s;
}
.mobile-menu-panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 72%;
  max-width: 320px;
  background: #ffffff;
  padding: 76px 22px 28px;
  display: flex; flex-direction: column; gap: 4px;
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.16, .85, .3, 1);
  box-shadow: -10px 0 40px rgba(6,0,34,.22);
  overflow-y: auto;
}
.mobile-menu.is-open .mobile-menu-panel { transform: translateX(0); }

@media (min-width: 761px) {
  .mobile-menu { display: none; }
}
.mobile-menu-panel a {
  display: block;
  padding: 14px 12px;
  font-family: var(--f-hl);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.mobile-menu-panel a:hover { color: var(--orange); }
.mobile-menu-panel a.is-current {
  color: var(--orange);
  background: linear-gradient(90deg, rgba(255,72,0,.08), transparent 70%);
  padding-left: 18px;
}
@media (max-width: 760px) {
  .menu-btn { display: inline-flex; }
}

.kv {
  position: relative;

  min-height: calc(68px + 50vw * 737 / 611);
  padding: 90px 0 60px;
  overflow: hidden;
  isolation: isolate;
  background: var(--white);
}
.kv::before {

  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='400'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.6' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 .035 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  pointer-events: none;
  z-index: 0;
}
.kv::after {

  content: '';
  position: absolute;
  top: 68px;
  right: 0; bottom: 0; left: 0;
  pointer-events: none;
  --frame: 6px;
  padding: var(--frame);
  background: linear-gradient(135deg, #ff4800 0%, #ff6a2c 30%, #0012ff 100%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
          mask-composite: exclude;
  box-sizing: border-box;
  z-index: 3;
}
@media (max-width: 640px) { .kv::after { --frame: 4px; } }

.kv-supergraphic {
  position: absolute;
  top: 68px;
  left: 0;
  width: calc(100% - 50vw);
  height: calc(100% - 68px);
  pointer-events: none;
  z-index: 2;
  shape-rendering: geometricPrecision;
}
@media (max-width: 1200px) {

  .kv-supergraphic { width: 100%; }
}
.kv-supergraphic .wave { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.kv-supergraphic-grad-stop-0 { stop-color: #0012ff; }
.kv-supergraphic-grad-stop-1 { stop-color: #4060ff; }
.kv-supergraphic-grad-stop-2 { stop-color: #a040ff; }
.kv-supergraphic-grad-stop-3 { stop-color: #ff6a2c; }
.kv-supergraphic-grad-stop-4 { stop-color: #ff4800; }

.kv-photo {
  position: absolute;
  top: 68px;
  right: 0;
  bottom: 0;

  width: var(--photo-w, 50vw);
  z-index: 1;
  pointer-events: none;
  display: flex;
  overflow: hidden;
}
.kv-photo-side {
  flex: 1 1 0;
  background: var(--side-img, none) center top / cover no-repeat;
}

.kv-photo-japan   { --side-img: url('../img/kv_m_master.jpg'); }
.kv-photo-foreign { --side-img: url('../img/arena_match_bw.jpg'); }

.kv-photo[data-split="off"] .kv-photo-foreign,
.kv-photo:not([data-split]) .kv-photo-foreign { display: none; }
.kv-photo[data-split="on"] { --photo-w: 68vw; }
.kv-photo[data-split="on"] .kv-photo-foreign {

  border-right: 1px solid rgba(255,255,255,.25);
}
@media (max-width: 1200px) {

  .kv.kv {
    min-height: auto;
    padding: 68px 0 48px;
  }
  .kv > .kv-inner {
    position: static;
    padding: 0 16px;
    min-height: 0;
    height: auto;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin: 0;
    justify-content: flex-start;
    align-items: stretch;
  }
  .kv > .kv-inner .kv-content-block { max-width: none; }

  .kv-photo {
    position: relative;
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 611 / 737;
    margin-bottom: 10px;
    opacity: 1;

  }
  .kv-photo[data-split="on"] { --photo-w: 100%; }

  .kv-text-overlay {
    position: absolute;
    left: 0; right: 0;
    top: 68px;
    height: calc(100vw * 737 / 611);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 24px calc((100vw * 737 / 611) * 0.06);
    text-align: center;
    z-index: 5;
    pointer-events: none;
  }
  .kv-text-overlay .kv-headline {

    background-image: linear-gradient(120deg, #ffffff 0%, #ffffff 68%, #ff6a2c 92%, #0012ff 115%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
            text-fill-color: transparent;
    color: transparent;
    filter: drop-shadow(0 6px 18px rgba(6,0,34,.55));
    text-shadow: none;
    margin-bottom: 8px;
  }
  .kv-text-overlay .kv-sub {
    color: #ffffff;
    text-shadow: 0 3px 14px rgba(6,0,34,.6);
    margin-bottom: 0;
  }
  .kv-text-overlay .kv-sub .ja {
    color: #ffffff;
  }

  .kv-brand-logo {
    order: 99;
    width: 40%;
    margin: 8px auto 0;
  }
}

.kv-inner {
  position: relative; z-index: 3;

  width: calc(100% - 50vw);
  padding: 0 24px;
  min-height: calc(50vw * 737 / 611 - 82px);
  height: 100%;
  display: flex; flex-direction: column;
  justify-content: center;
  align-items: center;
}
.kv-content-block {

  width: 100%;
  max-width: 540px;
  display: flex; flex-direction: column;
  text-align: left;
}

.kv-brand-logo {
  width: 30%;
  align-self: center;
  margin-bottom: 14px;
  order: 0;
}
.kv-brand-logo img {
  width: 100%; height: auto; display: block;
}
.kv-tag {
  font-family: var(--f-hl); font-weight: 600;
  letter-spacing: .25em; text-transform: uppercase;
  font-size: 12px; color: var(--ink); opacity: .85;
  margin-bottom: 8px;
  display: inline-flex; align-items: center; gap: 12px;
  order: 1;
}
.kv-tag::before {
  content: ''; width: 28px; height: 2px;
  background: var(--grad);
}
.kv-headline {
  position: relative;
  font-family: var(--f-hl); font-weight: 600;
  font-size: clamp(64px, 17vw, 200px);
  line-height: .92;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 8px;
  padding: .04em .04em .08em 0;
  display: inline-block;
  background-image: var(--grad);
  background-size: 100% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.kv-text-overlay { order: 2; }

.kv-sub {
  font-family: var(--f-sub); font-weight: 800;
  font-size: clamp(18px, 2.6vw, 28px);
  line-height: 1.15;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 20px;
}
.kv-sub .ja {
  display: block;
  font-family: var(--f-body); font-weight: 700;
  font-size: clamp(13px, 1.8vw, 16px);
  text-transform: none;
  letter-spacing: .04em;
  color: var(--ink-mute);
  margin-top: 10px;
}
.kv-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0;
  max-width: 720px;
  font-family: var(--f-hl); font-weight: 600;
  text-transform: uppercase; letter-spacing: .08em;
  font-size: clamp(12px, 1.4vw, 14px);
  background: var(--white);
  border: 1px solid var(--line);
  position: relative;
  order: 3;
}
.kv-meta::before {
  content: ''; position: absolute; left: 0; right: 0; top: -1px;
  height: 3px;
  background: var(--grad);
}
.kv-meta > div {
  padding: 16px 18px;
  border-right: 1px solid var(--line);
}
.kv-meta > div:last-child { border-right: 0; }
@media (max-width: 760px) {
  .kv-meta > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .kv-meta > div:last-child { border-bottom: 0; }
}
.kv-meta .label {
  display: block;
  font-family: var(--f-mono); font-weight: 500;
  font-size: 10px; letter-spacing: .25em;
  color: var(--orange);
  margin-bottom: 6px;
  text-transform: uppercase;
}
.kv-meta .val {
  color: var(--ink);
  font-weight: 600;
}

.kv-cta {
  margin-top: 20px;
  display: flex; gap: 12px; flex-wrap: wrap;
  order: 4;
}
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-hl); font-weight: 600;
  text-transform: uppercase; letter-spacing: .12em;
  font-size: 14px;
  padding: 14px 24px;
  border: 1.5px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  border-radius: 8px;
  transition: background .18s, border-color .18s, color .18s, transform .15s, box-shadow .18s;
}
.btn:hover {
  background: var(--ink); color: var(--white); border-color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(6,0,34,.18);
}
.btn.btn-primary {
  background: var(--grad);
  background-size: 200% 100%;
  background-position: 0% 50%;
  border: 0;
  color: var(--white);
  padding: 15px 26px;
  position: relative;
  transition: background-position .35s ease, transform .15s, box-shadow .18s;
}
.btn.btn-primary:hover {
  background-position: 100% 50%;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(255,72,0,.32);
}
.btn .arrow {
  display: inline-block; transition: transform .15s;
}
.btn:hover .arrow { transform: translateX(3px); }

section { position: relative; }
.sec {
  padding: 90px 0;
  position: relative;

  scroll-margin-top: 88px;
}
section.tix, section.kv, section#follow { scroll-margin-top: 88px; }
html { scroll-padding-top: 88px; }
.sec.alt {
  background: var(--paper);
}
.sec-head {
  position: relative;
  margin-bottom: 44px;
  padding-top: 22px;
}
.sec-head > div { display: block; }
.sec-head .num {
  position: absolute;
  top: 0; left: 0;
  font-family: var(--f-mono); font-weight: 500;
  font-size: 12px;
  color: var(--orange);
  letter-spacing: .2em;
  text-transform: uppercase;
}
.sec-head .meta {
  position: absolute;
  top: 2px; right: 0;
  font-family: var(--f-hl); font-weight: 500;
  text-transform: uppercase; letter-spacing: .15em;
  font-size: 12px;
  color: var(--ink-faint);
  white-space: nowrap;
}

.sec-head h2 {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: var(--f-hl); font-weight: 700;
  font-style: italic;
  font-size: clamp(30px, 5.4vw, 56px);
  line-height: 1;
  letter-spacing: -.005em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 16px 28px 18px;
  border-radius: 10px;
  background-color: var(--orange);
  background-image: linear-gradient(118deg, #ff4800 0%, #ff6a2c 20%, #0012ff 61%, #0012ff 100%);
  box-shadow: 0 6px 14px rgba(6,0,34,.22);
  overflow: hidden;
  isolation: isolate;
}
.sec-head h2 .h2-ja {
  font-family: var(--f-body);
  font-style: normal;
  font-weight: 600;
  font-size: 0.42em;
  letter-spacing: .02em;
  opacity: .85;
  vertical-align: middle;
  margin-left: 6px;
}
.sec-head h2::before {

  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 60%;
  background-image: var(--head-img, none);
  background-size: cover;
  background-position: center;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 40%, #000 100%);
          mask-image: linear-gradient(to right, transparent 0%, #000 40%, #000 100%);
  pointer-events: none;
  z-index: -1;
}
.sec-head .ja {
  display: block;
  margin-top: 10px;
  font-family: var(--f-body); font-weight: 700;
  font-size: clamp(13px, 1.6vw, 15px);
  color: var(--ink-mute);
  letter-spacing: .04em;
}
@media (max-width: 640px) {
  .sec-head { padding-top: 24px; }
  .sec-head h2 { padding: 14px 18px 16px; }
  .sec-head .meta {
    position: static;
    display: block;
    margin-top: 10px;
    text-align: left;
  }
}

#schedule  .sec-head { --head-img: url('../img/atmosphere.jpg'); }
#news      .sec-head { --head-img: url('../img/crowd.jpg'); }
#fixtures  .sec-head { --head-img: url('../img/kv_court.jpg'); }
#pickup    .sec-head { --head-img: url('../img/arena_match_bw.jpg'); }
#standings .sec-head { --head-img: url('../img/atmosphere.jpg'); }
#about     .sec-head { --head-img: url('../img/arena_fisheye.jpg'); }
#teams     .sec-head { --head-img: url('../img/crowd.jpg'); }
#follow    .sec-head { --head-img: url('../img/kv_court.jpg'); }
#partners-tba .sec-head { --head-img: url('../img/arena_fisheye.jpg'); }

.news-list {
  display: grid; gap: 0;
}
.news-item {
  display: grid;
  grid-template-columns: 110px 90px 100px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
  transition: background .15s;
  text-decoration: none;
  color: inherit;
}
a.news-item { cursor: pointer; }
.news-item:hover { background: rgba(255,72,0,.03); }
.news-item .date {
  font-family: var(--f-mono); font-weight: 500;
  font-size: 13px;
  color: var(--ink-mute);
}
.news-item .cat {
  font-family: var(--f-hl); font-weight: 600;
  font-size: 11px;
  text-transform: uppercase; letter-spacing: .15em;
  padding: 4px 10px;
  border: 1px solid var(--line-2);
  color: var(--ink);
  text-align: center;
  justify-self: start;
  background: var(--white);
}
.news-item .cat.cat-update {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}
.news-item .cat.cat-match {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}
.news-item .cat.cat-result {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}
.news-item .src {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--f-mono); font-weight: 500;
  font-size: 10px;
  letter-spacing: .08em;
  padding: 3px 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink-mute);
  justify-self: start;
  white-space: nowrap;
}
.news-item .src::before {
  content: '';
  width: 6px; height: 6px;
  background: currentColor;
  border-radius: 50%;
  opacity: .55;
}
.news-item .src.src-jva   { color: #5a4d1f; background: #fff7d8; border-color: #e8d77a; }
.news-item .src.src-vnl   { color: #2a3aff; background: #eef0ff; border-color: #b8c0ff; }
.news-item .src.src-osaka { color: #c33400; background: #fff0e8; border-color: #ffc1a3; }
.news-item .title {
  font-family: var(--f-body); font-weight: 700;
  font-size: 15px;
  color: var(--ink);
}
.news-item.is-auto .title::after {
  content: 'AUTO';
  display: inline-block;
  margin-left: 8px;
  vertical-align: 1px;
  padding: 1px 6px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  font-family: var(--f-mono); font-weight: 500;
  font-size: 9px;
  letter-spacing: .08em;
  color: var(--ink-faint);
}
.news-item.is-entering {
  overflow: hidden;
  transition:
    max-height .4s cubic-bezier(.32,.72,.32,1),
    padding-top .4s cubic-bezier(.32,.72,.32,1),
    padding-bottom .4s cubic-bezier(.32,.72,.32,1),
    border-bottom-color .4s ease,
    opacity .28s ease .4s;
}
.news-more {
  display: block;
  margin: 24px auto 0;
  padding: 12px 32px;
  font-family: var(--f-hl); font-weight: 600;
  text-transform: uppercase; letter-spacing: .12em;
  font-size: 13px;
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
  border-radius: 8px;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.news-more:hover {
  background: var(--ink);
  color: #fff;
}
.news-more-count {
  font-family: var(--f-mono); font-weight: 500;
  margin-left: 8px;
  opacity: .6;
  letter-spacing: .04em;
}
.news-empty {
  padding: 70px 0;
  text-align: center;
  font-family: var(--f-hl); font-weight: 600;
  font-size: clamp(28px, 5vw, 44px);
  text-transform: uppercase; letter-spacing: .04em;
  color: var(--ink);
  position: relative;
}
.news-empty::after {
  content: '';
  display: block;
  width: 60px; height: 2px;
  background: var(--grad);
  margin: 18px auto 0;
}
.news-empty .ja {
  font-family: var(--f-body); font-weight: 700;
  font-size: 14px;
  color: var(--ink-mute);
  margin-top: 14px;
  letter-spacing: .02em;
}
@media (max-width: 880px) {
  .news-item {

    grid-template-columns: max-content max-content max-content 1fr;
    grid-template-areas: 'date cat src .' 'title title title title';
    gap: 8px 12px;
  }
  .news-item .date  { grid-area: date;  justify-self: start; }
  .news-item .cat   { grid-area: cat;   justify-self: start; }
  .news-item .src   { grid-area: src;   justify-self: start; }
  .news-item .title { grid-area: title; }
}

.cal-month,
.sec-sub-label {
  text-align: center;
  font-family: var(--f-hl); font-weight: 600;
  font-size: 18px; letter-spacing: .08em;
  color: var(--ink);
  margin-bottom: 16px;
}

.cal {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.cal-h {
  font-family: var(--f-hl); font-weight: 600;
  font-size: 12px;
  text-transform: uppercase; letter-spacing: .15em;
  color: var(--ink-mute);
  text-align: center;
  padding: 10px 0;
}
.cal-d {

  background: var(--white);
  border: 1px solid var(--line);
  padding: 8px 8px 8px;
  display: flex; flex-direction: column; gap: 2px;
  position: relative;
  font-size: 14px;
  min-height: 80px;
  box-sizing: border-box;
  transition: transform .15s, box-shadow .15s;
}
@media (max-width: 640px) {
  .cal-d { min-height: 88px; padding: 8px 6px; }
}
.cal-d.is-empty { background: transparent; border-color: transparent; }
.cal-d .num {
  font-family: var(--f-mono); font-weight: 500;
  font-size: 13px;
  color: var(--ink-faint);
  display: flex; align-items: baseline; gap: 6px;
}
.cal-d .num .day-en {
  font-size: 10px; opacity: .65; letter-spacing: .1em;
}
.cal-d.is-women {
  background: linear-gradient(160deg, #fff3ed 0%, #ffe1d2 100%);
  border-color: var(--orange);
}
.cal-d.is-men {
  background: linear-gradient(160deg, #eef0ff 0%, #d8dcff 100%);
  border-color: var(--blue-2);
}

.cal-d.is-women::after,
.cal-d.is-men::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: -1px;
  height: 4px;
}
.cal-d.is-women::after { background: var(--orange); }
.cal-d.is-men::after { background: var(--blue-2); }
.cal-d.is-women .num { color: var(--orange); font-weight: 700; }
.cal-d.is-men .num { color: var(--blue); font-weight: 700; }

.cal-d .match-count {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  margin: auto 0;
  flex: 1;
}
.cal-d .match-count .n {
  font-family: var(--f-hl); font-weight: 700;
  font-size: 20px; line-height: 1;
  color: var(--ink);
}
.cal-d .match-count .lbl {
  font-family: var(--f-hl); font-weight: 600;
  font-size: 8px; letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 2px;
}

.cal-d.is-clickable {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255,72,0,.1);
}
.cal-d.is-clickable:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(6,0,34,.10);
}
.cal-d.is-clickable:active {
  transform: scale(0.97);
}
.cal-d.is-clickable:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

.cal-d.no-match {
  color: var(--ink-faint);
  cursor: default;
}
.cal-legend {
  display: flex; gap: 24px; margin-top: 18px;
  font-family: var(--f-hl); font-weight: 500; font-size: 12px;
  text-transform: uppercase; letter-spacing: .12em;
  color: var(--ink-mute);
}
.cal-legend .swatch {
  display: inline-block; width: 12px; height: 12px; vertical-align: -2px; margin-right: 8px;
}
.cal-legend .sw-w { background: var(--orange); }
.cal-legend .sw-m { background: var(--blue-2); }
@media (max-width: 640px) {

  .cal-d { font-size: 12px; }
  .cal-h { font-size: 10px; padding: 4px 0; }
}

@media (max-width: 380px) {
  .cal-d .match-count .lbl { display: none; }
  .cal-d { padding: 6px 4px; }
}

.fx-day {
  scroll-margin-top: 88px;
  border-bottom: 1px solid var(--line);
}
.fx-day-h {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 0;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  transition: color .15s;
}
.fx-day-h:hover { color: var(--orange); }
.fx-day-h .left {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--f-hl); font-weight: 600;
  text-transform: uppercase;
}

.fx-day-h .fx-gen {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 4px 10px;
  font-family: var(--f-body); font-weight: 700;
  font-size: 11px;
  letter-spacing: .12em;
  color: #fff;
  border-radius: 3px;
  line-height: 1;
  min-width: 42px;
}
.fx-day-h .fx-gen.gen-w { background: var(--orange); }
.fx-day-h .fx-gen.gen-m { background: var(--blue); }
.fx-day-h .date {
  font-size: clamp(20px, 3vw, 28px);
  color: var(--ink);
  letter-spacing: .04em;
}
.fx-day-h .day {
  font-size: 12px;
  color: var(--orange);
  letter-spacing: .15em;
}
.fx-day-h .ja {
  font-family: var(--f-body); font-weight: 700;
  font-size: 13px;
  color: var(--ink-mute);
  margin-left: 8px;
}
.fx-day-h .toggle {
  font-family: var(--f-mono); font-weight: 500;
  font-size: 22px;
  color: var(--ink-faint);
  transition: transform .2s, color .2s;
  width: 32px; height: 32px;
  display: inline-flex; align-items: center; justify-content: center;
}
.fx-day.is-open .fx-day-h .toggle { transform: rotate(45deg); color: var(--orange); }

.fx-day .body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .35s cubic-bezier(.4,.0,.2,1), opacity .25s ease;
}
.fx-day.is-open .body {
  max-height: 4000px;
  opacity: 1;
}
.fx-day .body .fx-list { padding-top: 4px; padding-bottom: 24px; }

.fx-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
}
.fx-card {
  position: relative;
  display: flex; flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--orange);

  padding: 16px 16px 0;
  transition: transform .15s, box-shadow .15s;
}
.fx-card:hover {
  border-color: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,18,255,.12);
}

.fx-card-head {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--f-mono); font-weight: 500;
  font-size: 11px;
  color: var(--ink-mute);
  letter-spacing: .08em;
  margin-bottom: 14px;
}
.fx-card-head .time {
  color: var(--ink);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .04em;
}
.fx-card-match {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.fx-card-team {
  display: flex; flex-direction: column; align-items: center;
  gap: 6px;
  text-align: center;
}
.fx-card-team .flag { width: 48px; height: 32px; }
.fx-card-team .code {
  font-family: var(--f-hl); font-weight: 700;
  font-size: 16px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink);
}
.fx-card-vs {
  font-family: var(--f-hl); font-weight: 600;
  font-size: 13px;
  color: var(--orange);
  letter-spacing: .15em;
}
.fx-card-sets {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  margin-bottom: 12px;
}
.fx-card-set {
  font-family: var(--f-mono); font-weight: 500;
  font-size: 12px;
  text-align: center;
  padding: 6px 0;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink-faint);
}
.fx-card-set.has-score {
  background: var(--white);
  color: var(--ink);
  border-color: var(--ink);
}

.fx-card-result {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 8px 10px;
  border-top: 1px dashed var(--line);
  font-family: var(--f-hl); font-weight: 700;
  font-size: 28px; letter-spacing: .05em;

  color: #333;
  text-align: center;
  line-height: 1.1;
}
.fx-card-result.is-scheduled {
  font-size: 12px; letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ink-faint);
  border-top-style: solid;
  flex-direction: column;
  gap: 6px;
  padding: 10px 12px 12px;
}
.fx-card-result.is-scheduled .fx-card-times {
  letter-spacing: .03em;
  text-transform: none;
  color: var(--ink-mute);
  font-size: 12px;
  line-height: 1.4;
}
.fx-card-result.is-scheduled .fx-card-shared {
  font-family: var(--f-hl); font-weight: 700;
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--orange);
  text-transform: none;
  padding: 2px 8px;
  border: 1px solid var(--orange);
  border-radius: 4px;
  line-height: 1.4;
}
.fx-card-result.is-scheduled .fx-card-note {
  font-size: 10.5px;
  letter-spacing: .02em;
  text-transform: none;
  color: var(--ink-mute);
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 640px) {
  .fx-card-team .flag { width: 40px; height: 27px; }
  .fx-card-team .code { font-size: 14px; }
  .fx-card-set { font-size: 11px; padding: 5px 0; }
}

.teams-coming {
  background: var(--white);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.teams-coming::before {
  content: '';
  position: absolute; left: 0; right: 0; top: 0;
  height: 3px;
  background: var(--grad);
  z-index: 2;
}
.teams-coming .text {
  padding: 60px 40px;
  display: flex; flex-direction: column; justify-content: center;
}
.teams-coming .text h3 {
  font-family: var(--f-hl); font-weight: 600;
  font-size: clamp(28px, 4.5vw, 44px);
  text-transform: uppercase;
  letter-spacing: -.005em;
  line-height: .95;
  color: var(--ink);
  margin-bottom: 14px;
}
.teams-coming .text h3::after {
  content: '';
  display: block;
  width: 50px; height: 2px;
  background: var(--grad);
  margin-top: 16px;
}
.teams-coming .text .ja {
  font-family: var(--f-body); font-weight: 700;
  font-size: 14px;
  color: var(--ink-mute);
  margin-top: 16px;
  line-height: 1.7;
}
.teams-coming .text .num {
  font-family: var(--f-mono); font-weight: 500;
  font-size: 11px;
  color: var(--orange);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 760px) {
  .teams-coming .text { padding: 40px 24px; }
}

.teams-note {
  text-align: center;
  font-family: var(--f-body); font-weight: 500;
  font-size: 12px;
  color: var(--ink-mute);
  margin-top: 28px;
  letter-spacing: .02em;
}
.teams-note a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tix {
  position: relative;
  padding: 90px 24px;
  text-align: center;
  background: var(--grad);
  color: var(--white);
  isolation: isolate;
  overflow: hidden;
}
.tix::before {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='400'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.5' numOctaves='2'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 .3 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mix-blend-mode: overlay; opacity: .25; z-index: -1;
}
.tix h2 {
  font-family: var(--f-hl); font-weight: 600;
  font-size: clamp(40px, 8vw, 88px);
  line-height: .9;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 14px;
  letter-spacing: -.005em;
  color: var(--white);
}
.tix .lead {
  font-family: var(--f-sub); font-weight: 800;
  font-size: clamp(14px, 2vw, 18px);
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 32px;
  color: var(--white);
}
.tix .lead .ja {
  display: block;
  font-family: var(--f-body); font-weight: 700;
  font-size: 14px;
  text-transform: none;
  letter-spacing: .04em;
  margin-top: 8px;
  opacity: .92;
}
.tix .btn {
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
  font-size: 16px; padding: 18px 36px;
}
.tix .btn:hover {
  background: var(--ink); color: var(--white); border-color: var(--ink);
  box-shadow: 0 10px 26px rgba(6,0,34,.32);
}
.tix .note {
  margin-top: 20px;
  font-size: 12px;
  color: rgba(255,255,255,.92);
  letter-spacing: .04em;
}

.tix-period-head {
  font-family: var(--f-hl); font-weight: 600;
  font-size: 12px; letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.95);
  margin-bottom: 12px;
}
.tix-period {
  list-style: none; padding: 0;
  margin: 0 auto;
  font-size: 14px; line-height: 1.7;
  color: rgba(255,255,255,.95);
  text-align: left;
  width: fit-content;
}

.tix-period-block {
  margin-bottom: 18px;
}
.tix-period-block:last-of-type {
  margin-bottom: 28px;
}
.tix-period-gender {
  font-family: var(--f-hl); font-weight: 600;
  font-size: 13px; letter-spacing: .1em;
  color: rgba(255,255,255,.95);
  margin-bottom: 6px;
}
.tix-period li {
  display: flex; align-items: flex-start; gap: 10px;
  margin-bottom: 6px;
}
.tix-period li:last-child { margin-bottom: 0; }
.tix-period li .tag {
  display: inline-block;
  background: var(--white); color: var(--ink);
  font-family: var(--f-hl); font-weight: 600;
  font-size: 12px; letter-spacing: .08em;
  padding: 4px 10px;
  border-radius: 4px;
  flex: 0 0 auto;
}
.tix-period li .period-when {
  display: inline-block;
  white-space: nowrap;
}

.tix-block {
  background: var(--white);
  color: var(--ink);
  padding: 36px 32px;
  border-radius: 6px;
  position: relative;
  text-align: left;
  box-shadow: 0 10px 30px rgba(6,0,34,.18);
}

.tix-jtb-area {
  position: relative;
  padding: 72px 0 80px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(6,0,34,.22) 0%, rgba(6,0,34,.38) 100%),
    linear-gradient(120deg, rgba(255,72,0,.78) 0%, rgba(255,106,44,.74) 30%, rgba(0,18,255,.80) 100%),
    url('../img/ticket_bg.jpg') center/cover no-repeat;
  background-color: var(--navy);
  isolation: isolate;
  overflow: hidden;
}
.tix-jtb-area::before {
  content: '';
  position: absolute; left: 0; right: 0; top: 0;
  height: 2px;
  background: var(--grad);
  z-index: 1;
}
.tix-tagline {
  text-align: center;
  font-family: var(--f-hl); font-weight: 600;
  font-size: clamp(18px, 2.4vw, 26px);
  letter-spacing: .04em;
  color: var(--white);
  margin-bottom: 36px;
  text-shadow: 0 2px 8px rgba(6,0,34,.35);
}
.tix-jtb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .tix-jtb-grid { grid-template-columns: 1fr; gap: 20px; }
}

.tix-block-jtb {
  display: flex; flex-direction: column;
  padding: 36px 32px 32px;
}
.tix-block-jtb::before {
  content: '';
  position: absolute; left: 0; right: 0; top: 0;
  height: 4px;
  background: var(--grad);
}

.tix-block-jtb .tix-subhead,
.tix-block-pv .tix-subhead {
  font-family: var(--f-hl); font-weight: 600;
  font-size: clamp(14px, 1.6vw, 17px);
  letter-spacing: .04em;
  color: var(--ink-mute);
  line-height: 1.5;
  margin: 0 0 10px;
}
.tix-block-jtb .tix-title,
.tix-block-pv .tix-title {
  font-size: clamp(22px, 3vw, 28px);
  margin-bottom: 16px;
}
.tix-block-pv .tix-title {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 18px;
}
.tix-block-jtb .tix-desc {
  font-family: var(--f-body); font-weight: 500;
  font-size: 13px; line-height: 1.85;
  color: var(--ink-mute);
  margin: 0 0 22px;
}

.tix-perks-label {
  font-family: var(--f-hl); font-weight: 600;
  font-size: 12px; letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.tix-perks {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  counter-reset: perks;
  font-size: 13px; line-height: 1.55;
  color: var(--ink);
}
.tix-perks li {
  counter-increment: perks;
  position: relative;
  padding: 6px 0 6px 28px;
  border-bottom: 1px dashed var(--line);
}
.tix-perks li:last-child { border-bottom: 0; }
.tix-perks li::before {
  content: counter(perks, decimal-leading-zero);
  position: absolute;
  left: 0; top: 6px;
  font-family: var(--f-mono); font-weight: 500;
  font-size: 11px;
  color: var(--orange);
  letter-spacing: .04em;
}
.tix-perks-sub {
  display: block;
  font-size: 11px;
  color: var(--ink-faint);
  margin-top: 2px;
}

.tix-perks-foot {
  font-size: 12px;
  line-height: 1.6;
  color: var(--ink-mute);
  margin: -16px 0 24px;
}

.tix-block-jtb .btn { align-self: center; margin-top: auto; }
.tix-jtb-note {
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,.78);
  letter-spacing: .04em;
  margin-top: 32px;
}
@media (max-width: 760px) {
  .tix-jtb-note > span { display: block; }
}

.tix .btn.btn-on-white,
.tix-jtb-area .btn.btn-on-white,
.tix-pv-area .btn.btn-on-white {
  background: var(--ink); color: var(--white); border-color: var(--ink);
  font-size: 14px; padding: 14px 24px;
}
.tix .btn.btn-on-white:hover,
.tix-jtb-area .btn.btn-on-white:hover,
.tix-pv-area .btn.btn-on-white:hover {
  background: var(--white); color: var(--ink); border-color: var(--ink);
  box-shadow: 0 8px 22px rgba(6,0,34,.2);
}

/* Promo バナー — ABOUT セクション内、会場マップ + 公式グッズ */
.promo-banners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "venue venue"
    "goods-w goods-m";
  gap: 16px;
  margin: 48px auto 0;
}
.promo-banner.is-venue   { grid-area: venue; }
.promo-banner.is-goods-w { grid-area: goods-w; }
.promo-banner.is-goods-m { grid-area: goods-m; }
@media (max-width: 640px) {
  .promo-banners-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "venue"
      "goods-w"
      "goods-m";
    gap: 12px;
  }
}
.promo-banner {
  position: relative;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  gap: 6px;
  padding: 40px 24px;
  background: var(--grad);
  color: var(--white);
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  isolation: isolate;
}
.promo-banner::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='400'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.5' numOctaves='2'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 .3 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mix-blend-mode: overlay; opacity: .25; z-index: -1;
}
.promo-banner-label {
  font-family: var(--f-body); font-weight: 500;
  font-size: 12px; letter-spacing: .14em;
  opacity: .9;
}
.promo-banner-title {
  font-family: var(--f-hl); font-weight: 700;
  font-size: clamp(20px, 2.6vw, 26px);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1;
}
.promo-banner-status {
  font-family: var(--f-hl); font-weight: 600;
  font-size: 11px; letter-spacing: .16em;
  text-transform: uppercase;
  padding: 4px 12px;
  background: rgba(255,255,255,.18);
  border-radius: 99px;
  margin-top: 6px;
}
.promo-banner.promo-banner-disabled {
  cursor: default;
  pointer-events: none;
}
/* 画像入りバナー (Venue Map / グッズ) 用調整 */
.promo-banner.is-venue,
.promo-banner.is-goods-w,
.promo-banner.is-goods-m {
  padding: 0;
  background: transparent;
}
.promo-banner.is-venue::before,
.promo-banner.is-goods-w::before,
.promo-banner.is-goods-m::before {
  display: none;
}
.promo-banner.is-venue img,
.promo-banner.is-goods-w img,
.promo-banner.is-goods-m img {
  display: block;
  width: 100%;
  height: auto;
}
/* venue (1段目) は中央寄せ + 2段目バナーと同じ幅で揃える */
.promo-banner.is-venue {
  justify-self: center;
  width: 100%;
  max-width: calc((100% - 16px) / 2);
}
@media (max-width: 640px) {
  .promo-banner.is-venue {
    max-width: 100%;
    justify-self: stretch;
    width: auto;
  }
}

/* PV エリア — JTB と同じ仕組みで、画像差替前提のプレースホルダ。
   JTB との境界に grad ボーダーを置き、視覚的に「ぴあ拡張枠」として連続させる */
.tix-pv-area {
  position: relative;
  padding: 72px 0 80px;
  color: var(--white);
  background: var(--grad);
  isolation: isolate;
  overflow: hidden;
}
.tix-pv-area::before {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='400'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.5' numOctaves='2'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 .3 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mix-blend-mode: overlay; opacity: .25; z-index: -1;
}
.tix-pv-lead {
  text-align: center;
  font-family: var(--f-body); font-weight: 500;
  font-size: 14px; line-height: 1.85;
  color: rgba(255,255,255,.92);
  max-width: 1100px; margin: 0 auto 36px;
  text-shadow: 0 2px 8px rgba(6,0,34,.35);
}
.tix-pv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.tix-pv-grid:has(> .tix-block-pv:only-child) {
  grid-template-columns: minmax(0, 540px);
  justify-content: center;
}
@media (max-width: 760px) {
  .tix-pv-grid { grid-template-columns: 1fr; gap: 20px; }
}
.tix-block-pv {
  display: flex; flex-direction: column;
  padding: 36px 32px 32px;
}
.tix-block-pv::before {
  content: '';
  position: absolute; left: 0; right: 0; top: 0;
  height: 4px;
  background: var(--grad);
}
.tix-block-pv .tix-perks-label {
  font-family: var(--f-hl); font-weight: 600;
  font-size: 15px; letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.tix-pv-matches {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 0;
  list-style: none;
  padding: 10px 0;
  margin: 0 0 14px;
  font-size: 14px; line-height: 1.55;
  color: var(--ink);
}
.tix-pv-matches li {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1 / -1;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px dashed var(--line);
}
.tix-pv-matches li:first-child { padding-top: 0; }
.tix-pv-matches li:last-child { padding-bottom: 0; border-bottom: 0; }
.tix-pv-matches li .date,
.tix-pv-matches li .match {
  color: var(--ink);
}
.tix-pv-matches li .date {
  white-space: nowrap;
}
.tix-pv-matches li .match {
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
}
.tix-pv-matches li .hall {
  display: inline-block;
  font-family: var(--f-hl); font-weight: 600;
  font-size: 11px; letter-spacing: .08em;
  color: var(--orange);
  border: 1px solid var(--orange);
  padding: 2px 8px;
  border-radius: 3px;
  margin: 0 8px 0 0;
  vertical-align: 1px;
  white-space: nowrap;
}
.tix-pv-match {
  font-size: 14px; line-height: 1.6;
  color: var(--ink);
  margin: 0 0 24px;
}
.tix-block-pv .btn { align-self: center; margin-top: auto; }

/* 無料PV会場 — タイトル内バッジ + 申込未確定ノート */
.tix-block-pv .tix-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.tix-pv-badge {
  display: inline-block;
  font-family: var(--f-hl); font-weight: 700;
  font-size: 11px; letter-spacing: .1em;
  color: var(--white);
  background: var(--grad);
  padding: 4px 10px;
  border-radius: 3px;
  white-space: nowrap;
  line-height: 1.4;
}
.tix-pv-apply-note {
  font-family: var(--f-body);
  font-size: 12px; line-height: 1.6;
  color: var(--ink-mute);
  margin: auto 0 0;
  padding: 14px 0 0;
  text-align: center;
  border-top: 1px dashed var(--line);
}
.tix-pv-apply-note a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tix-pv-apply-note a:hover { opacity: .8; }

/* 受付終了 (満員) リボン — カード斜め横切り */
.tix-block-pv[data-soldout="true"] { position: relative; overflow: hidden; }
.tix-pv-soldout-banner {
  position: absolute;
  top: 38%;
  left: 5%;
  width: 90%;
  transform: rotate(6deg);
  background: linear-gradient(135deg, #ff6a2c 0%, #ff4800 100%);
  color: var(--white);
  text-align: center;
  padding: 12px 24px;
  z-index: 10;
  box-shadow: 0 6px 18px rgba(6,0,34,.35);
  pointer-events: none;
}
.tix-pv-soldout-text {
  display: inline-block;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .03em;
  text-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.tix-block-pv[data-soldout="true"] .btn.btn-on-white {
  opacity: .45;
  pointer-events: none;
  cursor: not-allowed;
}

/* 全会場共通の案内ブロック */
.tix-pv-common {
  max-width: 700px;
  margin: 36px auto 0;
  padding: 24px 28px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 4px;
  color: var(--white);
}
.tix-pv-common .tix-perks-label {
  font-size: 15px;
  color: rgba(255,255,255,.95);
  margin: 0 0 12px;
  border-top: 0;
  padding-top: 0;
}
.tix-pv-common-list {
  list-style: none; padding: 0; margin: 0 0 14px;
  font-size: 14px; line-height: 1.85;
  color: rgba(255,255,255,.92);
}
/* 白カード内のタイムスケジュール用 */
.tix-pv-schedule {
  list-style: none; padding: 0; margin: 0 0 24px;
  font-size: 14px; line-height: 1.85;
  color: var(--ink);
}
/* 出演者リスト：日付列と内容列を subgrid で揃える */
.tix-pv-cast {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 0;
}
.tix-pv-cast li {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1 / -1;
  align-items: baseline;
}
.tix-pv-cast .date {
  white-space: nowrap;
}
.tix-pv-cast .cast-role {
  display: inline-block;
  white-space: nowrap;
}
.tix-pv-cast .cast-role:not(:last-child) {
  margin-right: 1em;
}
.tix-pv-foot {
  font-size: 13px;
  color: rgba(255,255,255,.78);
  margin: 0;
}

.tix .btn.btn-on-dark {
  background: var(--grad);
  background-size: 200% 100%;
  background-position: 0% 50%;
  color: var(--white); border: 0;
  font-size: 14px; padding: 15px 26px;
  transition: background-position .35s ease, transform .15s, box-shadow .18s;
}
.tix .btn.btn-on-dark:hover {
  background-position: 100% 50%;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(255,72,0,.32);
}

.social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.social a {
  display: flex; align-items: center; gap: 12px;
  padding: 18px 16px;
  background: var(--white);
  border: 1px solid var(--line);
  transition: border-color .15s, background .15s, transform .15s, box-shadow .18s;
  min-width: 0;
}
.social a:hover {
  border-color: var(--orange);
  background: #fffaf7;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255,72,0,.12);
}
.social .ic {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: var(--ink); color: var(--white);
  font-family: var(--f-hl); font-weight: 700; font-size: 14px;
  letter-spacing: .04em;
  flex: 0 0 auto;
}
.social .label {
  display: block;
  font-family: var(--f-hl); font-weight: 500;
  text-transform: uppercase; letter-spacing: .15em;
  font-size: 11px; color: var(--ink-mute);
}
.social .name {
  font-family: var(--f-hl); font-weight: 600;
  font-size: 15px; color: var(--ink);
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.social a.social-featured {
  border: 3px solid transparent;
  padding: 16px 14px;
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    var(--grad) border-box;
}
.social a.social-featured:hover {
  background:
    linear-gradient(#fffaf7, #fffaf7) padding-box,
    var(--grad) border-box;
}
.social a.social-featured .ic {
  background: var(--grad);
}
@media (max-width: 640px) {
  .social { grid-template-columns: 1fr; }
}

.foot-sponsor.partners {

  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.partners-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(40px, 5vw, 72px);
}
.partners-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
}
.partners-cat {
  font-family: var(--f-hl); font-weight: 600;
  letter-spacing: .2em;
  text-align: center;
  color: #ffffff;
  margin: 0 0 6px;
}
.partners-row-top .partners-cat {

  font-size: 12px;
}
.partners-row-bottom .partners-cat {

  font-size: 10px;
}
.partners-rule {
  height: 2px;
  background: #ffffff;
  margin: 0 0 14px;
}
.partners-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 40px);
  list-style: none;
  margin: 0; padding: 0;
}
.partners-list li {
  display: flex; align-items: center;
}
.partners-list img {
  display: block;
  width: auto;
}

.partners-row-top .partners-list img { height: 56px; }

.partners-row-bottom .partners-list img { height: 40px; }

@media (max-width: 760px) {
  .foot-sponsor.partners { gap: 36px; }
  .partners-row-bottom { flex-direction: column; align-items: center; gap: 32px; }
  .partners-list { gap: 22px; }
  .partners-row-top .partners-list img { height: 60px; }
  .partners-row-bottom .partners-list img { height: 44px; }
}

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.about .lead {
  font-family: var(--f-hl); font-weight: 600;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.25;
  letter-spacing: .005em;
  text-transform: uppercase;
  color: var(--ink);
}
.about .lead .ja {
  display: block;
  font-family: var(--f-body); font-weight: 700;
  font-size: clamp(13px, 1.6vw, 15px);
  text-transform: none;
  letter-spacing: .04em;
  color: var(--ink-mute);
  margin-top: 12px;
  line-height: 1.75;
}
.about-facts {
  display: grid; gap: 0;
}
.about-facts .row {
  display: grid; grid-template-columns: 170px 1fr;
  gap: 16px; align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.about-facts .label {

  font-family: var(--f-hl); font-weight: 600;
  font-size: 14px;
  line-height: 1.65;
  text-transform: uppercase; letter-spacing: .12em;
  color: var(--orange);
}
.about-facts .val {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink);
}
.about-facts .val .sub {

  font-size: 12px;
  color: var(--ink-mute);
  letter-spacing: .02em;
}
.about-facts .val .org {

  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
}
@media (max-width: 760px) {
  .about { grid-template-columns: 1fr; gap: 24px; }
  .about-facts .row { grid-template-columns: 130px 1fr; }
}

.pickup {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}
.pickup-card {
  position: relative;
  padding: 0;
  background: var(--white);
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
  transition: border-color .15s, transform .15s, box-shadow .18s;
  isolation: isolate;
  overflow: hidden;
}
.pickup-card::before {
  content: '';
  position: absolute; left: 0; right: 0; top: 0;
  height: 3px;
  background: var(--grad);
  z-index: 3;
}
.pickup-card:hover {
  border-color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(6,0,34,.08);
}
.pickup-card .pk-head {
  padding: 22px 22px 14px;
  display: flex; flex-direction: column; gap: 10px;
}
.pickup-card .pk-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f-hl); font-weight: 600;
  font-size: 11px;
  text-transform: uppercase; letter-spacing: .15em;
  color: var(--orange);
}
.pickup-card .pk-tag .gen {
  background: var(--orange); color: var(--white);
  padding: 3px 8px; font-size: 10px;
}
.pickup-card .pk-tag .gen.gen-m { background: var(--blue); }
.pickup-card .pk-date {
  font-family: var(--f-mono); font-weight: 500;
  font-size: 13px;
  color: var(--ink-mute);
  letter-spacing: .04em;
}

.pickup-card .pk-players {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  aspect-ratio: 16 / 9;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.pickup-card .pk-player {
  position: relative;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 14px;
  overflow: hidden;
}
.pickup-card .pk-player.is-home {
  background: linear-gradient(180deg, rgba(255,72,0,.06), rgba(255,72,0,.18));
}
.pickup-card .pk-player.is-away {
  background: linear-gradient(180deg, rgba(0,18,255,.05), rgba(0,18,255,.14));
}
.pickup-card .pk-player[data-photo]:not([data-photo=""]) {
  background-image: var(--player-photo);
  background-size: cover;
  background-position: center top;
}

.pickup-card .pk-player[data-photo]:not([data-photo=""]) .ph-mark,
.pickup-card .pk-player[data-photo]:not([data-photo=""]) .ph-tag { display: none; }

.pickup-card .pk-player .ph-flag {
  position: absolute; top: 12px; left: 12px;
  width: 56px; height: 40px;
  border: 2px solid rgba(255,255,255,.85);
  box-shadow: 0 3px 10px rgba(0,0,0,.4);
}
.pickup-card .pk-player + .pk-player .ph-flag {
  top: auto; bottom: 12px;
  left: auto; right: 12px;
}
.pickup-card .pk-player .ph-mark {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
}
.pickup-card .pk-player .ph-code {
  font-family: var(--f-hl); font-weight: 700;
  font-size: 28px; line-height: 1;
  color: var(--ink);
  letter-spacing: .04em;
}
.pickup-card .pk-player.is-home .ph-code { color: var(--orange); }
.pickup-card .pk-player.is-away .ph-code { color: var(--blue); }
.pickup-card .pk-player .ph-rank {
  font-family: var(--f-mono); font-size: 10px;
  color: var(--ink-mute);
  letter-spacing: .05em;
  margin-top: 2px;
}
.pickup-card .pk-player .ph-tag {
  position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
  font-family: var(--f-mono); font-size: 9px;
  color: var(--ink-faint);
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.pickup-card .pk-vs-mark {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: var(--ink); color: var(--white);
  font-family: var(--f-hl); font-weight: 700;
  font-size: 13px; letter-spacing: .14em;
  padding: 5px 11px;
  z-index: 2;
}

.pickup-card .pk-players-caption {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.pickup-card .pk-caption-side {
  padding: 10px 14px 12px;
  font-family: var(--f-hl);
  font-size: 13px;
  line-height: 1.4;
  color: var(--ink);
  text-align: left;
  min-width: 0;
}
.pickup-card .pk-caption-side + .pk-caption-side {
  border-left: 1px solid var(--line);
}
.pickup-card .pk-caption-name {
  font-weight: 700;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.pickup-card .pk-caption-en {
  display: block;
  margin-top: 3px;
  color: var(--ink-mute);
  font-family: var(--f-mono);
  font-size: 10.5px;
  letter-spacing: .03em;
  overflow-wrap: anywhere;
}
.pickup-card .ph-num {
  display: inline;
  font-family: var(--f-hl);
  font-weight: 800;
  font-size: 1.2em;
  letter-spacing: .01em;
  background: var(--grad);
  background-size: 220% 220%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: pkNumShimmer 4s ease-in-out infinite alternate;
  margin-right: 6px;
}
@keyframes pkNumShimmer {
  0%   { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
@media (max-width: 480px) {
  .pickup-card .pk-caption-side { padding: 8px 11px 10px; font-size: 12px; }
  .pickup-card .pk-caption-en { font-size: 10px; }
}

.pickup-card .pk-body {
  padding: 18px 22px 22px;
  display: flex; flex-direction: column; gap: 12px;
  flex-grow: 1;
}
.pickup-card .pk-catch {
  font-family: var(--f-hl); font-weight: 700;
  font-size: 18px; line-height: 1.4;
  color: var(--ink);
  letter-spacing: -.005em;
  margin: 0;
}
.pickup-card .pk-note {
  font-family: var(--f-body); font-weight: 500;
  font-size: 12px;
  line-height: 1.7;
  color: var(--ink-mute);
  margin: 0;
}
.pickup-card .pk-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  margin-top: auto;
  padding: 13px 16px;

  background: var(--grad);
  background-size: 200% 100%;
  background-position: 0% 50%;
  color: var(--white);
  font-family: var(--f-hl); font-weight: 700;
  font-size: 12px; letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 8px;
  transition: background-position .35s ease, transform .15s, box-shadow .18s;
}
.pickup-card .pk-cta:hover {
  background-position: 100% 50%;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255,72,0,.28);
}
.pickup-card .pk-cta .arrow { transition: transform .15s; }
.pickup-card .pk-cta:hover .arrow { transform: translateX(3px); }

.standings {
  border: 1px solid var(--line);
  overflow-x: auto;
  background: var(--white);
}
.standings table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}
.standings th, .standings td {
  padding: 12px 14px;
  text-align: right;
  font-family: var(--f-mono); font-weight: 500;
  font-size: 13px;
  white-space: nowrap;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}
.standings th {
  background: var(--paper-2);
  font-family: var(--f-hl); font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--orange);
}
.standings td.team {
  text-align: left;
  display: flex; align-items: center; gap: 10px;
  font-family: var(--f-hl); font-weight: 600;
  text-transform: uppercase; letter-spacing: .04em;
  color: var(--ink);
}
.standings td.rank {
  text-align: center;
  font-size: 14px;
  color: var(--ink-mute);
  width: 40px;
}
.standings tr.is-host td.team::after {
  content: 'HOST';
  margin-left: 8px;
  font-family: var(--f-hl); font-weight: 700;
  font-size: 10px;
  letter-spacing: .15em;
  background: var(--orange);
  color: var(--white);
  padding: 2px 8px;
}
.standings tr.is-host td { background: rgba(255,72,0,.04); }
.standings tr:hover td { background: rgba(6,0,34,.025); }

.last-updated {
  font-family: var(--f-mono); font-weight: 500;
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--ink-mute);
  text-align: right;
  margin-bottom: 14px;
}

.standings-empty {
  padding: 60px 24px;
  text-align: center;
  font-family: var(--f-hl); font-weight: 500;
  font-size: 14px; letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-faint);
  background: var(--paper);
  border: 1px solid var(--line);
}

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-in { opacity: 1; transform: none; }

.cta-fixed {
  position: fixed; right: 16px; bottom: 16px; z-index: 200;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-hl); font-weight: 600;
  text-transform: uppercase; letter-spacing: .12em;
  font-size: 14px;
  padding: 14px 28px;
  background: var(--grad);
  background-size: 200% 100%;
  background-position: 0% 50%;
  border: 0;
  color: var(--white);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(255,72,0,.28);
  transition: background-position .35s ease, transform .25s ease, opacity .25s ease, box-shadow .18s;
  text-decoration: none;

  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}
.cta-fixed.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.cta-fixed:hover {
  background-position: 100% 50%;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255,72,0,.4);
}
.cta-fixed .arrow {
  display: inline-block;
  transition: transform .15s;
}
.cta-fixed:hover .arrow { transform: translateX(3px); }
@media (max-width: 640px) {

  .cta-fixed {
    left: 0; right: 0; bottom: 0;
    width: 100%;
    border-radius: 0;
    justify-content: center;
    font-size: 14px; letter-spacing: .14em;
    padding: 16px 24px calc(16px + env(safe-area-inset-bottom));
    box-shadow: 0 -4px 18px rgba(255,72,0,.22);
    transform: translateY(100%);
  }
  .cta-fixed.is-visible { transform: translateY(0); }

  .foot {
    padding-bottom: calc(28px + 64px + env(safe-area-inset-bottom));
  }
}

body[data-phase="1"] [data-phase-min="2"] { display: none !important; }
body[data-phase="1"] [data-phase-min="3"] { display: none !important; }
body[data-phase="2"] [data-phase-min="3"] { display: none !important; }
body[data-phase="2"] [data-phase-only="1"],
body[data-phase="3"] [data-phase-only="1"] { display: none !important; }
body[data-phase="1"] [data-phase-only="2"],
body[data-phase="3"] [data-phase-only="2"] { display: none !important; }
body[data-phase="1"] [data-phase-only="3"],
body[data-phase="2"] [data-phase-only="3"] { display: none !important; }

html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

.ja, .lead, .lead .ja, .kv-sub .ja, .news-item .title, .about-facts .val,
.pk-note, .lede, .desc, .foot .desc, .news-coming-text, p {
  word-break: auto-phrase;
  overflow-wrap: anywhere;
  line-break: strict;
}

.nav a, .btn, .news-item,
.fx-day-h, .pickup-card, .team-card, .social a, .ch-toggle {
  min-height: 44px;
}

.btn { padding-top: 14px; padding-bottom: 14px; }

@media (max-width: 640px) {
  .sec { padding-top: 60px; padding-bottom: 60px; }
  .tix { padding-top: 64px; padding-bottom: 64px; }
  .kv-headline, .kv-stack, .kv-sub { max-width: 100%; }
  .kv-headline { overflow-wrap: anywhere; word-break: break-word; }
  .sec-head { gap: 14px; flex-wrap: wrap; }
  .sec-head .meta { font-size: 11px; }
  .about-facts .row { grid-template-columns: 1fr; gap: 4px; padding: 12px 0; }
}
@media (max-width: 380px) {
  body { font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
}
