/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 13 2026 | 12:34:38 */
.p-mainVisual__slideTitle {
	font-size: 3rem;
	text-shadow: 4px 0px 3px rgba(0, 0, 0, 0.8);
    font-weight: bold;
}

.p-mainVisual__slideText {
	font-size: 1.5rem;
	text-shadow: 3px 0px 3px rgba(0, 0, 0, 0.8);
    font-weight: bold;
}

.-btn-b>.c-mvBtn__btn {
	font-weight: bold;
	/* color: #ffcf06 !important; */
}

.dp-none {
	display: none;
}

.mb-0 {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.p-mainVisual__textLayer {
		top: 20%;
		text-align: center;
	}
	
	.p-mainVisual__slideTitle {
		font-size: 2rem;
	}
	
	.p-mainVisual__slideText {
		margin: 0 auto 10px;
		font-size: 1.2rem;
	}
	
	.u-ta-l .c-mvBtn {
		margin: 0 auto;
	}
	
	.l-topTitleArea__body {
		margin-top: 180px;
	}
}