@charset "utf-8";
.container {
		overflow: hidden
}
body {
		background: #E60012;
}
.section_footer {
		margin-top: 0px;
}
.camp_hdr {
		height: 600px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		margin-bottom: 80px;
}
.camp_hdr.kazoku-wakuwaku {
		background-image: url("../re_images/wakuwaku_hdr_bg_pc.jpg")
}
.camp_hdr img {
		width: 100%;
		height: auto;
}
.camp_hdr h1.kazoku-wakuwaku {
		width: 1200px;
}
@media(max-width: 1300px) {
		.camp_hdr {
				height: 440px;
				padding-top: 50px;
		}
		.camp_hdr h1.kazoku-wakuwaku {
				width: 800px;
		}
}
@media(max-width: 840px) {
		.camp_hdr h1.kazoku-wakuwaku {
				width: 700px;
		}
}
@media(max-width: 767px) {
		.camp_hdr.kazoku-wakuwaku {
				background-image: url("../re_images/wakuwaku_hdr_bg_sp.jpg");
				background-repeat: no-repeat;
				background-position: center center;
				background-size: cover;
				height: auto;
		}
		.camp_hdr {
				height: auto;
				background: none;
				background: #ffec60;
				padding: 0;
				margin: 0 0 40px;
		}
		.camp_hdr h1.kazoku-wakuwaku {
				width: 100%;
		}
}
.camp_wrap {
		max-width: 1160px;
		margin: 0 auto;
		padding: 0 30px;
}
@media(max-width: 767px) {
		.camp_wrap {
				padding: 0 20px;
		}
}
.camp_blk {
		margin: 0 0 30px;
}
.camp_blk.last {
		margin-bottom: 90px;
}
.camp_blk img {
		width: 100%;
		height: auto;
		border-radius: 24px;
		box-shadow: rgba(0, 0, 0, 0.1) 8px 8px 0px;
}
@media(max-width: 767px) {
		.camp_blk img {
				border-radius: 16px;
				box-shadow: rgba(0, 0, 0, 0.1) 4px 4px 0px;
		}
		.camp_blk {
				margin: 0 0 25px;
		}
		.camp_blk.last {
				margin-bottom: 50px;
		}
}
/* ================== */
.camp_main {
		background: #fff;
		color: #4D171B;
		padding: 50px 80px 80px;
		margin-bottom: 70px;
		border-radius: 24px;
		box-shadow: rgba(0, 0, 0, 0.1) 8px 8px 0px;
		min-height: 400px;
}
.camp_main_hd {
		background: #E60012;
		color: #fff;
		height: 55px;
		border-radius: 60px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 60px 0 40px;
}
.camp_main_hd.first {
		margin-top: 0;
}
.camp_main_hd h4 {
		font-size: 22px;
		font-weight: 700;
}
.camp_date {
		text-align: center;
		font-size: 30px;
		font-weight: 700;
}
.camp_lead {
		text-align: center;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.6;
		margin: 0 0 25px
}
.product_flex_center {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 0 20px
}
.product_item {
		width: 360px;
		margin: 0 0 30px
}
.product_thumb {
		margin: 0 auto;
		width: 265px;
}
.product_item p {
		text-align: center;
		font-size: 20px;
		line-height: 1.6;
		font-weight: 700;
}
.notes_center {
		display: flex;
		justify-content: center;
		align-items: center;
}
ul.notes {
		text-align: center;
		list-style: none;
}
ul.notes li {
		line-height: 1.6;
		margin: 0 0 2px;
}
@media(max-width: 1024px) {
		.camp_date {
				font-size: 22px;
		}
		.camp_lead {
				font-size: 18px;
		}
		.product_item {
				width: calc(calc(100% - 40px) * 0.5);
				margin: 0 10px 30px
		}
		.product_thumb {
				margin: 0 auto;
				width: calc(100% - 20px);
				max-width: 320px;
		}
		.product_thumb img {
				width: 100%;
				height: auto;
		}
		.product_item p {
				font-size: 16px;
		}
}
@media(max-width: 767px) {
		.camp_main {
				padding: 40px 20px;
				margin-bottom: 70px;
				border-radius: 16px;
				box-shadow: rgba(0, 0, 0, 0.1) 4px 4px 0px;
		}
		.camp_main_hd {
				height: 48px;
				margin: 40px 0 20px;
		}
		.camp_main_hd.first {
				margin-top: 0;
		}
		.camp_main_hd h4 {
				font-size: 20px;
		}
		.camp_date {
				font-size: 22px;
				line-height: 1.8;
		}
		.product_item {
				width: 100%;
				margin: 0 0 35px;
		}
		.product_item p {
				font-size: 16px;
		}
		.camp_lead {
				text-align: left;
				font-size: 18px;
				margin: 0 0 25px;
		}
		ul.notes {
				text-align: left;
				margin-left: 1em;
		}
		ul.notes li {
				font-size: 14px;
				position: relative;
		}
		ul.notes li span.mark {
				display: block;
				position: absolute;
				top: 0;
				left: -1em
		}
}
/* ================== */
.terms_col {
		background: #fff;
		color: #4D171B;
		padding: 55px;
		font-weight: 400;
		margin-bottom: 60px;
		border-radius: 24px;
		box-shadow: rgba(0, 0, 0, 0.1) 8px 8px 0px;
}
.terms_col_hd {
		border-radius: 40px;
		height: 64px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 10px;
		margin: 0 0 35px;
		background: #e60012;
		color: #fff;
}
.terms_col h4 {
		text-align: center;
		font-size: 22px;
		font-weight: 600;
		padding: 0;
		margin: 0;
}
.terms_col_flex {
		display: flex;
		margin: 0 0 40px;
}
.terms_col_flex dt {
		width: 140px;
		line-height: 1.6;
		font-weight: 600;
}
.terms_col_flex dd {
		font-weight: 400;
		flex: 1;
		line-height: 1.8;
}
.terms_col_flex dd ul.circle {
		margin-left: 1.25em;
		list-style: none;
}
ul.circle li {
		font-weight: 400;
		list-style: none;
		line-height: 1.8;
		position: relative;
		margin: 0 0 3px;
}
ul.circle li::after {
		content: '・';
		display: block;
		position: absolute;
		left: -1.1em;
		top: 0;
}
ul.circle li ul {
		padding-top: 3px;
		margin-left: 1em;
}
ul.circle li ul li {
		margin: 0;
}
ul.circle li ul li::after {
		content: '・';
}
@media(max-width: 767px) {
		.terms_col {
				border-radius: 16px;
				box-shadow: rgba(0, 0, 0, 0.1) 4px 4px 0px;
				padding: 30px 15px 15px;
		}
		.terms_col_flex {
				display: block;
				margin: 0 0 40px;
		}
		.terms_col_flex {
				font-size: 15px;
		}
		.terms_col_hd {
				display: block;
				padding: 3px 5px;
		}
		.terms_col h4 {
				font-size: 18px;
				text-align: center;
				line-height: 1.6;
		}
		.terms_col_flex dt {
				width: auto;
				margin: 0 0 5px;
				font-size: 16px;
		}
		.terms_col_flex dt br {
				display: none;
		}
		.degital .panel_inner {
				margin-bottom: 20px;
		}
}
.kazoku-wakuwaku_flow {
		max-width: 630px;
		margin: 0 auto;
		margin-top: 20px;
		padding: 0 20px;
}
.kazoku-wakuwaku_flow img {
		width: 100%;
		height: auto;
}