<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print, screen and (min-width: 921px) {
  .wrapper {
    max-width: 112.6rem;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 50rem 50rem;
    position: relative;
    justify-content: space-between;
  }

  .aside {
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    padding: 9.5rem 0 0;
    transform: none !important;
  }

  .logo {
    display: none;
  }

  .main {
    position: relative;
    width: 50rem;
  }

  .aside-logo {
    width: 38.5rem;
    margin: 0 auto 5rem;
  }

  .aside-links {
    width: 50.6rem;
    padding: 6rem;
    border-top: 1.5px solid;
    border-bottom: 1.5px dashed;
    margin-bottom: 6rem;
  }

  .aside-link {
    display: block;
    font-size: 2.8rem;
    font-weight: bold;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2235%22%20viewBox%3D%220%200%2035%2035%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_31433%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2031433%22%20transform%3D%22translate(-522%20-294)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_30%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2030%22%20transform%3D%22translate(522%20294)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23212121%22%20stroke-width%3D%222%22%3E%20%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2217.5%22%20r%3D%2217.5%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2217.5%22%20r%3D%2216.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_87%22%20data-name%3D%22%E3%83%91%E3%82%B9%2087%22%20d%3D%22M0%2C5.464C.441%2C5.081%2C5.415%2C0%2C5.415%2C0l5.444%2C5.464%22%20transform%3D%22translate(542.232%20306.071)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right 0;
  }
  .aside-link + .aside-link {
    margin-top: 4rem;
  }
}
@media (max-width: 920px) {
  .aside-content {
    display: none;
  }
}

@media (max-width: 920px) {
  .aside {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 22;
    transform: translate(0, 100%);
    transition: 0.4s;
  }
  .aside.is-active {
    transform: none;
  }
  .aside.is-hide {
    transform: translate(0, 100%) !important;
  }
}

.c-button {
  width: 31rem;
  height: 6.5rem;
  background: #212121;
  border: 3px solid #f87e2d;
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2210%22%20viewBox%3D%220%200%2012%2010%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_2%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%202%22%20d%3D%22M6%2C0l6%2C10H0Z%22%20transform%3D%22translate(12%2010)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center right 2.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.c-button--orange {
  background-color: #f87e2d;
  border: solid 3px #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2212%22%20viewBox%3D%220%200%2010%2012%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_3%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%203%22%20d%3D%22M6%2C0l6%2C10H0Z%22%20transform%3D%22translate(10)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.logo {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 10;
}

.hero {
  padding: 4.5rem 0 2.4rem;
  position: relative;
}
.hero__catch {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  top: 10.5rem;
  right: 3rem;
}
.hero__catch span {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.6rem 0.3rem;
  background-color: #fff;
  height: fit-content;
  margin-left: 1rem;
}

.info {
  padding: 0 0 7rem;
}
.info__labels {
  position: relative;
}
.info__labels::before {
  content: "";
  border-left: 1px solid #7a7a7a;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -0.4rem;
  height: calc(100% + 0.8rem);
}
.info__label {
  width: fit-content;
  min-height: 3.2rem;
  font-weight: bold;
  padding: 0.4rem 0.6rem 0.4rem 0.4rem;
  margin-bottom: 1.5rem;
  position: relative;
  background-color: #fff;
  font-size: 2rem;
}
.info__label .border-t {
  border-top: 1px solid #7a7a7a;
  position: absolute;
  top: 0;
  width: calc(100% + 0.8rem);
  left: -0.4rem;
}
.info__label .border-b {
  border-bottom: 1px solid #7a7a7a;
  position: absolute;
  bottom: 0;
  width: calc(100% + 0.8rem);
  left: -0.4rem;
}
.info__label .border-r {
  border-right: 1px solid #7a7a7a;
  position: absolute;
  top: -0.4rem;
  right: 0;
  height: calc(100% + 0.8rem);
}
.info__label .t-date {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.info__label .t-week {
  font-size: 1.2rem;
}
.info__label .t-line {
  font-size: 2rem;
  margin: 0 0.5rem;
}
.info__label .t-ac {
  font-size: 2.4rem;
  color: var(--primary-color);
}
.info__label .t3 {
  font-size: 2.4rem;
}

.schedule {
  padding: 0 0 7rem;
  text-align: center;
}
.schedule__txt1 {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
.schedule__txt2 {
  white-space: nowrap;
}
.schedule__txt2 b {
  color: var(--primary-color);
  font-weight: bold;
}
.schedule__date {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.schedule__date .t1,
.schedule__date .t2,
.schedule__date .t4,
.schedule__date .t5 {
  font-family: var(--primary-font);
  font-weight: bold;
}
.schedule__date .t1 {
  margin-right: 0.8rem;
  font-size: 3.2rem;
}
.schedule__date .t5,
.schedule__date .t2 {
  margin-right: 0.4rem;
  font-size: 5.2rem;
  position: relative;
  top: 0.2rem;
}
.schedule__date .t6,
.schedule__date .t3 {
  font-size: 1.4rem;
  font-weight: bold;
  width: 3rem;
  height: 3rem;
  line-height: 2.7rem;
  border-radius: 100%;
  border: solid 1px var(--color);
  background: #fff;
  display: inline-block;
  position: relative;
  top: -0.2rem;
}
.schedule__date .t4 {
  font-size: 3.2rem;
  margin: 0 0.8rem 0 1rem;
}
.schedule__date .t6 {
  color: #ff363b;
}
.schedule__date .t7 {
  margin-left: 0.6rem;
}

.about__image {
  margin-bottom: 5rem;
}
.about .marker {
  background: linear-gradient(transparent 60%, #fff 60%);
}

.highlights {
  background-color: #fff;
  position: relative;
  padding: 5rem 0 9rem;
  margin-top: -2rem;
}
.highlights__title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.6rem;
}
.highlights__logo {
  position: absolute;
  top: 1.1rem;
  left: 50%;
  line-height: 1;
  font-family: var(--primary-font);
  transform: translate(-50%, -100%);
  font-size: 6.4rem;
  font-weight: 400;
  color: #fff;
}
.highlights__label {
  height: 6rem;
  padding: 0.4rem 0.6rem 0.4rem 0.4rem;
  margin-bottom: 1.5rem;
  position: relative;
  background-color: #fff;
  font-size: 2rem;
}
.highlights__label .border-t {
  border-top: 1px solid #7a7a7a;
  position: absolute;
  top: 0;
  width: calc(100% + 0.8rem);
  left: -0.4rem;
}
.highlights__label .border-b {
  border-bottom: 1px solid #7a7a7a;
  position: absolute;
  bottom: 0;
  width: calc(100% + 0.8rem);
  left: -0.4rem;
}
.highlights__label .border-r {
  border-right: 1px solid #7a7a7a;
  position: absolute;
  top: -0.4rem;
  right: 0;
  height: calc(100% + 0.8rem);
}
.highlights__label .border-l {
  border-left: 1px solid #7a7a7a;
  position: absolute;
  top: -0.4rem;
  left: 0;
  height: calc(100% + 0.8rem);
}
.highlights__label-content {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1.5rem;
  align-items: center;
}
.highlights__label-no {
  text-align: center;
  font-family: var(--primary-font);
  color: #f2f0ed;
  line-height: 1;
  font-size: 4.8rem;
  padding-left: 1rem;
}
.highlights__item {
  margin-bottom: 6rem;
}
.highlights__item:last-child {
  margin-bottom: 5rem;
}
.highlights__item-image {
  position: relative;
  margin-bottom: 2rem;
}
.highlights__item-title {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  left: 1rem;
  top: -1rem;
  background-color: var(--color);
  color: #fff;
  padding: 0.6rem 0.2rem;
}
.highlights__item-desc {
  font-size: 1.4rem;
  line-height: 3rem;
}

.event {
  background-color: #f2f0ed;
  position: relative;
  padding: 5rem 0 9rem;
}
.event__logo {
  position: absolute;
  top: 1.1rem;
  left: 50%;
  line-height: 1;
  font-family: var(--primary-font);
  transform: translate(-50%, -100%);
  font-size: 6.4rem;
  font-weight: 400;
  color: #f2f0ed;
}
.event__title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.6rem;
}
.event__table dl {
  border-bottom: 1px solid #707070;
  padding: 2.5rem 0;
}
.event__table dt {
  font-weight: bold;
  margin-bottom: 1em;
}
.event__table dd {
  font-size: 1.4rem;
  line-height: 2.5rem;
}

.contact {
  background-color: #e9e3d9;
  position: relative;
  padding: 5rem 0 9rem;
}
.contact__logo {
  position: absolute;
  top: 1.1rem;
  left: 50%;
  line-height: 1;
  font-family: var(--primary-font);
  transform: translate(-50%, -100%);
  font-size: 6.4rem;
  font-weight: 400;
  color: #e9e3d9;
}
.contact__title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.2rem;
}

/*# sourceMappingURL=index.css.map */
</pre></body></html>