@charset "utf-8";
/* TOP */
:root{
  --swiper-pagination-bullet-width: 20px;
  --swiper-pagination-bullet-size: 20px;
  --swiper-pagination-bullet-horizontal-gap: 10px;
  --swiper-pagination-bottom: 35px;
}
@media screen and (max-width: 1023px){
  :root{
    --swiper-pagination-bullet-width: 13px;
    --swiper-pagination-bullet-size: 13px;
    --swiper-pagination-bullet-horizontal-gap: 7px;
    --swiper-pagination-bottom: 15px;
  }
}
@media screen and (max-width: 767px){
  :root{
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-pagination-bottom: 10px;
  }
}
#top #left-text p{
  top: 29vw;
}
#top .top-mv{
  padding: 0 0 0 50px;
}
#top .top-mv .swiper-box{
  position: relative;
}
#top .top-mv .mv-catch{
  position: absolute;
  left: 7%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  color: #fff;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 50%;
}
#top .top-mv .mv-catch .mv-catch_main{
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 38px;
  margin-bottom: 50px;
  color: #fff;
}
#top .top-mv .mv-catch .mv-catch_main div{
  display: block;
  white-space: nowrap;
}
#top .top-mv .mv-catch .mv-catch_red{
  font-weight: 500;
  font-size: 2.0rem;
  letter-spacing:0.4em; 
  color: #E60020;
  font-family: var(--font-family-en);
  margin-bottom: 41px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transition: 1s;
}
#top .top-mv .mv-catch .mv-catch_sub{
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.25em;
  white-space: nowrap;
  display: inline-block;
  clip-path: inset(0 100% 0 0);
  transition: 1s;
  line-height: 1.2;
}
#top .top-mv .swiper-slide img, #top .top-mv .swiper-slide video{
  border-radius: 0 0 0 100px;
  /* max-height:  980px;*/
  width: 100%;
}
#top .top-mv .swiper-slide{
  border-radius: 0 0 0 100px;
  overflow: hidden;
}
#top .top-mv .swiper-pagination{
  left: 190px;
  text-align: left;
} 
#top .top-mv .swiper-pagination-bullet{
  background: #fff;
}
#top .top-mv .swiper-pagination-bullet-active{
  background: #FFE8C5;
}
#top .top-mv .scrollbar{
  position: absolute;
  bottom: -40px;
  left: 5%;
  z-index: 3;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
#top .top-mv .scrollbar span{
  font-family: var(--font-family-en);
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  color: var(--sub-color03);
  margin-bottom: 3px;
}
#top .top-mv .scrollbar .scrollbar_line{
  background: var(--sub-color03);
  width: 1px;
  height: 68px;
  animation: slide_line 3.0s infinite ease-in both;
}
@keyframes slide_line {
  0%{
    transform-origin: top;
    transform: scaleY(0);
}
45%{
    transform-origin: top;
    transform: scaleY(1);
}
55%{
    transform-origin: bottom;
    transform: scaleY(1);
}
100%{
    transform-origin: bottom;
    transform: scaleY(0);
}
}
#top .top-mv .scrollbar .scrollbar_dot{
  background: var(--sub-color03);
  width: 3px;
  height: 3px;
  border-radius: 3px;
  animation: blink 3.0s infinite ease-in;
  animation-delay: 0.2s;
}
@keyframes blink{
  0% {opacity:0;}
  50% {opacity:0;}
  100% {opacity:1;}
}
#top .top-mv .mv-catch .mv-catch_main div{
  overflow: hidden;
}
#top .top-mv .mv-catch .mv-catch_main span {
  display: block;
  font-weight: bold;
  letter-spacing: .06em;
  margin: 0;
  letter-spacing: 15px;
  transform: translateY(2em);
  transition: 1.5s;
  line-height: 1;
}
@media screen and (max-width: 1023px){
  #top #left-text p{
    color: #fff;
    top: 45vw;
  }
  #top .top-mv{
    padding: 0;
  }
  #top .top-mv .mv-catch{
    top: auto;
    bottom: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  #top .top-mv .mv-catch .mv-catch_main{
    gap: 27px;
    margin-bottom: 34px;
    font-size: 3.4rem;
    letter-spacing: 12.24px;
    margin-left: 20px;
  }
  #top .top-mv .mv-catch .mv-catch_red{
    margin-bottom: 35px;
    letter-spacing: 5.25px;
  }
  #top .top-mv .mv-catch .mv-catch_sub{
    font-size: 1.2rem;
  }
  #top .top-mv .swiper-slide img, #top .top-mv .swiper-slide video{
    border-radius: 0 0 0 70px;
  }
  #top .top-mv .swiper-slide{
    border-radius: 0 0 0 70px;
    overflow: hidden;
  }
  #top .top-mv .swiper-pagination{
    left: 0;
    right:0;
    margin: 0 auto;
    text-align: center;
  }
  #top .top-mv .scrollbar .scrollbar_line{
    height: 65px;
  }
}
@media screen and (max-width: 767px){
  #top #left-text p{
    top: 68vw;
  }
  #top .top-mv .mv-catch{
    height: auto;
  }
  #top .top-mv .mv-catch .mv-catch_main{
    margin-bottom: 27px;
    font-size: 2.6rem;
    line-height: 1;
    gap: 20px;
    margin-left: 15px;
  }
  #top .top-mv .mv-catch .mv-catch_main span{
    letter-spacing: 8.32px;
  }
  #top .top-mv .mv-catch .mv-catch_sub{
    text-align: center;
    line-height: 1.8;;
  }
  #top .top-mv .mv-catch .mv-catch_red{
    letter-spacing: 3px;
    font-size: 1.3rem;
  }
  #top .top-mv .swiper-slide img, #top .top-mv .swiper-slide video{
    border-radius: 0 0 0 50px;
  }
  #top .top-mv .swiper-slide{
    border-radius: 0 0 0 50px;
    overflow: hidden;
  }
  #top .top-mv .scrollbar{
    font-size: 0.9rem;
  }
  #top .top-mv .scrollbar span{
    font-size: 0.9rem;
  }
}

#top .top-concept .concept-title{
  position: absolute;
  top: -170px;
  right:7%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  z-index: 5;
}
#top .top-concept .concept-title img{
  animation: 10s linear infinite rotation1;
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
#top .top-concept .concept-title h2{
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.3em;
  color: var(--font-color-heading);
}
#top .top-concept .flex-wrapper{
  gap: 40px;
  max-width: 1024px;
  margin-bottom: 80px;
  background-repeat: no-repeat;
  position: relative;
  align-items: center;
}
#top .top-concept .flex-wrapper.reverse{
  margin-left: auto;
  margin-right: 0;
}
#top .top-concept .bg-circle01{
  top: 80px;
  left: 130px;
}
#top .top-concept .bg-circle02{
  bottom: -80px;
  right: 275px;
}
#top .top-concept .bg-circle03{
  bottom: -80px;
  left: -60px;
}
#top .top-concept .flex-wrapper img{
  border-radius: 30px;
}
#top .top-concept .flex-wrapper .block{
  flex: 1;
}
@media (min-width: 1024px) and (max-width: 1440px){
  #top .top-concept .concept-title{
    right: 2%;
  }
}
@media screen and (min-width: 1024px){
  #top .top-concept .flex-wrapper{
    width: 85%;
  }
  #top .top-concept .flex-wrapper img{
    max-width: 587px;
    width: 58%;
  }
  #top .top-concept .flex-wrapper .block{
    min-width: 365px;
  }
}
@media screen and (max-width: 1023px){
  #top .top-concept{
    padding: 104px 0 70px;
  }
  #top .top-concept .concept-title{
    top: -200px;  
  }
  #top .top-concept .flex-wrapper{
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
    width: 70%;
  }
  #top .top-concept .flex-wrapper img{
    border-radius: 25px;
  }
  #top .top-concept .bg-circle01{
    top: 80px;
    left: 150px;
    width: 55vw;
  }
  #top .top-concept .bg-circle02{
    top: 80px;
    right: 175px;
    width: 55vw;
  }
  #top .top-concept .bg-circle03{
    bottom: auto;
    top: 104px;
    left: 138px;
    width: 55vw
  }  
}
@media screen and (max-width: 767px){
  #top .top-concept{
    padding-bottom: 75px;
    padding-top: 40px;
  }
  #top .top-concept .concept-title{
    position: relative;
    top: 0;
    right: auto;
  }
  #top .top-concept .concept-title img{
    position: absolute;
    width: 118px;
    top: -99px;
    right: -26px;
  }
  #top .top-concept .concept-title h2{
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
  #top .top-concept .flex-wrapper{
    width: 100%;
    margin-bottom: 15%;
  }
  #top .top-concept .flex-wrapper .block{
    padding: 0 10px;
  }
  #top .top-concept .flex-wrapper img{
    border-radius: 0 30px 30px 0;
    max-width: calc(100% + 15px);
    margin: 0 auto 0 -15px;
  }
  #top .top-concept .flex-wrapper.reverse img{
    border-radius: 30px 0 0 30px;
    margin-left: auto;
    margin-right: -15px;
  }
  
  #top .top-concept .bg-circle01{
    bottom: auto;
    left: auto;
    right:-36px;
    top: 366px;
    width: 85vw;
    height: 80vw;
  }
  #top .top-concept .bg-circle02{
    width: 92vw;
    top: 0;
    bottom: auto;
    right: 74px;
  }
  #top .top-concept .bg-circle03{
    width:90vw;
    top: 144px;
    right: -50px;
    bottom: auto;
    left: auto;
  }
  #top .top-concept .button-right{
    margin-top: 30px;
  }
}

#top .top-agriculture{
  background-image: url('../img/top/agriculture_bg.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-size: auto 100%;
}
#top .top-agriculture h2{
  color: #fff;
}
#top .top-agriculture .flex-wrapper{
  justify-content: space-between;
}
#top .top-agriculture .block{
  background: #fff;
  border-radius: 30px 30px 0 0;
  padding: 40px 60px 0;
  width: 50%;
  max-width:587px;
  margin-top: 30px;
}
#top .top-agriculture .block p{
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px){
  #top .top-agriculture{
    
  }
  #top .top-agriculture .block{
    width: 70%;
    padding: 50px 40px 0;
  }
  #top .top-agriculture .flex-wrapper{
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px){
  #top .top-agriculture{
    background-image: url('../img/top/agriculture_bg_sp.jpg');
    background-size: 100%;
  }
  #top .top-agriculture .flex-wrapper{
    flex-direction: column;
    align-items: center;
  }
  #top .top-agriculture .block{
    width: calc(100% + 15px);
    padding: 5vw 3vw 0 7vw;
    border-radius: 20px 0 0 0;
    margin-right: -15px;
    margin-left: auto;
  }
  #top .top-agriculture .block .block-title{
    letter-spacing: 2.3px;
  }
}
#top .top-banner h2{
  text-align: center;
  margin-bottom: 45px;
}

#top .top-banner .carousel .banner-block{
  text-align: center;
}
#top .top-banner .carousel .banner-block a:hover{
  opacity: 0.7;
}
#top .top-banner .carousel .banner-block .banner-subtitle{
  color: #E60020;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 2.1px;
  margin-top: 20px; 
}
#top .top-banner .carousel .banner-block .banner-title{
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 2.5px;
}

@media screen and (min-width: 1024px) {
  #top .top-banner .carousel .swiper-wrapper {
    display: flex;
    gap: 24px;
  }
  #top .top-banner .carousel .swiper-slide {
    width: calc(33.333% - 16px);
  }
}
@media (min-width: 1024px) and (max-width: 1420px){
  #top .top-banner .carousel .banner-block .banner-title{
    font-size: 2.2rem;
  }
}
@media (min-width:768px) and (max-width:1023px) {
  #top .top-banner{
    padding: 70px 0;
  }
}
@media screen and (max-width: 1023px){
  #top .top-banner .carousel .swiper-slide {
    width: 47%;
  }
  #top .top-banner .carousel .banner-block .banner-subtitle{
    font-size: 1.6rem;
  }
  #top .top-banner .carousel .banner-block .banner-title{
    font-size: 2.0rem;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 743px){
  #top .top-banner h2{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    margin: 0 auto 28px;
  }
  #top .top-banner .carousel .swiper-slide {
    width: 90%;
  }
  #top .top-banner .carousel .banner-block .banner-subtitle{
    font-size: 1.5rem;
  }
  #top .top-banner .carousel .banner-block .banner-title{
    font-size: 1.9rem;
  }

}

#top .top-instagram{
  background: #000;
}
#top .top-instagram h2{
  color: #fff;
  margin-top: 59px;
}
#top .top-instagram .flex-wrapper{
  gap: 20px 65px;
}
#top .top-instagram .instagram_post-list{
  margin-bottom: 30px;
}
#top .top-instagram #sb_instagram.sbi_fixed_height{
  height: auto!important;
}
#top .top-instagram .button > div{
  color:var(--sub-color01);
}
#top .top-instagram .button:hover > div{
  color: var(--sub-color03);
}
#top .top-instagram .button:not(:hover) span{
  color:var(--sub-color02);
}
#top .top-instagram .button::after{
  background: #EA6376;
  opacity: 0.5;
}
#top .top-instagram .button:hover::after{
  background: var(--main-color);
  opacity: 0.4;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #top .top-instagram h2{
    margin-top: 52px;
  }
  #top .top-instagram .flex-wrapper{
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #top .top-instagram .instagram_post-list{
    margin-bottom: 0;
  }
}

#top .top-news h2{
  font-family: var(--font-family-en);
  color: var(--main-color);
  font-size: 3.3rem;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px dashed var(--font-color-text);
  margin-bottom: 30px;
  letter-spacing: 0.66px;
}
#top .top-news .news-list{
  margin-bottom: 30px;
}
#top .top-news .news-list li > a{
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  #top .top-news{
    padding-bottom: 110px;
  }
  #top .top-news .news-list li > a{
    gap:5px;
  }
  #top .top-news .news-list li > a .post-date{
    margin-right: 7px;
  }
  #top .top-news .news-list .post-title{
    width:100%; 
  }
  #top .top-news .news-list .post-excerpt{
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #top .top-news{
    padding: 70px 0 90px;
  }
  #top .top-news h2{
    font-size: 2.3rem;
    letter-spacing: 0.46px;
  }
}