.sic-event-fv,
.sic-event-fv *,
.sic-event-schedule,
.sic-event-schedule * {
  box-sizing: border-box;
  min-width: 0;
}

.sic-event-fv {
  position: relative;
  left: 50%;
  display: grid;
  grid-template-columns:
    minmax(80px, 180px) minmax(460px, 560px) 44px
    minmax(0, 1fr);
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 0 -50vw;
  background: #f7f4ec;
  box-shadow: none;
  height: 50vh;
  clip-path: none;
  color: #141414;
  overflow: hidden;
}

.sic-event-fv::before {
  content: none;
}

.sic-event-fv__visual {
  position: static;
  inset: auto;
  grid-column: 4;
  grid-row: 1;
  height: 100%;
  background: #e7e2d6;
  overflow: hidden;
}

.sic-event-fv__image,
.sic-event-fv__fallback {
  position: static;
  inset: auto;
  display: block;
  width: 100%;
  height: 100%;
  clip-path: none;
}

.sic-event-fv__image {
  object-fit: cover;
  object-position: center center;
  filter: none;
}

.sic-event-fv__fallback {
  background: #c8b98a;
}

.sic-event-fv__panel-wrap {
  position: static;
  z-index: auto;
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  width: 100%;
  padding: clamp(42px, 5vw, 64px) 0;
}

.sic-event-fv__panel {
  width: 100%;
  max-width: 560px;
  padding: 0;
  border: 0;
  background: transparent;
}

.sic-event-fv__eyebrow {
  max-width: 160px;
  margin: 0;
  color: #141414;
  font-size: clamp(22px, 1.8vw, 27px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: uppercase;
}

.sic-event-fv__title {
  display: block;
  margin: clamp(34px, 4vw, 48px) 0 0;
  color: #141414;
  font-size: clamp(30px, 2.6vw, 39px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  white-space: nowrap;
}

.sic-event-fv__rule {
  display: block;
  width: 58px;
  height: 3px;
  margin: 24px 0 0;
  background: #c59b17;
}

.sic-event-fv__description {
  max-width: 420px;
  margin: 40px 0 0;
  color: #141414;
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.sic-event-schedule {
  width: 100%;
  padding-top: 34px;
  overflow: visible;
  font-family:
    "Arial", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic",
    "Meiryo", sans-serif;
}

.sic-event-schedule .sic-event-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
}

.sic-event-schedule .sic-event-heading .sic-event-heading__accent {
  display: none;
}

.sic-event-schedule .sic-event-heading__en {
  margin: 0;
  color: #151515;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.sic-event-schedule .sic-event-heading__en::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 14px;
  background: #d8ab10;
}

.sic-event-schedule .sic-event-heading__ja,
.sic-event-schedule .sic-event-heading__lead {
  margin: 0;
}

.sic-event-schedule .sic-event-heading__ja {
  color: #151515;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.sic-event-schedule .sic-event-heading__lead {
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.sic-event-schedule .sic-event-next {
  margin-bottom: 64px;
  border-top: 1px solid #d7d2c8;
  border-bottom: 1px solid #d7d2c8;
}

.sic-event-schedule .sic-event-next .sic-event-next__inner {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  width: 100%;
}

.sic-event-schedule .sic-event-next__heading {
  display: block;
  margin: 0;
  padding: 28px 22px 28px 0;
  border-right: 1px solid #d7d2c8;
}

.sic-event-schedule .sic-event-next__heading .sic-event-heading__en {
  font-size: clamp(32px, 3.2vw, 44px);
  overflow-wrap: anywhere;
}

.sic-event-schedule .sic-event-next-card {
  display: grid;
  grid-template-columns: minmax(0, 54%) minmax(300px, 46%);
  gap: 0;
  width: 100%;
  min-height: 300px;
  border: 0;
  background: #ffffff;
}

.sic-event-schedule .sic-event-next-card__image {
  display: block;
  min-height: 300px;
  padding: 0;
  overflow: hidden;
}

.sic-event-schedule .sic-event-next-card__thumb {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
}

.sic-event-schedule .sic-event-next-card__body {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(24px, 4vw, 44px);
  color: #151515;
}

.sic-event-schedule .sic-event-next-card__date,
.sic-event-schedule .sic-event-card__date {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0;
  padding: 0;
  border-bottom: 0;
  color: #151515;
}

.sic-event-schedule .sic-event-next-card__date-main {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.05;
}

.sic-event-schedule .sic-event-next-card__weekday,
.sic-event-schedule .sic-event-card__weekday {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 2px 6px;
  background: #d8ab10;
  color: #151515;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
}

.sic-event-schedule .sic-event-next-card__title {
  margin: 0;
  color: #151515;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 900;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.sic-event-schedule .sic-event-next-card__performances {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.sic-event-schedule .sic-event-next-card__performances p {
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid #d7d2c8;
}

.sic-event-schedule .sic-event-next-card__link,
.sic-event-schedule .sic-event-card__link,
.sic-event-schedule .sic-event-archive-link a {
  color: #151515;
  font-weight: 900;
  text-decoration: none;
}

.sic-event-schedule .sic-event-next-card__link {
  display: grid;
  grid-template-columns: auto minmax(24px, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 42px;
  margin-top: 4px;
  padding: 0;
  border: 0;
  background: transparent;
}

.sic-event-schedule .sic-event-next-card__link::before,
.sic-event-schedule .sic-event-archive-link a::before {
  content: "";
  display: block;
  height: 1px;
  background: #151515;
  order: 2;
}

.sic-event-schedule .sic-event-upcoming {
  margin-bottom: 0;
  padding-bottom: 56px;
  border-bottom: 1px solid #d7d2c8;
}

.sic-event-schedule.sic-event-schedule .sic-event-upcoming__heading {
  float: none;
  width: auto;
}

.sic-event-schedule .sic-event-upcoming .sic-event-list--upcoming {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  margin-left: 0;
  border-left: 0;
}

.sic-event-schedule .sic-event-month {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #d7d2c8;
  background: transparent;
}

.sic-event-schedule .sic-event-card {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 0;
  width: 100%;
  padding: 0;
  border: 1px solid #d7d2c8;
  background: #ffffff;
}

.sic-event-schedule .sic-event-card__image {
  display: block;
  width: 100%;
  min-height: 170px;
  padding: 0;
  background: #ebe8df;
  overflow: hidden;
}

.sic-event-schedule .sic-event-card__thumb {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
}

.sic-event-schedule .sic-event-card__body {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 18px;
}

.sic-event-schedule .sic-event-card__date-main {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
}

.sic-event-schedule .sic-event-card__title {
  margin: 0;
  color: #151515;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.sic-event-schedule .sic-event-card__performances {
  margin: 0;
  padding: 0;
  border-left: 0;
}

.sic-event-schedule .sic-event-card__performances p {
  margin: 0;
  color: #151515;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.sic-event-schedule .sic-event-card__link {
  min-height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
}

.sic-event-schedule .sic-event-past {
  position: relative;
  left: auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 38px 20px 42px;
  background: #f1f0ec;
  box-shadow: 0 0 0 100vmax #f1f0ec;
  clip-path: inset(0 -100vmax);
  overflow: visible;
}

.sic-event-schedule .sic-event-past::before {
  content: none;
}

.sic-event-schedule .sic-event-past .sic-event-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: min(100%, var(--mses-content-width));
  margin-inline: auto;
}

.sic-event-schedule.sic-event-schedule
  .sic-event-past
  .sic-event-section__inner {
  grid-template-columns: minmax(0, 1fr);
}

.sic-event-schedule.sic-event-schedule .sic-event-past__heading,
.sic-event-schedule.sic-event-schedule
  .sic-event-past
  .sic-event-list--current-year-past,
.sic-event-schedule.sic-event-schedule .sic-event-past .sic-event-archive-link {
  grid-column: 1;
  width: 100%;
}

.sic-event-schedule .sic-event-past .sic-event-list--current-year-past {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.sic-event-schedule .sic-event-past .sic-event-card--compact {
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid #d7d2c8;
  background: #ffffff;
}

.sic-event-schedule .sic-event-past .sic-event-card__image {
  min-height: 150px;
}

.sic-event-schedule .sic-event-past .sic-event-card__thumb {
  filter: none;
}

.sic-event-schedule .sic-event-past .sic-event-card__body {
  align-content: start;
  padding: 14px;
}

.sic-event-schedule .sic-event-past .sic-event-card__date-main {
  font-size: 16px;
}

.sic-event-schedule .sic-event-past .sic-event-card__status {
  border: 0;
  background: #eeeeee;
  color: #666666;
  font-size: 12px;
  font-weight: 800;
}

.sic-event-schedule .sic-event-past .sic-event-card__title {
  font-size: 15px;
}

.sic-event-schedule .sic-event-archive-link {
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid #d7d2c8;
  text-align: right;
}

.sic-event-schedule .sic-event-archive-link a {
  display: inline-grid;
  grid-template-columns: auto 70px auto;
  align-items: center;
  gap: 18px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

@media (max-width: 900px) {
  .sic-event-fv {
    grid-template-columns: 1fr;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
  }

  .sic-event-fv__visual,
  .sic-event-fv__panel-wrap {
    grid-column: 1;
    grid-row: auto;
  }

  .sic-event-fv__visual {
    height: 300px;
  }

  .sic-event-fv__panel-wrap {
    padding: 34px 24px 42px;
  }

  .sic-event-fv__panel {
    max-width: none;
  }

  .sic-event-fv::after {
    content: none;
  }

  .sic-event-schedule .sic-event-next .sic-event-next__inner,
  .sic-event-schedule .sic-event-next-card {
    grid-template-columns: 1fr;
  }

  .sic-event-schedule .sic-event-next__heading {
    padding: 26px 0 18px;
    border-right: 0;
    border-bottom: 1px solid #d7d2c8;
  }

  .sic-event-schedule .sic-event-upcoming .sic-event-list--upcoming,
  .sic-event-schedule .sic-event-past .sic-event-list--current-year-past {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .sic-event-fv__visual {
    height: 240px;
  }

  .sic-event-fv__eyebrow {
    font-size: 22px;
  }

  .sic-event-fv__title {
    font-size: clamp(28px, 8vw, 34px);
  }

  .sic-event-fv__description {
    font-size: 16px;
  }

  .sic-event-schedule {
    padding-top: 24px;
  }

  .sic-event-schedule .sic-event-next-card__image {
    min-height: 230px;
  }

  .sic-event-schedule .sic-event-next-card__body {
    padding: 22px 0 28px;
  }

  .sic-event-schedule .sic-event-next-card__date-main {
    font-size: 32px;
  }

  .sic-event-schedule .sic-event-card {
    grid-template-columns: 1fr;
  }

  .sic-event-schedule .sic-event-card__image {
    min-height: 210px;
  }

  .sic-event-schedule .sic-event-card__body {
    padding: 18px 0 22px;
  }

  .sic-event-schedule .sic-event-past {
    padding-inline: 16px;
  }

  .sic-event-schedule .sic-event-past .sic-event-card__body {
    padding: 14px;
  }

  .sic-event-schedule .sic-event-archive-link {
    text-align: left;
  }

  .sic-event-schedule .sic-event-archive-link a {
    width: 100%;
    grid-template-columns: auto minmax(24px, 1fr) auto;
  }
}
