/* September 2026 event revision */
.head { z-index: 50; }
.main_2026 { min-height: 780px; height: calc(100vh - 40px); max-height: 1100px; overflow: hidden; background: #65b8e4 url('../image/main/keyvisual_bg_2026.jpg') center center / cover no-repeat; }
.hero_layout { width: min(1500px, 96%); position: relative; display: flex; align-items: center; justify-content: space-between; padding-top: 100px; }
.hero_copy { position: relative; width: 52%; padding-bottom: 70px; z-index: 2; }
.hero_copy h1 img { display: block; width: 100%; height: auto; }
.hero_art { align-self: flex-end; width: 57%; height: auto; margin-left: -9%; }
.hero_links { display: flex; justify-content: center; gap: 12px; margin-top: 36px; }
.hero_links a { display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 15px 24px; border: 1px solid #242282; border-radius: 5px; background: #242282; color: #fff; font-size: 17px; font-weight: 700; }
.hero_links a:last-child { background: #fff; color: #242282; }
.hero_links a:hover { box-shadow: 0 4px 14px #24228233; }
.hero_links a:focus-visible, .event_card a:focus-visible, .festival_timetable a:focus-visible { outline: 3px solid #e7a332; outline-offset: 4px; }
.sub_vis { background-image: url('../image/main/keyvisual_bg_2026.jpg'); background-position: center 34%; }
.sub_vis img { width: auto; height: 65%; max-width: 90%; object-fit: contain; }
.overview_textbox_inr h2 span { color: #1d2088; }
.day_heading { margin-bottom: 44px; text-align: center; color: #242282; }
.day_heading > span { display: block; margin-bottom: 10px; font-size: 18px; font-weight: 700; }
.program_2026 .day_heading h3 { margin: 0; padding: 0; font-size: 32px; }
.program_2026 .day_heading h3:before, .program_2026 .day_heading h3:after { display: none; }
.program_section + .program_section { margin-top: 64px; }
.program_grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 28px; }
.event_card { min-width: 0; border: 1px solid #dce0e7; background: #fff; scroll-margin-top: 30px; }
.event_card > h4 { margin: 0; padding: 22px 24px; background: #252585; color: #fff; font-size: 21px; font-weight: 700; word-break: keep-all; }
.event_info { margin: 24px; }
.event_info > div { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 12px; padding: 10px 0; border-bottom: 1px solid #eceef2; }
.event_info > div:last-child { border-bottom: 0; }
.event_info dt { font-weight: 700; color: #353760; }
.event_info dd { word-break: keep-all; overflow-wrap: anywhere; }
.detail_table_scroll { margin: 0 24px 24px; overflow-x: auto; }
.detail_table { width: 100%; min-width: 475px; border-collapse: collapse; font-size: 14px; line-height: 1.65; border-top: 2px solid #252585; }
.detail_table caption { text-align: left; }
.detail_table th { background: #f1f3f9; color: #25254e; font-weight: 700; }
.detail_table th, .detail_table td { padding: 11px 9px; border: 1px solid #dce0e7; vertical-align: middle; }
.detail_table td { word-break: keep-all; }
.detail_table td:first-child { white-space: nowrap; text-align: center; }
.detail_table td:nth-child(2) { white-space: nowrap; text-align: center; }
.event_note { margin: 0 24px 24px; padding: 15px; background: #f4f7fc; color: #535976; word-break: keep-all; }
.schedule_heading { margin-bottom: 32px; text-align: center; }
.schedule_heading h3 { color: #252585; font-size: 28px; margin-bottom: 8px; }
.schedule_heading p { font-size: 20px; font-weight: 600; }
.schedule_scroll { overflow-x: auto; }
.schedule_scroll_hint { display: none; }
.festival_timetable { width: 100%; min-width: 950px; table-layout: fixed; border-collapse: collapse; line-height: 1.5; text-align: center; border: 1px solid #c8d3dd; }
.festival_timetable th, .festival_timetable td { border: 1px solid #c8d3dd; padding: 18px 10px; word-break: keep-all; }
.festival_timetable thead tr:first-child th { padding: 22px 12px; background: #242282; color: #fff; font-size: 21px; }
.festival_timetable thead .stage { background: #9fe1ce; color: #174b48; }
.festival_timetable thead .room { background: #d9c6e7; color: #563677; }
.festival_timetable tbody th { background: #f7f8fb; color: #555b71; font-size: 15px; font-weight: 500; white-space: nowrap; }
.festival_timetable .stage_event { background: #effaf6; color: #174b48; font-weight: 700; }
.festival_timetable .room_event { background: #f7f1fc; color: #563677; font-weight: 700; }
.festival_timetable .preparation { color: #68758c; background: #f7fafc; }
.festival_timetable a { display: block; color: inherit; }
.festival_timetable a:hover { text-decoration: underline; text-underline-offset: 4px; }
.festival_timetable small { display: block; margin-top: 6px; font-size: 14px; font-weight: 500; }
.festival_timetable .prize_row td { padding-top: 9px; padding-bottom: 9px; }
.festival_timetable tfoot th { background: #f7f8fb; }
.festival_timetable tfoot td { padding: 22px; background: #9fe1ce; color: #174b48; font-size: 18px; font-weight: 700; }
@media (max-width: 1280px) {
    .main_2026 { min-height: 680px; }
    .hero_links a { padding: 13px 18px; font-size: 16px; gap: 16px; }
}
@media (max-width: 1024px) {
    .main_2026 { min-height: 0; height: auto; max-height: none; background-position: center top; }
    .hero_layout { width: 100%; flex-direction: column; padding-top: 105px; }
    .hero_copy { width: min(660px, 90%); padding-bottom: 0; }
    .hero_art { width: min(760px, 100%); align-self: center; margin: 20px 0 0; }
    .hero_links { margin-top: 24px; }
    .program_grid { grid-template-columns: 1fr; }
    .schedule_scroll_hint { display: block; text-align: right; font-size: 14px; color: #68758c; margin-bottom: 12px; }
    .menu-toggler .bar { background-color: #242282; }
    .menu-toggler.open .bar { background-color: #fff; }
}
@media (max-width: 600px) {
    .hero_links { gap: 8px; margin-top: 20px; }
    .hero_links a { padding: 12px 15px; font-size: 14px; gap: 14px; }
    .hero_art { margin-top: 28px; }
    .day_heading { margin-bottom: 30px; }
    .program_2026 .day_heading h3 { font-size: 26px; }
    .event_card > h4 { padding: 18px; font-size: 19px; }
    .event_info { margin: 16px; }
    .event_info > div { grid-template-columns: 75px minmax(0, 1fr); gap: 8px; }
    .detail_table_scroll { margin: 0 16px 20px; }
    .event_note { margin: 0 16px 20px; }
    .program_section + .program_section { margin-top: 44px; }
    .schedule_heading h3 { font-size: 23px; }
    .schedule_heading p { font-size: 17px; }
}

.menu-toggler { border: 0; padding: 0; background: transparent; }
@media (min-width: 1025px) {
    .hero_layout { height: 100%; }
    .hero_art { max-height: 100%; object-fit: contain; object-position: bottom; }
}
