@media print, screen and (min-width: 768px) {
  #container {
    overflow: hidden;
  }
}

section.sec.event_programs {
  position: relative;
  z-index: 1;
  background-color: var(--main-bg-color);
  padding: 0 0 120px;
}
@media only screen and (max-width: 767px) {
  section.sec.event_programs {
    padding: 0 0 60px;
  }
}
@media print, screen and (min-width: 768px) {
  section.sec.event_programs .inner {
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  section.sec.event_programs .inner {
    padding: 40px 20px 60px;
  }
}
section.sec.event_programs .inner h1 {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  section.sec.event_programs .inner h1 {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  section.sec.event_programs .inner h1 {
    gap: 10px;
  }
}
section.sec.event_programs .inner h1 span {
  line-height: 1.5;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  section.sec.event_programs .inner h1 span {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  section.sec.event_programs .inner h1 span {
    font-size: 24px;
  }
}
section.sec.event_programs .inner h2 {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 40px 0 20px;
  text-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  section.sec.event_programs .inner h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 30px 0 15px;
  }
}
section.sec.event_programs .inner .event_programs_list + h2 {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  section.sec.event_programs .inner .event_programs_list + h2 {
    margin-top: 40px;
  }
}
section.sec.event_programs .inner .event_programs_list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  section.sec.event_programs .inner .event_programs_list {
    gap: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  section.sec.event_programs .inner .event_programs_list .event_programs_item img {
    max-width: 400px;
    max-height: 400px;
  }
}/*# sourceMappingURL=event_programs.css.map */