/* ===================================================
   ハマクロス411 開業日記念
   スマホ基準
=================================================== */

.anniversary-wrap {
	background: #fff;
}

.anniversary-coupon {
	position: relative;
	overflow: hidden;
	padding: 45px 15px 65px;
	background:
		radial-gradient(circle at 8% 12%, rgba(255, 223, 80, .2) 0 65px, transparent 66px),
		radial-gradient(circle at 94% 82%, rgba(53, 211, 232, .14) 0 85px, transparent 86px),
		#fffaf7;
}

/* 装飾 */
.anniversary-coupon::before,
.anniversary-coupon::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.anniversary-coupon::before {
	top: -45px;
	right: -50px;
	width: 140px;
	height: 140px;
	border: 22px solid rgba(255, 79, 125, .07);
}

.anniversary-coupon::after {
	bottom: -50px;
	left: -55px;
	width: 150px;
	height: 150px;
	border: 24px solid rgba(0, 172, 214, .06);
}


/* ===================================================
   全体BOX
=================================================== */

.anniversary-coupon__inner {
	position: relative;
	z-index: 1;
	max-width: 980px;
	margin: 0 auto;
	background: #fff;
	border: 2px solid #ff4f7d;
	border-radius: 22px;
	box-shadow: 0 12px 35px rgba(255, 79, 125, .12);
	overflow: hidden;
}


/* ===================================================
   開業日記念 見出し
=================================================== */

.anniversary-coupon__heading {
	position: relative;
	padding: 30px 15px 28px;
	background:
		linear-gradient(
			135deg,
			#ff4f7d 0%,
			#ff6f91 55%,
			#ff8aa5 100%
		);
	text-align: center;
	color: #fff;
}

.anniversary-coupon__heading::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(circle, rgba(255,255,255,.22) 1.5px, transparent 1.5px);
	background-size: 15px 15px;
	opacity: .45;
}

.anniversary-coupon__label {
	position: relative;
	z-index: 1;
	margin: 0 0 7px;
	font-size: 11px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: .18em;
}

.anniversary-coupon__main-title {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #fff;
	font-size: 28px;
	line-height: 1.35;
	font-weight: 900;
	letter-spacing: .04em;
}

.anniversary-coupon__main-title::after,
.anniversary-coupon__main-title::before{
	display: none
}


/* ===================================================
   コンテンツ
=================================================== */

.anniversary-coupon__content {
	padding: 32px 18px 38px;
	text-align: center;
}


/* タイトル */
.anniversary-coupon__title {
	margin: 0 0 25px;
	color: #333;
	font-size: 17px;
	line-height: 1.65;
	font-weight: 800;
}

.anniversary-coupon__title span {
	display: block;
	margin-top: 6px;
	color: #ff3f73;
	font-size: 29px;
	line-height: 1.3;
	font-weight: 900;
	letter-spacing: .01em;
}


/* ===================================================
   先着5,000名
=================================================== */

.anniversary-coupon__limited {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 3px 5px;
	width: 100%;
	max-width: 390px;
	margin: 0 auto 20px;
	padding: 18px 12px 15px;
	background: #fff8da;
	border: 2px solid #f4c82e;
	border-radius: 15px;
	color: #333;
	box-sizing: border-box;
}

.anniversary-coupon__limited span {
	font-size: 16px;
	font-weight: 800;
}

.anniversary-coupon__limited strong {
	color: #ff4f7d;
	font-size: 36px;
	line-height: 1;
	font-weight: 900;
	letter-spacing: .02em;
}

.anniversary-coupon__limited small {
	flex: 0 0 100%;
	display: block;
	margin-top: 7px;
	color: #8a7020;
	font-size: 11px;
	line-height: 1.4;
	font-weight: 700;
}


/* ===================================================
   開始日
=================================================== */

.anniversary-coupon__period {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 auto 28px;
	padding: 9px 18px;
	background: #fff;
	border: 2px solid #ff4f7d;
	border-radius: 999px;
	color: #222;
	box-sizing: border-box;
}

.anniversary-coupon__period span {
	display: inline-block;
	padding: 5px 10px;
	background: #ff4f7d;
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	line-height: 1.4;
	font-weight: 700;
}

.anniversary-coupon__period strong {
	font-size: 17px;
	line-height: 1.4;
	font-weight: 900;
}


/* ===================================================
   説明
=================================================== */

.anniversary-coupon__lead {
	margin: 0 auto 30px;
	color: #333;
	font-size: 14px;
	line-height: 2;
	font-weight: 600;
}


/* ===================================================
   クーポン有効期限
=================================================== */

.anniversary-coupon__ticket {
	position: relative;
	width: 100%;
	max-width: 620px;
	margin: 0 auto 25px;
	padding: 24px 15px;
	overflow: hidden;
	background:
		linear-gradient(135deg, #ff4f7d, #ff718f);
	border-radius: 16px;
	color: #fff;
	box-shadow: 0 8px 20px rgba(255, 79, 125, .2);
	box-sizing: border-box;
}

.anniversary-coupon__ticket::before,
.anniversary-coupon__ticket::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}

.anniversary-coupon__ticket::before {
	left: -11px;
}

.anniversary-coupon__ticket::after {
	right: -11px;
}

.anniversary-coupon__ticket-title {
	margin: 0 0 9px;
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 700;
}

.anniversary-coupon__ticket-date {
	margin: 0;
	color: #fff;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 900;
	letter-spacing: .06em;
}


/* ===================================================
   注意書き
=================================================== */

.anniversary-coupon__note {
	margin: 0;
	color: #666;
	font-size: 11px;
	line-height: 1.8;
}


/* ===================================================
   PC
=================================================== */

@media screen and (min-width: 768px) {

	.anniversary-coupon {
		padding: 75px 20px 95px;
	}

	.anniversary-coupon__inner {
		border-width: 3px;
		border-radius: 28px;
	}

	/* 見出し */
	.anniversary-coupon__heading {
		padding: 42px 30px 38px;
	}

	.anniversary-coupon__label {
		margin-bottom: 9px;
		font-size: 13px;
		letter-spacing: .22em;
	}

	.anniversary-coupon__main-title {
		font-size: 42px;
		letter-spacing: .06em;
	}

	/* コンテンツ */
	.anniversary-coupon__content {
		padding: 48px 70px 55px;
	}

	/* タイトル */
	.anniversary-coupon__title {
		margin-bottom: 30px;
		font-size: 21px;
		line-height: 1.6;
	}

	.anniversary-coupon__title span {
		margin-top: 8px;
		font-size: 42px;
		line-height: 1.3;
	}

	/* 先着 */
	.anniversary-coupon__limited {
		max-width: 500px;
		gap: 5px 8px;
		margin-bottom: 25px;
		padding: 20px 25px 17px;
		border-radius: 18px;
	}

	.anniversary-coupon__limited span {
		font-size: 20px;
	}

	.anniversary-coupon__limited strong {
		font-size: 48px;
	}

	.anniversary-coupon__limited small {
		margin-top: 8px;
		font-size: 12px;
	}

	/* 開始日 */
	.anniversary-coupon__period {
		gap: 18px;
		margin-bottom: 38px;
		padding: 12px 35px;
	}

	.anniversary-coupon__period span {
		padding: 6px 16px;
		font-size: 13px;
	}

	.anniversary-coupon__period strong {
		font-size: 24px;
	}

	/* 説明 */
	.anniversary-coupon__lead {
		margin-bottom: 38px;
		font-size: 17px;
		line-height: 2.1;
	}

	/* チケット */
	.anniversary-coupon__ticket {
		margin-bottom: 30px;
		padding: 30px 25px;
		border-radius: 18px;
	}

	.anniversary-coupon__ticket-title {
		font-size: 16px;
	}

	.anniversary-coupon__ticket-date {
		font-size: 38px;
	}

	.anniversary-coupon__note {
		font-size: 12px;
	}

}