.page-products {
  display: flex;
  flex-direction: column;
  gap: 71px;
  padding: 68px 93px;
  padding-bottom: 180px;
  background-color: #f7f3ec;
}
@media screen and (min-width: 768px) and (max-width: 1249px) {
  .page-products {
    margin-top: 93px;
  }
}
@media screen and (max-width: 767px) {
  .page-products {
    margin-top: 80px;
    padding: 40px 5%;
    padding-bottom: 120px;
  }
}
.page-products_title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 350;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-products_title {
    font-size: 36px;
  }
}
.page-products-lead {
  display: flex;
  flex-direction: column;
  gap: 37px;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 385px) {
  .page-products-lead {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-products-lead {
    max-width: 325px;
  }
}
.page-products_subtitle {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 41px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-products_subtitle {
    font-size: 23px;
  }
}
.page-products_side-text {
  display: flex;
  align-items: center;
  gap: 45px;
  justify-content: space-between;
}
@media screen and (min-width: 767px) and (max-width: 1185px) {
  .page-products_side-text {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page-products_side-text {
    flex-direction: column;
  }
}
.page-products_text {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  width: 100%;
}
@media screen and (max-width: 385px) {
  .page-products_text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-products_text {
    width: 100%;
  }
}
.page-products_button {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background-color: #707070;
  border-color: #707070;
  column-gap: 10px;
  padding: 18px 28px;
  width: 274px;
  gap: 0.5em;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 767px) and (max-width: 1185px) {
  .page-products_button {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .page-products_button {
    max-width: 274px;
    width: 100%;
    margin-bottom: 27px;
  }
}
.page-products_button:hover {
  background-color: #D3B778;
}
.page-products_button-text {
  width: 100%;
}
.page-products_link {
  display: inline-flex;
  justify-content: space-between;
  gap: 24px;
  justify-content: center;
}
@media screen and (min-width: 767px) and (max-width: 1185px) {
  .page-products_link {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page-products_link {
    flex-direction: column;
  }
}
.page-products_link-button {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  background-color: #fff;
  padding: 28px 100px;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
  transition: 0.3s ease;
  text-align: center;
}
@media screen and (min-width: 767px) and (max-width: 1185px) {
  .page-products_link-button {
    font-size: 20px;
    padding: 15px 36px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-products_link-button {
    font-size: 20px;
    padding: 15px 36px;
  }
}
@media screen and (max-width: 310px) {
  .page-products_link-button {
    font-size: 16px;
    padding: 15px;
    gap: 8px;
  }
}
.page-products_link-button:hover {
  color: #fff;
  background-color: #D3B778;
}
.page-products_link-button:hover .page-products_link-button-icon {
  transform: translateY(3px);
}
.page-products_link-button:hover .page-products_link-button-icon path {
  stroke: #fff;
}
.page-products_link-button-icon {
  width: 26px;
  height: 26px;
}
.page-products_list {
  display: flex;
  flex-direction: column;
  gap: 58px;
}
.page-products_category {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-size: 46px;
  line-height: 77px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-products_category {
    font-size: 28px;
  }
}
.page-products_cards__wrapper {
  display: flex;
  justify-content: center;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 980px) and (max-width: 1380px) {
  .page-products_cards__wrapper {
    max-width: 774px;
  }
}
@media screen and (max-width: 981px) {
  .page-products_cards__wrapper {
    max-width: 368px;
  }
}
.page-products_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  gap: 38px;
}
@media screen and (max-width: 767px) {
  .page-products_cards {
    flex-direction: column;
    gap: 30px;
    max-width: 368px;
  }
}
.page-products_card {
  display: flex;
  flex-direction: column;
  max-width: 368px;
  gap: 15px;
}
.page-products_card-img {
  width: 100%;
  height: 100%;
}
.page-products_card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-products_card-title {
  display: flex;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-products_card-title {
    font-size: 16px;
  }
}
.page-products_card-icon {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.page-products_card-icon-img {
  max-width: 60px;
}
@media screen and (max-width: 767px) {
  .page-products_card-icon-img {
    max-width: 42px;
  }
}
.page-products_card-text {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  height: 87px;
}
@media screen and (max-width: 767px) {
  .page-products_card-text {
    font-size: 14px;
  }
}
.page-products_bottom-position {
  display: flex;
  margin-inline: auto;
  justify-content: center;
}

/*# sourceMappingURL=products.css.map */
