.mv {
    position: relative;
    .mv__slider {
        opacity: 0;
        .swiper-slide {
            img {
                width: 100%;
            }
        }
        &.is-loaded {
            opacity: 1;
        }
    }
    .swiper-pagination {
        bottom: 25px !important;
        @media screen and (max-width: 749px) {
            bottom: 20px !important;
        }
    }
    .swiper-pagination-bullet {
        border: 1px solid #fff;
        opacity: 1;
        background: none;
        width: 10px;
        height: 10px;
        margin: 0 6px !important;
        @media screen and (max-width: 749px) {
            margin: 0 5px !important;
        }
    }
    .swiper-pagination-bullet-active {
        background: #fff;
    }
}

.collection {
    padding: 50px 0 !important;
    .title {
        text-align: center;
    }
}

.bnr {
    padding: 80px 5rem;
    border-top: 1px solid #ccc;
    @media screen and (max-width: 749px) {
        padding: 40px 1.5rem;
    }
    .title {
        margin-top: 0;
        text-align: center;
    }
    .bnr__list {
        max-width: 120rem;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        @media screen and (max-width: 749px) {
            gap: 15px 0;
            max-width: 85%;
        }
        .bnr__item {
            width: 32%;
            @media screen and (max-width: 749px) {
                width: 100%;
            }
            img {
                width: 100%;
            }
        }
    }
}
