.shop-fv {
    &.common-style-area {
        max-width: unset !important;
    }

    .single-shop-fv {
        width: fit-content;
        margin: auto;

        img {
            object-fit: cover;
            max-width: none !important;
            width: 50cqw !important;
            height: 37.5cqw !important;
            border-radius: 8px;
        }
    }

    .shop-fv-slide {
        margin-bottom: 2cqw;

        .splide__slide {
            img {
                object-fit: cover;
                max-width: none !important;
                width: 50cqw !important;
                height: 37.5cqw !important;
                border-radius: 8px;
            }
        }

        .splide__arrow--prev {
            left: 23%;
        }

        .splide__arrow--next {
            right: 23%;
        }
    }

    .splide__arrow {
        height: 3em;
        width: 3em;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: translateY(0%);
        background-color: #fff;
        border: 1px solid #ddd;
        opacity: 0.9;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

        svg {
            fill: #333;
            height: 1.2em;
            width: 1.2em;
        }
    }

    .shop-fv-title {
        width: 95%;
        text-align: center;
        margin: 1cqw auto;

        .shop-name-block {
            --f-base: 12;
            font-weight: bold;
            line-height: 1.2;
        }

        .nearest-station-name {
            --f-base: 6;
        }
    }

    .shop-fv-band {
        color: #fff;
        background: #e60012;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1cqw 0;
        flex-direction: column;
        position: relative;

        .band-right {
            display: flex;
            gap: 3cqw;
            justify-content: center;
            align-items: center;
            margin-bottom: 1.5cqw;
            margin-right: 5vw;
        }
    }

    .shop-num-block {
        --f-base: 8;
        font-weight: 800;
        position: relative;
        color: #fff;
        text-align: center;
        line-height: 1.2;

        span {
            --f-base: 10;
            background: linear-gradient(180deg, #ffffa2 0%, #ffd400 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
        }

        .fv-annotation-1 {
            position: absolute;
            top: 0;
            right: -5%;
            --f-base: 4;
        }
    }

    .google-review-block {
        background-image: none;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: clamp(2px, 0.4cqw, 8px);
        width: fit-content;
        height: auto;
        max-width: 100%;
        min-width: 0;
        font-weight: 700;

        .google-review-wing {
            position: static;
            inset: auto;
            display: block;
            flex: 0 0 auto;
            width: clamp(28px, 2.7cqw, 44px);
            line-height: 0;

            img {
                display: block;
                width: 100%;
                height: auto;
            }

            &.google-review-wing-right {
                img {
                    transform: scaleX(-1);
                }
            }
        }

        > p,
        .fv-google-review-score-decimal-one,
        .fv-google-review-score-decimal-two,
        .fv-google-review-score-integer {
            position: static;
            inset: auto;
            flex: 0 0 auto;
            width: auto;
            margin: 0;
            --f-base: 13;
            font-weight: 700;
            line-height: 1.3;
            letter-spacing: -0.04em;
            white-space: nowrap;
            background: linear-gradient(180deg, #ffffa2 0%, #ffd400 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
            transform: translateY(-0.1em);
        }

        .google-review-block-percent {
            position: static;
            inset: auto;
            display: inline;
            font-size: 0.6em;
            letter-spacing: 0;
        }

        .google-review-block-text-wrap {
            position: static;
            inset: auto;
            display: flex;
            flex: 0 0 auto;
            flex-direction: column;
            justify-content: center;
            min-width: 0;
            transform: none;
            --f-base: 5;
            line-height: 1.05;
            white-space: nowrap;
        }

        .google-review-text-top {
            margin-bottom: 0.1em;
            line-height: 1;
        }

        .google-review-text-bottom {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            align-items: center;
            line-height: 1;
            gap: 5px;
        }

        .google-review-text-bottom-google-logo,
        .google-review-text-label {
            position: static;
            inset: auto;
        }

        .google-review-text-bottom-google-logo {
            display: inline-flex;
            flex: 0 0 auto;
            align-items: center;

            svg {
                display: block;
            }
        }

        .fv-annotation-2 {
            position: absolute;
            top: -0.25em;
            right: -2em;
            z-index: 2;
            --f-base: 4;
            color: #fff;
        }
    }

    .shop-fv-annotation {
        display: flex;
        justify-content: center;
        gap: 1cqw;
        text-align: center;
        margin: 0.6cqw 0;
        --f-base: 3;
    }

    @media (max-width: 767px) {
        .shop-fv-title {
            margin: 4cqw auto 2cqw;

            .shop-name-block {
                --f-base: 22;
            }

            .nearest-station-name {
                margin-top: 1cqw;
                --f-base: 12;
            }
        }

        .single-shop-fv {
            width: 100%;

            img {
                width: 100% !important;
                height: auto !important;
            }
        }

        .shop-fv-slide {
            .splide__slide {
                img {
                    width: 80cqw !important;
                    height: 60cqw !important;
                }
            }

            .splide__arrow--prev {
                left: 7%;
            }

            .splide__arrow--next {
                right: 7%;
            }
        }

        .splide__arrow {
            height: 2em;
            width: 2em;

            svg {
                height: 1.2em;
                width: 1.2em;
            }
        }

        .shop-fv-band {
            padding: 1cqw 0 3cqw;
            margin-top: 4cqw;

            .band-right {
                display: flex;
                gap: 1cqw;
                justify-content: center;
                align-items: center;
                margin-bottom: 0;
                margin-right: 0;
                width: 100%;
            }
        }

        .shop-num-block {
            text-align: center;
            --f-base: 14;
            line-height: 1.2;

            span {
                --f-base: 14;
            }

            .fv-annotation-1 {
                position: absolute;
                right: 0;
                --f-base: 7;
            }
        }

        .google-review-block {
            flex: 0 1 52%;
            gap: 0.2cqw;
            width: auto;
            height: auto;
            max-width: 52%;
            min-width: 0;
            min-height: 50px;

            .google-review-wing {
                width: clamp(21px, 4.8cqw, 34px);
            }

            > p,
            .fv-google-review-score-decimal-one,
            .fv-google-review-score-decimal-two,
            .fv-google-review-score-integer {
                position: static;
                inset: auto;
                width: auto;
                margin: 0;
                --f-base: 27;
                line-height: 1.3;
                letter-spacing: -0.06em;
                white-space: nowrap;
                text-align: left;
                transform: translateY(-0.1em);
                padding-right: 5%;
            }

            .google-review-block-percent {
                position: static;
                inset: auto;
                font-size: 0.56em;
                letter-spacing: 0;
            }

            .google-review-block-text-wrap {
                position: static;
                inset: auto;
                transform: none;
                --f-base: 10;
                line-height: 1.05;
            }

            .google-review-text-bottom-google-logo,
            .google-review-text-label {
                position: static;
                inset: auto;
            }

            .google-review-text-bottom-google-logo {
                svg {
                    display: block;
                    --f-base: 10;
                }
            }

            .google-review-text-bottom {
                display: flex;
                flex-direction: row-reverse;
                justify-content: flex-end;
                align-items: center;
                line-height: 1;
                gap: 5px;
            }

            .fv-annotation-2 {
                top: -0.3em;
                right: 1em;
                --f-base: 7;
            }
        }

        .shop-fv-annotation {
            display: block;
            --f-base: 9;
            text-align: start;
            width: fit-content;
            margin: 0.6cqw 3cqw;
        }
    }
}