@charset "UTF-8";
/*=================VARIABLE===============*/
.only-mobile {
  display: none; }

@media (max-width: 768px) {
  .only-mobile {
    display: block; } }
/*================COMMON=================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.st0 {
  fill: #FFFFFF; }

.stf {
  fill: #fff; }

body {
  overflow-x: hidden;
  position: relative;
  font-family: "メイリオ", "Meiryo", sans-serif; }
  body a {
    text-decoration: none; }
  body a:hover {
    opacity: 0.9; }
  body ul {
    margin: 0; }
  body p {
    line-height: 1.5;
    color: #333333; }

.container {
  max-width: 1110px;
  margin: 0 auto; }

.wrapper {
  overflow: hidden;
  width: 100%;
  transition: margin 0.5s; }
  .wrapper.open {
    margin-left: 50%; }

.inner {
  overflow: hidden;
  background-color: #fff; }



.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #9e1f00;
  overflow-x: hidden;
  transition: 0.5s;
  max-height: 100vh;
  left: -100%; }
  .overlay.open {
    left: 0px; }

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px; }

  @media (max-width: 768px) {
    .overlay-content {
      margin-top: 0;
      top: 15%;
    }
  }

.overlay a {
  line-height: 1;
  text-decoration: none;
  font-size: 32px;
  color: #fff;
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  transition: 0.3s; }

.overlay .dot {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 34px 0;
  width: 90px;
  height: 1px;
  color: #fff;
  font-size: 25px; }

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1; }

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px; }

.menu-button {
  cursor: pointer;
  z-index: 1001;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 8.8vw;
  height: 8.8vw;
  background: #9e1f00;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s; }
  .menu-button.open .menu_text {
    display: none; }
  .menu-button.open .menu-icon {
    width: 40%;
    height: 40%; }
    .menu-button.open .menu-icon span:nth-child(1) {
      top: 50%;
      transform: rotate(45deg); }
    .menu-button.open .menu-icon span:nth-child(2) {
      display: none; }
    .menu-button.open .menu-icon span:nth-child(3) {
      top: 50%;
      bottom: 0px;
      transform: rotate(-45deg); }
  .menu-button:hover {
    color: #ddd; }
    .menu-button:hover span {
      background-color: #ddd; }
  .menu-button .menu-icon {
    width: 40%;
    height: 25%;
    position: relative;
    margin-bottom: 10px; }
    .menu-button .menu-icon span {
      width: 100%;
      height: 3px;
      background-color: #fff;
      transition: all 0.3s;
      position: absolute;
      left: 0px; }
      .menu-button .menu-icon span:nth-child(1) {
        top: 0px; }
      .menu-button .menu-icon span:nth-child(2) {
        top: calc(50% - 2px); }
      .menu-button .menu-icon span:nth-child(3) {
        bottom: 0px; }
  .menu-button .menu_text {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 4px; }

@media (max-width: 768px) {
  .menu-button {
    width: 60px;
    height: 60px; }
    .menu-button.open .menu-icon {
      width: 40px;
      height: 40px; }
    .menu-button .menu-icon {
      width: 40px;
      height: 28px;
      margin-top: 5px;
      margin-bottom: 3px; }
    .menu-button .menu_text {
      font-size: 12px;
      letter-spacing: 1px; } }
.box-banner {
  padding: 20px;
  position: relative; }
  @media (max-width: 768px) {
    .box-banner {
      padding: 0px; } }
  .box-banner #top_slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 40px);
    background-color: #999; }
    @media (max-width: 768px) {
      .box-banner #top_slide {
        height: calc(100vh); } }
  .box-banner .zs-enabled .zs-slideshow .zs-bullets {
    position: absolute;
    z-index: 4;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: right;
    padding-right: 40px; }
    @media (max-width: 768px) {
      .box-banner .zs-enabled .zs-slideshow .zs-bullets {
        bottom: 10px;
        padding-right: 20px; } }
  .box-banner .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 10px;
    background-color: unset; }
    .box-banner .zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
      background-color: #fff; }
    @media (max-width: 768px) {
      .box-banner .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
        width: 10px;
        height: 10px;
        margin: 7px; } }
  .box-banner .banner-inner .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 40px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    .box-banner .banner-inner .item.item-1 {
      background-image: url("../images/banner-1.png"); }
    .box-banner .banner-inner .item.item-2 {
      background-image: url("../images/banner-2.png"); }
    .box-banner .banner-inner .item.item-3 {
      background-image: url("../images/banner-3.png"); }
    .box-banner .banner-inner .item.item-4 {
      background-image: url("../images/banner-4.png"); }
    .box-banner .banner-inner .item.item-5 {
      background-image: url("../images/banner-5.png"); }
    .box-banner .banner-inner .item.item-6 {
      background-image: url("../images/banner-6.png"); }
    .box-banner .banner-inner .item.item-7 {
      background-image: url("../images/banner-7.png"); }
    .box-banner .banner-inner .item.item-8 {
      background-image: url("../images/banner-8.png"); }
    .box-banner .banner-inner .item.item-9 {
      background-image: url("../images/banner-9.png"); }
    .box-banner .banner-inner .item.item-10 {
      background-image: url("../images/banner-10.png"); }
    @media (max-width: 768px) {
      .box-banner .banner-inner .item {
        height: calc(100vh); } }
  .box-banner .banner-inner .owl-dots {
    margin-top: -50px !important;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-right: 40px; }
    .box-banner .banner-inner .owl-dots button span {
      border: 1px solid #fff !important;
      background-color: unset !important; }
    .box-banner .banner-inner .owl-dots button.active span {
      background-color: #fff !important; }
  .box-banner .banner-right__svg {
    position: absolute;
    top: 75px;
    right: 80px;
    z-index: 1; }
    @media (max-width: 768px) {
      .box-banner .banner-right__svg {
        top: 21px;
        right: 21px;
        width: 25%;
        height: auto; } }
  .box-banner .logo {
    width: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
    @media (max-width: 768px) {
      .box-banner .logo {
        width: 180px; } }

.box-news {
  margin-top: 10px;
  padding-top: 70px; }
  .box-news .box-news__top {
    position: relative; }
    .box-news .box-news__top .animal {
      position: absolute;
      right: 0px;
      top: 164px; }
  .box-news .box-heading {
    display: flex;
    justify-content: center;
    margin-bottom: 50px; }
  .box-news .card {
    position: relative;
    width: 100%;
    height: 507px;
    max-width: 999px;
    border-radius: 12px;
    padding: 10px;
    margin: auto;
    background-image: url(../images/card_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    z-index: 1; }
    .box-news .card .card-round {
      position: absolute;
      width: 126px;
      left: 45px; }
    .box-news .card .card-heading {
      text-align: center;
      font-size: 32px;
      color: #d42d27;
      font-family: fot-tsukuardgothic-std, sans-serif;
      text-decoration: underline;
      font-weight: 700; }
    .box-news .card .card-detail {
      text-align: center;
      margin-top: 30px;
      font-size: 16px;
      color: #000000;
      font-weight: 400; }
  .box-news .box-news__bottom {
    position: relative;
    width: 100%;
    height: 330px;
    background-image: url("../images/tomato_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -208px;
    z-index: 0; }
    .box-news .box-news__bottom iframe {
      position: absolute;
      bottom: 50px;
      left: 50%;
      transform: translateX(-50%); }

@media (max-width: 1500px) {
  .box-news .box-news__top .animal {
    top: 234px;
    width: 210px; } }
@media (max-width: 1500px) {
  .box-news .box-news__top .animal {
    display: none; } }
.box-about {
  min-height: 605px;
  padding-top: 155px;
  padding-bottom: 50px; }
  .box-about.open .btn-about img {
    transform: rotate(90deg); }
  .box-about h2 {
    text-align: center; }
  .box-about .btn-about {
    margin: 80px auto 0;
    background: #fff;
    display: flex;
    width: 284px;
    height: 88px;
    border-radius: 12px;
    align-items: center;
    justify-content: center; }
    .box-about .btn-about span {
      margin-right: 85px;
      font-size: 22px;
      font-family: fot-tsukuardgothic-std, sans-serif;
      font-weight: 700;
      color: #d42d27; }
    .box-about .btn-about img {
      transition: 0.5s; }
  .box-about .about-content {
    width: 90%;
    max-width: 976px;
    margin: 50px auto 0px;
    color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out; }

.box-havest {
  padding-bottom: 225px;
  background-image: url("../images/bg_time.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 95px; }
  .box-havest h2 {
    text-align: center;
    margin-bottom: 86px; }
  .box-havest .harvest-list {
    width: 924px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto; }
    .box-havest .harvest-list .item {
      flex-basis: calc((100% - 190px) / 3);
      position: relative; }
      .box-havest .harvest-list .item .note {
        position: absolute;
        width: 88px;
        border-radius: 50%;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #9e1f00;
        height: 88px;
        left: -30px;
        text-align: center;
        top: -50px; }
      .box-havest .harvest-list .item img {
        border-radius: 12px;
        max-height: 160px; }
      .box-havest .harvest-list .item h3 {
        margin-top: 5px;
        font-size: 20px;
        font-weight: 700;
        font-family: fot-tsukuardgothic-std, sans-serif;
        color: #000; }
      .box-havest .harvest-list .item .detail {
        font-size: 16px;
        color: #000;
        margin-top: 7px; }

@media (max-width: 768px) {
  .box-havest {
    padding-bottom: 90px;
    background-image: url("../images/bg_time_sp.png"); } }
.box-product {
  padding-top: 76px; }
  .box-product h2 {
    text-align: center;
    margin-bottom: 60px; }
  .box-product .product-wrap {
    width: 976px;
    max-width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .box-product .product-wrap .product-item {
      margin-bottom: 80px;
      flex-basis: calc((100% - 30px) / 2);
      text-align: center; }
      .box-product .product-wrap .product-item iframe {
        margin-top: 20px; }
      .box-product .product-wrap .product-item img {
        max-height: 254px;
        border-radius: 12px; }
      .box-product .product-wrap .product-item h3 {
        margin-top: 25px;
        text-align: center;
        font-family: fot-tsukuardgothic-std, sans-serif;
        font-weight: 700;
        line-height: 1;
        font-size: 24px; }
      .box-product .product-wrap .product-item .detail {
        margin-top: 15px;
        line-height: 1.3;
        font-size: 16px;
        text-align: center; }
      .box-product .product-wrap .product-item .price {
        margin-top: 25px;
        text-align: center;
        line-height: 1;
        font-size: 20px;
        font-weight: 700;
        font-family: fot-tsukuardgothic-std, sans-serif; }
      .box-product .product-wrap .product-item .see-more {
        margin: 26px auto 0;
        width: 244px;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        padding: 0 15px;
        background: #b28850;
        border-radius: 3px; }

.box-pro {
  position: relative;
  width: 94%;
  max-width: 1410px;
  padding-bottom: 120px;
  margin: auto;
  border-radius: 16px;
  background-color: #edf3e7;
  background-image: url("../images/pro2.png");
  background-position: top;
  background-repeat: no-repeat; }
  .box-pro .box-pro__top {
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-top:50px;}
    
  .box-pro .box-pro__bottom {
    width: 80%;
    max-width: 610px;
    margin: 70px auto 0;
    font-size: 16px; }
  .box-pro .btn-pro-wrap {
    z-index: 200000;
    position: absolute;
    width: 100%;
    bottom: -50px;
    border-bottom: 0;
    display: flex;
    justify-content: center; }
    .box-pro .btn-pro-wrap .btn-pro {
      position: relative;
      z-index: 200;
      height: 100px;
      width: 455px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      color: #fff;
      font-size: 24px;
      font-weight: 700;
      font-family: fot-tsukuardgothic-std, sans-serif;
      background: #9e1f00; }
      .box-pro .btn-pro-wrap .btn-pro img {
        margin-left: 20px; }

        .box-pro2 {
          position: relative;
          width: 94%;
          max-width: 1410px;
          padding-bottom: 120px;
          margin: auto;
          border-radius: 16px;
          background-color: #edf3e7;
          background-image: url("../images/pro2-.png");
          background-position: top;
          background-repeat: no-repeat; }
          .box-pro2 .box-pro__top {
            height: 320px;
            display: flex;
            justify-content: center;
            align-items: center; 
            margin-top:50px;}
            
          .box-pro2 .box-pro__bottom {
            width: 80%;
            max-width: 610px;
            margin: 70px auto 0;
            font-size: 16px; }
          .box-pro2 .btn-pro-wrap {
            z-index: 200000;
            position: absolute;
            width: 100%;
            bottom: -50px;
            border-bottom: 0;
            display: flex;
            justify-content: center; }
            .box-pro2 .btn-pro-wrap .btn-pro {
              position: relative;
              z-index: 200;
              height: 100px;
              width: 455px;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 8px;
              color: #fff;
              font-size: 24px;
              font-weight: 700;
              font-family: fot-tsukuardgothic-std, sans-serif;
              background: #9e1f00; }
              .box-pro2 .btn-pro-wrap .btn-pro img {
                margin-left: 20px; }
                
	
@media (max-width: 768px) {
  .box-pro {
    background-size: auto 220px; } }
.scroll-wrapper {
  position: absolute;
  display: flex;
  width: calc(100% - 40px);
  justify-content: center;
  bottom: 40px; }
  @media (max-width: 768px) {
    .scroll-wrapper {
      width: 100%; } }

.scroll-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative; }
  .scroll-content .icon {
    z-index: 100;
    font-size: 50px;
    color: #fff;
    position: absolute;
    bottom: 50px; }
    @media (max-width: 768px) {
      .scroll-content .icon {
        font-size: 35px; } }

.scroll-text {
  position: relative;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  font-size: 18px;
  cursor: pointer; }
  @media (max-width: 768px) {
    .scroll-text {
      font-size: 15px; } }

.scroll-text span {
  z-index: 1000;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 110px;
  margin-left: -35px;
  line-height: 50px;
  /* height*2 - font-size */
  text-align: center;
  transform-origin: bottom center;
  font-weight: 700;
  color: #fff; }
  @media (max-width: 768px) {
    .scroll-text span {
      height: 90px; } }

.scroll-text span:nth-of-type(1) {
  transform: rotate(-40deg); }

.scroll-text span:nth-of-type(2) {
  transform: rotate(-23deg); }

.scroll-text span:nth-of-type(3) {
  transform: rotate(-6deg); }

.scroll-text span:nth-of-type(4) {
  transform: rotate(9deg); }

.scroll-text span:nth-of-type(5) {
  transform: rotate(25deg); }

.scroll-text span:nth-of-type(6) {
  transform: rotate(38deg); }

.box-footer {
  margin-top: 50px;
  z-index: 1;
  height: 100vh;
  background-image: url(../images/footer.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 65vh;
  position: relative; }
  @media (max-width: 768px) {
    .box-footer {
      margin-top: 100px;
      height: 50vh;
      padding-top: 20%;
      background-size: cover; } }
  .box-footer .footer-detail {
    text-align: center;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 24px;
    color: #fff;
    letter-spacing: 5px; }
  .box-footer .footer-text {
    width: 100%;
    position: absolute;
    bottom: 22px;
    text-align: center;
    color: #fff;
    font-size: 12px; }

/*================RESPONSIVE===================*/
@media only screen and (max-width: 1024px) {
  .box-product .product-wrap {
    width: 920px; }
    .box-product .product-wrap .product-item img.img {
      width: 100%; } }
@media only screen and (max-width: 768px) {
  .box-news .card {
    width: 401px;
    height: 587px;
    padding-top: 60px;
    background-image: url(../images/card_bg_sp.png);
    background-size: auto 100%; }
    .box-news .card .card-detail {
      font-size: 14px;
      margin-top: 20px; }
    .box-news .card .card-round {
      width: 80px;
      left: -10px;
      top: -20px; }

  .box-news .card .card-heading {
    font-size: 26px; }

  .box-havest .harvest-list {
    max-width: 94%; }
    .box-havest .harvest-list .item {
      flex-basis: calc(50% - 15px);
      text-align: left;
      margin-bottom: 90px; }
      .box-havest .harvest-list .item:last-child {
        margin-bottom: 0; }
      .box-havest .harvest-list .item img {
        width: 100% !important; }

  .box-havest .harvest-list .item .note {
    width: 60px;
    height: 60px;
    left: -10px;
    top: -35px;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2em; } }
@media only screen and (max-width: 480px) {
  .animal {
    display: none !important; }

  .box-news .card .card-heading {
    font-size: 20px; }

  .box-news .card {
    width: 90%;
    background-size: 100% 100%;
    height: 520px;
    padding-top: 45px; }
    .box-news .card .card-detail {
      font-size: 14px;
      margin-top: 20px; }
    .box-news .card .card-round {
      width: 80px;
      left: -10px;
      top: -20px; }

  .box-news .box-news__bottom {
    margin-top: -184px; }

  .box-product .product-wrap .product-item {
    margin-bottom: 80px;
    flex-basis: 100%; }

  .box-pro {
    padding-bottom: 65px;
    background-position: top; }

  .box-pro .box-pro__top {
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center; }

  .box-pro .box-pro__bottom {
    margin: 0px auto 30px; }

  .box-pro .btn-pro-wrap .btn-pro {
    margin: auto;
    width: 90%; }

  .footer-detail {
    margin: auto; }

  .box-havest .harvest-list .item h3 {
    font-size: 16px; } }
.background-para {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  background-image: url("../images/bg.para.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 768px) {
    .background-para {
      background-image: url("../images/bg.para_sp.png"); } }

@media (max-width: 768px) {
  .box-news .box-heading svg {
    width: 129px !important; }

  .box-about h2 svg {
    width: 231px !important; }

  .box-havest h2 svg {
    width: 307px !important; }

  .box-product h2 svg {
    width: 199px !important; }

  .box-pro .box-pro__top h2 svg {
    width: 203px !important; } }

/*# snsアイコン追加*/
.m-sns{
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.m-sns img{
  width: 40px;
  margin: 0.6rem;
}
.f-sns{
  display: block;
  text-align: center;
  margin-top: 4rem;
}    
.f-sns img{
 width: 40px;
 margin: 0.6rem;
}


@media (max-width: 768px) {
  .f-sns{
    margin-top: 3rem;
  }
  }
/*# sourceMappingURL=style.css.map */

/*================BLOG===================*/
.blog{
	background-color: #fff;
}
.blog h2{
text-align: center;
padding-bottom: 3rem;
}

.blog-content{
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.blog-inner{
  padding-bottom: 3rem;
  display: flex;

}
.blog-text {
  padding-top: 1rem;
  padding-left: 1rem;
}
.blog-inner img{
  width: 150px;
}
.blog-inner a{
  color: #000;
}

.blog-text .title{
  font-size: 15px;
}
.blog-text .time{
  font-size: 8px;
  color: #999;
  padding-bottom: 1em;
}
.blog-text .text{
  font-size: 12px;
  color: #999;
}

@media (max-width: 768px) {
  .blog-content{
    display: flex;
    margin: 0 auto;
    width: 340px;
    justify-content: space-between;
  }
  .blog-inner{
    width: 50%;
    display: block;
    text-align: center;
  }
.blog-text {
  text-align: left;
  padding-left: 0;
}
}