@charset "UTF-8";

.section .headline__title {
    line-height: 1;
  }
  
  .section .headline__title span.en {
    display: block;
    color: #8c8d23;
    font-family: "Inter", sans-serif;
    font-size: 2.7vw;
    font-weight: 800;
    padding-bottom: 1vw;
  }
    
  .section-hero .content {
    position: relative;
  }
  
  .section-hero .imgarea {
    position: relative;
    border-radius: 0 0 0 1.2em;
    overflow: hidden;
  }
  @media only screen and (min-width: 768px) {
    .section-hero .imgarea .swiper-slide{
      width: 100vw;
      height: 56vw;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .section-hero .content {
        margin-top: 16vw;
    }
        .section-hero .imgarea::before {
      height: 75px;
    }
    .section-hero .pagetitle{
      width: 90vw;
      margin: 0 auto;
    }
  }
  
   .section-hero .imgarea .img img {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: 50% 20%;
  } 
  
  .section .section-content {
    padding: 4.6vw 4vw 3.5vw 1vw;
    max-width: 78.6vw;
    margin: 0 auto;
  }
  @media only screen and (min-width: 768px) {
    .section-hero .imgarea .img img {
        max-height: 25vw;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-hero .imgarea .img img {
        width: 97vw;
        margin: 0 0 0 3vw;
    }
    .section .section-content {
      max-width: 90vw;
      padding: 7vw 3vw;
    }

  }
  
.section-hero .txt {
  position: relative;
  /* width: 81vw; */
  /* margin: 3.0vw auto 0; */
  width: 78.6vw;
  margin: 0 auto;
  padding: 3.3vw 4vw 1.2vw 1.4vw;
  align-items: flex-start;
}
  
.section-hero .txt .main-title {
  font-size: 6.8vw;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.06;
  margin: 0 auto;
  color: #8c8d23;
}
.section-hero .txt .main-title-sub {
  font-size: 1.6vw;
  font-weight: 800;
  letter-spacing: 0.1em;
  /* margin: 2vw 0 0; */
  color: #8c8d23;
}
.section-hero .txt .caption {
  padding: 2vw 1vw 0 5.5vw;
}
.section-hero .txt .caption h3{
  font-size: 1.68vw;
  font-weight: 700;
  padding-bottom: 2vw;
}
.section-hero .txt p{
  font-size: 1.2vw;
  letter-spacing: 0.1em;
}

  .section .section-content .headline{
    /* padding: 0.5vw 0.8vw; */
    width: 23vw;
  }

  .section .section-content .headline__title{
    font-size: 1.1vw;
    padding: 0.4vw 0 3.2vw;
  }
  .section .headline__title span {
    /* padding-bottom: 0.7vw; */
    font-weight: 700;
  }
  @media only screen and (max-width: 767px) {
    .section-hero .txt { width: 97vw; margin-top: 6vw;}

    .section-hero .txt .main-title {
        font-size: 13vw;
        /* width: 93vw; */
    }
    .section-hero .txt .main-title-sub {
        font-size: 4.3vw;
        /* margin: 0 2.2vw; */
    }
    .section-hero .txt .caption {
      padding: 13vw 3vw 3vw;
    }
    .section-hero .txt .caption h3{
      font-size: 4.9vw;
      padding-bottom: 6vw;
    }
    .section-hero .txt .caption p{
      font-size: 3.6vw;
    }
  }
  

/*business*/
.section .section-content .headline{
  width: auto;
  text-align: center;
}
.section-business .section-content .headline__title {
  font-size: 1.86vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}
/* .section-business .section-content .dept{
  margin-bottom: 1.2vw;
}
.deptlists li .deptlist-inner {
  width: 72.2vw;
  border-radius: 0.5vw;
  background: #f6f6f6;
  overflow: hidden;
  position: relative;
}
.deptlists li .deptlist-inner > .txt {
  padding: 5vw 5.5vw 4vw;
}
.section-business .headline__title span.en{
  font-size: 0.82vw;
  letter-spacing: 0.00em;
  padding: 1vw 0 2vw;
}
.deptdesc {
  line-height: 1.9;
} */
/* .products {
  background: #fff;
  margin: 0 3vw 8vw;
  padding: 3vw 1vw 4vw;
  border-radius: 0.5vw;
}
.section-business .section-content .products .headline__title {
  font-size: 1.6vw;
  color: #8c8d23;
  padding: 1vw 0 2vw;
} */
.productlist {
  gap: 2.5vw 0.8vw;
  /* justify-content: flex-start; */
  flex-wrap: wrap;
}
.product {
  width: 24vw;
  /* padding: 0 1vw; */
}
/* .productname .name { 
  font-size: 2vw;
} */
/* .productname .en {
  display: block;
  font-size: 0.82vw;
  letter-spacing: 0;
  padding: 1vw 0 2vw;
  color: #c9b294;
} */
.product-inner {
  overflow: hidden;
  transition: all .3s ease;
  border-radius: 0.5vw;
}
.product-inner:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
.product-inner .imgarea {
  text-align: center;
  align-content: center;
}
/* .product-inner .imgarea img {
  max-height: 15vw;
  width: auto;
  max-width: 100%;
} */
.product-inner .txt {
  padding: 1vw 0 1vw 4.4vw;
  /* height: 14vw; */
}
.productname .name {/*落花生*/
  font-size: 1.4vw;
  /* font-weight: 700; */
  color: #795b36;
  position: relative;
}
.productname .en {/*peanut*/
  display: block;
  font-size: 0.82vw;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0vw 0 2vw;
  color: #c9b294;
}
.productdesc {
  letter-spacing: 0.12em;
  font-weight: 400;
}
.arrow {
  background: #54a700;
  width: 1.3vw;
  height: 1.3vw;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.arrow:after {
  border-top: 0.02vw solid #fff;
  border-right: 0.02vw solid #fff;
  position: absolute;
  content: "";
  width: 0.4vw;
  height: 0.4vw;
  display: block;
  transform: rotate(45deg) translate(-50%);
  top: 50%;
  left: calc(50% - 0.2vw);
}
.productname .arrow{  
  top: 50%;
  left: -2vw;
}
/* .deptlist-inner > .arrow {
  left: 50%;
  width: 2vw;
  height: 2vw;
  bottom: 3vw;
  transform: translate(-50%);
}
.deptlist-inner > .arrow:after {
  transform: translate(0%, -10%) rotate(-45deg) scale(1.2);
} */

@media only screen and (min-width: 768px) {
  .product-inner .imgarea{
    height: 17vw;
    padding: 1vw 1.4vw 0;
  }
  .productname{
    height: 6vw;
  }
  
}

/*開閉アニメーション*/
/* .dept,
.dept .imgarea, 
.dept .imgarea img,
.dept .deptname .headline__title,
.deptlists li .deptlist-inner,
.deptlists li .deptlist-inner > .txt,
.dept .deptdesc,
.dept .products,
.dept .deptlist-inner > .arrow{
  transition: all 0.3s ease;
}

.dept,
.dept .imgarea, 
.deptlists li .deptlist-inner,
.dept .deptname .headline__title{
  transition-delay: 0.2s;
}


.dept:not(.active) {
  height: 21vw;
  transition: all 0.3s ease;
}
.deptlists li.dept:not(.active) .deptlist-inner{
  height: 21vw;
  transition: all 0.3s ease;
}
.dept:not(.active) .imgarea {
  height: 21vw;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s ease;
}
.dept:not(.active) .imgarea img{
  filter: brightness(0.7);
  margin-top: -4vw;
  transition: all 0.3s ease;
}
.deptlists li.dept:not(.active) .deptlist-inner > .txt{
  height: 100%;
  align-content: center;
  transition: all 0.3s ease;
}
.dept:not(.active) .deptname .headline__title {
  padding: 2.4vw 0;
  transition: all 0.3s ease 0.1s;
  filter: brightness(0) invert(1);
}
.dept:not(.active) .deptdesc,
.dept:not(.active) .products {
  display: none;
  transition: all 0.3s ease;
}
.dept:not(.active) .deptlist-inner > .arrow{
  bottom: 6vw;
  transition: all 0.3s ease;
}
.dept:not(.active) .deptlist-inner > .arrow:after {
  transform: translate(0%, -50%) rotate(135deg) scale(1.2);
  transition: all 0.3s ease;
} */

@media only screen and (max-width: 767px) {
  section .img img {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .product {
    width: 38vw;
  }
  .product-inner .txt {
    padding: 5vw 2vw 0vw 5vw;
  }  
  .productname .name{
    font-size: 4.3vw;
  }
  .productname .en{
    font-size: 2.4vw;
  }
  .arrow {
    width: 4vw;
    height: 4vw;
  }
  .arrow:after{
    width: 1vw;
    height: 1vw;
    left: calc(50% - 0.5vw);
    border-width: 0.01vw;
    top: 48%;
  }
  .productname .arrow {
    left: -5vw;
  }
  .productlist {
    gap: 6vw;
  }
  .product-inner .imgarea{
    height: 24vw;
  }

}