@charset "UTF-8";

.swiper {
    width: 100%;
    aspect-ratio: 4;
}

.swiper-slide {
    width: 67%;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper-slide-txt {
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: #000;
}

.swiper-button-prev,
.swiper-button-next {
    display: block !important;
}

.swiper-button-prev {
    left: 13%;
    right: auto;
}

.swiper-button-next {
    right: 13%;
    left: auto;
}
