.swiper {
    width: 770px;
    height: 125px;
}
.swiper-pagination-bullet {
    /* ページネーションの色変更 */
    background-color: #555;
}

/* 再生停止コントロール */
.swiper-controls {
    display: flex;
}
.swiper-pagination {
    position: initial;
    /* display: inline; */
    width: fit-content;
}
.swiper-button {
    cursor: pointer;
}
.swiper-button:hover {
    filter: brightness(2)
}