@charset "utf-8";

main .ttl {
	margin-top: 5rem;
}
main .feature {
	margin-top: 5rem;
	padding: 7rem 0 8rem;
	position: relative;
}
main .feature::before {
	display: block;
	content: '';
	width: calc(100% - 5rem);
	height: 100%;
	border-radius: 0 4rem 4rem 0;
	background-color: var(--subColor);
	position: absolute;
	top: 0;
	right: 5rem;
	z-index: -1;
}
@media (max-width: 1360px) {
	main .feature::before {
		width: 100%;
		right: 0;
	}
}
@media (max-width: 768px) {
	main .feature {
		margin-top: 4rem;
		padding: 5rem 0 7rem;
	}
}

/*  */
main .feature .bnr {
	margin: 0 auto;
	width: 100%;
}
main .feature h2 {
	margin-top: 5rem;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}
main .feature .lead {
	margin-top: 2rem;
	font-weight: 400;
	line-height: 1.68;
	text-align: center;
}
@media (max-width: 768px) {
	main .feature h2 {
		margin-top: 4rem;
		font-size: 3.6rem;
		line-height: 1.41;
	}
	main .feature .lead {
		font-size: 2.6rem;
	}
}

/* wrap */
main .feature .wrap {
	margin-top: 7rem;
	display: flex;
	flex-wrap: wrap;
	gap: 5.5rem 1.6%;
}
main .feature .wrap > div {
	width: 23.75%;
}
main .feature .pic {
	width: 100%;
	max-width: 28.5rem;
}
main .feature .pic img {
	width: 28.5rem;
	height: 28.5rem;
	object-fit: cover;
	border-radius: 2rem;
}
main .feature .period {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	font-weight: 400;
}
main .feature .ttlTxt {
	margin-top: 0.5rem;
	font-weight: 700;
}
main .feature .shopName {
	margin-top: 0.5rem;
	font-size: 1.4rem;
	font-weight: 400;
}
@media (max-width: 768px) {
	main .feature .wrap {
		margin-top: 6rem;
		gap: 5.5rem 4.3%;
	}
	main .feature .wrap > div {
		width: 47.8%;
	}
	main .feature .pic {
		max-width: 33rem;
	}
	main .feature .pic img {
		width: 33rem;
		height: 33rem;
		border-radius: 2.3rem;
	}
	main .feature .period {
		margin-top: 1rem;
		font-size: 2.4rem;
	}
	main .feature .ttlTxt {
		margin-top: 0;
		font-size: 2.6rem;
		line-height: 1.5;
	}
	main .feature .shopName {
		font-size: 2.4rem;
	}
}
