body {
	background-color: #f2f2ee;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
}

body.js-open {
	height: 100%;
	overflow: hidden;
}

main {
	flex: 1;
}

.main-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::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 */

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

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

/* 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: #f2f2ee;
	padding-bottom: 6.875rem;
	padding-top: 10rem;
}

.about__header {
	margin-left: auto;
	margin-right: 3.125rem;
	max-width: 40.1875rem;
}

.about__title {
	font-family: "Ysabeau Office", sans-serif;
	font-size: 6.5rem;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0.04em;
	margin-bottom: 0.875rem;
}

.about__text--flex {
	align-items: baseline;
	display: flex;
	gap: 0.625rem;
	margin-top: 1.125rem;
}

.about__text {
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 2;
	margin-left: 0.25rem;
}

.about__text img {
	height: 100%;
	max-width: 13.125rem;
}

.about__slide {
	margin-top: 2.6875rem;
}

.case {
	padding: 5.75rem 0 1.5625rem;
}

.case__label {
	font-family: "Ysabeau Office", sans-serif;
	font-size: 1.3125rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
}

.case__title {
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 1.125rem;
	text-align: center;
}

.case__list {
	display: flex;
	gap: 5rem;
	margin-top: 2.9375rem;
}

.case__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 14.125rem;
}

.case__image {
	aspect-ratio: 1;
	border-radius: 50%;
	width: 13.1875rem;
}

.case__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.case__name {
	font-size: 1rem;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-top: 1.4375rem;
}

.case__text {
	word-wrap: anywhere;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.6666666667;
	margin-top: 0.4375rem;
}

.concept {
	background-color: #f6f6f5;
	padding-bottom: 9.75rem;
	padding-top: 10.875rem;
}

.concept__inner.inner {
	max-width: 1090px;
}

.concept__body {
	display: flex;
	justify-content: space-between;
}

.concept__text-contents {
	margin-top: 9.5625rem;
	width: 42%;
}

.concept__image {
	max-width: 29.5rem;
}

.concept__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.concept__text {
	font-size: 1rem;
	letter-spacing: 0.27em;
	line-height: 1.9;
}

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

.concept__text-flex img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
}

.concept__text-flex--fruit {
	gap: 0.125rem;
	margin-top: 2.0625rem;
}

.concept__text-flex--fruit img:nth-of-type(1) {
	animation: rotate-small-left 2s infinite;
	max-width: 1.4375rem;
}

.concept__text-flex--fruit img:nth-of-type(2) {
	animation: rotate-small-right 2s infinite;
	max-width: 1.875rem;
}

.concept__text-flex--fruit img:nth-of-type(3) {
	animation: rotate-small-left 2s infinite;
	max-width: 2.4375rem;
}

.concept__text-flex--fruit img:nth-of-type(4) {
	animation: rotate-small-right 2s infinite;
	max-width: 1.8125rem;
}

.concept__text-flex--text {
	gap: 0.75rem;
	margin-bottom: 0.625rem;
	margin-top: 0.875rem;
}

.concept__text-flex--text img:nth-child(1) {
	animation: rotate-small-left 2s infinite;
	max-width: 4.8125rem;
}

.concept__text-flex--text img:nth-child(2) {
	animation: rotate-small-right 2s infinite;
	max-width: 3.9375rem;
}

.concept__text-flex--text img:nth-child(3) {
	animation: rotate-small-left 2s infinite;
	max-width: 5.125rem;
}

.faq {
	background-color: #00c9b5;
	padding: 3.75rem 0 7.1875rem;
}

.faq__inner.inner {
	max-width: 886px;
}

.faq__label {
	font-family: "Ysabeau Office", sans-serif;
	font-size: 1.3125rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;
}

.faq__title {
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.16em;
	margin-top: 0.625rem;
	text-align: center;
}

.faq__body {
	margin-top: 3.375rem;
}

.faq__body + .faq__body {
	margin-top: 4rem;
}

.faq__subtitle {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.16em;
	text-align: center;
}

.faq__box {
	background-color: #f6f6f5;
	border-radius: 1.5625rem;
	margin-top: 1.8125rem;
	padding: 0rem 3.125rem 2.0625rem;
}

.faq__row.js-faq-hidden {
	display: none;
}

.faq__btn-wrap {
	display: flex;
	justify-content: center;
	margin-top: 1.875rem;
}

.farmers-message {
	padding-top: 0.9375rem;
}

.farmers-message__inner.inner {
	max-width: 62rem;
}

.farmers-message__box {
	background-color: #fff;
	padding: 5.75rem 6.625rem 5.875rem;
}

.farmers-message__title {
	align-items: center;
	display: flex;
	font-size: 1.875rem;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0.06em;
}

.farmers-message__title img {
	width: 9.75rem;
}

.farmers-message__title span {
	display: contents;
}

.faemers-message_text-wrap {
	margin-top: 2.1875rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}

.farmers-message__text {
	border-bottom: 0.0625rem solid #e9e8e4;
	display: inline;
	font-size: 1.125rem;
	line-height: 3.0555555556;
	text-align: justify;
	text-align: justify;
}

.for {
	background-color: #f2f2ee;
}

.fv-wrap {
	height: 100svh;
	position: relative;
}

.fv {
	height: 100svh;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.fv.is-fixed {
	position: fixed;
	top: 0;
}

.fv__inner {
	height: 100%;
	width: 100%;
}

.fv__swiper-image {
	aspect-ratio: 122/95;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(84.7222222222%, 128.4210526316svh);
}

.fv__swiper-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__swiper-image::after {
	animation: rotate 2s infinite;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
}

.fv__swiper-image--1::after {
	aspect-ratio: 226/206;
	background-image: url(../images/top/grapes.webp);
	bottom: 7.6%;
	right: 6.6%;
	width: 15.6944444444%;
}

.fv__swiper-image--2::after {
	aspect-ratio: 176/189;
	background-image: url(../images/top/apple.webp);
	bottom: 7.1%;
	right: 12%;
	width: 12.2222222222%;
}

.fv__swiper-image--3::after {
	aspect-ratio: 149/186;
	background-image: url(../images/top/strawberry.webp);
	bottom: 24.2%;
	left: 14.3%;
	width: 10.3472222222%;
}

.greeting {
	background-color: #f2f2ee;
	padding-bottom: 7.5625rem;
	padding-top: 8.4375rem;
}

.greeting__box {
	grid-gap: 4.5rem;
	background: #e9e8e4;
	display: grid;
	gap: 4.5rem;
	grid-template-columns: 25.4375rem 1fr;
	padding: 3.875rem 3.4375rem 3.4375rem;
	position: relative;
}

.greeting__box::after {
	background-color: #000;
	content: "";
	height: 1px;
	position: absolute;
	right: 4.5625rem;
	top: 9.625rem;
	width: 55.701754386%;
}

.greeting__profile {
	margin-top: -6.25rem;
}

.greeting__image {
	border-radius: 0.625rem;
	overflow: hidden;
}

.greeting__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.greeting__catch {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.9375rem;
	max-width: 10.5625rem;
}

.greeting__catch img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.greeting__content {
	position: relative;
	z-index: 2;
}

.greeting__title {
	font-size: 2.75rem;
	font-weight: 400;
	padding-bottom: 1.625rem;
}

.greeting__text-wrap {
	max-width: 30.6875rem;
}

.greeting__text {
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-top: 1.75rem;
	text-align: justify;
}

.greeting__sign {
	font-size: 1rem;
	letter-spacing: 0.12em;
	line-height: 3;
	margin-top: 0.5rem;
	text-align: right;
}

.greeting__history {
	margin-top: 1.3125rem;
}

.greeting__history-row {
	grid-gap: 0rem;
	display: grid;
	gap: 0rem;
	grid-template-columns: 4.5rem 1fr;
}

.greeting__history-row dt,
.greeting__history-row dd {
	font-size: 1rem;
	letter-spacing: 0.12em;
	line-height: 2;
}

.greeting__history-row dd {
	letter-spacing: 0.06em;
}

.greeting__deco {
	color: #fff;
	font-family: "Ysabeau Office", sans-serif;
	font-size: 5.625rem;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
	position: absolute;
	right: 0.8125rem;
	top: 2.5625rem;
	writing-mode: vertical-rl;
	z-index: 0;
}

.partner {
	background-color: #f2f2ee;
	padding: 4rem 0 1.5rem;
}

.partner__label {
	font-family: "Ysabeau Office", sans-serif;
	font-size: 1.3125rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.partner__title {
	align-items: center;
	display: flex;
	margin-top: 0.1875rem;
}

.partner__title img {
	height: 100%;
	max-width: 7.5rem;
}

.partner__title span {
	font-size: 1.875rem;
	font-weight: 400;
	letter-spacing: 0.16em;
}

.partner__list {
	margin: 5.0625rem auto 0;
	max-width: 62.4375rem;
}

.partner__item {
	align-items: start;
	display: grid;
	grid-template-columns: 19.375rem 1fr;
	position: relative;
}

.partner__item::after {
	background-color: #000;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: 0;
	top: 5.4375rem;
	width: 71.6733870968%;
}

.partner__item:not(:first-child) {
	margin-top: 3.1875rem;
}

.partner__image img {
	-o-object-fit: cover;
	border-radius: 0.625rem;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.partner__content {
	padding-left: 3.125rem;
}

.partner__name {
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.16em;
}

.partner__name span {
	font-size: 1.25rem;
}

span.partner__name-sp {
	font-size: 1.75rem;
}

.partner__place {
	font-size: 1.125rem;
	letter-spacing: 0.12em;
}

.partner__text {
	font-size: 1rem;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-top: 2.0625rem;
}

.promise {
	background-color: #f2f2ee;
}

.promise__inner {
	position: relative;
}

.season {
	margin-top: 7.1875rem;
}

.season__body {
	background-color: #f6f6f5;
	border-radius: 0.625rem;
	padding: 4.3125rem 0 7.1875rem;
	position: relative;
}

.season__body::after {
	aspect-ratio: 250/228;
	background: transparent url(../images/season/orange-apple.webp) no-repeat center center/cover;
	content: "";
	max-width: 15.625rem;
	position: absolute;
	right: -0.875rem;
	top: 0.4375rem;
	width: 100%;
	z-index: 2;
}

.season__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 25.6875rem;
	width: 100%;
}

.season__title img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.season__list {
	grid-gap: 3.5rem;
	display: grid;
	gap: 3.5rem;
	grid-template-columns: repeat(4, 1fr);
	margin: 4.375rem auto 0;
	max-width: 64rem;
}

.season__item {
	display: flex;
	justify-content: center;
}

.season__button {
	align-items: center;
	aspect-ratio: 1;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: grid;
	justify-items: center;
	place-items: center;
	position: relative;
	transition: 0.5s;
	width: 100%;
}

.season__button--spring {
	background-color: #ff8d98;
}

.season__button--spring:hover {
	background-color: #df586c;
}

.season__button--summer {
	background-color: #00c9b5;
}

.season__button--summer:hover {
	background-color: #00a18f;
}

.season__button--autumn {
	background-color: #e55e55;
}

.season__button--autumn:hover {
	background-color: #b03d29;
}

.season__button--winter {
	background-color: #7799cc;
}

.season__button--winter:hover {
	background-color: #2c639d;
}

.season__button span {
	font-family: "Ysabeau Office", sans-serif;
	font-size: 1.5625rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1;
	padding-right: 1.375rem;
	position: relative;
	text-transform: capitalize;
}

.season__button span::after {
	background: transparent url(../images/common/fill-arrow-white.webp) no-repeat center center/cover;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.accordion {
	border-bottom: 1px solid #000;
	padding-bottom: 1.4375rem;
	padding-left: 3.4375rem;
	padding-right: 3.4375rem;
	padding-top: 1.875rem;
}

.accordion__q {
	display: flex;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
}

.accordion__a {
	font-size: 1rem;
	line-height: 2;
	margin-top: 0.875rem;
}

.accordion__image {
	margin-top: 1.125rem;
	max-width: 20rem;
	width: 100%;
}

.accordion__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.btn {
	align-items: center;
	border-radius: 3.4375rem;
	color: #fff;
	display: flex;
	gap: 1.75rem;
	justify-content: center;
	padding: 2.5rem 0.625rem;
	position: relative;
	transition: 0.5s;
	width: 100%;
}

.btn--small {
	padding: 1.8125rem 0.625rem;
}

.btn--ss {
	padding: 1rem 0.625rem;
}

.btn--purple {
	background-color: #7799cc;
}

.btn--purple:hover {
	background-color: #2c639d;
}

.btn--red {
	background-color: #e55e55;
}

.btn--red:hover {
	background-color: #b03d29;
}

.btn--green {
	background-color: #41a971;
}

.btn--green:hover {
	background-color: #027346;
}

.btn--white {
	background-color: #fff;
}

.btn--white:hover {
	background-color: #dededd;
}

.btn span {
	font-family: "Ysabeau Office", sans-serif;
	font-size: 1.875rem;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	padding-right: 3.4375rem;
	position: relative;
}

.btn--ja span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 500;
}

.btn--store span {
	padding-left: 2.875rem;
}

.btn--line span {
	padding-left: 2.9375rem;
}

.btn--contact span {
	padding-left: 3.625rem;
}

.btn--small span {
	color: #e55e55;
	font-size: 1.375rem;
	padding-right: 2.625rem;
}

.btn--ss span {
	font-size: 1.0625rem;
	padding-right: 2.8125rem;
}

.btn--ss.btn--contact span {
	padding-left: 1.875rem;
}

.btn--ss.btn--line span {
	padding-left: 2.375rem;
}

.btn--small.btn--contact span {
	padding-left: 2.8125rem;
}

.btn--small.btn--store span {
	padding-left: 2.1875rem;
}

.btn span::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.btn--store span::before {
	background-image: url(../images/common/store-white.webp);
	height: 2.375rem;
	width: 1.875rem;
}

.btn--line span::before {
	background-image: url(../images/common/line.webp);
	height: 1.875rem;
	width: 1.9375rem;
}

.btn--small.btn--store span::before {
	background-image: url(../images/common/store-red.webp);
	height: 1.75rem;
	width: 1.375rem;
}

.btn--ss.btn--contact span::before {
	background-image: url(../images/common/mail-white.webp);
	height: 1.125rem;
	width: 1.5625rem;
}

.btn span::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.btn span::after {
	background-image: url(../images/common/arrow-white.webp);
	height: 0.5625rem;
	width: 2.5rem;
}

.btn--small span::after {
	background-image: url(../images/common/arrow-red.webp);
	height: 0.4375rem;
	width: 1.875rem;
}

.btn--ss span::after {
	height: 0.3125rem;
	width: 1.4375rem;
}

.circle-bg {
	aspect-ratio: 453/1024;
	background: #e9e8e4;
	border-radius: 50%;
	height: 257%;
	position: fixed;
	right: -69vw;
	top: -80%; /*丸のスタート位置と形状*/
	transform: scale(0);
	transition: 1s; /*丸の形*/
	width: 100%;
	z-index: 888;
}

.circle-bg.js-open {
	transform: scale(1);
}

.flow {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	overflow: hidden;
	padding-top: 4.5rem;
	position: relative;
}

.flow::after {
	color: #f6f6f5;
	content: "solution & flow";
	font-family: "Ysabeau Office", sans-serif;
	font-size: 5.625rem;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	position: absolute;
	right: 3.875rem;
	top: 23.2%;
	transform: translateX(50%) rotate(90deg);
}

.flow__inner.inner {
	max-width: 1190px;
}

.flow__title {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.16em;
	text-align: center;
}

.flow__box {
	background-color: #f6f6f5;
	border-radius: 1.5625rem;
	margin-top: 3.75rem;
	padding: 2.5625rem 2.875rem 4.125rem;
}

.flow__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
}

.flow__item + .flow__item {
	margin-top: 1.5rem;
}

.flow__head {
	grid-gap: 2.5rem;
	align-items: center;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 6.0625rem 1fr;
}

.flow__step {
	font-family: "Ysabeau Office", sans-serif;
	font-size: 1.3125rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.04em;
	position: relative;
	text-transform: uppercase;
}

.flow__step::after {
	background-color: #e9e8e4;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 90%;
}

.flow__icon {
	width: 6.0625rem;
}

.flow__icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.flow__content {
	align-items: start;
	display: flex;
	justify-content: space-between;
	padding-top: 1.875rem;
}

.flow__content--center {
	align-items: center;
}

.flow__name {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.flow__content .flow__text-wrap {
	margin-top: 0.6875rem;
}

.flow__text-wrap {
	margin-top: 0;
	max-width: 38.375rem;
}

.flow__text {
	font-size: 1rem;
	letter-spacing: 0.04em;
	line-height: 2;
}

.flow__caption {
	font-size: 1rem;
	line-height: 2;
	margin-top: 2.1875rem;
}

.flow__caption::before {
	color: #41a971;
	content: "▼";
}

.flow__panel {
	background-color: #fff;
	border-radius: 0.875rem;
	margin-top: 0.625rem;
	padding: 1.3125rem 1.125rem;
}

.flow__notes {
	display: grid;
}

.flow__note {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 2;
	padding-left: 1.0625rem;
	position: relative;
}

.flow__note::before {
	background-color: #41a971;
	border-radius: 50%;
	content: "";
	height: 0.4375rem;
	left: 0;
	position: absolute;
	top: 0.5625rem;
	width: 0.4375rem;
}

.footer {
	background-color: #e55e55;
	color: #fff;
	padding: 3.25rem 0 3.4375rem;
}

.footer__inner.inner {
	max-width: 1300px;
}

.footer__info {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.footer__record {
	font-size: 0.75rem;
	letter-spacing: 0.16em;
}

.footer__name {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.3em;
}

.footer__name-en {
	font-family: "Ysabeau Office", sans-serif;
	font-size: 0.9375rem;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.14em;
	margin-top: -0.3125rem;
}

.footer__instagram {
	aspect-ratio: 1/1;
	display: block;
	margin-top: 0.875rem;
	width: 2.8125rem;
}

.footer__instagram img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
}

.footer__company-wrap {
	margin-top: 4.4375rem;
}

.footer__logo {
	margin-top: 2.9375rem;
	width: 6.875rem;
}

.footer__logo img {
	height: auto;
}

.footer__company {
	font-size: 1rem;
	letter-spacing: 0.1rem;
	margin-top: 0.9375rem;
}

.footer__adress span {
	font-size: 0.75rem;
	letter-spacing: 0.07rem;
}

.footer__adress p {
	letter-spacing: 0.05em;
	margin-top: 0.125rem;
}

.footer__tel {
	margin-top: 0.4375rem;
}

.footer__mail {
	letter-spacing: 0.09em;
	margin-top: 0.5625rem;
}

.footer__buttons {
	align-items: end;
	display: flex;
	flex-direction: column;
	gap: 1.6875rem;
	margin-bottom: 2.125rem;
	margin-top: 2.5rem;
	max-width: 23.625rem;
	width: 100%;
}

.footer__buttons > .btn {
	max-width: 19.0625rem;
}

.footer__contact-wrap {
	background-color: #fff;
	border-radius: 0.9375rem;
	padding: 1.5625rem 1.375rem 2rem;
}

.footer__title {
	color: #e55e55;
	font-family: "Ysabeau Office", sans-serif;
	font-size: 1.375rem;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: capitalize;
}

.footer__text {
	color: #e55e55;
	font-size: 1rem;
	line-height: 2;
	margin-top: 0.5rem;
}

.footer__btn-wrap {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	margin-top: 0.75rem;
	padding-left: 0.5rem;
}

.for-block {
	padding-top: 6.875rem;
}

.for-block__list {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.for-block__item {
	align-items: end;
	display: flex;
	overflow: hidden;
	padding: 6.4375rem 0 4rem;
	position: relative;
}

.for-block__item-wrap--business .for-block__item {
	align-items: start;
}

.for-block__item-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	padding-bottom: 8.4375rem;
	position: relative;
}

.for-block__item-bg:nth-child(odd) {
	background-color: #e9e8e4;
}

.for-block__item {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
}

.for-block__item-bg:nth-child(odd) .for-block__item {
	gap: 7.375rem;
	padding-right: 1.5625rem;
}

.for-block__item-bg:nth-child(even) .for-block__item {
	flex-direction: row-reverse;
	gap: 1.875rem;
	padding-left: 1.5625rem;
}

.for-block__image {
	max-width: 37.5625rem;
	padding-bottom: 1.5625rem;
	position: relative;
}

.for-block__image img {
	-o-object-fit: cover;
	border-radius: 0.625rem;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.for-block__en {
	font-family: "Ysabeau Office", sans-serif;
	font-size: 6.5rem;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1;
	position: absolute;
	top: -3.9375rem;
	z-index: 2;
}

.for-block__item-bg:nth-child(odd) .for-block__item .for-block__en {
	text-align: right;
}

.for-block__item-wrap--me .for-block__en {
	right: -2.0625rem;
}

.for-block__item-wrap--gift .for-block__en {
	left: -2.0625rem;
}

.for-block__item-wrap--business .for-block__en {
	right: -4.4375rem;
}

.for-block__item-wrap--farmers .for-block__en {
	left: -2.875rem;
}

.for-block__content {
	flex: 1;
}

.for-block__item-bg:nth-child(odd) .for-block__content {
	max-width: 37.5rem;
}

.for-block__item-bg:nth-child(even) .for-block__content {
	max-width: 41.25rem;
}

.for-block__item-wrap--business .for-block__content {
	margin-top: 2.5rem;
}

.for-block__title {
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 3.4375rem;
}

.for-block__item-wrap--farmers .for-block__title {
	margin-left: 6.875rem;
}

.for-block__sub-title {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.16em;
	margin-bottom: 0.625rem;
}

.for-block__text {
	font-size: 1rem;
	letter-spacing: 0.09em;
	line-height: 1.9;
}

.for-block__text + .for-block__text {
	margin-top: 1.125rem;
}

.for-block__btn {
	margin-top: 0.875rem;
	text-align: right;
	transition: 0.3s;
}

.for-block__btn.js-visible {
	opacity: 0;
}

.for-block__item-bg:nth-child(odd) .for-block__item .for-block__btn {
	margin-right: 3.5rem;
}

.for-block__item-bg:nth-child(even) .for-block__item .for-block__btn {
	margin-right: 1.25rem;
}

.for-block__item-wrap--gift .for-block__btn {
	margin-top: 4.8125rem;
}

.for-block__item-wrap--farmers .for-block__btn {
	margin-top: 9.375rem;
}

/* ---------- デコレーション ---------- */

.for-block__item-wrap::before {
	animation: rotate 2s infinite;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	z-index: 1;
}

.for-block__item-wrap--me::before {
	aspect-ratio: 219/198;
	background-image: url(../images/for/grape.webp);
	right: 8.6875rem;
	top: -2.9375rem;
	width: 15.2083333333%;
}

.for-block__item-wrap--gift::before {
	aspect-ratio: 178/201;
	background-image: url(../images/for/melon.webp);
	left: 5.4375rem;
	top: -2.75rem;
	width: 12.3611111111%;
}

.for-block__item-wrap--business::before {
	aspect-ratio: 246/167;
	background-image: url(../images/for/banana.webp);
	right: 5.75rem;
	top: -2.25rem;
	width: 17.0833333333%;
}

.for-block__item-wrap--farmers::before {
	aspect-ratio: 145/140;
	background-image: url(../images/for/orange.webp);
	left: 5.75rem;
	top: -0.6875rem;
	width: 10.0694444444%;
}

/* ---------- アコーディオン ---------- */

.for-block__accordion {
	display: none;
}

.for-block__accordion.js-open {
	display: block;
}

.for-contents--reserve .for-contents__body {
	flex-direction: row-reverse;
}

.for-contents__body {
	align-items: center;
	display: flex;
	gap: 3.375rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 63.4375rem;
}

.for-contents--reserve .for-contents__body {
	margin-left: auto;
	margin-right: auto;
}

.for-contents__image {
	max-width: 38.125rem;
}

.for-contents__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.for-contents__info {
	max-width: 23rem;
}

.for-contents__title {
	font-family: "Ysabeau Office", sans-serif;
	font-size: 1.75rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.12em;
}

.for-contents__title span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
	font-weight: 400;
}

.for-contents__text {
	font-size: 1rem;
	letter-spacing: 0.12em;
	line-height: 2;
	margin-top: 1rem;
	text-align: justify;
}

.for-contents__btn {
	margin: 6.875rem auto 0;
	max-width: 26rem;
}

.for-contents__btn--mt {
	margin-left: 0;
	margin-top: 3.4375rem;
}

.header-hamburger {
	border: 1px solid #fff;
	border-radius: 50%;
	display: block;
	height: 5.5625rem;
	position: relative;
	transition: 0.3s;
	transition: 0.5s;
	width: 5.5625rem;
	z-index: 9999;
}

.header-hamburger.js-visible,
.header-hamburger.js-open {
	border-color: #000;
}

.header-hamburger span {
	background-color: #fff;
	display: block;
	height: 1px;
	left: 25%;
	position: absolute;
	transition: 0.3s;
	width: 2.6875rem;
}

.header-hamburger.js-visible span,
.header-hamburger.js-open span {
	background-color: #000;
}

.header-hamburger span:nth-child(1) {
	top: 44%;
}

.header-hamburger.js-open span:nth-child(1) {
	top: 50%;
	transform: rotate(-17deg);
}

.header-hamburger span:nth-child(2) {
	top: 59%;
}

.header-hamburger.js-open span:nth-child(2) {
	top: 50%;
	transform: rotate(17deg);
}

.header {
	left: 0;
	padding-top: 2.3125rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.header__inner {
	padding-left: 2.875rem;
	padding-right: 2.25rem;
}

.header__body {
	align-items: start;
	display: flex;
	justify-content: space-between;
}

.header__meta {
	align-items: center;
	display: flex;
	gap: 1.125rem;
}

.header__logo a {
	flex-shrink: 0;
	max-width: 6.75rem;
	position: absolute;
	top: 2.1875rem;
	transition: 0.5s;
	width: 7.9528718704%;
}

.header__logo a:nth-of-type(1),
.header__logo.js-visible a:nth-of-type(2) {
	opacity: 1;
	visibility: visible;
}

.header__logo.js-visible a:nth-of-type(1),
.header__logo a:nth-of-type(2) {
	opacity: 0;
	visibility: hidden;
}

.header__contact-btn {
	align-items: center;
	display: flex;
	gap: 1.125rem;
	margin-top: 0.625rem;
	opacity: 0;
	transition: 0.5s;
	visibility: hidden;
}

.header__contact-btn.js-visible {
	opacity: 1;
	visibility: visible;
}

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

.more-btn.js-open-btn.js-open {
	display: none;
}

.more-btn.js-close-btn {
	display: none;
}

.more-btn.js-close-btn.js-open {
	display: flex;
}

.more-btn {
	align-items: center;
	color: #000;
	display: inline-flex;
	font-family: "Ysabeau Office", sans-serif;
	font-size: 1.875rem;
	font-style: italic;
	font-weight: 500;
	gap: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1;
	position: relative;
}

.more-btn::after {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0.3125rem 0.4375rem rgba(0, 0, 0, 0.2);
	content: "";
	height: 3.1875rem;
	transition: 0.5s;
	width: 3.1875rem;
}

.more-btn:hover::after {
	background-color: #e9eaea;
}

.more-btn::before {
	background: transparent url(../images/common/arrow-down.webp) no-repeat center center/cover;
	content: "";
	height: 0.875rem;
	position: absolute;
	right: 1.4375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.9375rem;
	z-index: 1;
}

.more-btn.js-close-btn::before {
	right: 1.5rem;
	transform: translateY(-50%) rotate(180deg);
}

.season-popup {
	align-items: center;
	bottom: 0;
	display: grid;
	justify-items: center;
	left: 0;
	opacity: 0;
	padding: 7.5rem 2rem 3.75rem;
	place-items: center;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 1000;
}

.season-popup__bg {
	background-color: rgba(0, 0, 0, 0.2);
	content: "";
	height: 100svh;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: 0;
}

.season-popup__bg.js-visible,
.season-popup.js-visible {
	opacity: 1;
	visibility: visible;
}

.season-popup__inner {
	background-color: #fff;
	border-bottom: 1.875rem solid;
	border-radius: 2.0625rem;
	box-shadow: 0rem 0.625rem 0.625rem rgba(0, 0, 0, 0.2);
	max-height: calc(100svh - 6.25rem);
	max-width: 983px;
	overflow-y: auto;
	padding: 4.75rem 1.25rem 4.625rem;
	position: relative;
}

.season-popup--spring .season-popup__inner {
	border-color: #ff8d98;
}

.season-popup--summer .season-popup__inner {
	border-color: #00c9b5;
}

.season-popup--autumn .season-popup__inner {
	border-color: #e55e55;
}

.season-popup--winter .season-popup__inner {
	border-color: #7799cc;
}

.season-popup__title {
	text-align: center;
}

.season-popup__title h3 {
	border-bottom: 0.0625rem solid;
	display: inline-block;
	font-family: "Ysabeau Office", sans-serif;
	font-size: 1.75rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding-bottom: 1.125rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	position: relative;
	text-transform: capitalize;
}

.season-popup--spring .season-popup__title h3 {
	border-color: #ff8d98;
	color: #ff8d98;
}

.season-popup--summer .season-popup__title h3 {
	border-color: #00c9b5;
	color: #00c9b5;
}

.season-popup--autumn .season-popup__title h3 {
	border-color: #e55e55;
	color: #e55e55;
}

.season-popup--winter .season-popup__title h3 {
	border-color: #7799cc;
	color: #7799cc;
}

.season-popup__title h3::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	width: 100%;
}

.season-popup--spring .season-popup__title h3::before {
	aspect-ratio: 137/40;
	background-image: url(../images/season/spring/spring-petal.webp);
	left: 50%;
	max-width: 8.5625rem;
	top: 50%;
	transform: translate(-50%, -50%);
}

.season-popup--summer .season-popup__title h3::before {
	aspect-ratio: 39/42;
	background-image: url(../images/season/summer/summer-umbrella.webp);
	max-width: 2.4375rem;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
}

.season-popup--autumn .season-popup__title h3::before {
	aspect-ratio: 145/39;
	background-image: url(../images/season/autumn/autumn-leaf.webp);
	left: 50%;
	max-width: 9.0625rem;
	top: 50%;
	transform: translate(-50%, -50%);
}

.season-popup--winter .season-popup__title h3::before {
	aspect-ratio: 26/28;
	background-image: url(../images/season/winter/winter-snow.webp);
	max-width: 1.625rem;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
}

.season-popup__list {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 3.25rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.875rem;
}

.season-popup--summer .season-popup__list {
	max-width: 53.75rem;
}

.season-popup--winter .season-popup__list {
	max-width: 44.375rem;
}

.season-popup__item {
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.season-popup__item--long {
	max-width: 11.25rem;
}

.season-popup__figure {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 6.125rem;
}

.season-popup--winter .season-popup__figure {
	height: 5rem;
}

.season-popup--summer .season-popup__figure {
	height: 5.625rem;
	max-width: 5.625rem;
}

.season-popup--summer .season-popup__figure--height {
	max-width: 4.375rem;
}

.season-popup__figure img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
}

.season-popup__text {
	font-size: 1rem;
	letter-spacing: 0.12em;
	margin-top: 1.125rem;
}

.season-popup__item--long .season-popup__text {
	margin-left: -3.125rem;
	text-align: center;
	white-space: nowrap;
	width: 150%;
}

.season-popup__text span {
	font-size: 0.75rem;
}

.season-popup--summer .season-popup__item:nth-of-type(n + 7) .season-popup__text {
	height: 3rem;
}

.season-popup__note {
	font-size: 1rem;
	letter-spacing: 0.12em;
	line-height: 2;
	margin: 4.5rem auto 0;
	max-width: 41.5625rem;
}

.season-popup__button {
	cursor: pointer;
	height: 2.3125rem;
	position: absolute;
	right: 2.375rem;
	top: 2.125rem;
	width: 2.3125rem;
}

.season-popup__button span {
	background-color: #000;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 2.3125rem;
}

.season-popup__button span:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.season-popup__button span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.slide-card {
	border-radius: 1.5625rem;
	height: 38.8125rem;
	margin: 0 2.1875rem;
	padding: 3.8125rem 1.875rem 3.4375rem;
	position: relative;
	width: 100%;
}

.slide-card::before {
	animation: rotate 2s infinite;
	aspect-ratio: 98/105;
	background: transparent url(../images/promise/apple.webp) no-repeat center center/cover;
	content: "";
	left: 2.75rem;
	max-width: 6.125rem;
	position: absolute;
	top: -3.125rem;
	width: 100%;
}

.slide-card--purple {
	background-color: #7799cc;
}

.slide-card--yellow {
	background-color: #ffbe41;
}

.slide-card--green {
	background-color: #41a971;
}

.slide-card__inner {
	display: flex;
	gap: 1.875rem;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	padding-right: 0.9375rem;
}

.slide-card__content {
	max-width: 27rem;
}

.slide-card--green .slide-card__content {
	max-width: 28.375rem;
}

.slide-card__label {
	font-family: "Ysabeau Office", sans-serif;
	font-size: 1.3125rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.9047619048;
}

.slide-card__title {
	align-items: center;
	display: flex;
}

.slide-card__title img {
	height: 100%;
	max-width: 7.5rem;
}

.slide-card__title span {
	font-size: 1.875rem;
	font-weight: 400;
	letter-spacing: 0.16em;
}

.slide-card__body {
	margin-top: 3.125rem;
}

.slide-card__number {
	font-family: "Ysabeau Office", sans-serif;
	font-size: 3.75rem;
	font-weight: 600;
	line-height: 1;
}

.slide-card__lead {
	border-bottom: 1px solid #000;
	font-size: 1.25rem;
	letter-spacing: 0.08em;
	line-height: 2;
	margin-top: 0.125rem;
	padding-bottom: 1.4375rem;
}

.slide-card__text {
	font-size: 1rem;
	letter-spacing: 0.01em;
	line-height: 2;
	margin-top: 1.625rem;
}

.slide-card__image {
	aspect-ratio: 1/1;
	max-width: 30.25rem;
}

.slide-card__image img {
	height: auto;
}

.small-btn {
	align-items: center;
	border-radius: 1.3125rem;
	box-shadow: 0 0.125rem 0.25rem rgba(4, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	height: 2.6875rem;
	justify-content: center;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
	transition: 0.5s;
	width: -moz-fit-content;
	width: fit-content;
}

.small-btn--contact {
	background-color: #fff;
}

.small-btn--contact:hover {
	background-color: #e9eaea;
}

.small-btn--store {
	background-color: #f7931e;
}

.small-btn--store:hover {
	background-color: #de6c0b;
}

.small-btn span {
	display: inline-block;
	font-family: "Ysabeau Office", sans-serif;
	font-size: 1.0625rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.06em;
	position: relative;
}

.sp-nav__btn .small-btn span {
	font-size: 1.25rem;
}

.small-btn--contact span {
	padding-left: 2.1875rem;
}

.small-btn--store span {
	padding-left: 2.5rem;
}

.sp-nav__btn .small-btn--contact span {
	padding-left: 2.625rem;
}

.sp-nav__btn .small-btn--store span {
	padding-left: 2.75rem;
}

.small-btn span::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.small-btn--contact span::before {
	background-image: url(../images/common/mail-black.webp);
	height: 1.3125rem;
	width: 1.8125rem;
}

.small-btn--store span::before {
	background-image: url(../images/common/store-black.webp);
	height: 1.75rem;
	width: 1.375rem;
}

.sp-nav__btn .small-btn--contact span::before {
	height: 1.4375rem;
	width: 2rem;
}

.sp-nav__btn .small-btn--store span::before {
	height: 1.875rem;
	width: 1.4375rem;
}

.sp-nav {
	display: block;
	height: 100vh;
	margin-left: auto;
	opacity: 0;
	overflow-y: auto;
	padding-bottom: 7.5rem;
	padding-top: 11.75rem;
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.3s;
	visibility: hidden;
	width: 22.2%;
	z-index: 999;
}

.sp-nav.js-open {
	opacity: 1;
	transition-delay: 0.6s;
	visibility: visible;
}

.sp-nav__item a {
	display: block;
	padding: 0.6875rem 0;
	transition: color 0.5s;
}

.sp-nav__item:last-child a {
	border-bottom: none;
	padding-bottom: 0;
}

.sp-nav__item-en--uppercase {
	text-transform: uppercase;
}

.sp-nav__item-en--capitalize {
	text-transform: capitalize;
}

.sp-nav__item a:hover {
	color: #00c9b5;
}

.sp-nav__item-en {
	font-family: "Ysabeau Office", sans-serif;
	font-size: 1.625rem;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.sp-nav__item-ja {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.18em;
}

.sp-nav__btn {
	display: flex;
	flex-direction: column;
	gap: 1.4375rem;
	margin-left: 0.25rem;
	margin-top: 2.5625rem;
}

.swiper {
	height: 100%;
	width: 100%;
}

.fv-swiper .swiper-wrapper {
	transition-timing-function: linear;
}

.swiper-slide {
	align-items: center;
	display: flex;
	justify-content: center;
}

.fv-swiper .swiper-slide {
	position: relative;
}

.fv-swiper .swiper-slide--green {
	background-color: #00c9b5;
}

.fv-swiper .swiper-slide--yellow {
	background-color: #ffbe41;
}

.fv-swiper .swiper-slide--red {
	background-color: #e55e55;
}

.swiper-slide img {
	-o-object-fit: cover;
	object-fit: cover;
}

.promise-swiper .swiper-slide {
	padding-top: 3.75rem;
}

.swiper-button-next,
.swiper-button-prev {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0.3125rem 0.4375rem rgba(0, 0, 0, 0.3);
	height: 3.125rem;
	top: 53%;
	width: 3.125rem;
}

.swiper-button-prev {
	left: 9%;
}

.swiper-button-next {
	right: 9%;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff;
	font-size: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	background: transparent url(../images/common/arrow.webp) no-repeat center center/cover;
	content: "";
	height: 1.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 0.625rem;
}

.swiper-button-next:after {
	transform: translate(-50%, -50%) rotate(180deg);
}

.swiper-button-prev:after {
	transform: translate(-50%, -50%);
}

.swiper-pagination-bullet {
	background: #fff;
	height: 0.6875rem;
	opacity: 1;
	width: 0.6875rem;
}

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

.swiper-pagination-bullet:nth-of-type(1).swiper-pagination-bullet-active {
	background: #7799cc;
}

.swiper-pagination-bullet:nth-of-type(2).swiper-pagination-bullet-active {
	background: #ffbe41;
}

.swiper-pagination-bullet:nth-of-type(3).swiper-pagination-bullet-active {
	background: #41a971;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	top: calc(100% + 2.1875rem);
}

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

.flow::after {
	display: none;
}

.flow__box {
	position: relative;
}

.flow__box::after {
	color: #e9e8e4;
	content: "solution & flow";
	font-family: "Ysabeau Office", sans-serif;
	font-size: 5.625rem;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	position: absolute;
	right: 0.625rem;
	top: 20%;
	transform: translateX(50%) rotate(90deg);
}

}

@media (max-width: 1140px) {

html {
	font-size: 1.4035087719vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.about__header {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	max-width: initial;
}

.about__title {
	font-size: 6.5625rem;
	margin-bottom: 0.375rem;
}

.about__text--flex {
	margin-top: 0.875rem;
}

.about__text {
	font-size: 2.25rem;
	margin-left: 0;
}

.about__text img {
	max-width: 15.8125rem;
}

.about__slide {
	margin-top: 2.4375rem;
}

.case {
	padding: 6.6875rem 0 0;
}

.case__inner.inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.case__label {
	font-size: 2rem;
}

.case__title {
	font-size: 2.25rem;
	margin-top: 1.25rem;
}

.case__list {
	flex-wrap: wrap;
	gap: 2.125rem 0rem;
	justify-content: center;
	margin-top: 3.75rem;
}

.case__item {
	max-width: none;
	max-width: initial;
	width: 48%;
}

.case__image {
	max-width: 15.4375rem;
	width: 100%;
}

.case__name {
	font-size: 1.75rem;
}

.case__text {
	font-size: 1.875rem;
	letter-spacing: -0.01em;
	white-space: normal;
}

.concept__body {
	display: block;
	padding-bottom: 21.25rem;
	position: relative;
}

.concept__text-contents {
	margin-top: 0;
	width: 100%;
}

.concept__image {
	bottom: 0;
	max-width: 32.4375rem;
	position: absolute;
	right: 0;
	width: 68.2894736842%;
}

.concept__text {
	font-size: 1.875rem;
	letter-spacing: 0.18em;
}

.concept__text-flex--fruit img:nth-of-type(1) {
	max-width: 2.4375rem;
}

.concept__text-flex--fruit img:nth-of-type(2) {
	max-width: 3.1875rem;
}

.concept__text-flex--fruit img:nth-of-type(3) {
	max-width: 4.1875rem;
}

.concept__text-flex--fruit img:nth-of-type(4) {
	max-width: 2.75rem;
}

.concept__text-flex--text img:nth-child(1) {
	max-width: 8.3125rem;
}

.concept__text-flex--text img:nth-child(2) {
	max-width: 7.125rem;
}

.concept__text-flex--text img:nth-child(3) {
	max-width: 8.75rem;
}

.faq {
	padding: 6.875rem 0 10.9375rem;
}

.faq__label {
	font-size: 2rem;
}

.faq__title {
	font-size: 3.125rem;
}

.faq__body {
	margin: 5.3125rem auto 0;
	width: 93%;
}

.faq__body + .faq__body {
	margin-top: 4.9375rem;
}

.faq__subtitle {
	font-size: 2.25rem;
}

.faq__box {
	margin-top: 3.0625rem;
	padding: 1.5rem 1.5rem 3.125rem;
}

.faq__btn-wrap {
	margin-top: 2.3125rem;
}

.farmers-message {
	padding-top: 3.9375rem;
}

.farmers-message__box {
	padding: 6.375rem 1.875rem 5rem;
}

.farmers-message__title {
	flex-direction: column;
	font-size: 2.5rem;
}

.farmers-message__title img {
	width: 12.3125rem;
}

.farmers-message__title span {
	align-items: center;
	display: flex;
}

.faemers-message_text-wrap {
	margin-top: 5.9375rem;
	padding-left: 0;
	padding-right: 0;
}

.farmers-message__text {
	border-width: 1px;
	font-size: 1.875rem;
	line-height: 2.3;
}

.fv__swiper-image {
	aspect-ratio: 120/111;
	width: min(154%, 108.1081081081svh);
}

.fv__swiper-image--1::after {
	bottom: -1%;
	max-width: 19rem;
	right: 22.6%;
	width: 38.9743589744%;
}

.fv__swiper-image--2::after {
	bottom: 66.1%;
	max-width: 12.3125rem;
	right: 24%;
	width: 25.2564102564%;
}

.fv__swiper-image--3::after {
	bottom: 53%;
	left: 24.3%;
	max-width: 10.75rem;
	width: 22.0512820513%;
}

.greeting {
	padding-bottom: 11.25rem;
	padding-top: 19.5625rem;
}

.greeting__inner.inner {
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.greeting__box {
	display: block;
	padding: 5rem 1.875rem 4.375rem;
}

.greeting__box::after {
	left: -3.125rem;
	top: 16.2%;
	width: 102.9411764706%;
}

.greeting__profile {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	margin-top: -17.1875rem;
}

.greeting__image {
	max-width: 22.8125rem;
}

.greeting__catch {
	margin-top: 0;
	max-width: 10.9375rem;
}

.greeting__content {
	margin-top: 2.75rem;
}

.greeting__title {
	font-size: 3.125rem;
	padding-bottom: 3.125rem;
}

.greeting__text-wrap {
	max-width: none;
	max-width: initial;
}

.greeting__text {
	font-size: 1.875rem;
	margin-top: 3.0625rem;
}

.greeting__sign {
	font-size: 1.875rem;
	line-height: 2;
	margin-top: 2.8125rem;
}

.greeting__history {
	margin-top: 5.1875rem;
}

.greeting__history-row {
	gap: 0.5rem;
	grid-template-columns: 6.5625rem 1fr;
}

.greeting__history-row dt,
.greeting__history-row dd {
	font-size: 1.875rem;
	letter-spacing: 0.07em;
}

.greeting__history-row dd {
	letter-spacing: 0.02em;
}

.greeting__deco {
	font-size: 8.375rem;
	right: 0.8125rem;
	top: 7.4%;
}

.partner {
	padding: 9rem 0 2.875rem;
}

.partner__inner.inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.partner__label {
	font-size: 2rem;
}

.partner__title img {
	max-width: 13.625rem;
}

.partner__title span {
	font-size: 2.75rem;
}

.partner__list {
	margin-top: 8.0625rem;
}

.partner__item {
	gap: 1.5rem 1.8125rem;
	grid-template-columns: 21.25rem 1fr;
}

.partner__item::after {
	display: none;
}

.partner__item:not(:first-child) {
	margin-top: 5.375rem;
}

.partner__image {
	aspect-ratio: 34/27;
}

.partner__content {
	display: contents;
}

.partner__heading {
	grid-area: 1/2/2/3;
	margin-top: 1.5625rem;
	padding-bottom: 2.625rem;
	position: relative;
}

.partner__heading::after {
	background-color: #000;
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	width: 119%;
}

.partner__name {
	font-size: 2.5rem;
	letter-spacing: 0em;
}

.partner__name span {
	font-size: 1.75rem;
}

.partner__place {
	font-size: 1.875rem;
	letter-spacing: 0em;
	margin-top: 0.9375rem;
}

.partner__text {
	font-size: 1.875rem;
	grid-area: 2/1/3/3;
	letter-spacing: 0em;
	margin-top: 0rem;
}

.season {
	margin-top: 10.3125rem;
}

.season__body {
	border-radius: 1.25rem;
	padding: 5.25rem 0rem 4.5625rem;
}

.season__body::after {
	max-width: 12.4375rem;
	right: 0.1875rem;
	top: -5.4375rem;
}

.season__title {
	max-width: 33.125rem;
}

.season__list {
	gap: 3.125rem 3.75rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4.625rem;
	max-width: 33.75rem;
}

.season__button {
	max-width: 14.6875rem;
	width: 100%;
}

.season__button span {
	font-size: 2.375rem;
	line-height: 1.5;
	padding-right: 1.125rem;
}

.season__button span::after {
	height: 0.6875rem;
	top: 60%;
	width: 0.875rem;
}

.accordion {
	padding-bottom: 3.375rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 3rem;
}

.accordion__q {
	font-size: 2.125rem;
	line-height: 1.8;
}

.accordion__a {
	font-size: 1.875rem;
	margin-top: 2.75rem;
}

.accordion__image {
	max-width: 31.75rem;
}

.btn {
	border-radius: 4.1875rem;
	padding: 3.125rem 0.625rem;
}

.btn--small {
	padding: 2.3125rem 0.625rem;
}

.btn--ss {
	padding: 2.25rem 0.625rem;
}

.btn span {
	font-size: 2.0625rem;
}

.btn--ja span {
	font-size: 2rem;
}

.btn--small span {
	font-size: 2.0625rem;
	padding-right: 3.4375rem;
}

.btn--ss span {
	font-size: 1.75rem;
	padding-right: 5.0625rem;
}

.btn--ss.btn--contact span {
	padding-left: 4.3125rem;
}

.btn--ss.btn--line span {
	padding-left: 4.875rem;
}

.btn--small.btn--store span {
	padding-left: 2.875rem;
}

.btn--line span::before {
	height: 3.75rem;
	width: 3.9375rem;
}

.btn--small.btn--store span::before {
	height: 2.375rem;
	width: 1.875rem;
}

.btn--ss.btn--contact span::before {
	height: 2.5rem;
	width: 3.4375rem;
}

.btn span::after {
	height: 0.5625rem;
	width: 2.625rem;
}

.btn--small span::after {
	height: 0.5rem;
	width: 2.1875rem;
}

.btn--ss span::after {
	height: 0.5rem;
	width: 2.1875rem;
}

.circle-bg {
	aspect-ratio: 1/2;
	height: 140vh;
}

.circle-bg.js-open {
	transform: scale(3);
}

.flow {
	padding-top: 9.25rem;
}

.flow__title {
	font-size: 2.5rem;
}

.flow__box {
	padding: 5.5rem 1.875rem 7.1875rem;
}

.flow__box::after {
	top: 8%;
}

.flow__list {
	position: relative;
	z-index: 2;
}

.flow__item + .flow__item {
	margin-top: 3.4375rem;
}

.flow__head {
	gap: 3.75rem;
	grid-template-columns: 7.625rem 1fr;
	margin-left: 0.625rem;
}

.flow__step {
	font-size: 2rem;
}

.flow__step::after {
	width: 82%;
}

.flow__icon {
	width: 7.625rem;
}

.flow__content {
	flex-direction: column;
}

.flow__content--center {
	align-items: start;
}

.flow__name {
	font-size: 2.25rem;
}

.flow__content .flow__text-wrap {
	margin-top: 1.875rem;
}

.flow__text-wrap {
	max-width: none;
	max-width: initial;
}

.flow__text {
	font-size: 1.875rem;
}

.flow__caption {
	font-size: 1.875rem;
	margin-top: 2.875rem;
}

.flow__panel {
	border-radius: 0.625rem;
	margin-top: 1.875rem;
	padding: 2.3125rem 1.5625rem;
}

.flow__note {
	font-size: 1.75rem;
	padding-left: 1.6875rem;
}

.flow__note::before {
	height: 0.875rem;
	top: 1.375rem;
	width: 0.875rem;
}

.footer {
	padding: 4.3125rem 0 6.6875rem;
}

.footer__info {
	flex-direction: column-reverse;
	gap: 5.5rem;
}

.footer__record {
	font-size: 1.75rem;
}

.footer__name {
	font-size: 3rem;
}

.footer__name-en {
	font-size: 1.875rem;
}

.footer__instagram {
	margin-top: 0;
	width: 4.6875rem;
}

.footer__company-wrap {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.footer__logo {
	max-width: 10.875rem;
	width: 100%;
}

.footer__company {
	font-size: 1.875rem;
	margin-top: 1.6875rem;
}

.footer__adress span {
	font-size: 1.875rem;
}

.footer__adress p {
	margin-top: 0rem;
}

.footer__tel {
	margin-top: 0.75rem;
}

.footer__mail {
	margin-top: 0.9375rem;
}

.footer__buttons {
	gap: 3.6875rem;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0;
	max-width: 42.5rem;
}

.footer__buttons > .btn {
	max-width: 25rem;
}

.footer__contact-wrap {
	padding: 2.1875rem 1.875rem 3.125rem;
}

.footer__title {
	font-size: 1.75rem;
}

.footer__text {
	font-size: 1.875rem;
	margin-top: 0.75rem;
}

.footer__btn-wrap {
	gap: 1.875rem;
	margin-top: 1.5625rem;
	padding-left: 0;
}

.for-block__item {
	align-items: start;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding: 11.5rem 0 0.625rem;
}

.for-block__item-wrap {
	padding-bottom: 15.8125rem;
}

.for-block__item-wrap--business .for-block__item {
	overflow: hidden;
}

.for-block__item-bg:nth-child(odd) .for-block__item {
	gap: 4.375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.for-block__item-bg:nth-child(even) .for-block__item {
	flex-direction: column;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.for-block__image {
	max-width: 43.75rem;
	padding-bottom: 0;
}

.for-block__item-bg:nth-child(odd) .for-block__image {
	margin-left: auto;
	margin-right: auto;
}

.for-block__item-bg:nth-child(even) .for-block__image {
	margin-left: auto;
	margin-right: auto;
}

.for-block__en {
	font-size: 8.375rem;
	top: -6.4375rem;
}

.for-block__item-bg:nth-child(odd) .for-block__item .for-block__en {
	text-align: left;
}

.for-block__item-wrap--me .for-block__en {
	left: 1.5625rem;
	right: 0;
}

.for-block__item-wrap--gift .for-block__en {
	left: 1.5625rem;
}

.for-block__item-wrap--business .for-block__en {
	left: 1.5625rem;
	right: 0;
	white-space: nowrap;
}

.for-block__item-wrap--farmers .for-block__en {
	left: 1.5625rem;
	white-space: nowrap;
}

.for-block__content {
	width: 100%;
}

.for-block__item-bg:nth-child(odd) .for-block__content {
	max-width: none;
	max-width: initial;
}

.for-block__item-bg:nth-child(even) .for-block__content {
	max-width: none;
	max-width: initial;
}

.for-block__title {
	font-size: 2.75rem;
	margin-bottom: 2.6875rem;
}

.for-block__item-wrap--farmers .for-block__title {
	margin-bottom: 0;
	margin-left: 0;
}

.for-block__sub-title {
	font-size: 2.25rem;
}

.for-block__text {
	font-size: 1.875rem;
	letter-spacing: 0em;
}

.for-block__text + .for-block__text {
	margin-top: 1.75rem;
}

.for-block__btn {
	margin-top: -0.5rem;
}

.for-block__item-bg:nth-child(even) .for-block__item .for-block__btn {
	margin-right: 3.5rem;
}

.for-block__item-wrap--gift .for-block__btn {
	margin-top: -0.1875rem;
}

.for-block__item-wrap--farmers .for-block__btn {
	margin-top: 0;
}

.for-block__item-wrap--me::before {
	right: 6.6875rem;
	top: -4.1875rem;
	width: 28.0769230769%;
}

.for-block__item-wrap--gift::before {
	left: 3.4375rem;
	top: -8.125rem;
	width: 22.8205128205%;
}

.for-block__item-wrap--business::before {
	top: -3.875rem;
	width: 31.5384615385%;
}

.for-block__item-wrap--farmers::before {
	left: 3.5rem;
	top: -3.5625rem;
	width: 18.5897435897%;
}

.for-contents--reserve .for-contents__body {
	flex-direction: column;
}

.for-contents__body {
	flex-direction: column;
	gap: 2.3125rem;
	padding-left: 20px;
	padding-right: 20px;
}

.for-contents--reserve .for-contents__body {
	margin-left: 0;
	margin-right: 0;
}

.for-contents__image {
	max-width: 38.4375rem;
}

.for-contents__info {
	max-width: none;
	max-width: initial;
}

.for-contents__title {
	font-size: 2.5rem;
	text-align: center;
}

.for-contents__text {
	font-size: 1.875rem;
	margin-top: 1.8125rem;
}

.for-contents__btn {
	margin-top: 5.125rem;
	max-width: 30.3125rem;
}

.for-contents__btn--mt {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
}

.header-hamburger {
	height: 6.25rem;
	width: 6.25rem;
}

.header-hamburger span {
	height: 0.125rem;
	width: 2.8125rem;
}

.header {
	padding-top: 3.125rem;
}

.header__inner {
	padding-left: 2.125rem;
	padding-right: 2.1875rem;
}

.header__logo a {
	top: 1.875rem;
	width: 13.5897435897%;
}

.header__logo a img {
	height: 100%;
}

.more-btn {
	font-size: 2.5rem;
}

.more-btn::after {
	height: 5rem;
	width: 5rem;
}

.more-btn::before {
	height: 1.0625rem;
	right: 2rem;
	width: 1.75rem;
}

.more-btn.js-close-btn::before {
	right: 1.9375rem;
}

.season-popup {
	padding: 5rem 1.25rem 3.75rem;
}

.season-popup__inner {
	width: 89.3%;
}

.season-popup__title h3 {
	font-size: 2.625rem;
}

.season-popup--spring .season-popup__title h3::before {
	max-width: 12.8125rem;
}

.season-popup--summer .season-popup__title h3::before {
	max-width: 3.625rem;
}

.season-popup--autumn .season-popup__title h3::before {
	max-width: 13.625rem;
}

.season-popup--winter .season-popup__title h3::before {
	max-width: 2.4375rem;
}

.season-popup__list {
	gap: 0rem;
}

.season-popup--spring .season-popup__list {
	gap: 0rem;
}

.season-popup--summer .season-popup__list {
	gap: 2.5rem 0;
	justify-content: start;
}

.season-popup--winter .season-popup__list {
	row-gap: 1.5625rem;
}

.season-popup--spring .season-popup__item {
	width: 12.75rem;
}

.season-popup--summer .season-popup__item {
	width: 25%;
}

.season-popup--autumn .season-popup__item {
	width: 12.9375rem;
}

.season-popup--winter .season-popup__item {
	width: 10.9375rem;
}

.season-popup__item--long {
	max-width: none;
	max-width: initial;
}

.season-popup__figure {
	max-width: 6.25rem;
}

.season-popup__text {
	font-size: 1.5625rem;
}

.season-popup__item--long .season-popup__text {
	margin-left: 0;
	white-space: normal;
	white-space: initial;
	width: auto;
}

.season-popup__text span {
	font-size: 1.1875rem;
}

.season-popup__note {
	font-size: 1.875rem;
	max-width: 32.5rem;
}

.season-popup__button {
	height: 2.5rem;
	width: 2.5rem;
}

.slide-card {
	height: 79.1875rem;
	margin: 0;
	padding: 2.8125rem 1.875rem 3.4375rem;
}

.slide-card::before {
	left: 2.25rem;
	max-width: 6.0625rem;
	top: -3.875rem;
}

.slide-card__inner {
	display: block;
}

.slide-card__content {
	max-width: 100%;
}

.slide-card--green .slide-card__content {
	max-width: none;
	max-width: initial;
}

.slide-card__label {
	font-size: 2rem;
}

.slide-card__title {
	align-items: start;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 0.875rem;
}

.slide-card__title img {
	max-width: 13.625rem;
}

.slide-card__title span {
	font-size: 2.75rem;
}

.slide-card__body {
	margin-top: 5.9375rem;
}

.slide-card__number {
	font-size: 4.0625rem;
}

.slide-card__lead {
	font-size: 2.25rem;
	letter-spacing: 0.02em;
	line-height: 1.8;
	margin-top: 0;
	padding-bottom: 2.5rem;
}

.slide-card__text {
	font-size: 1.875rem;
	margin-top: 2.125rem;
}

.slide-card__image {
	max-width: 22.25rem;
	position: absolute;
	right: 0.4375rem;
	top: 3.5625rem;
	width: 100%;
}

.small-btn {
	border-radius: 2.1875rem;
	height: 4.3125rem;
	padding-left: 2.625rem;
	padding-right: 2.5625rem;
}

.sp-nav__btn .small-btn {
	border-radius: 2.9375rem;
	height: 5.875rem;
	padding-left: 2.4375rem;
	padding-right: 3.1875rem;
}

.small-btn span {
	font-size: 1.875rem;
}

.sp-nav__btn .small-btn span {
	font-size: 2.5rem;
}

.small-btn--contact span {
	padding-left: 3.875rem;
}

.small-btn--store span {
	padding-left: 3.125rem;
}

.sp-nav__btn .small-btn--contact span {
	padding-left: 6.125rem;
}

.sp-nav__btn .small-btn--store span {
	padding-left: 6.0625rem;
}

.small-btn--contact span::before {
	height: 2.3125rem;
	width: 3.125rem;
}

.small-btn--store span::before {
	height: 2.75rem;
	width: 2.1875rem;
}

.sp-nav__btn .small-btn--contact span::before {
	height: 3.25rem;
	width: 4.375rem;
}

.sp-nav__btn .small-btn--store span::before {
	height: 4.1875rem;
	width: 3.3125rem;
}

.sp-nav {
	padding-top: 5.6875rem;
	width: 80%;
}

.sp-nav__item-en {
	font-size: 2.75rem;
}

.sp-nav__item-ja {
	font-size: 1.5rem;
}

.sp-nav__btn {
	gap: 2.0625rem;
	margin-left: 0;
	margin-top: 3.75rem;
}

.swiper-button-next,
.swiper-button-prev {
	height: 5rem;
	top: 48%;
	width: 5rem;
}

.swiper-button-prev {
	left: 2%;
}

.swiper-button-next {
	right: 2%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	height: 1.75rem;
	width: 1rem;
}

.swiper-pagination-bullet {
	height: 1.5rem;
	width: 1.5rem;
}

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

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	top: calc(100% + 1.875rem);
}

}

@media (max-width: 780px) {

html {
	font-size: 2.0512820513vw;
}

}

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

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

}

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

.greeting__box::after {
	height: 0.125rem;
}

.partner__heading::after {
	height: 0.125rem;
}

.accordion {
	border-width: 0.125rem;
}

.header-hamburger {
	border-width: 0.125rem;
}

.header-hamburger span {
	height: 0.125rem;
}

.more-btn::before {
	right: 2.5rem;
}

.slide-card__lead {
	border-width: 0.125rem;
}

}

@keyframes rotate {

0% {
	transform: rotate(0deg);
}

50% {
	transform: rotate(-5deg);
}

100% {
	transform: rotate(0deg);
}

}

@keyframes rotate-small-left {

0% {
	transform: rotate(0deg);
}

50% {
	transform: rotate(-8deg);
}

100% {
	transform: rotate(0deg);
}

}

@keyframes rotate-small-right {

0% {
	transform: rotate(0deg);
}

50% {
	transform: rotate(8deg);
}

100% {
	transform: rotate(0deg);
}

}


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