.sub_topbg {
  background-image: url("../images/2026/sub-visual.png") !important;
}

.sub_top .sub_top_txtblock {
  display: none;
}

.index_box01_info .index_box01_info_title--image {
  max-width: 720px;
}

.index_box01_info .index_box01_info_title--image img {
  display: block;
  width: 100%;
  height: auto;
}

.index_box01_info .index_box01_info_title img {
  width: min(80%, 576px);
  height: auto;
}

.index_box01_img img {
  aspect-ratio: 596 / 306;
  object-fit: cover;
}

.index_box02_itembox_img img {
  aspect-ratio: 327 / 444;
  object-fit: cover;
}

.preparing-state {
  margin: 40px auto 80px;
  padding: 88px 24px;
  max-width: 1000px;
  border-radius: 24px;
  background: #f7f7f7;
  text-align: center;
}

.preparing-state__eyebrow {
  margin-bottom: 14px;
  color: #8d6b13;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
}

.preparing-state h3 {
  color: #111;
  font-size: 32px;
  line-height: 1.35;
}

.preparing-state p {
  margin-top: 16px;
  color: #666;
  font-size: 17px;
  line-height: 1.6;
}

.schedule-2026 {
  margin-top: 48px;
}

.schedule-2026 h4 {
  margin: 32px 0 14px;
  font-size: 24px;
}

.schedule-2026 table {
  width: 100%;
  border-collapse: collapse;
}

.schedule-2026 th,
.schedule-2026 td {
  padding: 14px 16px;
  border: 1px solid #ddd;
  line-height: 1.5;
  text-align: left;
}

.schedule-2026 th {
  background: #f5f5f5;
}

@media screen and (max-width: 640px) {
  .preparing-state {
    margin: 24px 16px 48px;
    padding: 64px 20px;
  }

  .preparing-state h3 {
    font-size: 25px;
  }

  .schedule-2026 {
    overflow-x: auto;
  }

  .schedule-2026 table {
    min-width: 720px;
  }
}
