html {
  /* overflow-y: auto; */
}
#options img {
  max-width: 100%;
  height: auto;
}

#options>h1 {
  margin: 48px 0;
}

.course-box {
  width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-template-rows: auto auto;
  grid-column-gap: 2%;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}
.course-box a {
  position: relative;
  display: block;
  padding: 16px 8px;
  background-color: #231815;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  text-align: center;
  color: #ff1595;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
}

.course-box img {
  display: block;
  margin-bottom: 8px;
}

.course-box a span {
  display: inline-block;
  position: absolute;
  background-color: #ff1595;
  color: #fff;
  padding: 8px;
  top: -8px;
  right: -4px;
  z-index: 9;
  font-size: 22px;
}

.event-course {
  background: url("../img/options_c1_bg.png") no-repeat center top / 100% auto;
  min-height: 607px;
  margin-bottom: 24px;
}
.course-box h4 img {
  width: 88%;
  margin: 0 auto;
}

.normal90-course {
  background: url("../img/options_c2_bg.png") no-repeat center top / 100% auto;
  height: 601px;
  margin-bottom: 24px;
}

.normal120-course {
  background: url("../img/options_c3_bg.png") no-repeat center top / 100% auto;
  height: 860px;
}

/** ポップアップ **/

body>aside { z-index: 999 !important; }