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

MODEL スライダー

=============================== */
/* =================
コンテナ */
.model__slider {
	height: 100%;
}
.model__slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
/* =================
ページネイション */
.model__slider .splide__pagination {
	position: static;
	margin-top: 1em;
}
.core-model__slider .splide__pagination {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.custom-model__slider .splide__pagination {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.model__slider .splide__pagination__page:not(.is-active) {
	background-color: var(--color-main-thin);
}
@media (max-width: 959px) {
	.custom-model__slider .splide__pagination {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}