@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Base */
html {
  scroll-behavior: smooth;
}


@media only screen and (max-width: 1020px) {
    html {

        scroll-padding-top: 80px;
    }
}

body {
  color: #222222;
  background-color: #faf7e6;
  background-attachment: fixed;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;

  background-image: url(https://agurimate-nango.com/wp-content/uploads/2025/07/aguri-bg-00.png);
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  scrollbar-width: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    body::before{
        background-attachment: unset;
        background-position: right;
        background-repeat: no-repeat;
        background-image: url(https://www.maivoiceover.com/wp-content/uploads/2024/11/bgi-sp.png);
    }
}

p {
  line-height: 1.5rem;
  letter-spacing: 0.05em;
  color: #034D0C;
}

a {
  text-decoration: none;
  /* display: block; */
  color: #fff;
}

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

span {
  line-height: 1.4;
}

img {
  max-width: 100%;
}

div img {
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  overflow: hidden;
  vertical-align: top;
  display: block;
  border-radius: 3px;
}

strong {
  font-size: 1.8rem;
  font-weight: 800;
  color: #df0011;
}


.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.has-image {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 70%;
}

.has-image .has-images-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.item-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
}

.deco {}

@media screen and (max-width: 1280px) {
  .container {
    width: 992px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
.section {
  padding: 75px 0;
}

@media screen and (max-width: 1280px) {
  .section {
    padding: 65px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 55px 0;
  }
}
@media screen and (max-width: 796px) {
  .section {
    padding: 55px 0;
  }
  .sp-section-bottom-s {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.max-img {
  width: 100%;
}

.max-img img {
  width: 100%;
}


.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.br {
  border-radius: 7px;
}

ul li p {
  cursor: pointer;
  color: #034D0C;
}

.section-inner {
  padding: 35px 0;
}

h2 {
  font-weight: bold;
}

h3 {
  font-weight: normal;
  line-height: 1.2;
}

.large-text {
  font-size: 5rem;
}

.cw {
  color: #fffffc !important;
}

.pink {
  color: #E1068E !important;
}

small {
  font-weight: 400 !important;
}

.border-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 3px;
  border: solid 2px #fffffc;
}

.border-blk {
  border: solid 2px #222;
}

.sec-title {
  font-size: 37px;
  margin-bottom: 5rem;
}
.sec-title h2{
  position: relative;
  padding-bottom: 2rem;
  overflow: hidden;
  font-weight: bold;
}

.sec-title h2:before,
.sec-title h2:after {
    position: absolute;
    width: 100%;
    bottom: 0;
    content: '';
}

.sec-title h2:before {
    border-bottom: 5px solid #E1068E;
}

.sec-title h2:after {
    border-bottom: 5px solid #C7C7C7;
}

@media only screen and (max-width: 768px) {
  .sec-title {
    font-size: 28px;
    margin-bottom: 45px;
  }
  .sec-title h2{
  }
  
  .sec-title h2:before,
  .sec-title h2:after {

  }
  
  .sec-title h2:before {
  }
  
  .sec-title h2:after {
  }
}


/* ヘッダー */

 header {
  padding: 26px 0;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

  background-color: #ffffffcd;
  backdrop-filter: blur(10px);
  /* width: 97%; */
  margin: 0 auto;
  /* margin-top: 13px; */
  border-radius:0 0 30px 30px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 0 20px;
}

/* ロゴ */
.logo {
  flex: 1;
  max-width: 260px;
}

.logo a {
  text-decoration: none;
  color: #4a8f43;  /* 緑色 */
  font-size: 28px;
  font-weight: bold;
}

/* ナビゲーション */
.nav-menu {
  flex: 2;
  display: flex;
  justify-content: flex-end;
}

.nav-menu ul {
  display: flex;
  list-style: none;
}

.nav-menu li {
  margin-left: 40px;
  position: relative;
}

.nav-menu a {
  text-decoration: none;
  color: #034D0C;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: color 0.3s;
}

.nav-menu a:hover {
  color: #4a8f43;  /* 緑色 */
}

.nav-menu .jp-text {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 3px;
}

.nav-menu .en-text {
  font-size: 10px;
  color: #4a8f43;  /* 緑色 */
}

.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #04330a;
  margin: 5px 0;
}

/* アニメーション設定 */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeOut {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(-10px); }
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
  header {
    padding: 17px 0;
    border-radius: 0 0 16px 16px;
  }
  .header-container {
    width: 100%;
    padding: 0 20px;
  }
  .nav-menu {
      display: none;  /* モバイルでは非表示 */
      opacity: 0;
      flex-direction: column;
      position: absolute;
      top: 0px;
      left: 0;
      width: 100%;
      height: 100vh;
      justify-content: center;
      background-color: #fff;
      padding: 20px;
      box-shadow: 0 5px 10px rgba(0,0,0,0.1);
      z-index: 1;
  }

  .nav-menu .jp-text {
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: 500;
  }
  .nav-menu .en-text {
    font-size: 14px;
    
  }
  
  .nav-menu.active {
      display: flex;
      animation: fadeIn 0.3s ease-in-out forwards;
  }
  
  .nav-menu.closing {
      display: flex;
      animation: fadeOut 0.3s ease-in-out forwards;
  }
  
  .nav-menu ul {
      flex-direction: column;
      width: 100%;
  }
  
  .nav-menu li {
      margin: 10px 0;
      text-align: center;
      opacity: 0;
      animation: fadeIn 0.3s ease-in-out forwards;
      animation-delay: calc(0.1s * var(--item-index));
  }
  
  .nav-menu.active li:nth-child(1) { --item-index: 1; }
  .nav-menu.active li:nth-child(2) { --item-index: 2; }
  .nav-menu.active li:nth-child(3) { --item-index: 3; }
  .nav-menu.active li:nth-child(4) { --item-index: 4; }
  
  .hamburger {
      display: block;
  }
  .logo {
    flex: 1;
    max-width: 170px;
  }
  
  .logo a {
      font-size: 22px;  /* モバイルでは小さく */
  }
}

/* メインコンテンツのプレースホルダー */

@media screen and (max-width: 1280px) {
  .container {
    width: 992px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

/* メインビジュアル */
.main-visual {
  position: relative;
  width: 100%;
  height: 88vh;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.swiper-slide:nth-child(1) {
  background-image: url('https://agurimate-nango.com/wp-content/uploads/2025/06/top-01-scaled.jpg');
}

.swiper-slide:nth-child(2) {
  background-image: url('https://agurimate-nango.com/wp-content/uploads/2025/06/top-02-scaled.jpg');
}

.swiper-slide:nth-child(3) {
  background-image: url('https://agurimate-nango.com/wp-content/uploads/2025/06/top-03.jpg');
}

.content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.logo-text {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  z-index: 20;
  white-space: nowrap;
}

.main-text {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.sub-text {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 2px;
  margin-left: 80px;
}

.info-section {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 20;
  pointer-events: auto;
}

.info-header {
  background: rgba(144, 238, 144, 0.9);
  color: #333;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
  display: inline-block;
}

.info-list {
  background: white;
  border-radius: 0 8px 8px 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  min-width: 400px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
  line-height: 1.4;
}

.info-item:last-child {
  border-bottom: none;
}

.info-category {
  background: #FFA500;
  color: white;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 11px;
  margin-right: 12px;
  white-space: nowrap;
  font-weight: bold;
}

.info-category.center {
  background: #4CAF50;
}

.info-date {
  color: #666;
  margin-right: 12px;
  font-weight: bold;
  white-space: nowrap;
}

.info-text {
  color: #333;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.info-important {
  color: #e74c3c;
  font-weight: bold;
}

/* Swiperのペジネーション（インジケーター）をカスタマイズ */
.swiper-pagination {
  bottom: 20px !important;
  right: 40px !important;
  left: auto !important;
  width: auto !important;
  text-align: right;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important;
  margin: 0 4px !important;
}

.swiper-pagination-bullet-active {
  background: white !important;
}

@media (max-width: 768px) {
  .main-visual {
      height: 66vh;
  }
  
  .logo-text {
    width: 80%;
      top: 60px;
  }
  
  .main-text {
      font-size: 24px;
  }
  
  .sub-text {
      font-size: 18px;
      margin-left: 40px;
  }
  
  .info-section {
      bottom: 20px;
      left: 20px;
      right: auto;
  }
  
  .info-list {
      min-width: auto;
      max-width: calc(100vw - 40px);
  }

  .info-item:nth-child(n+2) {
      display: none;
  }

  .swiper-pagination {
      right: 20px !important;
  }
}


/* 最新情報 */

.news-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  border-radius: 40px;
  background-color: #F6F6F6;
}

.news-title {
  color: #009933;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: normal;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: fit-content;
  margin: 0 auto;
}

.news-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}

.news-badge {
  color: #009933;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 3px;
}

.news-date {
  color: #034D0C;
  font-weight: bold;
  min-width: 120px;
}

.news-content {
  color: #034D0C;
  flex: 1;
}

.news-content a {
  color: #007830;
  text-decoration: none;
}

.news-content a:hover {
  text-decoration: underline;
}

/* Responsive styles */
@media (max-width: 768px) {
  .news-item {
      padding-bottom: 15px;
      border-bottom: 1px solid #e0e0e0;
  }
  
  .news-content {
      width: 100%;
      margin-top: 5px;
  }
}


/* 理念 */
.phy-container {
  display: flex;
  margin: 0 auto;
  margin-top: 3rem;
  align-items: center;
}

.image-column {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.image-container {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  /* height: 320px; */
  /* object-fit: cover; */
}

.content-section {
  width: 50%;
  text-align: center;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.title .green {
  color: #007830;
}

.title .orange {
  color: #FF8C00;
}

.description {
  line-height: 2;
  margin-bottom: 1.5rem;
}

.button {
  background-color: #12941d;
  color: white;
  padding: 20px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1rem;
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  align-self: center;
}

.button::after {
  content: "▼";
  margin-left: 10px;
  font-size: 0.8rem;
}

/* Responsive styles */
@media (max-width: 992px) {
  .phy-container {
      flex-direction: column;
  }
  
  .image-column {
      width: 100%;
      flex-direction: row;
      gap: 15px;
  }
  
  .image-container {
      width: 48%;
  }
  
  .content-section {
      width: 100%;
      padding: 40px 20px;
  }
}

@media (max-width: 768px) {
  .image-container {
      width: 100%;
      margin-bottom: 0px;
  }
  
  .title {
      font-size: 1.8rem;
      margin-bottom: 1rem;
  }
  
  .description {
      font-size: 12px;
  }
  .button {
    margin-top: 0;
  }
}


/* アグリについて */
.about-container {
  background: #12941d;
  margin: 0 auto;
  border-radius: 77px;
  padding: 130px 0px;
  box-shadow: 2px 0px 14px #454545b0;
}

.about-header {
  display: flex;
  margin-bottom: 6rem;
  align-items: center;
}

.about-image {
  width: 40%;
  padding-right: 30px;
}

.about-image img {
  width: 100%;
  border-radius: 30px;
}

.about-intro {
  width: 60%;
  color: #fff;
}

.about-nav {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  font-size: 14px;
}

.about-nav span {
  color: #fff;
}

.about-nav a {
  color: #ffcc00;
  text-decoration: none;
  margin-left: 5px;
}

.about-title {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: normal;
}

.about-text {
  margin-bottom: 15px;
  color: #fff;
}

.content-box {
  background-color: #f8f7f0;
  border-radius: 40px;
  padding: 100px 60px;
}

.feature-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
}
.feature-section:last-child {
  margin-bottom: 0px;
}

.feature-content {
  width: 68%;
  padding-right: 30px;
}

.feature-image {
  width: 22%;
}

.feature-image img {
  width: 100%;
  border-radius: 8px;
}

.feature-title {
  color: #009933;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}

.feature-text {
  margin-bottom: 15px;
}

/* Responsive styles */
@media (max-width: 992px) {
  .about-container {
    border-radius: 47px;
    padding: 85px 0px;
  }
  .about-header {
      flex-direction: column;
      margin-bottom: 3rem;
  }
  
  .about-image, .about-intro {
      width: 100%;
      padding-right: 0;
  }
  
  .about-image {
      margin-bottom: 30px;
  }
  
  .feature-section {
      flex-direction: column-reverse;
  }
  
  .feature-content, .feature-image {
      width: 100%;
      padding-right: 0;
  }
  
  .feature-image {
      margin-bottom: 20px;
  }
  .content-box {
    padding: 35px 30px;
  }
}

 /* コミット部分 */
 .commit {
  padding: 20px 0px 120px;
  text-align: center;
}

.commit-label {
  color: #12941d;
  font-size: 14px;
  margin-bottom: 60px;
  font-weight: normal;
  text-align: left;
}

.commit-title {
  width: 66%;
  margin: 0 auto;
}

/* アイデア共通スタイル */
.idea {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.idea-content {
  position: relative;
  z-index: 2;
  padding: 60px;
  width: 50%;
  color: white;
  text-align: left;
}

.idea-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.idea-number {
  font-size: 72px;
  font-weight: bolder;
  color: #fff;
  margin-bottom: 15px;
}

.idea-title {
  font-size: 55px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: bolder;
  line-height: 1.4;
}

.idea-text {
  color: #fff;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 25px;
  font-weight: 300;
}

/* アイデア01 - 青みがかったオーバーレイ */
.idea-01 {
  background-image: url('../img/commit-01.png');
  border-radius: 77px 77px 0 0;
  box-shadow: 0px -3px 14px #00000063;
}

.idea-overlay {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.98), rgba(17, 17, 17, 0.55));
}

.idea-01 .idea-overlay {
  border-radius: 77px 77px 0 0;
}

.idea-01 .idea-content {
  margin-left: 60px;
}

/* アイデア02 - 暖かみのあるオーバーレイ */
.idea-02 {
  background-image: url('../img/commit-02.png');
}

.idea-02 .idea-overlay {
}

.idea-02 .idea-content {
  margin-left: 60px;
}

/* アイデア03 - 明るいオーバーレイ */
.idea-03 {
  background-image: url('../img/commit-03.png');
  border-radius:0 0  77px 77px;
  box-shadow: 0px 2px 10px #000000ad;
}

.idea-03 .idea-overlay {
  border-radius:0 0  77px 77px;
}

.idea-03 .idea-content {
  margin-left: 60px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .commit {
      padding: 0px 0px 50px;
  }
  
  .commit-title {
      font-size: 36px;
  }
  
  .idea-content {
      padding: 40px 30px;
      width: 88%;
      max-width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important;
  }
  
  .idea-number {
      font-size: 56px;
  }
  
  .idea-title {
    margin-bottom: 20px;
      font-size: 33px;
  }
  
  .idea-text {
      font-size: 14px;
  }
  .idea {
    min-height: 80vh;
  }
  .idea-01 {
    border-radius: 47px 47px 0 0;
  }
  .idea-01 .idea-overlay {
    border-radius:47px 47px 0 0;
  }
  .idea-03 {
    border-radius: 0 0 47px 47px;
  }
  .idea-03 .idea-overlay {
    border-radius:0 0  47px 47px;
  }
}

@media (max-width: 480px) {
  .commit-title {
    width: 91%;
  }
  
  .idea-content {
      padding: 30px 20px;
  }
  
  .idea-number {
      font-size: 48px;
  }
  
  .idea-title {
  }
}

/* フェードエフェクト */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* 生産者紹介 */
.famars-container {
  margin: 0 auto;
  position: relative;
}

.famars-header {
  text-align: left;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.famars-breadcrumb {
  font-size: 14px;
  color: #12941d;
  margin-bottom: 30px;
}

.famars-title {
  font-size: 32px;
  font-weight: bold;
  color: #12941d;
  text-align: center;
}

.famars-carousel-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px 60px;
}

.famars-producers {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
  /* min-width: calc(100% + 240px); */
  justify-content: center;
  cursor: grab;
  user-select: none;
}

.famars-producers:active {
  cursor: grabbing;
}

.famars-producer-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  flex: 0 0 320px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.famars-producer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.famars-producer-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.famars-producer-info {
  padding: 20px;
}

.famars-producer-name {
  font-size: 20px;
  font-weight: bold;
  color: #04330a;
  margin-bottom: 5px;
}

.famars-producer-farm {
  font-size: 12px;
  color: #12941d;
  margin-bottom: 15px;
}

.famars-producer-description {
  font-size: 14px;
  color: #04330a;
  line-height: 1.6;
  margin-bottom: 20px;
}

.famars-producer-button {
  width: 100%;
  background: #12941d;
  color: white;
  border: none;
  border-radius: 15px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.famars-producer-button:hover {
  background: #3a5f47;
}

.famars-nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s ease;
  z-index: 10;
}

.famars-nav-button:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-50%) scale(1.1);
}

.famars-nav-button:disabled {
  opacity: 0.7;
  cursor: pointer;
}

.famars-nav-button:disabled:hover {
  transform: translateY(-50%) scale(1.1);
  background: rgba(0, 0, 0, 0.9);
}

.famars-nav-prev {
  left: 10px;
}

.famars-nav-next {
  right: 10px;
}

.famars-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.famars-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.famars-indicator.active {
  background: #12941d;
}

.famars-background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-image: url('/api/placeholder/1200/400');
  background-size: cover;
  background-position: center;
  z-index: -1;
}

@media (max-width: 768px) {
  .famars-carousel-wrapper {
      padding: 0 20px;
  }
  
  .famars-producer-card {
      flex: 0 0 280px;
  }
  
  .famars-nav-button {
      width: 40px;
      height: 40px;
      font-size: 18px;
  }
  
  .famars-nav-prev {
      left: -10px;
  }
  
  .famars-nav-next {
      right: -10px;
  }
  
  .famars-title {
      font-size: 24px;
  }
}

@media (max-width: 480px) {
  .famars-carousel-wrapper {
      padding: 0;
  }
  
  .famars-producer-card {
      flex: 0 0 260px;
  }
  
  .famars-nav-button {
      display: none;
  }
  
  .famars-producers {
    padding: 15px 0;
      overflow-x: auto;
      scrollbar-width: none;
      -ms-overflow-style: none;
  }
  
  .famars-producers::-webkit-scrollbar {
      display: none;
  }
}

.simple-support-section {
  background-color: #ffd879;
  padding: 60px 20px;
  margin: 4rem 0;
  box-shadow: 1px 1px 10px #00000024;
}

.support-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2つのカラム */
  align-items: center; /* 垂直方向中央揃え */
  gap: 50px; /* カラム間の余白 */
  max-width: 1100px;
  margin: 0 auto;
}

.support-image {
  width: 100%;
  height: auto;
  border-radius: 16px; /* 画像の角を丸める */
  display: block;
}

.support-info .support-tag {
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.1em; /* 文字間隔 */
  margin-bottom: 8px;
}

.support-info .support-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.support-info .support-description {
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0 0 30px 0;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-list .icon {
  width: 24px;
  height: 24px;
}

.contact-list a {
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.contact-list a:hover {
  opacity: 0.7;
}

/* レスポンシブ対応 (800px以下) */
@media (max-width: 800px) {
  .support-grid-container {
      grid-template-columns: 1fr; /* 1カラムレイアウトに変更 */
      gap: 40px;
  }
  .support-info .support-title {
  font-size: 18px;
}
.support-info .support-description {
  font-size: 14px;
}
  .support-info {
      text-align: center; /* スマホではテキストを中央揃えに */
  }
  .contact-list {
      align-items: center; /* 連絡先リストも中央揃え */
  }
}

/* お問い合わせ */
.contact {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.contact__title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #12941d;
  margin-bottom: 5rem;
}

.contact__form {
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact__field {
  margin-bottom: 30px;
}

.contact__label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #034D0C;
}

.contact__required {
  background-color: #e74c3c;
  color: white;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 10px;
  font-weight: normal;
}

.contact__input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background-color: #f8f8f8;
  transition: border-color 0.3s, background-color 0.3s;
}

.contact__input:focus {
  outline: none;
  border-color: #2d5016;
  background-color: white;
}

.contact__textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background-color: #f8f8f8;
  min-height: 200px;
  resize: vertical;
  font-family: inherit;
  transition: border-color 0.3s, background-color 0.3s;
}

.contact__textarea:focus {
  outline: none;
  border-color: #12941d;
  background-color: white;
}

.contact__footer {
  margin-top: 30px;
  text-align: center;
}

.contact__recaptcha {
  font-size: 12px;
  color: #666;
  margin-bottom: 20px;
}

.contact__links {
  font-size: 12px;
  color: #666;
  margin-bottom: 30px;
}

.contact__links a {
  color: #2d5016;
  text-decoration: none;
}

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

.contact__submit {
  background-color: #2d5016;
  color: white;
  padding: 12px 40px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact__submit:hover {
  background-color: #1f3a0f;
}

@media (max-width: 768px) {
  .contact {
      padding: 0px;
       width: 100%;
       margin-bottom: 20px;
  }

  .contact__form {
      padding: 20px;
  }

  .contact__title {
      font-size: 24px;
  }
}

/* フッター */
.footer {
  background-color: #12941d;
  color: white;
  padding: 110px 20px;
  border-radius: 77px 77px 0 0;
  box-shadow: 2px 0px 8px #454545c7;
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.footer__social {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer__social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s;
}

.footer__social-link:hover {
  opacity: 0.8;
}

.footer__social-icon {
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__social-icon--facebook {
  background-color: #1877f2;
}

.footer__social-icon--instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.footer__social-icon--x {
  background-color: #000;
}

.footer__social-icon--email {
  background-color: #c70a0a;
}

.footer__company-name {
  max-width: 345px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
}

.footer__nav {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.footer__nav-link {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: opacity 0.3s;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.footer__nav-link:hover {
  opacity: 0.8;
  border-bottom-color: white;
}

.footer__privacy {
  margin-bottom: 20px;
}

.footer__privacy-link {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.3s;
}

.footer__privacy-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.footer__copyright {
  text-align: right;
  font-size: 12px;
  opacity: 0.8;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .footer {
    padding: 65px 0;
    border-radius: 47px 47px 0 0;

  }
  .footer__top {
      flex-direction: column;
      gap: 20px;
  }

  .footer__social {
      flex-wrap: wrap;
      gap: 15px;
  }

  .footer__company-name {
    max-width: 220px;
      text-align: center;

  }

  .footer__nav {
      flex-direction: column;
      gap: 15px;
  }

  .footer__copyright {
      text-align: center;
  }
}

@media (max-width: 480px) {
  .footer__social {
      justify-content: left;
  }

  .footer__social-link {
      font-size: 14px;
  }
}


/* 生産者紹介ページ */
 .parson-hero {
  position: relative;
  height: 310px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/parson-bg.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parson-hero-title {
  color: white;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* メインコンテンツ */
.parson-content {
  margin: 60px auto;
  padding: 0 20px;
}

/* 生産者プロフィール */
.parson-profile {
  display: flex;
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 7rem;
}

.parson-image {
  flex: 1;
  min-height: 350px;
}
.parson-image-01 {
  background: url('../img/farmer-01.jpg') center/cover;
}
.parson-image-02 {
  background: url('../img/farmer-02.jpg') center/cover;
}
.parson-image-03 {
  background: url('../img/farmer-03.jpg') center/cover;
}


.parson-info {
  flex: 1;
  padding: 40px;
}

.parson-category {
  color: #4CAF50;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.parson-name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.parson-description {
  line-height: 1.8;
  margin-bottom: 20px;
}

/* 動画セクション */
.parson-video {
  margin-bottom: 7rem;
}

.parson-video-container {
  position: relative;
  width: 100%;
  height: 650px;
  background: #000;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.parson-video-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
}

/* 商品グリッド */
.parson-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.parson-product-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.parson-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.parson-product-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

.parson-tomato {
  background: url('../img/bege-01.png') center/cover;
}

.parson-carrot {
  background: url('../img/bege-02.png') center/cover;
}

.parson-komatsuna {
  background: url('../img/bege-03.png') center/cover;
}

.parson-product-content {
  padding: 25px;
}

.parson-product-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.parson-product-description {
  color: #4CAF50;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .parson-hero-title {
      font-size: 2rem;
  }

  .parson-profile {
      flex-direction: column;
  }

  .parson-image {
    min-height: 200px;
  }

  .parson-info {
      padding: 30px 20px;
  }

  .parson-name {
      font-size: 1.5rem;
  }

  .parson-video-container {
      height: 250px;
  }

  .parson-products {
      grid-template-columns: 1fr;
      gap: 20px;
  }
}

/* 詳細セクション */
.parson-details {
  display: grid;
  gap: 40px;
  margin-bottom: 80px;
}

.detail-section {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.detail-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #4CAF50, #45a049);
}
.detail-section::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #4CAF50, #45a049);
}

.detail-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
  padding-left: 20px;
  position: relative;
}

.detail-text {
  line-height: 1.9;
  color: #555;
  font-size: 1.05rem;
  padding-left: 20px;
}

.detail-text p {
  margin-bottom: 20px;
}

.detail-text p:last-child {
  margin-bottom: 0;
}
 /* 認証バッジ */
 .certification-badges {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.badge {
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.organic-jas {
  background: linear-gradient(135deg, #2E7D32, #4CAF50);
  box-shadow: 0 2px 10px rgba(76, 175, 80, 0.3);
}

.moa-cert {
  background: linear-gradient(135deg, #1976D2, #2196F3);
  box-shadow: 0 2px 10px rgba(33, 150, 243, 0.3);
}

@media (max-width: 768px) {
  .detail-title {
    font-size: 1.2rem;
  }
  .detail-section {
    padding: 25px 10px;
  }
}

/* 商品グリッド */
.products-grid {
  margin-top: 30px;
}

.product-category {
  margin-bottom: 35px;
}

.product-category:last-child {
  margin-bottom: 0;
}

.product-category h4 {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #4CAF50;
  display: inline-block;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-tag {
  background: linear-gradient(135deg, #E8F5E8, #F1F8E9);
  color: #2E7D32;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  border: 1px solid #C8E6C9;
  transition: all 0.3s ease;
  cursor: default;
}

.product-tag:hover {
  background: linear-gradient(135deg, #C8E6C9, #DCEDC8);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.2);
}

/* pc＆sp表示切替 */
.pc {
  display: block;
}

.sp {
  display: none;
}
.tab-pc {
  display: block;
}

.tab-sp {
  display: none;
}

@media screen and (max-width: 1020px) {
  /* pc＆sp表示切替 */
.tab-pc {
  display: none;
}

.tab-sp {
  display: block;
}
}
@media screen and (max-width: 992px) {
  /* pc＆sp表示切替 */
.pc {
  display: none;
}

.sp {
  display: block;
}
.sp-none {
  display: none;
}
}