.section-gallery {
    
}

.section-gallery .responsive-image {
    width: 100%;
    height: 100%;
}
 
.section-gallery .splide__arrows {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 92px;
}

.section-gallery .splide__arrows .splide__arrow {
    background: none;
    height: 40px;
    width: 40px;
    border: var(--tateru-line-width) var(--tateru-color-secondary) solid;
    opacity: 1;
}

.section-gallery .splide__arrows .splide__arrow:hover {
    border: var(--tateru-line-width) var(--tateru-color-primary) solid;
}

.section-gallery .splide__arrows .splide__arrow img {
    width: 14.13px;
}

.section-gallery .splide__arrows .splide__arrow.splide__arrow--prev img {
    transform: rotate(-180deg);
}


.section-gallery .splide__arrow--prev {
    left: 0;
    top: 0;
}

.section-gallery .splide__arrow--next {
    right: 0;
    top: 0;
}

.section-gallery .splide__pagination {
    height: 40px;
    bottom: -54.75px;
    right: 0;
    left: auto;
    padding: 0;
    display: flex;
    gap: 12.13px;
}

.section-gallery .splide__pagination__page {
    background: #e5e5e5;
    height: 9.5px;
    width: 9.5px;
    margin: 0;
    opacity: 1;
}

.section-gallery .splide__pagination__page.is-active {
    transform: scale(1);
    background: var(--tateru-color-secondary);
}

/*  */