@charset "UTF-8";

.l-first-view~* {
  visibility: visible;
}

/*
===========================================================
 E-commerce
=========================================================== */
.checkout-btn *,
.trial-btn * {
  pointer-events: none;
}

.hidden {
  display: none !important;
}

/*
===========================================================
 keyframes
=========================================================== */
/* @keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
} */
/*
===========================================================
 global
=========================================================== */
/* --------------------------------------------------------
-----------------------------------------------------------
 base
-----------------------------------------------------------
----------------------------------------------------------- */
body.nav-active {
  overflow: hidden;
}

@media (max-width: 750px) {

  input[type=text],
  input[type=password],
  input[type=tel],
  input[type=email],
  textarea,
  select {
    font-size: 16px;
  }
}

@media not all and (max-width: 520px) {
  a {
    transition: opacity 0.2s;
  }

  a:hover {
    opacity: 0.7;
  }
}

.l-main {
  background: url(../img/body-image-background02.jpg) repeat left top;
}

/*
-----------------------------------------------------------
 .c-content-body
----------------------------------------------------------- */
.c-content-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* 
-----------------------------------------------------------
 c-cta
----------------------------------------------------------- */
.c-cta {
  text-align: center;
  padding: 4rem 2rem 6rem;
  background: #f5efe9;
}

.c-cta .microcopy {
  color: var(--color01);
  font-weight: bold;
  font-size: 1.8rem;
}

.c-cta .button {
  background: #077542;
  background: -moz-linear-gradient(left, #077542 0%, #018c1d 100%);
  background: -webkit-linear-gradient(left, #077542 0%, #018c1d 100%);
  background: linear-gradient(to right, #077542 0%, #018c1d 100%);
  position: relative;
  display: block;
  text-align: center;
  font-weight: normal;
  color: #fff;
  width: 100%;
  letter-spacing: 0.1em;
  border-radius: 1rem;
  padding: 2.2rem 3.8rem 1.5rem 3rem;
  line-height: 1.45;
  font-size: 1.3rem;
  min-height: 11rem;
}

.c-cta .button::before {
  content: "";
  position: absolute;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  border: 0.1rem solid #fff;
  border-radius: 0.7rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.c-cta .button::after {
  content: "";
  position: absolute;
  width: 2.2rem;
  height: 100%;
  top: 0;
  right: 1.5rem;
  background: url(../img/icon-arrow.svg) no-repeat center center;
  background-size: contain;
}

.c-cta .button .text-main {
  font-weight: bold;
  line-height: 1.2;
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

/*
-----------------------------------------------------------
 c-fixed-cta
----------------------------------------------------------- */
.c-fixed-cta {
  display: none;
  position: fixed;
  width: 100%;
  left: 50%;
  bottom: 0;
  z-index: 1000;
  background: #FFF;
  max-width: 520px;
  transform: translate(-50%, 0);
}

.c-fixed-cta .button {
  background: #077542;
  background: -moz-linear-gradient(left, #077542 0%, #018c1d 100%);
  background: -webkit-linear-gradient(left, #077542 0%, #018c1d 100%);
  background: linear-gradient(to right, #077542 0%, #018c1d 100%);
  box-shadow: 0px 9px 0px #15471a;
  display: block;
  text-align: center;
  font-weight: normal;
  width: 100%;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.45;
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom);
}

.c-fixed-cta .button .inner-wrap {
  padding: 0.9rem 1rem 0.6rem;
}

.c-fixed-cta .button .microcopy {
  font-family: var(--font-family02);
  font-weight: bold;
  margin-bottom: 0.3rem;
  line-height: 1.2;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

.c-fixed-cta .button .text-main {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
}

/*
-----------------------------------------------------------
 swiper
----------------------------------------------------------- */
.swiper-wrapper {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  bottom: 30%;
  width: 4rem;
  height: 8rem;
  z-index: 1;
  transition: 0.5s;
}

.swiper-button-prev {
  left: 0;
  background: no-repeat left top;
  background-image: url(../img/season/cook-arrow-prev.svg);
}

.swiper-button-next {
  right: 0;
  background: no-repeat right top;
  background-image: url(../img/season/cook-arrow-next.svg);
}

@media (max-width: 520px) {

  .swiper-button-prev,
  .swiper-button-next {
    width: 3rem;
    height: 6rem;
    bottom: 40%;
  }
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 footer
-----------------------------------------------------------
----------------------------------------------------------- */
.l-footer {
  /* color: rgb(63, 43, 27); */
  padding-top: 5rem;
  padding-bottom: 3rem;
  /* background: url(../img/body-image-background02.jpg) repeat left top; */
  background-color: #FFF;
}

.l-footer__top {
  text-align: center;
}

.l-footer__copy {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

.l-footer__logo {
  width: 20rem;
  text-align: center;
  margin: 0 auto;
}

.l-footer__comoany {
  font-weight: normal;
  margin-top: 2rem;
}

.l-footer__comoany-title {
  display: inline-block;
  margin-bottom: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
  padding: 0 2rem;
  font-size: 1.2rem;
  color: #808080;
}

.l-footer__comoany-address {
  font-size: 1.2rem;
}

.l-footer__nav {
  border-top: 0.1rem solid #ccc;
  font-weight: normal;
  margin-top: 3rem;
}

.l-footer__nav li {
  border-bottom: 0.1rem solid #ccc;
}

.l-footer__nav a {
  position: relative;
  display: block;
  line-height: 1.45;
  padding: 1.5rem 2rem 1.5rem 3.3rem;
  font-size: 1.4rem;
}

.l-footer__nav a::before {
  border-color: transparent transparent transparent #aaa;
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5.5px;
  top: 2rem;
  left: 2rem;
}

.l-footer__copyright {
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom);
  font-weight: normal;
  text-align: center;
  color: #999;
  font-size: 1rem;
  margin-top: 2.2rem;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 popUp
-----------------------------------------------------------
----------------------------------------------------------- */
#popUp {
  /* background-color: #fff; */
  background-color: #F4F2EC;
  padding: 5rem 1.5rem 8rem;
}

#popUp .popUp-title {
  font-family: var(--font-family02);
  color: var(--color06);
  font-weight: bold;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3.2rem;
  letter-spacing: 0.3rem;
}

#popUp .popup-item {
  margin-bottom: 1.2rem;
}

#popUp .item-img {
  width: 206px;
  margin: auto;
  margin-bottom: 20px;
}

#popUp .item-detail {
  margin-top: 1.3rem;
}

#popUp .item-detail .price-item-name {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

#popUp .item-detail .description {
  font-size: 1.1rem;
  line-height: 1.55;
}

#popUp .price-list {
  padding: 1.1rem 0.4rem;
}

#popUp .price-list:last-of-type {
  margin-bottom: 20px;
}

#popUp .price-list+.price-list {
  border-top: 1px solid #b9b9b9;
}

#popUp .price-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  line-height: 1.4;
}

#popUp .price-list li+li {
  margin-top: 1.1rem;
}

#popUp .price-list li div {
  display: block;
}

#popUp .price-list li div:first-child {
  flex: 1;
  margin-right: 0.14rem;
}

#popUp .price-list li div+div {
  font-weight: bold;
  letter-spacing: 0;
  font-size: 130%;
  line-height: 1.2;
}

#popUp .price-list li .description {
  font-size: 1rem;
  margin-top: 0.3rem;
  color: #888;
}

#popUp .price-list li .description a {
  text-decoration: underline;
}

#popUp .price-list li .description a:hover {
  text-decoration: none;
}

#popUp .price-list li .yen {
  font-size: 1.2rem;
  padding-left: 0.14rem;
  vertical-align: 0.07rem;
}

#popUp .price-list li .frequency {
  font-size: 82%;
}

/* #popUp .price-list li .frequency span {
    font-size: 135%;
    padding: 0 0.2rem 0;
    vertical-align: -0.1rem;
} */
#popUp .price-list .price-item-name {
  font-weight: bold;
}

/*
-----------------------------------------------------------
 popup-option
----------------------------------------------------------- */
#popUp .popup-option .popUp-sub-title {
  position: relative;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

#popUp .popup-option .popUp-sub-title::before {
  position: absolute;
  content: "";
  width: 64%;
  height: 1px;
  background: #b9b9b9;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
}

#popUp .popup-option .popUp-sub-title span {
  background: #fff;
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 11px;
}

#popUp .popup-option .select_item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 18px 12px;
  max-width: 440px;
  margin: 0 auto 2.8rem;
}

#popUp .popup-option .select_item label {
  border: 1px solid var(--color01);
  position: relative;
  cursor: pointer;
  padding: 11px 18px 12px 39px;
  border-radius: 33px;
  width: calc((100% - 24px) / 3);
  line-height: 1.3;
}

#popUp .popup-option .select_item label::before,
#popUp .popup-option .select_item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

#popUp .popup-option .select_item label::before {
  background-color: #fff;
  border: 1px solid var(--color01);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 12px;
}

#popUp .popup-option .select_item label::after {
  background-color: var(--color01);
  border-radius: 50%;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 17px;
}

#popUp .popup-option .select_item.shipping_frequency label,
#popUp .popup-option .select_item.shipping_day label {
  width: calc((100% - 12px) / 2);
  padding: 12px 44px;
}

#popUp .popup-option .select_item label.checked {
  background-color: var(--color01);
  color: #fff;
}

#popUp .popup-option .select_item label.checked::after {
  opacity: 1;
}

#popUp .popup-option .select_item .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

/*
-----------------------------------------------------------
 popup-option02
----------------------------------------------------------- */
.popup-option02 {
  /* border: 0.1rem solid #cdc7c3; */
  background-color: #FFF;
  border-radius: 1rem;
  padding: 2.3rem 1.4rem 2.1rem;
  margin: 0 auto 2rem;
  max-width: 450px;
}

#popUp .popup-option02 .opion-item+.opion-item {
  margin-top: 2.8rem;
}

#popUp .popup-option02 .popUp-sub-title {
  position: relative;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.45;
}

#popUp .popup-option02 .popUp-sub-title::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 0.1rem;
  background: #b9b9b9;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
}

#popUp .popup-option02 .popUp-sub-title span {
  background: #fff;
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 1.1rem;
}

#popUp .popup-option02 .select_item {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1.8rem 0;
}

#popUp .popup-option02 .select_item label {
  border: 0.1rem solid var(--color01);
  position: relative;
  cursor: pointer;
  padding: 0.9rem 1.3rem 0.9rem 3.1rem;
  border-radius: 10rem;
  width: calc((100% - 1.2rem) / 3);
  line-height: 1.3;
}

#popUp .popup-option02 .select_item label .select-icon {
  border: 0.1rem solid var(--color01);
  display: block;
  position: absolute;
  background-color: #fff;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  left: 0.7rem;
}

#popUp .popup-option02 .select_item label .select-icon::before {
  background-color: var(--color01);
  content: "";
  position: absolute;
  top: 0;
  border-radius: 50%;
  opacity: 0;
  width: 0.8rem;
  height: 0.8rem;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

#popUp .popup-option02 .select_item.shipping_frequency label,
#popUp .popup-option02 .select_item.shipping_day label {
  width: calc((100% - 0.8rem) / 2);
}

#popUp .popup-option02 .select_item label.checked {
  background-color: var(--color01);
  color: #fff;
}

#popUp .popup-option02 .select_item label.checked .select-icon::before {
  opacity: 1;
}

#popUp .popup-option02 .select_item .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 0.1rem;
  width: 0.1rem;
  margin: -0.1rem;
  padding: 0;
}

/* 2025/7/4 追加 */
#popUp .popup-option02 .popup-option02__note {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.6;
}

#popUp .popup-option02 .popup-option02__note span {
  color: #da3922;
  font-weight: bold;
}

/*
-----------------------------------------------------------

----------------------------------------------------------- */
#popUp .checkout-btn {
  background-color: var(--color02);
  position: relative;
  font-weight: bold;
  padding: 16px 0;
  display: block;
  border-radius: 8px;
  color: white;
  text-align: center;
  margin-top: 40px;
  font-size: 2.1rem;
  line-height: 1.3;
}

#popUp .checkout-btn::before {
  content: "";
  position: absolute;
  width: 2.1rem;
  height: 100%;
  top: 0;
  right: 1.3rem;
  background: url(../img/icon-arrow.svg) no-repeat center center;
  background-size: contain;
}

[v-cloak] {
  display: none;
}

.mt-4 {
  margin-top: 16px;
}

#popUp .checkout-btn-text {
  font-size: 1.5rem;
  font-weight: normal;
}

#popUp .popUp-sub-text {
  margin-top: 16px;
  font-size: 1.1rem;
  line-height: 1.4;
}

#popUp .popUp-sub-text p {
  text-indent: -1em;
  margin-left: 1em;
}

#popUp .popUp-sub-text p+p {
  margin-top: 0.4rem;
}

#popUp .popUp-sub-text a {
  text-decoration: underline;
}

@media (min-width: 521px) {
  #popUp .popUp-sub-text a:hover {
    text-decoration: none;
  }
}

#popUp .checkout-btn2 {
  background-color: #077542;
  background-color: -moz-linear-gradient(left, #077542 0%, #018c1d 100%);
  background-color: -webkit-linear-gradient(left, #077542 0%, #018c1d 100%);
  background-color: linear-gradient(to right, #077542 0%, #018c1d 100%);
}

/* --------------------------------------------------------
 .p-first-view__size
----------------------------------------------------------- */
.p-fv-size__item-img {
  position: relative;
}

.p-fv-size__price-img {
  padding: 0 2.5rem;
  margin: 0.5rem 0 1.5rem;
}

.p-fv-size__offer .refund,
.p-fv-size__offer .cancellation,
.p-fv-size__offer .discount {
  color: rgb(240, 30, 0);
  font-size: 1.3rem;
  font-weight: bold;
  border: 0.1rem solid;
  letter-spacing: inherit;
  line-height: 1.8rem;
  padding: 0.5rem 0.7rem 0.3rem;
}

.p-fv-size__offer .refund {
  position: relative;
  padding-right: 2rem;
}

.p-fv-size__price-sub .small {
  color: #666;
  font-size: 1.2rem;
  display: block;
  margin-top: 0.9rem;
}

.p-fv-size__offer .sup {
  vertical-align: super;
  font-size: 1rem;
  line-height: 1;
  padding-left: 0.2rem;
  letter-spacing: 0;
  position: absolute;
  top: 10%;
  right: 3%;
}

.p-fv-size__item-l .p-fv-size__item-img img {
  margin: 1rem auto;
  width: 94%;
  max-width: 480px;
}

.p-fv-size__item-m .p-fv-size__item-img img {
  margin: 1rem auto;
  width: 77%;
  max-width: 393px;
}

.p-fv-size__item-s .p-fv-size__item-img img {
  margin: 1rem auto;
  width: 61.8%;
  max-width: 315px;
}

.p-fv-size__label {
  background: var(--color02);
  width: 7rem;
  height: 7rem;
  padding-top: 0.2rem;
  padding-bottom: 1rem;
  letter-spacing: 0.1rem;
  color: #fff;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  border-radius: 50%;
  z-index: 10;
  line-height: 1;
  border: 0.3rem solid;
  top: 0;
  left: calc(50% + 9rem);
}

.p-fv-size__label-txt1 {
  font-size: 4rem;
}

.p-fv-size__label-txt2 {
  font-size: 1.3rem;
}

.p-fv-size__label-txt2-sub1 {
  display: inline-block;
  transform: rotate(10deg);
}

.p-fv-size__label-txt2-sub2 {
  position: relative;
  top: 0.2rem;
}

.p-fv-size__label-txt2-sub3 {
  display: inline-block;
  transform: rotate(-10deg);
}

/* --------------------------------------------------------
 add style maruwo 20231114
----------------------------------------------------------- */
.bg-color {
  background: #f4f5f0;
  margin: 0 -6.5% 20px;
  padding: 10% 5% 1%;
}

#popUp .bg-color .popUp-sub-title span {
  background: #f4f5f0;
}

#popUp .shipping-info {
  text-align: center;
  margin: 30px auto -10px;
}

#popUp .shipping-info .shipping-info-text02>span {
  display: inline-block;
}

#popUp .shipping-info .strong {
  color: #da3922;
  font-size: 115%;
  font-weight: bold;
}

#popUp .p-global-subscription-note__title {
  display: none;
}

#popUp .p-global-subscription-note.view_timer {
  background: #fcf2f2;
  border: none;
  color: #da3922;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  margin: 1rem 0 0;
}

.asterisk {
  font-size: 0.8em;
  vertical-align: top;
}

/* ↓ 選択された商品の画像スタイル */
.popUp-img-wrap {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17rem;
}

@media not all and (max-width: 520px) {
  .popUp-img-wrap {
    height: 22rem;
  }
}

.popUp-img-wrap .popUp-p-item__img {
  position: relative;
  margin: 0;
}

.popUp-img-wrap .popUp-p-item__img-img {
  font-size: 2.66vw;
}

@media not all and (max-width: 520px) {
  .popUp-img-wrap .popUp-p-item__img-img {
    font-size: 14px;
  }
}

.popUp-img-wrap .popUp-p-item__img-label,
.popUp-img-wrap .popUp-p-item__img-onetime-label {
  text-align: center;
}

.popUp-img-wrap.--size-M .popUp-p-item__img-img,
.popUp-img-wrap.--size-one_M .popUp-p-item__img-img {
  width: 21em;
}

.popUp-img-wrap.--size-S .popUp-p-item__img-img,
.popUp-img-wrap.--size-one_S .popUp-p-item__img-img {
  width: 17em;
}

.popUp-img-wrap.--size-L .popUp-p-item__img-img {
  width: 24em;
}

.popUp-img-wrap.--size-L .popUp-p-item__img-label {
  left: calc(50% + 6.5rem);
}

.fade {
  opacity: 0;
}

.fade.in {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.popUp-p-item__img-label {
  background: var(--color02);
  color: #fff;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 50%;
  z-index: 10;
  line-height: 1.4;
  border: 0.3rem solid;
  bottom: 0;
  left: calc(50% + 5.5rem);
  width: 8rem;
  height: 8rem;
  padding-top: 0.3rem;
}

.popUp-p-item__img-onetime-label {
  color: var(--color02);
  background: #fff;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 50%;
  z-index: 10;
  line-height: 1.4;
  border: 0.3rem solid;
  bottom: 0;
  left: calc(50% - 13.5rem);
  width: 8rem;
  height: 8rem;
  padding-top: 0.3rem;
}

/*
===========================================================
 local
=========================================================== */
/* --------------------------------------------------------
-----------------------------------------------------------
 index
-----------------------------------------------------------
----------------------------------------------------------- */
/*
-----------------------------------------------------------
 p-fruit
----------------------------------------------------------- */
.p-fruit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fff;
}

/* .p-fruit2 {
  padding-bottom: 5rem;
  background: #fff;
} */
.p-fruit__title {
  color: #2cb44d;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.p-fruit__title-text01 {
  background: rgb(240, 30, 0);
  color: #fff;
  font-size: 2rem;
  display: inline-block;
  padding: 0.5rem 1.6rem 0.1rem 2rem;
  margin-bottom: 1.5rem;
  border-radius: 10rem;
  letter-spacing: 0.14em;
  position: relative;
}

.p-fruit__title-text01::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9rem 1.1rem 0 1.1rem;
  border-color: rgb(240, 30, 0) transparent transparent transparent;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.p-fruit__title-text02 {
  font-family: var(--font-family02);
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

@media (min-width: 521px) {
  .p-fruit__title-text02 {
    font-size: 2.5rem;
  }
}

.p-fruit__title-text03 {
  font-size: 3.5rem;
}

.p-fruit__title-text04 {
  font-size: 2.3rem;
}

.p-fruit__body {
  padding: 0 1.2rem;
}

/* .p-fruit__variety {
  text-align: center;
}

.p-fruit__variety-title {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  color: #ee0015;
  margin-bottom: 1rem;
}

.p-fruit__variety-text {
  border-bottom: 1px solid;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

.p-fruit__variety-box {
  border: 0.1rem solid;
  border-radius: 1rem;
  padding: 1rem;
  margin: 0.5rem 0 1rem;
} */
.p-fruit__comment {
  color: #2cb44d;
  text-align: center;
  line-height: 1.45;
  margin-bottom: 1.2rem;
}

.p-fruit__main-comment {
  border-bottom: 0.1rem solid #2cb44d;
  display: inline-block;
  padding: 0 0.5rem;
}

.p-fruit__sub-comment {
  border-bottom: none !important;
  color: #2cb44d;
  font-weight: bold;
  font-size: 2rem;
}

.p-fruit__main-comment-day {
  font-weight: bold;
  font-size: 3rem;
}

.p-fruit__main-comment-date {
  font-weight: bold;
  font-size: 2rem;
}

.p-fruit__comment-txt {
  color: #403934;
  margin-top: 0.5rem;
  font-weight: bold;
}

.p-fruit__img {
  margin-bottom: 1.5rem;
}

.p-fruit__body .p-item01__button2 {
  padding: 0 1rem;
  margin-top: 0.5rem;
}

.p-fruit__note {
  padding: 2rem 0 0;
  color: #9c8f87;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.45;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-fruit__note p {
  margin-bottom: 0.5rem;
  text-indent: -1rem;
  margin-left: 1rem;
  text-align: left;
}

/*
-----------------------------------------------------------
 p-media
----------------------------------------------------------- */
.p-media {
  background-color: #fff;
  padding: 5rem 0;
}

.p-media__title {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2.2rem;
}

.p-media__title-text01 {
  background: var(--color02);
  position: relative;
  color: #fff;
  display: inline-block;
  margin-bottom: 1.2rem;
  font-size: 1.7rem;
  padding: 0.5rem 1rem;
}

.p-media__title-text01::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9rem 1.1rem 0 1.1rem;
  border-color: var(--color02) transparent transparent transparent;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.p-media__title-text02 {
  font-family: var(--font-family02);
  color: var(--color02);
  display: block;
  font-size: 3.3rem;
}

.p-media__body {
  padding: 0 1.2rem;
}

.p-media__image {
  margin-bottom: 1.2rem;
  text-align: center;
}

.p-media__detail {
  background: url(../img/body-image-background02.jpg) repeat left top;
  border-radius: 0.8rem;
  overflow: hidden;
  /* max-width: 540px; */
  margin: 0 auto;
}

.p-media__detail-title {
  background: var(--color02);
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 2rem;
  padding: 0.8rem 1rem 0.5rem;
  letter-spacing: 0.1em;
}

.p-media__detail-body {
  padding: 1.2rem;
}

.p-media__detail-img {
  background: #fff;
  border-radius: 0 0 2rem 2rem;
}

.p-media__detail-body li {
  position: relative;
  font-weight: bold;
  font-size: 1.7rem;
  padding-left: 2.2rem;
}

.p-media__detail-body li::before {
  background: rgb(63, 43, 27);
  content: "";
  position: absolute;
  -webkit-mask-image: url(../img/icon-arrow01.svg);
  mask-image: url(../img/icon-arrow01.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  top: 0.75rem;
}

.p-media__detail-body li+li {
  margin-top: 0.5rem;
}

.p-media__detail-note {
  color: #808080;
  text-align: right;
  font-size: 1rem;
  margin-top: 0.5rem;
}

/* 2024/7/2 追記 */
.p-media__main {
  margin-bottom: 3rem;
}

.p-media__title-sub {
  line-height: 1.45;
  margin-bottom: 0.5rem;
  color: var(--color02);
}

.p-media__title-main {
  font-family: var(--font-family02);
  color: var(--color02);
  display: block;
  font-size: 3rem;
}

.p-media__detail-body li span {
  font-size: 1.3rem;
  display: block;
  line-height: 2rem;
}

/*
-----------------------------------------------------------
 p-about
----------------------------------------------------------- */
.p-about {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-about__title {
  color: var(--color01);
  position: relative;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
  padding: 0 1rem 1.5rem;
  letter-spacing: 0.1em;
}

.p-about__title::before {
  background: #3e8948;
  content: "";
  position: absolute;
  bottom: 0;
  height: 0.1rem;
  width: 6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.p-about__title span {
  display: block;
}

.p-about__title-text01 {
  font-size: 1.5rem;
  line-height: 1.45;
}

.p-about__title-text02 {
  font-family: var(--font-family02);
  font-size: 4.1rem;
  line-height: 1.2;
}

.p-about__text {
  font-family: var(--font-family03);
  color: rgb(63, 43, 27);
  text-align: center;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.2;
}

.p-about__text span {
  display: inline-block;
  position: relative;
  padding: 0 0.4rem;
  z-index: 1;
}

.p-about__text span::before {
  background: rgb(255, 226, 0);
  content: "";
  left: 0.1rem;
  width: calc(100% - 0.2rem);
  height: 0.9rem;
  position: absolute;
  z-index: -1;
  bottom: 22%;
}

.p-about__img {
  border-radius: 0.8rem;
  overflow: hidden;
  margin: 0 1.2rem 2rem;
}

/*
-----------------------------------------------------------
 p-kikakugai
----------------------------------------------------------- */
.p-kikakugai {
  padding: 0 0 5rem;
}

.p-kikakugai__title {
  color: var(--color01);
  font-weight: bold;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.p-kikakugai__title-icon {
  background: #237a2f;
  background: -moz-linear-gradient(left, #237a2f 0%, #3e8948 100%);
  background: -webkit-linear-gradient(left, #237a2f 0%, #3e8948 100%);
  background: linear-gradient(to right, #237a2f 0%, #3e8948 100%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  padding-top: 0.4rem;
  margin: 0 auto 1rem;
}

.p-kikakugai__title-icon img {
  width: 2.2rem;
}

.p-kikakugai__title-text {
  font-family: var(--font-family02);
}

.p-kikakugai__body {
  padding: 0 2.9rem;
  margin-top: 2.2rem;
}

.p-kikakugai__body-inner {
  margin: 0 auto;
  max-width: 490px;
}

.p-kikakugai__content01 {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 3rem 0 1.4rem;
  border-radius: 0.8rem 0.8rem 0 0;
}

.p-kikakugai__content01::before {
  content: "";
  background: #fff;
  -webkit-mask-image: url(../img/bg-triangle.svg);
  mask-image: url(../img/bg-triangle.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center top;
  -webkit-mask-position: center top;
  height: 0;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  padding-bottom: 12%;
}

.p-kikakugai__content01-body {
  font-family: var(--font-family03);
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2;
}

.p-kikakugai__vegetable {
  position: absolute;
  z-index: 0;
}

.p-kikakugai__vegetable.p-kikakugai__vegetable01 {
  bottom: -12.8rem;
  left: -5.1rem;
  width: 9.5rem;
}

.p-kikakugai__vegetable.p-kikakugai__vegetable02 {
  bottom: -3rem;
  right: -2.5rem;
  width: 7rem;
}

.p-kikakugai__vegetable.p-kikakugai__vegetable03 {
  width: 5.9rem;
  right: -2.7rem;
  top: -2.5rem;
}

.p-kikakugai__vegetable.p-kikakugai__vegetable04 {
  width: 5.3rem;
  left: -2.2rem;
  top: -1.2rem;
}

.p-kikakugai__vegetable.p-kikakugai__vegetable05 {
  width: 5rem;
  right: -3.7rem;
  top: 13rem;
}

.p-kikakugai__vegetable.p-kikakugai__vegetable06 {
  width: 6.6rem;
  left: -2.8rem;
  bottom: 8rem;
}

.p-kikakugai__content02 {
  background: #237a2f;
  background: -moz-linear-gradient(left, #237a2f 0%, #3e8948 100%);
  background: -webkit-linear-gradient(left, #237a2f 0%, #3e8948 100%);
  background: linear-gradient(to right, #237a2f 0%, #3e8948 100%);
  border-radius: 0 0 0.8rem 0.8rem;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.p-kikakugai__content02-inner {
  background: url(../img/bg-texture-white.png) repeat center center;
  padding: 7.5rem 0 4rem;
}

.p-kikakugai__content02 dt {
  margin-bottom: 1rem;
}

.p-kikakugai__content02 dt span {
  color: var(--color01);
  background: rgb(255, 226, 0);
  display: inline-block;
  font-weight: bold;
  border-radius: 100px;
  padding: 0.4rem 2.2rem 0.2rem;
  line-height: 1.4;
  font-size: 1.6rem;
}

.p-kikakugai__dd01,
.p-kikakugai__dd02 {
  font-family: var(--font-family02);
}

.p-kikakugai__dd01 {
  margin-bottom: 1.2rem;
}

.p-kikakugai__dd01 span,
.p-kikakugai__dd02 span,
.p-kikakugai__dd03-text02 {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  font-weight: bold;
  line-height: 1.4;
  font-size: 3rem;
  padding: 0 0.3rem 1.2rem;
}

.p-kikakugai__dd01 span {
  background-image: url(../img/marker01.svg);
}

.p-kikakugai__dd02 span {
  background-image: url(../img/marker02.svg);
  padding-bottom: 0.6rem;
}

.p-kikakugai__dd03-text02 {
  background-image: url(../img/marker01.svg);
}

.p-kikakugai__dd03-text02-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-right: 1.8rem;
}

span.p-kikakugai__dd03-text02-caution {
  position: absolute;
  font-weight: normal;
  font-size: 0.8rem;
  letter-spacing: 0;
  right: 0;
  top: 0.7rem;
}

.p-kikakugai__dd03-text02-text01 {
  font-family: var(--font-family02);
}

.p-kikakugai__dd03-text02-text02 {
  letter-spacing: 0;
  font-size: 4.7rem;
  line-height: 1;
  padding: 0 0.2rem;
}

.p-kikakugai__plus {
  display: block;
  width: 3rem;
  margin: 1.6rem auto;
}

/*
-----------------------------------------------------------
 p-target
----------------------------------------------------------- */
.p-target {
  margin-bottom: 3rem;
}

/* p-target__main
----------------------------------------------------------- */
.p-target__main {
  background: #ed4e18;
  background: -moz-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: -webkit-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: linear-gradient(to right, #ed4e18 0%, #fc820e 100%);
}

.p-target__main-inner {
  background: url(../img/bg-texture-white.png) repeat center center;
  padding: 5rem 1.5rem 1rem;
}

.p-target__title {
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 0.6rem;
}

.p-target__title span {
  display: block;
}

.p-target__title-text01 {
  font-size: 1.5rem;
  line-height: 1.45;
}

.p-target__title-text02 {
  font-family: var(--font-family02);
}

.p-target__title-text02 {
  font-size: 3.5rem;
  line-height: 1.2;
}

.p-target__body {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  padding-top: 3rem;
}

.p-target__list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.p-target__list li {
  font-family: var(--font-family02);
  background: #fff;
  border-radius: 1rem;
  min-height: 8rem;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem 0;
  padding: 0.8rem 1rem 1rem;
  letter-spacing: 0.05em;
}

.p-target__list li+li {
  margin-top: 1.8rem;
}

.p-target__list li span {
  background: linear-gradient(transparent 62%, #fceae0 0%);
  line-height: 1.5;
  padding: 0 0.4rem;
}

.p-target__list .p-target__list-item01 {
  min-width: 23rem;
  padding-right: 1.4rem;
}

.p-target__list .p-target__list-item02 {
  margin-left: auto;
  min-width: 24.8rem;
}

.p-target__list .p-target__list-item03 {
  margin-left: auto;
  min-width: 23.4rem;
}

.p-target__list .p-target__list-item04 {
  min-width: 24.2rem;
}

.p-target__illust {
  position: absolute;
}

.p-target__illust01 {
  top: 28rem;
  width: 11.1rem;
  right: 0;
}

.p-target__illust02 {
  top: 11.7rem;
  width: 12.6rem;
  left: -1.5rem;
}

.p-target__illust03 {
  top: 0;
  width: 14.1rem;
  right: -1rem;
}

.p-target__bottom {
  font-family: var(--font-family02);
  font-size: 2.5rem;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 3rem;
}

/* 2025/02/027 追記  */
.p-target2 {
  margin-bottom: 0;
}

/* p-target__arrow
----------------------------------------------------------- */
.p-target__arrow {
  background: #ed4e18;
  background: -moz-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: -webkit-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: linear-gradient(to right, #ed4e18 0%, #fc820e 100%);
  -webkit-mask-image: url(../img/bg-triangle.svg);
  mask-image: url(../img/bg-triangle.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center top;
  -webkit-mask-position: center top;
  height: 4.5rem;
}

@media not all and (max-width: 520px) {
  .p-target__arrow {
    height: 77px;
  }
}

.p-target__arrow-inner {
  background: url(../img/bg-texture-white.png) repeat center center;
  height: 100%;
}

/* 2025/02/04 追記  */
.p-target__arrow2 {
  margin-bottom: 3rem;
}

/*
-----------------------------------------------------------
 p-item01
----------------------------------------------------------- */
.p-item01 {
  padding: 5rem 1rem;
  background: #fff;
}

.p-item01__inner {
  max-width: 560px;
  margin: 0 auto;
}

.p-item01__title {
  margin-bottom: 3rem;
}

.p-item01__title-sub {
  text-align: center;
  margin: 0 0 0.9rem;
  line-height: 1.45;
}

.p-item01__title-sub span {
  color: rgb(240, 30, 0);
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 1.5rem;
}

.p-item01__title-sub span::after,
.p-item01__title-sub span::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 0;
  border-top: 0.1rem solid;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.p-item01__title-sub span::before {
  transform: rotate(55deg);
  left: -23px;
}

.p-item01__title-sub span::after {
  transform: rotate(-55deg);
  right: -23px;
}

.p-item01__title-main {
  font-family: var(--font-family02);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
}

.p-item01__title-main span {
  display: block;
}

.p-item01__title-main-text01 {
  font-size: 55%;
  margin-bottom: 0.2rem;
}

.p-item01__body-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.p-item01__price {
  width: 56%;
}

.p-item01__item-image {
  width: calc(43% + 4.7rem);
  margin: -1.4rem 0 0 -1.4rem;
}

.p-item01__discount {
  text-align: center;
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.p-item01__discount-inner {
  background-color: rgb(240, 30, 0);
  position: relative;
  display: flex;
  vertical-align: top;
  font-weight: bold;
  color: #fff;
  padding: 0.6rem 2.2rem 0.35rem 1rem;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.p-item01__discount-inner::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 1.3rem 1.2rem 1.3rem;
  border-color: transparent transparent rgb(240, 30, 0) transparent;
  z-index: 10;
  transform: translate(-50%, 0px);
}

.p-item01__discount-caution {
  position: absolute;
  font-weight: normal;
  font-size: 0.8rem;
  letter-spacing: 0;
  right: 0.4rem;
  top: 0.4rem;
  opacity: 0.7;
}

.p-item01__discount-text01,
.p-item01__discount-text03 {
  font-family: var(--font-family02);
}

.p-item01__discount-text02 {
  font-size: 3.2rem;
  line-height: 1;
  vertical-align: -0.5rem;
  letter-spacing: 0;
}

.p-item01__price-detail {
  color: #808080;
  font-weight: normal;
  text-align: center;
  margin-top: 1rem;
  line-height: 1.4;
  font-size: 1.1rem;
}

.p-item01__detail {
  background: url(../img/body-image-background02.jpg) repeat left top;
  border-radius: 0.8rem;
  padding: 2rem 1.5rem;
  margin-top: 1.2rem;
}

.p-item01__detail-section+.p-item01__detail-section {
  margin-top: 3rem;
}

.p-item01__detail-title {
  font-weight: bold;
  border-left: 2px solid;
  color: rgb(240, 30, 0);
  line-height: 1.4;
  font-size: 1.7rem;
  margin-bottom: 1rem;
  padding: 0.4rem 0 0.3rem 0.6rem;
}

.p-item01__detail-body ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1.7em;
  margin: 0.5rem 0;
  line-height: 1.4;
}

.p-item01__detail-body li+li {
  margin-top: 0.2rem;
}

.p-item01__detail-caution {
  font-size: 90%;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 0.7rem;
  line-height: 1.4;
}

.p-item01__button {
  margin-top: 2.2rem;
  padding: 0 0.3rem;
}

.p-item01__button a {
  background: #237a2f;
  background: -moz-linear-gradient(left, #237a2f 0%, #3e8948 100%);
  background: -webkit-linear-gradient(left, #237a2f 0%, #3e8948 100%);
  background: linear-gradient(to right, #237a2f 0%, #3e8948 100%);
  position: relative;
  display: block;
  text-align: center;
  font-weight: normal;
  width: 100%;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 1rem;
  padding: 2.2rem 3.8rem 1.5rem 3rem;
  line-height: 1.45;
  font-size: 1.3rem;
}

.p-item01__button a::before {
  content: "";
  position: absolute;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  border: 0.1rem solid;
  border-radius: 0.7rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.p-item01__button a::after {
  content: "";
  position: absolute;
  width: 2.2rem;
  height: 100%;
  top: 0;
  right: 1.5rem;
  background: url(../img/icon-arrow.svg) no-repeat center center;
  background-size: contain;
}

.p-item01__button-shipping {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.p-item01__note {
  font-weight: normal;
  text-align: center;
  margin-top: 1.5rem;
}

.p-item01__note-inner {
  display: inline-block;
  text-align: left;
}

.p-item01__note p {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-item01__note p+p {
  margin-top: 0.4rem;
}

/* 
-----------------------------------------------------------
.p-item01__button2
-----------------------------------------------------------
 */
.p-item01__button2-main {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.p-item01__button2-shipping {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

/*
-----------------------------------------------------------
 .p-item01--emphasis
----------------------------------------------------------- */
.p-item01.p-item01--emphasis {
  background: #ed4e18;
  background: -moz-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: -webkit-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: linear-gradient(to right, #ed4e18 0%, #fc820e 100%);
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-item01.p-item01--emphasis::before {
  content: "";
  position: absolute;
  background: url(../img/bg-texture-white.png) repeat center center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.p-item01.p-item01--emphasis .p-item01__inner {
  border-radius: 0.8rem;
  position: relative;
  background: #fff;
  z-index: 10;
  padding: 3.5rem 1.5rem 2rem;
}

.p-item01.p-item01--emphasis .p-item01__detail {
  padding: 0;
  background: #fff;
  margin-top: 3rem;
}

/*
-----------------------------------------------------------
 p-instagram
----------------------------------------------------------- */
.p-instagram {
  background: #f1c90d url(../img/bg-texture-white.png) repeat center center;
}

.p-instagram__title {
  position: relative;
  text-align: center;
  font-weight: bold;
  background: #fff;
  padding: 5rem 0.5rem 0;
  margin-bottom: 5.7rem;
  color: #ee0015;
}

.p-instagram__title::after {
  content: "";
  position: absolute;
  background: #fff;
  mask-image: url(../img/bg-triangle.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center top;
  height: 5.7rem;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  z-index: 0;
}

@media not all and (max-width: 520px) {
  .p-instagram__title {
    margin-bottom: 77px;
  }

  .p-instagram__title::after {
    height: 77px;
  }
}

.p-instagram__title-icon {
  margin-bottom: 1.5rem;
}

.p-instagram__title-icon img {
  width: 4.6rem;
}

.p-instagram__title-sub {
  line-height: 1.45;
  margin-bottom: 0.5rem;
}

.p-instagram__title-main {
  font-family: var(--font-family02);
  font-size: 3rem;
  line-height: 1.45;
}

.p-instagram__body {
  color: rgb(63, 43, 27);
  text-align: center;
  padding: 2rem 1.5rem 5rem;
}

.p-instagram__text {
  font-weight: bold;
  margin-bottom: 1.2rem;
  line-height: 1.8;
}

.p-instagram__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0.75rem 0;
}

.p-instagram__list li {
  width: calc((100% - 1.5rem) / 3);
}

.p-instagram__list li img {
  border-radius: 0.5rem;
}

/*
-----------------------------------------------------------
 p-safety
----------------------------------------------------------- */
.p-safety {
  padding: 5rem 1rem;
}

.p-safety__title {
  color: var(--color01);
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}

.p-safety__title span {
  display: block;
}

.p-safety__title-sub {
  line-height: 1.45;
  margin-bottom: 0.5rem;
}

.p-safety__title-main {
  font-family: var(--font-family03);
  font-size: 3rem;
  line-height: 1.45;
}

.p-safety__body {
  max-width: 584px;
  margin: 0 auto;
}

.p-safety__img {
  margin-bottom: 2rem;
  text-align: center;
}

.p-safety__img img {
  border-radius: 0.7rem;
}

.p-safety__text {
  font-family: var(--font-family03);
  color: rgb(63, 43, 27);
  font-weight: bold;
  text-align: center;
  line-height: 1.9;
  font-size: 1.6rem;
}

.p-safety__list {
  background: url(../img/vegetable-image02.webp) no-repeat center top;
  padding-top: 9.2rem;
  background-size: 20.8rem;
  margin-top: 2rem;
}

.p-safety__list li {
  color: var(--color01);
  font-weight: bold;
  background-color: #fff;
  border: 0.1rem solid;
  border-radius: 0.7rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0.2rem;
  padding: 1.2rem 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.p-safety__list li+li {
  margin-top: 1rem;
}

.p-safety__list-text {
  flex: 1;
}

/*
-----------------------------------------------------------
.p-safety__loopSlide 2024/06/05 追加
----------------------------------------------------------- */
.p-safety__loopSlide {
  width: calc(100% + 2rem);
  overflow: hidden;
  margin-left: -1rem;
  margin-bottom: 1rem;
}

.p-safety__loopSlide-item {
  display: flex;
  width: 400rem;
  /* 画像の幅 × 画像の枚数 */
  animation: slide 55s linear infinite;
}

.p-safety__loopSlide-item img {
  width: 20rem;
  height: auto;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200rem);
    /* 画像の幅 × 画像の枚数の半分 */
  }
}

/*
-----------------------------------------------------------
 p-foodloss
----------------------------------------------------------- */
.p-foodloss {
  padding: 5rem 1.5rem;
}

.p-foodloss__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}

.p-foodloss__title-sub {
  position: relative;
  margin-bottom: 1.5rem;
}

.p-foodloss__title-sub::before {
  background: var(--color01);
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  transform: rotate(45deg);
  bottom: -0.7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}

.p-foodloss__title-sub span {
  background: var(--color01);
  display: inline-block;
  color: #fff;
  border-radius: 1.7rem;
  padding: 1rem 2.2rem;
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
  z-index: 10;
}

.p-foodloss__title-main {
  font-family: var(--font-family03);
  color: var(--color01);
  font-size: 3.3rem;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.p-foodloss__img {
  margin-bottom: 2rem;
  text-align: center;
}

.p-foodloss__img img {
  border-radius: 0.7rem;
}

.p-foodloss__text {
  font-weight: normal;
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 2rem;
}

.p-foodloss__button button {
  color: var(--color01);
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  border: 0.1rem solid;
  border-radius: 100px;
  width: 90%;
  margin: 0 auto;
  padding: 0.7rem 1.4rem 0.7rem 0.5rem;
  font-size: 1.4rem;
}

.p-foodloss__button button::before {
  background: var(--color01);
  content: "";
  position: absolute;
  mask-image: url(../img/icon-arrow01.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  width: 1.86rem;
  height: 1.86rem;
  right: 1.4rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.p-foodloss__section {
  font-weight: normal;
  overflow: hidden;
  border-radius: 0.7rem;
  background: #fff;
  padding: 3rem 1.5rem;
}

.p-foodloss__section-title {
  color: var(--color01);
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.9rem;
  line-height: 1.45;
}

.p-foodloss__section-text {
  font-size: 1.4rem;
}

.p-foodloss__section-note {
  color: #808080;
  font-size: 1rem;
  margin-top: 1rem;
  word-break: break-word;
  line-height: 1.45;
}

.p-foodloss__section02 {
  background: #237a2f;
  background: -moz-linear-gradient(left, #237a2f 0%, #3e8948 100%);
  background: -webkit-linear-gradient(left, #237a2f 0%, #3e8948 100%);
  background: linear-gradient(to right, #237a2f 0%, #3e8948 100%);
  color: #fff;
  margin-top: 3.5rem;
}

.p-foodloss__section02-inner {
  background: url(../img/bg-texture-white.png) repeat center center;
  padding: 4rem 1.5rem;
}

.p-foodloss__section02-img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

.p-foodloss__section02-img figcaption {
  margin-top: 0.3rem;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
}

.p-foodloss__section02-title {
  text-align: center;
  font-weight: bold;
  font-size: 2.7rem;
  letter-spacing: 0.1em;
  color: #ffeea5;
  line-height: 1.45;
  margin-bottom: 1.2rem;
}

.p-foodloss__section02-body {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

/*
-----------------------------------------------------------
 p-message
----------------------------------------------------------- */
/*
-----------------------------------------------------------
 p-voice
----------------------------------------------------------- */
.p-voice__inner {
  background: url(../img/bg-texture-white.png) repeat center center;
  background-color: #5a472c;
  padding: 5rem 1.5rem;
}

.p-voice__title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.2rem;
  letter-spacing: 0.1em;
}

.p-voice__title span {
  display: block;
}

.p-voice__title-text01 {
  margin-bottom: 0.6rem;
  font-size: 1.5rem;
  line-height: 1.45;
}

.p-voice__title-text02 {
  font-family: var(--font-family02);
  font-size: 4.5rem;
  line-height: 1.2;
}

.p-voice__title02 {
  color: rgb(63, 43, 27);
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0.6rem;
}

.p-voice__body {
  overflow: hidden;
  background: #fff;
  border-radius: 0.8rem;
}

.p-voice__text {
  padding: 1.2rem 1.5rem 1.5rem;
  font-size: 1.4rem;
}

.p-voice__name {
  text-align: right;
  font-size: 1.1rem;
  margin-top: 1rem;
}

/*
-----------------------------------------------------------
 p-caution
----------------------------------------------------------- */
.p-caution {
  font-weight: normal;
  color: #fff;
  font-size: 1rem;
  max-width: 560px;
  margin: 1rem auto 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 item
-----------------------------------------------------------
----------------------------------------------------------- */
/*
-----------------------------------------------------------
 .p-ugc
----------------------------------------------------------- */
.p-ugc {
  margin-top: 5rem;
  background: #ffdbde;
  background: -moz-linear-gradient(left, #ffdbde 10%, #ffa8ae 100%);
  background: -webkit-linear-gradient(left, #ffdbde 10, #ffa8ae 100%);
  background: linear-gradient(to bottom, #ffdbde 10%, #ffa8ae 100%);
}

.p-ugc3 {
  margin-top: 0;
}

.p-ugc__title {
  position: relative;
  text-align: center;
  font-weight: bold;
  background: #fff;
  padding: 5rem 0.5rem 1.5rem;
  margin-bottom: 4.5rem;
  color: #ee0015;
}

.p-ugc__title::after {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-mask-image: url(../img/bg-triangle.svg);
  mask-image: url(../img/bg-triangle.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center top;
  -webkit-mask-position: center top;
  height: 4.5rem;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  z-index: 0;
}

@media not all and (max-width: 520px) {
  .p-ugc__title {
    margin-bottom: 77px;
  }

  .p-ugc__title::after {
    height: 77px;
  }
}

.p-ugc__title-icon {
  margin-bottom: 1.2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.p-ugc__title-icon img {
  width: 4.6rem;
  height: 100%;
}

.p-ugc__title-icon p {
  font-size: 3rem;
}

.p-ugc__title span {
  display: block;
}

.p-ugc__title h2 {
  font-family: var(--font-family02);
  line-height: 1.4;
}

.p-ugc__title-text01 {
  font-size: 2.5rem;
  line-height: 1.45;
}

.p-ugc__title-text02 {
  font-size: 4.5rem;
  line-height: 1.2;
}

.p-ugc__title-text03 {
  font-size: 4.5rem;
  line-height: 1.2;
}

.p-ugc__title-text04 {
  font-size: 3rem;
  letter-spacing: 0;
}

.p-ugc__body {
  color: rgb(63, 43, 27);
  padding: 4rem 0 5rem;
}

.p-ugc__body ul {
  display: flex;
  overflow-x: scroll;
  gap: 2rem;
  padding: 0 2rem 2rem;
  list-style: none;
}

.p-ugc__body ul::-webkit-scrollbar {
  height: 0.6rem;
}

.p-ugc__body ul::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 8px;
}

.p-ugc__body ul li {
  position: relative;
  flex: none;
  background: #fff;
  width: 85%;
  overflow: hidden;
  border-radius: 1.4rem;
  max-width: calc(100% - 6rem);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 355px;
}

.p-ugc__body .p-ugc__modal-account {
  margin-bottom: 1rem;
  display: flex;
  gap: 0.5rem;
}

.p-ugc__body .p-ugc__modal-account .p-ugc__modal-account-img {
  width: 1.5rem;
  display: flex;
  align-items: center;
}

.p-ugc__body .p-ugc__modal-img img {
  border-radius: 0.6rem;
}

.p-ugc__body-item input {
  display: none;
}

.p-ugc__overlay {
  display: none;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.p-ugc__modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.p-ugc__modal {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.p-ugc__content {
  position: relative;
  align-self: center;
  max-width: calc(520px - 1rem);
  max-height: 80%;
  margin: 0 2rem;
  padding: 2rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  line-height: 1.4rem;
  transition: 0.5s;
  overflow-y: scroll;
  overflow-wrap: break-word;
}

.p-ugc__modal-txt2 {
  line-height: 1.5;
}

@media not all and (max-width: 520px) {
  .p-ugc__content {
    max-width: calc(520px - 2rem);
  }
}

.p-ugc__modal-close {
  position: fixed;
  right: calc(50% - 17rem);
  top: 3%;
}

@media not all and (max-width: 520px) {
  .p-ugc__modal-close {
    right: calc(50% - 22rem);
  }
}

.p-ugc__modal-close span {
  display: block;
  position: relative;
  width: 4rem;
  height: 4rem;
  border: 0.3rem solid #fff;
  border-radius: 50%;
  background: #403934;
}

.p-ugc__modal-close span::before,
.p-ugc__modal-close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.3rem;
  height: 2.3rem;
  background: #fff;
  border-radius: 0.5rem;
}

.p-ugc__modal-close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-ugc__modal-close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-ugc__body-item input:checked~.p-ugc__overlay {
  display: flex;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.p-ugc__body-item input {
  display: none;
}

.p-ugc__modal-open {
  padding: 1.6rem;
}

.p-ugc__modal-icon {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}

.p-ugc__modal-icon-left {
  display: flex;
  gap: 1rem;
}

.p-ugc__modal-icon-left img {
  width: 2rem;
}

.p-ugc__modal-icon-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-ugc__modal-icon-right img {
  width: 1.5rem;
}

.p-ugc__modal-txt1 {
  position: relative;
}

.p-ugc__modal-txt1 p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 2.2rem;
  margin-top: 1rem;
}

.p-ugc__modal-txt1::after {
  content: "";
  position: absolute;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  bottom: 0;
  width: 100%;
  height: 40%;
}

.p-ugc__modal-next {
  margin-top: 1rem;
  text-align: center;
  z-index: 100;
}

/*
===========================================================
 voice
=========================================================== */
.p-voice-farmer {
  padding: 5rem 2rem;
}

.f-voice__title {
  font-family: var(--font-family03);
  color: var(--color01);
  font-size: 3rem;
  line-height: 1.45;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}

.f-voice__list li {
  padding: 0 0.5rem;
}

.f-voice__list img {
  border-radius: 1rem 1rem 0 0;
  width: 100%;
  height: auto;
  aspect-ratio: 898/554;
  object-fit: cover;
  object-position: center center;
}

.f-voice__list h3 {
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.5rem;
}

.f-voice__list h3 span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.f-voice__list-wrap {
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  padding: 3rem 2.5rem 2.5rem;
}

/*  */
.f-voice__text {
  position: relative;
}

.f-voice__text p {
  font-size: 1.4rem;
  display: -webkit-box;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* 開く前に見せたい行数を指定 */
}

.f-voice__text:has(:checked) p {
  display: block;
}

.f-voice__text p::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.9) 50%, hsla(0, 0%, 100%, 0.9) 0, #fff);
  content: "";
}

.f-voice__text:has(:checked) p::after {
  content: none;
}

.f-voice__text label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #3f2b1b;
  font-size: 0.8em;
}

.f-voice__text label:hover {
  color: var(--color01);
  text-decoration: underline;
  cursor: pointer;
}

.f-voice__text:has(:checked) label {
  display: none;
}

.f-voice__text label::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: var(--color01);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.f-voice__text input {
  display: none;
}

.p-voice-farmer .farmer-swiper-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1.2rem;
}

.p-voice-farmer .farmer-swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #FFF;
}

.p-voice-farmer .farmer-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color01);
}

.p-voice-farmer .control {
  display: flex;
  margin-top: 1.2rem;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem;
}

.p-voice-farmer .farmer-swiper-button-prev,
.p-voice-farmer .farmer-swiper-button-next {
  width: 4.5rem;
  height: 4rem;
  position: relative;
  background: #FFF;
  border-radius: 0.6rem;
}

.p-voice-farmer .farmer-swiper-button-prev::before,
.p-voice-farmer .farmer-swiper-button-next::before {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  transform: rotate(45deg);
  border-color: var(--color01);
  border-style: solid;
  border-width: 0;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  right: 0;
}

.p-voice-farmer .farmer-swiper-button-prev::before {
  border-left-width: 0.3rem;
  border-bottom-width: 0.3rem;
  left: 0.5rem;
}

.p-voice-farmer .farmer-swiper-button-next::before {
  border-right-width: 0.3rem;
  border-top-width: 0.3rem;
  right: 0.5rem;
}

/*
-----------------------------------------------------------
 p-section
----------------------------------------------------------- */
.p-section {
  background: #fff;
  padding: 1.8rem 1.5rem 2rem;
  border-radius: 0.6rem;
  margin: 5rem 1.5rem 0;
}

.p-section__title {
  font-family: var(--font-family02);
  color: #cd8d04;
  font-weight: bold;
  line-height: 1.4;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2.2rem;
  padding: 0.5rem 0 0.5rem 0.8rem;
}

.p-section a {
  color: #8b7c71;
  text-decoration: underline;
}

@media (min-width: 751px) {
  .p-section a:hover {
    text-decoration: none;
  }
}

.p-section h3 {
  text-align: center;
}

.p-section h3 span {
  background: #cd8d04;
  display: inline-block;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  padding: 0.5% 3% 0.1%;
  text-align: center;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 #calendar
-----------------------------------------------------------
----------------------------------------------------------- */
#calendar {
  font-family: var(--font-family01);
  font-weight: normal;
}

#calendar .fc-scrollgrid {
  background: #fff;
}

#calendar .fc-col-header-cell-cushion,
#calendar .fc-daygrid-day-number,
#calendar .fc-event {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
  white-space: normal;
  line-height: 1.3;
  padding: 0.2rem 0.4rem;
  font-size: 1rem;
}

#calendar .fc-event-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#calendar .fc-toolbar-chunk>div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0.7em;
}

#calendar .fc-button-primary {
  border: none;
  background: #cd8d04 !important;
  font-size: 1.2rem;
}

#calendar .fc-toolbar-title {
  font-size: 2rem;
  line-height: 1.45;
}

#calendar .fc-day:not(.fc-day-fri):not(.fc-day-thu) {
  width: 13%;
}

#calendar .fc-scrollgrid-section-sticky>* {
  background: #f7f7f7;
  color: #666;
}

/*
===========================================================
p-precautions
=========================================================== */
.p-precautions {
  padding: 5rem 1.5rem;
}

.p-precautions__inner {
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
}

.p-precautions__inner h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  display: block;
  border-bottom: 0.1rem solid #403934;
  padding-bottom: 1rem;
}

.p-precautions__body p {
  font-size: 1.1rem;
}

.p-precautions__text-right {
  text-align: right;
}

.p-precautions__body h3 {
  margin-top: 1.5rem;
  font-weight: bold;
}

.p-precautions__body ul {
  padding-left: 2rem;
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin-top: 0.5rem;
  line-height: 1.5;
  list-style: disc;
}

.p-precautions__body table {
  font-size: 1.1rem;
  text-align: center;
  margin: 0.5rem 0;
  width: 100%;
}

.p-precautions__body table th {
  background: #efefef;
}

.p-precautions__body table td,
.p-precautions__body table th {
  border: 0.1rem solid #ccc;
  text-align: center;
  padding: 0.8rem 0;
  vertical-align: middle;
  line-height: 1.3;
}

.p-precautions__body table tbody th {
  width: 20%;
}

.p-precautions__body table tbody td {
  width: 40%;
}

.p-precautions__table {
  table-layout: fixed;
}

.p-precautions__small {
  font-size: 0.9rem;
}

.p-precautions__small span {
  font-size: 0.6rem;
}

@media (min-width: 751px) {
  .p-precautions__small {
    font-size: 1rem;
  }

  .p-precautions__small span {
    font-size: 0.8rem;
  }
}

/* -----------------------------------------------------------
 p-faq-box
----------------------------------------------------------- */
.faq-block .p-global-page-head__title {
  font-family: var(--font-family02);
  color: var(--color06);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 2.5rem;
  line-height: 1.45;
  padding: 5rem 1rem 0;
  margin-bottom: 1.5rem;
}

.faq-block .p-global-page-head__title-sub {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
}

.p-faq-tab {
  padding: 2rem 1.5rem 0;
}

.p-faq-box {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.6rem;
}

.p-faq-box+.p-faq-box,
.faq_box+.p-faq-box,
.p-faq-box+.faq_box {
  margin-top: 1rem;
}

.p-faq-box__answer-section+.p-faq-box__answer-section {
  margin-top: 3rem;
}

.p-faq-box__question {
  font-family: var(--font-family02);
  position: relative;
  font-weight: bold;
  cursor: pointer;
  padding: 1.8rem 2.6rem 1.8rem 1.2rem;
  font-size: 1.7rem;
  line-height: 1.4;
}

.p-faq-box__question::before {
  content: "＋";
  position: absolute;
  right: 2%;
  font-size: 1.7rem;
  line-height: 1em;
  height: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media not all and (max-width: 520px) {
  .p-faq-box__question {
    transition: opacity 0.2s;
  }

  .p-faq-box__question:hover {
    opacity: 0.7;
  }
}

.p-faq-box__question.active::before {
  content: "－";
}

.p-faq-box__answer {
  border-top: 0.1rem solid #cdc7c3;
  display: none;
  padding: 1.5rem 1.2rem 2rem;
  margin-bottom: 3rem;
}

.p-faq-box__answer-button {
  margin-top: 1rem;
}

.faq-block .a__faq {
  background-color: var(--color01);
  color: #fff;
  padding: 2% 5%;
  border-radius: 30px;
  font-size: 1.28rem;
  display: inline-block;
}

.p-faq-box__answer-button .faq-block .a__faq {
  background-color: var(--color01);
  color: #fff;
  padding: 2% 5%;
  border-radius: 30px;
  font-size: 1.28rem;
  display: inline-block;
}

.p-faq-box__answer-title {
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 0.5rem;
  padding: 0.4rem 0 0.4rem 0.6rem;
  border-left: 0.2rem solid;
}

.fade {
  opacity: 0;
  /* 初期状態で透明 */
}

.fade.in {
  transition: opacity 0.5s ease;
  /* フェードインの効果 */
  opacity: 1;
  /* フェードイン後は不透明 */
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-global-refund
-----------------------------------------------------------
----------------------------------------------------------- */
.p-global-refund {
  position: relative;
  background: repeating-linear-gradient(150deg, #f1c30d, #f1c30d 0.6rem, #fae699 0.6rem, #fae699 0.7rem);
  padding: 4rem 1.2rem;
}

.p-global-refund::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(/img/texture-white.png) repeat center center;
  background-size: 150px auto;
}

.p-global-refund__inner {
  position: relative;
  background: #fff;
  z-index: 10;
  border-radius: 1rem;
  padding: 3.2rem 2.1rem 2.1rem;
  box-shadow: 0.1rem 0.1rem 0.3rem 0.1rem rgba(0, 0, 0, 0.08);
  max-width: 520px;
  margin: 0 auto;
}

.p-global-refund__inner::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: 0.3rem solid #ee0015;
  border-radius: 0.6rem;
}

.p-global-refund__title {
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 10;
  margin-bottom: 1rem;
  line-height: 1.45;
}

.p-global-refund__title-sub {
  display: inline-block;
  background: #ee0015;
  color: #fff;
  padding: 0.7rem 1.4rem 0.5rem;
  font-size: 1.5rem;
  border-radius: 0.3rem;
  position: relative;
  margin-bottom: 0.8rem;
  line-height: 1.45;
}

.p-global-refund__title-sub::before {
  border-color: #ee0015 transparent transparent transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0.8rem 1.1rem 0 1.1rem;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
}

.p-global-refund__title-main {
  font-family: var(--font-family03);
  position: relative;
  color: #ee0015;
  font-weight: bold;
  font-size: 4.3rem;
  letter-spacing: 0.08em;
  line-height: 1.35;
  border-bottom: 0.1rem solid;
  margin-top: 0.2rem;
}

.p-global-refund__body {
  position: relative;
  z-index: 10;
}

.p-global-refund__body-text {
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.35rem;
}

.p-global-refund__button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 0.8rem;
}

.p-global-refund__button button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  gap: 0.4rem;
  line-height: 1.45;
  color: #ee0015;
  padding: 1rem;
}

.p-global-refund__button button::after {
  background: #ee0015;
  content: "";
  -webkit-mask-image: url(/img/icon-arrow01.svg);
  mask-image: url(/img/icon-arrow01.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  transform: rotate(90deg);
  transition: transform 0.3s;
}

.p-global-refund__button button.--open::after {
  transform: rotate(-90deg);
}

.p-global-refund__detail {
  display: none;
  font-weight: normal;
  font-size: 1.2rem;
  color: #555;
  padding: 1.4rem 1rem;
  background: #f4f4f4;
}

.p-global-refund__detail-list {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1.6rem;
  line-height: 1.5;
}

.p-global-refund__detail-list li+li {
  margin-top: 0.7rem;
}

.p-global-refund__detail-note {
  margin-top: 1rem;
  padding-left: 1.4rem;
  position: relative;
  line-height: 1.5;
}

.p-global-refund__detail-note::before {
  content: "※";
  position: absolute;
  left: 0;
  font-weight: 500;
}

.p-global-refund-first {
  background: none;
  padding: 2rem 1rem 0;
}

.p-global-refund-first h2 {
  margin-bottom: 1rem;
  font-size: 3.5rem;
  display: block;
}

.p-global-refund-first .p-global-refund__inner {
  max-width: none;
  padding: 2.2rem 2.5rem 1.8rem;
  box-shadow: none;
  border-radius: 0.8rem;
}

.p-global-refund-first .p-global-refund__title {
  margin-bottom: 0;
}

.p-global-refund__title-sub {
  font-size: 1.3rem;
}

.p-global-refund-first label {
  display: inline-block;
  padding: 0.3rem 1rem 0.2rem;
}

.p-global-refund-first .p-global-refund__body {
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.05rem;
}

@media not all and (max-width: 520px) {
  .p-global-refund-first .p-global-refund__body {
    font-size: 1.5rem;
  }
}

/* 2025/02/04 追記 */
.p-global-refund2 {
  margin-top: 5rem;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-end-view
-----------------------------------------------------------
----------------------------------------------------------- */
.p-end-view .p-first-view__top-img::before {
  background: url(../img/body-image-background02.jpg) repeat left top;
}

.p-first-view__title2--caution {
  font-size: 1.1rem;
  text-align: left;
  margin-top: 2rem;
  margin-left: 1rem;
}

.p-end-view__inner {
  padding-bottom: 0;
}

.p-end-view .p-fv-size,
.p-end-view #p-first-view-area-default {
  display: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 modal-refund
-----------------------------------------------------------
----------------------------------------------------------- */
.modal-refund .p-ugc__content {
  padding: 0;
  overflow-y: auto;
}

.modal-refund .p-global-refund {
  padding: 2rem 1.2rem;
}

@media (max-width: 520px) {
  .modal-refund .p-global-refund__title-main {
    font-size: 3.3rem;
  }
}

.p-item01__refund-box {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 1rem;
}

.p-item01__refund-box img {
  width: 3rem;
}

.p-item01__refund-box p {
  font-size: 2rem;
  font-family: var(--font-family03);
  font-weight: bold;
}

/* .order-show-day-hidden {
    display: none;
} */
/* --------------------------------------------------------
-----------------------------------------------------------
 p-season
-----------------------------------------------------------
----------------------------------------------------------- */
.p-season {
  background: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/*
-----------------------------------------------------------
 order-now
----------------------------------------------------------- */
.p-season .order-now {
  font-family: var(--font-family02);
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 1.8rem;
}

.p-season .order-now .emphasis {
  color: var(--color02);
  display: inline-block;
  background-image: radial-gradient(circle at center, var(--color02) 18%, transparent 18%);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 3.4rem 0.6rem;
  font-size: 3.2rem;
  padding-top: 0.3rem;
}

.p-season .order-now .underline {
  display: inline-block;
  font-size: 2.4rem;
  background: linear-gradient(transparent 62%, #ffdbc7 38%);
  padding: 0 0.1em 0 0.2em;
  line-height: 1.3;
}

/*
-----------------------------------------------------------
 section-title
----------------------------------------------------------- */
.p-season .section-title {
  font-family: var(--font-family02);
  color: var(--color02);
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.45;
}

.p-season .section-title .speech-bubble {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: url(../img/season/speech-bubble.svg) no-repeat center top;
  background-size: contain;
  color: #fff;
  height: 12.7rem;
  font-size: 2.5rem;
  padding-bottom: 1rem;
  margin-bottom: 0.6rem;
}

.p-season .section-title .small {
  display: block;
  font-size: 2rem;
}

.p-season .section-title .large {
  display: block;
  font-size: 3.6rem;
}

/*
-----------------------------------------------------------
 annotation
----------------------------------------------------------- */
.p-season .annotation {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  color: #9b9b9b;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 1rem 0 0 1em;
  text-indent: -1em;
}

.p-season .annotation:first-letter {
  font-family: var(--font-family04);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-example
-----------------------------------------------------------
----------------------------------------------------------- */
.p-example {
  margin-top: 1rem;
}

.p-example .area-title {
  font-family: var(--font-family02);
  position: relative;
  text-align: center;
  font-weight: bold;
  background: no-repeat center bottom;
  background-size: 100% auto;
  background-image: url(../img/season/cook-ttl-winter.webp);
  height: 0;
  padding-bottom: 45.4%;
  line-height: 1.3;
  min-height: 17.1rem;
  font-size: 2.9rem;
}

.p-example .area-title .inner {
  position: absolute;
  bottom: 3.9rem;
  left: 0;
  width: 100%;
}

.p-example .area-title .inner>span {
  display: block;
}

.p-example .area-title .text01 {
  color: var(--color02);
  font-size: 2.1rem;
}

.p-example .area-body {
  position: relative;
  z-index: 10;
  margin-top: -0.7rem;
}

.p-example .slide-package .text-wrap {
  padding: 1.2rem 1.5rem 0;
}

.p-example .slide-package .title {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.4rem;
  font-size: 1.5rem;
  letter-spacing: 0.18rem;
}

.p-example .slide-package .detail {
  font-size: 1.3rem;
  line-height: 1.55;
}

.p-example .tab-package-input {
  display: none;
}

.p-example .tab-button-wrap {
  border-bottom: 0.5rem solid var(--color02);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0.2rem;
  padding: 0 0.2rem;
}

.p-example .tab-button-wrap .tab-button {
  border: 0.2rem solid var(--color02);
  border-bottom: none;
  color: var(--color02);
  display: block;
  text-align: center;
  background: #fff;
  font-weight: bold;
  flex: 1;
  padding: 0.8rem 1rem 0.6rem;
  border-radius: 1rem 1rem 0 0;
  line-height: 1.45;
  font-size: 1.3rem;
}

.p-example .tab-button-wrap .tab-button:first-letter {
  font-size: 2.4rem;
  vertical-align: -0.1rem;
  line-height: 1;
}

.p-example .tab-package01:checked~.tab-button-wrap .tab-button01,
.p-example .tab-package02:checked~.tab-button-wrap .tab-button02,
.p-example .tab-package03:checked~.tab-button-wrap .tab-button03 {
  background: var(--color02);
  color: #fff;
}

.p-example .tab-body {
  display: none;
}

.p-example .tab-package01:checked~.tab-body01,
.p-example .tab-package02:checked~.tab-body02,
.p-example .tab-package03:checked~.tab-body03 {
  display: block;
}

/*
-----------------------------------------------------------
 swiper
----------------------------------------------------------- */
.p-example .swiper-package .swiper-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.2rem;
  gap: 0.5rem;
}

.p-example .swiper-package .swiper-pagination-bullet {
  background: #dddddd;
  border-radius: 1rem;
  height: auto;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 0.8rem;
}

.p-example .swiper-package .swiper-pagination-bullet:nth-child(1):before {
  content: "Sサイズ";
}

.p-example .swiper-package .swiper-pagination-bullet:nth-child(2):before {
  content: "Mサイズ";
}

.p-example .swiper-package .swiper-pagination-bullet:nth-child(3):before {
  content: "Lサイズ";
}

.p-example .swiper-package .swiper-pagination-bullet-active {
  background: var(--color02);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-cook
-----------------------------------------------------------
----------------------------------------------------------- */
.p-cook {
  background: #FFF;
}

/*
-----------------------------------------------------------
 section-title
----------------------------------------------------------- */
/* section-title01
----------------------------------------------------------- */
.p-cook .section-title01 {
  font-family: var(--font-family02);
  background: no-repeat center bottom;
  background-size: 100% auto;
  background-image: url(../img/season/cook-ttl-allyear.webp);
  text-align: center;
  font-weight: bold;
  line-height: 1.25;
  font-size: 2.3rem;
  position: relative;
  height: 0;
  padding-bottom: 36.1%;
}

.p-cook .section-title01 .title-inner {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
}

.p-cook .section-title01 .title-inner>span {
  display: block;
}

.p-cook .section-title01 .one-season {
  color: var(--color02);
  font-size: 4.6rem;
}

/* section-title02
----------------------------------------------------------- */
.p-cook .section-title02 {
  font-family: var(--font-family02);
  position: relative;
  background: no-repeat center bottom;
  background-size: 100% auto;
  background-image: url(../img/season/cook-ttl-summer.webp);
  text-align: center;
  font-weight: bold;
  line-height: 1.25;
  height: 0;
  padding-bottom: 45.4%;
}

.p-cook .section-title02 .title-inner {
  position: absolute;
  bottom: 3.2rem;
  left: 0;
  width: 100%;
}

.p-cook .section-title02 .title-inner>span {
  display: block;
}

.p-cook .section-title02 .title-text01 .text01 {
  color: #88BEE5;
  font-size: 4.6rem;
}

.p-cook .section-title02 .title-text01 .text02 {
  color: #88BEE5;
  font-size: 2.3rem;
}

.p-cook .section-title02 .title-text01 .text03 {
  font-size: 2.3rem;
}

.p-cook .section-title02 .title-text02 {
  font-size: 2.3rem;
}

/*
-----------------------------------------------------------
 recipe-sections
----------------------------------------------------------- */
.p-cook .recipe-section {
  font-family: var(--font-family02);
  height: auto;
  background: url(../img/bg-texture-white.png) repeat center center;
  background-color: #ffdbc7;
  /* padding: 1.2rem 1.5rem 1.5rem; */
  padding: 1.2rem 1.5rem 7.5rem;
}

.p-cook .recipe-section .overview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  min-height: 14rem;
}

.p-cook .recipe-section .overview-img {
  width: 10rem;
  height: 10rem;
  background: #FFF;
  border-radius: 50%;
  position: relative;
}

.p-cook .recipe-section .overview-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  transform: translate(-50%, -50%);
}

.p-cook .recipe-section .overview-text {
  flex: 1;
}

.p-cook .recipe-section .overview-text .name {
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.3;
  margin-bottom: 0.7rem;
}

.p-cook .recipe-section .overview-text dl {
  border-top: 0.2rem solid rgba(255, 255, 255, 0.3);
  padding-top: 0.4rem;
  line-height: 1.3;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding-left: 0.5rem;
}

.p-cook .recipe-section .overview-text dl+dl {
  margin-top: 0.4rem;
}

.p-cook .recipe-section .overview-text dt,
.p-cook .recipe-section .overview-text dd {
  display: inline-block;
  padding: 0.2rem 0;
}

.p-cook .recipe-section .overview-text dt {
  font-weight: bold;
}

.p-cook .recipe-section .overview-text dd .small {
  font-size: 1.1rem;
  display: inline-block;
}

.p-cook .recipe-section .detail {
  font-size: 1.4rem;
  padding-top: 2rem;
}

.p-cook .recipe-section .photo {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
}

.p-cook .recipe-section .photo .main {
  border-radius: 1.3rem;
}

.p-cook .recipe-section .photo .name {
  position: absolute;
  bottom: 10%;
}

/*
-----------------------------------------------------------
 swiper
----------------------------------------------------------- */
.p-cook .swiper-pagination {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1.2rem;
  bottom: 3.6rem;
  z-index: 100;
  width: 100%;
  left: 0;
}

.p-cook .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #FFF;
}

.p-cook .swiper-pagination-bullet-active {
  background: var(--color02);
}

/*
-----------------------------------------------------------
 color
----------------------------------------------------------- */
/* brown01
----------------------------------------------------------- */
.p-cook .recipe-section.--color-brown01 {
  background-color: #493a30;
  color: #FFF;
}

/* brown02
----------------------------------------------------------- */
.p-cook .recipe-section.--color-brown02 {
  background-color: #BFB09A;
  color: #FFF;
}

/* orange01
----------------------------------------------------------- */
.p-cook .recipe-section.--color-orange01 {
  background-color: #ffdbc7;
}

.p-cook .recipe-section.--color-orange01 .overview-text .name {
  color: #f26113;
}

/* aqua01
----------------------------------------------------------- */
.p-cook .recipe-section.--color-aqua01 {
  background-color: #d0e4e6;
}

.p-cook .recipe-section.--color-aqua01 .overview-text .name {
  color: #216467;
}

/* green01
----------------------------------------------------------- */
.p-cook .recipe-section.--color-green01 {
  background-color: #e2ebbb;
}

.p-cook .recipe-section.--color-green01 .overview-text .name {
  color: #41640a;
}

/* green02
----------------------------------------------------------- */
.p-cook .recipe-section.--color-green02 {
  background-color: #eff0d0;
}

.p-cook .recipe-section.--color-green02 .overview-text .name {
  color: #41640a;
}

/* green03
----------------------------------------------------------- */
.p-cook .recipe-section.--color-green03 {
  background-color: #D5E2D9;
}

.p-cook .recipe-section.--color-green03 .overview-text .name {
  color: 67C2B;
}

/* pink01
----------------------------------------------------------- */
.p-cook .recipe-section.--color-pink01 {
  background: #FFE3E3;
}

.p-cook .recipe-section.--color-pink01 .overview-text .name {
  color: #E31617;
}

/* cream01
----------------------------------------------------------- */
.p-cook .recipe-section.--color-cream01 {
  background: #FFF0C7;
}

.p-cook .recipe-section.--color-cream01 .overview-text .name {
  color: #5C4949;
}

/*
-----------------------------------------------------------
 vegetable
----------------------------------------------------------- */
.p-cook .recipe-section.--tomato .overview-img img {
  width: 11.6rem;
}

.p-cook .recipe-section.--ninjin .overview-img img {
  width: 5.7rem;
}

.p-cook .recipe-section.--komatsuna .overview-img img {
  width: 11.4rem;
  left: 53%;
}

.p-cook .recipe-section.--kuroawabi .overview-img img {
  width: 11.3rem;
  left: 52%;
}

.p-cook .recipe-section.--kyuri .overview-img img {
  width: 12.1rem;
}

.p-cook .recipe-section.--shimeji .overview-img img {
  width: 10.7rem;
}

.p-cook .recipe-section.--negi .overview-img img {
  width: 12.2rem;
  left: 50%;
  top: 37%;
}

.p-cook .recipe-section.--onion .overview-img img {
  width: 12rem;
  top: 59%;
  left: 48%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-season-others
-----------------------------------------------------------
----------------------------------------------------------- */
.p-season-others .p-check__title {
  font-family: var(--font-family02);
  position: relative;
  text-align: center;
  font-weight: bold;
  background: url(../img/season/check-4season-vegetable.webp) no-repeat center bottom;
  background-size: 100% auto;
  height: 0;
  padding-bottom: 63%;
  margin-bottom: -3.9rem;
  z-index: 0;
  margin-top: 4rem;
}

.p-season-others .p-check__title-inner {
  position: absolute;
  left: 0;
  width: 100%;
  top: 2.4rem;
  font-size: 2.4rem;
  line-height: 1.4;
}

.p-season-others .p-check__btn {
  position: relative;
  z-index: 10;
}

.p-season-others .p-check__btn button {
  font-family: var(--font-family02);
  color: var(--color02);
  border: var(--color02) solid 0.3rem;
  position: relative;
  display: block;
  letter-spacing: inherit;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  background: #fff;
  width: 90%;
  border-radius: 7.5rem;
  line-height: 1.3;
  font-size: 1.8rem;
  transition: 0.35s;
  padding: 2.5rem 3.5rem 2.5rem 1.6rem;
  max-width: 394px;
}

.p-season-others .p-check__btn button::after {
  content: "";
  position: absolute;
  background: url(../img/season/check-arrow.svg) no-repeat center center;
  background-size: contain;
  width: 2.3rem;
  height: 100%;
  top: 0;
  transition: 0.5s;
  right: 1.2rem;
}

.p-season-others .p-check__btn button:hover {
  background: var(--color02);
  color: #fff;
}

.p-season-others .p-check__btn button:hover::after {
  background-image: url(../img/season/check-arrow-white.svg);
}

.p-season-others .checkModal-container {
  border-radius: 3rem;
  background-color: #f9f8f5;
  padding: 3rem 0;
  left: 0;
  margin-left: 1rem;
}

@media (max-width: 520px) {
  .p-season-others .checkModal-container {
    left: -2.5%;
  }
}

.p-season-others .p-check__modal_title {
  color: var(--color02);
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 1rem;
}

@media (max-width: 520px) {
  .p-season-others .p-check__modal_title {
    font-size: 2.4rem;
  }
}

@media (max-width: 375px) {
  .p-season-others .p-check__modal_title {
    font-size: 2.2rem;
  }
}

.p-season-others .p-check__annotation {
  color: #707070;
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0;
}

.p-season-others .season-horizontal-scroll {
  border-top: 0.1rem solid #ddd;
  padding: 1.5rem 0;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.p-season-others .season-horizontal-scroll dt {
  background: #ffe1d0;
  color: #f29660;
  width: 8rem;
  padding: 0 1.3rem;
  padding-top: 8%;
  font-size: 2.6rem;
  border-radius: 1rem;
  text-align: center;
  vertical-align: middle;
}

.p-season-others .season-horizontal-scroll.all-season dt {
  padding-top: 5%;
  background: #ffe1d0;
  color: #f29660;
  line-height: 1.4em;
}

/*個数*140px+間5pxづつの合計値を入れる 下にももう１箇所修正箇所あり*/
.p-season-others .all-season .horizontal-scroll.check {
  width: 865px;
}

.p-season-others .spring .horizontal-scroll.check {
  width: 720px;
}

.p-season-others .summer .horizontal-scroll.check {
  width: 575px;
}

.p-season-others .autumn .horizontal-scroll.check {
  width: 575px;
}

.p-season-others .winter .horizontal-scroll.check {
  width: 865px;
}

.p-season-others figure.p-season-vegitable {
  width: 16rem;
  background: #fff;
  border-radius: 1rem;
}

.p-season-others figure.p-season-vegitable img {
  width: 16rem;
}

@media (max-width: 520px) {

  /*個数*80px+間5pxづつの合計値を入れる 下にももう１箇所修正箇所あり*/
  .p-season-others .all-season .horizontal-scroll.check {
    width: 505px;
  }

  .p-season-others .spring .horizontal-scroll.check {
    width: 420px;
  }

  .p-season-others .summer .horizontal-scroll.check {
    width: 335px;
  }

  .p-season-others .autumn .horizontal-scroll.check {
    width: 335px;
  }

  .p-season-others .winter .horizontal-scroll.check {
    width: 505px;
  }

  .p-season-others figure.p-season-vegitable {
    width: 8rem;
    background: #fff;
    border-radius: 1rem;
  }

  .p-season-others figure.p-season-vegitable img {
    width: 8rem;
  }
}

@media (max-width: 520px) {
  .p-season-others .season-horizontal-scroll {
    padding: 1rem 0;
  }

  .p-season-others .season-horizontal-scroll dt {
    width: 5rem;
    font-size: 2.2rem;
  }
}

@media (max-width: 430px) {
  .p-season-others .season-horizontal-scroll dt {
    padding-top: 5%;
  }

  .p-season-others .season-horizontal-scroll.all-season dt {
    padding-top: 3%;
    line-height: 1.2em;
  }
}

@media (max-width: 390px) {
  .p-season-others .season-horizontal-scroll dt {
    padding-top: 5%;
  }

  .p-season-others .season-horizontal-scroll.all-season dt {
    padding-top: 3%;
    line-height: 1.2em;
  }

  /*個数*60px+間5pxづつの合計値を入れる*/
  .p-season-others .all-season .horizontal-scroll.check {
    width: 445px;
  }

  .p-season-others .spring .horizontal-scroll.check {
    width: 380px;
  }

  .p-season-others .summer .horizontal-scroll.check {
    width: 295px;
  }

  .p-season-others .autumn .horizontal-scroll.check {
    width: 295px;
  }

  .p-season-others .winter .horizontal-scroll.check {
    width: 445px;
  }

  .p-season-others figure.p-season-vegitable {
    width: 70px;
  }

  .p-season-others figure.p-season-vegitable img {
    width: 70px;
  }
}

.p-season-others .season-horizontal-scroll.spring dt {
  background: #ffeee8;
  color: #f59b82;
}

.p-season-others .season-horizontal-scroll.summer dt {
  background: #dbf1ff;
  color: #88bee5;
}

.p-season-others .season-horizontal-scroll.autumn dt {
  background: #f4e2d3;
  color: #d8a881;
}

.p-season-others .season-horizontal-scroll.winter dt {
  background: #e7eeef;
  color: #a5bfc3;
}

.p-season-others .season-horizontal-scroll dd {
  overflow: hidden;
  overflow-x: scroll;
}

.p-season-others .horizontal-scroll.check {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}

.p-season-others figure.p-season-vegitable figcaption {
  color: var(--color06);
  font-size: 1.1rem;
  letter-spacing: 0;
  text-align: center;
  margin-top: -1.8rem;
}

.p-season-others .checkModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem 2rem 2rem;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 11;
  overflow-x: hidden;
}

.p-season-others .checkModal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2rem;
}

@media (max-width: 520px) {
  .p-season-others .checkModal::before {
    height: 0;
  }
}

.p-season-others .checkModal.is-active {
  opacity: 1;
  visibility: visible;
}

.p-season-others .checkModal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 62rem;
  width: 100%;
  z-index: 11;
}

@media (max-width: 520px) {
  .p-season-others .checkModal-container {
    padding: 0;
  }
}

.p-season-others .checkModal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 1rem;
  width: 100%;
  height: 5rem;
  color: #949494;
  text-align: center;
  cursor: pointer;
  padding-left: 1rem;
}

.p-season-others .checkModal-content {
  text-align: left;
  line-height: 1.8;
  padding: 2rem 2rem 6rem;
}

.p-season-others .checkModal-content p {
  margin: 1rem 0;
}

/*
-----------------------------------------------------------
 p-review
----------------------------------------------------------- */
.p-review {
  margin-top: 3rem;
  background: #fff;
  padding-bottom: 3rem;
}

.p-review__title {
  margin-bottom: 2rem;
}

.p-review__item {
  margin-bottom: 5rem;
}

.p-review__modal-open {
  position: relative;
}

.p-review__modal-open-txt {
  position: absolute;
  bottom: 0.8rem;
  left: calc(50% - 7rem);
  padding: 1rem 3rem;
}

@media (min-width: 521px) {
  .p-review__modal-open-txt {
    bottom: 1.5rem;
  }
}

.p-review__modal-open-txt span::after {
  content: "";
  position: absolute;
  width: 1.7rem;
  height: 100%;
  top: 0;
  right: calc(50% - 5.5rem);
  background: url(../img/icon-arrow02.svg) no-repeat center center;
  background-size: contain;
}

.p-ugc__modal-img {
  margin-bottom: 2rem;
}

.p-review__modal-txt {
  line-height: 1.6;
}

.p-review__modal-txt span {
  font-weight: bold;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-items
-----------------------------------------------------------
----------------------------------------------------------- */
.p-items {
  padding-top: 5rem;
}

.p-items .items-inner {
  padding: 0 2rem 4rem;
}

.p-items .item-swiper {
  overflow: visible;
}

.p-items .discount-head {
  display: block;
  margin-bottom: 2.5rem;
}

.p-items .discount-head02 {
  display: none;
}

/*
-----------------------------------------------------------
 item-pagination
----------------------------------------------------------- */
.p-items .item-pagination.--top {
  margin-bottom: 0.8rem;
  padding: 0 1.2rem 1.3rem;
}

.p-items .item-pagination.--bottom {
  margin-top: 1rem;
  padding: 1.2rem 1.2rem 0;
}

.p-items .item-pagination .pagination-head {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.6rem;
  line-height: 1.45;
  letter-spacing: 0.15rem;
  font-size: 1.7rem;
}

.p-items .item-pagination .item-swiper-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  background: #FFF;
  border-radius: 1.2rem;
}

.p-items .item-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  flex: 1;
  width: 100%;
  line-height: 1.2;
  padding: 1.1rem 0.3rem 0.8rem;
}

.p-items .item-pagination .swiper-pagination-bullet::before {
  border-color: var(--color06) transparent transparent transparent;
  position: absolute;
  color: transparent;
  border-style: solid;
  border-width: 1.3rem 1.7rem 0 1.7rem;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
}

.p-items .item-pagination.--bottom .swiper-pagination-bullet::before {
  border-color: transparent transparent var(--color06) transparent;
  border-width: 0 1.7rem 1.3rem 1.7rem;
  top: auto;
  bottom: 100%;
}

.p-items .item-pagination .swiper-pagination-bullet:first-child {
  border-radius: 1.2rem 0 0 1.2rem;
}

.p-items .item-pagination .swiper-pagination-bullet:last-child {
  border-radius: 0 1.2rem 1.2rem 0;
}

.p-items .item-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  border-left: 0.1rem solid #f2ece8;
}

.p-items .item-pagination .swiper-pagination-bullet>span {
  display: block;
}

.p-items .item-pagination .swiper-pagination-bullet .button-name {
  margin-bottom: 0.3rem;
  font-size: 1.6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.1rem;
}

.p-items .item-pagination .swiper-pagination-bullet .button-name-text01 {
  font-weight: bold;
  font-size: 160%;
  line-height: 1;
  vertical-align: -0.1rem;
}

.p-items .item-pagination .swiper-pagination-bullet .button-name-text02 {
  font-family: var(--font-family01);
  font-weight: bold;
  letter-spacing: 0;
}

.p-items .item-pagination .swiper-pagination-bullet .button-detail {
  font-size: 1.3rem;
}

.p-items .item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color06);
  color: #FFF;
}

.p-items .item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
}

/*
-----------------------------------------------------------
 p-item
----------------------------------------------------------- */
.p-items .p-item {
  padding: 0 0.5rem;
}

.p-items .p-message {
  font-family: var(--font-family02);
  color: var(--color02);
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.7rem;
  line-height: 1.45;
}

.p-items .p-item__inner {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 1.2rem;
  padding-top: 1.8rem;
}

.p-items .p-item__title {
  color: var(--color06);
  line-height: 1.25;
  margin-bottom: 1.2rem;
}

.p-items .p-item__title-text01 {
  background: var(--color06);
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
  color: #FFF;
  padding: 0.8rem 0.7rem 0.7rem;
}

.p-items .p-item__title-text02 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  font-size: 2.5rem;
  gap: 0.4rem;
  font-weight: bold;
}

.p-items .p-item__title-text02-text01 {
  background: var(--color06);
  text-align: center;
  letter-spacing: 0;
  color: #FFF;
  font-size: 117%;
  border-radius: 0.6rem;
  width: 4.7rem;
  line-height: 4.5rem;
}

.p-items .p-item__title-text02-text02 {
  font-family: var(--font-family01);
}

.p-items .p-item__body {
  padding: 0 1.2rem 1.5rem;
}

.p-items .p-item__img {
  position: relative;
  margin-bottom: 1rem;
}

.p-items .p-item__img-img {
  position: relative;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
}

.p-items .p-item__img-label {
  background: var(--color01);
  color: #FFF;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 50%;
  z-index: 10;
  line-height: 1.3;
  border: 0.3rem solid;
  bottom: 0;
  left: calc(50% + 5.5rem);
  width: 6.6rem;
  height: 6.6rem;
  padding-top: 0.3rem;
  font-size: 1.3rem;
}

.p-items .p-item.--size-s .p-item__img-img {
  width: 19rem;
}

.p-items .p-item.--size-m .p-item__img-img {
  width: 21.8rem;
}

.p-items .p-item.--size-l .p-item__img-img {
  width: 28rem;
  transform: translate(calc(-50% - 0.5rem), 0);
}

.p-items .p-item.--size-l .p-item__img-label {
  left: calc(50% + 6.5rem);
}

.p-items .p-item__summary {
  margin-bottom: 1rem;
  color: #675952;
  font-size: 1.3rem;
  line-height: 1.55;
}

.p-items .p-item .price-main {
  padding: 0 2.5rem;
  margin-bottom: 1.1rem;
}

.p-items .p-item .offer {
  font-weight: bold;
  display: flex;
  justify-content: center;
  color: rgb(240, 30, 0);
  font-size: 1.3rem;
  gap: 0.5rem;
}

.p-items .p-item .offer .refund,
.p-items .p-item .offer .cancellation,
.p-items .p-item .offer .discount {
  border: 0.1rem solid;
  padding: 0.5rem 0.7rem 0.3rem;
  line-height: 1.3;
}

.p-items .p-item .offer .refund {
  position: relative;
  padding-right: 1.5rem;
}

.p-items .p-item .offer .sup {
  position: absolute;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 1rem;
  top: 0.1rem;
  right: 0.3rem;
}

.p-items .p-item .price-sub {
  display: block;
  text-align: center;
  color: #666;
  line-height: 1.3;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.p-items .p-item .price-sub .sup {
  font-weight: normal;
  vertical-align: super;
  line-height: 1;
  padding-left: 0.2rem;
  font-size: 1rem;
}

/* button-wrap
-----------------------------------------------------------
 */
.p-items .p-item .button-wrap {
  margin-top: 1rem;
  padding: 0 0 1.2rem;
}

.p-items .p-item .micro-copy {
  font-family: var(--font-family02);
  color: var(--color01);
  font-weight: bold;
  margin-bottom: 0.2rem;
  font-size: 1.6rem;
}

.p-items .p-item .button-order {
  background: #077542;
  background: -moz-linear-gradient(left, #077542 0%, #018c1d 100%);
  background: -webkit-linear-gradient(left, #077542 0%, #018c1d 100%);
  background: linear-gradient(to right, #077542 0%, #018c1d 100%);
  position: relative;
  display: block;
  text-align: center;
  font-weight: normal;
  color: #fff;
  width: 100%;
  box-shadow: 0px 9px 0px #15471a;
  border-radius: 1rem;
  padding: 1.2rem 3.8rem 0.9rem 3rem;
  line-height: 1.35;
  min-height: 8.3rem;
}

.p-items .p-item .button-order::before {
  content: "";
  position: absolute;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  border: 0.1rem solid #fff;
  border-radius: 0.7rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.p-items .p-item .button-order::after {
  content: "";
  position: absolute;
  width: 2.2rem;
  height: 100%;
  top: 0;
  right: 1.5rem;
  background: url(../img/icon-arrow.svg) no-repeat center center;
  background-size: contain;
}

.p-items .p-item .button-order .button-main {
  font-weight: bold;
  font-size: 2.3rem;
  margin-bottom: 0.2rem;
  letter-spacing: 0.1rem;
}

/*
-----------------------------------------------------------
 p-item__note
----------------------------------------------------------- */
.p-items .p-item__note {
  margin-top: 1.8rem;
  text-align: left;
  font-size: 1.1rem;
}

.p-items .p-item__note-p {
  color: var(--color-text-sub);
  position: relative;
  line-height: 1.4;
  padding-left: 2.6rem;
}

.p-items .p-item__note-p::before {
  content: "・";
  position: absolute;
  left: 0;
  width: 2.5rem;
  text-align: center;
  letter-spacing: 0;
}

.p-items .p-item__note-p[data-list-number]::before {
  content: "※" attr(data-list-number);
  font-size: 90%;
  top: 0.1rem;
}

.p-items .p-item__note-p+p.p-item__note-p {
  margin-top: 0.5rem;
}

.p-items .p-item__note-p .link {
  text-decoration: underline;
}

.p-items .p-item__note-p .link:hover {
  text-decoration: none;
}

/*
-----------------------------------------------------------
 .p-items.--emphasis
----------------------------------------------------------- */
.p-items.--emphasis {
  background: #fc5400;
  background: -moz-linear-gradient(left, #fc5400 0%, #ff861c 100%);
  background: -webkit-linear-gradient(left, #fc5400 0%, #ff861c 100%);
  background: linear-gradient(to right, #fc5400 0%, #ff861c 100%);
  position: relative;
}

.p-items.--emphasis::before {
  content: "";
  position: absolute;
  background: url(../img/bg-texture-white.png) repeat center center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.p-items.--emphasis .discount-head02 {
  display: block;
}

.p-items.--emphasis .discount-head01 {
  display: none;
}

.p-items.--emphasis .p-items__inner {
  position: relative;
  z-index: 10;
}

.p-items.--emphasis .p-message,
.p-items.--emphasis .item-pagination .pagination-head,
.p-items.--emphasis .p-item__note-p {
  color: #fff;
}

/*
-----------------------------------------------------------
 p-items --top
----------------------------------------------------------- */
.p-items.--top .discount-head {
  display: none !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-sizes
-----------------------------------------------------------
----------------------------------------------------------- */
.p-sizes {
  background: #FFF;
  padding-bottom: 4rem;
}

.p-sizes .sizes-title {
  color: #FFF;
  text-align: center;
  padding: 1rem 1rem;
  font-weight: bold;
  font-size: 2.1rem;
  background: var(--color02);
  margin-bottom: 2.5rem;
}

.p-sizes .size-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0.5rem;
}

.p-sizes .size-item {
  flex: 1;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-discount
-----------------------------------------------------------
----------------------------------------------------------- */
.p-discount .copy {
  text-align: center;
  padding: 0 1rem 0.3rem;
  font-weight: bold;
  font-size: 2.2rem;
  color: rgb(240, 30, 0);
  background: #FFF;
}

.p-discount .inner-wrap {
  background: #ed4e18;
  background: -moz-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: -webkit-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: linear-gradient(to right, #ed4e18 0%, #fc820e 100%);
}

h2.discount-title {
  padding: 2rem 1.5rem 0;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1.4;
  color: #FFF;
  font-weight: bold;
  font-size: 3.1rem;
  font-family: var(--font-family02);
}

/*
-----------------------------------------------------------
 p-merit
-----------------------------------------------------------
*/
.p-merit__main {
  background: #ed4e18;
  background: -moz-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: -webkit-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: linear-gradient(to right, #ed4e18 0%, #fc820e 100%);
}

.p-merit__inner {
  padding: 0 1.5rem 1.5rem;
}

.p-merit__img {
  margin-top: 1rem;
  margin-left: -1.5rem;
  width: calc(100% + 3rem);
}

.p-merit__img-txt {
  text-align: right;
  font-size: 1rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
}

.p-merit__body {
  border-radius: 0.8rem;
  background: #fff;
  padding: 1.5rem 1rem;
  position: relative;
  z-index: 20;
}

.p-merit__detail {
  margin-top: 1rem;
  color: rgb(63, 43, 27);
  font-size: 1.7rem;
  line-height: 1.55;
  letter-spacing: 0.05em;
}

.p-merit__detail li {
  border-top: 0.1rem solid #ccc;
  position: relative;
  padding: 0.7rem 0.5rem 0.7rem 2.5rem;
}

.p-merit__detail li::before {
  background: rgb(63, 43, 27);
  content: "";
  position: absolute;
  -webkit-mask-image: url(../img/icon-arrow01.svg);
  mask-image: url(../img/icon-arrow01.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  left: 0.5rem;
  top: 1.1rem;
}

.p-merit__detail li p+p {
  text-align: right;
}

@media not all and (max-width: 520px) {
  .p-merit__detail {
    font-size: 2.1rem;
  }

  .p-merit__detail li::before {
    top: 1.5rem;
  }
}

.p-merit__detail li span {
  color: rgb(240, 30, 0);
  font-weight: bold;
}

.p-merit__size {
  margin-left: -2rem;
  margin-top: 0.8rem;
  max-width: none;
  width: calc(100% + 3rem);
}

.p-merit__size-box {
  display: flex;
  justify-content: center;
}

.p-merit__size-item {
  width: calc(33.3333333333% - 0.2rem);
  border-right: 0.1rem solid #ccc;
  margin-right: 0.7rem;
  padding-right: 0.7rem;
  flex: 1;
}

.p-merit__size-item:last-child {
  border-right: none;
}

/* p-merit__arrow
----------------------------------------------------------- */
.p-merit__arrow {
  background: #ed4e18;
  background: -moz-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: -webkit-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: linear-gradient(to right, #ed4e18 0%, #fc820e 100%);
  mask-image: url(../img/bg-triangle.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center top;
  height: 5.5rem;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-price-reason
-----------------------------------------------------------
----------------------------------------------------------- */
.p-price-reason {
  background: #FFF;
  margin: 5rem 0 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-vegetable-point
-----------------------------------------------------------
----------------------------------------------------------- */
.p-vegetable-point {
  background: #f5efe9;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.p-vegetable-point .section-title {
  margin-bottom: 2.5rem;
}

.p-vegetable-point .sub-section+.sub-section {
  margin-top: 4.5rem;
}

.p-vegetable-point .sub-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.p-vegetable-point .sub-section-title>span {
  display: block;
}

.p-vegetable-point .sub-section-title .number>span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.6rem;
  height: 4.6rem;
  margin: 0 auto;
  color: #FFF;
  font-weight: bold;
  font-size: 3.2rem;
  background: url(../img/round01.svg) no-repeat center center;
  background-size: contain;
}

.p-vegetable-point .sub-section-title .text {
  font-weight: bold;
  font-family: var(--font-family02);
  font-size: 2rem;
  line-height: 1.65;
}

.p-vegetable-point .sub-section .img-wrap {
  width: 100vw;
  max-width: 520px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0px);
  margin-bottom: 1.2rem;
}

.p-vegetable-point .sub-section .img-wrap.--bottom {
  margin-bottom: 0;
  margin-top: 1.2rem;
}

.p-vegetable-point .sub-section .text-wrap {
  text-align: center;
}

.p-vegetable-point .sub-section .text-wrap p+p {
  margin-top: 1rem;
}

.p-vegetable-point .sub-section01 .button {
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  border: 0.1rem solid;
  border-radius: 100px;
  width: 90%;
  margin: 2rem auto 0;
  padding: 0.7rem 1.4rem 0.7rem 0.5rem;
  font-size: 1.4rem;
}

.p-vegetable-point .sub-section01 .button::before {
  background: var(--color06);
  content: "";
  position: absolute;
  mask-image: url(../img/icon-arrow01.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 1.86rem;
  height: 1.86rem;
  right: 1.4rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.p-vegetable-point .rule-section {
  display: none;
  margin-top: 4rem;
}

.p-vegetable-point .rule-section .rule-section-title {
  font-family: var(--font-family03);
  color: var(--color01);
  font-weight: bold;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.45;
}

.p-vegetable-point .rule-section .rule-list {
  background: url(../img/vegetable-image02.webp) no-repeat center top;
  padding-top: 9.2rem;
  background-size: 20.8rem;
  margin-top: 2rem;
}

.p-vegetable-point .rule-section .rule-list li {
  color: var(--color01);
  font-weight: bold;
  background-color: #fff;
  border: 0.1rem solid;
  border-radius: 0.7rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0.2rem;
  padding: 1.2rem 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.p-vegetable-point .rule-section .rule-list li+li {
  margin-top: 1rem;
}

.p-vegetable-point .rule-section .rule-list .text {
  flex: 1;
}

/*
-----------------------------------------------------------
 loop-slide
----------------------------------------------------------- */
@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200rem);
    /* 画像の幅 × 画像の枚数の半分 */
  }
}

.p-vegetable-point .loop-slide {
  overflow: hidden;
  width: 100vw;
  max-width: 520px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0px);
  margin-bottom: 1.2rem;
}

.p-vegetable-point .loop-slide .item {
  display: flex;
  width: 400rem;
  /* 画像の幅 × 画像の枚数 */
  animation: slide 55s linear infinite;
}

.p-vegetable-point .loop-slide .item img {
  width: 20rem;
  height: auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-unboxing
-----------------------------------------------------------
----------------------------------------------------------- */
.p-unboxing {
  padding: 0 0 5rem;
  background: #FFF;
}

.p-unboxing .section-title {
  font-weight: bold;
  font-family: var(--font-family02);
  font-size: 2rem;
  line-height: 1.65;
  text-align: center;
  background: var(--color02);
  color: #FFF;
  padding: 1rem 1rem;
}

.p-unboxing .video-wrapper {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: auto;
  aspect-ratio: 4/5;
  overflow: hidden;
}

.p-unboxing video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-unboxing .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(255, 102, 29);
  color: white;
  font-size: 2.5rem;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  cursor: pointer;
  text-align: center;
}

.p-unboxing .note-text {
  color: var(--color-text-sub);
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 1rem 0 0 1em;
  text-indent: -1em;
}

.p-unboxing .note-text:first-letter {
  font-family: var(--font-family04);
}