.brand-page__fv {
    padding-top: 50px;
}

.brand-page__fv--slider {
    width: 100%;
    height: 500px;
    position: relative;
}

.brand-page__fv--slider div,
.brand-page__fv--slider picture,
.brand-page__fv--slider img {
    width: 100%;
    height: 100%;
}

.brand-page__fv--slider img {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16 / 9;
}

.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-page__fv--text {
    margin-top: 20px;
    padding: 0 15px;
}

.brand-page__fv--text picture {
    display: block;
    width: 250px;
    margin: auto;
    margin-bottom: 20px;
}

.brand-page__fv--text img {
    width: 100%;
}

.brand-page__fv--text p {
    font-size: var(--font-size-base);
    line-height: 30px;
}

@media (min-width: 1024px) {
    .brand-page__fv {
        padding-top: 75px;
    }
    .brand-page__fv {
        position: relative;
        height:auto;
    }

    .brand-page__fv--slider {
        height: auto;
    }

    .dots-wrap {
        bottom: 30px;
    }

    .brand-page__fv--text {
        margin-top: 0;
        padding: 0;
        position: absolute;
        top: 246px;
        left: 76px;
    }

    .brand-page__fv--text picture {
        display: block;
        width: 468px;
        margin: auto;
        margin-bottom: 41px;
        margin-left: 0;
    }

    .brand-page__fv--text img {
        width: 100%;
    }

    .brand-page__fv--text p {
        font-size: var(--font-size-xl);
        line-height: 35px;
        padding-left: 28px;
        width: 394px;
    }
}

.brand-page__concept {
    padding-top: 58px;
}

.brand-page__concept--title {
    margin-bottom: 30px;
}

.brand-page__concept--slider {
    padding: 0 15px;
    margin-bottom: 30.9px;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.brand-page__concept--slider div {
    width: 345px;
    height: 345px;
}

.brand-page__concept--slider picture,
.brand-page__concept--slider img {
    width: 100%;
    height: 100%;
}

.brand-page__concept--slider img {
    object-fit: cover;
}

.brand-page__concept--slider .dots-wrap {
    position: relative;
    left: unset;
    bottom: unset;
    transform: unset;
    margin-top: 20px;
}

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

.brand-page__concept--text picture {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 14.6px;
    display: block;
}

.brand-page__concept--text img {
    width: 100%;
}

.brand-page__concept--textMain {
    text-align: center;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    margin-bottom: 43px;
}

.brand-page__concept--textSub {
    font-size: var(--font-size-base);
    line-height: 30px;
    margin-bottom: 68.9px;
}

.brand-page__concept--bg {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}

.brand-page__concept--bg picture {
    display: block;
    width: 100%;
}

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

    .brand-page__concept--wrap {
        position: relative;
        display: flex;
        justify-content: flex-start;
        gap: 111px;
    }

    .brand-page__concept--wrap._center {
        justify-content: center;
        gap: 0;
    }

    .brand-page__concept--title {
        margin-bottom: 60px;
    }

    .brand-page__concept--slider {
        padding: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .brand-page__concept--slider div {
        width: 660px;
        height: 660px;
    }

    .brand-page__concept--slider picture,
    .brand-page__concept--slider img {
        width: 100%;
        height: 100%;
    }

    .brand-page__concept--slider img {
        object-fit: cover;
    }

    .brand-page__concept--slider .dots-wrap {
        position: relative;
        left: unset;
        bottom: unset;
        transform: unset;
        margin-top: 30px;
    }

    .brand-page__concept--text {
        padding: 0;
        margin-bottom: 0;
        width: 530px;
        position: relative;
    }

    .brand-page__concept--text picture {
        width: 286px;
        margin-left: 0;
        margin-bottom: 18px;
    }

    .brand-page__concept--textMain {
        text-align: left;
        margin-bottom: 63px;
    }

    .brand-page__concept--bg {
        width: 245px;
        margin-right: 0;
        margin-left: 0;
        position: absolute;
        right: 40px;
        bottom: -61px;
    }
}


.brand-page__online {
    padding-top: 48.3px;
}

.brand-page__online--title {
    margin-bottom: 19.7px;
}

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

.brand-page__online--item {
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
}

.brand-page__online--item picture {
    display: block;
    max-width: 150px;
}

.brand-page__online--item img {
    width: 100%;
}

@media (min-width: 768px) {
    .brand-page__online--item {
        width: 350px;
        height: 80px;
    }

    .brand-page__online--item picture {
        max-width: 180px;
    }
}

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

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

    .brand-page__online--list {
        padding: 0;
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
}

.brand-page__shoplist {
    padding-top: 45.6px;
}

.brand-page__shoplist--title {
    margin-bottom: 31px;
}

.section__title--sub {
    font-size: var(--font-size-3xl);
    font-weight: var(--font-weight-light);
    text-align: center;
    color: var(--color-text);
    margin-bottom: 30px;
    margin-top: 30px;
}

.brand-page__shoplist--head {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

.brand-page__shoplist--head label {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-bold);
    display: block;
    text-align: center;
}

.brand-page__shoplist--head select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../images/home/shop_list/area_select.svg");
    background-repeat: no-repeat;
    background-size: 10px 5.74px;
    background-position: right 20px center;
    width: 250px;
    height: 50px;
    border: solid 1px #cccccc;
    padding-left: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: var(--font-size-base);
    background-color: var(--color-white);
    margin: auto;
    cursor: pointer;
}

.brand-page__shoplist--result {
    padding: 0 15px;
}

.shop-result__list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.shop-card {
    border-radius: 10px;
    background-color: var(--color-white);
    padding: 27px 15px 31px;
}

.shop-card__brand {
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-bold);
    margin-bottom: 26px;
}

.shop-card__head {
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 23px;
    margin-bottom: 10px;
}

.shop-card__title {
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-bold);
}

.shop-card__body--title {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-bold);
    margin-bottom: 15px;
}

.shop-card__map {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    width: 60px;
    height: 20px;
    background-color: var(--color-primary);
    font-size: var(--font-size-sm);
    color: var(--color-white);
    column-gap: 5.8px;
    font-family: "Zen Maru Gothic";
    font-weight: var(--font-weight-medium);
    transition: all 0.5s;
}

.shop-card__map:hover {
    transform: scale(1.05);
}

.shop-card__map img {
    width: 7.24px;
    height: 10px;
}

.shop-card__body {
    font-size: var(--font-size-base);
    line-height: 30px;
}

.shop-card__text {
    font-weight: bold;
}

.shop-card__label {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.shop-card__label span {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px;
    padding: 10px 20px;
}

@media (min-width: 768px) {

    .brand-page__shoplist {
        padding-top: 108px;
    }

    .shop-result__list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .shop-card {
        width: calc((100% - 10px)/2);
        padding: 27px 40px 31px;
    }
}

@media (min-width: 1200px) {
    .brand-page__shoplist--result {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        padding: 0;
    }

    .brand-page__shoplist--head {
        flex-direction: row;
        align-items: center;
        row-gap: 0;
        column-gap: 30px;
        margin-bottom: 50px;
    }

    .brand-page__shoplist--head label {
        margin: 0;
        font-size: var(--font-size-xl);
    }

    .shop-result__title {
        row-gap: 20px;
    }

    .shop-result__title--image {
        width: 312px;
        height: 60px;
    }

    .shop-result__title--pref {
        font-size: var(--font-size-2xl);
    }

}

.brand-page__news {
    padding-top: 50px;
}

.brand-page__news--title {
    margin-bottom: 30px;
}

.brand-news__slider-container {
    margin-bottom: 50px;
    overflow: hidden;
}

.brand-news__slider {
    margin-bottom: 37px;
    height: fit-content;
}

@media (min-width: 768px) {
    .brand-page__news {
        padding-top: 88px;
    }

    .brand-page__news--title {
        margin-bottom: 48px;
    }

    .brand-news__slider-container {
        margin-bottom: 98px;
    }

    .brand-news__slider {
        margin-bottom: 58px;
        height: fit-content;
    }
}

.brand-page__social--title {
    margin-bottom: 30px;
}

.brand-page__social--list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.brand-page__social--list .social__link img {
    width: 50px;
    height: 50px;
}

@media (min-width: 768px) {
    .brand-page__social--title {
        margin-bottom: 40px;
    }
}

.brand-list {
    padding-top: 76px;
}

@media (min-width: 768px) {
    .brand-list {
        padding-top: 118px;
    }
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    gap: 20px;
}

.pagination .page-numbers {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 20px;
}

.page-numbers {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
}

.page-numbers.current {
    color: #CCCCCC;
}