.vjs-poster img {
	object-fit: cover !important;
}

.splide_drag {
	position: absolute;
	left: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 15 !important;
	background-color: rgba(200, 100, 150, 0.0);
}

.video-js .vjs-big-play-button {
	display: none;
}

.video-js .vjs-control-bar {
	display: none;
}

.video-js {
	will-change: transform, opacity;
	backface-visibility: visible;
}

.splide_button {
	/* font-family: "Oswald", sans-serif; */
	/* font-family: "Archivo Narrow", sans-serif; */
	/* font-family: "Lato", sans-serif; */
	font-family: "Roboto", system-ui;
	/* font-family: "Roboto Flex", system-ui; */
	font-weight: 300;
}

.splide a {
	color: #fff !important;
}

.splide_button {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 1000px;
}

.splide__slide:before {
	content: "";
	display: block;
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
	position: absolute;
	width: 100%;
	top: 0;
	pointer-events: none;
	z-index: 5;
}

.splide__slide:after {
	content: "";
	display: block;
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.8));
	position: absolute;
	width: 100%;
	bottom: 0;
	pointer-events: none;
	z-index: 5;
}

.splide_link:hover .splide_button {
	background-color: rgba(255, 255, 255, 0.2);
}

.splide_link:hover {
	opacity: 0.8;
}

.splide_link {
	z-index: 15;
}

.splide__slide {
	display: flex;
}

.splide_lead {
	font-family: HiraKakuProN-W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
	color: #FFF;
}

.splide__pagination {
	padding: 0 1em;
	position: static;
	z-index: 1;
}

.splide__pagination__page.is-active {
	background: #000;
	transform: scale(1.0);
	z-index: 1;
}