.news-detail-information,
.news-detail-text,
.news-detail-product {
  margin-top: min(50*100vw/1400, 50px);
  text-align: center;
}
.news-detail-information_title,
.news-detail-text_title,
.news-detail-product_name {
  font-size: min(30*100vw/1400, 30px);
  line-height: 1.2;
  font-weight: var(--fw-bold);
}
.news-detail-product_name > span {
  display: block;
  font-size: min(20*100vw/1400, 20px);
}
.news-detail-information_date,
.news-detail-text_subtitle {
  font-size: min(25*100vw/1400, 25px);
  line-height: 1.5;
  font-weight: var(--fw-bold);
}
.news-detail-text_subtitle {
  margin-top: min(25*100vw/1400, 25px);
}
.news-detail-product {
  margin-top: min(40*100vw/1400, 40px);
}
.news-detail-product_list {
  margin-top: min(20*100vw/1400, 20px);
  display: flex;
  text-align: center;
}
.news-detail-product_text {
  margin-top: min(20*100vw/1400, 20px);
  font-size: min(14*100vw/1400, 14px);
  font-weight: var(--fw-medium);
}
.news-detail-product-cap {
  padding: 0 min(100*100vw/1400, 100px);
}
.news-detail-product_copy {
  margin-top: min(40*100vw/1400, 40px);
}
.news-detail-wrapper {
  display: flex;
  margin-top: min(30*100vw/1400, 30px);
}
.news-detail-text_novelty .news-detail-text_subtitle {
  text-align: left;
  text-decoration: underline;
}
.news-detail-text_information {
  border-top: 1px solid #000;
  padding-top: min(50 * 100vw / 1400, 50px);
}

.news-detail-product_text {
  margin-top: min(20*100vw/1400, 20px);
  font-size: min(14*100vw/1400, 14px);
  font-weight: var(--fw-medium);
}

.news-detail-lead > span {
  font-weight: var(--fw-bold);
}
@media (max-width: 767px) {
  .news-detail-information,
  .news-detail-text,
  .news-detail-product {
    margin-top: calc(100*100vw/750);
  }
  .news-detail-information_title,
  .news-detail-text_title,
  .news-detail-product_name {
    font-size: calc(52*100vw/750);
    line-height: 1.5;
  }
  .news-detail-product_name > span {
    font-size: calc(40*100vw/750);
  }
  .news-detail-information_date,
  .news-detail-text_subtitle {
    font-size: calc(35*100vw/750);
  }
  .news-detail-text_subtitle {
    margin-top: calc(30*100vw/750);
  }

  .news-detail-text_information {
    padding-top: calc(100*100vw/750);
  }
  .news-detail-product {
    margin-top: calc(100*100vw/750);
  }
  .news-detail-product_list {
    margin-top: calc(40*100vw/750);
  }
  .news-detail-product_text {
    margin-top: calc(40*100vw/750);
    font-size: calc(26*100vw/750);
  }
  .news-detail-product-cap {
    padding: 0 calc(100*100vw/750);
  }
  .news-detail-product_copy {
    margin-top: calc(100*100vw/750);
  }
  .news-detail-wrapper {
    margin-top: calc(100*100vw/750);
  }
}
