.hero {
  background: url("../images/hero.jpg") no-repeat center top/100% auto;
  height: 70.18519vh;
  position: relative;
}

.hero h1 {
  padding-top: 7.29167vw;
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.2em;
}

.main {
  padding-bottom: 450px;
}

@media screen and (max-width: 767px) {
  .hero {
    background: none;
    height: auto;
    position: relative;
  }
  .hero h1 {
    padding-top: 40px;
    padding-bottom: 65px;
    font-size: clamp(21.33333px, 6.66667vw, 50px);
  }
  .hero_text {
    margin-top: 20px;
    font-size: clamp(21.33333px, 6.66667vw, 50px);
    letter-spacing: 0.1em;
    text-align: center;
  }
  .main {
    padding-bottom: 0;
  }
}

/*----------
productList
-----------*/
.productList {
  margin-top: 180px;
  background-image: url("../images/bg1.jpg"), url("../images/bg2.jpg");
  background-repeat: no-repeat;
  background-position: top right, bottom right;
}

.productList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1428px;
  width: 80.67797%;
  margin: 0 auto;
}

.productList h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
  padding-bottom: 28px;
  position: relative;
}

.productList h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 68px;
  height: 1px;
  background-color: var(--red);
  content: '';
}

.productList li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.productList li:nth-child(even) .productList_text {
  padding-left: 100px;
}

.productList li:nth-child(odd) .productList_text {
  padding-right: 100px;
}

.productList li:nth-child(n+2) {
  margin-top: 90px;
}

.productList_img {
  width: 49.01961%;
}

.productList_text {
  width: 46.66667%;
}

.productList_text p {
  margin-top: 28px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.productList_btn {
  margin-top: 40px;
  text-align: right;
}

.productList_btn a {
  color: var(--red);
  font-size: 14px;
}

.productList_btn img {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .productList {
    margin-top: 0;
    background-image: url("../images/sp-bg1.jpg"), url("../images/sp-bg2.jpg"), url("../images/sp-bg1.jpg"), url("../images/sp-bg2.jpg");
    background-repeat: no-repeat;
    background-position: top right, center left, bottom right;
  }
  .productList li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: var(--content-sp-width);
    margin: 0 auto;
    width: 100%;
  }
  .productList h2 {
    font-size: clamp(17.06667px, 5.33333vw, 40px);
    letter-spacing: 0.1em;
    padding-bottom: 15px;
    margin-top: 20px;
  }
  .productList li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productList li:nth-child(even) .productList_text {
    padding-left: 0px;
  }
  .productList li:nth-child(odd) .productList_text {
    padding-right: 0px;
  }
  .productList li:nth-child(n+2) {
    margin-top: 60px;
  }
  .productList_img {
    width: auto;
  }
  .productList_text {
    width: auto;
  }
  .productList_text p {
    margin-top: 15px;
    font-size: clamp(11.94667px, 3.73333vw, 28px);
  }
  .productList_btn {
    margin-top: 25px;
  }
}
/*# sourceMappingURL=style.css.map */