@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Raleway:wght@400;600;700;800&family=Zen+Kaku+Gothic+Antique:wght@500;700;900&display=swap");
html {
  scroll-behavior: smooth;
}

body.popup {
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: #212836;
  background: #f6f6f0;
}
body.popup a {
  text-decoration: none;
}
body.popup a:hover {
  text-decoration: underline;
}
body.popup img {
  height: auto;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  body.popup footer {
    margin-left: 90px;
  }
}

.global_head {
  margin: 0 !important;
}

header,
footer {
  position: relative;
  z-index: 9999;
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

.wrap {
  position: relative;
  background: #f6f6f0;
}

@media only screen and (min-width: 768px) {
  .content {
    margin-left: 90px;
  }
}

.event-rail {
  display: none;
}
@media only screen and (min-width: 768px) {
  .event-rail {
    --event-rail-top: 42px;
    display: block;
    position: fixed;
    top: var(--event-rail-top);
    left: 0;
    z-index: 20;
    width: 90px;
    height: calc(100vh - var(--event-rail-top));
  }
}
.event-rail__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  background: #fff;
  border-right: 1px solid #dee7eb;
  box-sizing: border-box;
}
.event-rail__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
  overflow: hidden;
  border-bottom: 1px solid #dee7eb;
}
.event-rail__logo img {
  width: 185px;
  max-width: none;
  transform: rotate(90deg);
}
.event-rail__nav {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #dee7eb;
}
.event-rail__nav a {
  color: #212836;
  padding: 16px 7px 17px;
  border-bottom: 1px solid #dee7eb;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
}
.event-rail__nav a:hover {
  background: #212836;
  color: #fff;
  text-decoration: none;
}
.event-rail__nav a span {
  display: block;
  margin-bottom: 5px;
  font-family: "Raleway", sans-serif;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08rem;
}
.event-rail__top {
  color: #212836;
  position: relative;
  margin-top: auto;
  padding: 48px 0 34px;
  font-family: "Raleway", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08rem;
  text-align: center;
  writing-mode: vertical-rl;
  align-self: center;
}
.event-rail__top::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin: 16px auto 0;
  border: 1px solid #212836;
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 43%, #212836 44%, #212836 56%, transparent 57%);
  transform: rotate(-45deg);
}

.mobile-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #212836;
}
@media only screen and (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav a {
  padding: 15px 6px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #f6f6f0;
  font-family: "Raleway", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06rem;
  text-align: center;
}

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: #141821;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .hero {
    min-height: 820px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 18px), linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(20, 24, 33, 0.58) 45%, rgba(20, 24, 33, 0.9) 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(20, 24, 33, 0.98), rgba(20, 24, 33, 0));
}
.hero__content {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 690px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 96px 24px 72px;
}
.hero__content h1 {
  text-align: center;
}
.hero__label {
  display: inline-block;
  margin: 0 0 24px;
  padding: 7px 14px 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-family: "Raleway", "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08rem;
  line-height: 1.35;
}
.hero h1 img {
  display: block;
  width: 90vw;
  margin: 0 auto;
  filter: invert(1);
}
@media only screen and (min-width: 768px) {
  .hero h1 img {
    width: 500px;
  }
}
.hero h1 span {
  display: block;
  margin-top: 26px;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.18;
  text-shadow: 4px 5px 0 rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 768px) {
  .hero h1 span {
    font-size: 3.25rem;
  }
}
.hero__lead {
  max-width: 620px;
  margin: 30px 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
}
@media only screen and (min-width: 768px) {
  .hero__lead {
    font-size: 1.08rem;
  }
}
.hero__facts {
  display: grid;
  gap: 0;
  max-width: 650px;
  margin-top: 34px;
  border: 2px solid #fff;
  background: rgba(20, 24, 33, 0.72);
}
@media only screen and (min-width: 768px) {
  .hero__facts {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hero__facts dl {
  margin: 0;
  padding: 18px 20px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
@media only screen and (min-width: 768px) {
  .hero__facts dl {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom: none;
  }
}
.hero__facts dl:last-child {
  border: none;
}
.hero__facts dt {
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
}
.hero__facts dd {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
}

.section {
  padding: 74px 24px;
}
@media only screen and (min-width: 768px) {
  .section {
    padding: 104px 7vw 110px;
  }
}
.section__head {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}
.section__head h2 {
  margin: 0 0 42px;
  font-family: "Raleway", sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.15rem;
}
@media only screen and (min-width: 768px) {
  .section__head h2 {
    margin-bottom: 62px;
    font-size: 3rem;
  }
}
.section__head h2 span {
  display: block;
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.18rem;
}

#about {
  background: #fff;
}

#topics {
  background: #f6f6f0;
}

.intro__body {
  display: grid;
  gap: 24px;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}
.intro__body p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .intro__body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px;
  }
}

.lineup {
  background: #f6f6f0;
}
.lineup__grid {
  display: grid;
  gap: 24px;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .lineup__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }
}
.lineup-card {
  min-height: 260px;
  padding: 26px 22px;
  border: 2px solid #212836;
  box-shadow: 5px 5px 0 #212836;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .lineup-card {
    min-height: 320px;
  }
}
.lineup-card h3 {
  margin: 0 0 22px;
  font-family: "Raleway", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.05;
}
.lineup-card p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.75;
}
.lineup-card__label {
  display: inline-block;
  margin-bottom: 46px !important;
  padding: 5px 9px 6px;
  border: 1px solid currentColor;
  font-family: "Raleway", sans-serif;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.1rem;
}
.lineup-card--accent {
  background: #e4c91d;
}
.lineup-card--dark {
  background: #d95695;
  color: #fff;
}
.lineup-card--light {
  background: #00a884;
  color: #fff;
}
.lineup-card--paper {
  background: #fff;
}

.topics {
  background: #fff;
}
.topics__body {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}
.topics__list {
  display: grid;
  gap: 22px;
}
.topics__state {
  margin: 0;
  padding: 30px;
  border: 2px solid #212836;
  background: #fff;
  font-weight: 700;
  line-height: 1.7;
}

.topic-card {
  display: grid;
  gap: 0;
  border: 2px solid #212836;
  background: #fff;
  box-shadow: 5px 5px 0 #212836;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  color: #212836;
}
@media only screen and (min-width: 768px) {
  .topic-card {
    grid-template-columns: 280px 1fr;
    min-height: 190px;
  }
}
.topic-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 #212836;
  text-decoration: none;
}
.topic-card__img {
  position: relative;
  min-height: 220px;
  background: #edede8;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .topic-card__img {
    min-height: 190px;
  }
}
.topic-card__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topic-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 22px 26px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .topic-card__content {
    padding: 34px 38px;
  }
}
.topic-card__date {
  display: inline-block;
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 10px 7px;
  background: #e4c91d;
  color: #212836;
  font-family: "Raleway", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12rem;
}
.topic-card__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.65;
}
@media only screen and (min-width: 768px) {
  .topic-card__title {
    font-size: 1.35rem;
  }
}
.topic-card__more {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  font-family: "Raleway", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08rem;
}

.information {
  background: #edede8;
}

.info-list {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  border-top: 2px solid #212836;
}
.info-list dl {
  display: grid;
  margin: 0;
  border-right: 2px solid #212836;
  border-bottom: 2px solid #212836;
  border-left: 2px solid #212836;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .info-list dl {
    grid-template-columns: 220px 1fr;
  }
}
.info-list dt,
.info-list dd {
  box-sizing: border-box;
  margin: 0;
}
.info-list dt {
  padding: 18px 20px;
  background: #f6f6f0;
  font-weight: 700;
  letter-spacing: 0.08rem;
}
@media only screen and (max-width: 767px) {
  .info-list dt {
    border-bottom: 1px solid #dee7eb;
  }
}
@media only screen and (min-width: 768px) {
  .info-list dt {
    padding: 25px 30px;
    border-right: 1px solid #dee7eb;
  }
}
.info-list dd {
  padding: 19px 20px 22px;
  font-weight: 500;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .info-list dd {
    padding: 25px 34px;
  }
}

.updates {
  background: #212836;
  color: #fff;
}
.updates__body {
  display: grid;
  gap: 30px;
  align-items: center;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .updates__body {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 56px;
  }
}
.updates__body p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
}
.updates__links {
  display: grid;
  gap: 14px;
}
@media only screen and (min-width: 768px) {
  .updates__links {
    min-width: 330px;
  }
}
.updates__links a {
  color: #f6f6f0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 22px;
  border: 2px solid #fff;
  box-sizing: border-box;
  font-weight: 700;
  letter-spacing: 0.05rem;
  transition: background-color 0.2s, color 0.2s;
}
.updates__links a:hover {
  background: #fff;
  color: #212836;
  text-decoration: none;
}

.sns-twitter::before {
  content: "X";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border: 1px solid currentColor;
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}/*# sourceMappingURL=style.css.map */