@charset "UTF-8";
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
.top_main_content {
  overflow: hidden;
}
.top_main_content * {
  box-sizing: border-box;
}
.top_main_content img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.top_section_title__main {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .top_section_title__main {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top_section_title__main {
    height: 30px;
  }
}
.top_section_title__main img {
  max-height: 100%;
  max-width: none;
  position: absolute;
  left: 0;
  right: 0;
}

.top_section_title__sub {
  display: block;
  height: 30px;
  margin: auto;
}
.top_section_title__sub img {
  max-height: 100%;
  margin: auto;
}

.top_btn_more {
  display: block;
  width: 192px;
}
.top_btn_more:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.2s opacity;
}

.top_hero_area > .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_hero_area > .container {
    padding: 0;
  }
}
@media screen and (min-width: 768px), print {
  .top_hero_area {
    margin-bottom: 86px;
  }
}
@media screen and (max-width: 767px) {
  .top_hero_area {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px), print {
  .top_hero_slider {
    transform: translateX(188px);
    min-height: 825px;
    width: 1032px;
  }
}
@media screen and (max-width: 767px) {
  .top_hero_slider {
    margin-bottom: 3px;
  }
}
.top_hero_slider a {
  display: block;
}
.top_hero_slider a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.2s opacity;
}
.top_hero_slider a:hover {
  opacity: 0.8;
}

.hero_slider__link {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .top_hero_nav_list {
    position: absolute;
    width: 470px;
    right: 750px;
    bottom: 34px;
  }
  .top_hero_nav_list > li:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .top_hero_nav_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -2px;
  }
  .top_hero_nav_list > li {
    padding: 2px;
  }
  .top_hero_nav_list > li:nth-child(-n+3) {
    width: 33.33333333%;
  }
  .top_hero_nav_list > li:nth-child(n+4) {
    width: 50%;
  }
}

.top_hero_nav {
  text-decoration: none;
  background-color: #afcb3d;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px), print {
  .top_hero_nav {
    display: block;
    height: 80px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .top_hero_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
  }
}
.top_hero_nav:hover {
  background-color: #fff;
  border-color: #afcb3d;
}
@media screen and (min-width: 768px), print {
  .top_hero_nav:hover .top_hero_nav__text img {
    top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .top_hero_nav:hover .top_hero_nav__text img {
    top: -20px;
  }
}
.top_hero_nav:hover .top_hero_nav__img {
  animation-name: top_hero_nav__img;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@keyframes top_hero_nav__img {
  0% {
    transform: scale(1);
  }
  1% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (min-width: 768px), print {
  .top_hero_nav:hover .top_hero_nav__img img {
    top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .top_hero_nav:hover .top_hero_nav__img img {
    top: -50px;
  }
}

.top_hero_nav__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px), print {
  .top_hero_nav__inner {
    padding-right: 30px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .top_hero_nav__inner {
    justify-content: center;
    flex-direction: column-reverse;
  }
}

.top_hero_nav__text {
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .top_hero_nav__text {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_hero_nav__text {
    height: 20px;
  }
}
.top_hero_nav__text img {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .top_hero_nav__text img {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top_hero_nav__text img {
    height: 40px;
  }
}

.top_hero_nav__img {
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .top_hero_nav__img {
    width: 80px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top_hero_nav__img {
    height: 50px;
  }
}
.top_hero_nav__img img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_hero_nav__img img {
    height: 100px;
  }
}

.top_section_title-event {
  margin-bottom: 60px;
}

.top_section_title-agri {
  position: static;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px), print {
  .top_section_title-agri {
    top: -25px;
  }
}
@media screen and (max-width: 767px) {
  .top_section_title-agri {
    top: -15px;
  }
}
.top_section_title-agri img {
  margin-left: auto;
  margin-right: auto;
}

.top_event_area {
  background-image: url("/common/img/bg.jpg");
  position: relative;
}
@media screen and (min-width: 768px), print {
  .top_event_area {
    padding: 30px 0 54px;
  }
}
@media screen and (max-width: 767px) {
  .top_event_area {
    padding: 50px 10px;
  }
  .top_event_area .container {
    overflow: visible;
  }
}

.top_event_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top_event_list > li {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px), print {
  .top_event_list {
    display: flex;
    padding: 0 30px;
    margin: 0 -28px 40px;
  }
  .top_event_list > li {
    padding: 0 28px;
  }
}
@media screen and (max-width: 767px) {
  .top_event_list > li:not(:last-child) {
    margin-bottom: 40px;
  }
}

.top_event {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #333;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .top_event {
    width: 273px;
  }
}
@media screen and (max-width: 767px) {
  .top_event {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 3px 3px 6px #ccc;
  }
}
.top_event:hover .top_event_img img {
  transform: scale(1.05);
}
.top_event:hover .top_event__body {
  background-color: #edf4c3;
}

.top_event__head {
  height: 100%;
}

.top_event_img {
  overflow: hidden;
  border-radius: 5px;
}
.top_event_img img {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.top_event_date {
  color: #fff;
  width: 115px;
  height: 115px;
  position: absolute;
  border-radius: 50%;
  background-color: #afcb3d;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 1;
  box-shadow: 0 0 28.5px 1.5px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px), print {
  .top_event_date {
    left: -30px;
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .top_event_date {
    left: -10px;
    top: -20px;
    transform: scale(0.8);
    transform-origin: left top;
  }
}

.top_event_date__date {
  height: 84px;
  display: inline-block;
}
.top_event_date__date::after {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  margin: auto;
  width: 41px;
  height: 41px;
  background-image: url("../img/event/date_slash.png");
}

.top_event_date__date__month {
  position: absolute;
  display: block;
  font-size: 32px;
  width: 40px;
  left: 16px;
  top: 16px;
  line-height: 1;
  text-align: right;
}

.top_event_date__date__day {
  position: absolute;
  display: block;
  font-size: 32px;
  width: 40px;
  left: 63px;
  top: 44px;
  line-height: 1;
}

.top_event_date__yobi {
  height: 32px;
  background-color: #5f5e5b;
  text-align: center;
  padding-top: 1px;
}
.top_event_date__yobi .text {
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 17px;
}

.top_event_date__yobi-sunday .text {
  color: #efc19e;
}

.top_event__body {
  position: relative;
  background-color: #f9f9f8;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 5px;
}
@media screen and (min-width: 768px), print {
  .top_event__body {
    box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.15);
    left: 28px;
    top: -30px;
    min-height: 100px;
    width: 260px;
    padding: 20px 25px;
    margin-bottom: -30px;
    margin-right: -28px;
  }
}
@media screen and (max-width: 767px) {
  .top_event__body {
    padding: 10px 20px;
  }
}
.top_event__body::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("/common/img/icon/arrow/circle_arrow.png");
  width: 27px;
  height: 16px;
  bottom: 10px;
  right: 20px;
}

@media screen and (min-width: 768px), print {
  .top_topics_area {
    padding: 86px 0 95px;
  }
}
@media screen and (max-width: 767px) {
  .top_topics_area {
    padding: 0 0 50px;
    margin: 50px 0 50px;
  }
}
@media screen and (min-width: 768px), print {
  .top_topics_area > .container {
    position: relative;
    padding-top: 36px;
    min-height: 760px;
  }
}
@media screen and (max-width: 767px) {
  .top_topics_area > .container {
    padding: 0 10px;
    overflow: visible;
  }
}

.top_section_title-topics {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-top: 30px;
}

.top_section_title-topics_wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .top_section_title-topics_wrapper {
    background-image: url("/common/img/bg.jpg");
    box-shadow: 0px 0px 28.5px 1.5px rgba(0, 0, 0, 0.2);
    margin-bottom: 54px;
    width: 614px;
    height: 135px;
  }
}
@media screen and (max-width: 767px) {
  .top_section_title-topics_wrapper {
    margin-bottom: 20px;
  }
  .top_section_title-topics_wrapper .top_section_title {
    position: relative;
    top: -15px;
  }
}

.top_topics__bg {
  position: absolute;
  width: 470px;
  height: 710px;
  top: 0;
  right: 100%;
  transform: translateX(250px);
}
@media screen and (max-width: 767px) {
  .top_topics__bg {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .top_topics_list_wrapper {
    width: 648px;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px), print {
  .top_topics_btn_area {
    margin-top: 33px;
  }
}
@media screen and (max-width: 767px) {
  .top_topics_btn_area {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .top_topics_btn_area .top_btn_more {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .top_topics_btn_area .top_btn_more {
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .top_event_btn_area {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .top_event_btn_area .top_btn_more {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .top_event_btn_area .top_btn_more {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px), print {
  .top_agri_btn_area .top_btn_more {
    margin-left: auto;
  }
  .top_agri_btn_area .top_btn_more.product_more {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top_agri_btn_area {
    margin-top: 30px;
  }
  .top_agri_btn_area .top_btn_more {
    margin-left: auto;
    margin-right: auto;
  }
}

.top_agri_area {
  background-image: url("/common/img/bg.jpg");
  position: relative;
}
@media screen and (min-width: 768px), print {
  .top_agri_area {
    padding: 50px 0 74px;
  }
}
@media screen and (max-width: 767px) {
  .top_agri_area {
    padding: 50px 0 0;
    margin-bottom: 50px;
  }
  .top_agri_area > .container {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .top_agri_box {
    background-color: #fff;
    padding: 20px;
  }
}

.top_agri_box__title {
  height: 100px;
}
.top_agri_box__title img {
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .top_agri_box__title {
    margin-bottom: 20px;
    height: 48px;
  }
  .top_agri_box__title img {
    max-width: none;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.top_agri_box__bg {
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_agri_box__bg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .top_agri_box__main {
    position: relative;
  }
}

.top_agri_box__main_img {
  position: relative;
  z-index: 1;
}

.top_agri_box__main_kage {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
}

.top_agri_box__lead {
  font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: normal;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #363633;
}
@media screen and (min-width: 768px), print {
  .top_agri_box__lead {
    font-size: 1.25rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .top_agri_box__lead {
    font-size: 16px;
    line-height: 1.6;
  }
}

.top_agri_box-nashi {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .top_agri_box-nashi {
    margin-bottom: 136px;
    height: 854px;
  }
}

@media screen and (min-width: 768px), print {
  .top_agri_box-nashi__bg {
    width: 843px;
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(-622px);
  }
}

@media screen and (min-width: 768px), print {
  .top_agri_box-nashi__box {
    box-shadow: 0px 0px 47px 3px rgba(58, 76, 5, 0.2);
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 1;
    padding: 135px 87px 80px;
    width: 625px;
    margin-bottom: 152px;
    top: 152px;
  }
}

@media screen and (min-width: 768px), print {
  .top_agri_box-nashi__box__title {
    position: absolute;
    width: 100px;
    top: 33px;
    left: 73px;
  }
}
@media screen and (min-width: 768px), print {
  .top_agri_box-nashi__main {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -112px;
    width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .top_agri_box-nashi__main {
    width: 100%;
  }
}

.top_agri_box-hakusai {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .top_agri_box-hakusai {
    margin-bottom: 146px;
    height: 661px;
  }
}

@media screen and (min-width: 768px), print {
  .top_agri_box-hakusai__bg {
    width: 1440px;
    position: absolute;
    top: 0;
    left: -220px;
    margin: auto;
  }
}

@media screen and (min-width: 768px), print {
  .top_agri_box-hakusai__box {
    box-shadow: 0px 0px 47px 3px rgba(58, 76, 5, 0.2);
    width: 625px;
    background-color: #fff;
    position: absolute;
    padding: 135px 77px 80px;
    top: 92px;
    right: 0;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px), print {
  .top_agri_box-hakusai__box__title {
    position: absolute;
    top: 34px;
    left: 71px;
  }
  .top_agri_box-hakusai__box__title img {
    max-height: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .top_agri_box-hakusai__main {
    width: 580px;
    position: absolute;
    bottom: -117px;
    left: -80px;
  }
}

@media screen and (min-width: 768px), print {
  .top_agri_box-melon {
    height: 674px;
    position: relative;
    margin-bottom: 209px;
  }
}

@media screen and (min-width: 768px), print {
  .top_agri_box-melon__bg {
    width: 969px;
    position: absolute;
    top: 0;
    right: 100%;
    transform: translateX(750px);
    margin: auto;
  }
}

@media screen and (min-width: 768px), print {
  .top_agri_box-melon__box {
    box-shadow: 0px 0px 47px 3px rgba(58, 76, 5, 0.2);
    width: 625px;
    background-color: #fff;
    position: absolute;
    padding: 145px 87px 80px;
    top: 97px;
    left: 250px;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px), print {
  .top_agri_box-melon__box__title {
    width: 228px;
    position: absolute;
    top: 69px;
    left: 76px;
  }
}

@media screen and (min-width: 768px), print {
  .top_agri_box-melon__main {
    width: 680px;
    position: absolute;
    bottom: -207px;
    right: 0;
  }
}

@media screen and (min-width: 768px), print {
  .top_section_title-farmmap {
    position: absolute;
    z-index: 1;
    width: 280px;
    left: 85px;
    top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .top_section_title-farmmap {
    margin-bottom: 20px;
    position: relative;
  }
  .top_section_title-farmmap img {
    margin: auto;
  }
}

@media screen and (min-width: 768px), print {
  .top_farmmap_area {
    overflow: hidden;
    padding: 100px 0 177px;
    height: 872px;
  }
}
.top_farmmap_area > .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_farmmap_area > .container {
    padding: 50px 0;
    overflow: visible;
    background-image: url("/common/img/bg.jpg");
  }
}
.top_farmmap_area > .container::before {
  position: relative;
  width: 100vw;
  display: block;
  height: 540px;
  background-image: url("/common/img/bg.jpg");
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .top_farmmap_area > .container::before {
    content: "";
  }
}

@media screen and (min-width: 768px), print {
  .farmmap {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (min-width: 768px), print {
  .top_farmmap_btn_area {
    margin-top: 33px;
    position: relative;
  }
  .top_farmmap_btn_area .top_btn_more {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .top_farmmap_btn_area {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .top_farmmap_btn_area .top_btn_more {
    margin: auto;
  }
}

.top_nav_area {
  padding-bottom: 112px;
}

@media screen and (min-width: 768px), print {
  .top_nav_list > li:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .top_nav_list > li:not(:last-child) {
    margin-bottom: 5px;
  }
}

.top_nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% auto;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .top_nav {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .top_nav {
    height: 80px;
  }
}
.top_nav::after {
  position: absolute;
  content: "";
  display: block;
  width: 130%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  top: 0;
}
.top_nav::before {
  left: 0;
}
.top_nav::after {
  right: -10%;
}
.top_nav:hover::after {
  opacity: 0;
  transition: all 0.1s linear;
}
.top_nav:hover .top_nav__text {
  transform: scale(1.05);
}
@media screen and (min-width: 768px), print {
  .top_nav:hover .top_nav__text img {
    top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .top_nav:hover .top_nav__text img {
    top: -60px;
  }
}

.top_nav-farm {
  background-image: url("/top/img/nav/bg_farm.jpg");
}

.top_nav-recruit {
  background-image: url("/top/img/nav/bg_recruit.jpg");
}

.top_nav-magazine {
  background-image: url("/top/img/nav/bg_magazine.jpg");
}

.top_nav-rice {
  background-image: url("/top/img/nav/bg_rice.jpg");
}

.top_nav__text {
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 768px), print {
  .top_nav__text {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top_nav__text {
    height: 60px;
  }
}
.top_nav__text img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  max-height: none;
}
@media screen and (min-width: 768px), print {
  .top_nav__text img {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .top_nav__text img {
    height: 120px;
  }
}

.top_nav__text_wrapper {
  position: relative;
  z-index: 1;
}

.top_hero_dots {
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_hero_dots {
    margin-top: -30px;
  }
}
.top_hero_dots .slick-dots {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .top_hero_dots .slick-dots {
    justify-content: flex-end;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_hero_dots .slick-dots {
    justify-content: center;
  }
}
.top_hero_dots .slick-dots li {
  margin: 0 11px;
}
.top_hero_dots .slick-dots button::before {
  border: solid 1px #d0cebe;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
}
.top_hero_dots .slick-dots button:hover::before {
  background-color: #d0cebe;
}
.top_hero_dots .slick-dots .slick-active > button::before {
  background-color: #d0cebe;
}

.top_bg_overlay {
  border-radius: 5px;
  overflow: hidden;
}
@media print {
  .top_bg_overlay {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .top_bg_overlay {
    display: none !important;
  }
}