
.companyPage {
    --company-rule: rgba(17, 17, 17, .1);
    --company-block-end-space: clamp(17px, 2.4vw, 28px);
}

.companyPage .hero h1 + .companyHeroName {
    margin: 14px 0 0;
    font-size: clamp(17px, 1.5vw, 20px);
    font-weight: 600;
    line-height: 1.35;
    color: rgba(17, 17, 17, .88);
}

.companyLead {
    max-width: 44em;
    margin: 0 0 clamp(32px, 4.5vw, 52px);
}

.companyLead p {
    margin: 0 0 1.1em;
    color: var(--muted);
    font-size: clamp(14px, 1.35vw, 16px);
    line-height: 1.85;
}

.companyLead p:last-child {
    margin-bottom: 0;
}

.companyStore {
    margin-bottom: clamp(32px, 4.5vw, 48px);
    padding-bottom: clamp(32px, 4.5vw, 48px);
    border-bottom: 1px solid var(--company-rule);
}

.companyGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 5vw, 56px);
    padding-bottom: clamp(36px, 5vw, 52px);
    margin-bottom: clamp(4px, 1vw, 8px);
    border-bottom: 1px solid var(--company-rule);
}

.companyCard {
    border: none;
    border-radius: 0;
    padding: 0;
    background: transparent;
}

@media (min-width: 861px) {
    .companyGrid > .companyCard:first-child {
        padding-right: clamp(20px, 3vw, 40px);
        border-right: 1px solid var(--company-rule);
    }
}

.companyCard__title {
    margin: 0 0 clamp(14px, 2vw, 20px);
    font-family: "Inter", system-ui, sans-serif;
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, .45);
    font-weight: 600;
}

.companyDl {
    margin: 0;
    display: grid;
    gap: clamp(14px, 2vw, 20px);
}

.companyDl__row dt {
    margin: 0 0 .28em;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, .45);
    font-weight: 600;
}

.companyDl__row dd {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(17, 17, 17, .9);
}

.companyExternalLink {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    color: rgba(17, 17, 17, .72);
    text-decoration: none;
    transition: color .2s ease;
}

.companyExternalLink__text {
    word-break: break-all;
}

.companyExternalLink__icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(17, 17, 17, .06);
    color: rgba(17, 17, 17, .55);
}

.companyExternalLink__icon svg {
    width: 12px;
    height: 12px;
}

@media (hover: hover) {
    .companyExternalLink:hover {
        color: rgba(17, 17, 17, .92);
    }

    .companyExternalLink:hover .companyExternalLink__icon {
        background: rgba(17, 17, 17, .1);
        color: rgba(17, 17, 17, .72);
    }
}

.companySection {
    margin-top: 0;
    padding-top: clamp(40px, 5vw, 60px);
    padding-bottom: var(--company-block-end-space);
    border-top: 1px solid var(--company-rule);
}

.companyGrid + .companySection {
    border-top: none;
}

.companySectionTitle {
    margin: 0 0 clamp(14px, 2vw, 20px);
    font-family: "Inter", system-ui, sans-serif;
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, .45);
    font-weight: 600;
}

.companyList {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 11px;
}

.companyList li {
    position: relative;
    padding-left: 14px;
    color: rgba(17, 17, 17, .82);
    line-height: 1.65;
}

.companyList li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(17, 17, 17, .22);
}

.companyPermitGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 4vw, 48px);
}

.companyPermitCard {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}

@media (min-width: 861px) {
    .companyPermitGrid > .companyPermitCard:first-child {
        padding-right: clamp(20px, 3vw, 40px);
        border-right: 1px solid var(--company-rule);
    }
}

.companyPermitNo {
    margin: 0 0 10px;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.55;
    color: rgba(17, 17, 17, .9);
}

.companyPermitBody {
    margin: 0;
    font-size: 14px;
    line-height: 1.74;
    color: var(--muted);
}

.companyFactBox {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    max-width: 36em;
}

.companyFactGrid {
    display: grid;
    gap: 0;
}

.companyFactLine {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 18px;
    padding: clamp(13px, 1.8vw, 17px) 0;
    border-bottom: 1px solid rgba(17, 17, 17, .08);
}

.companyFactGrid > .companyFactLine:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.companyFactGrid > .companyFactLine:first-child {
    padding-top: 2px;
}

.companyFactLabel {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 11px;
    letter-spacing: .06em;
    color: rgba(17, 17, 17, .48);
    min-width: 7.5em;
}

.companyFactVal {
    margin: 0;
    flex: 1 1 auto;
    color: rgba(17, 17, 17, .88);
}

.companySupplierText {
    margin: 0;
    max-width: 64em;
    font-size: 14px;
    line-height: 1.92;
    color: rgba(17, 17, 17, .82);
}

@media (max-width: 860px) {
    .companyGrid,
    .companyPermitGrid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .companyGrid > .companyCard:first-child {
        padding-right: 0;
        border-right: none;
        padding-bottom: clamp(28px, 4vw, 40px);
        margin-bottom: clamp(28px, 4vw, 40px);
        border-bottom: 1px solid var(--company-rule);
    }

    .companyPermitGrid > .companyPermitCard:first-child {
        padding-right: 0;
        border-right: none;
        padding-bottom: clamp(26px, 3.8vw, 36px);
        margin-bottom: clamp(26px, 3.8vw, 36px);
        border-bottom: 1px solid var(--company-rule);
    }

    .companyPermitGrid > .companyPermitCard:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
}

.companyPage .fade-reveal {
    opacity: 0;
    transition: opacity .7s ease;
}

.companyPage .fade-reveal.is-visible {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .companyPage .fade-reveal {
        opacity: 1;
        transition: none;
    }
}

.companyPage .thermalBackWrap {
    margin: clamp(40px, 5vw, 56px) 0 0;
    padding-top: 0;
    text-align: center;
}

.eventPage {
    display: grid;
    gap: 22px;
}

.eventCard {
    border: 1px solid rgba(17, 17, 17, .12);
    border-radius: 16px;
    background: #fff;
    padding: 18px;
    display: grid;
    gap: 10px;
}

.eventCard__tag {
    width: fit-content;
    font-size: 12px;
    letter-spacing: .08em;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(17, 17, 17, .12);
}

.eventCard__tag--open {
    color: #1f6f2f;
    border-color: rgba(31, 111, 47, .35);
    background: rgba(31, 111, 47, .08);
}

.eventCard__tag--booked {
    color: #a33;
    border-color: rgba(170, 51, 51, .35);
    background: rgba(170, 51, 51, .08);
}

.eventCard--booked {
    background: #fafafa;
}

.eventCard__date {
    font-family: "Inter", sans-serif;
    color: rgba(17, 17, 17, .62);
    font-size: 14px;
}

.eventCard h2 {
    margin: 0;
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 600;
}

.eventCard__time {
    color: rgba(17, 17, 17, .72);
    font-size: 15px;
}

.eventCard__cta {
    width: fit-content;
    border: 1px solid rgba(17, 17, 17, .12);
    border-radius: 999px;
    padding: 10px 16px;
    text-decoration: none;
    color: #111;
    font-weight: 600;
    transition: background-color .22s ease, color .22s ease, border-color .22s ease;
}

.eventCard__cta:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}

.eventCard__closed {
    margin: 0;
    width: fit-content;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(17, 17, 17, .55);
}

.emptyMessage {
    margin: 16px 0 0;
    color: rgba(17, 17, 17, .62);
    font-size: 15px;
}

@media (max-width: 760px) {
    .eventCard {
        border-radius: 14px;
        padding: 16px;
    }
}

.eventCatalogSection {
    margin-bottom: clamp(40px, 6vw, 64px);
}

.eventCatalogSection__title {
    margin: 0 0 18px;
    font-size: clamp(20px, 2.4vw, 26px);
    font-weight: 600;
}

.eventCatalogGrid {
    display: grid;
    gap: 18px;
}

.eventCatalogCard {
    display: grid;
    grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    border: 1px solid rgba(17, 17, 17, .12);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: border-color .22s ease, box-shadow .22s ease;
}

.eventCatalogCard:hover {
    border-color: rgba(17, 17, 17, .24);
    box-shadow: 0 10px 28px rgba(17, 17, 17, .06);
}

.eventCatalogCard__media {
    position: relative;
    aspect-ratio: 1920 / 1280;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #eceae6;
}

.eventCatalogCard__media:not(.eventCatalogCard__media--blank)::after {
    content: none;
}

.eventCatalogCard__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
    transform: scale(1.08);
    transform-origin: 70% center;
}

.eventCatalogCard__schedule {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 7px 15px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.2;
    color: rgba(255, 255, 255, .95);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .92);
    text-shadow: none;
}

.eventCatalogCard__media--blank .eventCatalogCard__schedule {
    color: rgba(17, 17, 17, .78);
    border-color: rgba(17, 17, 17, .28);
}

.eventCatalogCard__copy {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 2;
    display: grid;
    gap: 7px;
    max-width: calc(100% - 24px);
}

.eventCatalogCard__copy .eventCatalogCard__title {
    margin: 0;
    font-size: clamp(15px, 1.8vw, 18px);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .02em;
    color: #fff;
    text-shadow: none;
}

.eventCatalogCard__subtitleEn {
    margin: 0;
    font-family: "Inter", system-ui, sans-serif;
    font-size: clamp(7px, 0.9vw, 9px);
    font-weight: 500;
    letter-spacing: .22em;
    text-transform: uppercase;
    line-height: 1.2;
    color: rgba(255, 255, 255, .82);
    text-shadow: none;
}

.eventCatalogCard__media--blank .eventCatalogCard__copy {
    position: static;
    place-self: center;
    text-align: center;
    padding: 0 18px;
}

.eventCatalogCard__media--blank .eventCatalogCard__copy .eventCatalogCard__title {
    color: rgba(17, 17, 17, .78);
}

.eventCatalogCard__media--blank .eventCatalogCard__subtitleEn {
    color: rgba(17, 17, 17, .5);
    text-shadow: none;
}

.eventCatalogCard__media--blank {
    background: linear-gradient(135deg, #d8d5d0 0%, #eceae6 48%, #d0cdc8 100%);
}

.eventCatalogCard__placeholderTitle {
    padding: 0 18px;
    text-align: center;
    font-size: clamp(15px, 1.8vw, 18px);
    font-weight: 600;
    line-height: 1.45;
    color: rgba(17, 17, 17, .72);
}

.eventCatalogCard__body {
    padding: 18px 18px 18px 0;
    display: grid;
    gap: 10px;
    align-content: center;
}

.eventCatalogCard__title {
    margin: 0;
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 600;
}

.eventCatalogCard__summary {
    margin: 0;
    color: rgba(17, 17, 17, .68);
    font-size: 15px;
    line-height: 1.75;
}

.eventSlotsSection {
    margin-top: clamp(8px, 2vw, 16px);
}

.eventSlotsSection__title {
    margin: 0 0 18px;
    font-size: clamp(20px, 2.4vw, 26px);
    font-weight: 600;
}

.eventDetailPage .perfDetailContent {
    background: #f7f6f4;
    overflow-x: hidden;
}

.eventDetailHero {
    width: 100%;
    background: linear-gradient(135deg, #eceae6 0%, #ffffff 42%, #ffffff 58%, #e8e6e2 100%);
    margin-bottom: clamp(28px, 4vw, 40px);
}

.eventDetailHero__inner {
    width: 100%;
    max-width: 1100px;
    margin-inline: auto;
}

.eventDetailHero__media {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 1280;
    overflow: hidden;
    background: #eceae6;
}

.eventDetailHero__media:not(.eventDetailHero__media--blank)::after {
    content: none;
}

.eventDetailHero__media--blank {
    background: linear-gradient(135deg, #d8d5d0 0%, #eceae6 48%, #d0cdc8 100%);
}

.eventDetailHero__title {
    margin: 0;
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: .02em;
    color: rgba(17, 17, 17, .78);
}

.eventDetailHero__copy {
    position: absolute;
    bottom: clamp(16px, 3vw, 28px);
    left: clamp(16px, 3vw, 28px);
    z-index: 2;
    display: grid;
    gap: 10px;
    max-width: calc(100% - clamp(32px, 6vw, 56px));
}

.eventDetailHero__media:not(.eventDetailHero__media--blank) .eventDetailHero__title {
    color: #fff;
    font-size: clamp(22px, 3.4vw, 34px);
    text-shadow: none;
}

.eventDetailHero__subtitleEn {
    margin: 0;
    font-family: "Inter", system-ui, sans-serif;
    font-size: clamp(9px, 1.15vw, 11px);
    font-weight: 500;
    letter-spacing: .26em;
    text-transform: uppercase;
    line-height: 1.2;
    color: rgba(255, 255, 255, .84);
    text-shadow: none;
}

.eventDetailHero__media--blank .eventDetailHero__copy {
    position: static;
    padding: clamp(28px, 5vw, 48px) clamp(16px, 3vw, 28px);
}

.eventDetailHero__media--blank .eventDetailHero__subtitleEn {
    color: rgba(17, 17, 17, .5);
    text-shadow: none;
}

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

.eventDetailHero__schedule {
    position: absolute;
    top: clamp(12px, 2vw, 18px);
    left: clamp(12px, 2vw, 18px);
    z-index: 2;
    padding: 7px 15px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.2;
    color: rgba(255, 255, 255, .95);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .92);
    text-shadow: none;
}

.eventDetailHero__media--blank .eventDetailHero__schedule {
    color: rgba(17, 17, 17, .78);
    border-color: rgba(17, 17, 17, .28);
}

@media (min-width: 861px) {
    .eventDetailHero__schedule {
        padding: 9px 18px;
        font-size: 15px;
    }
}

.eventDetailHero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.eventDetailContent {
    max-width: none;
}

.eventDetailLayout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(24px, 4vw, 40px);
    align-items: stretch;
}

.eventDetailMain {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.eventDetailIntro {
    flex: 1 1 auto;
    display: grid;
    gap: 0;
}

.eventDetailVenue {
    margin: 0;
    height: 100%;
    padding: clamp(22px, 3vw, 28px);
    border: 1px solid rgba(17, 17, 17, .1);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(17, 17, 17, .04), 0 12px 32px rgba(17, 17, 17, .04);
}

.eventDetailVenue__eyebrow {
    margin: 0 0 10px;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1;
    color: rgba(17, 17, 17, .42);
}

.eventDetailVenue__title {
    margin: 0 0 14px;
    font-size: clamp(17px, 2vw, 20px);
    font-weight: 600;
    line-height: 1.35;
    color: rgba(17, 17, 17, .9);
}

.eventDetailVenue__store {
    margin: 0 0 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: rgba(17, 17, 17, .72);
}

.eventDetailVenue__address {
    margin: 0;
    font-style: normal;
}

.eventDetailVenue__zip {
    margin: 0 0 6px;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.4;
    color: rgba(17, 17, 17, .5);
}

.eventDetailVenue__street {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
    color: rgba(17, 17, 17, .82);
    line-break: strict;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.eventDetailVenue__phone {
    margin-top: clamp(18px, 2.5vw, 22px);
    padding-top: clamp(18px, 2.5vw, 22px);
    border-top: 1px solid rgba(17, 17, 17, .08);
}

.eventDetailVenue__phoneLabel {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: rgba(17, 17, 17, .48);
}

.eventDetailVenue__phoneNum {
    margin: 0;
    font-family: "Inter", system-ui, sans-serif;
    font-size: clamp(22px, 2.6vw, 28px);
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.15;
    color: rgba(17, 17, 17, .9);
}

.eventDetailVenue__phoneNum a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.eventDetailVenue__phoneNum a:hover {
    color: var(--ui-blue);
}

.eventDetailVenue__phoneNote {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.65;
    color: rgba(17, 17, 17, .48);
}

.eventDetailVenue__access {
    margin: 18px 0 0;
}

.eventDetailVenue__access a {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: rgba(17, 17, 17, .52);
    text-decoration: none;
    border-bottom: 1px solid rgba(17, 17, 17, .16);
    padding-bottom: 2px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.eventDetailVenue__access a:hover {
    color: rgba(17, 17, 17, .78);
    border-bottom-color: rgba(17, 17, 17, .32);
}

.eventDetailEyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 24px;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.24em;
    font-weight: 600;
    color: #9a9a9a;
}

.eventDetailEyebrow::after {
    content: "";
    flex: 0 0 48px;
    width: 48px;
    height: 1px;
    background: #d8d8d8;
}

.eventDetailCopy {
    max-width: none;
    font-size: clamp(15px, 1.5vw, 16px);
    line-height: 1.95;
    color: rgba(17, 17, 17, .72);
    line-break: strict;
    word-break: keep-all;
    overflow-wrap: anywhere;
    text-wrap: pretty;
}

.eventDetailLead {
    margin: 0;
}

.eventDetailBody {
    margin: 0;
}

.eventDetailBody p {
    margin: 1em 0 0;
}

.eventDetailActions {
    flex: 0 0 auto;
    margin-top: auto;
    padding-top: clamp(28px, 4vw, 40px);
}

.eventDetailCta {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: clamp(200px, 22vw, 260px);
    padding: 14px 22px 13px;
    border-radius: 999px;
    border: 1px solid rgba(61, 106, 226, .22);
    background: rgba(61, 106, 226, .04);
    color: #111;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    transition: background-color .28s ease, border-color .28s ease, color .28s ease, transform .28s ease;
}

.eventDetailCta__en {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
    line-height: 1.2;
    color: rgba(61, 106, 226, .62);
}

.eventDetailCta__ja {
    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1.35;
    color: rgba(17, 17, 17, .82);
}

@media (hover: hover) and (pointer: fine) {
    .eventDetailCta:hover {
        background: rgba(61, 106, 226, .1);
        border-color: rgba(61, 106, 226, .38);
        color: #111;
        transform: translateY(-1px);
    }

    .eventDetailCta:hover .eventDetailCta__en {
        color: rgba(61, 106, 226, .82);
    }

    .eventDetailCta:hover .eventDetailCta__ja {
        color: #111;
    }
}

.eventDetailCta:active {
    background: rgba(61, 106, 226, .14);
    border-color: rgba(61, 106, 226, .42);
    transform: scale(0.98);
    transition-duration: .1s;
}

.eventDetailCta:focus-visible {
    outline: 2px solid rgba(61, 106, 226, .28);
    outline-offset: 3px;
}

.eventDetailBackWrap {
    margin: clamp(56px, 7vw, 80px) 0 0;
    text-align: center;
}

.eventDetailBackWrap .backToHub.thermalBack {
    border: none;
    border-bottom: 1px solid rgba(17, 17, 17, .14);
    border-radius: 0;
    background: transparent;
    min-width: 0;
    padding: 8px 0 12px;
}

@media (hover: hover) and (pointer: fine) {
    .eventDetailBackWrap .backToHub.thermalBack:hover {
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(17, 17, 17, .28);
        color: #111;
        transform: none;
    }

    .eventDetailBackWrap .backToHub.thermalBack:hover .thermalBack__en,
    .eventDetailBackWrap .backToHub.thermalBack:hover .thermalBack__ja {
        color: rgba(17, 17, 17, .55);
    }
}

.eventDetailBackWrap .backToHub.thermalBack:active {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(17, 17, 17, .28);
    color: #111;
    transform: none;
}

.eventDetailBackWrap .backToHub.thermalBack:active .thermalBack__en,
.eventDetailBackWrap .backToHub.thermalBack:active .thermalBack__ja {
    color: rgba(17, 17, 17, .55);
}

@media (max-width: 900px) {
    .eventDetailLayout {
        display: flex;
        flex-direction: column;
        gap: clamp(24px, 4vw, 40px);
    }

    .eventDetailMain {
        display: contents;
    }

    .eventDetailIntro {
        order: 1;
    }

    .eventDetailVenue {
        order: 2;
        height: auto;
        margin-top: clamp(20px, 5vw, 36px);
    }

    .eventDetailActions {
        order: 3;
        margin-top: 0;
        padding-top: 0;
    }
}

@media (max-width: 760px) {
    .eventDetailActions {
        display: flex;
        justify-content: center;
        margin-top: clamp(44px, 10vw, 56px);
    }

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

    .eventCatalogCard__body {
        padding: 0 16px 16px;
    }
}

.newsPage .news {
    display: block;
}

.newsPage .newsList {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
}

.newsListItem {
    margin: 0;
}

.newsListItem__link {
    display: flex;
    align-items: stretch;
    min-height: 200px;
    height: 200px;
    border: 1px solid rgba(17, 17, 17, .12);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.newsListItem__media {
    position: relative;
    flex: 0 0 300px;
    width: 300px;
    height: 100%;
    overflow: hidden;
    background: rgba(17, 17, 17, .03);
}

.newsListItem__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.newsListItem__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    padding: 20px 24px;
}

.newsListItem__date {
    margin: 0;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 11px;
    letter-spacing: .08em;
    color: rgba(17, 17, 17, .56);
}

.newsListItem__title {
    margin: 0;
    font-size: clamp(15px, 1.6vw, 17px);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .02em;
}

@media (hover: hover) and (pointer: fine) {
    .newsListItem__link:hover {
        border-color: rgba(17, 17, 17, .2);
        box-shadow: 0 6px 20px rgba(17, 17, 17, .06);
    }

    .newsListItem__link:hover .newsListItem__title {
        color: rgba(17, 17, 17, .82);
    }
}

@media (max-width: 768px) {
    .newsListItem__link {
        min-height: 132px;
        height: 132px;
    }

    .newsListItem__media {
        flex-basis: 198px;
        width: 198px;
    }

    .newsListItem__body {
        padding: 14px 16px;
        gap: 8px;
    }

    .newsListItem__title {
        font-size: 14px;
        line-height: 1.45;
    }
}

@media (max-width: 480px) {
    .newsListItem__link {
        min-height: 112px;
        height: 112px;
    }

    .newsListItem__media {
        flex-basis: 168px;
        width: 168px;
    }

    .newsListItem__body {
        padding: 12px 14px;
    }

    .newsListItem__title {
        font-size: 13px;
    }
}

.news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.newsCard {
    border: 1px solid rgba(17, 17, 17, .12);
    border-radius: 18px;
    padding: 22px 20px;
    background: #fff;
}

.newsCard--hasMedia {
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.newsCard__media {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 0;
}

.newsCard__img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.newsCard__body {
    padding: 16px 6px 20px;
}

.newsCard--hasMedia .newsCard__body {
    padding-left: 14px;
}

@media (max-width: 768px) {
    .newsCard--hasMedia .newsCard__body {
        padding-top: 12px;
    }
}

.newsCard p.newsCard__more {
    margin: 24px 0 0;
}

.newsCard__moreLink {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.newsCard__moreLink::before {
    content: "READ MORE";
    font-family: "Inter", system-ui, sans-serif;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .16em;
    line-height: 1.2;
    color: rgba(17, 17, 17, .42);
    transition: color .2s ease;
}

.newsCard__moreLabel {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(17, 17, 17, .22);
    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 1.35;
    transition: color .2s ease, border-color .2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .newsCard__moreLink:hover::before {
        color: rgba(17, 17, 17, .58);
    }

    .newsCard__moreLink:hover .newsCard__moreLabel {
        border-bottom-color: #111;
    }
}

.newsMain {
    max-width: 1100px;
    padding-bottom: clamp(48px, 7vw, 80px);
}

.newsPage .thermalBackWrap {
    margin: clamp(40px, 5vw, 56px) 0 0;
    padding-top: 0;
    text-align: center;
}

.newsCard__date {
    margin: 0 0 10px;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 11px;
    letter-spacing: .08em;
    color: rgba(17, 17, 17, .56);
}

.newsCard h2 {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.45;
}

.newsCard p {
    margin: 0;
    color: rgba(17, 17, 17, .68);
    font-size: 13px;
}

@media (max-width: 900px) {
    .news {
        grid-template-columns: 1fr;
    }
}

.newsDetailMain {
    padding-bottom: clamp(48px, 7vw, 80px);
}

.newsDetail {
    max-width: 720px;
    margin: 0 auto;
}

.newsDetail__eyebrow {
    margin: 0 0 12px;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, .42);
}

.newsDetail__date {
    display: block;
    margin: 0 0 14px;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 13px;
    letter-spacing: .08em;
    color: rgba(17, 17, 17, .56);
}

.newsDetail__title {
    margin: 0 0 clamp(22px, 3vw, 30px);
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: .02em;
}

.newsDetail__media {
    margin: 0 0 clamp(24px, 3.5vw, 32px);
}

.newsDetail__rotator {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(17, 17, 17, .1);
    background: rgba(17, 17, 17, .02);
}

.newsDetail__img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
    transition: opacity .7s ease;
}

.newsDetail__img.is-active {
    opacity: 1;
}

.newsDetail__body {
    font-size: 15px;
    line-height: 1.9;
    color: rgba(17, 17, 17, .82);
}

.newsDetail__body p {
    margin: 0 0 1.2em;
}

.newsDetail__body p:last-child {
    margin-bottom: 0;
}

.newsDetail__actions {
    margin-top: clamp(32px, 4vw, 44px);
    padding-top: clamp(24px, 3.5vw, 32px);
    border-top: 1px solid rgba(17, 17, 17, .1);
    text-align: center;
}

.newsDetail__accessLink {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.newsDetail__accessEn {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .16em;
    line-height: 1.2;
    color: rgba(17, 17, 17, .42);
    transition: color .2s ease;
}

.newsDetail__accessLabel {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(17, 17, 17, .22);
    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 1.35;
    color: #111;
    transition: border-color .2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .newsDetail__accessLink:hover .newsDetail__accessEn {
        color: rgba(17, 17, 17, .58);
    }

    .newsDetail__accessLink:hover .newsDetail__accessLabel {
        border-bottom-color: #111;
    }
}

.newsDetailPage .thermalBackWrap {
    margin: clamp(56px, 7vw, 72px) 0 0;
    padding-top: 0;
    text-align: center;
}

.newsDetailPage .fade-reveal {
    opacity: 0;
    transition: opacity .7s ease;
    will-change: opacity;
}

.newsDetailPage .fade-reveal.is-visible {
    opacity: 1;
    will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
    .newsDetailPage .fade-reveal {
        opacity: 1;
        transition: none;
    }
}

.legal {
    max-width: 720px;
}

.legal__meta {
    margin: 0 0 28px;
    font-size: 13px;
    color: rgba(17, 17, 17, .55);
    line-height: 1.7;
}

.legal h2 {
    margin: 36px 0 14px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

.legal h2:first-of-type {
    margin-top: 0;
}

.legal p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.85;
    color: rgba(17, 17, 17, .82);
}

.legal ul {
    margin: 0 0 14px;
    padding-left: 1.25em;
    font-size: 14px;
    line-height: 1.85;
    color: rgba(17, 17, 17, .82);
}

.legal li {
    margin-bottom: 6px;
}

.sitemapGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 32px 40px;
}

.sitemapBlock h2 {
    margin: 0 0 14px;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, .48);
    font-weight: 600;
}

.sitemapBlock ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.sitemapBlock a {
    color: rgba(17, 17, 17, .88);
    border-bottom: 1px solid transparent;
    transition: color .2s ease, border-color .2s ease;
}

.sitemapBlock a:hover {
    color: var(--ui-blue);
    border-bottom-color: rgba(47, 91, 255, .35);
}

.sitemapBlock .note {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(17, 17, 17, .52);
}

.perfDetail--thermal .thermalSection__intro--narrow.seismicCriteriaIntro {
    max-width: 48em;
}

.perfDetail--thermal .seismicIntroIndent {
    padding-left: clamp(10px, 1.8vw, 22px);
}

.perfDetail--thermal .ua-chart-header {
    margin-bottom: 38px;
}

.perfDetail--thermal .ua-chart-header h3 {
    font-size: clamp(22px, 2.1vw, 28px);
}

.perfDetail--thermal .ua-bar {
    height: 38px;
}

.perfDetail--thermal .ua-bar-wrap {
    min-height: 38px;
}

.perfDetail--thermal .ua-chart-row.is-current .ua-value {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.perfDetail--thermal .ua-chart-section.seismicGradeChartSection {
    padding-top: 12px;
}

@media (max-width: 768px) {
    .perfDetail--thermal .ua-chart-section.seismicGradeChartSection {
        margin-top: 32px;
        padding-top: 34px;
    }

    .perfDetail--thermal .ua-chart-header {
        margin-bottom: 18px;
    }
}

.accessPage .heroLead {
    line-height: 1.85;
}

.accessPage .fade-reveal {
    opacity: 0;
    transition: opacity .7s ease;
    will-change: opacity;
}

.accessPage .fade-reveal.is-visible {
    opacity: 1;
    will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
    .accessPage .fade-reveal {
        opacity: 1;
        transition: none;
    }
}

.accessMain {
    padding-bottom: clamp(48px, 7vw, 80px);
}

.accessSection {
    margin-bottom: clamp(40px, 5.5vw, 64px);
}

.accessSection:last-of-type {
    margin-bottom: 0;
}

.accessPage .thermalBackWrap {
    margin: clamp(40px, 5vw, 56px) 0 0;
    padding-top: 0;
    text-align: center;
}

.accessSectionTitle {
    margin: 0 0 clamp(16px, 2.2vw, 22px);
    font-family: "Inter", system-ui, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, .45);
}

.accessCard {
    max-width: 600px;
    padding: clamp(22px, 3vw, 30px) clamp(24px, 3.2vw, 32px);
    border: 1px solid rgba(17, 17, 17, .1);
    border-radius: 12px;
    background: rgba(17, 17, 17, .02);
    display: grid;
    gap: clamp(22px, 3vw, 28px);
}

.accessCard__location {
    font-style: normal;
    margin: 0;
}

.accessCard__zip {
    margin: 0 0 8px;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1.4;
    color: rgba(17, 17, 17, .55);
}

.accessCard__street {
    margin: 0;
    font-size: clamp(15px, 1.45vw, 17px);
    font-weight: 600;
    line-height: 1.7;
    color: rgba(17, 17, 17, .88);
}

.accessCard__phone {
    padding-top: clamp(18px, 2.4vw, 22px);
    border-top: 1px solid rgba(17, 17, 17, .08);
}

.accessCard__phoneLabel {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.4;
    color: rgba(17, 17, 17, .5);
}

.accessCard__phoneNum {
    margin: 0;
    font-family: "Inter", system-ui, sans-serif;
    font-size: clamp(24px, 2.8vw, 32px);
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1.15;
    color: rgba(17, 17, 17, .9);
}

.accessCard__phoneNum a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}

.accessCard__phoneNum a:hover {
    color: #111;
}

.accessCard__phoneNote {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: .02em;
    color: rgba(17, 17, 17, .48);
}

.accessGallery {
    margin: 0;
    max-width: 600px;
}

.accessVisualGrid {
    display: grid;
    gap: clamp(32px, 4vw, 48px);
    margin-bottom: clamp(40px, 5.5vw, 64px);
    max-width: calc(600px * 2 + clamp(18px, 2vw, 28px));
}

.accessVisualGrid .accessSection {
    margin-bottom: 0;
}

@media (min-width: 861px) {
    .accessVisualGrid {
        grid-template-columns: minmax(0, 600px) minmax(0, 600px);
        grid-template-rows: auto auto;
        column-gap: clamp(18px, 2vw, 28px);
        row-gap: clamp(12px, 1.4vw, 16px);
        align-items: stretch;
    }

    .accessSection--gallery,
    .accessSection--map {
        display: contents;
    }

    .accessSection--gallery .accessSectionTitle {
        grid-column: 1;
        grid-row: 1;
    }

    .accessSection--gallery .accessGallery {
        grid-column: 1;
        grid-row: 2;
        max-width: 600px;
        margin: 0;
    }

    .accessSection--map .accessSectionTitle {
        grid-column: 2;
        grid-row: 1;
    }

    .accessSection--map .accessMap {
        grid-column: 2;
        grid-row: 2;
        max-width: 600px;
    }

    .accessSection--map .accessMap__iframe {
        aspect-ratio: 3 / 2;
        min-height: 0;
    }

    .accessGallery__rotator {
        width: 100%;
        min-height: 0;
    }
}

.accessGallery__rotator {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(17, 17, 17, .1);
    background: rgba(17, 17, 17, .02);
    aspect-ratio: 3 / 2;
}

.accessGallery__img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
    transition: opacity .7s ease;
}

.accessGallery__img.is-active {
    opacity: 1;
}

.accessMap {
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, .1);
    border-radius: 12px;
    background: rgba(17, 17, 17, .03);
}

.accessMap__iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: 280px;
    border: 0;
}

.accessList {
    margin: 0;
    padding: clamp(22px, 3vw, 30px) clamp(24px, 3.2vw, 32px);
    list-style: none;
    border: 1px solid rgba(17, 17, 17, .1);
    border-radius: 12px;
    background: rgba(17, 17, 17, .02);
    display: grid;
    gap: 14px;
}

.accessList li {
    position: relative;
    padding-left: 14px;
    font-size: clamp(14px, 1.35vw, 16px);
    line-height: 1.75;
    color: rgba(17, 17, 17, .82);
}

.accessList li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(17, 17, 17, .28);
}

.accessRouteGrid {
    display: grid;
    gap: clamp(24px, 3.2vw, 36px);
    align-items: start;
    max-width: 1450px;
    padding: clamp(22px, 3vw, 30px) clamp(24px, 3.2vw, 32px);
    border: 1px solid rgba(17, 17, 17, .1);
    border-radius: 12px;
    background: rgba(17, 17, 17, .02);
}

.accessRouteGrid__copy {
    display: grid;
    gap: clamp(24px, 3vw, 32px);
}

.accessRouteBlock__title {
    margin: 0 0 clamp(12px, 1.6vw, 16px);
    font-size: clamp(14px, 1.35vw, 16px);
    font-weight: 600;
    line-height: 1.5;
    color: rgba(17, 17, 17, .88);
}

.accessRouteBlock__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.accessRouteBlock__list li {
    position: relative;
    padding-left: 14px;
    font-size: clamp(14px, 1.35vw, 16px);
    line-height: 1.75;
    color: rgba(17, 17, 17, .82);
}

.accessRouteBlock__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(17, 17, 17, .28);
}

.accessRouteBlock__text {
    margin: 0;
    font-size: clamp(14px, 1.35vw, 16px);
    line-height: 1.75;
    color: rgba(17, 17, 17, .82);
}

.accessRouteGrid__figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.accessRouteGrid__figureLabel {
    margin: 0 0 clamp(10px, 1.4vw, 14px);
    font-family: "Inter", system-ui, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, .45);
}

.accessRouteGrid__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (min-width: 861px) {
    .accessRouteGrid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        column-gap: clamp(28px, 3.2vw, 44px);
        align-items: center;
    }

    .accessRouteGrid__figure {
        align-self: stretch;
    }
}

@media (max-width: 560px) {
    .accessMap__iframe {
        aspect-ratio: 4 / 3;
        min-height: 240px;
    }
}

.errorPage .errorPanel {
    max-width: 40em;
    margin: 0 auto;
    padding: clamp(40px, 6vw, 72px) 0 clamp(72px, 9vw, 104px);
    text-align: center;
}

.errorPage .errorPanel__text {
    margin: 0;
    color: var(--muted);
    font-size: clamp(14px, 1.35vw, 16px);
    line-height: 1.85;
}

.errorPage .errorPanel__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(14px, 2.4vw, 20px);
    margin-top: clamp(28px, 4vw, 40px);
}

.errorPage .errorPanel__actions .backToHub.thermalBack {
    margin-top: 0;
}

.errorPage .errorPanel__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 4px;
    color: rgba(17, 17, 17, .72);
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .04em;
    text-decoration: underline;
    text-underline-offset: .18em;
    transition: color .2s ease;
}

.errorPage .errorPanel__link:hover {
    color: #111;
}

@media (max-width: 640px) {
    .errorPage .errorPanel {
        padding-left: 20px;
        padding-right: 20px;
    }
}
