
body {
    overflow-y: scroll !important;
}

.brand_cs--wrapper {
    background-color: #C49F8A;
}

.brand_cs--wrapper  .section_brand {
    padding-left: 20px;
    padding-right: 20px;
}

.brand_cs--wrapper  .section_brand h1 {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
    font-size: 32px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 1;
    top: 190px;
}

.section_brand--img {
    margin-left: auto;
    padding-top: 10rem;
    width: 366px;
}

.section_brand--img img {
    width: 366px;
    height: auto;
    position: absolute;
    z-index: 0;
}


.section_brand .section_brand--small {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #2c2926;
    margin-top: 24rem;
}
.pc_slide_hl .swiper {
    width: 100%;
    height: 100%;
  }

.pc_slide_hl  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

 .pc_slide_hl .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
@media screen and (min-width:720px) {
    .rollable_sp {
        display: none;
    }
    .section_brand--img img {
        width: 66.042vw;
        position: relative;
        z-index: 0;
        top: 0;
        left: 0;
    }
    .section_brand--img {
        margin-left: 35%;
        padding-top: 0;
    }
    .bg_sp {
        display: none;
    }
    .section_brand {
        position: absolute;
        z-index: 3;
        top: 5%;
        left: 2%;
    }
    .brand_cs--wrapper .section_brand h1 {
        font-size: 3.125vw;
        top: 9.896vw;
    }
    .section_brand .section_brand--small {
        width: 25vw;
        font-size: 1.042vw;
        margin-top: 15.208vw;
    }
    .pc_slide_hl {
        margin-top: 15.208vw !important;
        margin-bottom: 15vw;
    }
    .swiper-button-next, .swiper-button-prev {
        color: unset !important;
    }
}

@media screen and (max-width:720px) {
    .bg_pc {
        display: none;
    }
    .pc_slide_hl {
        display: none;
    }
}