* {
  margin: 0;
  padding: 0;
}

.products-fv {
  background-image: url(/wp-content/themes/original-theme/images/1-1.png);
  background-size: cover;
}
@media screen and (max-width: 1118px) {
  .products-fv {
    background-image: url(/wp-content/themes/original-theme/images/3-1-sp.webp);
    background-size: cover;
  }
}

#vegetable .vegetable-wrap {
  padding: 3rem 0;
  background-color: #fff;
}
#vegetable .vegetable-wrap .vegetable-box {
  width: 90%;
  margin: 2rem auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media screen and (max-width: 1118px) {
  #vegetable .vegetable-wrap .vegetable-box {
    margin: 3rem auto 0;
    width: 90%;
  }
}
#vegetable .vegetable-wrap .vegetable-box .vege-item {
  width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 2rem 2rem 2rem;
}
@media screen and (max-width: 1118px) {
  #vegetable .vegetable-wrap .vegetable-box .vege-item {
    width: 150px;
    margin: 0 0 2rem 0;
  }
}
#vegetable .vegetable-wrap .vegetable-box .vege-item img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1118px) {
  #vegetable .vegetable-wrap .vegetable-box .vege-item img {
    width: 150px;
    height: 150px;
  }
}
#vegetable .vegetable-wrap .vegetable-box .vege-item p {
  margin: 0.5rem 0 0.1rem;
}
@media screen and (max-width: 1118px) {
  #vegetable .vegetable-wrap .vegetable-box .vege-item .item-name {
    font-size: 16px;
    margin-top: 1rem;
  }
}
#vegetable .vegetable-wrap .vegetable-box .vege-item .vege-detail {
  padding: 0 1rem;
  text-align: left;
  font-size: clamp(0.75rem, 0.679rem + 0.36vw, 1rem);
}
@media screen and (max-width: 1118px) {
  #vegetable .vegetable-wrap .vegetable-box .vege-item .vege-detail {
    padding: 0;
  }
}

#cut-vegetable .vegetable-wrap {
  padding: 3rem 0;
  background-color: #fff;
}
#cut-vegetable .vegetable-wrap .vegetable-box {
  width: 90%;
  margin: 4rem auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media screen and (max-width: 1118px) {
  #cut-vegetable .vegetable-wrap .vegetable-box {
    margin: 3rem auto 0;
    width: 90%;
  }
}
#cut-vegetable .vegetable-wrap .vegetable-box .vege-item {
  width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 1118px) {
  #cut-vegetable .vegetable-wrap .vegetable-box .vege-item {
    width: 150px;
  }
}
#cut-vegetable .vegetable-wrap .vegetable-box .vege-item img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1118px) {
  #cut-vegetable .vegetable-wrap .vegetable-box .vege-item img {
    width: 150px;
    height: 150px;
  }
}
#cut-vegetable .vegetable-wrap .vegetable-box .vege-item p {
  margin: 0.5rem 0 0.1rem;
}
@media screen and (max-width: 1118px) {
  #cut-vegetable .vegetable-wrap .vegetable-box .vege-item .item-name {
    font-size: 16px;
    margin-top: 1rem;
  }
}
#cut-vegetable .vegetable-wrap .vegetable-box .vege-item .vege-detail {
  padding: 0 1rem;
  text-align: left;
  font-size: clamp(0.75rem, 0.679rem + 0.36vw, 1rem);
}
@media screen and (max-width: 1118px) {
  #cut-vegetable .vegetable-wrap .vegetable-box .vege-item .vege-detail {
    padding: 0;
  }
}

#other-product {
  background-color: #fff;
  padding: 3rem 0;
}
#other-product .other-product-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1118px) {
  #other-product .other-product-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#other-product .other-product-wrap .other-product-item {
  width: 25%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem auto;
}
@media screen and (max-width: 1118px) {
  #other-product .other-product-wrap .other-product-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#other-product .other-product-wrap .other-product-item img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1118px) {
  #other-product .other-product-wrap .other-product-item img {
    margin-bottom: 0.5rem;
    width: 300px;
    height: 300px;
  }
}
#other-product .other-product-wrap .other-product-item .other-product-text {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1118px) {
  #other-product .other-product-wrap .other-product-item .other-product-text {
    width: 100%;
  }
}
#other-product .other-product-wrap .other-product-item .other-product-text p {
  text-align: center;
  margin: 0.5rem 0 0.1rem;
}
@media screen and (max-width: 1118px) {
  #other-product .other-product-wrap .other-product-item .other-product-text p {
    padding: 0 1.5rem;
  }
}/*# sourceMappingURL=products.css.map */