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

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

.scheduleVisualHero{
  position:relative;
  width:100%;
  aspect-ratio:var(--hero-ratio-pc);
  overflow:hidden;
  background:#000;
}

.scheduleVisualHero__media{
  display:block;
  line-height:0;
  width:100%;
  height:100%;
}

.scheduleVisualHero__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.scheduleVisualHero__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.16) 42%, rgba(0,0,0,.56) 100%);
  pointer-events:none;
}

.scheduleVisualHero__inner{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-end;
  justify-content:flex-start;
  padding:0 24px 56px;
  z-index:2;
}

.scheduleVisualHero__copy{
  width:min(1120px, 100%);
  margin:0 auto;
  text-align:left;
  color:#fff;
}

.scheduleVisualHero .sectionEyebrow{
  margin:0 0 12px;
  color:rgba(255,255,255,.84);
  font-family:var(--font-en);
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
}

.scheduleVisualHero__title{
  margin:0;
  font-family:var(--font-en);
  font-size:clamp(52px, 8vw, 110px);
  font-weight:800;
  line-height:1;
  letter-spacing:.08em;
  color:#fff;
  text-shadow:0 8px 30px rgba(0,0,0,.35);
}

.scheduleSection{
  padding-top:56px;
  padding-bottom:72px;
  background:
    radial-gradient(900px 500px at 20% 10%, rgba(142,59,46,.12), transparent 58%),
    radial-gradient(900px 520px at 80% 20%, rgba(33,57,70,.18), transparent 58%),
    linear-gradient(180deg, rgba(8,8,8,.96), rgba(18,18,18,.94));
}

.scheduleControl{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:28px;
}

.scheduleSection .pill{
  border-color:rgba(255,255,255,.14) !important;
  background:rgba(255,255,255,.06) !important;
  color:#fff !important;
}

.scheduleSection .pill:hover{
  background:rgba(255,255,255,.10) !important;
}

.scheduleControl__month,
.calendarHead__title{
  font-family:var(--font-en);
  font-weight:800;
  letter-spacing:.12em;
}

.scheduleControl__month{
  min-width:180px;
  text-align:center;
  font-size:22px;
  color:rgba(255,255,255,.92);
}

.calendarCard{
  border-radius:28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    rgba(12,12,12,.84);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 24px 90px rgba(0,0,0,.36);
  overflow:hidden;
  backdrop-filter:blur(8px);
}

.calendarHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:20px 24px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.02);
}

.calendarHead__title{
  color:rgba(255,255,255,.94);
}

.calendarLegend span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:rgba(255,255,255,.56);
  font-size:12px;
  letter-spacing:.12em;
  font-family:var(--font-en);
  font-weight:700;
}

.calendarLegend i{
  width:12px;
  height:12px;
  border-radius:50%;
  background:linear-gradient(135deg, rgba(142,59,46,.95), rgba(33,57,70,.95));
  display:block;
}

.calendarGrid{
  display:grid;
  grid-template-columns:repeat(7, minmax(0, 1fr));
  background:rgba(0,0,0,.18);
}

.calendarDow,
.calendarCell{
  min-width:0;
}

.calendarDow{
  padding:14px 10px;
  text-align:center;
  font-family:var(--font-en);
  font-size:12px;
  font-weight:800;
  letter-spacing:.16em;
  color:rgba(255,255,255,.48);
  background:rgba(255,255,255,.025);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.calendarCell{
  min-height:136px;
  border-right:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
  padding:10px;
  display:flex;
  flex-direction:column;
  gap:8px;
  background:rgba(255,255,255,.012);
}

.calendarCell:nth-child(7n){
  border-right:none;
}

.calendarCell.is-muted{
  background:rgba(255,255,255,.018);
}

.calendarCell.is-today{
  background:
    linear-gradient(180deg, rgba(142,59,46,.18), rgba(33,57,70,.10)),
    rgba(255,255,255,.02);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}

.calendarDay{
  font-family:var(--font-en);
  font-weight:800;
  font-size:14px;
  letter-spacing:.08em;
  color:rgba(255,255,255,.92);
}

.calendarEvents{
  display:grid;
  gap:8px;
}

.eventLogoLink{
  display:block;
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
  border:none;
  background:transparent;
  box-shadow:none;
}

.eventLogoLink img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.eventTitleText{
  font-size:11px;
  line-height:1.5;
  color:rgba(255,255,255,.78);
  word-break:break-word;
  overflow-wrap:anywhere;
}

.calendarEmpty{
  font-size:11px;
  color:rgba(255,255,255,.24);
  margin-top:auto;
}

.regularWeekly{
  padding-top:72px;
  background-image:url("./sangoPattern.png");
  background-repeat:repeat;
  background-position:left top;
}

.regularWeekly__title{
  margin:8px 0 0;
}

.regularWeekly__list{
  display:grid;
  gap:24px;
  margin-top:32px;
}

.regularCard{
  display:grid;
  grid-template-columns:320px minmax(0, 1fr);
  gap:28px;
  align-items:stretch;
  padding:24px;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)),
    rgba(10,10,10,0.75);
  backdrop-filter:blur(6px);
}

.regularCard__media{
  overflow:hidden;
  border-radius:20px;
  background:#111;
  aspect-ratio:1 / 1;
}

.regularCard__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.regularCard__body{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  font-family:"LINE Seed JP", "LINE Seed Sans JP", var(--font-jp), sans-serif;
}

.regularCard__day{
  display:inline-block;
  margin-bottom:10px;
  font-family:"LINE Seed JP", "LINE Seed Sans JP", var(--font-jp), sans-serif;
  font-size:.76rem;
  font-weight:400;
  letter-spacing:.16em;
  color:#c9a66b;
}

.regularCard__title{
  margin:0 0 18px;
  font-family:"LINE Seed JP", "LINE Seed Sans JP", var(--font-jp), sans-serif;
  font-size:clamp(1.45rem, 2.2vw, 2.2rem);
  font-weight:500;
  line-height:1.2;
  letter-spacing:.01em;
}

.regularCard__info{
  display:grid;
  gap:12px;
  margin:0;
  font-family:"LINE Seed JP", "LINE Seed Sans JP", var(--font-jp), sans-serif;
}

.regularCard__row{
  display:grid;
  grid-template-columns:92px minmax(0, 1fr);
  gap:16px;
  align-items:start;
}

.regularCard__row dt{
  margin:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:start;
  min-width:68px;
  width:max-content;
  max-width:100%;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(142,59,46,.18);
  border:1px solid rgba(142,59,46,.42);
  font-family:"LINE Seed JP", "LINE Seed Sans JP", var(--font-jp), sans-serif;
  font-size:.62rem;
  font-weight:500;
  letter-spacing:.12em;
  line-height:1;
  color:#e2b2a8;
  white-space:nowrap;
  box-shadow:0 4px 14px rgba(0,0,0,.14);
}

.regularCard__row dd{
  margin:0;
  font-family:"LINE Seed JP", "LINE Seed Sans JP", var(--font-jp), sans-serif;
  font-size:.82rem;
  font-weight:400;
  line-height:1.75;
  color:rgba(255,255,255,.90);
}

@media (max-width: 980px){
  .scheduleControl{
    justify-content:flex-start;
  }

  .calendarCell{
    min-height:120px;
  }

  .regularCard{
    grid-template-columns:260px minmax(0, 1fr);
    gap:22px;
  }
}

@media (max-width: 768px){
  .scheduleVisualHero{
    aspect-ratio:auto;
    min-height:78svh;
  }

  .scheduleVisualHero__media img{
    aspect-ratio:auto;
    min-height:78svh;
  }

  .scheduleVisualHero__inner{
    align-items:flex-end;
    justify-content:flex-start;
    padding:0 20px 42px;
  }

  .scheduleVisualHero__copy{
    width:100%;
    text-align:left;
  }

  .scheduleVisualHero .sectionEyebrow{
  margin:0 0 12px;
  color:rgba(255,255,255,.84);
  font-family:var(--font-en);
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
}

.scheduleVisualHero__title{
  margin:0;
  font-family:var(--font-en);
  font-size:clamp(52px, 8vw, 110px);
  font-weight:800;
  line-height:1;
  letter-spacing:.08em;
  color:#fff;
  text-shadow:0 8px 30px rgba(0,0,0,.35);
}

  .scheduleSection{
    padding-top:36px;
    padding-bottom:56px;
  }

  .scheduleControl{
    gap:10px;
    margin-bottom:20px;
  }

  .scheduleControl__month{
    min-width:auto;
    font-size:18px;
  }

  .calendarCard{
    border-radius:22px;
  }

  .calendarHead{
    padding:14px;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }

  .calendarHead__title{
    font-size:14px;
  }

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

  .calendarDow{
    padding:10px 4px;
    font-size:9px;
    letter-spacing:.12em;
  }

  .calendarCell{
    min-height:104px;
    padding:4px;
    gap:4px;
  }

  .calendarDay{
    font-size:9px;
    letter-spacing:.03em;
    opacity:0.7;
  }

  .calendarEvents{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0;
    min-height:0;
  }

  .eventLogoLink{
    width:100%;
    height:100%;
    aspect-ratio:auto;
    min-height:40px;
    max-height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .eventLogoLink img{
    width:100%;
    height:100%;
    max-height:64px;
    object-fit:contain;
  }

  .eventTitleText{
    display:none;
  }

  .calendarEmpty{
    font-size:9px;
    line-height:1.2;
  }

  .regularWeekly{
    padding-top:56px;
  }

  .regularCard{
    grid-template-columns:1fr;
    gap:18px;
    padding:18px;
  }

  .regularCard__media{
    aspect-ratio:1 / 1;
  }

  .regularCard__row{
    grid-template-columns:1fr;
    gap:8px;
  }

  .regularCard__row dt{
    min-width:64px;
    padding:5px 9px;
    font-size:.58rem;
    letter-spacing:.10em;
  }

  .regularCard__row dd{
    font-size:.78rem;
    line-height:1.7;
  }

  .regularCard__title{
    font-size:1.25rem;
  }
}

@media (max-width: 420px){
  .calendarDow{
    font-size:8px;
    letter-spacing:.08em;
  }

  .calendarCell{
    min-height:96px;
    padding:4px 3px 5px;
  }

  .calendarDay{
    font-size:9px;
  }

  .calendarEvents{
    align-items:center;
    justify-content:center;
  }

  .eventLogoLink{
    min-height:34px;
    max-height:46px;
  }

  .eventLogoLink img{
    max-height:56px;
  }

  .calendarEmpty{
    font-size:8px;
  }
}