.splide img {
	max-width: 100%;
}

.splide_description {
	display: flex;
	position: absolute;
	bottom: 0;
	align-items: center;
	z-index: 10;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	padding: 16px 32px 24px;
}

.splide__slide:before {
	height: 140px;
}

.splide__slide:after {
	height: 140px;
}

.splide_lead {
	font-size: 16px;
}

.splide_button {
	width: auto;
	font-size: 14px;
	/* margin-left: 3.75vw; */
	margin-left: 10px;
	/* height: 0; */
	/* padding: 1.75vw 3.75vw; */
	padding: 8.5px 22px;
	box-sizing: border-box;
	letter-spacing: 0.1rem;
	min-width: 6.5rem;
	text-align: center;
	font-weight: 300;
}

.splide__pagination__page {
	background: #fff;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 9px;
	margin: 7px;
	margin-top: 16px;
	opacity: .7;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 9px;
	border: 1px solid #000;
}

.sp_only {
	display: none;
}

.pc_only {
	display: block;
}

.pc_video {
	height: 420px !important;
}

.splide__slide {
	width: 960px !important;
}

.splide__arrow svg {
    fill: #fff;
    height: 20px;
    width: 20px;
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0,0,0,0.4);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    z-index: 1;
}

.splide__arrow--prev img {
	transform: scale(-1);
}