.contents .shinjuku-coupon-inner {
	width: 70%;
	max-width: 1400px;
	margin-inline: auto;
}
@media (max-width: 767.999px) {
	.contents .shinjuku-coupon-inner {
		width: 100%;
	}
}
.contents .shinjuku-coupon-inner img {
	width: 100%;
	height: auto;
}
.contents .shinjuku-coupon-link-store {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 64px;
	margin-inline: auto;
	/* padding-inline: 1em; */
	padding: clamp(0.25rem, 1vw, 0.8rem);
	color: #fdf8ea;
	border: 2px solid #a29990;
	/* border-radius: 4px; */
	border-radius: clamp(0.5rem, 1vw, 1rem);
	/* font-size: 18px; */
	font-size: clamp(1.5rem, 2.5vw, 3rem);
	font-family: 'Noto Serif JP', serif;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	transition: 0.2s ease-out;
}
@media (max-width: 767.999px) {
	.contents .shinjuku-coupon-link-store {
		width: 300px;
		font-size: 16px;
	}
}
.contents .shinjuku-coupon-link-store:hover {
	color: #000;
	background-color: #fdf8ea;
}
.contents .shinjuku-coupon-link-store::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	margin-left: 16px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transition: 0.2s ease-out;
}
.contents .shinjuku-coupon-link-store:hover::after {
	border-color: #000;
}
