.bato-carousel {
    overflow-x: clip;
    padding-bottom: 5rem;
}

.bato-carousel .swiper {
    overflow: visible;
}

.bato-carousel .swiper-slide {
    display: flex;
    align-items: flex-end;
}

.bato-press-slider__list {
    padding-top: 0.5rem;
}

.bato-carousel-item {
    max-width: 100%;
    width: 29.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}

.bato-carousel-item__image {
    width: 100%;
    aspect-ratio: 295/285;
    z-index: -1;
}

.bato-carousel-item__title {
    color: var(--color-gray-dark);
    text-align: right;
}

.bato-carousel-item__year {
    --shift: 4rem;

    font-weight: 700;
    font-size: 4rem;
    line-height: 1;
    position: absolute;
    bottom: 2rem;
    right: -20%;
    margin-left: calc(var(--shift) * -1);
    z-index: 99999;
}

.bato-carousel-item__year strong {
    font-size: 10rem;
    color: transparent;
    -webkit-text-stroke: 0.1rem var(--color-black);
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: var(--shift);
    opacity: 0.2;
}

.bato-carousel-item.top {
    margin-bottom: 13.5rem;
}

.bato-carousel-item.top .bato-carousel-item__title {
    order: 1;
    text-align: left;
}

.bato-carousel-item.top .bato-carousel-item__year {
    bottom: auto;
    top: 5rem;
}

.bato-carousel-item.top .bato-carousel-item__year strong {
    bottom: auto;
    top: -35%;
}

@media screen and (max-width: 1024.9px) {
    .bato-carousel .slider-nav {
        padding-top: 5rem;
    }
}

@media screen and (max-width: 767.9px) {
    .bato-carousel-item {
        width: 22.6rem;
    }
}

@media screen and (max-width: 575.9px) {
    .bato-carousel {
        padding-top: 9.5rem;
    }

    .bato-carousel__header {
        margin-bottom: 4.5rem;
    }

    .bato-carousel-item {
        gap: 0.5rem;
    }

    .bato-carousel-item.top {
        margin-bottom: 10rem;
    }

    .bato-carousel-item.top .bato-carousel-item__year {
        top: 3.5rem;
        right: -32%;
    }

    .bato-carousel-item.top .bato-carousel-item__year strong {
        left: -50%;
    }
}