/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * BANNER
 * MAIN
 * ABOUT
 * PRODUCTS
 * FARMER
 * NEWS
 **/
/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  background: url(../images/banner-inner-02.jpg) center top no-repeat;
}

@media (min-width: 1680px) {
  .banner .container {
    max-width: 1660px;
  }
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  background: transparent;
  width: 130px;
  height: 60px;
  margin-top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner a {
  border: 1px solid #718344;
  background-color: #ffffff;
  color: #718344;
  font-size: 1.125rem;
  text-align: left;
  letter-spacing: 0.1rem;
  line-height: 50px;
  width: 200px;
  height: 50px;
  position: absolute;
  left: 22%;
  bottom: 0;
  z-index: 3;
  padding: 0 3rem;
}

.banner a::after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2rem;
}

.banner a:hover,
.banner a:focus {
  background-color: #718344;
  color: #ffffff;
}

@media (min-width: 576px) {
  .banner a {
    font-size: 1.375rem;
    line-height: 65px;
    width: 265px;
    height: 65px;
  }
}

@media (min-width: 768px) {
  .banner a {
    left: 16.5%;
  }
}

@media (min-width: 1680px) {
  .banner a {
    left: 0;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  background: transparent;
  padding: 0;
}

.page-header {
  text-align: center;
  margin-bottom: 3rem;
}

.page-header h2 {
  color: #718344;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  margin-bottom: 1.5rem;
}

.page-header p {
  font-size: 1.125rem;
  line-height: 2rem;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.index-about {
  background: url(../images/bg-02.jpg) center center repeat;
  padding: 5rem 0;
}

.index-about .container {
  position: relative;
}

.index-about-txt {
  margin-top: 3rem;
}

.index-about-slogan {
  text-align: right;
  position: absolute;
  top: -3rem;
  right: 0;
}

.index-about-slogan img {
  width: 150px;
}

@media (min-width: 576px) {
  .index-about-slogan img {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .index-about-txt {
    margin-top: 0;
  }

  .index-about-slogan {
    text-align: left;
    position: relative;
    top: auto;
    right: auto;
  }
}

@media (min-width: 1680px) {
  .index-about-pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
  }

  .index-about-txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 4rem;
  }

  .index-about-slogan {
    position: absolute;
    top: -7rem;
    right: -5rem;
    z-index: 1000;
  }
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.index-products {
  background: url(../images/bg.jpg) center center repeat;
  padding: 5rem 0;
}

@media (min-width: 1680px) {
  .index-products {
    position: relative;
  }

  .index-products::before {
    content: '';
    width: 400px;
    height: 410px;
    background: url(../images/index-products-01.png);
    position: absolute;
    top: -15rem;
    left: 6rem;
    z-index: 2;
  }

  .index-products::after {
    content: '';
    width: 265px;
    height: 300px;
    background: url(../images/index-products-02.png);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
}

.index-products .card-title {
  font-size: 1.125rem;
}

.index-products .card-price {
  font-size: 1.0625rem;
}

.index-products .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #b2c354;
  opacity: 1;
}

.index-products .swiper-pagination-bullet-active {
  background-color: #b2c354;
}

/*------------------------------------*\
    FARMER
\*------------------------------------*/
.index-farmer {
  background: url(../images/index-farmer-bg.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 4.5rem 0;
}

.index-farmer-txt {
  text-align: center;
}

.index-farmer-txt>img {
  width: 250px;
  height: 100px;
}

.index-farmer-txt h2 {
  color: #ffffff;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.index-farmer-txt p {
  color: #ffffff;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.index-farmer-txt a {
  border: 1px solid #718344;
  background-color: #ffffff;
  color: #718344;
  font-size: 1.125rem;
  text-align: left;
  letter-spacing: 0.1rem;
  line-height: 55px;
  width: 220px;
  height: 55px;
  padding: 0 3rem;
  position: relative;
}

.index-farmer-txt a::after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2rem;
}

.index-farmer-txt a:hover,
.index-farmer-txt a:focus {
  background-color: #718344;
  color: #ffffff;
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.index-news {
  background: url(../images/bg-02.jpg) center center repeat;
  padding: 5rem 0 1rem;
}

.index-news .page-header {
  margin-bottom: 1.5rem;
}