/* related section include
ranking (同じカテゴリのランキング),
related products (あなたにおすすめの関連商品),
recommended products (コーディネートにおすすめの商品)
at the bottom of products and category page*/
@import url("../components/arm-related-section.css?t=20240830135435");

@import url("../components/arm-navigation-component.css?t=20241204123103");

.scene-list {
    min-height: 1600px;
}

.scene-container {
    padding-top: 40px;
}

.scene-thumbnail-list {
    display: none !important;
}

.scene-main-image {
    margin-bottom: 8px;
}

.scene-name-container {
    margin-bottom: 12px;
}

.scene-content {
    font-weight: 350;
    font-size: var(--font-size__small);
    color: var(--color__gray-777);
}

.scene-button-container {
    margin-top: 20px;
}

.scene-button-container a:nth-of-type(1) {
    margin-right: 15px;
}

.scene-name-jp {
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size__large);
    color: var(--color__gray-333);
}

.scene-main-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 198px;
}

.scene-container:nth-of-type(1) {
    padding-top: 0;
}

.scene-page {
    margin-top: 30px;
    overflow: hidden;
}

.__related_category {
    display: none;
}

a.scene-link:hover, a.scene-link:link:hover, a.scene-link[href]:hover
a.scene-link, a.scene-link:link, a.scene-link:visited {
    text-decoration: none;
}

@media only screen and (min-width: 1280px) {
    .scene-thumbnail-list {
        display: flex !important;
        margin-top: 40px;
    }

    .scene-container {
        display: flex;
    }

    .scene-container .scene-main-image {
        width: 50%;
        margin-right: 30px;
        margin-bottom: 0;
    }

    .scene-name-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .scene-right-container {
        margin-top: 40px;
        margin-bottom: 20px;
        width: 47%;
    }

    .scene-name-jp {
        font-size: 32px;
    }

    .scene-button-container {
        margin-top: 10px;
    }

    .scene-thumbnail-container {
        margin-right: 20px;
        width: calc( (100% - 120px) / 7) !important;
        cursor: pointer;
    }

    .scene-thumbnail-container:last-of-child {
        margin-right: 0;
    }

    .scene-main-image img {
        min-height: 0;
    }

    .scene-main-image {
        margin-bottom: 5px;
        min-height: 100px;
    }

    .scene-thumbnail-title {
        text-align: center;
        color: var(--color__gray-333);
    }

    .scene-thumbnail-list-wrapper .swiper-custom-button-prev,
    .scene-thumbnail-list-wrapper .swiper-custom-button-next {
        background: var(--color__white);
        border: 1px solid var(--color__gray-DDD);
        color: var(--color__gray-777);
        width: 40px;
        height: 40px;
        position: absolute;
        top: calc(((50vw / 5) - 80px) / 2);
        box-shadow: none;
        border-radius: 40px;
        padding: 9px 11px;
        z-index: 1;
        cursor: pointer;
    }

    .scene-thumbnail-list-wrapper .swiper-custom-button-prev {
        left: -15px;
    }

    .scene-thumbnail-list-wrapper .swiper-custom-button-next {
        right: -14px;
    }

    .scene-thumbnail-list-wrapper {
        margin-bottom: 30px;
        position: relative;
        min-height: 141px;
    }

    .scene-container:nth-of-type(1) {
        padding-top: 40px;
    }

    .scene-list {
        border-top: 1px solid var(--color__grey);
    }

    .online-name-title {
        font-size: 32px;
    }

    .scene-name-container {
        margin-bottom: 40px;
    }

    .scene-button-container {
        margin-top: 40px;
    }

    .scene-thumbnail-list-wrapper .swiper-scrollbar {
        height: 4px;
        background-color: var(--color__gray-EBE);
        margin: 20px 25px 0;
        border-radius: 40px;
    }

    .scene-thumbnail-list-wrapper .swiper-scrollbar-drag {
        height: 100%;
        background-color: var(--color__gray-555);
        border-radius: 40px;
    }
}