body {
	font-family: "Shippori Mincho", serif;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

body {
	background-color: #333132;
	color: #fff;
}

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

/* Remove default padding */

ul,
ol,
button {
	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 */

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;
}

/* layout-farmer */

.layout-farmer {
	margin-top: 4.375rem;
}

/* layout-menu */

/* card */

.card__image {
	max-width: 11.25rem;
	width: 100%;
}

.card__image img {
	-o-object-fit: cover;
	aspect-ratio: 180/120;
	height: auto;
	object-fit: cover;
}

.card__title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-top: 0.625rem;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}

.card__description {
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.625rem;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}

.card__price {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 0.625rem;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
	text-align: right;
}

/* cards */

.cards {
	grid-gap: 1.25rem 0.625rem;
	display: grid;
	gap: 1.25rem 0.625rem;
	grid-template-columns: repeat(2, 1fr);
}

/* drawer */

.drawer {
	background: #333132;
	bottom: 0;
	height: 100vh;
	height: 100svh;
	left: 0;
	opacity: 0;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.5s ease;
	visibility: hidden;
	width: 100%;
	z-index: 101;
}

.drawer.js-show {
	opacity: 1;
	visibility: visible;
}

.drawer__body {
	height: -moz-fit-content;
	height: fit-content;
	padding-bottom: 2.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 8.125rem;
	width: 100%;
}

.drawer__title {
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}

.drawer__nav {
	margin-top: 3.75rem;
}

.drawer__list {
	grid-gap: 2.5rem 1.25rem;
	display: grid;
	gap: 2.5rem 1.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.drawer__list li a {
	display: block;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
	text-align: center;
}

.drawer__en {
	display: inline-block;
	font-size: 1.75rem;
	line-height: 1.3;
	margin-top: 0.5rem;
}

/* farmer */

.farmer {
	padding-top: 4.375rem;
}

.farmer__inner.inner {
	position: relative;
}

.farmer__inner.inner::before {
	background-color: #fff;
	content: "";
	height: 0.125rem;
	left: 0.1875rem;
	position: absolute;
	top: 0;
	width: 90%;
}

.farmer__inner.inner::after {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0.1875rem;
	position: absolute;
	top: 0;
	width: 0.125rem;
}

.farmer__title {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	max-width: 71.875rem;
	padding-bottom: 0.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.farmer__container + .farmer__container {
	margin-top: 3.75rem;
}

.farmer__box {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 1.5rem;
}

.farmer__subtitle {
	text-align: center;
}

.farmer__subtitle-main {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.farmer__subtitle-sub {
	font-size: 1.125rem;
}

.farmer__name {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 1rem;
}

.farmer__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.farmer__menu {
	margin-top: 1.875rem;
}

/* header-icon */

.header-icon {
	display: flex;
	flex-direction: column;
	height: 1.875rem;
	justify-content: space-between;
	position: fixed;
	right: 1.25rem;
	top: 1.25rem;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	width: 3.125rem;
	z-index: 102;
}

.header-icon.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.header-icon--bar {
	background: #fff;
	height: 0.125rem;
	transition: all 0.3s ease;
	width: 100%;
}

.header-icon.js-show .header-icon--bar:nth-of-type(1) {
	rotate: 45deg;
	translate: 0 0.875rem;
}

.header-icon.js-show .header-icon--bar:nth-of-type(2) {
	display: none;
}

.header-icon.js-show .header-icon--bar:nth-of-type(3) {
	rotate: -45deg;
	translate: 0 -0.875rem;
}

/* header */

.header {
	background-color: #333132;
	height: auto;
	left: 0;
	padding-bottom: 1.25rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 1.25rem;
	position: fixed;
	top: 0;
	transition: transform 0.3s ease;
	width: 100%;
	z-index: 100;
}

.header.is-hidden {
	transform: translateY(-100%);
}

.header__inner {
	align-items: center;
	display: grid;
	grid-template-columns: 18.75rem 1fr;
}

.header__logo {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	max-width: 18.75rem;
	width: 100%;
}

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

/* menu-annotation */

.menu-annotation {
	margin-top: 4.375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.menu-annotation__title {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
}

.menu-annotation__text {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.menu-annotation__text + .menu-annotation__text {
	margin-top: 0.3125rem;
}

/* menu */

.menu {
	padding-top: 4.375rem;
}

.menu:last-of-type {
	padding-bottom: 6.25rem;
}

.menu + .menu {
	margin-top: 3.125rem;
}

.menu__inner.inner {
	position: relative;
}

.menu__inner.inner::before {
	background-color: #fff;
	content: "";
	height: 0.125rem;
	left: 0.1875rem;
	position: absolute;
	top: 0;
	width: 90%;
}

.menu__inner.inner::after {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0.1875rem;
	position: absolute;
	top: 0;
	width: 0.125rem;
}

.menu__title {
	bottom: calc(100% + 0.25rem);
	font-size: 2rem;
	font-weight: 500;
	left: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1;
	position: absolute;
}

.menu__en {
	font-size: 1.5rem;
}

.menu__body {
	padding-top: 1.875rem;
}

.menu__annotation {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.3;
	padding-bottom: 1.25rem;
}

.menu.menu--reverse .menu__inner.inner::before {
	left: auto;
	left: initial;
	right: 0.1875rem;
}

.menu.menu--reverse .menu__inner.inner::after {
	left: auto;
	left: initial;
	right: 0.1875rem;
}

.menu.menu--reverse .menu__title {
	left: auto;
	left: initial;
	right: 1.25rem;
}

/* slide-menu */

.slide-menu__image-box {
	width: 100%;
}

.slide-menu__image img {
	-o-object-fit: cover;
	aspect-ratio: 770/546;
	object-fit: cover;
}

.slide-menu__video video {
	-o-object-fit: cover;
	aspect-ratio: 770/546;
	object-fit: cover;
	width: 100%;
}

.slide-menu__content {
	margin-top: 2rem;
}

/* swiper */

.swiper-pagination-bullet {
	background: none;
	color: #fff;
	font-size: 1.125rem;
	height: auto;
	opacity: 1;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	width: auto;
}

.swiper-pagination-bullet-active {
	font-size: 2rem;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.5rem;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 5%;
	left: auto;
	left: initial;
	right: 5%;
	width: -moz-fit-content;
	width: fit-content;
}

.slide-menu__button-wrap {
	display: flex;
	justify-content: center;
}

.slide-menu__button-wrap .swiper-button-prev,
.slide-menu__button-wrap .swiper-button-next {
	background-color: #fff9ee;
	border-radius: 50%;
	height: 2rem;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	transform: translateY(50%);
	width: 2rem;
}

.slide-menu__button-wrap .swiper-button-prev {
	left: 1%;
	top: 48%;
}

.slide-menu__button-wrap .swiper-button-next {
	right: 1%;
	top: 48%;
}

.slide-menu__button-wrap .swiper-button-prev::before,
.slide-menu__button-wrap .swiper-button-next::before {
	border-right: 0.1875rem solid #333;
	border-top: 0.1875rem solid #333;
	content: "";
	height: 0.625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 0.625rem;
}

.slide-menu__button-wrap .swiper-button-prev::before {
	transform: translate(-40%, -50%) rotate(-135deg);
}

.slide-menu__button-wrap .swiper-button-next::before {
	transform: translate(-60%, -50%) rotate(45deg);
}

.swiper-button-next::after,
.swiper-button-prev::after {
	content: "";
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.header__inner {
	grid-template-columns: 31.25rem 1fr;
}

.header__logo {
	font-size: 2rem;
	max-width: 31.25rem;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.swiper-pagination-bullet {
	font-size: 1.875rem;
}

.swiper-pagination-bullet-active {
	font-size: 3.9375rem;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 3%;
}

.slide-menu__button-wrap .swiper-button-prev,
.slide-menu__button-wrap .swiper-button-next {
	height: 2.625rem;
	width: 2.625rem;
}

.slide-menu__button-wrap .swiper-button-prev {
	bottom: 8%;
	left: 5%;
	top: auto;
	top: initial;
}

.slide-menu__button-wrap .swiper-button-next {
	bottom: 8%;
	left: 15%;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
}

.slide-menu__button-wrap .swiper-button-prev::before,
.slide-menu__button-wrap .swiper-button-next::before {
	height: 0.8125rem;
	width: 0.8125rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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