/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 07 2025 | 04:05:21 */
/* メインビジュアルスライダー */

#slider {
	position: relative;
	width: 100vw;
	margin: 0 auto;
	overflow: hidden;
}
#slider .splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
