@charset "UTF-8";
/* CSS Document */

/* adp 251121 css */

.fv__swiperArea {
    width: 400px;
    position: relative;
    position: absolute;
    bottom: 100px !important;
    right: 160px;
    z-index: 90;
}

@media print, screen and (max-width: 1920px) {
    .fv__swiperArea {
        width: 20.8333333333vw;
        bottom: 4vw !important;
        right: 8.3333333333vw;
    }
}

@media print, screen and (max-width: 1025px) {
    .fv__swiperArea {
        width: 23.92578125vw;
        bottom: 3vw !important;
        right: 4vw;
    }
}

@media print, screen and (max-width: 750px) {
    .fv__swiperArea {
        position: static;
        width: 90.7894736842vw;
        padding: 14.1333333333vw 0 14.6666666667vw 0;
        margin: 0 auto;
    }
}