body {
    background: #000;
    color: #fff;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W4', 'Yu Gothic', YuGothic, Meiryo, sans-serif;
}

.archive {
    background: #282828;
    border-left: 6px solid #717171;
    border-right: 6px solid #717171;
    box-sizing: border-box;
    max-width: 760px;
    padding: 56px 40px 64px;
}

.archive__header {
    border-bottom: 0;
    padding-bottom: 34px;
}

.archive__eyebrow {
    color: #f5a200;
    font-family: 'Alternate Gothic No3 D', 'Arial Narrow', Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .18em;
    margin-bottom: 20px;
}

.archive h1 {
    color: #fff;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W6', 'Yu Gothic', YuGothic, Meiryo, sans-serif;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: .01em;
    margin-bottom: 18px;
}

.archive__lead {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .025em;
    line-height: 1.8;
    white-space: normal;
}

.event-list {
    column-gap: 20px;
}

.event-card {
    border-bottom: 0;
}

.event-card__link {
    padding: 22px 0 24px;
}

.event-card__visual {
    box-shadow: none;
}

.event-card__link:hover .event-card__visual {
    box-shadow: none;
    opacity: .76;
    transform: none;
}

.event-card__link--static:hover .event-card__visual {
    opacity: 1;
}

.event-card__info {
    border-left-color: rgba(255, 255, 255, .78);
    column-gap: 12px;
    margin-top: 14px;
    padding: 0 4px 0 12px;
}

.event-card time {
    color: #f5a200;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
}

.event-card__place {
    color: #fff;
    font-size: 9px;
    letter-spacing: .02em;
}

.event-card h2 {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .015em;
    line-height: 1.55;
    margin-top: 9px;
}

.event-card__more {
    color: #f5a200;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .06em;
    margin-top: 12px;
}

.archive__footer a:hover,
.archive__footer a:focus-visible {
    border-color: #f5a200;
    color: #f5a200;
    outline: none;
}

.page-underlay-home {
    bottom: 0;
    display: block;
    position: fixed;
    top: 0;
    width: max(calc((100vw - 760px) / 2), 0px);
    z-index: 2;
}

.page-underlay-home--left { left: 0; }
.page-underlay-home--right { right: 0; }
.mobile-home-link { display: none; }

@media screen and (max-width: 760px) {
    .archive {
        border-left: 0;
        border-right: 0;
        padding: 48px 22px 42px;
    }

    .page-underlay-home {
        display: none;
    }

    .archive h1 {
        font-size: 34px;
    }

    .event-card__link {
        padding: 30px 0 32px;
    }

    .event-card time {
        font-size: 13px;
    }

    .event-card h2 {
        font-size: 16px;
    }

    .archive__footer .mobile-home-link {
        display: inline-block;
    }
}
