.f15 {
  font-size: 15px;
  line-height: 2;
}

#product-hair {
  margin-top: 160px;
  padding: 0 5%;
}

.product-mv {
  padding: 0 5%;
  text-align: center;
}

.product-intro_flex {
  margin: 0 auto 170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  width: 100%;
}
.product-intro_flex h4 {
  font-size: 42px;
  margin-right: 5%;
  width: 45%;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.077em;
  line-height: 1.4;
  font-weight: 100;
}
.product-intro_flex .f15 {
  width: 50%;
}

.product-list li {
  margin-bottom: 130px;
}
.product-list li:nth-child(even) img {
  order: 2;
}
.product-list li:nth-child(even) .product-list_cont {
  order: 1;
}
.product-list li:last-child {
  margin-bottom: 0;
}

.product-list_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-list_wrap img {
  width: 60%;
}
.product-list_wrap .product-list_cont {
  width: 35%;
}
.product-list_wrap .product-list_cont .s-ttl {
  color: var(--red);
  font-size: 14px;
  position: relative;
  margin-bottom: 40px;
  padding-left: 35px;
}
.product-list_wrap .product-list_cont .s-ttl:before {
  content: "";
  background: var(--red);
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
.product-list_wrap .product-list_cont .product-name {
  font-size: 80px;
  font-family: "Kalnia", serif;
  font-weight: 300;
  letter-spacing: -0.4rem;
  margin: 20px 0 40px 0;
  width: -moz-fit-content;
  width: fit-content;
}
.product-list_wrap .product-list_cont .product-desc {
  font-size: 28px;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  line-height: 1.9;
  font-weight: 100;
}

.btn-wrap {
  margin-top: 50px;
  max-width: 220px;
  width: 100%;
}
.btn-wrap:hover .btn--view-more::before {
  animation: arrowSlide 0.5s normal cubic-bezier(0.1, -0.6, 0.2, 0);
}
.btn-wrap a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-last {
  margin: 160px 0 200px;
}
.product-last .f28 {
  font-size: 28px;
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-weight: 100;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .product-list_wrap .product-list_cont .product-desc {
    font-size: 24px;
    line-height: 1.7;
  }
  .product-list_wrap .product-list_cont .product-name {
    font-size: 65px;
  }
}
@media screen and (max-width: 1340px) {
  .product-list_wrap {
    align-items: flex-start;
  }
  .product-list_wrap .product-list_cont .s-ttl {
    font-size: 12px;
    padding-left: 30px;
  }
  .product-list_wrap .product-list_cont .s-ttl:before {
    width: 25px;
  }
  .product-list li {
    margin-bottom: 80px;
  }
  .product-list_wrap .product-list_cont .product-desc {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .product-list_wrap .product-list_cont .product-name {
    font-size: 55px;
    letter-spacing: -0.2rem;
    margin: 20px 0 30px 0;
  }
}
@media screen and (max-width: 1080px) {
  #product-hair {
    margin-top: 120px;
  }
  .product-intro_flex {
    margin: 0 auto 110px;
  }
  .product-intro_flex h4 {
    font-size: 30px;
  }
  .product-list_wrap .product-list_cont .product-name {
    font-size: 40px;
    margin: 10px 0 20px 0;
  }
  .product-list_wrap .product-list_cont .product-desc {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .product-last {
    margin: 110px 0 140px;
  }
  .product-last .f28 {
    font-size: 22px;
  }
}
@media screen and (max-width: 834px) {
  #product-hair {
    margin-top: 80px;
  }
  .product-intro_flex {
    margin: 0px auto 80px;
    display: block;
  }
  .product-intro_flex h4 {
    font-size: 22px;
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
  }
  .product-intro_flex .f15 {
    width: 100%;
  }
  .product-list_wrap {
    display: block;
  }
  .product-list_wrap img {
    width: 100%;
  }
  .product-list_wrap .product-list_cont {
    width: 100%;
    margin-top: 25px;
  }
  .product-list li {
    margin-bottom: 60px;
  }
  .product-last {
    margin: 90px 0 110px;
  }
  .product-last .f28 {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 370px) {
  .product-list_wrap .product-list_cont .product-desc {
    font-size: 19px;
    letter-spacing: 0.08em;
  }
}/*# sourceMappingURL=product.css.map */