@charset "UTF-8";
#top {
  font-weight: 400;
  margin-top: 100px;
}
#top .main {
  position: relative;
  font-size: 0;
}
#top .main a {
  opacity: 1;
}
#top #section10 .sns-area {
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-flow: column;
  text-align: center;
  height: 190px;
  justify-content: center;
  z-index: 1;
}
#top #section10 .sns-area a {
  margin: 10px 0;
}

#top #section10 .view_content {
  color: #fff;
  text-align: center;
}

/*SCROLL*/
#top .page-down {
  position: absolute;
  width: 6.6vw;
  bottom: 0;
}
#top .page-down a {
  position: absolute;
  right: 10px;
  font-size: 10px;
  z-index: 999;
  bottom: 160px;
  letter-spacing: 0.1em;
  transform: rotate(90deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#top .page-down a::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 78px;
  height: 1px;
  width: 125px;
  background: #fff;
  animation: scroll_effect 2s 2s cubic-bezier(0.3, 0.4, 0.1, 1) infinite;
}
@keyframes scroll_effect {
  0% {
    width: 0;
  }
  50% {
    width: 120px;
  }
  75% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
#top .page-down a {
  color: #fff;
}

#scroll_down {
  margin: -60px 0;
  padding: 60px 0;
}
/*SCROLL end*/

/*bnr-area*/
#top #bnr-area img {
  margin: 0 auto;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  font-size: 0;
  margin: 60px 0 90px 0;
}
/*bnr-area end*/

/*youtube start*/
#top .movieArea {
  padding: 90px 0 0;
}
#top .movieArea .wrap-1200 {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}
#top .movieArea .youtubeWrap {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#top .movieArea .youtube iframe {
  width: 100%;
  height: 100%;
}
#top #movie-area {
  background-color: #f1e4f4;
  padding: 60px 0;
}
#top #movie-area .wrap-500 {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
#top #movie-area .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#top #movie-area .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#top #movie-area2 {
  background-color: #fff6cf;
  padding: 60px 0;
}
#top #movie-area2 .wrap-1200{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
#top #movie-area2 .flex{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  #top #movie-area2 .flex{
    flex-direction: column;
  }
  #top #movie-area2 .flex .youtube{
    margin-bottom: 45px;
  }
  #top #movie-area2 .wrap-1200{
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  #top #movie-area2 .flex .youtube{
    margin-bottom: 25px;
  }
}

#top #movie-area3 {
  background-color: #ffe8cf;
  padding: 60px 0;
}
#top #movie-area2 .wrap-500,
#top #movie-area3 .wrap-500 {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
#top #movie-area2 .youtube,
#top #movie-area3 .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#top #movie-area2 .youtube iframe,
#top #movie-area3 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*youtube end*/

/* 通行止め */
.roadArea {
  margin-top: 40px;
  background-color: #fdeded;
  padding: 25px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .roadArea {
    text-align: left;
  }
}
/*important-news start*/
#top #important-news {
  margin: 90px 0;
  text-align: center;
}
#top #important-news img {
  box-shadow: 1px 2px 16px -6px rgba(0, 0, 0, 0.6);
}
/*important-news end*/

/*season-area*/
#top #season-area .season-bg {
  padding: 90px 0;
  background: url(../images/common/bg-beige.jpg);
}
#top #season-area .wrapper {
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
}
/*20220725 start*/
#top #season-area .section_title {
  margin-bottom: 90px;
}
#top #season-area .variety--area + .variety--area {
  margin-top: 90px;
}
.variety--areamg50 {
  margin-top: 50px !important;
}
#top #season-area .variety--area .variety--ttl {
  margin-bottom: 30px;
  font-size: 18px;
}
#top #season-area .variety--area .variety--ttl span {
  font-size: 16px;
}
#top #season-area .variety--area .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#top #season-area .variety--area .flex-box .fruit-item {
  display: block;
  max-width: 210px;
  margin-bottom: 20px;
  width: 100%;
}
#top #season-area .variety--area .flex-box .fruit-item img {
  width: 100%;
}
#top #season-area .variety--area .flex-box .fruit-item + .fruit-item {
  margin-left: 30px;
}
#top #season-area .variety--area .flex-box .fruit-item .fruit-name span {
  color: #b71616;
}
#top #season-area .variety--area .flex-box .fruit-item0 {
  margin-left: 0 !important;
}
#top #season-area .note {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
/*20220725 end*/

#top #season-area p {
  text-align: center;
}

/*season-area end*/

#top #section10 .slick-dots {
  bottom: 30px !important;
}
#top .main-slide {
  width: 100%;
  display: block;
  /*height: 48vw;*/
  height: 44vw;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
#top .slick-dots li {
  width: 29px !important;
}
#top .slick-initialized {
  opacity: 1;
}
/*20220725 start*/
#top #section10 .slide-area {
  margin-bottom: 0;
}
/*20220725 end*/
#top #section10 .slide-area img {
  margin: 0 auto;
}

#top #top-topics {
  margin: 40px auto 0;
}
#top #top-topics .topics-area {
  border: 1px solid #919c25;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
#top #top-topics .topics-area h2 {
  margin-bottom: 40px;
}
#top #top-topics .topics-area .main-text {
  margin-bottom: 10px;
}
#top #top-topics .topics-area p {
  text-align: center;
}
#top #top-topics .flex-container {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
  flex-wrap: wrap;
}
#top #top-topics .flex-container__inner {
  width: 28%;
  margin: 5px;
  text-align: center;
}
/*#top #top-topics .web-reserve {
  display: flex;
  justify-content: space-between;
  align-self: center;
}*/
#top #top-topics .web-reserve {
  text-align: center;
}
#top #top-topics .web-reserve a {
  width: 100%;
}

#top #top-topics .flex-container-main {
  display: flex;
  justify-content: space-between;
}
#top #top-topics .flex-container-main > div {
  width: 50%;
}
#top #top-topics .flex-container-main > div .flex-container__inner {
  width: 40%;
}

#top #top-news {
  padding: 90px 0;
}
#top .news-box {
  width: 42%;
}
#top #top-news .flex-container {
  display: flex;
  align-items: center;
  width: 100%;
}
#top #top-news .flex-container__info {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#top #top-news .thumb {
  width: 155px;
  height: 100px;
  background-position: center;
  background-size: cover;
  margin-right: 20px;
}
#top #top-news .no-image {
  background: url(../images/top/no-image.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#top #top-news .notice {
  background-color: #029343;
}
#top #top-news .n_blog {
  background-color: #c1361b !important;
}
#top #top-news .media {
  background-color: #378dd3 !important;
}
#top #top-news .center {
  text-align: center;
  margin-bottom: 40px;
}
/* instagram */
#top #top-news .sns--area {
  display: flex;
  justify-content: space-between;
}
#top #top-news .instagram-area,
#top #top-news .sns-timeline__content {
  width: 48%;
}
#top #top-news .insta-inner {
  margin-bottom: 40px;
}
#top #top-news .insta-link {
  text-align: center;
}
#top #top-news .insta-link a {
  display: inline-block;
}
#top #top-news .insta-link a span {
  border-bottom: 1px solid #057033;
  position: relative;
  padding: 10px 30px 10px 40px;
}
#top #top-news .insta-link a span::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/insta-icon@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 29px;
  width: 29px;
}
#top #top-news .insta-link a span::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/target@2x.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  height: 20px;
  width: 20px;
}
/* instagram */
#top #top-news .news-area {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

#top #section20 {
  padding: 150px 0 17%;
  background: url(../images/top/section-20bg@2x.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  margin-bottom: 140px;
  position: relative;
}
#top #section20::after {
  content: "";
  width: 1px;
  height: 90px;
  position: absolute;
  border-right: 1px solid #00592a;
  bottom: -90px;
  right: 0;
  left: 0;
  margin: auto;
}
#top #section20 h3 {
  font-size: 28px;
  margin-bottom: 55px;
}
#top #section20 p {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 55px;
}
#top #section20 .button02 {
  color: #00592a;
  background: #fff;
  border: 1px solid #00592a;
  padding: 10px 65px 10px 25px;
  border-radius: 25px;
  position: relative;
}
#top #section20 .button02::after {
  content: "";
  background: url(../images/top/arrow-g@2x.png) no-repeat;
  width: 21px;
  height: 7px;
  background-size: contain;
  position: absolute;
  top: 19px;
  right: 30px;
  transition: 0.3s;
}
#top #section20 .button02:hover::after {
  right: 20px;
  transition: 0.3s;
}

#top #section30 .wrapper,
#top #section50 .wrapper {
  margin: 110px auto;
  max-width: 1300px;
}
#top #section30 .center,
#top #section50 .center {
  text-align: center;
}
#top #section30 .pear-area,
#top #section50 .grape-area {
  background: url(../images/top/pear@2x.jpg);
  background-size: cover;
  height: 460px;
  position: relative;
  margin-bottom: 40px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
#top #section30 .pear-area::before {
  display: block;
  content: "";
  background-image: url(../images//top/line-top@2x.png);
  background-size: 1920px;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background-position: bottom;
  top: 0;
}
#top #section30 .pear-area::after,
#top #section50 .grape-area::after {
  display: block;
  content: "";
  background-image: url(../images/top/line-top@2x.png);
  background-size: 1920px;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background-position: top;
  bottom: 0;
}
#top #section50 .grape-area {
  background: url(../images/top/grape@2x.jpg);
  background-size: cover;
  height: 460px;
  position: relative;
  margin-bottom: 40px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
#top #section30 .pear-area h2,
#top #section50 .grape-area h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  background: #fff;
  font-size: 40px;
  top: -50px;
  height: 380px;
  letter-spacing: 0.25em;
  border-radius: 10px;
  box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.3);
  padding-top: 15px;
  z-index: 3;
}
#top #section30 .pear-area h2::after,
#top #section50 .grape-area h2::after {
  content: none;
}
#top #section30 .pear-area h2 {
  left: 16.5%;
}
#top #section50 .grape-area h2 {
  right: 16.5%;
  height: 480px;
}
#top #section30 .introduction-area,
#top #section50 .introduction-area {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 60px;
}
#top #section30 .introduction-area {
  justify-content: flex-end;
}
#top #section50 .introduction-area {
  justify-content: flex-start;
}
#top #section50 .introduction-area__content p span {
  color: #1b3b2b;
  font-size: 20px;
}
#top #section30 .introduction-area::before {
  background: url(../images/top/pear-illust01@2x.png) no-repeat;
  content: "";
  width: 105px;
  height: 105px;
  position: absolute;
  left: 70px;
  bottom: 110px;
  background-size: 107px;
}
#top #section50 .introduction-area::after {
  background: url(../images/top/grape-illust01@2x.png) no-repeat;
  background-size: contain;
  content: "";
  width: 100px;
  height: 125px;
  position: absolute;
  right: 90px;
  bottom: 110px;
}
#top #section30 .introduction-area__content,
#top #section50 .introduction-area__content {
  width: 70%;
  display: flex;
}
#top #section30 .introduction-area__content {
  justify-content: flex-end;
}
#top #section50 .introduction-area__content {
  justify-content: flex-start;
}
#top #section30 .introduction-area__content p,
#top #section50 .introduction-area__content p {
  text-align: justify;
  margin-bottom: 40px;
}
#top #section30 .introduction-area__title,
#top #section50 .introduction-area__title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 19px;
  letter-spacing: 0.24em;
  line-height: 2.2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
}

#top #section30 .button02,
#top #section50 .button02 {
  background-position: right 18px center;
  padding: 10px 30px;
  padding-right: 50px;
  border-radius: 25px;
}
#top #section30 .button02 {
  background-color: #d8ca61;
}
#top #section50 .button02 {
  background-color: #8f6aaa;
}
#top #section30 .button02:hover,
#top #section50 .button02:hover {
  background-position: right 10px center;
}

#top #section40 {
  margin-bottom: 60px;
}
#top #section40,
#top #section60 {
  padding: 60px 0;
  background: url(../images/common/bg-beige.jpg);
  position: relative;
}
#top #section60 {
  margin-bottom: 90px;
}
#top #section40::before,
#top #section60::before {
  display: block;
  content: "";
  background-image: url(../images/common/bg-top02@2x.png);
  background-size: 1920px;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background-position: bottom;
  top: -15px;
}
#top #section40::after,
#top #section60::after {
  display: block;
  content: "";
  background-image: url(../images/common/bg-top02@2x.png);
  background-size: 1920px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background-position: top;
  bottom: -12px;
}
#top #section40 h2,
#top #section60 h2 {
  text-align: center;
  margin: 0 auto 50px;
}
#top #section40 .wrapper{
  max-width: 1300px;
}
#top #section40 .content-movie,
#top #section60 .guide-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top #section60 .guide-area__content {
  width: 48%;
  line-height: 2;
}
#top #section40 .guide-area__content {
  text-align: center;
}
#top #section40 .content-movie{
  margin-top: 45px;
}
#top #section40 .content-movie .youtube{
  width: calc(33% - 10px);
}
#top #section40 .content-movie .youtube iframe{
  max-width: 400px;
  max-height: 215px;
}
@media screen and (max-width: 1380px) {
  #top #section40 .content-movie{
    flex-wrap: wrap;
  }
  #top #section40 .content-movie .youtube{
    width: 48%;
    margin: 0 10px 45px;
  }
  #top #section40 .content-movie .youtube iframe{
    max-width: 550px;
    max-height: 275px;
  }
}
@media screen and (max-width: 1120px) {
  #top #section40 .content-movie .youtube{
    width: 45%;
  }
}
@media screen and (max-width: 1030px) {
  #top #section40 .content-movie .youtube iframe{
    max-width: 400px;
    max-height: 225px;
  }
}
@media screen and (max-width: 950px) {
  #top #section40 .content-movie{
    flex-direction: column;
  }
  #top #section40 .content-movie .youtube iframe{
    max-width: 550px;
    max-height: 275px;
  }
  #top #section40 .content-movie .youtube{
    width: 100%;
    margin: 0 0 45px;
  }
}
@media screen and (max-width: 550px) {
   #top #section40 .content-movie .youtube iframe{
    max-width: 100%;
    max-height: 191px;
  }
  #top #section60 iframe{
    max-height: 191px;
  }
  #top #section40 .guide-area__content p{
    text-align: left;
  }
  #top #section40 .youtube_title{
    text-align: center !important;
    margin-bottom: 5px;
  }
}
#top #section40 .guide-area__content h3,
#top #section60 .guide-area__content h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px;
}
#top #section40 .guide-area dl,
#top #section60 .guide-area dl {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  align-items: baseline;
  width: 75%;
  margin: 0 auto 20px;
}
#top #section40 .guide-area dl dt,
#top #section60 .guide-area dl dt {
  background: #dddddd;
  padding: 3px 10px;
  width: 90px;
  text-align: center;
  margin-right: 10px;
}
#top #section40 .guide-area__content__shop,
#top #section60 .guide-area__content__shop {
  margin-top: 10px;
  text-align: center;
}
#top #section40 .guide-area__content__shop a,
#top #section60 .guide-area__content__shop a {
  position: relative;
}
#top #section40 .guide-area__content__shop a::after,
#top #section60 .guide-area__content__shop a::after {
  position: absolute;
  content: "";
  background: url(../images/common/arrow-black@2x.png) no-repeat;
  background-size: 23px;
  width: 23px;
  height: 7px;
  top: 5px;
  right: -30px;
}
#top #section40 .guide-area__content .m-top,
#top #section60 .guide-area__content .m-top {
  margin: 22px 0 10px;
}
#top #section50 .button02__icon-area {
  width: 16%;
}
#top #section50 .button02__text-area {
  width: 80%;
}
#top #section70 .wrapper p {
  letter-spacing: 0.16em;
}
#top #section70 .bottom-bnrs02 {
  margin: 45px auto 100px;
}
#top #section80 .sns-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}
#top #section80 .sns-flex a {
  width: 12%;
  text-align: center;
}
#top #section90 {
  margin-bottom: 70px;
}
#top #section90 .slick-flex {
  display: flex;
  justify-content: flex-start;
}
#top #section90 .sns-timeline__content {
  max-width: 1390px;
  width: 80%;
}
#top #section90 .sns-timeline__title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  width: 27%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
#top #section90 .sns-timeline__title h3 {
  margin: 10px 0;
  letter-spacing: 0.3em;
  font-size: 26px;
}
.sns-timeline__title a {
  letter-spacing: 0.1em;
}
#top #section100 .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top #section100 {
  margin-bottom: 80px;
}
#top #section100 .flex-container a,
#top #section100 .flex-container div {
  width: 48%;
}
#top .instagram-container {
  display: flex;
  margin: 0 -1px;
  justify-content: space-between;
}
#top .instagram-item {
  width: 14.8%;
  padding: 1px;
}
#top a.instagram-card {
  display: block;
  position: relative;
  margin-bottom: 16px;
}

#top .instagram-card__img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 420px;
  border-radius: 30px;
  height: 420px;
  object-fit: contain;
}

#top .instagram-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  color: #ffffff;
}

/****************/
/*  小PC表示　max 1300px  */
/****************/
@media screen and (max-width: 1300px) {
  #top #section30 .introduction-area__title {
    margin-right: 50px;
  }
  #top #section30 .introduction-area::before {
    left: -10px;
  }
  #top #section50 .introduction-area__title {
    margin-left: 50px;
  }
  #top #section50 .introduction-area::after {
    right: 0px;
  }
}
/****************/
/*  小PC表示　max 1400px  */
/****************/
@media screen and (max-width: 1400px) {
  #top #top-news .content-flex {
    flex-flow: column;
  }
  #top #top-news .content-flex p {
    width: 100%;
  }
  #top #top-news .content-flex div {
    margin-top: 10px;
    justify-content: flex-start;
    width: 100%;
  }
  #top #top-news .news-box__content {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1100px) {
  #top #section30 .pear-area {
    background-position: center right;
  }
  #top #section50 .grape-area {
    background-position: center left;
  }
}
/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  #top .page-down {
    z-index: 1;
  }
  #top {
    margin-top: 60px;
  }
  #top #important-news {
    margin: 60px 0;
  }

  #top #top-news .news-area {
    flex-direction: column;
  }

  #top #section20 p {
    font-size: 16px;
  }

  #top #section30 .pear-area h2 {
    font-size: 35px;
    height: 330px;
    left: 60px;
  }
  #top #section30 .introduction-area::before {
    background-size: 8vw;
    bottom: 50px;
    left: -20px;
  }
  #top #section50 .grape-area h2 {
    right: 60px;
    height: 420px;
    font-size: 35px;
  }
  #top #section50 .introduction-area::after {
    background-size: 9vw;
    width: 80px;
    height: 105px;
    right: -2px;
    bottom: 70px;
  }

  #top #section40 .guide-area,
  #top #section60 .guide-area {
    flex-flow: column;
  }
  #top #section40 h2,
  #top #section60 h2 {
    font-size: 24px;
  }
  #top #section40 .guide-area__content h3,
  #top #section60 .guide-area__content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #top #section40 .guide-area__content,
  #top #section60 .guide-area__content {
    width: 100%;
  }
  #top #section40 .guide-area__content:first-child,
  #top #section60 .guide-area__content:first-child {
    margin-bottom: 30px;
  }
  #top #section40 .guide-area dl,
  #top #section60 .guide-area dl {
    width: 100%;
  }
  #top #section40 .guide-area__content #top #section60 .guide-area__content {
    margin-bottom: 20px;
  }
  #top #section40 .content-movie,
  #top #section60 .content-movie {
    text-align: center;
  }
  #top #section40 h2,
  #top #section60 h2 {
    width: 240px;
  }
  #top #section60 h2 {
    width: 280px;
  }
  #top #section90 .slick-flex {
    flex-direction: column-reverse;
  }
  #top #section90 .sns-timeline__content {
    width: 100%;
  }
  #top #section90 .sns-timeline__title {
    margin-bottom: 30px;
    width: 100%;
  }
  #top #section90 .sns-timeline__title h3 {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px) {
  .instagram-item {
    width: 14.8%;
  }
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
  #top .page-down {
    width: 10vw;
  }
  #top .main-slide {
    height: 90vw;
  }
  #top #bnr-area img {
    margin: 20px 0 45px;
  }
  #top #important-news {
    margin: 40px 0;
  }
  #top #season-area .season-bg {
    padding: 45px 0;
  }
  #top #season-area .section_title {
    margin-bottom: 45px;
  }
  #top #season-area .variety--area + .variety--area {
    margin-top: 45px;
  }
  #top #season-area p {
    font-size: 14px;
  }
  #top #season-area .img-area div + div {
    margin-top: 20px;
  }

  #top #season-area .variety--area .flex-box {
    justify-content: center;
  }
  #top #season-area .variety--area .flex-box .fruit-item {
    max-width: 100%;
    width: 28%;
  }
  #top #season-area .variety--area .flex-box .fruit-item + .fruit-item {
    margin-left: 30px;
  }

  #top #top-topics .web-reserve {
    flex-direction: column;
    text-align: center;
  }
  #top #top-topics .web-reserve a {
    width: 100%;
  }
  #top #top-news {
    padding: 45px 0;
  }
  #top #top-news .sns--area {
    flex-direction: column;
  }
  #top #top-news .instagram-area,
  #top #top-news .sns-timeline__content {
    text-align: center;
    margin: 0 auto;
    width: 80%;
  }
  #top #top-news .instagram-area {
    margin-bottom: 40px;
  }

  #top #top-news .insta-link a span {
    font-size: 14px;
  }
  #top #top-news .insta-inner {
    margin-bottom: 20px;
  }

  #top #section20 {
    padding: 0px 0 30%;
    margin: 30px auto 70px;
  }
  #top #section20::after {
    height: 60px;
    bottom: -60px;
  }

  #top #section30 .pear-area,
  #top #section50 .grape-area {
    background-size: cover;
    height: 28vw;
    margin-bottom: 20px;
  }
  #top #section30 .pear-area h2 {
    left: 40px;
    height: 290px;
  }
  #top #section30 .pear-area {
    background-position: center;
  }
  #top #section50 .grape-area h2 {
    right: 40px;
    height: 360px;
  }
  #top #section30 .pear-area h2,
  #top #section50 .grape-area h2 {
    font-size: 30px;
    top: -30px;
    letter-spacing: 0.25em;
    border-radius: 5px;
    padding-top: 15px;
  }
  #top #section30 .wrapper,
  #top #section50 .wrapper {
    margin: 60px auto;
  }
  #top #section30 .introduction-area,
  #top #section50 .introduction-area {
    margin-right: 0;
    width: 100%;
  }
  #top #section30 .introduction-area {
    flex-flow: column;
  }
  #top #section50 .introduction-area {
    flex-flow: column-reverse;
  }
  #top #section30 .introduction-area::before {
    background-size: 17vw;
    width: 130px;
    height: 130px;
    left: 10px;
    top: 150px;
    z-index: -1;
  }
  #top #section50 .introduction-area::after {
    background-size: 13vw;
    width: 110px;
    height: 135px;
    right: -2px;
    top: 130px;
  }
  #top #section30 .introduction-area__content,
  #top #section50 .introduction-area__content {
    width: 100%;
  }
  #top #section30 .introduction-area__title,
  #top #section50 .introduction-area__title {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2.1;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  #top #section50 .introduction-area__title {
    margin-left: 0;
  }
  #top #section30 .introduction-area__content p,
  #top #section50 .introduction-area__content p {
    margin-bottom: 20px;
  }
  #top #section30 .pear-area,
  #top #section50 .grape-area {
    height: 55vw;
    background-attachment: unset;
  }
  #top #section30 .introduction-area,
  #top #section50 .introduction-area {
    padding-bottom: 40px;
  }

  #top #section40,
  #top #section60 {
    padding: 30px 0;
  }
  #top #section80 .about-container {
    height: 18vw;
  }
  #top #section80 .about-content h3 {
    font-size: 21px;
  }
  #top .instagram-container {
    flex-wrap: wrap;
  }
  #top .instagram-item {
    width: 30%;
    padding: 1px;
  }
  #top .instagram-card__img {
    border-radius: 15px;
  }
  #top .movieArea {
    padding: 90px 0 45px;
  }
}

/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #top #top-topics .topics-area h2 {
    font-size: 18px;
  }
  #top #top-topics .topics-area h2::after {
    bottom: -18px;
  }
  #top #top-topics .topics-area .main-text {
    margin-bottom: 10px;
  }
  #top #top-topics .flex-container-main {
    flex-direction: column;
  }
  #top #top-topics .flex-container-main > div {
    width: 100%;
  }
  #top #top-topics .flex-container-main > div .flex-container__inner {
    width: 44%;
  }

  #top iframe {
    width: 100%;
  }
  #top .page-down {
    width: 16vw;
  }
  #top .page-down a {
    bottom: 110px;
  }
  #top .page-down a::before {
    width: 80px;
    left: 61px;
  }
  @keyframes scroll_effect {
    0% {
      width: 0;
    }
    50% {
      width: 80px;
    }
    75% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }
  #top .main-slide {
    height: 50vh;
  }
  #top #top-topics .topics-area {
    padding: 20px;
  }
  #top #top-topics .flex-container {
    flex-wrap: wrap;
  }
  #top #top-topics .flex-container__inner {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #top #top-topics .flex-container__inner:last-child {
    margin-bottom: 0;
  }
  #top #season-area .variety--area .flex-box .fruit-item {
    width: 48%;
  }
  #top #season-area .variety--area .flex-box {
    justify-content: space-between;
  }
  #top #season-area .variety--area .flex-box .fruit-item + .fruit-item {
    margin-left: 0;
  }
  .variety--areamg50 {
    margin-top: 25px !important;
  }
  /* youtube start */
  #top #movie-area {
    padding: 30px 0;
  }
  #top #movie-area2 {
    padding: 30px 0;
  }
  #top #movie-area3 {
    margin-bottom: 35px;
    padding: 30px 0;
  }
  #top .movieArea {
    padding: 45px 0 0;
  }
  /* youtube end */

  #top #top-news .instagram-area,
  #top #top-news .sns-timeline__content {
    width: 100%;
  }
  #top #top-news {
    padding: 45px 0 40px;
  }
  #top #top-news .center {
    margin-bottom: 35px;
  }
  #top #top-news .top-news__wrap {
    width: 90%;
  }
  #top #top-news h2 {
    font-size: 24px;
  }
  #top #top-news .news-box article a {
    align-items: flex-start;
    padding: 10px 0;
    flex-direction: column;
    border-bottom: 1px dashed #d6d6d6;
  }
  #top #top-news .flex-container__info {
    align-items: flex-start;
    flex-flow: column;
  }
  #top #top-news .flex-container {
    align-items: flex-start;
  }
  #top #top-news .thumb {
    width: 40%;
  }
  #top #top-news time {
    font-size: 14px;
  }
  #top #top-news .category {
    width: auto;
    padding: 0 5px;
    margin-right: 0;
    font-size: 14px;
  }
  #top #top-news h6 {
    font-size: 14px;
    padding-top: 5px;
    width: 100%;
  }
  #top #top-news .content-flex {
    padding-top: 15px;
  }

  #top #season-area .note {
    text-align: left;
    letter-spacing: 0.25em;
  }

  #top #section20 {
    padding: 0px 0 40%;
  }

  #top #section20 h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  #top #section20 p {
    text-align: left;
    margin-bottom: 25px;
  }

  #top #section40 {
    padding: 20px 0 0;
  }
  #top #section60 {
    padding: 20px 0;
  }
  #top #section40 h2,
  #top #section60 h2 {
    font-size: 22px;
  }
  #top #section40 .guide-area__content h3,
  #top #section60 .guide-area__content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #top #section40 .button-330,
  #top #section60 .button-330 {
    width: 100%;
  }
  #top #section30 .pear-area h2,
  #top #section50 .grape-area h2 {
    font-size: 22px;
    height: 215px;
  }
  #top #section50 .grape-area h2 {
    height: 265px;
  }
  #top #section30 .pear-area,
  #top #section50 .grape-area {
    background-attachment: unset;
  }
  #top #section30 .pear-area,
  #top #section50 .grape-area {
    background-position: center;
  }
  #top #section30 .introduction-area__title,
  #top #section50 .introduction-area__title {
    font-size: 16px;
  }
  #top #section50 .introduction-area::before {
    background-size: 80px;
    width: 80px;
    height: 140px;
    right: 0px;
    top: 69px;
    left: auto;
  }
  #top #section30 .introduction-area::after {
    background-size: 130px;
    width: 130px;
    height: 99px;
    left: 0;
    bottom: -31px;
  }
  #top #section50 .introduction-area::after {
    background-size: 17vw;
    right: -25px;
    top: 110px;
  }
  #top #section60 {
    margin-bottom: 45px;
  }
  #top #section80 .section_title {
    margin-bottom: 30px;
  }
  #top #section70 .bottom-bnrs02 {
    margin: 30px auto;
  }
  #top #section80 .about-container {
    height: 30vw;
  }
  #top #section80 .about-content {
    padding: 30px 0;
  }
  #top #section80 .sns-flex a {
    width: 30%;
  }
  #top #section80 .about-content h2 {
    font-size: 18px;
  }
  #top #section80 .about-content h3 {
    font-size: 18px;
    margin: 30px auto 20px;
  }
  #top #section80 .about-content p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: unset;
    height: auto;
    line-height: 1.9;
  }
  #top #section90 {
    margin-bottom: 35px;
  }
  #top #section90 .sns-timeline__title h3 {
    font-size: 20px;
  }
  #top .instagram-container {
    padding: 0 10px;
  }
  #top .instagram-item {
    width: 32%;
  }
  #top #section100 .flex-container {
    flex-flow: column-reverse;
  }
  #top #section100 .flex-container a {
    margin-bottom: 10px;
  }
  #top #section100 .flex-container div,
  #top #section100 .flex-container a {
    width: 100%;
  }

  #top .instagram-card__img {
    width: 250px;
    border-radius: 15px;
    height: 250px;
  }
}
