@charset "utf-8";

.default_bn img,
.random_bn img,
.each_bn img,
.slide_bn img {
    box-sizing: border-box;
}

.default_bn ul,
.random_bn ul {
    margin: 0;
    padding: 0;
}

.default_bn_border,
.random_bn_border,
.each_bn_border,
.slide_bn_border {
    border: 1px solid rgba(0,0,0,0.2);
}

.slide_bn {
    width: 100% !important;
    height: 100% !important;
}

.slide_bn.ando-main-carousel {
    width: 100% !important;
    height: 100% !important;
    min-height: clamp(360px, 66.8vh, 760px);
    background: #fff;
    overflow: hidden;
}

.ando-visual-zone .slide_bn.ando-main-carousel {
    position: absolute;
    inset: 0;
    min-height: 0;
}

.slide_bn.ando-main-carousel .swiper-wrapper,
.slide_bn.ando-main-carousel .swiper-slide,
.slide_bn.ando-main-carousel a {
    width: 100%;
    height: 100%;
}

.slide_bn.ando-main-carousel img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    transition: filter 1800ms ease;
}

.slide_bn.ando-main-carousel .swiper-slide-active img,
.slide_bn.ando-main-carousel .swiper-slide-duplicate-active img {
    filter: grayscale(0);
}

.swiper-slide-slide_bn {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}
