@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");

:root {
    --blue: #398fd7;
    --yellow: #e6f100;
    --ink: #111;
    --muted: #f5f7f8;
    --max: 1000px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    font-family: "Zen Kaku Gothic New",Arial,sans-serif;
    background: #fff
}

img {
    display: block;
    max-width: 100%
}

a {
    color: inherit
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: linear-gradient(90deg,#c9ef00,#fff000);
    box-shadow: 0 1px 5px #0002
}

.header-inner {
    width: min(100%,1200px);
    height: 36px;
    margin: auto;
    display: flex;
    align-items: center
}

.brand {
    display: none
}

.brand img {
    display: block;
    width: auto;
    height: 28px
}

.main-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 70px
}

.main-nav a {
    font-family: "m-plus-2m","Zen Kaku Gothic New",sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 10.35px;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0
}

.menu-button {
    display: none
}

.hero {
    background: #aeb4bd;
    overflow: hidden
}

.hero-inner {
    position: relative;
    width: min(100%,1200px);
    height: 401px;
    margin: auto
}

.hero-copy {
    position: relative;
    z-index: 2;
    width: 39%;
    height: 100%;
    padding: 55px 0 35px 10%;
    color: #fff;
    background: linear-gradient(90deg,#8c939d 0%,#8c939d 62%,transparent 100%)
}

.hero-logo {
    margin: 0 0 54px
}

.hero-logo img {
    display: block;
    width: 228px;
    max-width: 100%;
    height: auto
}

.hero-kicker {
    margin: 0 0 12px;
    font-family: "m-plus-2m","Zen Kaku Gothic New",sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.25;
    letter-spacing: 0
}

.hero h1 {
    margin: 0 0 22px;
    font-family: "m-plus-2m","Zen Kaku Gothic New",sans-serif;
    font-size: 34px;
    line-height: 1.18;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0
}

.outline-button {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 200px;
    padding: 8px 16px;
    border: 1.5px solid var(--blue);
    color: var(--blue);
    font-family: "m-plus-2m","Zen Kaku Gothic New",sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: .3em;
    text-decoration: none;
    background: #fff;
    line-height: 1
}

.outline-button span {
    font-size: 22px;
    line-height: .7
}

.section {
    padding: 38px 0
}

.section-inner {
    width: min(calc(100% - 40px),var(--max));
    margin: auto
}

.section-heading {
    display: flex;
    align-items: flex-start
}

.section-heading.inline {
    align-items: center;
    margin-bottom: 22px
}

.accent {
    width: 92px;
    height: 29px;
    margin: 5px 12px 0 -100px;
    background: var(--yellow);
    transform: skew(-18deg)
}

.section-heading h2 {
    margin: 0;
    color: var(--blue);
    font-family: "m-plus-2m","Zen Kaku Gothic New",sans-serif;
    font-size: 37px;
    line-height: 1;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0
}

.section-heading p {
    margin: 6px 0 0;
    color: var(--blue);
    font-family: "Zen Kaku Gothic New",sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.25;
    letter-spacing: 0
}

.section-heading.inline p {
    display: inline;
    margin-left: 15px
}

.section-heading.inline div {
    display: flex;
    align-items: baseline
}

.section-body {
    padding-top: 2px
}

.section-body p {
    margin: 0 0 14px;
    font-family: "Zen Kaku Gothic New",sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5
}

.about {
    overflow: visible;
    background-color: #fff;
    background-image: url("../img/about/about-bg.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 310px 199px
}

.about-layout {
    display: grid;
    grid-template-columns: 170px 1fr 220px;
    gap: 24px;
    align-items: center
}

.patterned {
    background-color: #f7f9fb;
    background-image: url("../img/access/access-wave-bg.png");
    background-repeat: repeat;
    background-size: 96px 76px
}

.venue {
    background-image: url("../img/venue/venue-bg.png");
    background-repeat: repeat;
    background-size: 96px 76px
}

.route-card {
    display: grid;
    grid-template-columns: 80px 1fr;
    min-height: 118px;
    margin-bottom: 12px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e4e8ed;
    box-shadow: 0 3px 8px #0000000d
}

.route-icon {
    display: grid;
    place-items: center
}

.route-icon img {
    display: block;
    width: 60px;
    height: auto
}

.pill {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    background: var(--blue);
    color: #fff;
    font-family: "m-plus-2m","Zen Kaku Gothic New",sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2
}

.pill.ghost {
    background: #fff;
    color: var(--blue);
    border: 1px solid var(--blue)
}

.route-card p {
    margin: 8px 0 0;
    font-family: "Zen Kaku Gothic New",sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.45
}

.timetable {
    display: flex;
    justify-content: space-between;
    padding: 7px 14px;
    border: 1px solid var(--blue);
    color: var(--blue);
    background: #fff;
    font-family: "m-plus-2m","Zen Kaku Gothic New",sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: .1em;
    line-height: 1
}

.admission {
    background: linear-gradient(90deg,#fff,#fbfff2)
}

.admission-grid {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 20px;
    align-items: center
}

.admission-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border: 1px solid #edf0f2;
    background: #fff
}

.admission-panel strong {
    font-family: "m-plus-2m","Zen Kaku Gothic New",sans-serif;
    font-size: 25px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: .15em;
    line-height: 1
}


.venue-grid {
    display: grid;
    grid-template-columns: 55% 45%;
    background: #fff
}

.venue-image {
    width: 100%;
    height: 465px;
    object-fit: contain;
    padding: 15px
}

.venue-info {
    padding: 18px 18px 12px
}

.pickup {
    padding: 13px 18px;
    border: 2px solid #f2c900
}

.pickup p {
    margin: 8px 0 0;
    font-family: "Zen Kaku Gothic New",sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45
}

.venue-info h3 {
    margin: 0 0 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    font-size: 24px
}

.venue-info p {
    margin: 5px 0;
    font-size: 13px;
    line-height: 1.35
}

@media (max-width: 767px) {
    .site-header {
        height:62px
    }

    .header-inner {
        height: 62px;
        padding: 0 18px;
        justify-content: space-between
    }

    .brand {
        display: block;
        font-weight: 900;
        text-decoration: none
    }

    .brand img {
        height: 22px;
        width: auto
    }

    .menu-button {
        display: block;
        width: 42px;
        height: 42px;
        border: 0;
        background: transparent;
        padding: 9px
    }

    .menu-button span {
        display: block;
        height: 2px;
        margin: 5px 0;
        background: #111
    }

    .main-nav {
        position: absolute;
        top: 62px;
        left: 0;
        right: 0;
        display: grid;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        background: #111;
        transition: .25s
    }

    .main-nav.is-open {
        max-height: 400px
    }

    .main-nav a {
        padding: 14px 20px;
        border-top: 1px solid #ffffff22;
        color: #fff
    }

    .hero-inner {
        height: auto
    }

    .hero-copy {
        width: 100%;
        height: auto;
        padding: 25px 20px 30px;
        background: linear-gradient(135deg,#858d98,#b9bec6)
    }

    .hero-logo {
        display: block;
        margin: 0 0 22px
    }

    .hero-logo img {
        width: 190px
    }

    .hero-kicker {
        font-size: 14px
    }

    .hero h1 {
        font-size: clamp(27px,8vw,38px)
    }

    .section {
        padding: 42px 0
    }

    .section-inner {
        width: min(calc(100% - 36px),var(--max))
    }

    .admission-grid,
    .venue-grid {
        grid-template-columns: 1fr
    }

    .section-heading.inline div {
        display: block
    }

    .section-heading.inline p {
        display: block;
        margin-left: 0
    }

    .accent {
        width: 55px;
        margin-left: -58px
    }

    .about::after {
        width: 38vw;
        opacity: .95
    }

    .section-heading h2 {
        font-size: 32px
    }

    .section-body p br {
        display: none
    }

    .admission-panel {
        align-items: flex-start;
        gap: 18px;
        flex-direction: column
    }

    .admission-panel strong {
        font-size: 20px
    }

    .venue-image {
        height: auto;
        padding: 8px
    }

    .venue-info {
        padding: 14px
    }

    .outline-button {
        min-width: 0
    }
}

@media (min-width: 768px) and (max-width:1050px) {
    .main-nav {
        gap:35px
    }

    .hero-copy {
        padding-left: 5%
    }

    .section-inner {
        width: calc(100% - 80px)
    }

    .accent {
        margin-left: -40px;
        width: 35px
    }

    .admission-grid {
        grid-template-columns: 190px 1fr
    }

    .admission-panel strong {
        font-size: 18px
    }

    .outline-button {
        min-width: 180px;
        letter-spacing: .13em
    }
}

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    * {
        transition: none!important
    }
}

.main-nav {
    align-items: center
}

.hero-copy {
    padding-top: 50px
}

.admission-panel .outline-button {
    font-size: 11.5px;
    letter-spacing: .2em;
    min-width: auto;
    padding: 7px 18px
}

.section-heading.inline p {
    margin-left: 12px
}

.section-heading.inline div {
    gap: 0;
    align-items: flex-end
}

.section-heading .accent {
    flex: 0 0 auto
}

.venue-info h3 {
    margin: 0 0 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    font-family: "Zen Kaku Gothic New",sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1
}

.venue-info p {
    font-family: "Zen Kaku Gothic New",sans-serif
}

.route-list .ghost {
    font-size: 9.2px;
    font-weight: 700
}

@media (max-width: 767px) {
    .main-nav a {
        font-size:14px
    }

    .hero-kicker {
        font-size: 15px
    }

    .hero h1 {
        font-size: clamp(27px,8vw,40px)
    }

    .outline-button {
        font-size: 16px;
        letter-spacing: .18em
    }

    .section-heading h2 {
        font-size: 24px
    }

    .section-heading p {
        font-size: 11px
    }

    .section-body p {
        font-size: 15px
    }

    .pill,
    .route-card p,
    .pickup p {
        font-size: 13px
    }

    .timetable {
        font-size: 14px
    }

    .admission-panel strong {
        font-size: 15px
    }

    .admission-panel em {
        font-size: 18px
    }

    .admission-panel .outline-button {
        font-size: 14px
    }
}

.section-body {
    max-width: 650px;
}

.main-nav a {
    font-size: 20px
}

.hero-copy {
    width: 45%;
    padding-left: 6.8%
}

.hero-logo img {
    width: 165px
}

.hero-inner {
    height: 386px
}

.admission-panel .outline-button {
    font-size: 21px;
    letter-spacing: .18em;
    padding: 6px 14px
}

.venue-info h3 {
    font-size: 18px
}

.venue-info p {
    font-size: 16px;
    line-height: 1.45;
    font-weight: bold;
}

.route-list .ghost {
    font-size: 16px;
}

@media (max-width: 767px) {
    .about-layout {
        grid-template-columns:1fr
    }

    .hero-copy {
        width: 100%;
        padding-left: 20px
    }

    .hero-logo img {
        width: 190px
    }

    .hero-inner {
        height: auto
    }

    .hero-kicker {
        font-size: 14px
    }

    .hero h1 {
        font-size: clamp(27px,8vw,34px)
    }

    .outline-button {
        font-size: 14px
    }

    .section-heading h2 {
        font-size: 24px
    }

    .section-heading p {
        font-size: 10px
    }

    .section-body {
        max-width: none
    }

    .section-body p {
        font-size: 13px
    }

    .pill,
    .route-card p,
    .pickup p {
        font-size: 12px
    }

    .timetable {
        font-size: 13px
    }

    .admission-panel strong {
        font-size: 14px
    }

    .admission-panel em {
        font-size: 20px
    }

    .admission-panel .outline-button {
        font-size: 12px
    }

    .patterned,
    .venue {
        background-size: 96px 76px
    }
}

@media (min-width: 768px) and (max-width:1050px) {
    .about-layout {
        grid-template-columns:160px 1fr 180px
    }

    .section-body p {
        font-size: 11px
    }

    .hero-logo img {
        width: 150px
    }

    .hero-kicker {
        font-size: 15px
    }

    .hero h1 {
        font-size: 30px
    }
}

/* Structural adjustments */

.hero-logo img {
    width: 228px;
    height: 42px;
    max-width: none;
}

.outline-button.hero-rider-button {
    min-width: 246px;
    min-height: 43px;
    padding: 8px 20px;
    border-color: var(--yellow);
    color: var(--yellow);
    background: transparent;
    font-size: 20px;
    font-weight: 700;
}

.outline-button.about-rider-button {
    min-width: 203px;
    min-height: 37px;
    padding: 7px 16px;
    font-size: 16px;
    font-weight: 700;
}

.about-layout {
    position: relative;
    grid-template-columns: 170px 1fr;
    overflow: visible;
    min-height: 123px;
}

.patterned {
    background-color: #f7f9fb;
    background-image: url("../img/access/access-wave-bg.png");
    background-repeat: repeat;
    background-position: left top;
    background-size: 96px 76px;
}

.venue {
    background-color: #f7f9fb;
    background-image: url("../img/venue/venue-bg.png");
    background-repeat: repeat;
    background-position: left top;
    background-size: 96px 76px;
}

.venue-grid {
    grid-template-columns: 62% 38%;
    align-items: stretch;
    background: #fff;
}

.venue-map-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 16px 0 16px 16px;
}

.venue-image {
    width: 100%;
    height: auto;
    padding: 0;
    object-fit: contain;
}

.venue-info {
    padding: 16px 18px 14px 12px;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.pickup {
    position: relative;
    margin: 0 0 12px;
    padding: 28px 14px 12px;
    border: 2px solid #f2c900;
    min-height: 92px;
}

.pickup-label {
    position: absolute;
    top: 10px;
    left: 14px;
    display: inline-block;
    padding: 2px 12px 3px;
    background: #ffe300;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.pickup p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

.stand-block {
    margin-top: 10px;
}

.stand-block h3 {
    margin: 0 0 7px;
    padding-bottom: 4px;
    border-bottom: 2px solid #2c211d;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.05;
}

.stand-block p {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 8px;
    margin: 3px 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.stand-block p b {
    font-size: 15px;
}

.open-area-table {
    display: grid;
    grid-template-columns: 92px 1fr;
    margin-top: 8px;
    border: 1px solid #2c211d;
}

.open-area-title {
    display: grid;
    place-items: center;
    padding: 8px;
    background: #2c211d;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
}

.open-area-rows {
    padding: 7px 10px;
}

.open-area-rows p {
    margin: 1px 0;
    font-size: 12px;
}

@media (max-width: 767px) {
    .hero-logo img {
        width: 228px;
        height: 42px;
    }

    .outline-button.hero-rider-button,
    .outline-button.about-rider-button {
        min-width: 0;
        min-height: 0;
        font-size: 14px;
    }

    .about {
        background-position: right bottom;
        background-size: min(82vw,310px) auto;
    }

    .about-layout {
        grid-template-columns: 1fr;
        padding-right: 0;
        padding-bottom: 150px;
    }

    .venue-grid {
        grid-template-columns: 1fr;
    }

    .venue-map-wrap {
        padding: 12px;
    }

    .venue-info {
        padding: 12px 14px 18px;
    }
}

/* Admission and patterned backgrounds */

.admission-heading {
    display: flex;
    align-items: flex-start;
}

.admission-heading > div {
    display: block;
}

.admission-heading p {
    display: block;
    margin: 6px 0 0;
}

.patterned,
.venue {
    background-color: #f7f9fb;
    background-image: url("../img/access/access-wave-bg.png");
    background-repeat: repeat;
    background-position: left top;
    background-size: 220px 74px;
}

@media (max-width: 767px) {
    .admission-heading > div {
        display: block;
    }

    .patterned,
    .venue {
        background-size: 220px 74px;
    }
}

/* Lower sections */

.lower-wrap {
    width:min(calc(100% - 40px),1000px)
}

.lower-heading {
    align-items:center;margin-bottom:24px
}

.lower-heading>div {
    display:flex;align-items:flex-end;gap:14px
}

.lower-heading p {
    margin:0 0 2px;font-size:12px
}

.howto-section {
    background:linear-gradient(135deg,#fff 65%,#fffbea);padding-top:52px
}

.enjoy-grid {
    display:grid;grid-template-columns:1.1fr .9fr;gap:20px;margin-bottom:42px
}

.learn-card,
.notice-card {
    min-height:190px;border:1px solid #ccd6e3;border-radius:7px;background:#fff;box-shadow:0 2px 8px #0000000d
}

.learn-card {
    display:grid;grid-template-columns:125px 1fr;gap:14px;padding:18px;background:linear-gradient(135deg,#edf7ff,#fff)
}

.learn-card img {
    width:112px;height:123px;object-fit:cover;object-position:left top
}

.learn-card h3 {
    margin:0 0 8px;color:#001c85;font-size: 28px;line-height:1.25
}

.learn-card p {
    margin:0 0 12px;font-size:13px;line-height:1.5
}

.lower-button {
    display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:7px 10px;border:1px solid #1266f5;color:#065bea;background:#fff;font-size:12px;font-weight:700;font-style:italic;letter-spacing:.08em;text-decoration:none
}

.notice-card {
    display:flex;align-items:center;gap:24px;padding:24px 22px;border-color:#ffc400;background:#fff
}

.notice-card ul {
    margin:0;padding-left:18px;font-size:14px;line-height:2.2
}

.subsection-title {
    display:flex;align-items:center;gap:16px;margin:0 0 7px;color:#1266f5
}

.subsection-title h3 {
    margin:0;font-family:"m-plus-2m","Zen Kaku Gothic New",sans-serif;font-size:25px;font-style:italic;font-weight:500;white-space:nowrap
}

.subsection-title span {
    height:1px;background:#1266f5;flex:1
}

.subsection-title i {
    width:28px;height:14px;background:var(--yellow);transform:skew(-18deg)
}

.subsection-lead {
    margin:0 0 18px;font-size:13px;font-weight:500
}

.ticket-grid {
    display:grid;grid-template-columns:1fr 1fr;gap:18px 24px
}

.ticket-card {
    padding:12px;border:1px solid #d8dde5;border-radius:7px;background:#fff
}

.ticket-card h4 {
    display:flex;align-items:flex-start;gap:10px;min-height:34px;margin:0 0 9px;font-size:15px;line-height:1.25
}

.ticket-card h4 b {
    display:grid;place-items:center;flex:0 0 27px;width:27px;height:27px;border-radius:5px;background:#ffd800;font-size:20px
}

.ticket-card img {
    width:100%;height:auto
}

.dining-section {
    padding-top:46px;padding-bottom:52px;background-color:#f8fafc;background-image:url("../img/access/access-wave-bg.png");background-repeat:repeat;background-size:220px 120px
}

.dining-zone {
    margin-top:20px
}

.dining-grid {
    display:grid;grid-template-columns:1fr 1fr;gap:12px 18px
}

.dining-grid.one {
    grid-template-columns:1fr 1fr
}

.dining-grid article {
    overflow:hidden;border:1px solid #e0e4ea;border-radius:5px;background:#fff;box-shadow:0 2px 5px #0001
}

.dining-grid img {
    width:100%;height:auto
}

.information-section {
    padding:50px 0;background:linear-gradient(135deg,#fff 62%,#fffbea)
}

.info-grid {
    display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:20px
}

.info-card {
    position:relative;min-height:330px;padding:32px 30px 24px 92px;border:1px solid #d8dde5;border-radius:12px;background:linear-gradient(145deg,#fff,#f8f8f8);box-shadow:0 2px 8px #0000000d
}

.info-card h3 {
    margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #2368ff;color:#1161ee;font-family:"m-plus-2m","Zen Kaku Gothic New",sans-serif;font-size:27px;font-style:italic;font-weight:500;line-height:1.2
}

.info-card p {
    margin:0;font-size:15px;line-height:1.75
}

.info-card small {
    font-size:12px
}

.info-icon {
    position:absolute;top:33px;left:28px;display:grid;place-items:center;width:52px;height:52px;color:#1161ee;font-size:36px;font-weight:900
}

.info-card .wide {
    position:absolute;left:28px;right:28px;bottom:24px
}

.foot-banner {
    display:flex;align-items:center;justify-content: space-between; margin-top: 30px;
}

.site-footer {
    display:grid;place-items:center;min-height:76px;background:linear-gradient(180deg,#0068b7,#0084ce);color:#fff
}

.site-footer p {
    margin:0;font-size: 18px;letter-spacing:.04em
}

@media (max-width:767px) {
    .lower-heading>div {
        display:block
    }

    .lower-heading p {
        margin-top:5px
    }

    .enjoy-grid,
    .ticket-grid,
    .dining-grid,
    .info-grid {
        grid-template-columns:1fr
    }

    .learn-card {
        grid-template-columns:95px 1fr
    }

    .learn-card img {
        width:90px;height:auto
    }

    .notice-card {
        align-items:flex-start
    }

    .subsection-title h3 {
        font-size:20px;white-space:normal
    }

    .dining-grid.one {
        grid-template-columns:1fr
    }

    .info-card {
        padding-left:78px;min-height:300px
    }

    .info-card h3 {
        font-size:22px
    }

    .site-footer {
        min-height:64px
    }

    .foot-banner {
        display:block; align-items:center;
    }

    .foot-banner img:nth-child(2) {
        margin-top:30px;
    }
}

/* Lower-section typography */

.lower-heading {
    align-items: center;
    margin-bottom: 22px;
}

.lower-heading > div {
    display: flex;
    align-items: flex-end;
}

.lower-heading h2 {
    margin: 0;
    color: var(--blue);
    font-family: "m-plus-2m","Zen Kaku Gothic New",sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0;
}

.lower-heading p {
    display: inline;
    margin: 0 0 0 12px;
    color: var(--blue);
    font-family: "Zen Kaku Gothic New",sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.25;
}

.lower-wrap .subsection-lead {
    margin: 0 0 18px;
    font-family: "Zen Kaku Gothic New",sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
}

.lower-wrap .subsection-title h3 {
    font-family: "m-plus-2m","Zen Kaku Gothic New",sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    font-style: italic;
}

.learn-card h3,
.info-card h3 {
    font-family: "Zen Kaku Gothic New",sans-serif;
    font-weight: 700;
}

.learn-card p,
.notice-card li,
.ticket-card h4,
.info-card p {
    font-family: "Zen Kaku Gothic New",sans-serif;
    font-size: 19px;
    font-weight: 700;
}

/* Dining cards */

.dining-zone {
    margin-top: 30px;
}

.dining-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 20px;
}

.dining-grid.one {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dining-card {
    overflow: hidden;
    padding: 14px 16px 16px;
    border: 1px solid #dfe4ea;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 5px #0000000d;
}

.dining-card h4 {
    margin: 0 0 12px;
    font-family: "Zen Kaku Gothic New",sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}

.dining-card-body {
    display: grid;
    grid-template-columns: 1.22fr 1fr;
    gap: 14px;
    align-items: start;
}

.dining-photo {
    position: relative;
    min-width: 0;
    margin: 0;
}

.dining-photo + .dining-photo {
    padding-left: 14px;
    border-left: 1px solid #8b8b8b;
}

.dining-photo img {
    width: 100%;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    object-position: center;
}

.dining-photo.recommend img {
    aspect-ratio: 1.37 / 1;
}

.dining-label {
    position: absolute;
    z-index: 2;
    top: -1px;
    left: 0;
    display: inline-block;
    padding: 4px 10px;
    background: #3b8bd9;
    color: #fff;
    font-family: "m-plus-2m","Zen Kaku Gothic New",sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
}

.dining-photo + .dining-photo .dining-label {
    left: 14px;
}

.dining-photo figcaption {
    margin-top: 8px;
    font-family: "Zen Kaku Gothic New",sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

@media (max-width: 767px) {
    .lower-heading > div {
        display: block;
    }

    .lower-heading h2 {
        font-size: 24px;
    }

    .lower-heading p {
        display: block;
        margin: 6px 0 0;
        font-size: 11px;
    }

    .lower-wrap .subsection-lead,
    .learn-card p,
    .notice-card li,
    .ticket-card h4,
    .info-card p {
        font-size: 14px;
    }

    .lower-wrap .subsection-title h3 {
        font-size: 24px;
        white-space: normal;
    }

    .dining-grid,
    .dining-grid.one {
        grid-template-columns: 1fr;
    }

    .dining-card h4 {
        font-size: 18px;
    }

    .dining-card-body {
        grid-template-columns: 1.15fr 1fr;
        gap: 10px;
    }

    .dining-photo + .dining-photo {
        padding-left: 10px;
    }

    .dining-photo + .dining-photo .dining-label {
        left: 10px;
    }

    .dining-label,
    .dining-photo figcaption {
        font-size: 10px;
    }
}

.info-icon img {
    display:block;width:100%;height:100%;object-fit:contain
}

.info-icon.camera {
    width:52px;height:52px
}

.info-icon.camera img {
    width:45px;height:40px
}

.info-icon.alcohol {
    width:58px;height:58px;top:29px;left:25px
}

/* About accent */

.about,
.about-layout {
    overflow: visible;
}

.about .accent {
    position: relative; z-index: 2;
}

/* Hero background */

.hero-inner {
    background-image: url("../img/hero/hero-riders-layer.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
}

@media (max-width: 767px) {
    .hero-inner {
        display: flex;
        flex-direction: column;
        height: auto;
        padding-top: clamp(220px, 67vw, 360px);
        background-position: center top;
        background-size: auto clamp(220px, 67vw, 360px);
        background-color: #aeb4bd;
    }

    .hero-copy {
        width: 100%;
        height: auto;
        padding: 25px 20px 30px;
        background: linear-gradient(135deg,#858d98,#b9bec6);
    }
}

/* About artwork alignment */

.about {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
    background-color: #fff;
    background-image: none;
}

.about::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    width: min(100%, 1200px);
    transform: translateX(-50%);
    background-image: url("../img/about/about-bg.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    pointer-events: none;
}

.about-layout {
    position: relative;
    z-index: 1;
    min-height: 199px;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
}

@media (max-width: 767px) {
    .about::before {
        width: 100%;
        background-position: right bottom;
        background-size: min(82vw, 310px) auto;
    }

    .about-layout {
        min-height: 0;
        padding-top: 36px;
        padding-bottom: 150px;
    }
}

/* Access map alignment */

.access-layout {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 28px;
    align-items: start;
}

.access-heading {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 22px;
}

.access-layout .route-list {
    grid-column: 1;
    grid-row: 2;
    min-width: 0;
}

@media (max-width: 767px) {
    .access-layout {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        row-gap: 0;
    }

    .access-heading,
    .access-layout .route-list {
        grid-column: 1;
        grid-row: auto;
    }
}

@media (min-width: 768px) and (max-width: 1050px) {
    .access-layout {
        grid-template-columns: 300px minmax(0, 1fr);
    }
}

#access {
    overflow: hidden;
}

#access .access-layout {
    width: min(100%, 1200px);
    max-width: none;
    padding-left: clamp(20px, calc((100% - 1000px) / 2), 100px);
    padding-right: 0;
    grid-template-columns: 330px minmax(0, 1fr);
    column-gap: 28px;
}

.access-map {
    position: relative;
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: stretch;
    min-width: 0;
    min-height: 100%;
    overflow: hidden;
    background: #e8ecef;
}

.access-map-frame {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.access-map-frame.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media (max-width: 767px) {
    #access .access-layout {
        width: min(calc(100% - 36px), var(--max));
        padding-left: 0;
        padding-right: 0;
        grid-template-columns: 1fr;
    }

    .access-map {
        grid-column: 1;
        grid-row: auto;
        min-height: 360px;
        margin-top: 22px;
    }

    .access-map-frame {
        min-height: 360px;
    }
}

@media (min-width: 768px) and (max-width: 1050px) {
    #access .access-layout {
        grid-template-columns: 300px minmax(0, 1fr);
        padding-left: clamp(40px, calc((100% - 920px) / 2), 65px);
    }
}

/* Adobe Fonts */

.main-nav a,
.section-heading h2,
.lower-heading h2,
.lower-wrap .subsection-title h3,
.info-card h3,
.dining-label {
    font-family: "m-plus-2m", "Zen Kaku Gothic New", sans-serif;
    font-style: italic;
}

/* Preserve original typeface for hero and outlined controls. */

.hero-kicker,
.hero h1,
.outline-button,
.pill,
.timetable,
.admission-panel strong,
.admission-panel em,
.lower-button {
    font-family: "Zen Kaku Gothic New", Arial, sans-serif;
}

.route-map-button {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid var(--blue);
    cursor: pointer;
}

.route-map-button.is-active {
    background: var(--blue);
    color: #fff;
}

.route-map-button:not(.is-active) {
    background: #fff;
    color: var(--blue);
}

.route-map-button:focus-visible {
    outline: 3px solid rgba(38, 139, 218, .28);
    outline-offset: 3px;
}

/* Venue map icons */

.venue-inline-icon {
    display: inline-block;
    flex: 0 0 auto;
    width: auto;
    height: 20px;
    margin: 0 4px 0 2px;
    object-fit: contain;
    vertical-align: -5px;
}

.winners-stage-icon {
    width: 32px;
    height: 18px;
    margin-left: 0;
    vertical-align: -4px;
}

.betting-machine-icon {
    width: 16px;
    height: 24px;
    margin-right: 3px;
    vertical-align: -8px;
}

.pedestrian-icon {
    width: 20px;
    height: 20px;
    vertical-align: -5px;
}

.information-icon {
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .venue-inline-icon {
        max-width: none;
    }
}


.pickup {
    padding-top: 36px;
    padding-bottom: 7px;
}

.pickup p {
    line-height: 1.45;
}

/* Tablet navigation and footer banners */

.foot-banner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 20px;
}

.foot-banner img {
    display: block;
    width: 100%;
    max-width: 490px;
    height: auto;
    min-width: 0;
}

.foot-banner img:last-child {
    justify-self: end;
}

@media (min-width: 768px) and (max-width: 1050px) {
    .main-nav {
        gap: clamp(10px, 1.7vw, 18px);
        padding-inline: 12px;
    }

    .main-nav a {
        font-size: clamp(16px, 2vw, 20px);
        line-height: 1;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .foot-banner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .foot-banner img,
    .foot-banner img:last-child {
        justify-self: stretch;
        margin-top: 0;
    }
}

/* Guide banner, anchors, and alignment */

main > section[id] {
    scroll-margin-top: 50px;
}

.keirin-guide-banner {
    display: block;
    width: min(100%, 220px);
    margin-top: 14px;
    line-height: 0;
    transition: opacity .2s ease;
}

.keirin-guide-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.keirin-guide-banner:hover {
    opacity: .78;
}

.keirin-guide-banner:focus-visible {
    outline: 3px solid rgba(18, 102, 245, .35);
    outline-offset: 4px;
}

.ticket-card h4 {
    align-items: center;
}

.ticket-card h4 b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.ticket-card h4 span {
    display: block;
    padding-top: 2px;
    line-height: 1.3;
}

.info-card {
    padding-left: 30px;
}

.info-card-heading {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.info-card-heading .info-icon {
    position: static;
    top: auto;
    left: auto;
    flex: 0 0 auto;
}

.info-card-heading h3 {
    min-width: 0;
    margin: 0;
}

@media (max-width: 767px) {
    main > section[id] {
        scroll-margin-top: 78px;
    }

    .hero-inner {
        padding-top: 62.87vw;
        background-image: url("../img/hero/hero-riders-layer-sp.jpg");
        background-position: center top;
        background-size: 100% auto;
    }

    .learn-card {
        align-items: start;
    }

    .keirin-guide-banner {
        width: min(100%, 190px);
        margin-top: 12px;
    }

    .info-card {
        padding-left: 24px;
        padding-right: 24px;
    }

    .info-card-heading {
        gap: 12px;
        margin-bottom: 18px;
    }

    .info-card-heading .info-icon.camera {
        width: 45px;
        height: 40px;
    }

    .info-card-heading .info-icon.alcohol {
        width: 50px;
        height: 52px;
    }
}

/* Mobile hero and warning icon */

.notice-warning-icon {
    display: block;
    flex: 0 0 auto;
    width: 58px;
    height: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .notice-warning-icon {
        width: 48px;
    }
}

/* Mobile About artwork and notice alignment */

@media (max-width: 767px) {
    .about::before {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 150px;
        transform: none;
        background-position: right bottom;
        background-size: cover;
    }

    .about-layout {
        padding-bottom: 150px;
    }

    .notice-card {
        align-items: center;
        justify-content: center;
    }
}

/* Ticket-card note */

.ticket-grid {
    align-items: start;
}

.ticket-card {
    height: auto;
    align-self: start;
}

.ticket-card-group {
    min-width: 0;
    align-self: start;
}

.ticket-card-group .ticket-card {
    width: 100%;
    height: auto;
}

.ticket-note {
    margin: 8px 4px 0;
    color: #e84545;
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .ticket-note {
        margin-top: 7px;
        font-size: 12px;
    }
}

/* Narrow-screen information heading */
@media (max-width: 330px) {
    .info-card h3 {
        font-size: 20px;
        overflow-wrap: anywhere;
    }
}
