.brand-list__wrap {
    margin-bottom: 80px;
}

.brand-list__sp--head {
    display: flex;
    flex-direction: column;
    row-gap: 15.2px;
    margin-bottom: 33px;
}

.brand-list__sp--head picture {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 280px;
}

.brand-list__sp--head p {
    text-align: center;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
}

.brand-list__sp--slider {
    width: 345px;
    height: 345px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.brand-list__slider {
    width: 100%;
    height: 100%;
}

.brand-list__slider--image {
    display: block;
    width: 100%;
    height: 100%;
}

.brand-list__slider--image img {
    height: 100%;
    object-fit: cover;
}

.brand-list__wrap .slick-list,.brand-list__wrap .slick-track,.brand-list__wrap .slick-initialized .slick-slide {
    height: 100%;
}

.brand-list__sp--text {
    padding: 0 15px;
    font-size: var(--font-size-base);
    line-height: 30px;
    margin-bottom: 68px;
}

.dots-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.dots-wrap li {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: var(--color-primary);
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.brand-list__sp--linkWrap {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 40.2px;
}

.brand-list__sp--social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
}


.brand-list__sp--onlineTitle {
    font-size: var(--font-size-xl);
    margin-bottom: 19.7px;
}

.brand-list__sp--list {
    display: flex;
    justify-content: center;
    padding: 0 15px;
}

.brand-list__sp--item {
    width: calc((100% - 6px) / 2);
    height: 54.59px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
}

.brand-list__sp--item picture {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-list__sp--item img {
    width: 100%;
    max-width: 130px;
}

.brand-list__sp--item ._palemoba {
    width: 118.28px;
}

.brand-list__sp--item ._locondo {
    width: 131.01px;
}

.brand-list__sp--item ._fashion_warker {
    width: 157.94px;
}

.brand-list__sp--item ._zozotown {
    width: 138.29px;
}

.brand-list__sp--item ._oioi {
    width: 145.57px;
}

.brand-list__sp--item ._shoplist {
    width: 106.51px;
}

.brand-list__sp--item ._magaseek {
    width: 142.15px;
}

.brand-list__sp--item ._dfashion {
    width: 122.28px;
}

.brand-list__sp--item ._rakuten {
    width: 117.18px;
}

@media (min-width: 768px) {
    .brand-list__wrap {
        margin-bottom: 100px;
    }

    .brand-list__pc--slider {
        width: 660px;
        height: 660px;
        margin-right: auto;
        margin-left: auto;
    }

    .brand-list__pcWrap {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .brand-list__pc--head {
        display: flex;
        flex-direction: column;
        row-gap: 18px;
        align-items: center;
        margin-bottom: 53px;
    }

    .brand-list__pc--head picture {
        display: block;
        width: 286px;
    }

    .brand-list__pc--head img {
        width: 100%;
    }

    .brand-list__pc--head p {
        font-size: var(--font-size-base);
        font-weight: var(--font-weight-bold);
    }

    .brand-list__pc--text {
        margin-bottom: 58px;
    }

    .brand-list__pc--linkWrap {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 116px;
        margin-bottom: 92px;
    }

    .brand-list__pc--text {
        padding: 0 15px;
    }

    .brand-list__pc--social {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 9px;
    }

    .brand-list__pc--onlineTitle {
        font-size: var(--font-size-xl);
        margin-bottom: 20.7px;
        text-align: center;
    }

    .brand-list__pc--list {
        display: flex;
        justify-content: center;
        padding: 0 15px;
    }

    .brand-list__pc--item {
        width: calc((100% - 15px) / 3);
        height: 54.59px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--color-white);
    }

    .brand-list__pc--item picture {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .brand-list__pc--item img {
        width: 100%;
        max-width: 130px;
    }

    .brand-list__pc--item ._palemoba {
        width: 118.28px;
    }

    .brand-list__pc--item ._locondo {
        width: 131.01px;
    }

    .brand-list__pc--item ._fashion_warker {
        width: 157.94px;
    }

    .brand-list__pc--item ._zozotown {
        width: 138.29px;
    }

    .brand-list__pc--item ._oioi {
        width: 145.57px;
    }

    .brand-list__pc--item ._shoplist {
        width: 106.51px;
    }

    .brand-list__pc--item ._magaseek {
        width: 142.15px;
    }

    .brand-list__pc--item ._dfashion {
        width: 122.28px;
    }

    .brand-list__pc--item ._rakuten {
        width: 117.18px;
    }
}

@media (min-width: 1200px) {
    .brand-list__pc {
        padding-top: 108px;
    }

    .brand-list__pcWrap {
        flex-direction: row;
        row-gap: 0;
        column-gap: 142px;
        justify-content: start;
    }

    .brand-list__pcWrap._reverse {
        flex-direction: row-reverse;
        justify-content: end;
    }

    .brand-list__pc--slider {
        margin-right: 0;
        margin-left: 0;
    }

    .brand-list__pc--body {
        width: 500px;
    }

    .brand-list__pc--head {
        align-items: flex-start;
    }

    .brand-list__pc--text {
        padding: 0;
    }

    .brand-list__pc--linkWrap {
        justify-content: space-between;
    }

    .brand-list__pc--title {
        margin-bottom: 50px;
    }

    .brand-list__pc--list {
        padding: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .brand-list__pc--item {
        width: 163px;
        height: 52.69px;
    }

    .brand-list__pc--item ._palemoba {
        width: 114.17px;
    }

    .brand-list__pc--item ._locondo {
        width: 126.47px;
    }

    .brand-list__pc--item ._fashion_warker {
        width: 152.46px;
    }

    .brand-list__pc--item ._zozotown {
        width: 133.49px;
    }

    .brand-list__pc--item ._oioi {
        width: 140.52px;
    }

    .brand-list__pc--item ._shoplist {
        width: 102.81px;
    }

    .brand-list__pc--item ._magaseek {
        width: 137.22px;
    }

    .brand-list__pc--item ._dfashion {
        width: 118.03px;
    }

    .brand-list__pc--item ._rakuten {
        width: 113.12px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .brand-list__wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}