/*------ トップスライダーの横幅 ------*/
.topslider-container {
    background-color: #000000;
    height: auto;
}
.topslider {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 0;

}

/*------ トップスライダー画像 ------*/
.topslider img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
}

.topslide-dots li.slick-active button:before {
    background: #F2C802;
}
/*-------- 高さ調整 ----------*/
.topslider .slick-slide {
    height: auto !important;
}


