.main_wrap01 {
	padding: 30px 0 85px;
	background-image: url(../img/bg_dot01.png);
	background-size: 15px;
	background-repeat: repeat;
	background-position: center center;
}

.main_wrap01 .wrap_content {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.main_wrap01 .top_text {
	font-size: 24px;
	line-height: 32px;
	color: #5cb531;
	text-align: center;
	letter-spacing: 5px;
	text-indent: 5px;
}

.main_wrap01 .top_text span {
	display: inline-block;
}

.main_wrap01 h1 {
	width: 100%;
	margin-top: 25px;
}
.main_wrap01 h1 img {
	width: 100%;
}

.top_anchor {
	max-width: 1100px;
	width: 100%;
	/* margin: -90px auto 0; */
	margin: calc(100% * -0.075) auto 0;
	position: relative;
	/* top: -90px; */
	display: flex;
	gap: 4%;
}

.top_anchor .anchor_btn {
	width: 48%;
	aspect-ratio: 530/630;
	position: relative;
}

.top_anchor .anchor_btn .btn_content {
	position: absolute;
	top: 0;
}

.top_anchor .anchor_btn.ab01 .btn_content {
	width: 106.604%;
	right: 0;
}
.top_anchor .anchor_btn.ab02 .btn_content {
	width: 105.849%;
	left: 0;
}

.top_anchor .anchor_btn a {
	display: block;
	width: 62.264%;
	position: absolute;
	bottom: 6.349%;
	left: 50%;
	transform: translateX(-50%);
}

.top_anchor .anchor_btn a img {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.top_anchor .with {
	width: 8.636%;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.anchor_point {
	padding-top: 50px;
	margin-top: -50px;
}
.anchor_point2 {
	padding-top: 20px;
	margin-top: -20px;
}

.rally_wrap {
	width: 100%;
	margin-top: 85px;
}

.rally_wrap h2,
.rally_wrap h2 img {
	width: 100%;
}

.rally_wrap h2 img.sp {
	display: none;
}

.rally_wrap .rally_content {
	max-width: 1180px;
	margin: 30px 0 0;
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 3%;
	position: relative;
}

.rally_wrap .rally_content .flow {
	width: 38.3%;
}

.rally_wrap .rally_content .detail {
	width: 58.7%;
}

.rally_wrap .rally_content .entry_btn {
	width: 44.407%;
	position: absolute;
	bottom: -7.4%;
	left: 0;
}

.rally_wrap .rally_content .entry_btn img {
	width: 100%;
}

.rally_biz {
	width: 100%;
	margin-top: 75px;
}

.rally_biz .rb_head {
	width: 478px;
	height: 86px;
	border-radius: 43px;
	margin: 0 auto;
	background-color: #fcee21;
	border: solid 4px #39b54a;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rally_biz .rb_head h3 {
	font-size: 28px;
	color: #39b54a;
}

.rally_biz .biz_list {
	width: 100%;
	margin-top: 20px;
}

.rally_biz .biz_list a {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 15px;
	padding: 35px;
	position: relative;
	border-radius: 20px;
	background-color: white;
}

.rally_biz .biz_list a + a {
	margin-top: 25px;
}

.rally_biz .biz_list a .click {
	width: 77px;
	position: absolute;
	top: 14px;
	left: 17px;
}

.rally_biz .biz_list a .img_box {
	/* width: 38.053%; */
	width: 430px;
	height: 290px;
}

.rally_biz .biz_list a .img_box img {
	width: 100%;
	height: 100%;
}

.rally_biz .biz_list a .content_block {
	width: calc(100% - 445px);
	min-height: 290px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.rally_biz .biz_list a .period {
	width: 100%;
	display: flex;
}

.rally_biz .biz_list a .period .prd_head {
	width: 155px;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #5cb531;
	font-size: 18px;
	color: white;
}

.rally_biz .biz_list a .period .date {
	width: calc(100% - 155px);
	border: solid 1.5px #5cb531;
	padding: 5px 20px;
	display: flex;
	align-items: center;
	font-size: 24px;
	line-height: 30px;
}

.rally_biz .biz_list a .text_wrap {
	padding: 15px 5px 10px;
}

.rally_biz .biz_list a .ttl {
	font-size: 28px;
	line-height: 40px;
}

.rally_biz .biz_list a .benefits {
	display: flex;
	align-items: flex-start;
	/* min-height: 56px; */
	margin-top: 10px;
}

.rally_biz .biz_list a .benefits + .benefits {
	margin-top: 15px;
}

.rally_biz .biz_list a .benefits p {
	font-size: 18px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rally_biz .biz_list a .benefits p.head {
	color: #5cb531;
	min-width: 105px;
}

.rally_biz .biz_list a .biz_name {
	width: 100%;
	min-height: 40px;
	border-top: solid 1.5px #5cb531;
	border-bottom: solid 1.5px #5cb531;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.rally_biz .biz_list a .biz_name h5 {
	font-size: 24px;
	line-height: 32px;
}

.main_wrap02 {
	background-image: url(../img/bg_dot02.png);
	background-size: 15px;
	background-repeat: repeat;
	background-position: center center;
}

.main_wrap02 .top_block {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f15a24;
}

.main_wrap02 .top_block h2 {
	font-size: 30px;
	line-height: 1;
	text-align: center;
	color: white;
}

.festa_wrap {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 190px;
}

.festa_wrap .festa_head,
.festa_wrap .festa_head img {
	width: 100%;
}
.festa_wrap .festa_head img.sp {
	display: none;
}

.festa_wrap .festa_top_text {
	display: block;
	width: 69.583%;
	margin: 25px auto 0;
}

.festa_wrap .content_block {
	width: 100%;
	position: relative;
	background-color: #f7f8f8;
	border-radius: 30px;
	padding: 80px 60px 50px;
	margin-top: 80px;
}

.festa_wrap .content_block::before,
.festa_wrap .content_block::after {
	content: '';
	width: 312px;
	aspect-ratio: 312/34;
	position: absolute;
	top: -25px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.festa_wrap .content_block::before {
	background-image: url(../img/festa_deco_l.svg);
	left: 2%;
}
.festa_wrap .content_block::after {
	background-image: url(../img/festa_deco_r.svg);
	right: 2%;
}

.festa_wrap .content_block .cb_head {
	width: 480px;
	height: 86px;
	border-radius: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fcd13e;
	border: solid 4px #f15a24;
	position: absolute;
	top: -43px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}

.festa_wrap .content_block .cb_head h3 {
	font-size: 28px;
	line-height: 1;
	color: #f15a24;
	letter-spacing: 1px;
	text-indent: 1px;
}

.festa_wrap .ov_item {
	display: flex;
	align-items: flex-start;
	gap: 25px;
}

.festa_wrap .ov_item + .ov_item {
	margin-top: 12px;
}

.festa_wrap .ov_item .item_head {
	width: 135px;
	height: 60px;
	border-radius: 11.5px;
	background-color: #f15a24;
	display: flex;
	align-items: center;
	justify-content: center;
}

.festa_wrap .ov_item .item_head h4 {
	width: 75px;
	font-size: 24px;
	line-height: 1;
	color: white;
	text-align: justify;
	text-align-last: justify;
}

.festa_wrap .ov_item .item_content {
	width: calc(100% - 160px);
	min-height: 60px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.festa_wrap .ov_item .item_content p {
	font-size: 24px;
	line-height: 30px;
}

.festa_wrap .ov_item .item_content a {
	width: 148px;
	min-width: 148px;
	height: 48px;
	border: solid 1.5px #999;
	background-color: #f7f8f8;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.festa_wrap .content_block.biz {
	margin-top: 95px;
}

.festa_wrap .biz_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.festa_wrap .biz_list .biz_item {
	width: 47.6%;
}

.festa_wrap .biz_list .biz_item .img_box {
	width: 100%;
	aspect-ratio: 500/334;
	border-radius: 20px;
	overflow: hidden;
}

.festa_wrap .biz_list .biz_item .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.festa_wrap .biz_list .biz_item .item_content {
	position: relative;
	padding: 35px 0px 35px 0px;
}

.festa_wrap .biz_list .biz_item .rally_target {
	width: 38%;
	position: absolute;
	left: 4%;
	bottom: 100%;
	/* transform: translateY(59.375%); */
	transform: translateY(40%);
}

.festa_wrap .biz_list .biz_item .name {
	font-size: 23px;
	line-height: 33px;
	letter-spacing: 1px;
	padding: 0 4%;
}

.festa_wrap .biz_list .biz_item .addr {
	font-size: 14px;
	line-height: 22px;
	padding: 0 4%;
	margin-top: 2px;
	letter-spacing: 1px;
}

.festa_wrap .biz_list .biz_item .benefits {
	margin-top: 10px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.festa_wrap .biz_list .biz_item .benefits .head {
	width: 95px;
	height: 40px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f15a24;
	font-size: 16px;
	color: white;
}

.festa_wrap .biz_list .biz_item .benefits .text {
	width: calc(100% - 105px);
	min-height: 40px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	color: #f15a24;
}

.festa_wrap .content_block.event {
	margin-top: 140px;
}

.festa_wrap .event_block01 {
	display: flex;
	align-items: flex-start;
	gap: 5%;
}

.festa_wrap .event_block01 .img_box {
	width: 64%;
	aspect-ratio: 664/443;
	position: relative;
}

.festa_wrap .event_block01 .img_box .reservation {
	width: 18%;
	position: absolute;
	top: -1.6%;
	right: -1.46%;
}

.festa_wrap .event_block01 .img_box .event_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 26.5px;
}

.festa_wrap .event_block01 .text_block {
	width: 31%;
}

.festa_wrap .event_block01 .text_block .event_ttl {
	width: 100%;
	aspect-ratio: 325/114;
	position: relative;
}

.festa_wrap .event_block01 .text_block .event_ttl img {
	width: 107.69%;
	position: absolute;
	top: 0;
	right: -5px;
}

.festa_wrap .event_block01 .text_block .info {
	font-size: 18px;
	line-height: 29px;
	margin-top: 10px;
}

.festa_wrap .event_block01 .text_block .info span {
	color: #f15a24;
}

.festa_wrap .event_block01 .text_block .apply_btn {
	max-width: 320px;
	width: 100%;
	height: 86px;
	margin-top: 20px;
	border-radius: 43px;
	background-color: #f15a24;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	letter-spacing: 1px;
	text-indent: 1px;
}

.festa_wrap .event_block02 {
	margin-top: 100px;
	display: flex;
	align-items: flex-start;
	gap: 3.8%;
}

.festa_wrap .event_block02 .event_item {
	width: calc(92.4% / 3);
	position: relative;
}

.festa_wrap .event_block02 .event_item .event_ttl {
	width: 100%;
	aspect-ratio: 324/89;
	position: absolute;
	top: -64px;
}

.festa_wrap .event_block02 .event_item .event_ttl img {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.festa_wrap .event_block02 .event_item .img_box {
	width: 100%;
	aspect-ratio: 324/224;
	border-radius: 13px;
	overflow: hidden;
}

.festa_wrap .event_block02 .event_item .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.festa_wrap .event_block02 .event_item p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 8px;
	letter-spacing: 1px;
}

.festa_wrap .event_block02 .event_item p span {
	color: #f15a24;
}

@media screen and (max-width: 1200px) {
	.festa_wrap .event_block02 .event_item .event_ttl {
		top: -50px;
	}

	.rally_biz .biz_list a .period .date {
		font-size: 20px;
		line-height: 26px;
	}

	.rally_biz .biz_list a .ttl {
		font-size: 24px;
		line-height: 34px;
	}

	.rally_biz .biz_list a .benefits p.head {
		min-width: 85px;
	}

	.rally_biz .biz_list a .biz_name h5 {
		font-size: 20px;
		line-height: 28px;
	}
}

@media screen and (max-width: 1000px) {
	.rally_biz .rb_head {
		width: 400px;
		height: 70px;
		border-radius: 35px;
		top: -35px;
	}

	.rally_biz .rb_head h3 {
		font-size: 24px;
	}

	.rally_biz .biz_list {
		display: flex;
		flex-wrap: wrap;
		/* gap: 20px 4%; */
		gap: 20px;
		justify-content: center;
	}

	.rally_biz .biz_list a {
		/* width: 48%; */
		width: 100%;
		max-width: 600px;
		flex-wrap: wrap;
	}

	.rally_biz .biz_list a + a {
		margin-top: 0;
	}

	.rally_biz .biz_list a .img_box {
		width: 100%;
		height: auto;
		aspect-ratio: 43/29;
	}

	.rally_biz .biz_list a .content_block {
		width: 100%;
	}

	.festa_wrap .content_block {
		border-radius: 25px;
		padding: 70px 40px 50px;
	}

	.festa_wrap .content_block .cb_head {
		width: 400px;
		height: 70px;
		border-radius: 35px;
		top: -35px;
	}

	.festa_wrap .content_block .cb_head h3 {
		font-size: 24px;
	}

	.festa_wrap .ov_item {
		gap: 20px;
	}

	.festa_wrap .ov_item .item_head {
		width: 120px;
		height: 55px;
	}

	.festa_wrap .ov_item .item_head h4 {
		font-size: 20px;
		width: 65px;
	}

	.festa_wrap .ov_item .item_content {
		min-height: 55px;
		width: calc(100% - 140px);
		gap: 5px;
		flex-wrap: wrap;
	}

	.festa_wrap .ov_item .item_content p {
		font-size: 20px;
		line-height: 26px;
		min-height: 55px;
		display: flex;
		align-items: center;
	}

	.festa_wrap .ov_item .item_content a {
		margin: 0 0 0 auto;
	}

	.festa_wrap .biz_list .biz_item .item_content {
		padding: 20px 0px 10px 0px;
	}

	.festa_wrap .biz_list .biz_item .name {
		font-size: 20px;
		line-height: 28px;
		padding: 0;
	}

	.festa_wrap .biz_list .biz_item .addr {
		padding: 0;
		letter-spacing: 0;
	}

	.festa_wrap .biz_list .biz_item .benefits {
		flex-wrap: wrap;
		gap: 5px;
	}

	.festa_wrap .biz_list .biz_item .benefits + .benefits {
		margin-top: 15px;
	}

	.festa_wrap .biz_list .biz_item .benefits .head {
		width: 85px;
		height: 30px;
		border-radius: 8px;
		font-size: 14px;
	}

	.festa_wrap .biz_list .biz_item .benefits .text {
		width: 100%;
		line-height: 20px;
	}

	.festa_wrap .event_block01 {
		flex-wrap: wrap;
		justify-content: center;
		gap: 35px;
	}

	.festa_wrap .event_block01 .img_box {
		max-width: 450px;
		width: 100%;
	}

	.festa_wrap .event_block01 .text_block {
		max-width: 450px;
		width: 100%;
	}

	.festa_wrap .event_block01 .text_block .event_ttl {
		max-width: 280px;
		margin: 0 auto;
	}

	.festa_wrap .event_block01 .text_block .event_ttl img {
		left: 50%;
		transform: translateX(-50%);
		right: auto;
	}

	.festa_wrap .event_block01 .text_block .apply_btn {
		height: 70px;
		border-radius: 35px;
		margin: 20px auto 0;
		font-size: 20px;
	}

	.festa_wrap .event_block02 {
		flex-wrap: wrap;
		justify-content: center;
		gap: 65px 3.5%;
	}

	.festa_wrap .event_block02 .event_item {
		width: calc(96.5% / 2);
	}
}

@media screen and (max-width: 750px) {
	.festa_wrap .event_block02 .event_item .event_ttl {
		top: -40px;
	}

	.festa_wrap .biz_list {
		justify-content: center;
		gap: 40px;
	}

	.festa_wrap .biz_list .biz_item {
		width: 100%;
		max-width: 480px;
	}

	.festa_wrap .biz_list .biz_item .item_content {
		padding-top: 30px;
	}
}

@media screen and (max-width: 600px) {
	.main_wrap01 .top_text {
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 2px;
		text-indent: 2px;
	}

	.top_anchor {
		margin: 35px auto 0;
		justify-content: center;
		gap: 35px;
		flex-wrap: wrap;
	}

	.top_anchor .with {
		display: none;
	}

	.top_anchor .anchor_btn {
		max-width: 450px;
		width: 80%;
	}

	.anchor_point {
		padding-top: 30px;
		margin-top: -30px;
	}

	.rally_wrap {
		margin-top: 50px;
	}

	.rally_wrap h2 img {
		display: none;
	}

	.rally_wrap h2 img.sp {
		display: block;
	}

	.rally_wrap .rally_content {
		display: block;
	}

	.rally_wrap .rally_content .flow {
		max-width: 500px;
		width: 75%;
		display: block;
		margin: 0 auto;
	}

	.rally_wrap .rally_content .detail {
		max-width: 500px;
		display: block;
		width: 90%;
		margin: 35px auto 0;
	}

	.rally_wrap .rally_content .entry_btn {
		position: static;
		display: block;
		max-width: 400px;
		width: 90%;
		margin: 35px auto 0;
	}

	.rally_biz .rb_head {
		height: 60px;
		border-radius: 30px;
		border: solid 3px #39b54a;
		width: 250px;
		padding: 0 30px;
	}

	.rally_biz .rb_head h3 {
		font-size: 22px;
		white-space: nowrap;
	}

	.rally_biz .biz_list a {
		padding: 25px 25px 30px;
	}

	.rally_biz .biz_list a .click {
		width: 60px;
	}

	.rally_biz .biz_list a .period .prd_head {
		width: 105px;
		min-height: 35px;
		font-size: 14px;
	}

	.rally_biz .biz_list a .content_block {
		min-height: 0;
	}

	.rally_biz .biz_list a .text_wrap {
		padding: 10px 5px 20px;
	}

	.rally_biz .biz_list a .period .date {
		width: calc(100% - 105px);
		padding: 5px 10px;
		font-size: 16px;
		line-height: 22px;
	}

	.rally_biz .biz_list a .ttl {
		font-size: 18px;
		line-height: 26px;
	}

	.rally_biz .biz_list a .benefits {
		flex-wrap: wrap;
		gap: 5px;
	}

	.rally_biz .biz_list a .benefits + .benefits {
		margin-top: 10px;
	}

	.rally_biz .biz_list a .benefits p {
		font-size: 16px;
		line-height: 24px;
		width: 100%;
	}

	.rally_biz .biz_list a .biz_name h5 {
		font-size: 16px;
		line-height: 24px;
	}

	.main_wrap02 .top_block h2 {
		font-size: 22px;
	}

	.festa_wrap {
		padding-bottom: 100px;
	}

	.festa_wrap .festa_head img {
		display: none;
	}

	.festa_wrap .festa_head img.sp {
		display: block;
	}

	.festa_wrap .festa_top_text {
		width: 90%;
		max-width: 435px;
	}

	.festa_wrap .content_block {
		border-radius: 20px;
		padding: 55px 25px 45px;
		margin-top: 60px;
	}

	.festa_wrap .content_block .cb_head {
		/* width: 280px; */
		height: 50px;
		border-radius: 25px;
		top: -25px;
		border: solid 3px #f15a24;
		width: auto;
		display: inline-flex;
		min-width: 185px;
		padding: 0 30px;
	}

	.festa_wrap .content_block .cb_head h3 {
		font-size: 20px;
		white-space: nowrap;
	}

	.festa_wrap .content_block::before,
	.festa_wrap .content_block::after {
		width: 185px;
		top: -12px;
	}

	.festa_wrap .ov_item {
		flex-wrap: wrap;
		gap: 10px;
	}

	.festa_wrap .ov_item .item_head {
		width: 100px;
		height: 40px;
	}

	.festa_wrap .ov_item .item_head h4 {
		font-size: 18px;
		width: 60px;
	}

	.festa_wrap .ov_item .item_content {
		width: 100%;
		min-height: 0;
		gap: 10px;
	}

	.festa_wrap .ov_item .item_content p {
		min-height: 0;
		font-size: 18px;
		line-height: 26px;
	}

	.festa_wrap .ov_item + .ov_item {
		margin-top: 20px;
	}

	.festa_wrap .ov_item .item_content a {
		margin: 0 auto;
	}

	.festa_wrap .ov_item .item_content a {
		width: 115px;
		min-width: 115px;
		height: 40px;
		border-radius: 8px;
		font-size: 14px;
	}

	.festa_wrap .content_block.event {
		margin-top: 80px;
	}

	.festa_wrap .event_block01 {
		gap: 20px;
	}

	.festa_wrap .event_block01 .img_box .reservation {
		width: 20%;
	}
	.festa_wrap .event_block01 .img_box .event_img {
		border-radius: 18px;
	}

	.festa_wrap .event_block01 .text_block .event_ttl {
		max-width: 225px;
	}

	.festa_wrap .event_block01 .text_block .info {
		font-size: 16px;
		line-height: 26px;
	}

	.festa_wrap .event_block02 .event_item {
		width: 95%;
	}

	.festa_wrap .event_block02 .event_item .event_ttl {
		aspect-ratio: 324 / 80;
	}
}

@media screen and (max-width: 450px) {
	.main_wrap01 .top_text {
		font-size: 16px;
		line-height: 24px;
	}

	.festa_wrap .content_block .cb_head h3 {
		font-size: 18px;
	}

	.festa_wrap .ov_item .item_head h4 {
		font-size: 16px;
		width: 50px;
	}

	.festa_wrap .ov_item .item_content p {
		font-size: 16px;
		line-height: 24px;
	}

	.festa_wrap .biz_list .biz_item .img_box {
		border-radius: 12px;
	}

	.festa_wrap .biz_list .biz_item .item_content {
		padding-top: 25px;
	}

	.festa_wrap .biz_list .biz_item .name {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 0;
	}

	.festa_wrap .biz_list .biz_item .addr {
		font-size: 13px;
		line-height: 20px;
	}

	.festa_wrap .biz_list .biz_item .rally_target {
		width: 125px;
	}

	.festa_wrap .event_block01 .text_block .event_ttl {
		max-width: 200px;
	}

	.festa_wrap .event_block02 {
		gap: 70px;
		margin-top: 85px;
	}

	.festa_wrap .event_block02 .event_item .event_ttl {
		width: 85%;
		left: 0;
		right: 0;
		margin: auto;
	}

	.festa_wrap .event_block02 .event_item p {
		font-size: 14px;
		line-height: 22px;
	}
}
