@charset "utf-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap .btn_box {
	margin-top: 20px;
}
.event_wrap .btn_box .e_btn {
	display: block;
	width: 100%;
	height: 88px;
	line-height: 88px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.025em;
	text-align: center;
	background-color: #FFED84;
	border-radius: 16px;
	overflow: hidden;
}