@charset "UTF-8";

body {
	font-family: "Inter", sans-serif;
	color: #333;
}

html {
	scroll-behavior: smooth;
}

.message-box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 1000;
	display: none;
	max-width: 90%;
	text-align: center;
}

.message-box button {
	background-color: #4f46e5;
	color: white;
	padding: 8px 16px;
	border-radius: 6px;
	margin-top: 15px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.message-box button:hover {
	background-color: #4338ca;
}

/* home */

#home {
	background-image: url(image/main-visual-backgroud-pc.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	#home {
		background-image: url(image/main-visual-backgroud-sp.jpg);
		height: 80vh;
		background-position: bottom;
	}
}

/* thanks */
.ly-top-section {
	margin: 90px;
}

.top-thanks-container {
	text-align: center;
}

.top-thanks-container h1 span {
	font-size: 100px;
}

.thanks-container {
	margin-bottom: 120px;
}

.thanks-img {
	margin-bottom: 60px;
}

.thanks-inner {
	padding: 30px;
}

.thanks-inner-discription {
	margin-bottom: 40px;
	text-align: center;
}

.home-btn {
	display: block;
	margin: 0 auto;
	width: 250px;
	border: none;
}

.home-btn:hover {
	opacity: 0.8;
}

.home-btn span {
	text-align: center;
	display: block;
}

@media (min-width: 768px) {
	.ly-top-section {
		margin: 60px;
	}
}

.container {
	margin: 0 auto;
}

.thanks-section .home-btn {
	margin: 0 auto;
}

@media screen and (max-width: 500px) {
	.text-4xl {
		font-size: 2rem !important;
	}
	.p-8 {
		padding: 1rem;
	}
	.text-2xl {
		font-size: 1.3rem;
	}
	.text-3xl {
		font-size: 1.7rem;
	}
}
