.location-lp [hidden] { display: none !important; }
.location-lp .location-hero {
    background: #faf8f1;
    isolation: isolate;
    position: relative;
}
.location-hero__artwork {
    inset: 0 0 0 38%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.location-hero__artwork img { display: block; height: 100%; object-fit: cover; object-position: 64% center; width: 100%; }
.location-hero__artwork::after {
    background: linear-gradient(90deg, #faf8f1, transparent 28%);
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
}
.location-hero__inner {
    align-items: end;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) 240px;
    min-height: 620px;
    padding-block: 66px 54px;
}
.location-hero__copy { max-width: 640px; }
.location-hero__edition {
    color: var(--minato-teal);
    font-family: 'DM Serif Display', serif;
    font-size: clamp(32px, 4vw, 58px);
    letter-spacing: 0.025em;
    margin-block: 30px 18px !important;
}
.location-hero h1, .location-directory-hero h1, .location-cta h2 {
    color: var(--minato-deep);
    font-family: 'Noto Serif JP', 'Yu Mincho', serif;
    font-size: clamp(32px, 3.6vw, 50px);
    font-weight: 400;
    line-height: 1.5;
    overflow-wrap: anywhere;
}
.location-hero h1 span { font-size: 0.62em; }
.location-lp .location-hero__lead {
    font-size: 16px;
    line-height: 2.1;
    margin-top: 26px;
    max-width: 470px;
}
.location-lp .location-hero__note {
    color: var(--minato-muted);
    font-size: 14px;
    margin-top: 28px;
}
.location-hero__card {
    background: rgb(255 254 250 / 95%);
    border: 1px solid #fff;
    box-shadow: 0 12px 48px rgb(42 76 86 / 6%);
    padding: 28px;
}
.location-hero__card p { color: var(--minato-muted); font-size: 14px; letter-spacing: 0.18em; }
.location-hero__card strong { color: var(--minato-deep); display: block; font-size: 48px; font-weight: 500; line-height: 1.5; }
.location-hero__card small { font-size: 16px; margin-left: 8px; }
.location-hero__card > span { font-size: 16px; }
.location-hero__card > a { border-top: 1px solid var(--minato-line); display: flex; font-size: 16px; justify-content: space-between; margin-top: 18px; padding-top: 16px; }
.location-stats { border-block: 1px solid var(--minato-line); display: grid; grid-template-columns: repeat(3, 1fr); margin: 42px 0 64px; padding-block: 34px; }
.location-stats > div { padding-inline: 30px; }
.location-stats > div:first-child { padding-left: 0; }
.location-stats > div + div { border-left: 1px solid var(--minato-line); }
.location-stats dt { color: var(--minato-muted); font-size: 16px; }
.location-stats dd { color: var(--minato-deep); font-size: clamp(30px, 3.5vw, 48px); font-weight: 500; letter-spacing: -0.02em; line-height: 1.7; margin: 0; }
.location-stats dd span { font-size: 14px; margin-left: 6px; }
.location-stats .location-stats__range { font-size: clamp(22px, 2.8vw, 38px); line-height: 2.1; }
.location-stats .location-stats__note { color: var(--minato-muted); font-size: 14px; font-weight: 400; letter-spacing: normal; line-height: 1.8; }
.location-market-grid { display: grid; gap: 70px; grid-template-columns: 0.85fr 1.15fr; }
.location-market-copy h3 { color: var(--minato-deep); font-family: 'Noto Serif JP', 'Yu Mincho', serif; font-size: 32px; font-weight: 400; line-height: 1.6; margin-top: 22px; }
.location-market-copy > p:not(.minato-kicker) { font-size: 16px; line-height: 2; margin-top: 24px; max-width: 330px; }
.location-market-copy > p.location-caption { color: var(--minato-muted); font-size: 14px; }
.location-lp .location-source { border-top: 1px solid var(--minato-line); color: var(--minato-muted); font-size: 14px; line-height: 1.9; margin-top: 44px; padding-top: 18px; }
.location-section--mint { background: #eef5f2; }
.location-section--paper { background: #f5f3ed; }
.location-conditions { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); margin-top: 38px; }
.location-condition { background: var(--minato-paper); border: 1px solid transparent; padding: 28px 22px; }
.location-condition:hover { border-color: #8caeaa; }
.location-condition > .lp-icon { color: #347f73; width: 56px; height: 56px; margin-bottom: 26px; }
.location-condition h3 { font-size: 16px; font-weight: 500; }
.location-condition p { color: var(--minato-muted); font-size: 16px; line-height: 1.7; margin-top: 12px; }
.location-condition p .lp-icon { float: right; }
.location-link-grid { display: grid; gap: 0 26px; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; margin: 36px 0 0; padding: 0; }
.location-link-grid a { align-items: center; border-bottom: 1px solid var(--minato-line); display: flex; font-size: 16px; gap: 12px; justify-content: space-between; line-height: 1.65; min-height: 64px; padding: 16px 2px; }
.location-link-grid a:hover { color: #1d5966; background: #eff5f1; }
.location-link-grid a .lp-icon { color: var(--minato-teal); flex-shrink: 0; }
.location-faq-grid { display: grid; gap: 70px; grid-template-columns: 0.85fr 1.15fr; }
.location-faqs details { border-top: 1px solid #d8ded8; }
.location-faqs details:last-child { border-bottom: 1px solid #d8ded8; }
.location-faqs summary { cursor: pointer; font-size: 16px; line-height: 1.8; padding: 23px 8px; }
.location-faqs details p { color: var(--minato-muted); font-size: 16px; line-height: 2; padding: 0 8px 26px; }
.location-cta { background: #e4efec; text-align: center; }
.location-cta .minato-kicker, .location-cta .minato-actions { justify-content: center; }
.location-cta h2 { font-size: clamp(28px, 3.4vw, 42px); margin-block: 24px; }
.location-cta > .minato-shell > p:not(.minato-kicker) { font-size: 16px; line-height: 2; }
.location-empty { background: #f4f7f3; margin-top: 38px; padding: 36px; }
.location-empty h3 { font-size: 18px; font-weight: 500; }
.location-empty p { font-size: 16px; line-height: 2; margin-block: 18px; }
.location-lp .location-directory-hero { --directory-art: url('/img/location-art/directory.webp'); background: linear-gradient(90deg, #faf8f1 15%, rgb(250 248 241 / 85%) 35%, rgb(250 248 241 / 8%) 75%), var(--directory-art) right 64% / cover no-repeat; padding-block: 86px; }
.location-lp .location-directory-hero--stations { --directory-art: url('/img/location-art/station-directory.webp'); }
.location-directory-hero h1 { font-size: clamp(36px, 4vw, 56px); margin-block: 24px; }
.location-directory-hero > .minato-shell > p:last-child { font-size: 16px; line-height: 2; max-width: 520px; }
.location-lp .location-directory-search-band { background: #e7efec; border-block: 1px solid #d1dfd9; padding-block: 26px; }
.location-directory-search { align-items: center; display: grid; gap: 8px 36px; grid-template-columns: 1fr minmax(0, 1.6fr); }
.location-directory-search label { color: var(--minato-deep); display: block; font-size: 17px; font-weight: 600; line-height: 1.8; }
.location-directory-search input { background: #fff; border: 1px solid #b6c9c9; border-radius: 3px; color: var(--minato-ink); font: inherit; min-height: 54px; padding: 14px 18px; width: 100%; }
.location-directory-search input:focus-visible { outline: 3px solid #8ea8a6; outline-offset: 3px; }
.location-directory-search p { color: var(--minato-muted); font-size: 14px; grid-column: 2; min-height: 20px; }
.location-directory-search p:empty { min-height: 0; position: absolute; }
.location-lp .location-directory-results { padding-block: 56px 80px; }
.location-directory-tabs { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 28px; }
.location-directory-tabs a { align-items: center; border: 1px solid #c5d8d2; border-radius: 3px; color: #49665c; display: flex; font-size: 18px; font-weight: 600; gap: 12px; justify-content: center; padding: 18px 12px; }
.location-directory-tabs a:hover { background: #edf4f1; }
.location-directory-tabs a[aria-current="page"] { background: #426c5c; border-color: #426c5c; color: #fff; }
.location-directory-tabs .lp-icon { width: 32px; height: 32px; }
.location-directory-group > .location-link-grid { margin-top: 0; }
.location-directory-group .location-link-grid a { padding-inline: 16px; }
.location-directory-group + .location-directory-group { margin-top: 36px; }
.location-directory-group .location-directory-group-title { align-items: center; background: #edf4f8; border-left: 3px solid #709dad; color: var(--minato-deep); display: flex; font-size: 23px; font-weight: 600; gap: 14px; line-height: 1.6; margin: 0 0 12px; padding: 14px 18px; }
.location-directory-group-title .lp-icon { color: #367898; width: 34px; height: 34px; }
.location-directory-group--prefecture .location-directory-group-title { background: #edf4f1; border-left-color: #83a797; }
.location-directory-group--prefecture .location-directory-group-title .lp-icon { color: #426c5c; }
@media (max-width: 700px) {
    .location-directory-tabs a { font-size: 16px; gap: 8px; padding-block: 16px; }
    .location-directory-group .location-directory-group-title { font-size: 19px; gap: 12px; padding: 12px 14px; }
}
.location-directory-empty { background: #f3f5ef; font-size: 14px; line-height: 2; padding: 30px; }
@media (min-width: 701px) {
    .location-directory-group > .location-link-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1000px) {
    .location-hero__inner { grid-template-columns: minmax(0, 1fr) 200px; gap: 26px; }
    .location-hero__card { padding: 22px; }
    .location-conditions { grid-template-columns: repeat(2, 1fr); }
    .location-market-grid, .location-faq-grid { gap: 36px; }
    .location-stats > div { padding-inline: 18px; }
}
@media (max-width: 700px) {
    .location-lp .minato-shell { padding-inline: 22px; }
    .location-lp .minato-section { padding-block: 60px; }
    .location-hero__artwork { inset: 42% 0 0; }
    .location-hero__artwork::after { background: linear-gradient(#faf8f1, transparent 38%); }
    .location-hero__artwork img { object-position: 65% 70%; }
    .location-hero__inner { display: block; padding-block: 40px 30px; }
    .location-hero__edition { margin-block: 24px 16px !important; }
    .location-hero h1 { font-size: 32px; }
    .location-lp .location-hero__lead { font-size: 16px; max-width: 380px; }
    .location-hero__copy .minato-actions { align-items: stretch; flex-direction: column; max-width: 380px; }
    .location-hero__copy .minato-button { justify-content: center; }
    .location-lp .location-hero__note { font-size: 14px; margin-top: 20px; }
    .location-hero__card { margin: 120px 0 0 auto; max-width: 220px; }
    .location-hero__card strong { font-size: 40px; }
    .location-lp .minato-local-nav .minato-shell { flex-wrap: wrap; gap: 14px 20px; padding-block: 18px; }
    .location-lp .minato-local-nav__label { display: none; }
    .location-lp .minato-local-nav a { font-size: 14px; white-space: normal; }
    .location-lp .minato-section-head--split { display: block; }
    .location-lp .minato-section-head--split > p { margin-top: 20px; }
    .location-stats { grid-template-columns: repeat(2, 1fr); gap: 26px 0; padding-block: 24px; margin-block: 30px 38px; }
    .location-stats > div { padding-inline: 16px; }
    .location-stats > div:last-child { border-left: 0; border-top: 1px solid var(--minato-line); grid-column: 1 / -1; padding: 22px 0 0; }
    .location-stats dd { font-size: 38px; }
    .location-market-grid, .location-faq-grid { grid-template-columns: 1fr; gap: 32px; }
    .location-market-copy h3 { font-size: 28px; }
    .location-market-copy > p:not(.minato-kicker) { max-width: none; }
    .location-conditions { gap: 12px; }
    .location-condition { padding: 22px 16px; }
    .location-condition h3 { font-size: 14px; }
    .location-condition p { font-size: 16px; }
    .location-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
    .location-link-grid a { font-size: 16px; }
    .location-empty { padding: 24px; }
    .location-lp .location-directory-hero { padding-block: 40px 210px; background: linear-gradient(180deg, #faf8f1 38%, rgb(250 248 241 / 85%) 52%, transparent 78%), var(--directory-art) right bottom / auto 360px no-repeat, #faf8f1; }
    .location-lp .location-directory-hero--stations { background-position: center, 60% bottom; }
    .location-directory-hero > .minato-shell > p:last-child { font-size: 16px; }
    .location-directory-search { grid-template-columns: minmax(0, 1fr); gap: 12px; }
    .location-directory-search label { font-size: 16px; }
    .location-directory-search p { grid-column: 1; }
    .location-lp .location-directory-search-band { padding-block: 24px; }
    .location-lp .location-directory-results { padding-block: 36px 60px; }
}
@media (prefers-reduced-motion: reduce) {
    .location-lp *, .location-lp *::before, .location-lp *::after { scroll-behavior: auto !important; transition: none !important; }
}

.location-market-panel {
    --chart-color: #508f95;
    --chart-track: #edf2ef;
    background: linear-gradient(180deg, #fff 0%, #f7faf8 100%);
}
.location-color-0 { --chart-color: #508f95; }
.location-color-1 { --chart-color: #91ad8a; }
.location-color-2 { --chart-color: #d6ae78; }
.location-color-3 { --chart-color: #849ac0; }
.location-color-4 { --chart-color: #c79589; }
.location-color-5 { --chart-color: #a49cb7; }
.location-color-6 { --chart-color: #a3aeaf; }
.location-market-panel .location-stats--additional { border-top: 0; margin-top: -64px; }
.location-market-grid--composition { align-items: center; grid-template-columns: 0.62fr 1.38fr; }
.location-layout-composition { align-items: center; display: grid; gap: 30px; grid-template-columns: minmax(180px, 0.75fr) minmax(0, 1.25fr); }
.location-donut { margin: 14px auto 28px; max-width: 260px; position: relative; width: 100%; }
.location-donut > svg { display: block; overflow: visible; width: 100%; }
.location-chart-track { fill: none; stroke: var(--chart-track); stroke-width: 22; }
.location-donut__segment { fill: none; stroke: var(--chart-color); stroke-width: 22; }
.location-donut__center { align-items: center; display: flex; flex-direction: column; inset: 0; justify-content: center; position: absolute; }
.location-donut__center > span { color: var(--minato-muted); font-size: 14px; }
.location-donut__center > strong { color: var(--minato-deep); font-size: clamp(30px, 3vw, 40px); font-weight: 500; line-height: 1.8; }
.location-donut__center small { font-size: 14px; margin-left: 5px; }
.location-chart-legend { list-style: none; margin: 0; padding: 0; }
.location-chart-legend__item { align-items: center; border-bottom: 1px solid #e9eeea; display: flex; gap: 10px; min-height: 55px; padding-block: 12px; }
.location-chart-legend__swatch { background: var(--chart-color); border-radius: 50%; flex: 0 0 8px; height: 8px; }
.location-chart-legend__name { flex: 1; min-width: 0; overflow-wrap: anywhere; font-size: 16px; line-height: 1.7; }
.location-chart-legend__name > small { color: var(--minato-muted); display: block; font-size: 14px; margin-top: 2px; }
.location-chart-legend__value { flex-shrink: 0; text-align: right; }
.location-chart-legend__value > strong { font-size: 16px; font-weight: 500; }
.location-chart-legend__value > small { font-size: 14px; margin-left: 3px; }
.location-chart-legend__value > span { color: var(--minato-muted); display: block; font-size: 14px; }
.location-chart-legend__arrow { color: #527e82; font-size: 14px; }
.location-chart-legend a:hover { background: #f0f6f3; color: #285e63; }
.location-chart-legend--compact { display: grid; grid-template-columns: 1fr; }
.location-chart-legend--compact .location-chart-legend__item { gap: 8px; min-height: 46px; }
.location-chart-legend--compact .location-chart-legend__name { font-size: 16px; }
.location-chart-legend--compact .location-chart-legend__value > strong { font-size: 14px; }
.location-distributions { display: grid; gap: 28px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 68px; }
.location-distribution { background: #fff; border: 1px solid #e2ebe6; border-radius: 14px; box-shadow: 0 10px 40px rgb(44 79 65 / 3%); min-width: 0; padding: 32px; }
.location-distribution--gauges { grid-column: 1 / -1; }
.location-distribution--columns, .location-distribution--line { grid-column: 1 / -1; }
@media (min-width: 1101px) {
    .location-distribution--columns, .location-distribution--line {
        column-gap: 32px;
        display: grid;
        grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    }
    .location-distribution:is(.location-distribution--columns, .location-distribution--line) > :not(.location-plot) {
        grid-column: 1;
    }
    .location-distribution:is(.location-distribution--columns, .location-distribution--line) > .location-plot {
        align-self: center;
        grid-column: 2;
        grid-row: 1 / 5;
    }
}
.location-chart-eyebrow { color: #5b7c77; font-size: 14px; font-weight: 500; letter-spacing: 0.16em; margin-bottom: 16px !important; }
.location-distribution h3 { color: var(--minato-deep); font-family: 'Noto Serif JP', 'Yu Mincho', serif; font-size: 26px; font-weight: 400; }
.location-distribution__copy { color: var(--minato-muted); font-size: 16px; line-height: 1.9; margin-block: 16px 28px !important; min-height: 46px; }
.location-distribution .location-caption { color: var(--minato-muted); font-size: 14px; }
.location-plot { container-type: inline-size; margin: 10px 0 12px; }
.location-plot__scroll { overflow-x: auto; padding: 8px 22px; scrollbar-color: #82949f #edf2ef; }
.location-plot__hint { color: var(--minato-muted); display: none; font-size: 14px; line-height: 1.7; margin-bottom: 12px !important; }
@container (max-width: 583px) {
    .location-plot__hint { display: block; }
}
.location-plot__unit { color: var(--minato-muted); display: block; font-size: 14px; margin: 0 0 8px 8px; }
.location-plot svg { display: block; min-width: 540px; overflow: visible; width: 100%; }
.location-plot__grid { stroke: #e5ece8; stroke-dasharray: 3 5; stroke-width: 1; }
.location-plot__tick, .location-plot__axis-note { fill: #647872; font-size: 14px; }
.location-plot__value { fill: #334e54; font-size: 18px; font-weight: 600; }
.location-plot__label { fill: #4a625f; font-size: 14px; }
.location-plot__column { fill: var(--chart-color); }
.location-plot__area { fill: #eaf3ed; }
.location-plot__line { fill: none; stroke: #678d76; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; }
.location-distribution--line .location-chart-legend__swatch { background: #678d76; }
.location-plot__point { fill: #fff; stroke: #678d76; stroke-width: 3; }
.location-rankings { list-style: none; margin: 0; padding: 0; }
.location-ranking { align-items: center; border-bottom: 1px solid #edf1ee; display: flex; gap: 14px; padding-block: 17px; }
.location-ranking__number { color: #749492; flex: 0 0 26px; font-family: 'DM Serif Display', serif; font-size: 22px; }
.location-ranking__body { flex: 1; min-width: 0; }
.location-ranking__heading { align-items: baseline; display: flex; gap: 14px; justify-content: space-between; margin-bottom: 7px; }
.location-ranking__heading > span { font-size: 16px; line-height: 1.6; overflow-wrap: anywhere; }
.location-ranking__heading > strong { flex-shrink: 0; font-size: 18px; font-weight: 500; }
.location-ranking__heading small { font-size: 14px; font-weight: 400; margin-left: 4px; }
.location-ranking svg { display: block; height: 20px; width: 100%; }
.location-ranking__track { fill: var(--chart-track); }
.location-ranking__bar, .location-ranking__dot { fill: var(--chart-color); }
.location-ranking__rail { stroke: var(--chart-track); stroke-width: 2; }
.location-ranking__stem { stroke: var(--chart-color); stroke-width: 3; }
.location-ranking__arrow { color: #527e82; font-size: 14px; }
.location-rankings a:hover { background: #f4f8f5; }
.location-gauges { display: grid; gap: 30px; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.location-gauges a { align-items: center; background: #f8faf8; border-radius: 10px; display: flex; flex-direction: column; padding: 24px 12px; }
.location-gauges a:hover { background: #edf5f0; }
.location-gauge { max-width: 156px; position: relative; width: 100%; }
.location-gauge svg { display: block; width: 100%; }
.location-gauge .location-chart-track, .location-gauge__arc { fill: none; stroke-width: 10; }
.location-gauge__arc { stroke: var(--chart-color); }
.location-gauge > span { align-items: baseline; display: flex; inset: 0; justify-content: center; padding-top: 32%; position: absolute; }
.location-gauge strong { font-size: 30px; font-weight: 500; }
.location-gauge small { font-size: 14px; margin-left: 2px; }
.location-gauges__label { font-size: 16px; margin-top: 12px; }
.location-gauges__count { color: var(--minato-muted); font-size: 16px; margin-top: 8px; }
.location-gauges__count > span { color: #527e82; margin-left: 10px; }
.location-market-panel a:focus-visible { border-radius: 3px; outline: 2px solid #477a7f; outline-offset: 4px; }
@media (max-width: 1100px) {
    .location-market-grid--composition { grid-template-columns: 1fr; }
    .location-layout-composition { gap: 44px; grid-template-columns: 0.8fr 1.2fr; }
    .location-market-grid--composition .location-market-copy > p { max-width: 600px; }
    .location-distribution { padding: 26px; }
}
@media (max-width: 700px) {
    .location-market-panel { padding-block: 60px; }
    .location-market-panel .location-stats--additional { margin-top: -38px; }
    .location-layout-composition { gap: 4px; grid-template-columns: 1fr; }
    .location-donut { max-width: 238px; }
    .location-distributions { gap: 22px; grid-template-columns: 1fr; margin-top: 44px; }
    .location-distribution { border-radius: 10px; padding: 26px 20px; }
    .location-distribution h3 { font-size: 25px; }
    .location-distribution__copy { min-height: 0; }
    .location-chart-legend--compact { gap: 0; grid-template-columns: 1fr; }
    .location-chart-legend--compact .location-chart-legend__item { min-height: 42px; }
    .location-chart-legend--compact .location-chart-legend__name { font-size: 16px; }
    .location-chart-legend--compact .location-chart-legend__value > strong { font-size: 16px; }
    .location-chart-legend--compact .location-chart-legend__swatch { display: none; }
    .location-plot { margin-inline: 0; }
    .location-plot__label { font-size: 14px; }
    .location-plot__tick { font-size: 14px; }
    .location-plot__value { font-size: 18px; }
    .location-gauges { gap: 12px; grid-template-columns: 1fr; }
    .location-gauges a { column-gap: 18px; display: grid; grid-template-columns: 110px 1fr; padding: 16px; }
    .location-gauge { grid-row: 1 / 3; }
    .location-gauge strong { font-size: 26px; }
    .location-gauges__label { align-self: end; margin-top: 0; }
    .location-gauges__count { align-self: start; }
}
@media (min-width: 701px) and (max-width: 900px) {
    .location-distributions { grid-template-columns: 1fr; }
}
