<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.v3-sitemap {
    background: #fff;
    padding: var(--60px) 0;
    .v3-sitemap__wrapper {
        margin-bottom: var(--50px);
        &amp;.--products {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            .v3-sitemap__heading {
                width: 100%;
            }
            .v3-sitemap__product-list {
                width: 100%;
                background: #F1F1F1;
                padding: var(--6px) var(--40px) var(--4px) var(--25px);
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: var(--20px);
                .product-list-thumb {
                    width: 12.40vw;
                    @media (max-width: 767px) {
                        width: 35.73vw;
                    }
                }
            }
            .v3-sitemap__list {
                width: calc(50% - var(--10px));
                margin-bottom: var(--20px);
                &amp;:nth-child(4) {
                    margin-bottom: 0;
                }
                &amp;:nth-child(5) {
                    margin-bottom: 0;
                }
            }
        }
    }
    .icon-right {
        width: var(--12px);
    }
    .v3-sitemap__heading {
        display: flex;
        align-items: center;
        gap: var(--10px);
        padding-bottom: var(--5px);
        margin-bottom: var(--20px);
        border-bottom: 1px solid #191919;

        .eng {
            font-family: "Noto Sans JP", sans-serif;
            font-size: var(--24px);
            font-weight: 700;
            line-height: var(--38px);
            color: #191919;
        }
        .ja {
            font-family: "Noto Sans JP", sans-serif;
            font-size: var(--14px);
            font-weight: 700;
            line-height: var(--24px);
            color: #191919;
        }
    }
    .v3-sitemap__list {
        display: flex;
        flex-direction: column;
        gap: var(--10px);
    }
    .v3-sitemap__item {
        font-family: "Noto Sans JP", sans-serif;
        display: flex;
        align-items: center;
        gap: var(--10px);
        font-size: var(--14px);
        font-weight: 500;
        line-height: var(--24px);
        color: #191919;
        &amp;.--heading {
            font-weight: 700;
            font-size: var(--16px);
        }
    }
    .v3-sitemap__controler {
        .v3-sitemap__controler-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: var(--20px);
            .v3-sitemap__controler-btn {
                width: calc(50% - var(--10px));
                display: flex;
                justify-content: center;
                align-items: center;
                gap: var(--10px);
                border: 1px solid #191919;
                border-radius: var(--10px);
                .icon {
                    width: var(--17px);
                }
                span {
                    font-family: "Source Sans Pro", sans-serif;
                    font-size: var(--18px);
                    font-weight: 600;
                    line-height: var(--40px);
                }
            }
        }
        .v3-sitemap__controler-link {
            width: fit-content;
            margin: 0 auto;
            display: block;
            font-family: "Noto Sans JP", sans-serif;
            font-size: var(--14px);
            font-weight: 500;
            line-height: var(--24px);
            color: #191919;
        }
    }
}</pre></body></html>