@charset "utf-8";
#summergift {
	width: 1260px;
	margin: 0 auto;
}
#summergift a:hover {
	text-decoration: none;
	opacity: 0.7;
}
/**/
#summergift .top {
	display: flex;
	position: relative;
	background: #02b3c8;
}
#summergift .top .top_txt {
	padding: 30px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
#summergift .top .top_txt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 760px;
	height: 100%;
	background-color: #02b3c8;
	background-image: radial-gradient(circle at 100% 150%, #02b3c8 24%, #fff 24%, #fff 28%, #02b3c8 28%, #02b3c8 36%, #fff 36%, #fff 40%, transparent 40%, transparent), radial-gradient(circle at 0 150%, #02b3c8 24%, #fff 24%, #fff 28%, #02b3c8 28%, #02b3c8 36%, #fff 36%, #fff 40%, transparent 40%, transparent), radial-gradient(circle at 50% 100%, #fff 10%, #02b3c8 10%, #02b3c8 23%, #fff 23%, #fff 30%, #02b3c8 30%, #02b3c8 43%, #fff 43%, #fff 50%, #02b3c8 50%, #02b3c8 63%, #fff 63%, #fff 71%, transparent 71%, transparent), radial-gradient(circle at 100% 50%, #fff 5%, #02b3c8 5%, #02b3c8 15%, #fff 15%, #fff 20%, #02b3c8 20%, #02b3c8 29%, #fff 29%, #fff 34%, #02b3c8 34%, #02b3c8 44%, #fff 44%, #fff 49%, transparent 49%, transparent), radial-gradient(circle at 0 50%, #fff 5%, #02b3c8 5%, #02b3c8 15%, #fff 15%, #fff 20%, #02b3c8 20%, #02b3c8 29%, #fff 29%, #fff 34%, #02b3c8 34%, #02b3c8 44%, #fff 44%, #fff 49%, transparent 49%, transparent);
	background-size: 50px 25px;
	opacity: 0.2;
	z-index: -1;
}
#summergift .top .top_txt h1 {
	font-weight: 900;
	font-size: 30px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
#summergift .top .top_txt p {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
#summergift .top .top_img {
	flex-shrink: 0;
}
/**/
#summergift .section {
	margin: 100px 0;
	padding: 30px;
	background: #c5e6e8;
}
#summergift .section .sec_txt {
	position: relative;
	margin-bottom: 30px;
}
#summergift .section .sec_txt h2 {
	position: absolute;
	font-size: 50px;
	font-weight: 900;
	top: calc(-1em - 30px);
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
#summergift .section .sec_txt p {
	text-align: center;
	width: 600px;
	margin: 0 auto;
}
#summergift .section ul {
	display: flex;
	flex-wrap: wrap;
	row-gap: 16px;
	column-gap: 16px;
}
#summergift .section ul li {
	display: flex;
	flex-direction: column;
	background: #fff;
	width: 24%;
	padding: 15px;
	border-radius: 10px;
	box-sizing: border-box;
}
#summergift .section ul li ._txt {
	flex-grow: 1;
}
#summergift .section ul li ._txt ._name {
	font-size: 20px;
	font-weight: bold;
}
#summergift .section ul li ._btn a {
	background: #02b3c8;
	display: block;
	padding: 10px;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	position: relative;
}
#summergift .section ul li ._btn a.feature-page {
	background: #004f51;
}
#summergift .section ul li ._btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
#summergift .section a.feature-page-l {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #004f51;
	padding: 10px;
	font-size: 20px;
	border-radius: 30px;
	margin-top: 30px;
	position: relative;
}
#summergift .section a.feature-page-l:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
#summergift .section .sub_section {
	border-top: dotted 5px #fff;
	margin-top: 50px;
}
#summergift .section .sub_section .sec_txt h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	min-height: 60px;
	height: auto;
	margin: 30px 0 10px 0;
	position: relative;
	z-index: 1;
	text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8);
}
#summergift .section .sub_section .sec_txt h3::before {
	content: '';
	position: absolute;
	top: 25%;
	transform: translate(-50%, -50%) rotate(-30deg);
	z-index: -1;
	background-image: url(/img/genre/2/r5403_sub_dec.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 60px;
	height: 60px;
	opacity: 0.5;
}
/**/
@media screen and (max-width: 768px) {
	#summergift {
		width: 100%;
	}
	#summergift .top {
		flex-direction: column-reverse;
	}
	#summergift .top .top_img {
		z-index: 1;
	}
	#summergift .section {
		margin: 70px 0;
	}
	#summergift .section .sec_txt h2 {
		font-size: 35px;
	}
	#summergift .section .sec_txt p {
		width: auto;
	}
	#summergift .section ul {
		display: block;
	}
	#summergift .section ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	#summergift .section a.feature-page-l {
		font-size: 1em;
	}
	#summergift .top .top_txt:before {
		width: 100%;
	}
}
