@charset "UTF-8";

.floating-banner {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
}

.floating-banner_list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.floating-banner_item {
	display: block;
	width: 100px;
	height: auto;
	border-radius: 100px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	aspect-ratio: 1/1;
}

.floating-banner_item:hover {
	opacity: 0.6;
}

.floating-banner_item img {
	display: block;
	width: 100%;
	height: auto;
}

.hero {
	position: relative;
	padding-bottom: 100px;
}

.hero::after {
	content: "";
	position: absolute;
	bottom: -150px;
	left: 0;
	width: 100%;
	min-width: 700px;
	height: auto;
	background: url(../img/herp-bg@2x.webp) no-repeat center / contain;
	aspect-ratio: 1440/682;
}

.hero img {
	position: relative;
	z-index: 10;
	width: 100%;
}

.overview {
}

.overview_intro {
	margin-bottom: 50px;
	font-size: 20px;
	text-align: center;
}

.overview_intro p {
	margin-bottom: 16px;
	font-weight: var(--font-bold);
}

.overview_list {
	display: flex;
	justify-content: center;
	gap: 20px 40px;
}

.overview_item {
	flex: 1;
}

.overview_item a {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	background-color: #ffffff;
	transition: opacity 0.3s;
}

.overview_item a:hover {
	opacity: 0.7;
}

.overview_item_cnt {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px 0;
	padding: 40px 40px 30px;
}

.overview_item_cnt img {
	display: block;
}

.overview_item_cnt > h3 > img {
	width: auto;
	height: 45px;
	object-fit: contain;
}

.overview_item_ft {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 15px 0;
	background-color: var(--c-red);
	color: #ffffff;
	font-weight: var(--font-bold);
}

.overview_item.-sns .overview_item_ft {
	background-color: var(--c-green);
}

.product_head {
	position: relative;
}

.product_head h2 {
	position: absolute;
	top: 20px;
	left: -40px;
	z-index: 10;
	width: 400px;
	height: auto;
	aspect-ratio: 400/402;
}

.product_head h2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product_head_img {
	position: relative;
	transform: translateX(200px);
	width: 100%;
	height: auto;
	margin-right: -500px;
	aspect-ratio: 1168/784;
}

.product_head_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product_head_img p {
	position: absolute;
	top: 80px;
	right: 200px;
	color: #ffffff;
	font-weight: var(--font-bold);
	font-size: 13px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 1);
}

.product_intro {
	margin-top: -120px;
}

.product_intro_catch {
	display: flex;
	flex-direction: column;
	gap: 6px 0;
	position: relative;
	z-index: 2;
	height: 1;
	font-size: 42px;
}

.product_intro_catch .-row {
	display: flex;
	gap: 6px 0;
}

.product_intro_catch .-wrap {
	width: fit-content;
	padding-left: 14px;
	background-color: #ffffff;
}

.product_intro_text {
	position: relative;
	z-index: 1;
	margin-top: -100px;
	padding: 120px 100px 100px;
	background: url(../img/bg-frame-white@2x.webp) no-repeat center / 100% 100%;
	font-weight: var(--font-bold);
}

.product_list {
	display: flex;
	flex-direction: column;
	gap: 50px 0;
	margin-top: 80px;
}

.product_item {
	display: flex;
	align-items: center;
}

.product_item:nth-child(2n) {
	flex-direction: row-reverse;
}

.product_item_img {
	position: relative;
	z-index: 2;
	width: 460px;
	max-width: 100%;
	height: auto;
	aspect-ratio: 460/400;
}

.product_item:nth-child(2n) .product_item_img {
	margin-left: -100px;
}

.product_item_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product_item_cnt {
	flex: 1;
	position: relative;
	z-index: 1;
	margin-left: -100px;
	padding: 60px 100px 80px 200px;
	background: url(../img/bg-frame-white@2x.webp) no-repeat center / 100% 100%;
}

.product_item:nth-child(2n) .product_item_cnt {
	margin-left: 0;
	padding: 60px 200px 80px 100px;
}

.product_item_cnt::after {
	content: "";
	display: block;
	position: absolute;
	top: -40px;
	right: -50px;
	width: 240px;
	height: auto;
	background: url(../img/product-danmen-gobou@2x.webp) no-repeat center / contain;
	aspect-ratio: 240/193;
}

.product_item:nth-child(2n) .product_item_cnt::after {
	right: 50px;
}

.product_item.-edamame .product_item_cnt::after {
	background-image: url(../img/product-danmen-edamame@2x.webp) ;
}

.product_item.-renkon .product_item_cnt::after {
	background-image: url(../img/product-danmen-renkon@2x.webp) ;
}

.product_item_cnt_ttl {
	position: relative;
	margin-bottom: 6px;
	font-size: 30px;
}

.product_item_cnt_ttl em {
	margin-left: 6px;
	font-size: 50px;
}

.product_item_cnt_ttl::before {
	content: "";
	display: block;
	position: absolute;
	top: -100px;
	left: -90px;
	width: 280px;
	height: auto;
	background: url(../img/product-text-gobou@2x.webp) no-repeat center / contain;
	aspect-ratio: 280/150;
}

.product_item.-edamame .product_item_cnt_ttl::before {
	background-image: url(../img/product-text-edamame@2x.webp);
}

.product_item.-renkon .product_item_cnt_ttl::before {
	top: -110px;
	left: -110px;
	background-image: url(../img/product-text-renkon@2x.webp);
}

.product_item_cnt_text {
	font-weight: var(--font-bold);
}

.campaign {
	position: relative;
	z-index: 1;
}

.campaign::before {
	content: "";
	opacity: 0.5;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(100% - 200px);
	background: #ffffff;
}

.campaign_border {
	opacity: 0.5;
	width: 100%;
	height: 100px;
}

.campaign_border.-bottom {
	transform: rotate(180deg);
}

.campaign_border img {
	width: 100%;
	height: 100%;
}

.campaign_wrap {
	position: relative;
	z-index: 1;
}

.campaign_sec {
	padding: 100px 0;
}

.campaign_sec:not(:last-child) {
	border-bottom: 1px solid var(--c-brown);
}

.campaign_head {
	text-align: center;
}

.campaign_head_ttl {
	max-width: 90%;
	margin: 0 auto 40px;
}

.campaign_head_intro {
	margin-bottom: 40px;
	font-weight: var(--font-bold);
	font-size: 20px;
}

.campaign_head_period {
	width: fit-content;
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 20px;
}

.campaign_head_period > dt {
	padding: 10px;
	background-color: var(--c-red);
	color: #ffffff;
	font-size: 30px;
}

.campaign_sec.-sns .campaign_head_period > dt {
	background-color: var(--c-green);
}

.campaign_head_period > dd {
	padding: 20px 20px;
	background-color: #ffffff;
}

.campaign_head_period > dd time {
	font-weight: var(--font-bold);
	font-size: 20px;
}

.campaign_head_period > dd span {
	font-size: 30px;
}

.campaign_head_period > dd .-text {
	margin: 6px 0;
	color: var(--c-green);
	font-weight: var(--font-bold);
}

.campaign_subsec {
	margin-top: 80px;
}

.campaign_subsec_ttl {
	margin-bottom: 30px;
	padding: 10px;
	border-radius: 50px;
	background-color: var(--c-red);
	color: #ffffff;
	font-size: 30px;
	text-align: center;
}

.campaign_sec.-sns .campaign_subsec_ttl {
	background-color: var(--c-green);
}

.campaign_present_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px 40px;
	position: relative;
	padding: 80px 60px 60px;
	border: 6px solid var(--c-red);
	border-radius: 20px;
	background-color: #ffffffa2;
}

.campaign_present_item.-w {
	flex-direction: row;
	border-color: var(--c-yellow);
}

.campaign_sec.-sns .campaign_present_item {
	border-color: var(--c-green);
}

.campaign_present_item:not(:last-child) {
	margin-bottom: 30px;
}

.campaign_present_item::after {
	content: "";
	position: absolute;
	top: -15px;
	left: 15px;
	width: 130px;
	height: auto;
	background: url(../img/campaign-present-ttl-a@2x.webp) no-repeat center / contain;
	aspect-ratio: 1/1;
}

.campaign_present_item.-b::after {
	background: url(../img/campaign-present-ttl-b@2x.webp) no-repeat center / contain;
}

.campaign_present_item.-w::after {
	background: url(../img/campaign-present-ttl-w@2x.webp) no-repeat center / contain;
}

.campaign_sec.-sns .campaign_present_item::after {
	background: none;
}

.campaign_present_cnt {
	text-align: center;
}

.campaign_present_item.-w .campaign_present_cnt {
	padding-top: 40px;
	text-align: left;
}

.campaign_present_ttl {
	margin-bottom: 20px;
	font-size: 42px;
	line-height: 1.2;
}

.campaign_present_ttl .-large {
	font-size: 56px;
}

.campaign_present_ttl .-small {
	font-size: 30px;
}

.campaign_present_winner {
	margin-bottom: 20px;
}

.campaign_present_winner > p {
	margin-top: 15px;
}

.campaign_present_text {
	font-weight: var(--font-bold);
	font-size: 20px;
}

.campaign_present_course {
	display: flex;
	justify-content: center;
	gap: 12px 40px;
}

.campaign_present_course_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px 0;
	width: calc(50% - 20px);
	padding: 40px 30px;
	border-radius: 20px;
	background-color: #ffffff;
}

.campaign_present_course_item.-single {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-width: 500px;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
}

.campaign_present_course_ttl {
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
}

.campaign_present_course_ttl::after {
	content: "";
	display: block;
	width: 150px;
	height: 3px;
	margin: 0 auto;
	margin-top: 6px;
	background-color: var(--c-red);
}

.campaign_present_course_ttl .-course {
	display: block;
	font-size: 18px;
}

.campaign_present_course_text {
	flex: 1;
}

.campaign_present_course_text > ul {
	width: fit-content;
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
}

.campaign_present_course_text > ul > li {
	position: relative;
}

.campaign_present_course_text > ul > li::before {
	content: "・";
}

.campaign_present_course_img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.campaign_present_course_link {
	display: flex;
	align-items: center;
	max-width: 200px;
	padding: 10px 20px;
	border-radius: 30px;
	background-color: #f3d179;
	font-weight: var(--font-bold);
	transition: opacity 0.3s;
}

.campaign_present_course_link:hover {
	opacity: 0.7;
}

.campaign_present_course_link .-icon {
	display: inline-block;
	width: 18px;
	height: auto;
	margin-left: 6px;
	aspect-ratio: 1/1;
}

.campaign_product_list {
	display: flex;
	justify-content: center;
	gap: 30px 40px;
}

.campaign_product_item {
	text-align: center;
}

.campaign_product_item > figure figcaption {
	margin-top: 15px;
	font-weight: var(--font-bold);
	font-size: 20px;
}

.campaign_flow_text {
	font-weight: var(--font-bold);
	font-size: 20px;
	text-align: center;
}

.campaign_flow_text > ol {
	width: fit-content;
	margin: 0 auto;
}

.campaign_flow_text > ol > li {
	margin-left: 1.5em;
	font-weight: var(--font-bold);
	font-size: 20px;
	text-align: left;
}

.campaign_flow_list {
	display: flex;
	justify-content: center;
	gap: 0 40px;
	margin-top: 30px;
}

.campaign_flow_item {
	text-align: center;
}

.campaign_flow_item > figure img {
	width: 300px;
	height: auto;
	object-fit: contain;
	aspect-ratio: 1/1;
}

.campaign_flow_item > figure figcaption {
	margin-top: 15px;
	padding: 10px;
	border-radius: 30px;
	background-color: var(--c-brown);
	color: #ffffff;
	font-weight: var(--font-bold);
	font-size: 20px;
}

.campaign_flow_link {
	margin-top: 40px;
}

.campaign_notes {
	height: 400px;
	padding: 50px;
	overflow-y: scroll;
	border-radius: 10px;
	background-color: #ffffffa1;
}

.campaign_notes_ttl {
	margin-bottom: 15px;
	font-weight: var(--font-bold);
}

.campaign_notes_list {
}

.campaign_notes_list > li {
	position: relative;
	padding-left: 1em;
}

.campaign_notes_list > li:not(:last-child) {
	margin-bottom: 10px;
}

.campaign_notes_list > li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.campaign_notes_list > li:last-child::after {
	content: "";
	display: block;
	height: 60px;
}

.product-link {
	padding: 80px 0;
}

.product-link_list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px 40px;
}

.product-link_list > li a {
	transition: 0.3s;
}

.product-link_list > li a:hover {
	opacity: 0.7;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:1040px) {
}

@media screen and (max-width:640px) {
	.floating-banner {
		right: 12px;
		bottom: 12px;
	}

	.floating-banner_list {
		gap: 8px;
	}

	.floating-banner_item {
		width: 80px;
	}

	.hero {
		padding-bottom: 60px;
	}

	.hero::after {
		bottom: -80px;
	}

	.overview_intro {
		margin-bottom: 30px;
		font-size: 16px;
	}

	.overview_list {
		flex-direction: column;
	}

	.product_head h2 {
		top: -50px;
		left: -30px;
		width: 45%;
		min-width: 170px;
	}

	.product_head_img {
		transform: translateX(50px);
	}

	.product_head_img p {
		top: -20px;
		right: 50px;
		font-size: 11px;
	}

	.product_intro {
		margin-top: -50px;
	}

	.product_intro_catch {
		font-size: 24px;
	}

	.product_intro_catch .-row {
		flex-direction: column;
	}

	.product_intro_catch  .-wrap.-pr {
		padding-right: 14px;
	}

	.product_intro_text {
		padding: 120px 50px 70px;
	}

	.product_list {
		margin-top: 50px;
	}

	.product_item {
		flex-direction: column;
		margin-bottom: 80px;
	}

	.product_item:nth-child(2n) {
		flex-direction: column;
	}

	.product_item:nth-child(2n) .product_item_img {
		margin-left: 0;
	}

	.product_item_cnt,
	.product_item:nth-child(2n) .product_item_cnt {
		margin-top: -140px;
		margin-left: 0;
		padding: 200px 50px 120px;
	}

	.product_item_cnt::after,
	.product_item:nth-child(2n) .product_item_cnt::after {
		top: auto;
		right: -20px;
		bottom: -80px;
	}

	.product_item_cnt_ttl {
		display: flex;
		flex-direction: column;
		margin-bottom: 25px;
		font-size: 28px;
		line-height: 1.2;
	}

	.product_item_cnt_ttl em {
		margin-left: 0;
		font-size: 48px;
	}

	.product_item_cnt_ttl::before,
	.product_item.-edamame .product_item_cnt_ttl::before,
	.product_item.-renkon .product_item_cnt_ttl::before {
		top: -80px;
		left: -60px;
		width: 180px;
	}

	.product_item.-renkon .product_item_cnt_ttl::before {
		top: -100px;
	}

	.campaign::before {
		top: 50px;
		height: calc(100% - 100px);
	}

	.campaign_border {
		height: 50px;
	}

	.campaign_sec {
		padding: 70px 0;
	}

	.campaign_head_intro {
		font-size: 18px;
	}

	.campaign_head_period > dt {
		font-size: 24px;
	}

	.campaign_head_period > dd time {
		font-size: 18px;
	}

	.campaign_head_period > dd span {
		font-size: 28px;
	}

	.campaign_head_ttl {
		margin: 0 auto 20px;
	}

	.campaign_head_intro {
		margin-bottom: 20px;
	}

	.campaign_subsec {
		margin-top: 50px;
	}

	.campaign_subsec_ttl {
		font-size: 24px;
	}

	.campaign_present_item {
		padding: 90px 20px 30px;
	}

	.campaign_present_item.-w {
		flex-direction: column;
	}

	.campaign_present_item::after {
		width: 100px;
	}

	.campaign_present_item.-w .campaign_present_cnt {
		padding-top: 0;
		text-align: center;
	}

	.campaign_present_ttl {
		font-size: 34px;
	}

	.campaign_present_ttl .-large {
		font-size: 50px;
	}

	.campaign_present_ttl .-small {
		font-size: 24px;
	}

	.campaign_present_course {
		flex-direction: column;
	}

	.campaign_present_course_item {
		width: 100%;
		padding: 40px 30px;
	}

	.campaign_product_list {
		flex-direction: column;
	}

	.campaign_flow_text {
		font-size: 16px;
	}

	.campaign_flow_text > ol > li {
		font-size: 18px;
	}

	.campaign_flow_list {
		gap: 0 12px;
	}

	.campaign_flow_item > figure figcaption {
		font-size: 16px;
	}

	.campaign_notes {
		padding: 30px 20px;
	}

	.campaign_notes_list > li:last-child::after {
		height: 30px;
	}

	.product-link {
		padding: 60px 0;
	}

	.product-link_list {
		flex-direction: column;
	}
}

@media print {
}
