@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Roboto:wght@400;500;700;900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");

:root {
	--primary-color: #ff613c;
	--secondary-color: #5c1e03;
	--regular: 400;
	--medium: 500;
	--bold: 700;
	--black: 900;
}

.cinzel {
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.roboto {
	font-family: "Roboto", sans-serif;
	font-style: normal;
}

/* ============================================================
/* inview
============================================================ */
.js-inview-fadeup {
	opacity: 0;
	transform: translateY(50px);
}
.js-inview-fadeup.inviewed {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.5s ease, transform 1s ease;
}

.js-inview-fade {
	opacity: 0;
}
.js-inview-fade.inviewed {
	opacity: 1;
	transition: opacity 1s ease;
}

.js-inview-delay0.inviewed {
	transition-delay: 0s;
}
.js-inview-delay1.inviewed {
	transition-delay: 0.25s;
}
.js-inview-delay2.inviewed {
	transition-delay: 0.5s;
}
.js-inview-delay3.inviewed {
	transition-delay: 0.75s;
}
.js-inview-delay4.inviewed {
	transition-delay: 1.25s;
}
@media screen and (max-width: 599px) {
	.js-inview-delaysp0.inviewed {
		transition-delay: 0s;
	}
	.js-inview-delaysp1.inviewed {
		transition-delay: 0.25s;
	}
	.js-inview-delaysp2.inviewed {
		transition-delay: 0.5s;
	}
	.js-inview-delaysp3.inviewed {
		transition-delay: 0.75s;
	}
	.js-inview-delaysp4.inviewed {
		transition-delay: 1.25s;
	}
}

/* ============================================================
/* lp content style
============================================================ */
#simple_premium {
	width: 100%;
	font-family: "Noto Sans Japanese", serif;
	letter-spacing: normal;
	overflow: hidden;
	padding-bottom: 1px;
	-ms-font-feature-settings: "normal";
	-webkit-font-smoothing: antialiased;
}
#simple_premium,
#simple_premium * {
	box-sizing: border-box;
}
#simple_premium img {
	max-width: 100%;
	height: auto;
}
figure {
	margin: 0;
}
.deco {
	display: block;
}
.deco-color {
	background-color: #f7ede2;
}
.deco img {
	width: 100%;
}
.p_mv {
	background-color: #fe905b;
	text-align: center;
	margin: 0 auto;
}
#simple_premium {
	background-color: #fff9f2;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
}
.p_contents {
	counter-reset: number count 0;
}
.p_introduction {
	font-size: 32px;
	font-weight: var(--bold);
	line-height: 2;
	color: var(--primary-color);
	text-align: center;
	margin-top: 50px;
}
.p_contents h3 {
	text-align: center;
}
.p_caption {
	font-size: 40px;
	font-weight: var(--bold);
	color: var(--secondary-color);
	text-align: center;
	margin-top: 30px;
}
.p_simple_premium {
	padding: 100px 0;
}
.p_cassette {
	max-width: 1075px;
	width: 100%;
	margin: 0 auto;
}
.p_simple {
	position: relative;
	background-color: #f7ede2;
	padding-bottom: 150px;
	z-index: 1;
}
.p_simple::before,
.p_simple::after {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	z-index: -1;
}
.p_simple::before {
	top: calc(50% - 340px);
	left: calc(50% - 40px);
	transform: translateX(-50%);
	background-image: url(../image/vegetables01-pc.png);
	width: 1307px;
	height: 423px;
}
.p_simple::after {
	top: calc(50% + 80px);
	left: calc(50% + 70px);
	transform: translateX(-50%);
	background-image: url(../image/vegetables02-pc.png);
	width: 1348px;
	height: 366px;
}
.p_simple .p_caption {
	color: #914e00;
}
.p_cassette-simple {
	display: flex;
	column-gap: 40px;
	max-width: 1075px;
	margin: 60px auto 0;
}
.p_cassette-simple dl {
	width: calc(100% / 3);
	color: #914e00;
}
.p_cassette-simple dl dt {
	font-size: 26px;
	font-weight: var(--bold);
	text-align: center;
}
.p_cassette-simple dl dt::before {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	display: block;
	font-size: 32px;
	font-family: "Cinzel", serif;
	font-weight: var(--bold);
}
.p_cassette-simple dl dd {
	font-size: 18px;
	font-weight: var(--medium);
	padding-top: 20px;
}
.p_premiun {
	position: relative;
	background-color: #ffdbb8;
	padding-bottom: 150px;
	z-index: 1;
}
.p_premiun::before,
.p_premiun::after {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	z-index: -1;
}
.p_premiun::before {
	top: -240px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../image/vegetables03-pc.png);
	width: 1485px;
	height: 443px;
}
.p_premiun::after {
	bottom: 250px;
	left: calc(50% - 30px);
	transform: translateX(-50%);
	background-image: url(../image/vegetables04-pc.png);
	width: 1472px;
	height: 359px;
}
.p_premiun .p_caption {
	color: var(--primary-color);
}
.p_cassette-premium {
	display: flex;
	column-gap: 40px;
	max-width: 1075px;
	margin: 60px auto 0;
}
.p_cassette-premium dl {
	width: calc(100% / 3);
	color: var(--primary-color);
}
.p_cassette-premium dl dt {
	font-size: 26px;
	font-weight: var(--bold);
	text-align: center;
}
.p_cassette-premium dl dt::before {
	counter-increment: count 1;
	content: counter(count, decimal-leading-zero);
	display: block;
	font-size: 32px;
	font-family: "Cinzel", serif;
	font-weight: var(--bold);
}
.p_cassette-premium dl dd {
	font-size: 18px;
	font-weight: var(--medium);
	padding-top: 20px;
}
.p_cassette-premium dl dd span {
	display: block;
	margin-top: 5px;
}
.p_other {
	padding-top: 100px;
}
.p_other .p_cassette {
	padding-bottom: 100px;
}
.gr_lineup {
	max-width: 972px;
}
.p_lineup {
	margin-top: 80px;
}
.p_lineup:not(:first-of-type) {
	margin-top: 120px;
}
.p_lineup figure {
	position: relative;
	margin-bottom: 5%;
}
.p_lineup figure::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	background-repeat: no-repeat;
	width: 17.49%;
}
.p_lineup01 figure::after {
	background-image: url(../image/img-contents07sml.png);
	padding-top: 45.474%;
}
.p_lineup02 figure::after {
	background-image: url(../image/img-contents08sml.png);
	padding-top: 45.371%;
}
.p_lineup03 figure::after {
	background-image: url(../image/img-contents09sml.png);
	padding-top: 45.371%;
}
.p_lineup figure figcaption {
	font-size: 24px;
	font-weight: var(--medium);
	color: var(--secondary-color);
	padding-top: 3%;
	padding-left: 2.4%;
	padding-right: 20%;
}
.button-common {
	max-width: 540px;
	margin: 0 auto;
	font-size: 24px;
	text-align: center;
}
.button-common a {
	display: block;
	text-decoration: none;
	padding: 18px 0;
}
.button-online a {
	background-color: #fff;
	background-image: url(../image/icn-cart.png);
	background-position: 97% center;
	background-repeat: no-repeat;
	border: solid 1px var(--primary-color);
	color: var(--primary-color);
}
.button-details {
	margin-top: 2%;
}
.button-details a {
	position: relative;
	background-color: var(--primary-color);
	border: solid 1px var(--primary-color);
	color: #fff;
}
.ac-contents {
	display: none;
}
.ac-contents dl {
	background-color: #fff;
	border: solid 2px var(--primary-color);
	border-top: none;
	max-width: 540px;
	margin: 0 auto;
	padding: 30px;
}
.ac-contents dl dt {
	font-size: 24px;
	font-weight: var(--bold);
	color: var(--primary-color);
}
.ac-contents dl dt span {
	display: block;
	font-weight: normal;
}
.ac-contents dl dd {
	font-size: 24px;
	font-weight: var(--medium);
	color: var(--secondary-color);
}
.ac-contents dl dd:not(:last-child) {
	border-bottom: solid 1px var(--primary-color);
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.ac__icn-plus {
	position: absolute;
	top: 50%;
	right: 20px;
}

.ac__icn-plus-inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.ac__icn-plus-inner::before,
.ac__icn-plus-inner::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 2px;
	height: 18px;
	background-color: white;
	transform: translate(-50%, -50%);
}

.ac__icn-plus-inner::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.open .ac__icn-plus-inner::before {
	transform: translate(-50%, -50%) rotate(90deg);
}
.p_other h4 {
	font-size: 60px;
	font-weight: var(--black);
	font-family: "Roboto", sans-serif;
	color: var(--primary-color);
	text-align: center;
}
.p_recipe {
	background-image: url(../image/bg-recipe.png);
	padding: 80px 0;
}
.p_recipe-contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 0;
	width: 100%;
	max-width: 1075px;
	margin: 50px auto 0;
}
.p_recipe-contents figure {
	width: calc((100% / 3) - 2.263%);
}
.p_recipe-contents figure a {
	text-decoration: none;
}
.p_recipe-contents figure img {
	max-width: max-content;
	width: 100%;
}
.p_recipe-contents figure figcaption {
	font-size: 24px;
	font-weight: var(--medium);
	color: var(--secondary-color);
	margin-top: 5px;
}
.p_recipe-bnr {
	text-align: center;
	margin-top: 60px;
}
.p_history {
	padding: 80px 0;
}
.p_history .p_cassette {
	width: 847px;
}
.p_history h4 {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.p_history h4::before {
	content: "";
	display: block;
	background-image: url(../image/logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 134px;
}
.p_history .p_caption {
	margin-top: 0;
}
.timeline {
	margin-top: 60px;
}
.timeline .timeline-item {
	position: relative;
}
.timeline .timeline-item:not(:last-child) {
	padding-bottom: 75px;
}
.g-history {
	display: flex;
	margin: 0 auto;
}
.histry-year {
	position: relative;
	z-index: 1;
	width: 157px;
}
.g-history_inner {
	display: flex;
	width: calc(100% - 157px);
}
.g-history_inner dl {
	width: calc(100% - 240px);
	padding: 0 40px;
}
.g-history_inner dl dt {
	font-size: 24px;
	font-weight: var(--bold);
	color: var(--primary-color);
}
.g-history_inner dl dd {
	font-size: 18px;
	font-weight: var(--medium);
	color: var(--secondary-color);
	padding-top: 10px;
}
.g-history_inner figure {
	width: 240px;
}
.border-line {
	position: absolute;
	left: 78px;
	background-color: var(--primary-color);
	top: 0;
	width: 1px;
	height: 0;
	margin-top: 33px;
}
.p_notice {
	padding-bottom: 80px;
}
.p_notice p {
	font-size: 40px;
	font-weight: var(--bold);
	line-height: 2;
	color: var(--primary-color);
	text-align: center;
}
@media screen and (min-width: 600px) {
	.sp-only {
		display: none !important;
	}
}
@media screen and (max-width: 599px) {
	#simple_premium {
		width: 100vw;
		max-width: 480px;
		font-size: 12px;
	}
	.deco:last-of-type {
		background-color: inherit;
		transform: scale(-1);
	}
	.p_simple_premium h3 {
		width: 80%;
		margin: 0 auto;
	}
	.p_cassette {
		padding: 20px 20px 50px;
	}
	.p_introduction {
		font-size: 14px;
		margin-top: 20px;
	}
	.p_caption {
		font-size: 16px;
		margin-top: 10px;
	}
	.p_simple {
		padding-bottom: 0;
	}
	.p_simple::before,
	.p_simple::after {
		content: none;
	}
	.p_simple h3 {
		width: 28%;
		margin: 0 auto;
	}
	.p_cassette-simple {
		flex-direction: column;
		row-gap: 30px;
		width: 100%;
		margin: 20px auto 0;
	}
	.p_cassette-simple dl {
		position: relative;
		width: 100%;
	}
	.p_cassette-simple dl::after {
		content: "";
		position: absolute;
		transform: translateX(-50%);
		display: block;
		background-size: contain;
		background-repeat: no-repeat;
		z-index: -1;
	}
	.p_cassette-simple dl:first-child::after {
		top: -10px;
		left: calc(50% + 20px);
		background-image: url(../image/vegetables01-sp.png);
		width: 89.87%;
		padding-top: 40.652%;
	}
	.p_cassette-simple dl:nth-child(2)::after {
		top: -10px;
		left: calc(50% - 40px);
		background-image: url(../image/vegetables02-sp.png);
		width: 111.47%;
		padding-top: 40.669%;
	}
	.p_cassette-simple dl dt {
		font-size: 18px;
	}
	.p_cassette-simple dl dt::before {
		font-size: 16px;
	}
	.p_cassette-simple dl dd {
		font-size: 14px;
		word-break: break-all;
	}
	.p_cassette-simple dl dd img {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	.p_premiun {
		position: relative;
		padding-bottom: 50px;
	}
	.p_premiun .p_cassette {
		padding: 20px 20px 0;
	}
	.p_premiun::before {
		top: -70px;
		left: calc(50% + 140px);
		transform: translateX(-50%);
		background-image: url(../image/vegetables03-sp.png);
		background-size: contain;
		width: 25.2%;
		height: auto;
		padding-top: 28.6%;
	}

	.p_premiun::after {
		content: none;
	}
	.p_premiun h3 {
		width: 35.87%;
		margin: 0 auto;
	}
	.p_cassette-premium {
		position: relative;
		flex-direction: column;
		row-gap: 30px;
		width: 100%;
		margin: 20px auto 0;
	}
	.p_cassette-premium dl {
		position: relative;
		width: 100%;
	}
	.p_cassette-premium dl::before,
	.p_cassette-premium dl::after {
		content: "";
		position: absolute;
		display: block;
		transform: translateX(-50%);
		background-size: contain;
		background-repeat: no-repeat;
		z-index: -1;
	}
	.p_cassette-premium dl:nth-child(2)::after {
		top: -40px;
		left: calc(50% - 150px);
		background-image: url(../image/vegetables04-sp.png);
		width: 28.27%;
		padding-top: 28.27%;
	}
	.p_cassette-premium dl:nth-child(3)::before {
		top: -50px;
		left: calc(50% + 140px);
		background-image: url(../image/vegetables05-sp.png);
		width: 35.6%;
		padding-top: 32.2%;
	}
	.p_cassette-premium dl:nth-child(3)::after {
		bottom: -150px;
		left: calc(50% + 140px);
		background-image: url(../image/vegetables06-sp.png);
		width: 38.13%;
		padding-top: 35.6%;
	}
	.p_cassette-premium dl dt {
		font-size: 18px;
	}
	.p_cassette-premium dl dt::before {
		font-size: 16px;
	}
	.p_cassette-premium dl dd {
		font-size: 14px;
	}
	.p_cassette-premium dl dd img {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	.p_lineup {
		margin-top: 30px;
	}
	.p_lineup:not(:first-of-type) {
		margin-top: 30px;
	}
	.p_lineup figure::after {
		right: 20px;
		background-size: cover;
		width: 18.13%;
	}
	.p_lineup01 figure::after {
		padding-top: 47.422%;
	}
	.p_lineup02 figure::after {
		padding-top: 47.422%;
	}
	.p_lineup03 figure::after {
		padding-top: 47.422%;
	}
	.p_lineup figure figcaption {
		font-size: 14px;
		line-height: 1.8;
		padding-right: 30%;
	}
	.button-common a {
		font-size: 14px;
	}
	.ac__icn-plus-inner::before,
	.ac__icn-plus-inner::after {
		width: 1px;
		height: 12px;
	}
	.ac-contents dl dt {
		font-size: 14px;
	}
	.ac-contents dl dd {
		font-size: 14px;
	}
	.p_recipe {
		background-size: 30%;
		width: 100%;
		padding: 0;
	}
	.p_recipe-contents {
		justify-content: space-between;
		gap: 20px 0;
	}
	.p_recipe-contents figure {
		width: calc((100% / 3) - 10px);
	}
	.p_recipe-contents figure figcaption {
		font-size: 14px;
	}
	.p_recipe-bnr {
		margin-top: 30px;
	}
	.p_other {
		padding-top: 0;
	}
	.p_other .p_cassette {
		width: 100%;
		padding-bottom: 50px;
	}
	.p_other h4 {
		font-size: 30px;
	}
	.p_history {
		padding: 0 0 50px;
	}
	.p_history h4::before {
		width: 70px;
		height: 94px;
	}
	.timeline {
		margin-top: 30px;
	}
	.g-history {
		justify-content: space-between;
	}
	.histry-year {
		width: calc(157px / 2);
	}
	.g-history_inner {
		flex-direction: column;
		width: calc(100% - (157px / 2) - 10px);
	}
	.g-history_inner dl {
		width: 100%;
		margin-top: 20px;
		padding: 0;
	}
	.g-history_inner dl dt {
		font-size: 16px;
	}
	.g-history_inner dl dd {
		font-size: 14px;
	}
	.g-history_inner figure {
		width: 100%;
		margin-top: 10px;
	}
	.border-line {
		left: 39px;
	}
	.p_notice {
		padding-bottom: 50px;
	}
	.p_notice p {
		font-size: 16px;
		padding: 0 20px;
	}
}
