@charset "UTF-8";

.smile_text {
	margin-bottom: 35px;
	font-weight: 500;
	font-size: 15px;
	line-height: 27px;
	text-align: center;
}

.smile_list {
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
}

.smile_item {
	max-width: 180px;
	min-width: 140px;
	width: 12.8572%;
}

.smile_contents {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.smile_contents-img {
	width: 100%;
	height: 100%;

	aspect-ratio: 18/13;
}

.smile_contents-img img {
	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center;
}

.smile_contents-details {
	display: flex;
	font-weight: normal;
	font-size: clamp(0.875rem, 0.739rem + 0.54vw, 1rem);
	flex-direction: column;
	align-items: center;
}

.smile_status {
	display: flex;
	column-gap: 1em;
	justify-content: center;
}

.smile_status h2 {
	font-weight: normal;
}

.smile_contents-details > span {
	font-size: 15px;
	letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
	.page_visual-container {
		margin-bottom: 50px;
	}
	.smile_text {
		margin-bottom: 35px;
	}

	.smile_text br {
		display: none;
	}

	.smile_list {
		width: 95%;
		column-gap: 1.6666%;

		row-gap: 50px;
	}

	@media screen and (min-width: 1147px) {
		.smile_list {
			max-width: 1400px;
		}
	}

	@media screen and (min-width: 965px) and (max-width: 1146px) {
		.smile_list {
			max-width: 917px;
		}
	}

	@media screen and (min-width: 790px) and (max-width: 964px) {
		.smile_list {
			max-width: 750px;
		}
	}

	@media screen and (max-width: 789px) {
		.smile_list {
			max-width: 590px;
		}
	}

	.smile_contents {
		row-gap: 10px;
	}
}
.main_container {
	padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.main_container {
		padding: 50px 0 80px;
	}
	.page_visual-container {
		margin-bottom: 20px;
	}
	.smile_text {
		margin-bottom: 15px;
	}

	.smile_list {
		width: 100%;
		padding: 0 30px;
		column-gap: 30px;

		row-gap: 30px;
	}

	@media screen and (min-width: 710px) {
		.smile_list {
			max-width: 710px;
		}
	}

	@media screen and (min-width: 540px) and (max-width: 709px) {
		.smile_list {
			max-width: 540px;
		}
	}

	@media screen and (min-width: 370px) and (max-width: 539px) {
		.smile_list {
			max-width: 370px;
		}
	}

	@media screen and (max-width: 369px) {
		.smile_list {
			flex-direction: column;
			align-items: center;
		}
	}

	.smile_contents {
		row-gap: 5px;
	}
}
