/*
Theme Name: sugayafarm
Description: サンプル
Author: Ariya design
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
.grecaptcha-badge { 
   visibility: hidden; 
}
body {
  /*font-family: "fot-tsukuardgothic-std", sans-serif;*/
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, ;  font-style: normal;
  font-weight: 500;
  background-color: #fff;
  color: #333;
}

h2 {
  color: #006c38;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: 48px;
  text-align:center;
}
h3 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
}
.only-sp,
.only-tab,
.only-pc {
  display: none;
}
.section-title {
  position: relative;
  text-align: center;
  color: #333819;
  font-weight: 600;
  font-size: 48px;
  margin: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-title .title {
  line-height: 1.5;
  margin: 0 20px;
}
.section-title-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.section-title-dots::before,
.section-title-dots::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  width: 8px;
  background: #ffb863;
  content: "";
}
.section-title-dots span {
  background: #fd8f0b;
  margin: 0 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  width: 8px;
}

.serif {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.inner {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 50px;
}
.sub_ttl {
  color: #0d542e;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.arrow-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 350px; 
  padding: 16px 64px; 
  border-radius: 999px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333819;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    color 0.35s ease;
}

.arrow-btn .label {
  width: 100%;
  text-align: center;
  color: #333819;
  font-size: 1.1rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.icon-wrap {
  position: absolute;
  right: 16px; /* 右余白 */
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fd8f0b;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.icon {
  color: #fff;
  font-size: 18px;
}

.arrow-btn:hover {
  background: #fef8f0;
}

.arrow-btn:hover .icon {
  animation: arrow-slide 0.45s ease forwards;
}

/* スライダー パフォーマンス最適化 */
.slider_wrap {
  position: relative;
  /* GPU アクセラレーションを有効化 */
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.slider_wrap .slider-btn-wrap {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.slider_wrap .slider-btn-wrap a {
  margin: 0 10px;
}
.slider {
  position: relative;
  overflow: visible;
  z-index: 1;
  /* 画面外でもアニメーションを継続 */
  will-change: auto;
}

.slick-list,
.slick-track {
  /* GPU アクセラレーションを有効化 */
  transform: translateZ(0);
  backface-visibility: hidden;
}

.slick-slide {
  /* スライドのパフォーマンス最適化 */
  backface-visibility: hidden;
  transform: translateZ(0);
}

.slick-img {
  position: relative;
  overflow: hidden;
  /* GPU 最適化 */
  transform: translateZ(0);
}

.slick-img__media {
  width: 100%;
  height: 100%;
}

.slick-img__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  /* GPU 最適化 */
  transform: translateZ(0);
  backface-visibility: hidden;
}

.slick-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.4) 30%,
    rgba(0, 0, 0, 0) 70%
  );
  z-index: 2;
  pointer-events: none;
}

.slide-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  max-width: 100%;
  width: 100%;
  font-size: clamp(18px, 2.6vw, 40px);
  line-height: 1.3;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  pointer-events: none;
  text-align: center;
}

@keyframes zoomUp {
  0% {
    transform: scale(1) translateZ(0);
  }
  100% {
    transform: scale(1.15) translateZ(0);
  }
}

.add-animation {
  animation: zoomUp 10s linear both;
  /* アニメーションを常に実行 */
  animation-play-state: running !important;
}

/*header*/
.header-logo {
  position: relative;
  width: 100%;
}
.header-logo img {
  padding-left: 1rem;
}
.header-logo .logo {
  display: block;
  transition: opacity 0.3s ease;
}
.logo--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.l-header:hover .logo--default {
  opacity: 0;
}
.l-header:hover .logo--hover {
  opacity: 1;
}
.l-header.is-visible .logo--default {
  opacity: 0;
}
.l-header.is-visible .logo--hover {
  opacity: 1;
}
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(0);
  transition:
    transform 0.6s ease,
    background 0.6s ease,
    color 0.6s ease,
    opacity 0.6s ease;
  z-index: 2;
  opacity: 1;
  background: transparent;
}


.l-header__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

/* 表示（スクロール後） */
.l-header.is-visible {
  position: fixed;
  transform: translateY(0);
  /*background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);*/
  opacity: 1;
}

/* 戻るときのアニメーション */
.l-header.is-hiding {
  transform: translateY(-100%);
  opacity: 0;
}

.l-header.is-visible .menu__link {
  color: #333819;
}
.l-header.is-visible .menu__contact a {
  color:#fff;
}
.l-header.is-visible .l-header__inner:before {
  background: transparent;
}

/* ホバー時に白背景へ */
.l-header:hover {
  background: #ffffff;
}
.l-header:hover .l-header__inner:before {
  background: transparent;
}
.l-header:hover .menu__link {
  color: #333819;
}
.l-header:hover .menu__contact .menu__link {
  color: #fff;
}

.sp-menubtn {
  display: none;
}
.menu__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 85px;
  position: relative;
}
.menu__item {
  position: relative;
  margin: 0 12px;
  height: 100%;
  white-space: nowrap;
}
.menu__contact {
  background: #e60013;
  width: 150px;
  text-align: center;
}
.menu__link {
  display: block;
  color: #fff;
  height: 100%;
  line-height: 85px;
  white-space: nowrap;
  padding: 0 8px;
}

/*メガメニュー*/
.menu__contents {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #006c38;
  padding: 24px 32px;
  z-index: 1000;
}
.menu__contents ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.menu__contents ul li {
  color: #fff;
  padding: 1rem;
}
.menu__contents ul li a {
  display: block;
  text-align: center;
}

/* 画像付きメガメニュー専用 */
.menu__contents--image {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--header-height, 85px);
  width: 100vw;
  background: #006c38;
  padding: 40px 0;
  z-index: 1500;
  box-sizing: border-box;
}
.menu__contents--image ul {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  gap: 40px;
}
.menu__contents--image li a {
  display: block;
  text-align: center;
  color: #fff;
}
.menu__contents--image li img {
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 0 auto 16px;
  display: block;
}
.menu__contents--image li span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
}

/* テキストのみメガメニュー（縦並び） */
.menu__contents:not(.menu__contents--image) ul {
  display: block;
}
.menu__contents:not(.menu__contents--image) ul li a {
  line-height: 2.4;
  text-align: left;
}

/* テキスト専用メガメニュー */
.menu__contents--text {
  width: fit-content;
  min-width: 220px;
}
.menu__contents--text li a {
  white-space: nowrap;
  line-height: 2.2;
}

/* ===== スマホ用CSS（ハンバーガーのみ） ===== */
@media screen and (max-width: 1024px) {
  
  /* ヘッダー全体を右上に配置 */
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: transparent;
    z-index: 5000;
    padding: 0;
  }
  
  .l-header__inner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0;
  }
  .l-header:hover {
    background: transparent;
    box-shadow: none;
  }
  /* グラデーション背景は不要 */
  .l-header__inner:before {
    display: none;
  }
  
  /* ロゴを非表示 */
  .header-logo {
    display: none;
  }
  
  /* ハンバーガーボタン */
  .sp-menubtn {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0 0 0 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 5000;
    border: none;
    cursor: pointer;
    padding: 0 0 10px;
  }
  
  /* ハンバーガーの線（既存のJavaScript対応） */
  .sp-menubtn span {
    display: block;
    width: 24px;
    height: 2px;
    background: #333819;
    position: absolute;
    transition: all 0.3s ease;
    left: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
  }
  
  .sp-menubtn span:nth-child(1) {
    transform: translate(-50%, -8px);
  }
  
  .sp-menubtn span:nth-child(2) {
    transform: translate(-50%, -90%);
  }
  
  .sp-menubtn span:nth-child(3) {
    transform: translate(-50%, 4px);
  }
  
  .sp-menubtn::after {
    content: "MENU";
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #333819;
    letter-spacing: 0.05em;
    margin-top: 32px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
  }
  
  .sp-menubtn.active span {
    width: 25px;
    height: 2px;
    background: #333819;
  }
  
  .sp-menubtn.active span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .sp-menubtn.active span:nth-child(2) {
    opacity: 0;
    left: 50%;
  }
  
  .sp-menubtn.active span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  
  /* メニューオープン時はMENUテキストを非表示 */
  .sp-menubtn.active::after {
    display: none;
  }
  
  /* メニューパネル */
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fafcf4;
    overflow: auto;
    z-index: 4999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  
  .menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  
  .menu__inner {
    display: block;
    height: auto;
    width: 72.16vw;
    margin: 0 auto;
    padding: 100px 0 60px;
  }
  
  .menu__item {
    border-bottom: #bcbbbb solid 2px;
    width: 100%;
    position: relative;
  }
  
  .menu__link {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    height: 80px;
    color: #333819;
  }
  
  .menu__contact {
    width: 72.16vw;
    margin-top: 36px;
  }
  
  .menu__contact a {
    background: #fd8f0b;
    color: #fff;
    display: flex;
    align-items: center;
    height: 68px;
    padding: 0 35px 0 30px;
    position: relative;
    letter-spacing: 0.04em;
    max-width: 72.16vw;
    margin-left: auto;
    margin-right: auto;

  }
  
  .menu__contact a span {
    position: relative;
  }
  
  .menu__contact a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: #01397E;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  
  .menu__contact a:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  
  /* メガメニュー → アコーディオン */
  .menu__contents {
    display: none;
    position: static;
    width: 100%;
    background: #cccccc;
    padding: 20px;
  }
  
  .menu__contents ul {
    display: block;
  }
  
  .menu__contents ul li {
    width: 100%;
    height: auto;
  }
  
  /* アコーディオン矢印 */
  .menu__item.sub__item::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    transition: all 0.2s ease-in-out;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #333819;
    border-right: solid 2px #333819;
  }
  
  .menu__item.sub__item.active::after {
    transform: translateY(-50%) rotate(-45deg);
    border-color: #E5E5E5;
  }
  
  .menu__contents--image {
    position: static !important;
    top: auto !important;
    width: auto;
    background: #cccccc;
    padding: 20px;
  }
}

/* スライダー ズームアニメーション */
.slider_wrap {
  position: relative;
}
.slider {
  position: relative;
  overflow: visible;
  z-index: 1;
}
.slick-img {
  position: relative;
  overflow: hidden;
}
.slick-img__media {
  width: 100%;
  height: 100%;
}
.slick-img__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.slick-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.4) 30%,
    rgba(0, 0, 0, 0) 70%
  );
  z-index: 2;
  pointer-events: none;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear both;
}

/*プロダクト*/
.produce-hero {
  margin: 2rem 0 5rem;
}
.produce-hero .inner {
  display: flex;
}
/* 左の写真 */
.produce-hero__image {
  flex: 0 0 48%;
}
.produce-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 4;
}
/* 右のコンテンツ */
.produce-hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 320px;
  padding-left: 3rem;
}
.produce-hero__title {
  margin: 0 0 28px 0;
  color: #006c38;
  font-weight: 600;
  font-size: 48px;
  line-height: .8;
  text-orientation: upright;
  letter-spacing: 0.06em;
  white-space: pre-line;
  transform: translateY(-8px);
}
.produce-hero__text {
  margin: 0;
  max-width: 100%;
  color: #333;
  font-size: 16px;
  line-height: 2.6;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  letter-spacing: 0.02em;
}


/*選ばれる理由*/
#feature {
  margin-bottom: 5rem;
}
#feature h2 {
  margin-bottom: 9rem;
}
.feature-section {
  background: #fafcf4;
  padding: 0 0 5rem;
  width: 90%;
  margin-left: auto;
  border-radius: 50px 0 0 50px;
}

.feature-grid {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

.feature-1 {
  position: relative;
  margin-bottom: 3rem;
  grid-column: 1 / -1;
}


.feature:not(.feature-1) {
  display: flex;
  flex-direction: column;
  gap: 24px;
}


.feature-1 .feature-text {
  max-width: 480px;
}

.feature-number {
  color: #fd8f0b;
  font-weight: 500;
  font-size: 3rem;
  display: block;
  margin-bottom: 8px;
}
.feature-1 .feature-number {
  position: absolute;
  top: -41px;
}

.feature-1 .feature-text h3 {
  margin-top: 2rem;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #333819;
  font-weight: 600;
}
.feature-1 .feature-text h3 span {
  background-image:url(../images/head011_02.png);
  background-position:bottom;
  background-repeat:repeat-x;
}
.feature-1 .feature-text h3 small {
  font-size: 2.7rem;
}
.feature-text h3 {
  color: #333819;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 16px;
}

.feature-text p {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
}
.feature-1 .feature-image {
  position: absolute;
  top: -80px;
  width: 60%;
  right: 0;
}

.feature-image img {
  width: 100%;
  border-radius: 20px;
  height: 380px;
  object-fit: cover;
}

.feature-1 .feature-image img {
  height: 480px;
}

.feature:not(.feature-1) {
  grid-template-columns: 1fr 1fr;
}

/* image */
.feature:not(.feature-1) .feature-image {
  width: 100%;
}

.feature:not(.feature-1) .feature-image img {
  aspect-ratio: 16 / 9;
  height: auto;
}

/* text */
.feature:not(.feature-1) .feature-text {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 16px;
}

.feature:not(.feature-1) .feature-number {
  margin-bottom: 0;
  line-height: 1;
}

.feature:not(.feature-1) .feature-text h3 {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
}

.feature:not(.feature-1) .feature-text p {
  grid-column: 1 / -1;
  margin-top: 12px;
}


/*About*/
.about {
  padding: 120px 0 5rem;
  overflow: hidden;
}

.about-section {
  background: #fafcf4;
  padding: 5rem 0 5rem;
  width: 90%;
  margin-right: auto;
  border-radius: 0 50px 50px 0;
}

.about-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  column-gap: 80px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: 60px;
}

/* 左 */
.about-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  margin-left: auto;
  align-items: flex-start;
  margin-top: 2.5rem;
}

.about-en {
  color: #006c38;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.about-title {
  color: #333819;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* 右 */
.about-right p {
  font-size: 1.1rem;
  line-height: 2;
  margin-bottom: 20px;
}

.about-right .arrow-btn {
  margin-top: 24px;
  display: inline-flex;
}

/* 画像 */
.about-img {
  position: absolute;
}

.about-img-top {
  top: -150px;
  left: -110px;
  width: 250px;
}

.about-img-right {
  top: 60px;
  right: -260px;
  width: 230px;
}

.about-img-bottom {
  bottom: -160px;
  left: 310px;
  width: 290px;
}



/*菅谷農園のご案内*/
.guide {
  padding: 50px 0 7rem;
  background: #fff;
}

.guide h2 {
  margin-bottom: 3rem;
}

.guide-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

/* カード */
.guide-card {
  background: #fff;
  padding: 40px 24px 32px;
  text-align: center;
  position: relative;
  box-shadow: 3px 3px 12px 0px rgba(151, 151, 151, 0.4);
}

/* 上部アクセント */
.guide-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  border-bottom-left-radius: 100%;
}

.accent-yellow::before {
  background: #fd8f0b;
}

.accent-green::before {
  background: #006c38;
}

.accent-red::before {
  background: #e60013;
}

.accent-brown::before {
  background: #593023;
}

.accent-green .icon-wrap {
  background: #006c38;
}

.accent-red .icon-wrap {
  background: #e60013;
}

.accent-brown .icon-wrap {
  background: #593023;
}

/* テキスト */
.guide-title {
  color: #333819;
  font-size: 1.3rem;
  margin-bottom: 16px;
}

.guide-text {
  color: #333819;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 24px;
}

.guide-img {
  margin-bottom: 2rem;
}
.guide-img img {
  width: 180px;
  height: 180px; 
  object-fit: cover; 
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}
.guide .arrow-btn {
  min-width: 230px;
  padding: 10px 0;
  font-size: 1rem;
}


/*NEWS・お知らせ*/
.news-blog {
  background: #fafcf4;
  padding: 80px 0 10rem;
}

.news-blog__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
}

.news-blog__side {
  position: relative;
  width: 300px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-end;
}
.news-blog__en {
  writing-mode: vertical-rl;
  color: #e8380d;
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: 0.2em;
  display: inline-block;
  position: relative;
  padding-left: 0.6em;
  flex-shrink: 0;
}

.news-blog__en::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #e8380d;
}


.news-blog__ttl {
  color: #333819;
  writing-mode: vertical-rl;
  font-size: 2.6rem;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-blog__ttl-main {
  margin-bottom: 16px;
}
.news-blog__ttl-sub {
  margin-top: 2rem;
}


.news-blog__tomato {
  position: absolute;
  bottom: -40px;
  left: 0px;
  width: 260px;
}


.news-blog__list {
  flex: 1;
}

.news-item {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 28px 0;
}
.news-blog__list .news-item:nth-child(2) {
  margin-left: 60px;
}

.news-item__meta {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.news-item__thumb {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  border: 1px dashed #fd8f0b;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-item .logo-blog {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.news-item__body {
  flex: 1;
}

.news-item__tag {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #d60000;
  border: 1px dashed #d60000;
  border-radius: 10px;
  padding: 4px 7px;
  margin-bottom: 8px;
}

.news-item__tag.news {
  color: #006c38;
  border-color: #006c38;
}

.news-item__date {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #fd8f0b;
  margin-bottom: 6px;
}

.news-item__title {
  font-size: 1.3rem;
  line-height: 1.6;
}

.news-item__title a {
  color: #333819;
  border-bottom: 1px solid #333819;  
  text-decoration: none;
}



/*フッター*/
.footer {
  background: #333819;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  padding: 48px 0 24px;
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
}

/* ロゴ */
.footer__logo {
  display: flex;
  align-items: center;
  width: 23%;
}

.footer__logo-icon {

}

/* ナビ */
.footer__nav {
  display: flex;
  gap: 64px;
}

.footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__nav li {
  margin-bottom: 12px;
}

.footer__nav a {
  color: #fff;
  text-decoration: none;
  font-size: .9rem;;
}

.footer__nav a:hover {
  text-decoration: underline;
}

/* 右側 */
.footer__right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.footer__sns {
  display: flex;
  gap: 16px;
  width: 100%;
}

.footer__sns .sns {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.8rem;
}

/* ボタン */
.footer__btn {
  background: rgba(255,255,255,0.15);
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

/* コピーライト */
.footer__copy {
  text-align: center;
  font-size: 12px;
  margin-top: 40px;
  opacity: 0.8;
}

/*NEWSページ*/
.news-layout {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 5rem;
  display: flex;
  gap: 40px;
}

.news-content {
  line-height: 2.8;
  margin-bottom: 3rem;
}

/* sidebar */
.news-sidebar {
  width: 260px;
}

.sidebar-box {
  margin-bottom: 40px;
}

.sidebar-list {
  margin-bottom: 2rem;
}

.sidebar-title {
  color: #333819;
  font-weight: bold;
  border-left: 6px solid #2f8f5b;
  padding-left: 10px;
  margin-bottom: 15px;
}

.sidebar-list li {
  border-bottom: 1px dotted #ccc;
  padding: 8px 0;
}

.sidebar-list a {
  color: #333819;
  text-decoration: none;
}
.post-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.post-meta-wrap {
  max-width: 320px;
  margin-left: auto;
}

.post-meta-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

.meta-label {
  font-size: 12px;
  letter-spacing: 0.2em;
  padding-right: .5rem;
}

.meta-value {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #333819;
}




/* main */
.news-main {
  flex: 1;
}

/* article */
.news-header {
  margin-bottom: 30px;
}

.news-title {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 10px;
}

.news-meta {
  font-size: 1rem;
  color: #2f8f5b;
}

/* others */
.news-others {
  margin-top: 100px;
}

.others-title {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

/* 3カラム */
.others-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 3rem;
}

/* カード */
.others-card a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 1rem;
  transition: transform .3s ease, box-shadow .3s ease;
}

/* 画像 */
.others-thumb {
  overflow: hidden;
  border-radius: 12px;
}

.others-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* テキスト */
.others-body {
  margin-top: 15px;
}

.others-card-title {
  color: #fd8f0b;
  border-bottom: 1px solid #fd8f0b;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}

/* 本文5行制限 */
.others-excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: #555;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.others-thumb .logo-blog,
.archive-thumb .logo-blog {
  width: 100%;
  height: 220px;
  object-fit: contain;
  background: #f6f6f6;
  padding: 30px;
}

.others-card a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}


/*archive*/
.archive-header {
  margin-bottom: 40px;
}

.archive-title {
  color: #333819;
  font-size: 1.8rem;
  font-weight: bold;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 5rem;
}

.archive-card a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: .3s;
}

.archive-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.archive-meta {
  font-size: .8rem;
  color: #333819;
  margin: 10px 0;
}

.archive-card-title {
  color: #fd8f0b;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

.archive-excerpt {
  font-size: 14px;
  line-height: 1.7;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* =========================
   トマトの紹介
========================= */

.product-hero {
  padding: 80px 20px;
}

.product-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
}

.product-hero .arrow-btn {
  margin: 40px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 30%;
}

/* ---------- Image ---------- */

.product-image {
  position: relative;
}

.product-image img {
  width: 100%;
  max-width: 560px;
  display: block;
}

/* ---------- Text ---------- */


.product-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 12px;
  text-align: left;
}

.product-desc {
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #333819;
}

/* =========================
   Responsive
========================= */

@media (max-width: 768px) {
  .product-hero-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }

  .product-image {
    text-align: center;
  }
  .product-info,
  .product-title {
    width: 100%;
    display: block;
  }
  .product-title {
    white-space: nowrap;
  }

}



/*インフォーメーション*/
.access {
  padding: 80px 20px;
}

.access-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
}

/* ---------- 左 ---------- */
.access p {
  color: #333819;
}

.access-title {
  font-size: 42px;
  font-weight: 700;
  color: #006c38;
  line-height: 1.2;
  margin-bottom: 24px;
}

.access-title span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-top: 6px;
}
.access-detail {
  margin-bottom: 30px;
  line-height: 1.8;
}

.access-detail p a {
  text-decoration: underline;
}
.address {
  line-height: 1.8;
  margin-top: 20px;
  margin-bottom: 24px;
}

.contact {
  display: grid;
  grid-template-columns: 80px 1fr;
  row-gap: 8px;
  margin-bottom: 32px;
}

.contact dt {
  font-weight: bold;
  color: #2f7d32;
}

.contact dd {
  margin: 0;
  color: #333819;
}


/* ---------- 右（MAP） ---------- */

.access-map iframe {
  width: 100%;
  height: 420px;
  border: 0;
}





/*サブページ*/
body.page {
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
body:not(.home):not(.front-page) .menu__link {
  color: #333819;
}

body:not(.home):not(.front-page) .menu__link.contact__link {
  color: #fff;
}

body:not(.home):not(.front-page) .l-header .logo--default {
  opacity: 0;
}

body:not(.home):not(.front-page) .l-header .logo--hover {
  opacity: 1;
}


.page-header {
  background: #fff;
  padding: 40px 20px 20px;
}

.page-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 5rem;
}

.breadcrumb {
  font-size: 13px;
  color: #333819;
  margin-bottom: 12px;
}

.breadcrumb span {
  color: #333819;
}

.page-title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #333819;
}

/* キービジュアル */
.page-kv {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.page-kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.momotarou-reason {
  margin-bottom: 8rem;
}

.momotarou-reason__inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  gap: 40px;
}

.momotarou-reason__image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.momotarou-reason__image--left {
  text-align: left;
  position: relative;
}

.momotarou-reason__image--right {
  text-align: right;
  position: relative;
}

.momotarou-reason__image--left img,
.momotarou-reason__image--right img {
  position: absolute;
}
.momotarou-reason__image--left img {
  bottom: 0;
  width: 90%;
}
.momotarou-reason__image--right img {
  top: 0;
  width: 90%;  
}

.momotarou-reason__content {
  text-align: center;
  color: #333819;
}

.momotarou-reason__lead {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 24px;
  font-weight: 600;
}


.momotarou-reason__accent {
  color: #e60013;
}

.momotarou-reason__text {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 16px;
}

.sub .feature-1 {
  margin-bottom: 6rem;
}

.seisan-tomato .seisan {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.seisan-tomato .seisan-wrap {
  width: calc((100% / 3) - 10px);
}


#slider {
  margin-bottom: 1rem;
}
#thumbnail_slider .slick-slide {
  width: 350px;
  margin-right: 8px;
  cursor: pointer;
}


.thumbnail-item img {
  width: 98%;
  margin: 0 auto;
  opacity: .6;
}

#thumbnail_slider .slick-slide {
  cursor: pointer;
}

#thumbnail_slider img {
  opacity: .4;
  transition: opacity .3s;
}

#thumbnail_slider .slick-current img {
  opacity: 1;
}


.store-list {
  max-width: 900px;
}

.store-list__title {
  color: #333819;
  font-size: 2rem;
  margin-bottom: 3rem;
  font-weight: bold;
}

.store-list__icon {
  color: #fd8f0b;
  margin-right: 6px;
}

.store-item {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.store-item__logo {
  width: 160px;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
}

.store-item__logo img {
  max-width: 100%;
  height: auto;
}

.store-item__content {
  flex: 1;
}

.store-item__name {
  color: #333819;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #fd8f0b;
}
.store-item__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.store-item__table th,
.store-item__table td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}

.store-item__table th {
  width: 100px;
  background: #f7f7f7;
  font-weight: normal;
}
.store-item__map {
  width: 260px;
  padding: 8px;
}

.store-item__map iframe {
  width: 100%;
  height: 100%;
  min-height: 180px;
  border: 0;
  border-radius: 4px;
}
.tomatoeat {
  margin-top: 5rem;
}


.voice-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.voice-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: #fafcf4;
  padding: 24px 28px;
  border-radius: 12px;
}

.voice-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.voice-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #333819;
}

.voice-meta {
  font-size: 13px;
  color: #333819;
  margin: 0 0 10px;
}

.voice-text {
  font-size: 14px;
  line-height: 1.8;
  color: #333819;
  margin: 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  background: #f4f7f8;
  border-radius: 6px;
  padding: 20px 24px;
}

.faq-q {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px dotted #cfd6da;
  font-size: 1.2rem;
  margin-bottom: 14px;
}

.faq-a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.faq-label {
  font-weight: 600;
  color: #fd8f0b;
  flex-shrink: 0;
}

.faq-q p {
  margin: 0;
  font-size: 1.2rem;  
  font-weight: 600;
  color: #333819;
}

.faq-a p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #333819;
}


.company-about-wrap {
  background-color: #fafcf4;
  padding: 3rem 0 0;
}

.company-about-wrap .company-about-inner {
  margin: 0 auto 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

/* 左画像 */
.company-about-wrap .about-images {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.company-about-wrap .about-images img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* 右テキスト */
.company-about-wrap .about-text {
  position: relative;
}

.company-about-wrap .about-logo {
  position: absolute;
  top: -20px;
  right: 0;
}

.company-about-wrap .about-logo img {
  width: 100px;
}

.company-about-wrap .lead {
  color: #fd8f0b;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.company-about-wrap .title {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 32px;
}

.company-about-wrap .description p {
  line-height: 2;
  margin-bottom: 20px;
  color: #333;
}

.company-about-wrap .description .right {
  text-align: right;
}

.company-about-wrap .image-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.company-about-wrap .image-wrap img {
  width: calc((100% / 3) - 10px);
  margin-bottom: 1rem;
  border-radius: 10px;
}

.company-info,
.media {
  background: #fafcf4;
  padding: 30px 20px;
}
.media .media-inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 40px;
  padding: 30px 60px;
}
.media .media-inner ul {
  margin-bottom: 4rem;
}
.media .media-inner ul:last-child {
  margin-bottom: 2rem;
}
.media .media-inner ul li {
  list-style: circle;
  margin-left: 30px;
}
.company-info .company-info-inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 40px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
}

/* 左 */

.company-info .company-left {
}

.company-info .company-logo img {
  width: 120px;
  margin-bottom: 24px;
}

.company-info .company-address {
  line-height: 1.8;
  margin-bottom: 24px;
}

.company-info .company-name,
.company-info .company-renraku {
  margin-bottom: 20px;
}

.company-info .label {
  color: #fd8f0b;
  font-weight: bold;
  margin-bottom: 4px;
}

.company-info .company-form a {
  text-decoration: underline;
  text-underline-offset: 8px;
}

/* マップ */
.company-info .company-map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: none;
  border-radius: 16px;
}

/* =========================
   Contact Form 7 装飾
========================= */

.wpcf7 form {
  background: #fafcf4;
  padding: 40px 20px 60px;
}

/* dl 全体 */
.wpcf7 dl {
  max-width: 900px;
  margin: 0 auto;
}

/* 1行ずつ横並び */
.wpcf7 dl > dt,
.wpcf7 dl > dd {
  display: inline-block;
  vertical-align: top;
}

/* ラベル（左） */
.wpcf7 dl > dt {
  width: 28%;
  padding-top: 14px;
}

.wpcf7 dl > dt p {
  color: #fd8f0b;
  font-weight: bold;
  margin: 0;
}

/* 入力欄（右） */
.wpcf7 dl > dd {
  width: 72%;
  margin-bottom: 24px;
}

/* input / textarea 共通 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  background: #fff;
  border: none;
  padding: 16px 18px;
  font-size: 16px;
  border-radius: 4px;
  box-sizing: border-box;
}

/* textarea 高さ */
.wpcf7 textarea {
  min-height: 220px;
  resize: vertical;
}

/* プレースホルダー風の薄文字対策 */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #aaa;
}

/* 郵便番号の補足テキスト */
.wpcf7 dd p {
  margin: 0;
}

/* 送信ボタン */
.wpcf7 input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 40px auto 0;
  background: #fd8f0b;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

/* hover */
.wpcf7 input[type="submit"]:hover {
  opacity: 0.9;
}

/* スピナー位置調整 */
.wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}


/* =========================
  Privacy Policy
========================= */

.privacy {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px 120px;
  color: #333819;
  line-height: 1.9;
  font-size: 15px;
}


.privacy h2 {
  color: #333819;
  margin-top: 56px;
  margin-bottom: 16px;
  padding-left: 16px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  text-align: left;
}

.privacy h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: calc(100% - 8px);
  background-color: #f3981d;
  border-radius: 2px;
}

.privacy p {
  margin-bottom: 20px;
}

.privacy ul {
  margin: 0 0 24px 1.2em;
  padding: 0;
}

.privacy ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 6px;
  list-style: disc;
}

.privacy a {
  color: #f3981d;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.privacy a:hover {
  opacity: 0.7;
}

.privacy h2:last-of-type {
  margin-top: 72px;
}

.privacy h2:last-of-type + p {
  background: #f6f2ee;
  padding: 24px;
  border-radius: 12px;
}


.sub.midashi {
  margin-bottom: 10rem;
  text-align: center;
}
.sub.midashi h2 {
  margin-bottom: 2rem;
}

/* レスポンシブ */

@media (min-width: 1025px) {
  .hidden-xs { display: block; }
  .visible-xs { display: none; }
  /* 表示（スクロール後） */
  .l-header.is-visible {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }
  
}

@media (max-width: 1024px) {
  .inner {
    max-width: 100%;
    padding: 40px 20px;
  }
  
  .slider_wrap .slider-btn-wrap {
    flex-wrap: wrap;
  }
  .slider_wrap .slider-btn-wrap a {
    margin: 0 10px 20px;
  }
  .guide-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .produce-hero {
    margin: 2rem 0 4rem;
  }

  .produce-hero .inner {
    gap: 24px;
    padding: 0 20px;
  }

  .produce-hero__image {
    flex: 0 0 45%;
  }

  .produce-hero__content {
    padding-left: 2rem;
  }

  .produce-hero__title {
    font-size: 40px;
    line-height: 1;
    transform: translateY(0);
  }

  .produce-hero__text {
    font-size: 15px;
    line-height: 2.4;
  }
  .news-blog {
    padding: 60px 0 8rem;
  }

  .news-blog__inner {
    gap: 40px;
    padding: 0 20px;
  }

  .news-blog__side {
    width: 220px;
    gap: 16px;
  }

  .news-blog__ttl {
    font-size: 2.2rem;
  }

  .news-blog__tomato {
    width: 200px;
    bottom: -20px;
  }

  .news-item {
    gap: 24px;
    padding: 24px 0;
  }

  .news-blog__list .news-item:nth-child(2) {
    margin-left: 30px;
  }

  .news-item__thumb {
    width: 120px;
    height: 120px;
  }
  
   #feature {
    margin-bottom: 4rem;
  }
  
  #feature h2 {
    margin-bottom: 6rem;
    font-size: 36px;
  }
  
  .feature-section {
    width: 95%;
    border-radius: 40px 0 0 40px;
    padding: 0 0 4rem;
  }
  
  .feature-grid {
    max-width: 100%;
    padding: 0 20px;
    gap: 50px;
  }
  
  .feature {
    gap: 30px;
  }
  
  .feature-1 {
    margin-bottom: 2rem;
  }
  
  .feature-1 .feature-text {
    max-width: 400px;
  }
  
  .feature-1 .feature-text h3 {
    font-size: 2.8rem;
  }
  
  .feature-1 .feature-text h3 small {
    font-size: 2.5rem;
  }
  
  .feature-1 .feature-image {
    top: -60px;
    width: 55%;
  }
  
  .feature-1 .feature-image img {
    height: 400px;
  }
  
  .feature-text h3 {
    font-size: 2.4rem;
  }
  
  .feature:not(.feature-1) .feature-text h3 {
  font-size: 1.8rem;
}

  
  .feature-number {
    font-size: 2.5rem;
  }
  
  .feature-text p {
    font-size: 1rem;
    line-height: 1.9;
  }
  
  .about {
    padding: 80px 0 4rem;
  }
  
  .about-section {
    width: 95%;
    border-radius: 0 40px 40px 0;
    padding: 4rem 0;
  }
  
  .about-inner {
    grid-template-columns: 1fr 1.6fr;
    column-gap: 50px;
    max-width: 100%;
    margin-right: 40px;
    padding: 0 20px;
  }
  
  .about-left {
    width: 100%;
    margin-top: 2rem;
  }
  
  .about-en {
    font-size: 1.1rem;
  }
  
  .about-title {
    font-size: 1.8rem;
  }
  
  .about-right p {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 18px;
  }
  
  .about-right p br {
    display: none;
  }
  
  .about-right .arrow-btn {
    margin-top: 20px;
  }
  
  /* 装飾画像の調整 */
  .about-img-top {
    top: -100px;
    left: -80px;
    width: 200px;
  }
  
  .about-img-right {
    top: 40px;
    right: -180px;
    width: 180px;
  }
  
  .about-img-bottom {
    bottom: -120px;
    left: 200px;
    width: 220px;
  }
  
  
  .footer__inner {
    flex-wrap: wrap;
    gap: 40px;
    padding: 0 24px;
  }

  .footer__logo {
    width: auto;
    flex: 0 0 auto;
  }

  .footer__nav {
    gap: 40px;
  }

  .footer__nav a {
    font-size: .85rem;
  }

  .footer__right {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}



/* --- Responsive --- */
@media (max-width: 900px) {
  .home_news_blog .container {
    flex-direction: column;
    gap: 30px;
  }
  .blog_box, .news_box {
    width: 100%;
  }
  .blog_thumb_wrap {
    flex: 0 0 120px;
  }
  .blog_thumb {
    width: 120px;
    height: 90px;
  }
  .news_list_date {
    width: 100px;
    flex: 0 0 100px;
  }
}

/* レスポンシブ */
@media (max-width:880px){
  .features{ flex-direction:column; gap:20px; align-items:center; }
  .feature{ width:100%; max-width:640px; }
  .circle{ width:220px; height:220px; }
  .circle--large{ width:260px; height:260px; }
  .br-sm{ display:inline; }
   .store-item {
    display: flex;
    flex-direction: column;
    gap:0;
  }

  /* 店名 */
  .store-item__name {
    order: 1;
  }

  /* ロゴを「店名の下」に見せる */
  .store-item__logo {
    order: 2;
    width: 100%;
    text-align: center;
    margin: 15px 0;
  }

  /* contentを分解して並び替え */
  .store-item__content {
    display: contents;
  }

  /* テーブル */
  .store-item__table {
    order: 3;
    width: 100%;
  }

  /* ロゴサイズ */
  .store-item__logo img {
    max-width: 180px;
    height: auto;
  }

  /* テーブル縦積み */
  .store-item__table,
  .store-item__table tbody,
  .store-item__table tr {
    display: block;
    width: 100%;
  }

  .store-item__table th,
  .store-item__table td {
    display: block;
    width: 100%;
  }

  /* 地図 */
  .store-item__map {
    display: block;
    width: 100%;
    margin-top: 15px;
  }

  .company-map iframe {
    width: 100%;
    height: 240px;
  }
  
}

/* タブレット表示 - 768px〜1024px */
@media (min-width:768px) and (max-width:1024px) {
  .sp-menubtn {
    width: 70px;
    height: 70px;
    padding-bottom: 8px;
  }

  .sp-menubtn::after {
    font-size: 9px;
    margin-top: 28px;
  }

  /* メニュー幅を少し広く */
  .menu__inner {
    width: 60vw;
    padding: 120px 0 80px;
  }

  .menu__link {
    font-size: 1.4rem;
    height: 72px;
  }

  .menu__contact {
    width: 60vw;
  }

  .menu__contact a {
    height: 64px;
    font-size: 1rem;
  }
  /* 共通余白 */
  .inner {
    padding: 40px 24px;
  }
  
  /* ===== FEATURE ===== */
  #feature {
    margin-bottom: 4rem;
  }

  #feature h2 {
    margin-bottom: 6rem;
    font-size: 32px;
  }

  .feature-section {
    width: 95%;
    border-radius: 40px 0 0 40px;
    padding: 40px 0 4rem;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 0 24px;
  }

  .feature {
    gap: 32px;
  }

  /* Feature-1 */
  .feature-1 {
    grid-column: 1 / -1;
  }

  .feature-1 .feature-text {
    max-width: 520px;
  }

  .feature-1 .feature-text h3 {
    font-size: 2.2rem;
    line-height: 1.5;
  }

  .feature-1 .feature-text h3 small {
    font-size: 2rem;
  }

  .feature-1 .feature-image {
    width: 50%;
    top: -60px;
  }

  .feature-1 .feature-image img {
    height: 420px;
  }

  /* Feature 2以降 */
  .feature:not(.feature-1) {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .feature:not(.feature-1) .feature-text {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
  }

  .feature:not(.feature-1) .feature-text h3 {
    font-size: 1.6rem;
  }

  .feature-number {
    font-size: 2.4rem;
  }

  .feature-text p {
    font-size: 1rem;
    line-height: 1.9;
  }

  .feature-image img {
    height: 260px;
  }

  /* ===== ABOUT ===== */
  .about {
    padding: 80px 0 4rem;
  }
  .about img {
    opacity: .5;
  }
  .about-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 0 24px;
  }
  
  .about-left,
  .about-right .arrow-btn {
    position: relative;
    z-index: 1;
  }

  .about-title {
    font-size: 2rem;
  }
  
  .guide-inner {
    padding: 0 20px;
  }

  /* ===== NEWS ===== */
  .news-blog {
    padding: 60px 0 5rem;
  }

  .news-blog__inner {
    gap: 40px;
  }

  .news-item__thumb {
    height: 180px;
  }

  .news-item__title {
    font-size: 1.3rem;
  }

  /* ===== FOOTER ===== */
  .footer__inner {
    padding: 0 24px;
    gap: 40px;
  }
  .footer__right {
    width: 100%;
  }
  .footer__sns {
    justify-content: center;
  }
  .footer__btn {
    margin: 0 auto;
  }

}



/* スマホ表示 - 幅767px以下の場合 */
@media (max-width:767px) {
  .hidden-xs { display: none; }
  .visible-xs { display: block; }
  .section-title {
    font-size: 6vw;
  }
   
  .inner {
    padding: 30px 16px;
  }

  .slick-img {
    height: 90vh;
  }
  .slide-caption {
    max-width: 100%;
    font-size: clamp(28px, 2.6vw, 40px);
  }
  #feature {
    margin-bottom: 3rem;
  }
  
  #feature h2 {
    margin-bottom: 4rem;
    font-size: 28px;
  }
  
  .feature-section {
    width: 100%;
    border-radius: 0;
    padding: 30px 0 3rem;
  }
  
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 0 16px;
  }
  
  /* Feature-1の調整 */
  .feature-1 {
    display: grid;
    grid-template-columns: 1fr;
  }
  
  .feature-1 .feature-number {
    position: static;
    margin: 0;
    line-height: 1;
  }
  
  .feature-1 .feature-text {
    order: 2;
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    max-width: 100%;
  }
  
  .feature-1 .feature-text h3 {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  
  .feature-1 .feature-text h3 small {
    font-size: 1.6rem;
  }
  .feature-1 .feature-text p {
    grid-column: 1 / -1;
    margin-top: 16px;
  }
  .feature-1 .feature-image {
    position: static;
    width: 100%;
    order: 1;
  }
  
  .feature-1 .feature-image img {
    height: 300px;
    border-radius: 16px;
  }
  
  

  .feature:not(.feature-1) {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .feature:not(.feature-1) .feature-text {
    grid-template-columns: auto 1fr;
    column-gap: 12px;
  }

  
  .feature:not(.feature-1) .feature-text h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  
  .feature-number {
    font-size: 2.2rem;
  }
  
  .feature-text p {
    font-size: 0.95rem;
    line-height: 1.9;
    margin-top: 16px;
  }
  
  .feature-image img {
    height: 240px;
    border-radius: 16px;
  }
  
  .feature:not(.feature-1) .feature-image img {
    aspect-ratio: 16 / 10;
  }
  
  .guide-inner {
    grid-template-columns: 1fr;
    padding: 0 1rem;
  }
  
  .about {
    padding: 60px 0 3rem;
  }
  
  .about-section {
    width: 100%;
    border-radius: 0;
    padding: 50px 0 80px;
    position: relative;
  }
  
  .about-inner {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 32px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .about-left {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    align-items: center;
    text-align: center;
  }
  
  .about-en {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
  
  .about-title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .about-img-top {
    top: -110px;
    left: -30px;
    width: 150px;
    opacity: .5;
    z-index: 0;
  }
  .about-img-bottom {
    bottom: -114px;
    left: 330px;
    width: 140px;
    opacity: .5;
    z-index: 0;
  }
  .about-right {
    position: relative;
    z-index: 1;
    text-align: left;
  }
  
  .about-right p {
    font-size: 0.95rem;
    line-height: 2;
    margin-bottom: 16px;
  }
  
  .about-right p br {
    display: none;
  }
  
  .about-right .arrow-btn {
    margin-top: 24px;
    width: 100%;
    max-width: 350px;
    justify-content: space-between;
  }
  .about-img-right {
    display: none;
  }

  .about-img-bottom img {
    width: 150px;
    height: auto;
  }
 
  .produce-hero {
    margin: 2rem 0 4rem;
  }

  .produce-hero .inner {
    flex-direction: column;
    padding: 0 20px;
  }

  /* 画像 */
  .produce-hero__image {
    flex: none;
    width: 100%;
  }

  .produce-hero__image img {
    aspect-ratio: 4 / 3;
  }

  /* コンテンツ */
  .produce-hero__content {
    padding-left: 0;
    align-items: center;
    margin-top: 24px;
    min-width: auto;
  }

  .produce-hero__title {
    font-size: 32px;
    line-height: 1.4;
    text-orientation: initial;
    white-space: normal;
    transform: none;
    margin-bottom: 20px;
  }

  .produce-hero__text {
    font-size: 15px;
    line-height: 2.2;
  }
  
  .product-hero .arrow-btn {
    padding: 1.5rem 1.5rem 1.5rem 0;
  }
  
  .media .media-inner {
    padding: 30px;
  }
 
  .news-blog {
    padding: 50px 0 6rem;
  }

  .news-blog__inner {
    flex-direction: column;
    gap: 40px;
  }

  /* 左カラム */
  .news-blog__side {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .news-blog__en {
    writing-mode: horizontal-tb;
    padding-left: 0;
    font-size: .75rem;
  }

  .news-blog__en::before {
    display: none;
  }

  .news-blog__ttl {
    writing-mode: horizontal-tb;
    font-size: 2rem;
    line-height: 1.4;
  }

  .news-blog__ttl-main {
    margin-bottom: 4px;
  }

  .news-blog__ttl-sub {
    margin-top: 0;
  }

  .news-blog__tomato {
    position: absolute;
    width: 35%;
    top: -20px;
    right: 0;
    left: auto;
  }

  /* 記事一覧 */
  .news-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 0;

  }

  .news-blog__list .news-item:nth-child(2) {
    margin-left: 0;
  }

  .news-item__thumb {
    width: 100%;
    height: 160px;
  }

  .news-item__thumb img {
    object-fit: contain;
  }

  .news-item__title {
    font-size: 1.2rem;
  }
  .post-header {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:0;
  }
  .post-header .post-title {
    width: 100%;
  }
  .post-meta-wrap {
    margin-left: 0;
  }
  .others-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .archive-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10;
  }
  .news-layout {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0 1rem;
  }
  .footer {
    padding: 40px 0 20px;
  }

  .footer__inner {
    flex-direction: column;
    gap: 32px;
    padding: 0 20px;
  }

  .footer__logo {
    width: 100%;
    justify-content: center;
  }

  .footer__logo img {
    max-width: 180px;
  }

  .footer__nav {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  .footer__nav ul {
    text-align: center;
  }

  .footer__nav li {
    margin-bottom: 10px;
  }

  .footer__nav a {
    font-size: 1rem;
  }

  .footer__right {
    width: 100%;
    align-items: center;
    gap: 20px;
  }

  .footer__btn {
    width: 100%;
    text-align: center;
    padding: 14px 0;
    font-size: 15px;
  }

  .footer__copy {
    margin-top: 32px;
  }
  
  .footer__sns {
    justify-content: center;
  }
  
  .access-inner {
    grid-template-columns: 1fr;
  }

  .access-title {
    font-size: 32px;
  }

  .access-map iframe {
    height: 300px;
  }

  
  /*スマホサブページ*/
  .sub-momotarou {
    margin-bottom: 1.5rem;
    padding: 0 1rem;
  }
  .sub-momotarou .section-title {
    margin-bottom: 1rem;
  }
  .page-title {
    font-size: 26px;
  }
  
  .page-kv {
    height: 240px;
  }
  .momotarou-reason {
    overflow: hidden;
  }
  .momotarou-reason__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .momotarou-reason__image--left,
  .momotarou-reason__image--right {
    text-align: center;
  }

  .momotarou-reason {
    padding: 10px;
    margin-bottom: 1rem;
  }
  
  .momotarou-reason__image--left img {
    bottom: -230px;
    width: 40%;
    left: -90px;
    z-index: 0;
    opacity: .2;
  }
  .momotarou-reason__image--right img {
    top: -140px;
    width: 40%;
    right: -90px;
    z-index: 0;
    opacity: .2;
  }
  .momotarou-reason__lead,
  .momotarou-reason__content {
    position: relative;
    z-index: 1;
  }
  .seisan-tomato {
    padding-bottom: 0;
  }
  .seisan-tomato .seisan {
    flex-wrap: wrap;
  }
  .seisan-tomato .seisan-wrap {
    width: calc((100% / 1) - 10px);
    margin-bottom: 2rem;
  }
  .seisan-tomato .seisan-wrap h3 {
    font-size: 1.4rem;
  }
  #thumbnail_slider .slick-slide {
    width: 180px;
  }

  
  .company-about-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-logo {
    position: static;
    margin-bottom: 24px;
    text-align: right;
  }
  .company-about-wrap .company-about-inner {
    grid-template-columns: 1fr;
    padding: 40px 20px 0;
    gap:20px;
  }
  .company-about-wrap .about-logo img {
    width: 80px;
    margin-top: 1rem;
  }
  .company-about-wrap .title {
    margin-bottom: 3rem;
  }
  .company-info .company-info-inner {
    grid-template-columns:1fr;
    padding: 20px;
  }
  .wpcf7 dl > dt,
  .wpcf7 dl > dd {
    width: 100%;
  }

  .wpcf7 dl > dt {
    padding-bottom: 8px;
  }
  .privacy {
    padding: 60px 16px 80px;
    font-size: 14px;
  }
  .privacy h2 {
    font-size: 16px;
  }
  
  

}



@media (max-width:420px){
  .circle{ width:200px; height:200px; }
  .circle--large{ width:220px; height:220px; }
  .ft-desc{ max-width:200px; font-size:13px; }
}

@media (max-width: 767px) {
  .only-sp { display: block; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .only-tab { display: block; }
}
@media (min-width: 1025px) {
  .only-pc { display: block; }
}

