body{
  font-family:"LINE Seed JP", "LINE Seed Sans JP", var(--font-jp), sans-serif;
}

:root{
  --hero-ratio-pc: 16 / 9;
}

/* =========================
   EVENT HERO
========================= */
.eventHero{
  width:100%;
  position:relative;
  aspect-ratio:var(--hero-ratio-pc);
  height:auto;
  overflow:hidden;
}

.eventHero .slides{
  height:100%;
  position:relative;
}

.eventHero .slide{
  position:absolute;
  inset:0;
  background-image:var(--slide-image);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  display:flex;
  align-items:stretch;
  padding:0 20px;
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.eventHero .slide::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.08) 34%, rgba(0,0,0,.42) 72%, rgba(0,0,0,.58));
}

.eventHero .slide__inner{
  position:relative;
  z-index:2;
  width:min(1360px, calc(100% - 40px));
  margin:0 auto;
  height:100%;
}

.eventHero .heroCopy{
  position:relative;
  z-index:3;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  align-items:flex-start;
  text-align:left;
  gap:2px;
  padding:0 0 20px 18px;
}

.eventHero .heroCopy > *{
  position:static !important;
  inset:auto !important;
  top:auto !important;
  right:auto !important;
  bottom:auto !important;
  left:auto !important;
  transform:none !important;
  float:none !important;
}

.eventHero .heroCopy__sub.eventHero__eyebrow,
.eventHero__eyebrow{
  display:block;
  width:auto;
  max-width:100%;
  margin:0 0 4px;
  padding:0;
  font-family:var(--font-en);
  font-size:10px;
  font-weight:800;
  letter-spacing:.14em;
  line-height:1.2;
  color:rgba(255,255,255,.84);
  text-transform:uppercase;
  text-align:left;
  align-self:flex-start;
}

.eventHero__title{
  display:block;
  width:auto;
  max-width:100%;
  margin:0;
  padding:0;
  font-family:var(--font-en);
  font-size:clamp(20px, 2.8vw, 38px);
  font-weight:800;
  line-height:.98;
  letter-spacing:.03em;
  color:#fff;
  text-align:left;
  text-shadow:0 8px 30px rgba(0,0,0,.35);
  align-self:flex-start;
}

/* =========================
   HERO PAGER
========================= */
.eventHeroPager{
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
}

.eventHeroPager__item{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  pointer-events:none;
}

.eventHeroPager__item--prev{
  left:22px;
}

.eventHeroPager__item--next{
  right:22px;
}

.eventHeroPager__nav{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:88px;
  height:88px;
  border:none;
  border-radius:0;
  background:transparent;
  color:#fff;
  text-decoration:none;
  font-size:0;
  line-height:1;
  backdrop-filter:none;
  transition:transform .2s ease, opacity .2s ease;
  pointer-events:auto;
  box-shadow:none;
}

.eventHeroPager__nav::before{
  content:"";
  display:block;
  width:64px;
  height:64px;
  background-image:url("../../assets/img/arrowL.svg");
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}

.eventHeroPager__item--prev .eventHeroPager__nav::before{
  transform:rotate(180deg);
}

.eventHeroPager__item--next .eventHeroPager__nav::before{
  transform:none;
}

.eventHeroPager__nav:hover{
  opacity:.92;
}

.eventHeroPager__nav--disabled{
  opacity:.28;
  pointer-events:none;
}

/* =========================
   EVENT INFO / ATTENTION BG
========================= */
.eventInfoSection,
.eventAttentionSection{
  background:
    linear-gradient(180deg, rgba(8,8,8,.78), rgba(8,8,8,.72)),
    url('sangoPattern2.png');
  background-repeat:repeat, repeat;
  background-position:center, left top;
  background-size:auto, auto;
}

.eventInfoSection{
  padding-top:72px;
}

.eventAttentionSection{
  padding-top:72px;
  padding-bottom:88px;
}

.eventInfoSection .sectionTitle,
.eventAttentionSection .sectionTitle,
.eventInfoSection .sectionTitle--ink,
.eventAttentionSection .sectionTitle--ink{
  color:#fff;
}

.eventInfoSection .sectionEyebrow,
.eventAttentionSection .sectionEyebrow{
  color:rgba(255,255,255,.74);
}

/* =========================
   EVENT INFO
========================= */
.eventInfoCard{
  border-radius:28px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(8,8,8,.50);
  box-shadow:0 20px 70px rgba(0,0,0,.22);
  overflow:hidden;
  backdrop-filter:blur(4px);
}

.eventInfoRows{
  display:grid;
}

.eventInfoRow{
  display:grid;
  grid-template-columns:140px minmax(0, 1fr);
  gap:22px;
  padding:24px 28px;
  background:rgba(142,59,46,.12);
  border-bottom:1px solid rgba(142,59,46,.25);
}

.eventInfoRow:last-child{
  border-bottom:none;
}

.eventInfoRow__label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:start;
  min-width:96px;
  width:max-content;
  max-width:100%;
  padding:8px 14px;
  border-radius:999px;
  background:#8E3B2E;
  border:1px solid rgba(255,255,255,.2);
  color:#fff;
  font-family:var(--font-en);
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
}

.eventInfoRow__value{
  min-width:0;
  color:#fff;
  font-size:15px;
  line-height:1.7;
  white-space:pre-line;
  word-break:normal;
  overflow-wrap:break-word;
}

.eventInfoRow:nth-child(2) .eventInfoRow__value{
  max-width:42em;
}

/* CAST */
.eventInfoRow--cast{
  align-items:start;
}

.eventCastList{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:20px 18px;
  min-width:0;
}

.eventCastCard{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  min-width:0;
  text-align:center;
}

.eventCastCard__imageWrap{
  width:100%;
  max-width:150px;
  aspect-ratio:1 / 1;
  border-radius:50%;
  overflow:hidden;
  background:#1a1a1a;
  border:2px solid rgba(255,255,255,.14);
  box-shadow:0 12px 30px rgba(0,0,0,.18);
  flex-shrink:0;
}

.eventCastCard--guest .eventCastCard__imageWrap{
  border-color:#8E3B2E;
  box-shadow:
    0 12px 30px rgba(0,0,0,.18),
    0 0 0 4px rgba(142,59,46,.14);
}

.eventCastCard__image{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}

.eventCastCard__meta{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  width:100%;
}

.eventCastCard__nameWrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
}

.eventCastCard__name{
  font-family:var(--font-en);
  font-size:14px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:.04em;
  color:#fff;
  text-align:center;
  word-break:break-word;
}

.eventCastCard__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px 10px;
  border-radius:999px;
  background:#8E3B2E;
  color:#fff;
  font-family:var(--font-en);
  font-size:10px;
  font-weight:800;
  letter-spacing:.14em;
  line-height:1;
}

.eventCastCard__sns{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  min-height:32px;
}

.eventCastCard__sns--empty{
  visibility:hidden;
}

.eventCastCard__snsLink{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border:none;
  background:transparent;
  color:#fff;
  text-decoration:none;
  transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.eventCastCard__snsLink:hover{
  transform:translateY(-1px);
  border-color:rgba(255,255,255,.34);
  background:rgba(255,255,255,.14);
  box-shadow:0 8px 18px rgba(0,0,0,.16);
}

.eventCastCard__snsIcon{
  display:block;
  width:16px;
  height:16px;
  object-fit:contain;
}

.eventCastCard__snsLink--website .eventCastCard__snsIcon{
  width:15px;
  height:15px;
}

/* =========================
   SYSTEM
========================= */
.eventSystemSection{
  padding-top:72px;
  padding-bottom:72px;
  background:
    radial-gradient(900px 520px at 18% 12%, rgba(142,59,46,.12), transparent 60%),
    radial-gradient(900px 540px at 82% 18%, rgba(33,57,70,.18), transparent 58%),
    linear-gradient(180deg, rgba(10,10,10,.96), rgba(20,20,20,.95));
}

.eventSystemSection .sectionTitle{
  color:#fff;
}

.eventSystemSection .sectionEyebrow{
  color:rgba(255,255,255,.68);
}

.systemCard{
  border-radius:28px;
  border:1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    rgba(10,10,10,.78);
  box-shadow:0 24px 90px rgba(0,0,0,.30);
  overflow:hidden;
}

.systemCard__head{
  padding:28px 28px 18px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.systemCard__title{
  margin:0;
  font-family:var(--font-en);
  font-size:24px;
  font-weight:800;
  letter-spacing:.12em;
  color:#fff;
}

.systemCard__sub{
  margin:8px 0 0;
  font-family:var(--font-en);
  font-size:11px;
  letter-spacing:.16em;
  color:rgba(255,255,255,.56);
}

.systemCard__note{
  margin:0;
  padding:20px 28px 26px;
  color:rgba(255,255,255,.62);
  font-size:13px;
  line-height:1.8;
}

/* =========================================
   Fee Table
========================================= */
.eventFeeTableWrap{
  margin-top:20px;
  overflow-x:auto;
}

.eventFeeTable{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
  background:#f6f2eb;
  border:1px solid rgba(255,255,255,.18);
}

.eventFeeTable th,
.eventFeeTable td{
  padding:20px 16px;
  text-align:center;
  border:1px solid rgba(255,255,255,.14);
}

.eventFeeTable thead th{
  font-family:"Montserrat", "Noto Sans JP", sans-serif;
  font-weight:800;
  font-size:1rem;
  letter-spacing:.08em;
}

.eventFeeTable__timeHead{
  background:#b8b0a6;
  color:#1e1e1e !important;
}

.eventFeeTable__womenHead{
  background:#d8a1af;
  color:#111 !important;
}

.eventFeeTable__menHead{
  background:#8aa7d6;
  color:#111 !important;
}

.eventFeeTable tbody th{
  background:#f3f3f3;
  color:#111;
  font-family:"Montserrat", "Noto Sans JP", sans-serif;
  font-size:1rem;
  font-weight:800;
  letter-spacing:.04em;
  white-space:nowrap;
}

.eventFeeTable tbody td{
  background:#f3f3f3;
  color:#111;
  vertical-align:middle;
}

.eventFeeCell{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  min-height:64px;
}

.eventFeePriceMain{
  display:block;
  font-family:"Montserrat", "Noto Sans JP", sans-serif;
  font-size:1.05rem;
  font-weight:800;
  line-height:1.35;
  letter-spacing:.04em;
  color:#111;
}

.eventFeePriceSub{
  display:block;
  font-family:"Montserrat", "Noto Sans JP", sans-serif;
  font-size:.82rem;
  font-weight:700;
  line-height:1.45;
  letter-spacing:.02em;
  color:rgba(17,17,17,.72);
}

/* =========================
   JP NIGHT APP BANNER
========================= */
.eventAppSection{
  padding-top:0;
  padding-bottom:72px;
  background:
    radial-gradient(900px 520px at 18% 12%, rgba(142,59,46,.10), transparent 60%),
    radial-gradient(900px 540px at 82% 18%, rgba(33,57,70,.14), transparent 58%),
    linear-gradient(180deg, rgba(10,10,10,.96), rgba(20,20,20,.95));
}

.eventAppBanner{
  position:relative;
  display:grid;
  grid-template-columns:minmax(360px, 0.95fr) minmax(420px, 1.05fr);
  align-items:center;
  min-height:300px;
  margin-top:8px;
  isolation:isolate;
}

.eventAppBanner::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:50%;
  transform:translateY(-50%);
  height:60%;
  background:
    linear-gradient(180deg, #c94eff 0%, #b63ef0 46%, #a832e4 100%);
  box-shadow:0 20px 60px rgba(0,0,0,.22);
  z-index:0;
}

.eventAppBanner__visual{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  padding-left:8px;
}

.eventAppBanner__phones{
  display:block;
  width:min(100%, 520px);
  height:auto;
  margin-right:-52px;
  margin-top:-18px;
  margin-bottom:-28px;
  object-fit:contain;
  filter:drop-shadow(0 18px 40px rgba(0,0,0,.30));
}

.eventAppBanner__panel{
  position:relative;
  z-index:1;
  min-height:300px;
  padding:34px 36px 34px 108px;
  border-radius:0;
  background:none;
  box-shadow:none;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  overflow:visible;
}

.eventAppBanner__panel::before{
  content:none;
}

.eventAppBanner__panel > *{
  position:relative;
  z-index:1;
}

.eventAppBanner__logo{
  display:block;
  width:min(100%, 42px);
  height:auto;
  margin:0 auto 10px;
  object-fit:contain;
}

.eventAppBanner__logo--top{
  width:min(100%, 42px);
  margin:0 auto 10px;
}

.eventAppBanner__brand{
  margin:0 0 10px;
  font-family:var(--font-en);
  font-size:20px;
  font-weight:800;
  letter-spacing:.08em;
  color:#fff;
}

.eventAppBanner__lead{
  margin:0 0 16px;
  font-size:19px;
  font-weight:800;
  line-height:1.65;
  letter-spacing:.02em;
  color:#fff;
}

.eventAppBanner__symbol{
  display:block;
  width:66px;
  height:auto;
  margin:0 auto 8px;
  object-fit:contain;
}

.eventAppBanner__symbol--main{
  width:min(100%, 330px);
  margin:0 auto 20px;
}

.eventAppBanner__sub{
  margin:0 0 14px;
  font-size:18px;
  font-weight:800;
  line-height:1.5;
  color:#fff;
}

.eventAppBanner__stores{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

.eventAppBanner__storeLink{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  transition:transform .18s ease, opacity .18s ease;
}

.eventAppBanner__storeLink:hover{
  transform:translateY(-2px);
  opacity:.92;
}

.eventAppBanner__storeBadge{
  display:block;
  width:auto;
  height:62px;
  object-fit:contain;
}

/* =========================
   ATTENTION
========================= */
.attentionCard{
  display:grid;
  gap:18px;
}

.attentionBlock{
  border-radius:24px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(8,8,8,.50);
  box-shadow:0 18px 60px rgba(0,0,0,.18);
  padding:24px 24px 20px;
  backdrop-filter:blur(4px);
}

.attentionBlock__title{
  margin:0 0 16px;
  font-family:var(--font-en);
  font-size:18px;
  font-weight:800;
  letter-spacing:.12em;
  color:#fff;
}

.attentionList{
  margin:0;
  padding-left:1.2em;
  color:#fff;
}

.attentionList li{
  margin:0 0 10px;
  line-height:1.9;
  font-size:14px;
}

.attentionList li:last-child{
  margin-bottom:0;
}

/* =========================
   Responsive
========================= */
@media (max-width:1100px){
  .eventAppBanner{
    grid-template-columns:minmax(280px, .9fr) minmax(0, 1.1fr);
  }

  .eventAppBanner__phones{
    width:min(100%, 460px);
    margin-right:-36px;
  }

  .eventAppBanner__panel{
    padding:30px 24px 30px 72px;
  }

  .eventAppBanner__lead{
    font-size:16px;
  }

  .eventAppBanner__sub{
    font-size:15px;
  }

  .eventAppBanner__symbol--main{
    width:min(100%, 280px);
  }

  .eventAppBanner__storeBadge{
    height:54px;
  }
}

@media (max-width:980px){
  .eventInfoRow{
    grid-template-columns:1fr;
    gap:14px;
  }

  .eventCastList{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}

@media (max-width:900px){
  .eventAppBanner{
    grid-template-columns:1fr;
    gap:0;
  }

  .eventAppBanner__visual{
    justify-content:center;
    padding-left:0;
    margin-bottom:-18px;
  }

  .eventAppBanner__phones{
    width:min(100%, 360px);
    margin:0 auto -20px;
  }

  .eventAppBanner__panel{
    min-height:auto;
    padding:84px 20px 24px;
  }

  .eventAppBanner__brand{
    font-size:18px;
  }

  .eventAppBanner__lead{
    font-size:15px;
  }

  .eventAppBanner__sub{
    font-size:14px;
  }
}

@media (max-width:768px){
  .eventHero{
    aspect-ratio:auto;
    height:82svh;
    min-height:640px;
    max-height:820px;
  }

  .eventHero .slide{
    padding:0 16px;
    background-image:var(--slide-image-sp, var(--slide-image));
    background-position:center center;
  }

  .eventHero .slide__inner{
    width:100%;
    height:100%;
  }

  .eventHero .heroCopy{
    position:relative;
    justify-content:flex-end;
    align-items:flex-start;
    text-align:left !important;
    gap:2px;
    padding:0 0 18px 8px;
  }

  .eventHero .heroCopy > *{
    position:static !important;
    inset:auto !important;
    transform:none !important;
    margin:0 !important;
  }

  .eventHero .heroCopy__sub.eventHero__eyebrow,
  .eventHero__eyebrow{
    display:block;
    width:auto;
    max-width:100%;
    padding:0;
    font-size:9px;
    font-weight:800;
    letter-spacing:.12em;
    line-height:1.2;
    text-align:left !important;
    align-self:flex-start !important;
    margin:0 0 3px;
  }

  .eventHero__title{
    display:block;
    width:auto;
    max-width:100%;
    text-align:left !important;
    align-self:flex-start !important;
    font-size:clamp(14px, 4.2vw, 22px);
    line-height:1;
    letter-spacing:.02em;
  }

  .eventHero .heroCopy p,
  .eventHero .heroCopy h1,
  .eventHero .heroCopy h2,
  .eventHero .heroCopy h3,
  .eventHero .heroCopy .heroCopy__sub,
  .eventHero .heroCopy .eventHero__eyebrow,
  .eventHero .heroCopy .eventHero__title{
    position:static !important;
    inset:auto !important;
    transform:none !important;
    text-align:left !important;
    align-self:flex-start !important;
  }

  .eventHeroPager__item--prev{
    left:8px;
  }

  .eventHeroPager__item--next{
    right:8px;
  }

  .eventHeroPager__nav{
    width:62px;
    height:62px;
  }

  .eventHeroPager__nav::before{
    width:44px;
    height:44px;
  }

  .eventInfoSection,
  .eventSystemSection,
  .eventAttentionSection{
    padding-top:56px;
  }

  .eventAppSection{
    padding-bottom:64px;
  }

  .eventAttentionSection{
    padding-bottom:64px;
  }

  .eventInfoRow{
    padding:20px 18px;
  }

  .eventInfoRow__value{
    font-size:14px;
    line-height:1.7;
    letter-spacing:0;
  }

  .eventInfoRow:nth-child(2) .eventInfoRow__value{
    max-width:none;
  }

  .eventCastList{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:16px 14px;
  }

  .eventCastCard__imageWrap{
    max-width:132px;
  }

  .eventCastCard__name{
    font-size:13px;
  }

  .eventCastCard__snsLink{
    width:30px;
    height:30px;
  }

  .eventCastCard__snsIcon{
    width:15px;
    height:15px;
  }

  .systemCard__head,
  .systemCard__note,
  .attentionBlock{
    padding-left:18px;
    padding-right:18px;
  }

  .systemCard__title{
    font-size:20px;
  }

  .attentionList li{
    font-size:14px;
  }

  .eventFeeTable{
    table-layout:fixed;
  }

  .eventFeeTable th,
  .eventFeeTable td{
    padding:10px 6px;
    font-size:.76rem;
    line-height:1.45;
    letter-spacing:0;
    white-space:normal;
    word-break:break-word;
    overflow-wrap:anywhere;
  }

  .eventFeeTable thead th{
    font-size:.72rem;
    line-height:1.35;
    letter-spacing:.04em;
  }

  .eventFeeTable tbody th{
    font-size:.72rem;
    line-height:1.35;
    white-space:normal;
  }

  .eventFeeCell{
    gap:2px;
    min-height:auto;
  }

  .eventFeePriceMain{
    font-size:.78rem;
    line-height:1.4;
  }

  .eventFeePriceSub{
    font-size:.64rem;
    line-height:1.35;
  }

  .eventAppBanner__symbol--main{
    width:min(100%, 220px);
    margin-bottom:16px;
  }

  .eventAppBanner__logo--top{
    width:min(100%, 34px);
  }

  .eventAppBanner__brand{
    font-size:16px;
    margin-bottom:10px;
  }

  .eventAppBanner__lead{
    font-size:13px;
    line-height:1.75;
    margin-bottom:14px;
  }

  .eventAppBanner__sub{
    font-size:12px;
    margin-bottom:12px;
  }

  .eventAppBanner__stores{
    gap:10px;
  }

  .eventAppBanner__storeBadge{
    height:42px;
  }

  .eventInfoRow{
    justify-items:center;
    text-align:center;
  }

  .eventInfoRow__label{
    justify-self:center;
  }

  .eventInfoRow__value{
    text-align:center;
  }

  .eventInfoRow--cast{
    justify-items:center;
  }

  .eventCastList{
    justify-content:center;
  }
}