/*===============================
MARK: root 
=================================*/
:root {
	--fz10: 0.625rem;
	--fz12: 0.75rem;
	--fz13: 0.8125rem;
	--fz14: 0.875rem;
	--fz16: 1rem;
	--fz17: 1.0625rem;
	--fz18: 1.125rem;
	--fz20: 1.25rem;
	--fz22: 1.375rem;
	--fz24: 1.5rem;
	--fz26: 1.625rem;
	--fz28: 1.75rem;
	--fz30: 1.875rem;
	--fz32: 2rem;
	--fz34: 2.125rem;
	--fz36: 2.25rem;
	--fz38: 2.375rem;
	--fz40: 2.5rem;
	--transform-center: translate(-50%, -50%);
}

/*===============================
MARK: common
=================================*/
body {
	position: relative;
	overflow-x: hidden;
	font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN',
		'Hiragino Sans', Meiryo, sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	color: #505050;
	font-display: swap;
	background-color: #fff6eb;
}

.font-en {
	font-family: 'Prompt', sans-serif;
	font-style: normal;
}

main {
	overflow-x: hidden;
}

a {
	transition: 0.3s;
}

a:hover {
	opacity: 0.8;
}

img {
	display: block;
	width: 100%;
}

.d-flex {
	display: flex;
	align-items: start;
	justify-content: start;
}

.tb-content {
	display: none;
}

.sp-content {
	display: none;
}

.indent1em {
	text-indent: -1em;
	margin-left: 1em;
}

.indent2em {
	text-indent: -2em;
	margin-left: 2em;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.c-white,
.c-white * {
	color: #fff;
}

.container_l {
	margin-inline: auto;
	width: min(100%, 1160px);
	padding-inline: 20px;
}

.container {
	margin-inline: auto;
	width: min(100%, 1040px);
	padding-inline: 20px;
}

/*===============================
MARK: ボタン
=================================*/

.btn {
	position: relative;
	display: inline-block;
	line-height: 1.5;
	text-decoration: none;
	padding: 1em 2.2em;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	border-radius: 12px;
	background-color: #00a050;
}

.btn01 {
	position: relative;
	display: inline-block;
	line-height: 1.5;
	text-decoration: none;
	padding: 1.5em 4.8em 1.5em 1.5em;
	font-size: 19px;
	font-weight: 700;
	background-color: #fff;
	color: #00a050;
	border: 8px solid #00a050;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(0, 63, 23, 0.23);
}

.btn01 img {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 39px;
}

.btn02 {
	position: relative;
	display: inline-block;
	line-height: 1.5;
	text-decoration: none;
	padding: 1.3em 5em 1.3em 2em;
	font-size: 19px;
	font-weight: 700;
	background: #003f17;
	color: #fff;
	border: 8px solid #fff;
	border-radius: 50em;
	letter-spacing: 0.03em;
	box-shadow: 0 0 20px rgba(0, 63, 23, 0.5);
}

.btn02 img {
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translateY(-50%);
	width: 39px;
}

/*===============================
MARK: header
=================================*/
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	z-index: 1;
}

.site-logo {
	position: absolute;
	display: inline-block;
	width: clamp(81px, 14%, 156px);
}

.site-logo img {
	display: block;
	max-width: 100%;
}

.page-ttl {
	text-align: center;
	padding-top: 25px;
	padding-inline: clamp(81px, 14%, 156px);
	font-size: clamp(2rem, calc(0.7890625rem + 4.84375vw), 3.9375rem);
	color: #003f17;
	font-weight: 900;
	filter: drop-shadow(0 0 70px #ffdec3);
}

/*===============================
MARK: MV
=================================*/
#mv {
	position: relative;
	padding: min(10%, 96px) 6% 0;
	z-index: 0;
}

.mv-image {
	margin-inline: auto;
	overflow: hidden;
	border-radius: min(15vw, 200px);
}

.mv-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.store-info {
	position: relative;
	margin-top: 20px;
	color: #003f17;
	z-index: 2;
}

.store-info .date {
	position: relative;
	max-width: 455px;
	margin-inline: auto;
	font-weight: 600;
	letter-spacing: 0.13em;
}

.date .bg {
	width: 100%;
}

.date .year {
	display: inline-block;
	font-size: 43px;
	position: absolute;
	top: 15%;
	left: 0.7em;
}

.date .day {
	display: inline-block;
	font-size: 62px;
	position: absolute;
	top: 13%;
	left: 3.8em;
}

.store-name h2 {
	font-size: clamp(2rem, calc(0.59375rem + 5.625vw), 4.25rem);
	font-weight: 900;
}

.ribbon img {
	position: absolute;
}
.mv-ribbon .ribbon01 {
	top: 24%;
	left: 5.5%;
	width: 9%;
}
.mv-ribbon .ribbon02 {
	top: -7%;
	left: 86%;
	width: 16%;
}
.mv-ribbon .ribbon03 {
	top: 57%;
	left: -7.5%;
	width: 56%;
}
.mv-ribbon .ribbon04 {
	top: 58%;
	left: 77%;
	width: 25%;
}

/*===============================
MARK: TOP-CONTENT
=================================*/

.page-content {
	margin-top: 95px;
}

.section-heading h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 600;
	font-size: var(--fz18);
}
.section-heading h3 span {
	display: block;
}
.section-heading h3 .font-en {
	letter-spacing: 0.18em;
	font-weight: 700;
	font-size: 45px;
	margin-bottom: -5px;
}

#coupon .inner {
	position: relative;
	border-radius: 10px;
	background: #fff;
	background: linear-gradient(0deg, rgba(0, 160, 80, 1) 35%, rgba(255, 255, 255, 1) 0%);
	padding-block: 35px 25px;
	padding-inline: min(8vw, 100px);
}

#coupon .section-heading {
	color: #00a050;
}

#coupon .lead {
	margin-top: 20px;
	font-size: var(--fz26);
	color: #003f17;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.coupon-item {
	margin-block: 30px 20px;
	flex-wrap: nowrap;
	gap: 36px;
}

.coupon-item .item {
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
}

#coupon .notice {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: 700;
	width: fit-content;
	margin-inline: auto;
}

.lity {
	background: #505050;
	background: rgba(80, 80, 80, 0.56);
}

.coupon-ribbon .ribbon01 {
	top: 8%;
	left: -8%;
	width: 17%;
}

#event {
	margin-top: 45px;
}

#event .inner {
	position: relative;
	border-radius: 10px;
	background: #fff;
	background: linear-gradient(0deg, rgba(0, 160, 80, 1) 35%, rgba(255, 255, 255, 1) 0%);
	padding-block: 35px 25px;
	padding-inline: min(8vw, 100px);
}

#event .section-heading {
	color: #00a050;
}

#event .lead {
	margin-top: 20px;
	font-size: var(--fz26);
	color: #003f17;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.event-item {
	margin-block: 30px 15px;
	flex-wrap: nowrap;
	gap: 36px;
}

.event-item .item {
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
}

#event .notice {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-align: right;
}

.event-ribbon .ribbon01 {
	top: -7%;
	right: -7%;
	width: 13%;
}

#about {
	margin-top: 70px;
}

#about .inner {
	position: relative;
}

.about-heading {
	position: relative;
	color: #003f17;
	align-items: center;
	justify-content: space-between;
}

.about-heading h3 {
	font-size: 45px;
	letter-spacing: 0.1em;
}

.about-heading .lead {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 20px;
	line-height: 1.8;
}

.about-heading .illust01 {
	width: min(23%, 244px);
}

.about-heading .illust02 {
	width: min(19%, 208px);
}

.about-detail {
	margin-top: 20px;
	column-gap: 80px;
	align-items: stretch;
}

.check-list {
	flex: 1;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.check-list > h4 {
	background-color: #ffe100;
	color: #00a050;
	font-size: 31px;
	padding: 25px 10px 18px;
}

.check-list .inner {
	margin-block: 40px 30px;
	padding-inline: 50px;
}

.check-list dl {
	margin-top: 20px;
	padding-bottom: 20px;
}

.check-list dl dt {
	gap: 15px;
	font-size: 26px;
	color: #00a050;
	line-height: 1.3;
	font-weight: 700;
}

.check-list dl dt img {
	width: 64px;
}

.check-list dl dd {
	margin-top: 15px;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

.check-list dl:not(:last-of-type) {
	border-bottom: 3px solid #ffe100;
}

.about-ribbon .ribbon01 {
	top: -15%;
	left: 96%;
	width: 21%;
}
.about-ribbon .ribbon02 {
	top: 12%;
	left: -29.5%;
	width: 41%;
	z-index: -1;
}

#price {
	background-color: #fff;
	margin-top: 60px;
	padding-block: 60px 30px;
}

#price .inner {
	position: relative;
	background-color: #00a050;
	border-radius: 10px;
	padding: 40px min(5vw, 60px) 50px;
}

#price .section-heading {
	color: #fff;
}

#price .detail {
	margin-top: 30px;
}

.price-ribbon .ribbon01 {
	top: -28%;
	left: 94%;
	width: 24%;
}

#recommend {
	padding-block: 40px 35px;
	background: #fff;
	background: linear-gradient(0deg, rgba(0, 160, 80, 1) 12%, rgba(255, 255, 255, 1) 0%);
}

#recommend .container {
	position: relative;
}

#recommend .inner {
	position: relative;
	background-color: #fff;
	border: 5px solid #00a050;
	border-radius: 10px;
	box-shadow: 0 0 50px rgba(0, 63, 23, 0.2);
	padding-inline: 20px;
	z-index: 1;
}

.recommend-heading h3 {
	width: clamp(280px, 45%, 438px);
	margin-inline: auto;
	transform: translateY(-50%);
	margin-bottom: -3%;
}

.recommend-heading span {
	display: inline-block;
	color: #00a050;
	font-size: 18px;
	font-weight: 600;
}

.brand {
	margin-top: 22px;
	margin-inline: auto;
	padding-bottom: 37px;
	border-bottom: 3px solid #00a050;
	max-width: 798px;
}

.brand-heading h4 {
	color: #00a050;
	font-size: 45px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.product-wrap {
	column-gap: 7%;
	margin-top: 30px;
}

.product-item {
	flex: 1;
}

.product-item a {
	text-decoration: none;
	color: #505050;
	font-size: 22px;
}
.product-name {
	font-weight: 700;
	margin-block: 20px 5px;
}
.product-price {
	font-weight: 400;
}

.brand .btn-wrap {
	margin-top: 35px;
}

#recommend .view-all {
	padding-block: 65px;
}

.recommend-ribbon .ribbon01 {
	top: 7%;
	left: -18%;
	width: 27%;
	z-index: 2;
}
.recommend-ribbon .ribbon02 {
	top: 46%;
	left: 91%;
	width: 28%;
	z-index: 0;
}
.recommend-ribbon .ribbon03 {
	top: 87%;
	left: 74%;
	width: 68%;
	z-index: 2;
}

#campaign,
#link {
	background-color: #00a050;
}

#campaign {
	padding-top: 34px;
}

#campaign .section-heading {
	color: #fff;
}

#campaign .bnr-wrap {
	position: relative;
	margin-top: 37px;
	align-items: start;
	justify-content: center;
	z-index: 2;
}

#link {
	padding-top: 40px;
}

#link .btn-wrap {
	position: relative;
	z-index: 2;
	padding-bottom: 60px;
}

/*===============================
MARK: footer
=================================*/

.site-footer {
	background-color: #00a050;
}

.site-footer .container {
	position: relative;
}

.copyright {
	position: relative;
	padding-bottom: 40px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	z-index: 1;
}

.footer-ribbon .ribbon01 {
	bottom: 0;
	left: -48%;
	width: 91%;
}
