@charset "UTF-8";
/* Farm/buy デザイントークン
-----------------------------------------------------------------*/
/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/* ============================================================
   企業トップページ 専用CSS（ark_company/assets/company.css を忠実移植）
   ------------------------------------------------------------
   ★ 色・フォント・ボタン・ヘッダー・フッター・.page シェルは
     company_common.css が担当。読み込み順： common → company_common → company_top
   ============================================================ */
/* ---- ページ固有のリセット/背景 ---- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ============ HERO ============ */
.hero {
  position: relative;
  height: 900px;
  overflow: hidden;
  background: #9db3c4;
}

.hero .swiper {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero .swiper-wrapper {
  display: flex;
  height: 100%;
  box-sizing: content-box;
}

.hero .slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: opacity;
}

.hero .slide:not(.swiper-slide-active) {
  pointer-events: none;
}

.hero .slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* FVもパララックス。共通の [data-parallax] img が位置を担当、ここは oversize の height のみ上書き */
.hero[data-parallax] .slide img {
  height: 112%;
}

@media (prefers-reduced-motion: reduce) {
  .hero[data-parallax] .slide img {
    height: 100%;
  }
}
.hero .cap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 61.6875%;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 40px 64px 0;
}

.hero .cap .title {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 26px;
}

.hero .cap .title h2 {
  font-family: var(--mincho);
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 0.04em;
  color: var(--text);
  line-height: 1;
  white-space: nowrap;
}

.hero .cap .title .ar {
  color: #bdbdbd;
  font-size: 30px;
  line-height: 1;
}

.hero .cap .sub {
  flex: 0 0 auto;
  font-family: var(--mincho);
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--text);
  line-height: 1.5;
}

/* ============ 食はいのち LEAD ============ */
.lead {
  position: relative;
  overflow: hidden;
  background: var(--paper);
  padding: 96px 0;
  min-height: 752px;
}

.lead .inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  padding-left: 0;
  padding-right: 60%;
}

.lead .big {
  writing-mode: vertical-rl;
  font-family: var(--mincho);
  font-weight: 400;
  font-size: 59px;
  letter-spacing: 0.02em;
  color: var(--text);
  line-height: 1;
}

.lead .cols {
  display: flex;
  flex-direction: row-reverse;
  gap: 34px;
  padding-top: 0;
}

.lead .cols p {
  writing-mode: vertical-rl;
  font-family: var(--mincho);
  font-size: 16px;
  letter-spacing: 0.14em;
  line-height: 1;
  color: var(--text);
}

.lead .btnwrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 60%;
}

.lead .band {
  position: absolute;
  top: 96px;
  right: 0;
  width: 60%;
  height: 560px;
  overflow: hidden;
}

/* ============ ABOUT (とは) ============ */
.about {
  position: relative;
  background: #1c2733;
}

.about-bg {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}

.about-bg img,
.about-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.about-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.12) 40%, rgba(0, 0, 0, 0.5) 100%);
}

.about-fg {
  position: relative;
  margin-top: -800px;
  min-height: 200vh;
  z-index: 2;
  padding: 0 96px;
}

.about .brand {
  position: relative;
  padding-top: 120px;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  gap: 28px;
  color: #fff;
}

.about .brand .mark {
  font-family: var(--mincho);
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.about .brand .mark img {
  width: auto;
  height: 40px;
  display: block;
}

.about .brand .en {
  font-size: 37px;
}

.about .brand .ja {
  font-size: 30px;
}

.about .brand .toha {
  font-family: var(--mincho);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}

.about .txt {
  position: relative;
  margin-top: 36vh;
  margin-left: auto;
  z-index: 3;
  color: #fff;
  max-width: 640px;
}

.about .txt h3 {
  font-family: var(--mincho);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.about .txt p {
  font-family: var(--mincho);
  font-size: 16px;
  line-height: var(--lh-body);
  letter-spacing: var(--ls-mincho);
  margin-top: 34px;
  text-wrap: pretty;
}

.about .txt .cta {
  margin-top: 44px;
}

/* ============ 循環 CARDS ============ */
.cycle {
  background: #efefef;
  padding: 240px 0 var(--section-y);
  text-align: center;
}

.cycle h2 {
  font-family: var(--mincho);
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 0.04em;
  color: var(--text);
}

.cycle .desc {
  font-family: var(--mincho);
  font-size: 16px;
  line-height: var(--lh-body);
  letter-spacing: var(--ls-mincho);
  color: var(--text-body);
  margin-top: 28px;
}

.cycle .cards {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 60px auto 0;
  width: min(1416px, 100% - 2 * var(--edge-narrow));
}

.cyc {
  position: relative;
  flex: 1 1 0;
  height: 640px;
  overflow: hidden;
  color: #fff;
  text-align: left;
}

.cyc img {
  position: absolute;
  inset: 0;
}

.cyc::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
}

.cyc .pill {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 2;
  border: 2px solid #fff;
  padding: 6px 14px;
  font-family: var(--gothic);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
}

.cyc .big {
  position: absolute;
  top: 96px;
  left: 32px;
  z-index: 2;
  font-family: var(--mincho);
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.04em;
}

.cyc .cap {
  position: absolute;
  left: 32px;
  bottom: 62px;
  z-index: 2;
  font-family: var(--mincho);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.cyc .arw {
  position: absolute;
  right: 32px;
  bottom: 62px;
  z-index: 2;
}

.cycle .btnwrap {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

/* ============ 生産品 FEATURE ============ */
.pfeat {
  display: grid;
  grid-template-columns: 838fr 602fr;
  position: relative;
  height: 800px;
}

.pfeat .media {
  overflow: hidden;
}

.pfeat .vtitle {
  position: absolute;
  left: 96px;
  top: 96px;
  z-index: 3;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: var(--mincho);
  font-weight: 400;
  font-size: 48px;
  letter-spacing: 0.14em;
  color: #fff;
  line-height: 1.05;
}

.pfeat .vtitle .vt-sp-br {
  display: none;
}

.pfeat .panel {
  background: var(--ink);
  color: #fff;
  padding: 0 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.pfeat .panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0) 55%);
}

.pfeat .panel > * {
  position: relative;
  z-index: 2;
}

.pfeat .panel .kick {
  font-family: var(--gothic);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 1.9;
}

.pfeat .panel h3 {
  font-family: var(--mincho);
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 18px;
}

.pfeat .panel p {
  font-family: var(--mincho);
  font-size: 16px;
  line-height: var(--lh-body);
  letter-spacing: var(--ls-mincho);
  margin-top: 26px;
  text-wrap: pretty;
}

/* ============ 生産品一覧 ============ */
.plist {
  background: #fff;
  padding: var(--section-y) var(--edge) 0;
}

.plist h2 {
  font-family: var(--mincho);
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.04em;
  color: var(--text);
  margin-bottom: 48px;
}

.plist .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 64px;
}

.pcard .thumb {
  overflow: hidden;
  aspect-ratio: 1.3333333333;
  border-radius: 2px;
}
.pcard .thumb > img,
.pcard .thumb > svg,
.pcard .thumb > iframe,
.pcard .thumb > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pcard .head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0 16px;
}

.pcard .head h4 {
  font-family: var(--gothic);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--text);
}

.pcard p {
  font-family: var(--mincho);
  font-size: 14px;
  line-height: var(--lh-body);
  letter-spacing: var(--ls-mincho);
  color: var(--muted);
  text-wrap: pretty;
}

.plist .btnwrap {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

/* ============ 生産品への想い（1枚画像・PC/SP出し分け） ============ */
.omoi {
  background: #fff;
  padding: var(--section-y) 0 0;
}

.omoi .frame {
  position: relative;
  width: min(var(--container), 100% - 2 * var(--edge));
  margin: 0 auto;
  overflow: hidden;
}

.omoi .frame .ph-gray {
  width: 100%;
}

.omoi .m-pc {
  aspect-ratio: 12/5;
}

.omoi .m-sp {
  display: none;
  aspect-ratio: 4/3;
}

.omoi .frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.omoi .enji {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: var(--enji);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding: 48px 64px;
}

.omoi .enji .jp {
  font-family: var(--mincho);
  font-weight: 500;
  font-size: 42px;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
  line-height: 1.5;
}

.omoi .enji .en {
  font-family: var(--mono);
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-left: 3px;
}

/* ============ 農業の未来 ============ */
.mirai {
  position: relative;
  background: #f2f2f2;
  padding: 240px 0 0;
}

.mirai .head {
  display: flex;
  justify-content: center;
  gap: 56px;
  align-items: flex-start;
}

.mirai .vt {
  writing-mode: vertical-rl;
  font-family: var(--mincho);
  font-weight: 400;
  font-size: 56px;
  letter-spacing: 0.02em;
  color: var(--text);
  line-height: 1.5;
}

/* ※ .mirai .lead は class="lead" のため食セクションの .lead を打ち消す */
.mirai .lead {
  font-family: var(--mincho);
  font-size: 16px;
  line-height: var(--lh-body);
  letter-spacing: var(--ls-mincho);
  color: var(--text);
  padding: 80px 0 96px;
  min-height: 0;
  background: none;
  max-width: 560px;
}

.mirai .lead p + p {
  margin-top: 22px;
}

.mirai .cards {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 80px;
  padding: 0 var(--edge);
}

.mcard {
  position: relative;
  flex: 1 1 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  color: #fff;
}

.mcard img,
.mcard .ph-gray {
  position: absolute;
  inset: 0;
}

.mcard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

.mcard span {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mincho);
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-align: center;
  text-indent: 0.14em;
}

.mirai .btnwrap {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  position: relative;
  z-index: 3;
}

.mirai .band {
  height: 363px;
  overflow: hidden;
  margin-top: -90px;
  position: relative;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 55%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 55%);
}

/* ============ お知らせ NEWS ============ */
.news {
  background: #fff;
  padding: var(--section-y) 0 0;
}

.news .card {
  width: min(var(--container), 100% - 2 * var(--edge));
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 48px;
}

.news .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.news h2 {
  font-family: var(--mincho);
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.04em;
}

/* ============ BLOG ============ */
.blog {
  background: #fff;
  padding: var(--section-y) 0 var(--section-y);
  position: relative;
}

.blog-top {
  width: min(var(--container), 100% - 2 * var(--edge));
  margin: 0 auto 26px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.blog .hd h2 {
  font-family: var(--mincho);
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.04em;
  color: var(--text);
}

.blog .more-btm {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.blog .track {
  position: relative;
  overflow: hidden;
  padding-left: max(var(--edge), (100% - var(--container)) / 2);
  padding-right: var(--edge);
}

.blog .swiper-wrapper {
  display: flex;
  box-sizing: content-box;
}

.blog .swiper-slide {
  flex-shrink: 0;
}

.bcard {
  width: 13.0555555556vw;
  cursor: pointer;
}

.bcard .th {
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 20px;
}
.bcard .th > img,
.bcard .th > svg,
.bcard .th > iframe,
.bcard .th > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bcard .th img {
  transition: transform 0.6s ease;
}

.bcard:hover .th img {
  transform: scale(1.05);
}

.bcard p {
  font-family: var(--gothic);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--text);
  line-height: 1.8;
  margin-top: 14px;
  text-wrap: pretty;
  transition: opacity 0.4s ease;
}

.bcard:hover p {
  opacity: 0.45;
}

.blog .arrows {
  display: flex;
  gap: 8px;
}

/* ============ LINK CARDS 2x2 ============ */
.links {
  background: #fff;
  padding: var(--section-y) var(--edge) 0;
}

.links .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 56px;
}

.lcard {
  cursor: pointer;
}

.lcard .th {
  overflow: hidden;
  aspect-ratio: 2;
  border-radius: 10px;
}
.lcard .th > img,
.lcard .th > svg,
.lcard .th > iframe,
.lcard .th > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lcard .th img {
  transition: transform 0.6s ease;
}

.lcard:hover .th img {
  transform: scale(1.05);
}

.lcard .row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.lcard .row h3 {
  font-family: var(--mincho);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--text);
  transition: color 0.3s ease;
}

.lcard:hover .row h3 {
  color: var(--enji);
}

.lcard .row .arw {
  margin-left: auto;
}

.lcard .sub {
  font-family: var(--gothic);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--text);
  margin-top: 4px;
}

/* カードのホバーで、共通の矢印ボタン(.arw)がえんじに変化 */
.pcard,
.cyc {
  cursor: pointer;
}

.pcard:hover .arw,
.cyc:hover .arw,
.lcard:hover .arw {
  background: var(--enji);
}

.pcard:hover .arw svg,
.cyc:hover .arw svg,
.lcard:hover .arw svg {
  stroke: #fff;
}

/* セクションタイトルは共通 initReveal の「文字リビールのみ」を利用（上部罫線/英字は出さない） */
.cycle h2.c-section-title,
.plist h2.c-section-title,
.blog .hd h2.c-section-title,
.news h2.c-section-title {
  padding-top: 0;
}

.cycle h2.c-section-title::after,
.plist h2.c-section-title::after,
.blog .hd h2.c-section-title::after,
.news h2.c-section-title::after {
  content: none;
}

/* ==================== レスポンシブ — SP (≤1023px) ==================== */
@media (max-width: 1023px) {
  /* HERO */
  .hero {
    height: 500px;
  }
  .hero .cap {
    display: block;
    width: 89.333%;
    gap: 0;
    padding: 24px 24px 0;
  }
  .hero .cap .title {
    gap: 14px;
  }
  .hero .cap .title h2 {
    font-size: 24px;
  }
  .hero .cap .title .ar {
    font-size: 18px;
  }
  .hero .cap .sub {
    display: block;
    margin-top: 8px;
    font-size: 13px;
  }
  /* LEAD */
  .lead {
    padding: 96px 0;
    min-height: 0;
  }
  .lead .inner {
    gap: 28px;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  .lead .big {
    font-size: 40px;
  }
  .lead .cols {
    gap: 20px;
  }
  .lead .cols p {
    font-size: 13px;
    letter-spacing: 0.12em;
  }
  .lead .btnwrap {
    margin-top: 44px;
    padding-left: var(--edge);
    padding-right: var(--edge);
    justify-content: center;
  }
  .lead .band {
    position: static;
    width: 100%;
    height: 200px;
    margin-top: 44px;
  }
  /* ABOUT（静的フォールバック：JS無効/reduced-motion時） */
  .about {
    position: relative;
    overflow: hidden;
    background: #1c2733;
  }
  .about-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    top: 0;
  }
  .about-bg::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.62) 100%);
  }
  .about-fg {
    margin-top: 0;
    min-height: 0;
    padding: 48px var(--edge) 48px;
  }
  .about .brand {
    padding-top: 0;
    gap: 16px;
  }
  .about .brand .mark img {
    height: 28px;
  }
  .about .brand .en {
    font-size: 26px;
  }
  .about .brand .ja {
    font-size: 21px;
  }
  .about .brand .toha {
    font-size: 19px;
  }
  /* ABOUT スクロール演出（SP・is-scrub＝JSが付与） */
  .about.is-scrub {
    height: 180vh;
    overflow: visible;
  }
  .about.is-scrub .about-bg {
    inset: auto;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #1c2733;
  }
  .about.is-scrub .about-bg img {
    transform-origin: bottom center;
    will-change: transform;
  }
  .about.is-scrub .about-fg {
    left: 0;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    min-height: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
  }
  .about.is-scrub .about-fg__in {
    padding: 0 var(--edge) 64px;
    will-change: transform;
  }
  .about .txt {
    margin-top: 36px;
    margin-left: 0;
    max-width: none;
  }
  .about .txt h3 {
    font-size: 20px;
  }
  .about .txt p {
    font-size: 14px;
    line-height: 2.1;
    margin-top: 20px;
  }
  .about .txt p br {
    display: none;
  }
  .about .txt .cta {
    margin-top: 28px;
  }
  /* CYCLE */
  .cycle {
    padding: 96px var(--edge) 96px;
  }
  .cycle h2 {
    font-size: 25px;
    line-height: 1.5;
  }
  .cycle .desc {
    font-size: 14px;
    line-height: 1.9;
    margin-top: 18px;
  }
  .cycle .desc br {
    display: none;
  }
  .cycle .cards {
    flex-direction: column;
    gap: 0;
    margin: 34px calc(-1 * var(--edge)) 0;
    width: auto;
  }
  .cyc {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    aspect-ratio: 1/1;
  }
  .cyc .pill {
    top: 20px;
    left: 20px;
    padding: 5px 12px;
    font-size: 13px;
  }
  .cyc .big {
    top: 56px;
    left: 20px;
    font-size: 28px;
  }
  .cyc .cap {
    left: 20px;
    bottom: 22px;
    font-size: 15px;
  }
  .cyc .arw {
    right: 20px;
    bottom: 22px;
  }
  .cycle .btnwrap {
    margin-top: 34px;
  }
  /* FEATURE */
  .pfeat {
    grid-template-columns: 1fr;
    height: auto;
  }
  .pfeat .media {
    aspect-ratio: 4/3;
  }
  .pfeat .vtitle {
    display: block;
    left: 24px;
    top: 24px;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }
  .pfeat .vtitle .vt-sp-br {
    display: inline;
  }
  .pfeat .panel {
    padding: 40px 24px 48px;
  }
  .pfeat .panel .kick {
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 1.8;
  }
  .pfeat .panel h3 {
    font-size: 25px;
    margin-top: 14px;
  }
  .pfeat .panel p {
    font-size: 14px;
    line-height: 1.85;
    margin-top: 20px;
  }
  /* 生産品一覧 */
  .plist {
    padding: 40px var(--edge) 0;
  }
  .plist h2 {
    font-size: 25px;
    margin-bottom: 28px;
  }
  .plist .grid {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 32px;
  }
  .plist .grid .pcard:first-child {
    grid-column: 1/-1;
  }
  .pcard .thumb {
    height: auto;
    aspect-ratio: 4/3;
  }
  .pcard .head {
    gap: 8px;
    margin: 14px 0 9px;
  }
  .pcard .head h4 {
    font-size: 15px;
  }
  .pcard .head .arw {
    margin-left: auto;
    width: 22px;
    height: 22px;
  }
  .pcard p {
    font-size: 12.5px;
    line-height: 1.7;
  }
  .plist .btnwrap {
    margin-top: 44px;
  }
  /* 生産品への想い */
  .omoi {
    padding: 64px 24px;
  }
  .omoi .frame {
    width: auto;
  }
  .omoi .m-pc {
    display: none;
  }
  .omoi .m-sp {
    display: block;
    aspect-ratio: auto;
  }
  .omoi .m-sp img {
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .omoi .enji {
    padding: 24px 20px;
    gap: 14px;
  }
  .omoi .enji .jp {
    font-size: 26px;
  }
  .omoi .enji .en {
    font-size: 12px;
  }
  /* 農業の未来 */
  .mirai {
    padding: 56px var(--edge) 0;
  }
  .mirai .head {
    gap: 24px;
  }
  .mirai .vt {
    font-size: 32px;
    line-height: 1.4;
  }
  .mirai .lead {
    font-size: 13.5px;
    line-height: 1.9;
    padding: 48px 0 64px;
    max-width: none;
  }
  .mirai .lead p + p {
    margin-top: 16px;
  }
  .mirai .cards {
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
    padding: 0;
  }
  .mcard {
    flex: 0 0 auto;
    aspect-ratio: auto;
    height: 200px;
  }
  .mcard span {
    font-size: 24px;
  }
  .mirai .btnwrap {
    margin-top: 40px;
  }
  .mirai .band {
    height: 180px;
    margin: 44px calc(-1 * var(--edge)) 0;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 55%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 55%);
  }
  /* お知らせ */
  .news {
    padding: 56px var(--edge);
  }
  .news .card {
    width: auto;
    padding: 0;
    border-radius: 0;
  }
  .news .top {
    margin-bottom: 22px;
  }
  .news h2 {
    font-size: 23px;
  }
  /* LINK CARDS */
  .links {
    padding: 8px var(--edge) 56px;
  }
  .links .grid {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }
  .lcard .th {
    height: auto;
    aspect-ratio: 16/9;
  }
  .lcard .row {
    gap: 12px;
    margin-top: 16px;
  }
  .lcard .row h3 {
    font-size: 19px;
  }
  .lcard .sub {
    font-size: 13px;
  }
  /* BLOG */
  .blog {
    padding: 8px 0 64px;
  }
  .blog-top {
    margin-bottom: 18px;
  }
  .blog .hd h2 {
    font-size: 24px;
  }
  .blog .track {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 8px;
  }
  .bcard {
    width: 150px;
  }
  .bcard .th {
    border-radius: 16px;
  }
  .bcard p {
    font-size: 13px;
  }
  .blog .arrows {
    display: none;
  }
  .blog .more-btm {
    margin-top: 30px;
    padding: 0 22px;
  }
}