    /* ─────────────────────────────────────────
   Location List — rw-ll-* prefix
   --b: 1 unit ≈ 10px | SP: 100vw/39.3 | PC: 100vw/136.6
───────────────────────────────────────── */
    main {
        --b: calc(100vw / 39.3);
    }

    /* MV
───────────────────────────────────────── */
    .rw-ll-mv {
        background: #E5E4D5;
        padding: calc(4 * var(--b)) 0 calc(3.2 * var(--b));
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
    }

    .rw-ll-mv__inner {
        width: 100%;
        padding: 0 calc(2.4 * var(--b));
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: calc(2 * var(--b));
    }

    .rw-ll-mv__h1 {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        gap: calc(1.2 * var(--b));
    }

    .rw-ll-mv__title {
        font-family: new-spirit, serif;
        font-size: calc(4.8 * var(--b));
        font-weight: 500;
        color: #212227;
        line-height: 100%;
        margin: 0;
    }

    .rw-ll-mv__sub {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: calc(1.4 * var(--b));
        font-weight: 400;
        color: #212227;
        line-height: 170%;
        letter-spacing: 0.03em;
        margin: 0;
    }

    .rw-ll-mv__contents {
        display: flex;
        flex-direction: column;
        gap: calc(0.8 * var(--b));
    }

    .rw-ll-mv__desc {
        font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
        font-size: calc(1.5 * var(--b));
        line-height: 170%;
        color: #212227;
        margin: 0;
        letter-spacing: 0.03em;
    }

    .rw-ll-mv__button-row {
        display: flex;
        justify-content: flex-end;
    }

    .rw-ll-mv__maplink {
        display: inline-flex;
        align-items: center;
        gap: calc(0.4 * var(--b));
        font-family: 'Noto Sans JP', sans-serif;
        font-size: calc(1.4 * var(--b));
        font-weight: 400;
        color: #212227;
        text-decoration: none;
        background: linear-gradient(currentColor, currentColor) 0 100%/100% 1px no-repeat;
        border: none;
        padding: 0 calc(0.4 * var(--b)) calc(0.2 * var(--b));
        letter-spacing: 0.03em;
        cursor: pointer;
        transition: background-size 0.4s ease-out, background-position 0s 0.4s;
    }

    @media (hover: hover) and (pointer: fine) {
        .rw-ll-mv__maplink:hover {
            background-size: 0 1px;
            background-position: 100% 100%;
            transition: background-size 0.4s ease-out;
        }
    }

    .rw-ll-mv__maplink svg {
        width: calc(1.4 * var(--b));
        height: calc(1.4 * var(--b));
        flex-shrink: 0;
    }

    /* Layout: sidebar + grid
───────────────────────────────────────── */
    .rw-ll-body {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        background: #EDECE2;
    }

    /* Compact filter bar (SP)
───────────────────────────────────────── */
    .rw-ll-sp-filterbar {
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .rw-ll-spf__row {
        min-width: 0;
    }

    .rw-ll-spf__row-val {
        word-break: break-word;
        overflow-wrap: break-word;
    }

    /* Card grid
───────────────────────────────────────── */
    .rw-ll-grid {
        width: 100%;
        flex: 1;
        min-width: 0;
        padding: calc(2.4 * var(--b)) calc(2 * var(--b)) calc(4.8 * var(--b));
        box-sizing: border-box;
    }

    .rw-ll-grid__spbar {
        display: none;
        margin-bottom: calc(2 * var(--b));
    }

    .rw-ll-cards {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
        gap: 0;
    }

    /* Card
───────────────────────────────────────── */
    .rw-ll-card {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: calc(4.8 * var(--b)) 0;
        border-bottom: 1px solid #D1D0C1;
    }

    .rw-ll-card:first-child {
        padding-top: calc(3.2 * var(--b));
    }

    .rw-ll-card:last-child {
        border-bottom: none;
    }

    .rw-ll-card--hidden {
        display: none !important;
    }

    /* Card header
───────────────────────────────────────── */
    .rw-ll-card__header {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: calc(1.6 * var(--b));
        margin-bottom: calc(0.8 * var(--b));
        height: calc(4.1 * var(--b));
    }

    .rw-ll-card__name-wrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0 0 calc(0.2 * var(--b));
        gap: calc(0.4 * var(--b));
    }

    .rw-ll-card__name {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: calc(2 * var(--b));
        font-weight: 400;
        color: #212227;
        line-height: 170%;
        letter-spacing: 0.03em;
        margin: 0;
    }

    .rw-ll-card__sep {
        width: calc(0.8 * var(--b));
        height: 1px;
        background: #8E8E8E;
        flex-shrink: 0;
        transform: rotate(90deg);
        transform-origin: center;
        display: block;
        /* margin: 0 calc(0.4 * var(--b)); */
    }

    .rw-ll-card__area-wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: calc(0.4 * var(--b));
        flex: 1;
    }

    .rw-ll-card__area {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: calc(1.2 * var(--b));
        font-weight: 400;
        color: #212227;
        line-height: 170%;
        letter-spacing: 0.03em;
    }

    /* Carousel
───────────────────────────────────────── */
    .loc-carousel {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        width: 100%;
    }

    .loc-carousel__cta-pc {
        display: none;
    }

    .loc-carousel__wrap {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        background: #D1D0C1;
        transform: scale(1);
        transition: transform 0.4s ease;
    }

    .loc-carousel__slides {
        display: flex;
        flex-direction: row;
        height: 100%;
    }

    .loc-carousel__slide {
        flex-shrink: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        overflow: hidden;
    }

    .loc-carousel__slide a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .loc-carousel__slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transform: scale(1.04);
        transition: transform 0.4s ease;
    }
    .rw-ll-card:hover .loc-carousel__wrap {
        transform: scale(0.97);
    }
    .rw-ll-card:hover .loc-carousel__slide img {
        transform: scale(1.07);
    }

    .loc-carousel__nav {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: calc(1 * var(--b)) 0;
        width: 100%;
        box-sizing: border-box;
    }

    .loc-carousel__dots {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: calc(0.8 * var(--b));
    }

    .loc-dot {
        width: calc(0.7 * var(--b));
        height: calc(0.7 * var(--b));
        border-radius: 50%;
        background: #D1D0C1;
        cursor: pointer;
        transition: background 0.2s;
        flex-shrink: 0;
    }

    .loc-dot.is-active {
        background: #212227;
    }

    .loc-carousel__prev-next {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: calc(3 * var(--b));
    }

    .loc-carousel__btn {
        width: calc(1.6 * var(--b));
        height: calc(1.6 * var(--b));
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background: none;
        border: none;
        padding: 0;
        flex-shrink: 0;
    }

    .loc-carousel__btn svg {
        display: block;
        transition: transform 0.2s ease;
    }

    .loc-carousel__btn[data-dir="next"]:hover svg {
        transform: translateX(3px);
    }

    .loc-carousel__btn[data-dir="prev"]:hover svg {
        transform: translateX(-3px);
    }

    /* Card body
───────────────────────────────────────── */
    .rw-ll-card__desc {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: calc(1.5 * var(--b));
        color: #212227;
        line-height: 170%;
        letter-spacing: 0.03em;
        margin: 0 0 calc(3 * var(--b));
    }

    .rw-ll-card__tags {
        display: flex;
        flex-wrap: wrap;
        gap: 0 calc(1.6 * var(--b));
        margin-bottom: 0;
        min-height: calc(2 * var(--b));
    }

    .rw-ll-card__tag {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: calc(0.2 * var(--b));
        font-family: 'Noto Sans JP', sans-serif;
        font-size: calc(1.2 * var(--b));
        line-height: 170%;
        letter-spacing: 0.03em;
        color: #212227;
    }

    .rw-ll-card__tag-hash {
        font-size: calc(1 * var(--b));
        line-height: 100%;
        color: #212227;
    }

    .rw-ll-card__price-row {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-top: calc(3 * var(--b));
        gap: calc(1 * var(--b));
    }

    .rw-ll-card__price-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0;
    }

    .rw-ll-card__price-label {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: calc(1.2 * var(--b));
        color: #212227;
        line-height: 170%;
        letter-spacing: 0.03em;
    }

    .rw-ll-card__price-number {
        display: flex;
        align-items: center;
        gap: calc(0.2 * var(--b));
    }

    .rw-ll-card__price-yen {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: calc(1.8 * var(--b));
        color: #212227;
        font-weight: 400;
        line-height: 170%;
        letter-spacing: 0.03em;
    }

    .rw-ll-card__price-num {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: calc(2.6 * var(--b));
        color: #212227;
        font-weight: 400;
        line-height: 100%;
    }

    .rw-ll-card__price-tilde {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: calc(1.8 * var(--b));
        color: #212227;
        line-height: 170%;
        letter-spacing: 0.03em;
    }

    .rw-ll-card__cta {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: calc(0.2 * var(--b));
        background: #FFFFFF;
        border-radius: 9999px;
        padding: calc(0.6 * var(--b)) calc(1.2 * var(--b)) calc(0.6 * var(--b)) calc(1.6 * var(--b));
        width: calc(11.8 * var(--b));
        height: calc(4 * var(--b));
        box-sizing: border-box;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: calc(1.3 * var(--b));
        color: #212227;
        text-decoration: none;
        white-space: nowrap;
        flex-shrink: 0;
        transition: background 0.2s, color 0.2s;
        letter-spacing: 0.03em;
    }

    .rw-ll-card__cta:hover {
        background: #212227;
        color: #FFFFFF;
    }

    .rw-ll-card__cta:hover svg path {
        stroke: #FFFFFF;
    }

    /* Map section
───────────────────────────────────────── */
    .rw-ll-map {
        background: #E5E4D5;
        padding: calc(4.8 * var(--b)) calc(2.4 * var(--b));
        box-sizing: border-box;
    }

    .rw-ll-map__header {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        gap: calc(1.6 * var(--b));
        margin-bottom: calc(3 * var(--b));
    }

    .rw-ll-map__title {
        font-family: new-spirit, serif;
        font-size: calc(3.2 * var(--b));
        font-weight: 400;
        color: #212227;
        margin: 0;
        line-height: 100%;
    }

    .rw-ll-map__title-pc { display: none; }
    .rw-ll-map__sub-pc { display: none; }

    .rw-ll-map__subtitle {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: calc(1.4 * var(--b));
        font-weight: 400;
        color: #212227;
        margin: 0;
        line-height: 170%;
        letter-spacing: 0.03em;
    }

    .rw-ll-map__container {
        position: relative;
        background: #FAF9F2;
        border-radius: calc(1.6 * var(--b));
        overflow: hidden;
        width: 100%;
        aspect-ratio: 353 / 470;
    }

    .rw-ll-map__container svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    /* SP by default, PC at 1025+ */
    .rw-ll-map__container--pc { display: none; }
    .rw-ll-map__container--sp { display: block; }

    @media (min-width: 1025px) {
        .rw-ll-map__container--sp { display: none; }
        .rw-ll-map__container--pc { display: block; }
    }

    /* Pill hover — black bg, white text + arrow */
    .rw-ll-map__container .pill-bg,
    .rw-ll-map__container .pill-text {
        transition: fill 0.2s ease;
    }

    .rw-ll-map__container .pill-arrow {
        transition: stroke 0.2s ease;
    }

    .rw-ll-map__container .pill-group {
        cursor: pointer;
    }

    @media (hover: hover) and (pointer: fine) {
        .rw-ll-map__container .pill-group:hover .pill-bg   { fill:   #000; }
        .rw-ll-map__container .pill-group:hover .pill-text  { fill:   #fff; }
        .rw-ll-map__container .pill-group:hover .pill-arrow { stroke: #fff; }
    }

    /* Back to top
───────────────────────────────────────── */
    .rw-ll-back-to-top {
        position: relative;
        background: #E5E4D5;
        padding: calc(6 * var(--b)) calc(2 * var(--b)) calc(5.5 * var(--b));
        border-bottom: 1px solid rgba(209, 208, 193, 0.5);
    }

    .ldh-back-to-top__btn {
        position: absolute;
        bottom: calc(-1.5 * var(--b));
        left: 50%;
        transform: translateX(-50%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: calc(1 * var(--b)) calc(2 * var(--b));
        gap: calc(0.8 * var(--b));
        height: calc(4 * var(--b));
        background: #FFFFFF;
        border-radius: 9999px;
        border: none;
        cursor: pointer;
        z-index: 10;
        white-space: nowrap;
    }

    .ldh-back-to-top__btn span {
        font-family: new-spirit, serif;
        font-weight: 500;
        font-size: calc(1.2 * var(--b));
        line-height: 100%;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #212227;
    }

    /* ─────────────────────────────────────────
   PC ≥ 1025px
───────────────────────────────────────── */
    @media (min-width: 1025px) {
        main {
            --b: calc(100vw / 136.6);
        }

        .rw-ll-mv {
            padding: calc(3 * var(--b)) 0 calc(2 * var(--b));
            /* min-height: calc(28.5 * var(--b)); */
        }

        .rw-ll-mv__inner {
            padding: 0 calc(12 * var(--b));
            gap: calc(3 * var(--b));
        }

        .rw-ll-mv__maplink {
            font-size: calc(1.6 * var(--b));
        }

        .rw-ll-mv__maplink svg {
            width: calc(1.6 * var(--b));
            height: calc(1.6 * var(--b));
        }

        .rw-ll-body {
            flex-direction: row;
            gap: calc(10 * var(--b));
        }

        .rw-ll-grid {
            width: auto;
            padding: calc(6 * var(--b)) calc(12 * var(--b)) calc(12 * var(--b)) 0;
        }

        .rw-ll-cards {
            flex-direction: row;
            flex-wrap: wrap;
            gap: calc(10 * var(--b)) calc(3.35 * var(--b));
        }

        .rw-ll-card {
            width: calc(50% - 1.675 * var(--b));
            padding: 0;
            border-bottom: none;
        }

        .rw-ll-card:first-child {
            padding-top: 0;
        }

        .loc-carousel__wrap {
            height: calc(35.3 * var(--b));
            aspect-ratio: unset;
        }

        .loc-carousel__slide {
            height: calc(35.3 * var(--b));
            aspect-ratio: unset;
        }

        .loc-carousel__cta-pc {
            display: flex;
            position: absolute;
            top: calc(1 * var(--b));
            right: calc(1 * var(--b));
            width: calc(2.8 * var(--b));
            height: calc(2.8 * var(--b));
            background: rgba(255, 255, 255, 0.92);
            border: 1px solid #212227;
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            z-index: 2;
            flex-shrink: 0;
            transform: scale(1);
            transform-origin: bottom left;
            transition: transform 0.4s ease;
        }

        .loc-carousel__cta-pc:hover {
            transform: scale(1.6);
        }

        .rw-ll-card:hover .loc-carousel__cta-pc {
            transform: scale(1.6);
        }

        .rw-ll-map {
            padding: calc(10 * var(--b)) calc(12 * var(--b));
        }

        .rw-ll-map__title {
            font-size: calc(3.6 * var(--b));
        }

        .rw-ll-map__container { aspect-ratio: 1126 / 484; }

        .rw-ll-map__title-pc { display: inline; }
        .rw-ll-map__sub-sp { display: none; }
        .rw-ll-map__sub-pc { display: inline; }

        .ldh-back-to-top__btn {
            left: 80%;
        }

        .rw-ll-mv__h1 {
            flex-direction: row;
        }
    }
