/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 18 2025 | 00:22:36 */
/* トップページ */

/* ファーストビュー */
.p-index-slider__item::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	z-index: 1;
}

.p-index-slider__nav {
	top: calc(50% + 180px);
}