@charset "UTF-8";
/* CSS Document */
/* ===============================

投稿記事 スライダー

=============================== */
/* =================
コンテナ */
.js-post-single-slider {
	height: 100%;
}
.splide__slide {
	aspect-ratio: 4 / 3;
}
.splide__slide img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}
/* =================
arrows */
.js-post-single-slider .splide__arrow--prev {
	left: calc(0px - calc(var(--gutter-var-8x) / 1.2));
}
.js-post-single-slider .splide__arrow--next {
	right: calc(0px - calc(var(--gutter-var-8x) / 1.2));
}

/* =================
ページネイション */
.js-post-single-slider .splide__pagination {
	position: static;
	margin-top: -1em;
}