@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(9px, 0.6896551724vw, 10px);
}

.pc-none {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#header .header__logo {
  width: 27.6rem;
  aspect-ratio: 276/133;
  padding: 4.5rem 0 0 5.5rem;
}
#header .header__logo img {
  width: 12.2rem;
}
#header .header__other {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  min-width: 43rem;
  min-height: 9rem;
  padding: 1.4rem 3rem 1.4rem 1rem;
  margin: clamp(50px, 3.125vw, 60px) clamp(50px, 3.125vw, 60px) 0 0;
  background: url(../img/common/header_oth-bg.svg) no-repeat center/100% 100%;
}
#header .header__label {
  width: 12rem;
  aspect-ratio: 120/62;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 0;
  line-height: 1;
  background: url(../img/common/head_contact-bg.png) no-repeat center/contain;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 12rem;
}
#footer::before {
  width: 128rem;
  height: 11.8rem;
}
#footer::after {
  min-width: 192rem;
  height: 1.3rem;
  bottom: 2rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 108rem;
}
#footer .footer__other {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem 4rem;
  max-width: 54rem;
  padding-bottom: 8rem;
}
#footer .footer__logo {
  width: 21rem;
  aspect-ratio: 7/3;
}
#footer .footer__logo img {
  width: 12.2rem;
}
#footer .footer__sns {
  padding-inline: 1rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  background: var(--color-white);
  border-radius: 2rem;
  padding: 4rem;
}
.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 3rem 7.5rem;
}
.footer-nav__item {
  font-size: 1.4rem;
  line-height: 1.71429;
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__link {
  letter-spacing: var(--letter-spacing-base);
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}

/*コピーライト
-----------------------------*/
.copy {
  width: 108rem;
  margin-inline: auto;
}
.copy p {
  position: absolute;
  left: 0;
  bottom: 0;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 7.6rem;
  bottom: 0;
  right: 2rem;
}
#pagetop img {
  width: 100%;
  aspect-ratio: 76/97;
  -o-object-fit: cover;
     object-fit: cover;
}

/*サイドボタン
-----------------------------*/
#side {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  bottom: 15rem;
  right: 0.5rem;
}
#side .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.5rem;
  aspect-ratio: 115/88;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.05em;
  word-break: keep-all;
  background: url(../img/common/side_txt-bg.png) no-repeat center/100% 100%;
  padding: 0 0.5em 0.6rem;
  margin-bottom: -1.1rem;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
}
#side .txt::before {
  content: "";
  width: 4.2rem;
  aspect-ratio: 1;
  background: url(../img/common/side_txt-deco.png) no-repeat left bottom/contain;
  position: absolute;
  left: -1.2rem;
  bottom: 0.5rem;
  z-index: -1;
}
#side::after {
  content: "";
  display: block;
  width: 11.8rem;
  aspect-ratio: 118/87;
  background: url(../img/common/side_deco.png) no-repeat center/contain;
}
#side:hover .txt {
  transform: translateY(-0.4rem);
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  width: calc(100% - 8rem);
  padding-top: 4rem;
  margin-inline: auto;
}
.visual:has(.visual__main) {
  padding-bottom: 3rem;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(590px, 45.8333333333vw, 880px);
  border-radius: clamp(35px, 2.6041666667vw, 50px) clamp(35px, 2.6041666667vw, 50px) 0 0;
  padding-bottom: 0.9rem;
}
.visual__main::after {
  width: calc(100% + 2px);
  aspect-ratio: 1842/161;
  max-height: 16.1rem;
  bottom: clamp(-50px, -2.6041666667vw, -35px);
}
.visual__catch--main {
  width: clamp(650px, 54.1666666667vw, 1040px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(400px, 31.25vw, 600px);
  border-radius: clamp(35px, 2.6041666667vw, 50px) clamp(35px, 2.6041666667vw, 50px) 0 0;
}
.visual__sub::after {
  width: calc(100% + 2px);
  aspect-ratio: 1842/161;
  max-height: 16.1rem;
}
.visual__catch--sub {
  font-size: clamp(27px, 2.0833333333vw, 40px);
  text-shadow: 0 0 clamp(7px, 0.5208333333vw, 10px) var(--color-text), 0 0 clamp(14px, 1.0416666667vw, 20px) var(--color-text), 0 0 clamp(27px, 2.0833333333vw, 40px) var(--color-text), 0 0 clamp(40px, 3.125vw, 60px) var(--color-text);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: var(--font-size-base);
  padding-top: 5rem;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.gnav__item::after {
  content: "";
  display: block;
  width: 2px;
  height: 5.7rem;
  background: linear-gradient(to bottom, var(--color-leaf) 0.8rem, transparent 0.8rem, transparent 1.2rem) repeat-y center top/2px 1.2rem;
  margin-inline: 5rem;
}
.gnav__item:last-of-type::after {
  display: none;
}
.gnav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.gnav__link img {
  width: 7rem;
  aspect-ratio: 35/24;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  transition: all 0.3s ease-out;
}
.gnav__link > span {
  display: block;
  line-height: 1.5;
  letter-spacing: var(--letter-spacing-base);
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
  margin-block: calc((1em - 1lh) / 2);
}
.gnav__link:hover img {
  transform: translateY(-0.4rem);
}
.gnav__link.current {
  color: var(--color-mos);
}

/*===============================================
  main#container
===============================================*/
#container::before {
  min-width: 192rem;
  height: calc(7rem + 1px);
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb__list {
  width: 108rem;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 12rem;
}
.section--bg01 {
  padding-bottom: 19rem;
}
.section--bg01::before {
  min-width: 192rem;
  height: calc(7rem + 1px);
}
.section--bg01 + .section:not(.com-contact) {
  padding-top: 10rem;
}
.section--bg02 {
  padding-bottom: 25rem;
}
.section--bg02::before {
  width: 235rem;
  min-width: calc(100% + 20rem);
  height: 28.3rem;
  -webkit-mask-size: 42.5692% 100%;
          mask-size: 42.5692% 100%;
}
.section--bg02::after {
  min-width: 192rem;
  height: calc(11rem + 1px);
}

.inbox {
  width: 108rem;
}

/*電話番号
-----------------------------*/
.com-tel {
  gap: 1rem 0.8rem;
}
.com-tel::before {
  width: 3.1rem;
  aspect-ratio: 31/44;
}
.com-tel__num {
  font-size: 3rem;
}
.com-tel__num span {
  margin-block-start: -0.2em;
  margin-block-end: calc(-0.1em + 1px);
}
.com-tel .com-replace {
  font-size: 1.1rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 30rem;
  height: 6rem;
}
.com-btn::after {
  right: 3rem;
}
.com-btn--mail {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-right: 3.4rem;
}
.com-btn--mail::before {
  width: 2.3rem;
}
.com-btn--shop {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-right: 4.6rem;
}
.com-btn--shop::before {
  width: 3.1rem;
}

.com-link {
  min-width: 18rem;
}

/* SNS
-----------------------------*/
.com-sns {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.com-sns li {
  width: 3.5rem;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 2.05883;
}
.com-table table {
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  margin-block: -0.5rem;
}
.com-table tr th {
  text-align: center;
  vertical-align: middle;
  padding: calc(2.8rem - 0.5lh) 3rem;
  border-radius: 1rem 0 0 1rem;
}
.com-table tr td {
  padding: calc(2.8rem - 0.5lh) 3rem;
  border-radius: 0 1rem 1rem 0;
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}
.com-text strong {
  font-size: 1.9rem;
  line-height: 2.10527;
}
.com-text .mb {
  margin-bottom: 2rem;
}

/*ブログ
-----------------------------*/
.com-post__item {
  line-height: 1.76471;
}
.com-post__item--image .com-post__link {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.com-post__item--image .com-post__image {
  width: 36rem;
}
.com-post__item--image .com-post__image img {
  aspect-ratio: 3/2;
  border-radius: 2rem;
}
.com-post__item--image .com-post__inner {
  gap: 2rem 3rem;
}
.com-post__item--image .com-post__heading {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.com-post__item--image .com-post__body {
  font-size: var(--font-size-base);
  line-height: 1.76471;
}
.com-post__date {
  width: 10rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 2.4rem;
  margin-bottom: 4rem;
}
.com-title01::before {
  width: calc(100% + 10.6rem);
  height: 4.5rem;
}

/*中タイトル
-----------------------------*/
.com-title02--line {
  padding-bottom: 2.5rem;
}

/*小タイトル
-----------------------------*/
.com-title03--line {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-bottom: 2.5rem;
  margin-bottom: 3rem;
}
.com-title03--line::before {
  width: 4rem;
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__inner {
  padding-block: 12rem;
}
.com-contact__inner::before {
  width: calc(100vw - 5rem);
  max-width: 168rem;
  min-width: 1150px;
  border-radius: 3rem;
}
.com-contact__inner::after {
  width: calc(100vw - 8rem);
  max-width: 128rem;
  min-width: 1120px;
  background-size: 34.5rem;
  height: calc(100% - 12rem);
  bottom: -3rem;
}
.com-contact__title {
  margin-bottom: 7.6rem;
}
.com-contact__title .deco::before {
  width: calc(100% + 9.4rem);
  height: 6.4rem;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6rem 8rem;
}
.com-contact__tels {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
  width: 100%;
}
.com-contact__memo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46.2rem;
  aspect-ratio: 462/82;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  background: url(../img/common/contact_balloon-pc.svg) no-repeat center/contain;
  padding-left: 2px;
  position: relative;
  z-index: 0;
}
.com-contact__memo p {
  margin-inline-end: -0.5em;
}
.com-contact__memo::after {
  content: "";
  width: 7.7rem;
  aspect-ratio: 77/155;
  background: url(../img/common/contact_balloon-deco.png) no-repeat right bottom/contain;
  position: absolute;
  right: 2rem;
  top: -14.5rem;
  z-index: -1;
}
.com-contact__tel {
  align-items: flex-start;
  gap: 1.5rem;
}
.com-contact__tel .com-tel__num {
  font-size: 3.5rem;
}
.com-contact__tel .com-replace {
  font-size: 1.3rem;
}
.com-contact__btn {
  width: 38rem;
}
.com-contact:has(+ .top-access) {
  padding-bottom: 0;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*新着情報
-----------------------------*/
.top-news {
  padding: 22rem 0 clamp(120px, 9.375vw, 180px);
}
.top-news::before {
  width: 144rem;
  height: 14.1rem;
  top: 10.8rem;
}
.top-news::after {
  width: 148rem;
  height: 20.6rem;
  bottom: clamp(100px, 7.8125vw, 150px);
}
.top-news__box {
  display: grid;
  grid-template: auto 1fr/auto 66rem;
  align-items: flex-start;
  gap: 8rem 4rem;
  padding: 8rem;
  border-radius: 3rem;
}
.top-news__box::before {
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  border-radius: 2rem;
  background-position: left 3rem top 3rem, right 3rem top 3rem, left top;
}
.top-news__box::after {
  width: 100%;
  height: 6.9rem;
}
.top-news__inner {
  padding: 6rem;
  border-radius: 2rem;
}
.top-news__title {
  row-gap: 1.9rem;
  align-items: flex-start;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 3.3rem;
  margin-inline: 0;
  margin-bottom: 0;
}
.top-news__title::after {
  width: calc(100% + 7rem);
  height: 9.2rem;
}
.top-news__list,
.top-news .com-empty {
  grid-row: span 2;
}
.top-news .com-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.top-news .com-post__item {
  padding-inline: 1rem;
}
.top-news .com-post__item:nth-of-type(3) {
  padding-bottom: 0;
}
.top-news .com-post__item:nth-of-type(3)::after {
  display: none;
}
.top-news .com-post__link {
  gap: 1rem 2rem;
}

/*家族に食べさせたいから、
土と肥料に手を抜きません。
-----------------------------*/
.top-about {
  padding: 8rem 0 30rem;
  background-size: auto 36.8rem;
}
.top-about::before {
  content: "";
  width: 266.8rem;
  height: 83.8rem;
  background: url(../img/index/deco_about-l.png) no-repeat left top/contain, url(../img/index/deco_about-r.png) no-repeat right bottom/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2rem;
  z-index: 6;
  pointer-events: none;
}
.top-about__inner {
  padding-top: 8rem;
}
.top-about__inner::before {
  content: "";
  aspect-ratio: 884/798;
  height: calc(100% - 2.4rem);
  background: url(../img/index/bg_about-text.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -2;
  pointer-events: none;
}
.top-about__title {
  margin-bottom: 4.8rem;
}
.top-about__title img {
  width: 56.3rem;
}
.top-about__text {
  text-align: center;
  font-size: 2rem;
  line-height: 2.4;
  letter-spacing: 0;
}
.top-about__btn {
  margin: 6rem auto 0;
}
.top-about__btn::before {
  width: calc(100% + 24.6rem);
  height: 14rem;
  bottom: -7rem;
}
.top-about__btn > span {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-right: 3.4rem;
}
.top-about__btn > span::before {
  width: 1.9rem;
}

/*山倉農園のこだわり
-----------------------------*/
.top-feature {
  padding-bottom: 20rem;
}
.top-feature::after {
  width: 116rem;
  height: 27.7rem;
  bottom: 12rem;
}
.top-feature__inner {
  padding-block: 12rem;
}
.top-feature__inner::before {
  width: 128rem;
  border-radius: 3rem;
}
.top-feature__inner::after {
  content: "";
  width: 140rem;
  height: 23rem;
  background: url(../img/index/deco_feature-lb.png) no-repeat left bottom/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4rem;
  z-index: -1;
  pointer-events: none;
}
.top-feature__title {
  padding-bottom: 0.8rem;
}
.top-feature__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.top-feature__item {
  width: 32rem;
}
.top-feature__item:nth-of-type(2):nth-last-of-type(2) {
  margin-top: 6rem;
}
.top-feature__btn {
  margin: 6rem auto 0;
}
.top-feature__btn > span {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-right: 4rem;
}
.top-feature__btn > span::before {
  width: 2.5rem;
}

/*山倉農園の商品
-----------------------------*/
.top-product .inbox::before {
  width: 126rem;
  height: 21.9rem;
  top: 1rem;
}
.top-product__title {
  padding-bottom: 4.5rem;
}
.top-product__title::after {
  width: 34.5rem;
  aspect-ratio: 345/62;
}
.top-product__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 3.8rem;
       column-gap: 3.8rem;
  margin-bottom: 13rem;
}
.top-product__item:nth-of-type(2n + 1) {
  flex-direction: row-reverse;
}
.top-product__item--berry .top-product__image {
  width: 52.2rem;
}
.top-product__item--berry .top-product__image img {
  width: 100%;
  aspect-ratio: 522/499;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask: url(../img/common/frame_berry.svg) no-repeat center/contain;
          mask: url(../img/common/frame_berry.svg) no-repeat center/contain;
}
.top-product__item--berry .top-product__image figcaption {
  left: 4rem;
}
.top-product__item--berry .top-product__image::after {
  width: calc(100% + 5.2rem);
  height: 20.6rem;
  bottom: -10rem;
}
.top-product__item--berry .top-product__btn::before {
  width: calc(100% + 16rem);
  height: 12.6rem;
  top: -1.4rem;
}
.top-product__item--veggie .top-product__image {
  width: 52.3rem;
}
.top-product__item--veggie .top-product__image img {
  width: 100%;
  aspect-ratio: 523/508;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask: url(../img/common/frame_veggie.svg) no-repeat center/contain;
          mask: url(../img/common/frame_veggie.svg) no-repeat center/contain;
}
.top-product__item--veggie .top-product__image figcaption {
  right: 4rem;
}
.top-product__item--veggie .top-product__image::after {
  width: calc(100% + 12rem);
  height: 27.8rem;
  bottom: -14rem;
}
.top-product__item--veggie .top-product__btn::before {
  width: calc(100% + 29rem);
  height: 17.4rem;
  top: -5.5rem;
}
.top-product__image figcaption {
  width: 6.7rem;
  min-height: 21.1rem;
  font-size: var(--font-size-h3);
  padding-block: 2.2rem;
  top: 2rem;
}
.top-product__inner {
  width: 48rem;
  padding-top: 7rem;
}
.top-product__btn {
  width: 42rem;
  margin: 6rem auto 0;
}

/*アクセス
-----------------------------*/
.top-access {
  padding-top: 8rem;
}
.top-access__add {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-bottom: 2rem;
}
.top-access__add::before {
  width: 8rem;
}
.top-access__map {
  height: 35rem;
}
.top-access__map iframe {
  border-radius: 3rem;
}

/*===============================================
  山倉農園のこだわり
===============================================*/
/*生産者の想い
-----------------------------*/
.commitment-thoughts::before {
  height: 31rem;
  transform: scale(-1, 1) translateX(50%);
}
.commitment-thoughts::after {
  height: calc(14.7rem + 1px);
}
.commitment-thoughts .inbox::before {
  content: "";
  width: 128rem;
  height: 11.8rem;
  background: url(../img/commitment/deco_thoughts-lt.png) no-repeat left top/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.2rem;
  z-index: -1;
}
.commitment-thoughts__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 7.8rem;
       column-gap: 7.8rem;
}
.commitment-thoughts__image {
  width: 52.2rem;
  margin-right: -10rem;
  flex-shrink: 0;
}
.commitment-thoughts__image img {
  width: 100%;
  aspect-ratio: 522/499;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask: url(../img/common/frame_berry.svg) no-repeat center/contain;
          mask: url(../img/common/frame_berry.svg) no-repeat center/contain;
}
.commitment-thoughts__image::after {
  width: 38.4rem;
  height: 27.7rem;
  left: calc(50% - 0.6rem);
  bottom: -23rem;
}
.commitment-thoughts__text {
  margin-top: calc(5rem + (1em - 1lh) / 2);
}

/*こだわり・特徴
-----------------------------*/
.commitment-feature {
  padding-top: 5rem;
}
.commitment-feature::before {
  width: 88rem;
  height: 19.7rem;
  top: -17.8rem;
}
.commitment-feature::after {
  width: 90rem;
  height: 10.4rem;
  top: 3.8rem;
}
.commitment-feature__item {
  display: flex;
  justify-content: flex-start;
  align-items: self-start;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  min-height: 42.9rem;
  margin-bottom: 11rem;
  position: relative;
}
.commitment-feature__item::before {
  width: 4.8rem;
  aspect-ratio: 24/23;
  font-size: 2.7rem;
  padding-bottom: 0.1em;
  order: 0;
}
.commitment-feature__item::after {
  content: "";
  display: block;
  aspect-ratio: 89/8;
  height: 0.8rem;
  background: url(../img/common/ttl_dot.svg) space left center/auto 100%;
  order: 1;
  align-self: center;
}
.commitment-feature__item:nth-of-type(2n + 1) {
  padding-left: 50rem;
}
.commitment-feature__item:nth-of-type(2n + 1) .commitment-feature__image {
  left: -10rem;
}
.commitment-feature__item:nth-of-type(2n) {
  padding-right: 50rem;
}
.commitment-feature__item:nth-of-type(2n) .commitment-feature__image {
  right: -10rem;
}
.commitment-feature__item:nth-of-type(2) {
  min-height: 50.9rem;
}
.commitment-feature__item:nth-of-type(2) .commitment-feature__image::after {
  content: "";
  width: 100%;
  height: 6.8rem;
  background: url(../img/commitment/deco_feature-box.png) no-repeat center bottom/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 1.2rem);
  z-index: 1;
}
.commitment-feature__heading {
  width: 100%;
  row-gap: 2.5rem;
  margin-bottom: 2rem;
  order: 2;
}
.commitment-feature__heading .sub {
  font-size: 1.9rem;
  line-height: 1.84211;
  border-radius: 0.8rem;
}
.commitment-feature__image {
  width: 54rem;
  position: absolute;
  top: 0;
}
.commitment-feature__body {
  width: 100%;
  order: 3;
}

/*===============================================
  越後姫
===============================================*/
/*越後姫について
-----------------------------*/
.berry-about {
  padding-bottom: 20rem;
}
.berry-about::after {
  width: 104rem;
  height: 14.1rem;
  top: 17rem;
}
.berry-about__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 7.8rem;
       column-gap: 7.8rem;
}
.berry-about__image {
  width: 52.2rem;
  flex-shrink: 0;
}
.berry-about__image img {
  width: 100%;
  aspect-ratio: 522/499;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask: url(../img/common/frame_berry.svg) no-repeat center/contain;
          mask: url(../img/common/frame_berry.svg) no-repeat center/contain;
}
.berry-about__text {
  margin-top: calc(11rem + (1em - 1lh) / 2);
  position: relative;
}
.berry-about__text::after {
  content: "";
  width: 26.5rem;
  aspect-ratio: 256/185;
  background: url(../img/strawberry/deco_about-b.png) no-repeat right bottom/contain;
  position: absolute;
  right: -9rem;
  bottom: calc(-18rem + (1em - 1lh) / 2);
  pointer-events: none;
}

/*越後姫へのこだわり
-----------------------------*/
.berry-feature .inbox::after {
  width: 70.6rem;
  height: 18.2rem;
  bottom: -27rem;
}
.berry-feature__item {
  padding-left: 12.5rem;
  margin-bottom: 9rem;
  position: relative;
}
.berry-feature__item::before {
  width: 4.8rem;
  aspect-ratio: 24/23;
  font-size: 2.7rem;
  padding-bottom: 0.1em;
  position: absolute;
  top: 0.6rem;
  left: 0;
  z-index: 4;
}
.berry-feature__item::after {
  content: "";
  display: block;
  aspect-ratio: 40/8;
  height: 0.8rem;
  background: url(../img/common/ttl_dot.svg) space left center/auto 100%;
  position: absolute;
  top: 2.7rem;
  left: 5.8rem;
  z-index: 4;
  pointer-events: none;
}
.berry-feature__heading {
  padding-block: 1.5rem;
  margin-bottom: 4rem;
}
.berry-feature__heading::before {
  width: calc(100% + 12rem);
  right: -2rem;
  border-radius: 1.5rem;
}

/*商品情報
-----------------------------*/
.berry-list__item {
  min-height: 47.2rem;
  padding: 5rem;
  padding-right: 48rem;
  margin-bottom: 4rem;
  border-radius: 2rem;
  position: relative;
}
.berry-list__heading {
  margin-bottom: 2rem;
}
.berry-list__image {
  width: 37.2rem;
  position: absolute;
  top: 5rem;
  right: 5rem;
}
.berry-list__image img {
  border-radius: 1.5rem;
}
.berry-list__table tr th {
  width: 11rem;
  border-radius: 0.8rem;
  padding: 0;
}
.berry-list__table tr td {
  padding: 0 0 0 2rem;
}

/*お客様の声
-----------------------------*/
.berry-voice::before {
  width: 76rem;
  height: 11rem;
  top: 7rem;
}
.berry-voice__list {
  padding-top: 5rem;
}
.berry-voice__item {
  margin-bottom: 7.2rem;
}
.berry-voice__heading {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}

/*===============================================
  季節の野菜
===============================================*/
/*お野菜出荷スケジュール
-----------------------------*/
.veggie-schedule::after {
  width: 108rem;
  height: 11.6rem;
  top: 13rem;
}
.veggie-schedule__text {
  font-size: 1.6rem;
  line-height: 2;
}
.veggie-schedule__graph {
  padding-top: 2rem;
}

/*取り扱いお野菜
-----------------------------*/
.veggie-list::after {
  width: 86.8rem;
  height: 7.7rem;
  top: 10.7rem;
}
.veggie-list__item {
  margin-bottom: 12rem;
}
.veggie-list__shipment {
  line-height: 2.05883;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-bottom: 4rem;
}
.veggie-list__shipment dt {
  width: 11rem;
  border-radius: 0.8rem;
}
.veggie-list__brands {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  gap: 4rem;
  padding-top: 5rem;
}
.veggie-list__thumb img {
  border-radius: 2rem;
}
.veggie-list__label {
  padding-top: 2rem;
}

/*===============================================
  農園情報
===============================================*/
/*基本情報
-----------------------------*/
.info-farm::before {
  width: 108rem;
  height: 10.6rem;
  top: 10.5rem;
}
.info-farm::after {
  width: 135rem;
  height: 11.8rem;
  top: 12.8rem;
}
.info-farm__table tr th {
  width: 34rem;
}
.info-farm__table tr td .com-replace {
  font-size: var(--font-size-xs);
}
.info-farm__map {
  height: 35rem;
  margin-top: 5rem;
}
.info-farm__map iframe {
  border-radius: 3rem;
}

/*===============================================
  ブログ
===============================================*/
/* ブログ 一覧
-----------------------------*/
.blog-archive__tags {
  margin-bottom: 5rem;
}

/* ブログ 詳細
-----------------------------*/
.blog-detail__title {
  margin-bottom: 2rem;
}

/*===============================================
  お問い合わせ
===============================================*/
/* お問い合わせ・ご注文方法
-----------------------------*/
.contact-order::before {
  width: 108rem;
  height: 16.5rem;
  bottom: -1rem;
}
.contact-order::after {
  width: 111.2rem;
  height: 18.3rem;
  bottom: -0.7rem;
}
.contact-order__text {
  text-align: center;
}
.contact-order__items {
  padding: 4rem 9rem;
  border-radius: 2rem;
  margin-top: 5rem;
}
.contact-order__tel {
  align-items: flex-start;
  gap: 1.4rem;
}
.contact-order__tel::before {
  width: 4.7rem;
  aspect-ratio: 47/64;
}
.contact-order__tel .com-tel__num {
  font-size: 4.5rem;
}
.contact-order__tel .com-tel__num > span {
  margin-block-start: -0.9rem;
  margin-block-end: -0.3rem;
}
.contact-order__tel .com-replace {
  font-size: 1.2rem;
}

/* メールフォーム
-----------------------------*/
.contact-form__table tr th {
  width: 36rem;
  text-align: left;
  vertical-align: text-top;
  line-height: 2.2353;
  padding-block: 1.5rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: calc(1.9rem - 0.5lh);
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.2353;
  padding-block: 1.5rem;
}
.contact-form .contact-submits-wrap > * {
  margin: 2rem 1.5rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  text-align: center;
}

/*===============================================
  プライバシーポリシー
===============================================*/
/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template: repeat(5, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 2rem 8rem;
}
.sitemap-list__link {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 1em 1.5em;
}

/*===============================================
  404エラー
===============================================*/
.error-message__text {
  padding: 4rem 5rem;
  border-radius: 2rem;
}