.selected-posts {
	position: relative;
	overflow: hidden;
	padding: 118px 0 25px;
}
.selected-posts .title p {
	margin: 0;
	font-size: 195px;
	color: #F4EFE9;
	position: absolute;
	top: -30px;
	line-height: 1;
	left: -12px;
	font-family: 'Ethic Serif';
	letter-spacing: -0.19rem;
	z-index: 1;
}
.selected-posts .archive-wrap h4 {
	font-size: 28px;
	position: absolute;
	font-family: 'Paris Script';
	width: 190px;
	margin: 0;
	left: -69px;
	transform: rotate(-10deg);
	top: 37px;
}
.selected-posts .archive-wrap {
	position: relative;
	max-width: 1146px;
	margin: 0 auto;
}
.selected-posts .archive-wrap article {
	margin: 0 10px 30px;
	width: 278px;
	background: white;
	padding: 10px 10px 16px;
}
.selected-posts .archive-wrap article img {
	width: 100%;
	height: 326px;
}
.selected-posts .archive-wrap article .meta {
	font-size: 9px;
	margin: 2px 0 0;
}
.selected-posts .archive-wrap article .meta .spacer {
	margin: 0 4px;
}
.selected-posts .archive-wrap article h3 {
	margin: 8px 0 0;
	font-size: 15px;
	line-height: 14px;
}
@media all and (max-width:1280px) {
	.selected-posts .archive-wrap h4 {
		left: -21px;
	}
}
@media all and (max-width:1080px) {
	.selected-posts .archive-wrap h4 {
		left: 8px;
		z-index: 1;
		font-size: 20px;
		width: 136px;
	}
	.selected-posts .title p {
		font-size:15vw;
	}
	.selected-posts .archive-wrap {
		position: relative;
		max-width: 700px;
		margin: 0 auto;
	}
}
@media all and (max-width:768px) {
	.selected-posts .archive-wrap {
		position: relative;
		max-width: 500px;
		margin: 0 auto;
	}
	.selected-posts .title p {
		top:-18px;
	}
}
@media all and (max-width:500px) {
	.selected-posts .archive-wrap {
			max-width: 100%;
			flex-wrap: nowrap;
			width: 100%;
			margin: 0 auto;
			justify-content: flex-start;
			overflow-x: auto;
			gap: 1rem;
			padding: 24px 0 0 25px;
			/* scroll-snap-type: x mandatory; */
			-webkit-overflow-scrolling: touch;
			display: flex;
		}
		.selected-posts .archive-wrap article {
			margin: 0 10px 30px 0;
			width: 278px;
			background: white;
			padding: 10px 10px 16px;
			flex: 0 0 auto;
			scroll-snap-align: start;
		}
		.selected-posts .archive-wrap h4 {
			left: 19px;
			z-index: 1;
			font-size: 20px;
			width: 136px;
			top: 0;
		}
		.selected-posts {
			position: relative;
			overflow: hidden;
			padding: 75px 0 6px;
		}
	.selected-posts .title p {
		top: -11px;
		font-size: 17vw;
	}
}