@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	TOP
 * *************************************************/
/* 共通
----------------------------------------------*/
.top_wrapper {
  background-color: #F1F0EB;
}

.mv_wrapper {
  width: 100%;
  position: relative;
}
.mv_wrapper picture {
  position: relative;
  z-index: 1;
}

/* MV
----------------------------------------------*/
.mv_wrapper .swiper_mv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  height: 100svh;
}
@media print, screen and (min-width: 960px) {
  .mv_wrapper .swiper_mv {
    height: 100vh;
  }
}
.mv_wrapper .swiper_mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.mv_wrapper .swiper_mv .top_mv_logo {
  position: absolute;
  width: 40%;
  height: auto;
  z-index: 1;
  opacity: 0;
  -webkit-animation: logo_fadein 1.8s ease-out forwards;
  animation: logo_fadein 1.8s ease-out forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media print, screen and (min-width: 768px) {
  .mv_wrapper .swiper_mv .top_mv_logo {
    width: 30%;
  }
}
@media print, screen and (min-width: 960px) {
  .mv_wrapper .swiper_mv .top_mv_logo {
    width: 260px;
  }
}
.mv_wrapper .swiper_mv .top_mv_catch {
  position: absolute;
  top: 5%;
  left: 5%;
  color: #fff;
  font-size: 6vw;
  line-height: 1.6;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .mv_wrapper .swiper_mv .top_mv_catch {
    font-size: 5vw;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  }
}
@media print, screen and (min-width: 960px) {
  .mv_wrapper .swiper_mv .top_mv_catch {
    top: unset;
    bottom: 40px;
    font-size: 56px;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv_wrapper .swiper_mv .top_mv_catch {
    left: 60px;
  }
}
.mv_wrapper .swiper_mv .top_mv_catch span {
  opacity: 0;
  -webkit-animation: fadein 0.3s ease-in forwards;
  animation: fadein 0.3s ease-in forwards;
}
.mv_wrapper .swiper_mv .top_mv_catch span:nth-child(1) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.mv_wrapper .swiper_mv .top_mv_catch span:nth-child(2) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.mv_wrapper .swiper_mv .top_mv_catch span:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.mv_wrapper .swiper_mv .top_mv_catch span:nth-child(4) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.mv_wrapper .swiper_mv .top_mv_catch span:nth-child(5) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.mv_wrapper .swiper_mv .top_mv_catch span:nth-child(6) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.mv_wrapper .swiper_mv .top_mv_catch span:nth-child(7) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.mv_wrapper .swiper_mv .top_mv_catch span:nth-child(8) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.mv_wrapper .swiper_mv .top_mv_catch span:nth-child(9) {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.mv_wrapper .swiper_mv .top_mv_catch span:nth-child(10) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.mv_wrapper .swiper_mv .top_mv_catch span:nth-child(11) {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.mv_wrapper .swiper_mv .top_mv_catch span:nth-child(12) {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}
.mv_wrapper .swiper_mv .top_mv_catch span:nth-child(13) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.mv_wrapper .swiper_mv .top_mv_catch span:nth-child(14) {
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}
.mv_wrapper .swiper_mv .top_mv_catch span:nth-child(15) {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}
.mv_wrapper .swiper_mv .top_mv_catch span:nth-child(16) {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}
.mv_wrapper .swiper_mv .top_mv_catch span:nth-child(17) {
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}
.mv_wrapper picture {
  position: relative;
  z-index: 1;
}

@-webkit-keyframes logo_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logo_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* About us
----------------------------------------------*/
.aboutus_area {
  position: relative;
  background: url(images/top-aboutus-bg01.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
@media print, screen and (min-width: 960px) {
  .aboutus_area {
    height: 900px;
  }
}

.top_aboutus_sub_ttl {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 200px;
}
@media print, screen and (min-width: 768px) {
  .top_aboutus_sub_ttl {
    width: 250px;
  }
}
@media print, screen and (min-width: 960px) {
  .top_aboutus_sub_ttl {
    width: 490px;
  }
}

.top_aboutus_txt {
  padding: 90px 5% 250px;
}
@media print, screen and (min-width: 768px) {
  .top_aboutus_txt {
    padding: 120px 5% 240px;
  }
}
@media print, screen and (min-width: 960px) {
  .top_aboutus_txt {
    padding: 200px 0 0 10%;
  }
}
@media print, screen and (min-width: 1400px) {
  .top_aboutus_txt {
    padding: 200px 0 0 20%;
  }
}
.top_aboutus_txt h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .top_aboutus_txt h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .top_aboutus_txt h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1400px) {
  .top_aboutus_txt h2 {
    font-size: 35px;
  }
}
.top_aboutus_txt p {
  line-height: 2.2;
  text-shadow: 0 0 5px #fff;
}
@media print, screen and (min-width: 768px) {
  .top_aboutus_txt p {
    text-shadow: none;
  }
}
@media print, screen and (min-width: 960px) {
  .top_aboutus_txt p {
    line-height: 2.5;
  }
}

.aboutus_bottom_wrapper {
  max-width: 1460px;
  padding: 30px 5% 40px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .aboutus_bottom_wrapper {
    padding: 50px 30px 60px;
  }
}
.aboutus_bottom_wrapper .aboutus_bottom_text01 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .aboutus_bottom_wrapper .aboutus_bottom_text01 {
    margin-bottom: 50px;
  }
}
.aboutus_bottom_wrapper h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .aboutus_bottom_wrapper h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .aboutus_bottom_wrapper .aboutus_bottom_text02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .aboutus_bottom_wrapper .aboutus_bottom_text02 p {
    width: calc(50% - 50px);
  }
}
.aboutus_bottom_wrapper .aboutus_bottom_text02 .aboutus_slide {
  margin-top: 30px;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .aboutus_bottom_wrapper .aboutus_bottom_text02 .aboutus_slide {
    width: 50%;
    margin-top: 0;
  }
}

/* 経営理念 Our Vision
----------------------------------------------*/
.ourvision_area {
  position: relative;
  display: grid;
  place-items: center;
  height: 53.5vw;
  background: url(images/top-our-vision-bg-sp.webp) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .ourvision_area {
    height: 33vw;
    background: url(images/top-our-vision-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media print, screen and (min-width: 960px) {
  .ourvision_area {
    max-height: 558px;
    padding: 0;
  }
}
.ourvision_area::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(45, 46, 45, 0.5);
  z-index: -1;
}
.ourvision_area .top_section_ttl {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .ourvision_area .top_section_ttl {
    margin-bottom: 50px;
  }
}
.ourvision_area .top_section_ttl .top_ourvision_sub_ttl {
  bottom: 0;
  width: 230px;
}
@media print, screen and (min-width: 960px) {
  .ourvision_area .top_section_ttl .top_ourvision_sub_ttl {
    width: 449px;
  }
}

/* メディア掲載情報 Media
----------------------------------------------*/
.media_area {
  padding: 40px 0 40px 5%;
}
@media print, screen and (min-width: 768px) {
  .media_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .media_area {
    padding: 140px 0;
  }
}
.media_area .top_media_img {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .media_area .top_media_img {
    display: block;
    width: 24.5%;
  }
}
.media_area .top_media_block {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 30px 0 0 30px;
  padding: 80px 5% 40px;
}
@media print, screen and (min-width: 768px) {
  .media_area .top_media_block {
    width: calc(75.5% - 30px);
    border-radius: 60px 0 0 60px;
    padding: 80px 5% 50px;
  }
}
@media print, screen and (min-width: 960px) {
  .media_area .top_media_block {
    border-radius: 90px 0 0 90px;
    padding: 180px 5% 75px;
  }
}
@media print, screen and (min-width: 1200px) {
  .media_area .top_media_block {
    width: calc(75.5% - 60px);
    padding: 180px 5% 75px 10%;
  }
}
.media_area .top_media_block_inner {
  max-width: 900px;
}
.media_area .top_media_header {
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .media_area .top_media_header {
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 960px) {
  .media_area .top_media_header {
    margin-bottom: 50px;
  }
}
.media_area .top_media_header .top_section_ttl {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .media_area .top_media_header .top_section_ttl {
    font-size: 26px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .media_area .top_media_header .top_section_ttl {
    font-size: 40px;
  }
}
.media_area .top_media_header .top_media_sub_ttl {
  width: 200px;
  bottom: 0;
}
@media print, screen and (min-width: 960px) {
  .media_area .top_media_header .top_media_sub_ttl {
    width: 240px;
  }
}
@media print, screen and (min-width: 1200px) {
  .media_area .top_media_header .top_media_sub_ttl {
    width: 364px;
  }
}
.media_area .top_post_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media print, screen and (min-width: 960px) {
  .media_area .top_post_list {
    gap: 20px;
  }
}
.media_area .top_post_list li {
  border-bottom: 1px solid #D0D0D0;
  padding: 0 10px 15px;
}
@media print, screen and (min-width: 960px) {
  .media_area .top_post_list li {
    padding: 0 20px 20px;
  }
}
.media_area .top_post_list h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media print, screen and (min-width: 960px) {
  .media_area .top_post_list h3 {
    font-size: 20px;
  }
}
.media_area .top_post_list .post_content {
  margin-top: 10px;
}
@media print, screen and (min-width: 960px) {
  .media_area .top_post_list .post_content {
    margin-top: 15px;
  }
}
.media_area .top_post_list .post_content a {
  display: inline-block;
  line-height: 1;
  text-decoration: underline;
}
@media print, screen and (min-width: 960px) {
  .media_area .top_post_list .post_content a {
    transition: color 0.3s;
  }
  .media_area .top_post_list .post_content a:hover {
    color: #DDD8BF;
  }
}

/* 作物
----------------------------------------------*/
.crops_area {
  background-color: #2D2E2D;
  color: #fff;
  padding: 60px 0;
}
@media print, screen and (min-width: 960px) {
  .crops_area {
    padding: 140px 0;
  }
}

.top_crops_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 80px 0;
  max-width: 1260px;
  padding: 0 5%;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .top_crops_wrapper {
    padding: 0 30px;
    gap: 140px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .top_crops_wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .top_crops_wrapper li {
    display: flex;
    flex-direction: column;
    width: 31%;
    max-width: 484px;
  }
  .top_crops_wrapper li:nth-child(-n+2) {
    width: 47.5%;
    max-width: 750px;
  }
}
.top_crops_wrapper .top_section_ttl {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .top_crops_wrapper .top_section_ttl {
    font-size: 34px;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_crops_wrapper .top_section_ttl {
    font-size: 40px;
  }
}
.top_crops_wrapper .top_section_ttl .top_crops_sub_ttl {
  bottom: 0;
  width: auto;
  height: 70px;
}
@media print, screen and (min-width: 768px) {
  .top_crops_wrapper .top_section_ttl .top_crops_sub_ttl {
    height: 54px;
  }
}
@media print, screen and (min-width: 960px) {
  .top_crops_wrapper .top_section_ttl .top_crops_sub_ttl {
    height: 7.4vw;
    max-height: 90px;
  }
}
.top_crops_wrapper .link_img {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.top_crops_wrapper .link_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 960px) {
  .top_crops_wrapper .link_img:hover img {
    transform: scale(1.1);
  }
}
.top_crops_wrapper p {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .top_crops_wrapper p {
    flex-grow: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .top_crops_wrapper .link_btn {
    font-size: 13px;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 960px) {
  .top_crops_wrapper .link_btn {
    line-height: 1;
    padding: 20px 25px;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_crops_wrapper .link_btn {
    font-size: 16px;
    padding: 20px 40px;
  }
}/*# sourceMappingURL=front.css.map */