body {
	color: #121603;
	font-family: "Sawarabi Gothic", sans-serif;
	font-size: rem(16);
	font-weight: 400;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

body {
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-repeat: repeat;
	background-size: contain;
}

body.is-loading,
body.is-drawer-open {
	overflow: hidden;
}

main {
	overflow-x: clip;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

picture,
img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.about {
	background-color: rgba(222, 237, 200, 0.2);
	color: #515A46;
	padding-bottom: 13.9375rem;
	position: relative;
	z-index: 1;
}

.about::before {
	background-image: url(../images/about08.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 11.875rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: -11.75rem;
	width: 100%;
	z-index: 1;
}

.about::after {
	background-image: url(../images/about09.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	bottom: -5.3125rem;
	content: "";
	height: 5.3125rem;
	left: 0;
	opacity: 0.2;
	position: absolute;
	width: 100%;
}

.about__new-list {
	background-color: #FFFFFF;
	border-top-left-radius: 1.5625rem;
	border-top-right-radius: 1.5625rem;
	margin-left: auto;
	max-width: 33.3125rem;
	padding: 1.25rem 0.8125rem 6.25rem 1rem;
	position: relative;
	top: calc((12.75rem + 1.875rem) * -1);
	top: calc((var(--list-height, 12.75rem) + 1.875rem) * -1);
}

.about__new-list.u-fadeup {
	backface-visibility: hidden;
	opacity: 0;
	transform: translateY(100px) translateZ(0);
	visibility: hidden;
	will-change: opacity, transform;
}

.about__new-list.u-fadeup.is-visible {
	opacity: 1;
	transform: translateY(0) translateZ(0);
	transition: opacity 0.6s ease-out, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s;
	visibility: visible;
	will-change: auto;
}

.about__new-item + .about__new-item {
	margin-top: 0.4375rem;
}

.about__new-link {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
}

.about__new-time {
	color: #89AD8C;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	padding-top: 0.1875rem;
}

.about__new-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #515A46;
	display: -webkit-box;
	letter-spacing: 0.05em;
	line-height: 1.8;
	overflow: hidden;
}

.about__new-title span {
	border-bottom: 1px solid #FFFFFF;
	transition: border-color 0.3s;
}

.about__title-wrap {
	margin-top: -6.4375rem;
	text-align: center;
}

.about__title.main-title::before {
	display: none;
}

.about__title::after {
	background-image: url(../images/about02.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 11.25rem;
	margin-left: 2rem;
	vertical-align: middle;
	width: 7.1875rem;
}

.about__wrap {
	display: flex;
	margin-top: 0.625rem;
	position: relative;
}

.about__img + .about__wrap {
	margin-top: -3.625rem;
}

.about__title + .about__wrap::before {
	background-image: url(../images/about03.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5.9375rem;
	left: -0.625rem;
	position: absolute;
	top: -0.625rem;
	width: 5.9375rem;
}

.about__wrap.about__wrap--reverse {
	align-items: flex-start;
	flex-direction: row-reverse;
}

.about__text-wrap.about__text-wrap--flex {
	display: flex;
	gap: 2.375rem;
	position: relative;
}

.about__text-wrap.about__text-wrap--flex::after {
	background-image: url(../images/about07.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -8.875rem;
	content: "";
	height: 9.875rem;
	position: absolute;
	right: 2.75rem;
	width: 9.8125rem;
}

.about__text-wrap {
	left: 1.6875rem;
	max-width: 28.125rem;
	position: relative;
	z-index: 1;
}

.about__title-wrap + .about__wrap .about__text-wrap::before {
	background-image: url(../images/about03.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5.9375rem;
	left: -1.5625rem;
	position: absolute;
	top: -2.1875rem;
	width: 5.9375rem;
}

.about__text {
	color: #515A46;
	letter-spacing: 0.08em;
	line-height: 2;
	position: relative;
}

.about__text span {
	display: block;
	margin-top: 1.0625rem;
}

.about__text + .about__text {
	margin-top: 0.9375rem;
}

.about__subtitle + .about__text {
	left: -2rem;
	padding-top: 3.3125rem;
}

.about__subtitle {
	color: #515A46;
	font-family: "BIZ UDPMincho", serif;
	font-size: 1.5rem;
	font-weight: 400;
	left: -4rem;
	letter-spacing: 0.28em;
	position: relative;
	writing-mode: vertical-rl;
}

.about__subtitle::after {
	background-image: url(../images/title.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.5rem;
	position: absolute;
	right: 2.1875rem;
	top: -1.5625rem;
	width: 2.5rem;
}

.about__img.about__img--01 {
	margin-left: -7.1875rem;
	max-width: 54.0625rem;
	padding-top: 3.625rem;
}

.about__img.about__img--02 {
	left: 4.1875rem;
	margin-top: -19.6875rem;
	max-width: 31.25rem;
	position: relative;
}

.about__img.about__img--03 {
	margin-right: -6.4375rem;
	max-width: 53.3125rem;
	padding-top: 8.75rem;
}

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

.history {
	background-color: rgba(194, 230, 225, 0.2);
	margin-top: 5.3125rem;
	padding-bottom: 9.875rem;
	padding-top: 3.875rem;
	position: relative;
}

.history::before,
.history::after {
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	content: "";
	left: 0;
	opacity: 0.2;
	position: absolute;
	width: 100%;
}

.history::before {
	background-image: url(../images/history08.png);
	height: 5.3125rem;
	top: -5.3125rem;
}

.history::after {
	background-image: url(../images/history09.png);
	bottom: -5.28125rem;
	height: 5.28125rem;
}

.history__title-wrap {
	text-align: center;
}

.history__title {
	color: #515A46;
}

.history__text {
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 1.4375rem;
	text-align: center;
}

.history__flow {
	background-color: #FFFFFF;
	border-radius: 5rem;
	margin: 3.75rem auto 0;
	max-width: 54.875rem;
	padding: 3.3125rem 2.5rem 3.3125rem 5rem;
	position: relative;
}

.history__flow::before,
.history__flow::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
}

.history__flow::before {
	background-image: url(../images/history01.png);
	height: 21.875rem;
	left: -9.875rem;
	top: -1.875rem;
	width: 15rem;
}

.history__flow::after {
	background-image: url(../images/history03.png);
	height: 16.75rem;
	right: -11.5625rem;
	top: 57%;
	transform: translateY(-50%);
	width: 17.25rem;
}

.history__flow-list + .history__flow-list {
	margin-top: 2.125rem;
}

.history__flow-item {
	display: flex;
	gap: 1.5rem;
}

.history__term {
	color: #838D64;
	letter-spacing: 0.05em;
	min-width: 8.3125rem;
	position: relative;
	text-align: right;
}

.history__flow-list:not(:last-of-type) .history__term::before {
	background-color: #DEEDC8;
	bottom: -1.75rem;
	content: "";
	height: 100%;
	position: absolute;
	right: 1.75rem;
	width: 1px;
}

.history__term span {
	display: inline-block;
	font-size: 0.875rem;
}

.history__term span::after {
	background-image: url(../images/history10.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.6875rem;
	margin-left: 0.625rem;
	margin-right: 0.625rem;
	width: 0.8125rem;
}

.history__desc {
	letter-spacing: 0.05em;
}

.history__important-list {
	display: flex;
	justify-content: space-between;
	margin: 6.25rem auto 0;
	max-width: 73.3125rem;
	position: relative;
}

.history__important-list::after {
	background-image: url(../images/history07.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -15.9375rem;
	content: "";
	height: 5.125rem;
	left: -1.25rem;
	position: absolute;
	width: 10.125rem;
	z-index: 1;
}

.history__important-item {
	max-width: 32.3125rem;
	position: relative;
}

.history__important-item + .history__important-item {
	margin-top: 4.6875rem;
}

.history__important-item:nth-of-type(1)::after,
.history__important-item:nth-of-type(2)::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 16.1875rem;
	position: absolute;
	transform: translateX(-50%);
	width: 15.1875rem;
	z-index: -1;
}

.history__important-item:nth-of-type(1)::after {
	background-image: url(../images/history06.svg);
	left: 23.375rem;
	top: -3.25rem;
	transform: rotate(-47deg);
}

.history__important-item:nth-of-type(2)::after {
	background-image: url(../images/history11.svg);
	left: -7.1875rem;
	top: -4.125rem;
	transform: rotate(-24deg);
}

.history__important-title {
	color: #515A46;
}

.history__important-item:nth-of-type(1) .history__important-title::before,
.history__important-item:nth-of-type(2) .history__important-title::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 2.1875rem;
	left: -0.8125rem;
	position: relative;
	top: 0.4375rem;
	width: 2.8125rem;
}

.history__important-item:nth-of-type(1) .history__important-title::before {
	background-image: url(../images/history04.svg);
}

.history__important-item:nth-of-type(2) .history__important-title::before {
	background-image: url(../images/history05.svg);
}

.history__important-title.sub-title {
	padding-left: 0.9375rem;
	text-align: left;
	width: 100%;
}

.history__important-title span {
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-left: 0.625rem;
	vertical-align: middle;
}

.history__important-text {
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.625rem;
}

.info {
	padding-bottom: 3.4375rem;
	padding-top: 12.3125rem;
}

.info__inner {
	position: relative;
}

.info__inner::after {
	background-image: url(../images/info06.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.125rem;
	content: "";
	height: 5.4375rem;
	left: 0;
	position: absolute;
	width: 11.8125rem;
}

.info__title-wrap {
	text-align: center;
}

.info__title {
	color: #515A46;
}

.info__wrap {
	background-color: rgba(255, 255, 255, 0.8);
	border-bottom-left-radius: 3.125rem;
	border-bottom-right-radius: 3.125rem;
	margin-top: 4.25rem;
	position: relative;
}

.info__wrap::after {
	background-image: url(../images/info03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -2.625rem;
	content: "";
	height: 2.625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.info__map {
	position: relative;
}

.info__map-img {
	max-width: 21.875rem;
	position: absolute;
	right: 4.375rem;
	top: 0;
	z-index: 1;
}

.info__map-img img {
	height: 100%;
	width: 100%;
}

.info__map iframe {
	aspect-ratio: 16/6.4;
	border-top-left-radius: 2.5rem;
	border-top-right-radius: 2.5rem;
	height: 100%;
	width: 100%;
}

.info__list {
	display: flex;
	gap: 6.25rem;
	padding: 2.1875rem 2.6875rem 3.4375rem;
}

.info__item:nth-of-type(1) {
	flex-shrink: 0;
	max-width: 36.25rem;
}

.info__item:nth-of-type(2) {
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.info__item-title {
	color: #515A46;
	font-family: "BIZ UDPMincho", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.info__item-text {
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.9375rem;
}

.info__item-text span {
	display: block;
	margin-top: 0.9375rem;
}

.info__item ul {
	margin-top: 0.9375rem;
}

.info__item ul li {
	line-height: 1.8;
	padding-left: 1.125rem;
	text-indent: -1.125rem;
}

.info__item ul li::before {
	background-image: url(../images/info05.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.625rem;
	margin-right: 0.5rem;
	width: 0.625rem;
}

.info__img {
	margin-left: auto;
	margin-top: -5.9375rem;
	max-width: 8.4375rem;
	position: relative;
	right: 5.9375rem;
}

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

.info__img::before {
	background-image: url(../images/info07.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5.5rem;
	left: -8.75rem;
	position: absolute;
	top: 1.875rem;
	width: 7.375rem;
}

.mv {
	height: 100vh;
	height: 100svh;
	min-height: 53.125rem;
	position: relative;
}

.mv__swiper,
.mv__swiper .swiper-wrapper,
.mv__swiper .swiper-slide,
.mv__swiper .swiper-img {
	height: inherit;
	min-height: inherit;
}

.mv__swiper .swiper-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mv__title {
	color: #FFFFFF;
	font-family: "BIZ UDPMincho", serif;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.25em;
	line-height: 2.6;
	position: absolute;
	right: 6.25rem;
	top: 49%;
	transform: translateY(-50%);
	writing-mode: vertical-rl;
	z-index: 1;
}

.philosophy {
	background-color: rgba(206, 187, 161, 0.2);
	margin-top: 5.3125rem;
	padding-bottom: 2.5rem;
	position: relative;
}

.philosophy::before,
.philosophy::after {
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	content: "";
	left: 0;
	opacity: 0.2;
	position: absolute;
	width: 100%;
}

.philosophy::before {
	background-image: url(../images/philosophy09.png);
	height: 1.203125rem;
	top: -1.1875rem;
}

.philosophy::after {
	background-image: url(../images/philosophy11.png);
	bottom: -1.1875rem;
	height: 1.1875rem;
}

.philosophy__name-wrap {
	position: relative;
	text-align: center;
	z-index: 1;
}

.philosophy__name-img {
	margin: -13.4375rem auto 0;
	max-width: 26.875rem;
	position: relative;
	z-index: 1;
}

.philosophy__name {
	color: #515A46;
	display: inline-block;
	left: calc(50% - 50.625rem);
	letter-spacing: 0.1em;
	position: relative;
	text-align: left;
	top: -7.5rem;
	z-index: 2;
}

.philosophy__name.sub-title::before {
	display: none;
}

.philosophy__name span {
	display: block;
	font-size: 1rem;
}

.philosophy__name span:last-of-type {
	letter-spacing: 0.08em;
}

.philosophy__text-wrap {
	display: flex;
	gap: 4.25rem;
	margin: -2rem auto 0;
	max-width: 56.25rem;
	padding: 5.9375rem 2.5rem 6.25rem;
	position: relative;
}

.philosophy__text-wrap::before,
.philosophy__text-wrap::after {
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
}

.philosophy__text-wrap::before {
	background-image: url(../images/philosophy02.png);
	background-size: contain;
	height: 8.4375rem;
	right: -1.75rem;
	top: -1.75rem;
	width: 8.4375rem;
	z-index: 1;
}

.philosophy__text-wrap::after {
	background-image: url(../images/philosophy10.png);
	background-size: 100% 100%;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.philosophy__subtitle.sub-title {
	color: #515A46;
	font-size: 1.5rem;
	left: 1.25rem;
	letter-spacing: 0.26em;
	margin-top: -8.25rem;
	position: relative;
	writing-mode: vertical-rl;
	z-index: 1;
}

.philosophy__text {
	letter-spacing: 0.05em;
	line-height: 1.8;
	max-width: 41.25rem;
	position: relative;
	z-index: 1;
}

.philosophy__text span {
	display: block;
	margin-top: 0.9375rem;
}

.philosophy__list {
	align-items: flex-start;
	display: flex;
	margin-top: 9.875rem;
	position: relative;
	z-index: 1;
}

.philosophy__list::before,
.philosophy__list::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
}

.philosophy__list::before {
	background-image: url(../images/philosophy07.svg);
	bottom: -3.625rem;
	height: 6.25rem;
	left: 0.125rem;
	width: 8.125rem;
}

.philosophy__list::after {
	background-image: url(../images/philosophy08.svg);
	bottom: -3.625rem;
	height: 4.0625rem;
	right: -0.125rem;
	width: 7.5rem;
}

.philosophy__item {
	max-width: 39.375rem;
	padding: 3.125rem 5.5rem;
	position: relative;
}

.philosophy__item:nth-of-type(2) {
	margin-left: -3.75rem;
	margin-top: 7.8125rem;
}

.philosophy__item::before {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 62.5rem;
	bottom: 0;
	content: "";
	filter: blur(0.625rem);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.philosophy__item-title {
	font-family: "BIZ UDPMincho", serif;
	font-size: 1.5rem;
	font-weight: 400;
	position: relative;
	text-align: center;
}

.philosophy__item:nth-of-type(1) .philosophy__item-title {
	color: #C07E76;
}

.philosophy__item:nth-of-type(2) .philosophy__item-title {
	color: #6F9B73;
}

.philosophy__item-text {
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 1rem;
	position: relative;
}

.philosophy__item-text span {
	display: block;
	margin-top: 1rem;
}

.philosophy__item-deco {
	position: absolute;
	width: 100%;
}

.philosophy__item-deco::before,
.philosophy__item-deco::after {
	backface-visibility: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	opacity: 0;
	position: absolute;
	transform: translateY(30px) translateZ(0);
	transition: opacity 0.8s ease, transform 0.8s ease;
	will-change: opacity, transform;
}

.philosophy__item:nth-of-type(1) .philosophy__item-deco.is-visible::before {
	opacity: 1;
	transform: translateY(0) translateZ(0);
	transition-delay: 0s;
	will-change: auto;
}

.philosophy__item:nth-of-type(2) .philosophy__item-deco.is-visible::after {
	opacity: 1;
	transform: translateY(0) translateZ(0);
	transition-delay: 0.2s;
	will-change: auto;
}

.philosophy__item:nth-of-type(1) .philosophy__item-deco.is-visible::after {
	opacity: 1;
	transform: translateY(0) translateZ(0);
	transition-delay: 0.4s;
	will-change: auto;
}

.philosophy__item:nth-of-type(2) .philosophy__item-deco.is-visible::before {
	opacity: 1;
	transform: translateY(0) translateZ(0);
	transition-delay: 0.6s;
	will-change: auto;
}

.philosophy__item:nth-of-type(1) .philosophy__item-deco::before {
	background-image: url(../images/philosophy03.png);
	height: 13.6875rem;
	left: -6.4375rem;
	top: -35.3125rem;
	width: 15.4375rem;
}

.philosophy__item:nth-of-type(1) .philosophy__item-deco::after {
	background-image: url(../images/philosophy04.png);
	height: 8.5625rem;
	left: calc(50% - 0.625rem);
	top: -30.25rem;
	width: 8.5625rem;
}

.philosophy__item:nth-of-type(2) .philosophy__item-deco::before {
	background-image: url(../images/philosophy05.png);
	height: 10rem;
	left: -2rem;
	top: -28.5625rem;
	width: 11rem;
}

.philosophy__item:nth-of-type(2) .philosophy__item-deco::after {
	background-image: url(../images/philosophy06.png);
	height: 20.4375rem;
	left: 12.1875rem;
	top: -41.5rem;
	width: 20.8125rem;
}

.vegetable-list__item {
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 11.25rem;
	display: flex;
	gap: 3.125rem;
	padding: 0.8125rem 2.5rem 0.5rem;
}

.vegetable-list__item + .vegetable-list__item {
	margin-top: 2.5rem;
}

.vegetable-list__item.vegetable-list__item--tomato {
	border: 0.25rem solid #D7A19A;
}

.vegetable-list__item.vegetable-list__item--cucumber {
	border: 0.25rem solid #89AD8C;
}

.vegetable-list__item.vegetable-list__item--komatsuna {
	border: 0.25rem solid #91BCB7;
}

.vegetable-list__item.vegetable-list__item--onion {
	border: 0.25rem solid #CDA26E;
}

.vegetable-list__img {
	max-width: 32rem;
}

.vegetable-list__img img {
	height: 100%;
	width: 100%;
}

.vegetable-list__content {
	max-width: 33.3125rem;
	padding-top: 2.5rem;
}

.vegetable-list__title {
	color: #515A46;
	font-family: "BIZ UDPMincho", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.vegetable-list__harvest-time {
	border-radius: 3.125rem;
	color: #FFFFFF;
	display: inline-block;
	letter-spacing: 0.05em;
	margin-top: 1rem;
	padding: 0.25rem 1.4375rem;
}

.vegetable-list__item.vegetable-list__item--tomato .vegetable-list__harvest-time {
	background-color: #D7A19A;
}

.vegetable-list__item.vegetable-list__item--cucumber .vegetable-list__harvest-time {
	background-color: #89AD8C;
}

.vegetable-list__item.vegetable-list__item--komatsuna .vegetable-list__harvest-time {
	background-color: #91BCB7;
}

.vegetable-list__item.vegetable-list__item--onion .vegetable-list__harvest-time {
	background-color: #CDA26E;
}

.vegetable-list__text-wrap {
	padding-left: 3.4375rem;
}

.vegetable-list__text {
	color: #121603;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 1rem;
	position: relative;
}

.vegetable-list__text:first-of-type::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	content: "";
	height: 2.875rem;
	left: -3.5625rem;
	position: absolute;
	top: 0;
	width: 2.875rem;
}

.vegetable-list__item.vegetable-list__item--tomato .vegetable-list__text:first-of-type::before {
	background-image: url(../images/vegetable12.svg);
}

.vegetable-list__item.vegetable-list__item--cucumber .vegetable-list__text:first-of-type::before {
	background-image: url(../images/vegetable13.svg);
}

.vegetable-list__item.vegetable-list__item--komatsuna .vegetable-list__text:first-of-type::before {
	background-image: url(../images/vegetable14.svg);
}

.vegetable-list__item.vegetable-list__item--onion .vegetable-list__text:first-of-type::before {
	background-image: url(../images/vegetable15.svg);
}

.vegetable-list__text:last-of-type {
	background-position: top left;
	background-repeat: repeat-x;
	background-size: 0.75rem 0.0625rem;
	margin-top: 0.8125rem;
	padding-bottom: 2.8125rem;
	padding-top: 0.8125rem;
}

.vegetable-list__text:last-of-type::before {
	background-image: url(../images/vegetable09.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.25rem;
	left: -3.875rem;
	position: absolute;
	top: 0.625rem;
	width: 2.875rem;
}

.vegetable-list__item.vegetable-list__item--tomato .vegetable-list__text:last-of-type {
	background-image: linear-gradient(to right, #D7A19A 0.375rem, transparent 0.375rem);
}

.vegetable {
	background-color: rgba(206, 187, 161, 0.2);
	color: #515A46;
	padding-bottom: 5.9375rem;
	padding-top: 1.625rem;
	position: relative;
}

.vegetable::before,
.vegetable::after {
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	content: "";
	height: 5.3125rem;
	left: 0;
	opacity: 0.2;
	position: absolute;
	width: 100%;
}

.vegetable::before {
	background-image: url(../images/vegetable10.png);
	top: -5.3125rem;
}

.vegetable::after {
	background-image: url(../images/vegetable11.png);
	bottom: -5.3125rem;
}

.vegetable__title-wrap {
	text-align: center;
}

.vegetable__text {
	color: #121603;
	letter-spacing: 0.05em;
	line-height: 2;
	margin: 3.3125rem auto 0;
	max-width: 56.25rem;
}

.vegetable__text span {
	display: block;
	margin-top: 0.9375rem;
}

.vegetable__sub-title {
	color: #515A46;
	font-family: "BIZ UDPMincho", serif;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 4.875rem;
	text-align: center;
}

.vegetable__img {
	margin: 1.5rem auto 0;
	max-width: 56.25rem;
	position: relative;
}

.vegetable__img::before,
.vegetable__img::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
}

.vegetable__img::before {
	background-image: url(../images/vegetable07.svg);
	bottom: -5rem;
	height: 5.75rem;
	left: -7.8125rem;
	width: 11.25rem;
}

.vegetable__img::after {
	background-image: url(../images/vegetable08.svg);
	bottom: -5.1875rem;
	height: 6.625rem;
	right: -7.1875rem;
	width: 7.5625rem;
}

.vegetable__list {
	margin-top: 15.3125rem;
}

.aside {
	backface-visibility: hidden;
	background-color: #FFFFFF;
	border-bottom-right-radius: 1.5625rem;
	border-top-right-radius: 1.5625rem;
	bottom: 5rem;
	left: 0;
	padding: 1.4375rem 0.875rem;
	position: fixed;
	transform: translateZ(0);
	z-index: 100;
}

.aside.u-fadein-left {
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.aside__item + .aside__item {
	margin-top: 1.4375rem;
}

.aside__list {
	width: 1.8125rem;
}

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

.aside__link {
	transition: opacity 0.3s;
}

.footer {
	margin-top: 6.25rem;
	padding-top: 4.6875rem;
}

.footer__wrap-upper {
	align-items: center;
	display: flex;
	gap: 3.125rem;
}

.footer__img {
	max-width: 40rem;
}

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

.footer__link-list {
	max-width: 27.25rem;
	padding-top: 2.5rem;
	width: 100%;
}

.footer__link {
	background-color: rgba(222, 237, 200, 0.2);
	border: 1px solid #838D64;
	border-radius: 3.125rem;
	color: #515A46;
	display: inline-block;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	max-width: 27.25rem;
	padding-bottom: 1.484375rem;
	padding-top: 1.484375rem;
	text-align: center;
	transition: opacity 0.3s, background-color 0.3s;
	width: 100%;
}

.footer__link::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	margin-right: 1.125rem;
	vertical-align: middle;
}

.footer__link-item + .footer__link-item {
	margin-top: 2.375rem;
}

.footer__link.footer__link--mail::before {
	background-image: url(../images/mail.svg);
	height: 1.625rem;
	width: 2rem;
}

.footer__link.footer__link--line::before {
	background-image: url(../images/line.svg);
	height: 1.8125rem;
	width: 1.8125rem;
}

.footer__link.footer__link--instagram::before {
	background-image: url(../images/instagram.png);
	height: 1.8125rem;
	width: 1.8125rem;
}

.footer__link-text {
	color: #515A46;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 0.4375rem;
	position: relative;
	text-align: center;
}

.footer__link-text::before,
.footer__link-text::after {
	background-color: #89AD8C;
	content: "";
	height: 0.09375rem;
	position: absolute;
	width: 1.875rem;
}

.footer__link-text::before {
	bottom: 1.125rem;
	left: 0.1875rem;
	transform: rotate(55deg);
}

.footer__link-text::after {
	bottom: 1.125rem;
	right: 0.1875rem;
	transform: rotate(-55deg);
}

.footer__wrap-lower {
	display: flex;
	justify-content: space-between;
	margin-top: 6.875rem;
}

.footer__logo-wrap {
	align-items: center;
	display: flex;
	gap: 3.4375rem;
}

.footer__logo {
	display: block;
	max-width: 13.375rem;
	transition: opacity 0.3s;
}

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

.footer__address-title {
	font-family: "BIZ UDPMincho", serif;
	font-weight: 700;
}

.footer__address {
	padding-top: 0.9375rem;
}

.footer__address-text {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.footer__nav {
	display: flex;
	gap: 3.125rem;
	max-width: 30rem;
	padding-top: 0.9375rem;
	width: 100%;
}

.footer__nav-list {
	width: 50%;
}

.footer__nav-link {
	display: inline-block;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	position: relative;
	right: 0;
	transition: color 0.3s, right 0.3s;
}

.footer__copyright {
	background-color: #93754B;
	color: #FFFFFF;
	display: block;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	margin-top: 4.875rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	text-align: center;
}

.header-logo {
	left: 5rem;
	position: absolute;
	top: 1.5rem;
	width: 14.125rem;
	z-index: 998;
}

.header-logo__link {
	display: block;
	height: 100%;
	transition: opacity 0.3s;
	width: 100%;
}

.header-logo__link img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header {
	backface-visibility: hidden;
	height: 88px;
	left: 0;
	position: fixed;
	top: 0;
	transform: translateZ(0);
	width: 100%;
	z-index: 999;
}

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

.header.is-scrolled .header__link-item:nth-of-type(1) .header__link,
.header.is-scrolled .header__link-item:nth-of-type(2) .header__link,
.header.is-scrolled .header__link-item.header__link-item--mail .header__link,
.header.is-scrolled .header__link-item.header__link-item--map .header__link {
	border-color: #838D64;
	color: #838D64;
}

.header.is-scrolled .header__link::before {
	background-color: #838D64;
}

.header.is-scrolled .header__hamburger span {
	background-color: #838D64;
}

.header__inner.inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: right;
	max-width: none;
	max-width: initial;
}

.header__link-list {
	display: flex;
}

.header__link-item + .header__link-item {
	margin-left: 16px;
}

.header__link {
	background-color: transparent;
	display: block;
	position: relative;
	transition: background-color 0.3s, opacity 0.3s, color 0.3s;
}

.header__link-item:nth-of-type(1) .header__link {
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 0.05em;
	padding: 8.5px 25px;
	position: relative;
}

.header__link-item:nth-of-type(2) .header__link,
.header__link-item.header__link-item--mail .header__link,
.header__link-item.header__link-item--map .header__link {
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	height: 41px;
	width: 41px;
}

.header__link::before {
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #FFFFFF;
	content: "";
	display: inline-block;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color 0.3s;
}

.header__link-item:nth-of-type(1) .header__link::before {
	-webkit-mask-image: url(../images/shop.svg);
	height: 20px;
	margin-right: 8px;
	mask-image: url(../images/shop.svg);
	vertical-align: middle;
	width: 25px;
}

.header__link-item:nth-of-type(2) .header__link::before {
	-webkit-mask-image: url(../images/shop.svg);
	height: 20px;
	left: 50%;
	mask-image: url(../images/shop.svg);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 25px;
}

.header__link-item.header__link-item--mail .header__link::before {
	-webkit-mask-image: url(../images/mail.svg);
	height: 12px;
	left: 50%;
	mask-image: url(../images/mail.svg);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
}

.header__link-item.header__link-item--map .header__link::before {
	-webkit-mask-image: url(../images/map.svg);
	height: 20px;
	left: 50%;
	mask-image: url(../images/map.svg);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
}

.header__hamburger {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: 40px;
	margin: 0 0 0 16px;
	outline: none;
	padding: 0;
	position: relative;
	transition: opacity 0.3s;
	width: 40px;
	z-index: 999;
}

.header__hamburger span {
	background-color: #FFFFFF;
	display: block;
	height: 1px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: transform 0.3s, top 0.3s, opacity 0.3s, background-color 0.6s;
	width: 26px;
}

.header__hamburger span:nth-of-type(1) {
	top: -4px;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
}

.header__hamburger span:nth-of-type(3) {
	top: 4px;
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: -2px;
	transform: translateX(-50%) rotate(-45deg);
}

.header__hamburger.is-open span {
	background-color: #838D64;
}

.header__drawer {
	background-color: #FFFFFF;
	height: 100vh;
	height: 100dvh;
	padding-bottom: 100px;
	padding-top: 100px;
	position: absolute;
	right: -120%;
	top: 0;
	transition: right 1s ease-in-out;
	width: 500px;
	z-index: 900;
}

.header__drawer.is-open {
	right: 0;
	transition: right 0.6s;
}

.header__overlay {
	background-color: rgba(131, 141, 100, 0.2);
	height: 100vh;
	height: 100dvh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100vw;
	z-index: 899;
}

.header__overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.header__drawer-inner {
	left: 50%;
	position: absolute;
	top: 40%;
	transform: translate(-50%, -50%);
	width: 300px;
}

.header__drawer-link {
	color: #515A46;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 0.05em;
	padding-bottom: 13px;
	padding-top: 13px;
	position: relative;
	right: 0;
	text-transform: uppercase;
	transition: color 0.3s, right 0.3s;
}

.header__drawer-btn-wrap {
	margin-top: 30px;
}

.header__drawer-btn {
	border: 1px solid #838D64;
	border-radius: 25px;
	color: #838D64;
	display: block;
	font-size: 18px;
	letter-spacing: 0.05em;
	padding-bottom: 13px;
	padding-top: 13px;
	text-align: center;
	transition: background-color 0.3s, opacity 0.3s, color 0.3s, border-color 0.3s;
}

.header__drawer-btn::before {
	-webkit-mask-image: url(../images/shop.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #838D64;
	content: "";
	display: inline-block;
	height: 22px;
	margin-right: 10px;
	mask-image: url(../images/shop.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: relative;
	top: 2px;
	transition: background-color 0.3s;
	width: 26px;
}

.header__sns-list {
	bottom: 70px;
	display: flex;
	gap: 23px;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.header__sns-link {
	display: block;
	position: relative;
	top: 0;
	transition: opacity 0.3s, top 0.3s;
	width: 29px;
}

.header__sns-link img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.loading {
	align-items: center;
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: 100vh;
	height: 100dvh;
	justify-content: center;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	transition: opacity 0.8s ease, visibility 0.8s ease;
	visibility: visible;
	width: 100%;
	z-index: 9999;
}

.loading.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.loading__logo {
	position: relative;
	width: 26.75rem;
}

.loading__logo-img {
	filter: brightness(0) saturate(100%) invert(86%) sepia(8%) saturate(1034%) hue-rotate(42deg) brightness(92%) contrast(87%);
	height: auto;
	width: 100%;
}

.loading__logo-img--color {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	filter: none;
	left: 0;
	position: absolute;
	top: 0;
	transition: -webkit-clip-path 1.2s ease-in-out;
	transition: clip-path 1.2s ease-in-out;
	transition: clip-path 1.2s ease-in-out, -webkit-clip-path 1.2s ease-in-out;
}

.loading.is-animating .loading__logo-img--color {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.main-title {
	display: inline-block;
	font-family: "BIZ UDPMincho", serif;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: relative;
}

.main-title::before {
	background-image: url(../images/title.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.125rem;
	left: -3.4375rem;
	position: absolute;
	top: -0.625rem;
	width: 3.125rem;
}

.pagetop {
	backface-visibility: hidden;
	bottom: 2.5rem;
	height: 3.625rem;
	opacity: 0;
	position: fixed;
	right: 2.5rem;
	transform: translateZ(0);
	transition: opacity 0.3s ease, visibility 0.3s ease, bottom 0.3s ease;
	visibility: hidden;
	width: 3.625rem;
	z-index: 100;
}

.pagetop.is-visible {
	opacity: 1;
	visibility: visible;
}

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

.sub-title {
	display: inline-block;
	font-family: "BIZ UDPMincho", serif;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: relative;
}

.sub-title::before {
	background-image: url(../images/title.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.5rem;
	left: -2.625rem;
	position: absolute;
	top: -1.5625rem;
	width: 2.5rem;
}

.u-fadein-left {
	backface-visibility: hidden;
	opacity: 0;
	transform: translateX(-30px) translateZ(0);
	transition: opacity 0.8s ease, transform 0.8s ease;
	will-change: opacity, transform;
}

.u-fadein-left.is-visible {
	opacity: 1;
	transform: translateX(0) translateZ(0);
	will-change: auto;
}

.u-fadein-right {
	backface-visibility: hidden;
	opacity: 0;
	transform: translateX(30px) translateZ(0);
	transition: opacity 0.8s ease, transform 0.8s ease;
	will-change: opacity, transform;
}

.u-fadein-right.is-visible {
	opacity: 1;
	transform: translateX(0) translateZ(0);
	will-change: auto;
}

.u-fadeup {
	backface-visibility: hidden;
	transform: translateY(30px) translateZ(0);
	transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.u-fadeup.is-visible {
	transform: translateY(0) translateZ(0);
	will-change: auto;
}

.u-sp-only {
	display: none;
}

.js-char {
	opacity: 0;
	transition: opacity 0.4s ease;
	will-change: opacity;
}

.js-char.is-visible {
	opacity: 1;
	will-change: auto;
}

@media (any-hover: hover) {

.about__new-link:hover .about__new-title span {
	border-color: #515A46;
}

.aside__link:hover {
	opacity: 0.8;
}

.footer__link:hover {
	background-color: rgba(222, 237, 200, 0.8);
	opacity: 0.8;
}

.footer__logo:hover {
	opacity: 0.8;
}

.footer__nav-link:hover {
	color: #CDA26E;
	right: -0.3125rem;
}

.header-logo__link:hover {
	opacity: 0.8;
}

.header__link:hover {
	background-color: #838D64;
	opacity: 0.8;
}

.header.is-scrolled .header__link:hover {
	background-color: #FFFFFF;
}

.header__hamburger:hover {
	opacity: 0.5;
}

.header__drawer-link:hover {
	color: #CDA26E;
	right: -5px;
}

.header__drawer-btn:hover {
	background-color: #838D64;
	border-color: #FFFFFF;
	color: #FFFFFF;
	opacity: 0.8;
}

.header__drawer-btn:hover::before {
	background-color: #FFFFFF;
}

.header__sns-link:hover {
	opacity: 0.8;
	top: -3px;
}

.pagetop:hover {
	bottom: 3.125rem;
}

}

@media (min-width: 442px) and (max-width: 767px) {

.about__img.about__img--02 {
	margin-top: 13.4375rem;
}

}

@media (min-width: 1441px) {

.about::after {
	background-size: contain;
}

.history::before,
.history::after {
	background-size: contain;
}

.philosophy::before,
.philosophy::after {
	background-size: contain;
}

.vegetable::before,
.vegetable::after {
	background-size: contain;
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.about {
	padding-bottom: 6.25rem;
}

.about::before {
	background-image: url(../images/about08.png);
	height: 5.625rem;
	top: -5.3125rem;
}

.about__new-list {
	margin-left: auto;
	margin-right: auto;
	padding: 0.8125rem 1rem 2.5rem;
}

.about__new-link {
	flex-direction: column;
	gap: 0.625rem;
}

.about__new-time {
	padding-top: 0;
}

.about__new-title {
	-webkit-line-clamp: 2;
}

.about__title::after {
	height: 6.5625rem;
	margin-left: -0.4375rem;
	position: relative;
	top: -0.5rem;
	width: 4.25rem;
}

.about__wrap {
	align-items: center;
	flex-direction: column;
	margin-top: 0;
}

.about__img + .about__wrap {
	margin-top: -20.8125rem;
}

.about__title.main-title {
	font-size: 1.625rem;
}

.about__wrap.about__wrap--reverse {
	align-items: center;
	flex-direction: column;
}

.about__text-wrap.about__text-wrap--flex {
	flex-direction: column;
}

.about__text-wrap.about__text-wrap--flex::after {
	display: none;
}

.about__text-wrap {
	left: auto;
	left: initial;
}

.about__title-wrap + .about__wrap .about__text-wrap::before {
	display: none;
}

.about__text + .about__text {
	margin-top: 17.5rem;
}

.about__text + .about__text::before {
	background-image: url(../images/about03.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.1875rem;
	left: 0;
	position: absolute;
	top: -2.1875rem;
	width: 3.1875rem;
	z-index: -1;
}

.about__subtitle + .about__text {
	left: auto;
	left: initial;
	padding-top: 0;
}

.about__subtitle {
	font-size: 1.625rem;
	left: auto;
	left: initial;
	letter-spacing: 0.1em;
	writing-mode: horizontal-tb;
}

.about__subtitle::after {
	right: 0.8125rem;
}

.about__img.about__img--01 {
	margin: -2.625rem auto 0;
	max-width: 20.8125rem;
	padding-top: 0;
}

.about__img.about__img--02 {
	left: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 17.4375rem;
	top: -52.5rem;
}

.about__img.about__img--03 {
	margin-right: 0;
	margin-top: -1.25rem;
	max-width: 20.0625rem;
	padding-top: 0;
}

.history {
	padding-bottom: 2rem;
}

.history__text {
	text-align: left;
}

.history__flow {
	border-radius: 1.25rem;
	margin-top: 1.875rem;
	padding: 2.1875rem 0.9375rem 3.3125rem;
}

.history__flow::before {
	background-image: url(../images/history02.png);
	bottom: -23.875rem;
	height: 19rem;
	left: 37%;
	top: auto;
	top: initial;
	transform: translateX(-50%);
	width: 16.6875rem;
}

.history__flow::after {
	bottom: -9.0625rem;
	height: 11.75rem;
	left: 74%;
	top: auto;
	top: initial;
	transform: translateX(-50%);
	width: 14.625rem;
}

.history__flow-list + .history__flow-list {
	margin-top: 1.5rem;
}

.history__flow-item {
	gap: 0.75rem;
}

.history__term {
	font-size: 0.875rem;
	min-width: 7rem;
}

.history__flow-list:not(:last-of-type) .history__term::before {
	bottom: -1.4375rem;
	right: 0.9375rem;
}

.history__term span::after {
	margin-left: 0.0625rem;
	margin-right: 0.0625rem;
}

.history__desc {
	font-size: 0.875rem;
}

.history__important-list {
	flex-direction: column;
	margin-top: 26.875rem;
}

.history__important-list::after {
	bottom: -7.5rem;
	height: 4.5rem;
	left: 0.625rem;
	width: 9.0625rem;
}

.history__important-item:nth-of-type(1)::after,
.history__important-item:nth-of-type(2)::after {
	width: 13.4375rem;
}

.history__important-item:nth-of-type(1)::after {
	left: 3rem;
	top: 4.75rem;
	transform: rotate(-6deg);
}

.history__important-item:nth-of-type(2)::after {
	left: 7.8125rem;
	top: -4.6875rem;
	transform: rotate(-10deg);
}

.history__important-item:nth-of-type(1) .history__important-title::before,
.history__important-item:nth-of-type(2) .history__important-title::before {
	left: -0.5rem;
}

.history__important-title.sub-title {
	font-size: 1.625rem;
	padding-left: 0;
}

.history__important-item + .history__important-item .history__important-title.sub-title {
	text-align: right;
}

.history__important-title span {
	margin-left: 0;
}

.info {
	padding-bottom: 3.4375rem;
	padding-top: 10.75rem;
}

.info__inner::after {
	width: 7.1875rem;
}

.info__title.sub-title::before {
	left: -0.6875rem;
	top: -1.125rem;
}

.info__wrap {
	background: linear-gradient(to bottom, transparent 30%, rgba(255, 255, 255, 0.8) 30%);
	border-bottom-left-radius: 1.25rem;
	border-bottom-right-radius: 1.25rem;
}

.info__wrap::after {
	display: none;
}

.info__map-img {
	background-color: #FFFFFF;
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
	max-width: 100%;
	position: relative;
	right: auto;
	right: initial;
}

.info__map-img img {
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
}

.info__map iframe {
	aspect-ratio: 16/12.4445;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.info__list {
	flex-direction: column;
	gap: 2.5rem;
	padding: 3.125rem 1.25rem 9.375rem;
}

.info__img {
	margin: -7.5rem auto 0;
	max-width: 5rem;
	right: -3.125rem;
}

.info__img::before {
	top: 0;
}

.mv {
	min-height: 34.375rem;
}

.mv__title {
	font-size: 2rem;
	line-height: 2;
	right: 1.25rem;
	top: 42%;
}

.philosophy {
	padding-bottom: 15rem;
}

.philosophy__inner.inner {
	padding-left: 0;
	padding-right: 0;
}

.philosophy__name-img {
	margin-top: -11.5625rem;
	max-width: 15.25rem;
}

.philosophy__name {
	left: -5.125rem;
	top: -7.5rem;
}

.philosophy__text-wrap {
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 1.25rem;
	padding: 4.6875rem 3.4375rem 3.75rem;
	z-index: 1;
}

.philosophy__text-wrap::before {
	height: 6rem;
	right: 3.125rem;
	width: 6rem;
}

.philosophy__subtitle.sub-title {
	font-size: 2rem;
	left: -0.3125rem;
	letter-spacing: 0.1em;
	margin-top: 0;
	text-align: center;
	writing-mode: horizontal-tb;
}

.philosophy__subtitle.sub-title::before {
	left: 0;
}

.philosophy__list {
	flex-direction: column;
	gap: 13.25rem;
	margin: 5.125rem auto 0;
	max-width: 550px;
	padding-left: 5%;
	padding-right: 5%;
}

.philosophy__list::before {
	bottom: -17rem;
	height: 5.4375rem;
	left: 0.9375rem;
	width: 7.125rem;
}

.philosophy__list::after {
	bottom: -16.5625rem;
	height: 3.75rem;
	right: 1.5625rem;
	width: 6.875rem;
}

.philosophy__item {
	padding: 3.125rem 0;
}

.philosophy__item:nth-of-type(2) {
	margin-left: 0;
	margin-top: 0;
}

.philosophy__item::before {
	left: -15%;
	width: 130%;
}

.philosophy__item-text {
	font-size: 0.875rem;
}

.philosophy__item:nth-of-type(2) .philosophy__item-deco.is-visible::after {
	transition-delay: 0.6s;
}

.philosophy__item:nth-of-type(1) .philosophy__item-deco.is-visible::after {
	transition-delay: 0.2s;
}

.philosophy__item:nth-of-type(2) .philosophy__item-deco.is-visible::before {
	transition-delay: 0.4s;
}

.philosophy__item:nth-of-type(1) .philosophy__item-deco::before {
	bottom: -14.0625rem;
	height: 10.5rem;
	left: 0;
	top: auto;
	top: initial;
	width: 11.8125rem;
}

.philosophy__item:nth-of-type(1) .philosophy__item-deco::after {
	bottom: -9.6875rem;
	height: 9.625rem;
	left: auto;
	left: initial;
	right: 0;
	top: auto;
	top: initial;
	width: 9.625rem;
}

.philosophy__item:nth-of-type(2) .philosophy__item-deco::before {
	bottom: -9.25rem;
	height: 7.8125rem;
	left: 1.875rem;
	top: auto;
	top: initial;
	width: 8.625rem;
}

.philosophy__item:nth-of-type(2) .philosophy__item-deco::after {
	bottom: -12.5rem;
	height: 12.3125rem;
	left: auto;
	left: initial;
	right: -1.875rem;
	top: auto;
	top: initial;
	width: 12.6875rem;
}

.vegetable-list__item {
	border-radius: 7.5rem;
	flex-direction: column;
	gap: 1.875rem;
	padding: 0.8125rem 1.25rem 2.5rem;
}

.vegetable-list__content {
	padding-top: 0;
}

.vegetable-list__title {
	text-align: center;
}

.vegetable-list__harvest-time-wrap {
	text-align: center;
}

.vegetable-list__text:last-of-type {
	padding-bottom: 0;
}

.vegetable {
	padding-bottom: 1.875rem;
}

.vegetable__text {
	margin-top: 1.4375rem;
}

.vegetable__sub-title {
	margin-top: 3.125rem;
}

.vegetable__img::before {
	left: 0;
	width: 6.25rem;
}

.vegetable__img::after {
	bottom: -5.9375rem;
	right: 0;
	width: 5.5rem;
}

.vegetable__list {
	margin-top: 6.25rem;
}

.footer {
	margin-top: 5rem;
	margin-top: 2.5rem;
}

.footer__wrap-upper {
	flex-direction: column;
}

.footer__img {
	max-width: 18.75rem;
}

.footer__link-list {
	max-width: 18.75rem;
	padding-top: 0;
}

.footer__link {
	padding-bottom: 0.8125rem;
	padding-top: 0.8125rem;
}

.footer__link.footer__link--mail::before {
	height: 1.1875rem;
	width: 1.5rem;
}

.footer__link.footer__link--line::before {
	height: 1.375rem;
	width: 1.375rem;
}

.footer__link.footer__link--instagram::before {
	height: 1.375rem;
	width: 1.375rem;
}

.footer__link-text::before {
	left: -0.9375rem;
}

.footer__link-text::after {
	right: -0.9375rem;
}

.footer__wrap-lower {
	flex-direction: column;
	margin-top: 5rem;
}

.footer__logo-wrap {
	flex-direction: column;
	gap: 2.1875rem;
}

.footer__address {
	padding-top: 0;
}

.footer__nav {
	gap: 0;
	margin: 3.125rem auto 0;
	padding-top: 0;
}

.footer__copyright {
	margin-top: 3.125rem;
}

.header-logo {
	left: 0.875rem;
	top: 0.625rem;
	width: 8.375rem;
}

.header {
	height: 5.5rem;
}

.header__link-item + .header__link-item {
	margin-left: 1rem;
}

.header__link-item:nth-of-type(1) .header__link {
	border-radius: 3.125rem;
	font-size: 0.875rem;
	padding: 0.53125rem 1.5625rem;
}

.header__link-item:nth-of-type(2) .header__link,
.header__link-item.header__link-item--mail .header__link,
.header__link-item.header__link-item--map .header__link {
	height: 2.5625rem;
	width: 2.5625rem;
}

.header__link-item:nth-of-type(1) .header__link::before {
	height: 1.25rem;
	margin-right: 0.5rem;
	width: 1.5625rem;
}

.header__link-item:nth-of-type(2) .header__link::before {
	height: 1.25rem;
	width: 1.5625rem;
}

.header__link-item.header__link-item--mail .header__link::before {
	height: 0.75rem;
	width: 1.25rem;
}

.header__link-item.header__link-item--map .header__link::before {
	height: 1.25rem;
	width: 1rem;
}

.header__hamburger {
	height: 2.5rem;
	margin: 0 0 0 1rem;
	width: 2.5rem;
}

.header__hamburger span {
	width: 1.625rem;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.25rem;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.25rem;
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: -0.125rem;
}

.header__drawer {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	width: 100%;
}

.header__drawer-inner {
	width: 18.75rem;
}

.header__drawer-link {
	font-size: 1.125rem;
	padding-bottom: 0.8125rem;
	padding-top: 0.8125rem;
}

.header__drawer-btn-wrap {
	margin-top: 1.875rem;
}

.inner {
	max-width: 550px;
	padding-left: 5%;
	padding-right: 5%;
}

.loading__logo {
	width: 18.75rem;
}

.main-title {
	font-size: 2rem;
}

.main-title::before {
	height: 2.25rem;
	width: 2.25rem;
}

.pagetop {
	bottom: 1.875rem;
	height: 2.5rem;
	right: 1.25rem;
	width: 2.5rem;
}

.sub-title::before {
	height: 2.25rem;
	left: -1.875rem;
	width: 2.25rem;
}

.u-pc-only {
	display: none;
}

.u-sp-only {
	display: block;
}

}

@media (max-width: 501px) {

.history__important-title span {
	display: block;
}

}

@media (max-width: 450px) {

.footer__nav {
	align-items: center;
	flex-direction: column;
}

}

@media (max-width: 441px) {

.about__img.about__img--02 {
	margin-top: 10.9375rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
