@charset "UTF-8";

/* container */
.top_container_inner {
  width: 1400px;
  margin: 0 auto;
  padding: 195px 150px 83px;
}

@media screen and (max-width: 768px) {
  .top_container_inner {
    width: 100%;
    margin: 0 auto;
    padding: 39.5% 0 27.2%;
  }
}

/* bg */
.contents_bg {
  background: url(/brand/vegetables/img/top/top_bg_pc.png) top center/cover no-repeat #fde949;
}

@media screen and (max-width: 768px) {
  .contents_bg {
    background: url(/brand/vegetables/img/top/top_bg_sp.png) top center/cover no-repeat #fde949;
  }
}

/* key visual */
.top_kv {
  width: 100%;
  min-width: 1400px;
  height: 58.786vw;
  min-height: 823px;
  margin-top: 80px;
  position: relative;
  background: url(/brand/vegetables/img/top/kv_bg_pc.jpg)center center/cover no-repeat;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top_kv {
    min-width: auto;
    margin-top: 65px;
    height: 182.667vw;
    min-height: auto;
    background: url(/brand/vegetables/img/top/kv_bg_sp.jpg)center center/cover no-repeat;
  }
}

.top_kv_title {
  width: 27.7%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .top_kv_title {
    width: 63%;
  }
}

.top_kv_icon {
  width: 10.21%;
  position: absolute;
  top: 21.5%;
  left: 60.3%;
}

@media screen and (max-width: 768px) {
  .top_kv_icon {
    width: 23%;
    position: absolute;
    top: 29.5%;
    left: 70%;
  }
}

.top_scroll {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 3.88%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .top_scroll {
    bottom: 9.927%;
  }
}

.top_scroll-text {
  width: 3.93%;
}

@media screen and (max-width: 768px) {
  .top_scroll-text {
    width: 16.8%;
  }
}

.top_scroll-icon {
  width: 2%;
  margin: 0.7% auto 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .top_scroll-icon {
    width: 6.93%;
    margin-top: 2.67%;
  }
}


/* section */
.top_section {
  position: relative;
}

.top_section:not(:first-of-type) {
  margin-top: 17px;
}

@media screen and (max-width: 768px) {
  .top_section:not(:first-of-type) {
    margin-top: 4.09%;
  }
}

.top_section a {
  width: 630px;
  height: 500px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .top_section a {
    width: 96vw;
    height: 78.133vw;
    font-size: 3.7vw;
    background-position: center center, 4vw 3.2vw;
    background-size: 96vw 74.667vw;
  }
}

@media screen and (min-width: 769px) {
  .top_section a:hover {
    opacity: 0.7;
  }
}

.top_section a:before,
.top_section a:after {
  content: "";
  width: 630px;
  height: 500px;
  background-position: center;
  background-size: 630px 500px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .top_section a:before,
  .top_section a:after {
    content: "";
    width: 96vw;
    height: 78.133vw;
    background-size: 96vw 78.133vw;
  }
}

.top_section a:before {
  top: 0;
  left: 0;
  z-index: -1;
}

.top_section a:after {
  top: 17px;
  left: 23px;
  z-index: -2;
}

@media screen and (max-width: 768px) {
  .top_section a:after {
    top: 2.5%;
    left: 3.88%;
  }
}

.top_section_text {
  text-shadow: 0 0 10px #000;
}

.top_section_icon {
  position: absolute;
  z-index: 2;
}

.top_section_heading {
  min-height: 0%;
}

/* section 01 */
.top_section-01 a:after {
  background-image: url(/brand/vegetables/img/top/top_section__shadow-01.png);
}

.top_section-01 a:before {
  background-image: url(/brand/vegetables/img/top/top_section_bg-01.png);
}

.top_section-01 .top_section_heading {
  width: 356px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .top_section-01 .top_section_heading {
    width: 57%;
    margin-bottom: 1.7%;
  }
}

.top_section-01 .top_section_icon {
  width: 287px;
  top: -184px;
  left: -90px;
}

@media screen and (max-width: 768px) {
  .top_section-01 .top_section_icon {
    width: 37.86%;
    top: -33.9%;
    left: 0;
  }
}

/* section 02 */
.top_section-02 a:after {
  background-image: url(/brand/vegetables/img/top/top_section__shadow-02.png);
}

.top_section-02 a:before {
  background-image: url(/brand/vegetables/img/top/top_section_bg-02.png);
}

.top_section-02 a {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .top_section-02 a {
    margin: 34.67% 0 0;
  }
}

.top_section-02 .top_section_heading {
  width: 335px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .top_section-02 .top_section_heading {
    width: 51.73%;
    margin-bottom: 1.7%;
  }
}

.top_section-02 .top_section_icon {
  width: 262px;
  top: -180px;
  right: -60px;
}

@media screen and (max-width: 768px) {
  .top_section-02 .top_section_icon {
    width: 34.13%;
    top: -33.44%;
    right: 1%;
  }
}

/* section 03 */
.top_section-03 a:after {
  background-image: url(/brand/vegetables/img/top/top_section__shadow-03.png);
}

.top_section-03 a:before {
  background-image: url(/brand/vegetables/img/top/top_section_bg-03.png);
}

.top_section-03 a {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .top_section-03 a {
    margin: 34.67% 0 0;
  }
}

.top_section-03 .top_section_heading {
  width: 430px;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .top_section-03 .top_section_heading {
    width: 60%;
    margin-bottom: 1.7%;
  }
}

.top_section-03 .top_section_icon {
  width: 262px;
  top: -175px;
  left: -78px;
}

@media screen and (max-width: 768px) {
  .top_section-03 .top_section_icon {
    width: 37.73%;
    top: -37%;
    left: 0;
  }
}

/* section 04 */
.top_section-04 a:after {
  background-image: url(/brand/vegetables/img/top/top_section__shadow-04.png);
}

.top_section-04 a:before {
  background-image: url(/brand/vegetables/img/top/top_section_bg-04.png);
}

.top_section-04 a {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .top_section-04 a {
    margin: 34.67% 0 0;
  }
}

.top_section-04 .top_section_heading {
  width: 450px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .top_section-04 .top_section_heading {
    width: 70%;
    margin-bottom: 1.7%;
  }
}

.top_section-04 .top_section_icon {
  width: 262px;
  top: -168px;
  right: -65px;
}

@media screen and (max-width: 768px) {
  .top_section-04 .top_section_icon {
    width: 34.13%;
    top: -33.1%;
    right: 1%;
  }
}
