/*Base*/
/* CSS Document */
.swiper-container { width: 100%; position: absolute; top: 14.8%; }

.swiper-slide-active.is-in .obj__02 { width: 320px; }

@media screen and (max-width: 750px) { .swiper-slide-active.is-in .obj__02 { width: 42.66667vw; } }

.swiper-pagination { bottom: 0%; }

.swiper-pagination-bullet { width: 15px; height: 15px; margin: 0 1%; background-color: unset; opacity: 1; border: solid 2px #fff; }

@media screen and (max-width: 750px) { .swiper-pagination-bullet { width: 2vw; height: 2vw; } }

.swiper-pagination-bullet-active { background-color: #fff; }
/*# sourceMappingURL=swiper.css.map */