/* 上のスペース削除 */
@media print, screen and (min-width: 768px) {
    #rwd-content .rwd-pagenav-header-wrap.with-keyvisual .rwd-pagenav-header {
        margin-bottom: 0px;
    }
}

/* ===============================
   Intro Section（KV下）
=============================== */

.intro {
  padding: 80px 16px;
  text-align: center;
  background: #fff;
}

.intro__inner {
  max-width: 980px;
  margin: 0 auto;
}

.intro__inner p {
  font-size: 20px;
}

.intro__image img {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto 40px;
  max-width: 720px; 
}

.intro__text {
  line-height: 1.9;
  color: #333;
  margin: 0;
}

/* ===============================
   SP
=============================== */

@media (max-width: 767px) {
  .intro {
    padding: 56px 16px;
    text-align: left
  }

  .intro__inner p {
  font-size: 18px;
  }

  .intro__image img {
    width: 100%;
    margin-bottom: 24px;
  }

  .intro__text {
    line-height: 1.8;
  }
}

/* ==============================
   野菜
============================== */

.farm-section {
  width: calc(100% - 64px);
  margin: 0 0 0 auto;
  padding: 72px 0;
  background: #fff4df;
  border-radius: 60px 0 0 60px;
  position: relative;
  overflow: visible;
}

.farm-section.section--reverse {
  margin: 0 auto 0 0;
  background: #EAF5E5;
  border-radius: 0 60px 60px 0;
}

.farm-section__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.farm-section__deco {
  position: absolute;
  top: -88px;
  right: 16px;
  width: 180px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.farm-section__body {
  width: 100%;
  max-width: 540px;
}

.farm-section__content {
  align-items: start;
}

.section--reverse .farm-section__content {
  grid-template-columns: 1fr 42%;
}

.section--reverse .farm-section__media {
  order: 2;
}

.section--reverse .farm-section__body {
  max-width: 520px;
  order: 1;
  justify-self: start;
  width: 100%;
}

 .farm-section.section--reverse .farm-section__inner {
    transform: translateX(30px);
  }

  .farm-section:not(.section--reverse) .farm-section__media {
    transform: translateX(-5px);
  }

  .farm-section.section--reverse .farm-section__media {
    transform: none;
  }

.farm-section__title {
  margin: 0;
  color: #eb6d00;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
}

.farm-section.section--reverse .farm-section__title {
  color: #68AB49;
}

.farm-section__title::before {
  content: "";
  flex: 0 0 auto;
  display: inline-block;
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.farm-section--01 .farm-section__title::before {
  background-image: url("../img/num_01.png");
}

.farm-section--02 .farm-section__title::before {
  background-image: url("../img/num_02.png");
}

.farm-section--03 .farm-section__title::before {
  background-image: url("../img/num_03.png");
}

.farm-section--04 .farm-section__title::before {
  background-image: url("../img/num_04.png");
}

.farm-section__text {
  font-size: 16px;
  line-height: 2.15;
  letter-spacing: 0.04em;
}

.farm-section__text p {
  margin: 0 0 12px;
}

.farm-section__content {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 60px;
}

.farm-section__media {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.farm-photo {
  margin: 0;
}


.farm-photo--large .farm-photo__img {
  width: 100%;
  aspect-ratio: 380 / 260;
  border-radius: 20px;
}

.farm-photo--half {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 22px;
  align-items: start;
}

.farm-photo--half .farm-photo__img {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.farm-photo--large .farm-photo__img {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  box-shadow:
    8px 8px 0 rgba(255,255,255,0.85);
}

.farm-photo__img--no-shadow {
  box-shadow: none !important;
}

.farm-photo__img--no-shadow .farm-photo__img {
  box-shadow: none !important;
}

.farm-photo__caption {
  margin-top: 10px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

@media print, screen and (min-width: 768px) {
    #rwd-content figcaption {
        font-size: 1.3rem !important;
    }
  }

.farm-photo--half .farm-photo__caption {
  margin-top: 0;
}

.farm-section__note {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.product-cta {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}

.product-cta__inner {
  overflow: hidden;
  border: 5px solid #eb6d00;
  border-radius: 54px;
  background: #fff;
}

.product-cta__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 56px 70px 22px;
  text-align: center;
}

.product-cta__lead {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.product-cta__logo {
  margin: 0;
  line-height: 1;
}

.product-cta__logo img {
  display: block;
  width: 330px;
  height: auto;
}

.product-cta__main {
  display: grid;
  grid-template-columns: 58% 1fr;
  gap: 48px;
  align-items: center;
  padding: 18px 70px 48px;
}

.product-cta__image {
  text-align: center;
}

.product-cta__image img {
  width: 100%;
  max-width: 470px;
  height: auto;
  vertical-align: bottom;
}

.product-cta__price-label {
  font-size: 15px;
  line-height: 1.7;
}

.product-cta__price {
  margin: 0 0 28px;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.product-cta__price span {
  margin-left: 4px;
  font-size: 28px;
}

.product-cta__spec-list {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.product-cta__spec-list div {
  display: flex;
}

.product-cta__spec-list dt {
  flex: 0 0 auto;
  font-weight: 400;
}

.product-cta__spec-list dt::after {
  content: "：";
}

.product-cta__spec-list dd {
  margin: 0;
}

.product-cta__accessory {
  padding: 38px 64px 38px;
  background: #fff4df;
  text-align: center;
}

.product-cta__accessory-title {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}

.product-cta__accessory-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-cta__accessory-img {
  width: 100%;
  height: auto; 
  margin: 0 auto 16px;
}

.product-cta__accessory-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.03em;
}

.product-cta__button-wrap {
  padding: 48px 64px 56px;
  text-align: center;
}

.product-cta__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(760px, 100%);
  min-height: 72px;
  margin: 0 auto;
  border-radius: 18px;
  background: #eb6d00;
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition:
    background-color .25s ease,
    opacity .25s ease;
}

.product-cta__button:hover {
  background: #f0821e;
}

.product-cta__button span {
  position: absolute;
  right: 36px;
  width: 16px;
  height: 16px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(45deg);
}

.sp-only {
  display: none;
}

/* ==============================
   SP
============================== */
@media screen and (max-width: 767px) {
  .farm-section,
  .farm-section.section--reverse {
    width: calc(100% - 24px);
    margin: 0 0 0 auto;
    padding: 48px 0;
    border-radius: 30px 0 0 30px;
  }

  .farm-section.section--reverse {
    margin: 0 auto 0 0;
    border-radius: 0 30px 30px 0;
  }

 .farm-section__deco {
    top: 60px;
    right: 12px;
    width: 92px;
    opacity: 0.8;
    z-index: 0;
  }

  .farm-section__title,
  .farm-section__content {
    position: relative;
    z-index: 1;
  }

  .farm-section__inner,
  .farm-section.section--reverse .farm-section__inner {
    width: calc(100% - 48px);
    max-width: none;
    display: flex;
    flex-direction: column;
    gap: 32px;
    transform: none;
  }

.farm-section__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

.farm-section.section--reverse .farm-section__content {
    flex-direction: column-reverse;
  }

  .farm-section__content,
  .farm-section.section--reverse .farm-section__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

.farm-section__body,
  .farm-section__media {
    order: initial;
  }

  .farm-section__media {
    order: 2;
    margin-bottom: 28px;
  }

  .farm-section.section--reverse .farm-section__media,
  .farm-section.section--reverse .farm-section__body {
    order: initial;
  }

  .farm-section__body,
  .farm-section.section--reverse .farm-section__body {
    order: 1;
  }


  .farm-section__media,
  .farm-section.section--reverse .farm-section__media {
    order: 2;
    gap: 28px;
  }

  .farm-section__title {
    margin-bottom: 28px;
    font-size: 22px;
    line-height: 1.65;
    gap: 12px;
    align-items: flex-start;
  }

   .farm-section__title::before {
    width: 48px;
    height: 48px;
  }

  .farm-section__text {
    font-size: 15px;
    line-height: 2.05;
  }

  .farm-photo--large .farm-photo__dummy,
  .farm-photo--half .farm-photo__dummy {
    width: 100%;
    aspect-ratio: 252 / 173;
  }

  .farm-photo--half {
    display: block;
  }

  .farm-photo__caption,
  .farm-photo--half .farm-photo__caption {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.8;
  }

  .farm-section__note {
    font-size: 11px;
  }

.product-cta {
    padding: 0 12px;
  }

  .product-cta__inner {
    border-width: 3px;
    border-radius: 18px;
  }

  .product-cta__heading {
    display: block;
    padding: 36px 22px 24px;
  }

  .product-cta__lead {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .product-cta__logo img {
    width: 240px;
    max-width: 100%;
    margin: 0 auto;
  }

  .product-cta__main {
    display: block;
    padding: 0 22px 32px;
  }

  .product-cta__image {
    margin-bottom: 30px;
  }

  .product-cta__image img {
    width: 100%;
    max-width: 460px;
    height: auto;
  }

  .product-cta__price-label {
    margin-bottom: 14px;
    font-size: 13px;
    margin-right: 16px;
  }

  .product-cta__price {
    margin-bottom: 22px;
    font-size: 30px;
  }

  .product-cta__price-label,
  .product-cta__price {
    display: inline-block;
  }

  .product-cta__price span {
    font-size: 20px;
  }

  .product-cta__spec-list {
    font-size: 12px;
    line-height: 1.8;
  }

  .product-cta__spec-list div {
    display: block;
  }

  .product-cta__spec-list dt,
  .product-cta__spec-list dd {
    display: inline;
  }

  .product-cta__accessory {
    padding: 28px 18px 30px;
  }

  .product-cta__accessory-title {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.7;
  }

  .product-cta__accessory-list {
    display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px 18px;
  }

  .product-cta__accessory-img {
    width: 100%;
    margin: 0 auto 16px;
    border-radius: 50%;
  }

  .product-cta__accessory-list li {
    grid-column: span 2;
  }

  .product-cta__accessory-list li:nth-child(n + 3) {
    grid-column: span 2;
  }

  .product-cta__accessory-list p {
    font-size: 12px;
    line-height: 1.55;
  }

  .product-cta__button-wrap {
    padding: 26px 12px 30px;
  }

  .product-cta__button {
    min-height: 68px;
    border-radius: 14px;
    font-size: 20px;
  }

  .product-cta__button span {
    right: 24px;
    width: 13px;
    height: 13px;
    border-top-width: 4px;
    border-right-width: 4px;
  }

  .sp-only {
    display: inline;
  }
}

/* ==============================
   共通CSSの無効化
============================== */

  #rwd-content figure {
    margin-bottom: 0px;
  }