main[role="main"] {
    overflow: visible;
}
.elg-news-content {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.news-main-container {
  max-width: 450px; /*1カラム*/
  /*max-width: 800px; 2カラム*/
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
}
.news-label {
  display: inline-block;
  margin-bottom: 10px!important;
  padding: 2px 8px 4px;
  background: #000;
  color: #fff;
  font-size: 12px;
}
.news-product-release-date {
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: bold;
}
.news-product-description {
  font-size: clamp(12px, 3.2vw, 14px);
}
.news-product {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.news-product-detail {
  width: 100%; /*1カラム*/
  /*width: calc((800px - 20px) / 2); 2カラム*/
}
.news-product-image {
  max-width: 400px; /*1カラム*/
  /*width: 300px; 2カラム*/
  margin: 1em auto;
}
.news-product-image img {
  width: 100%;
  height: auto;
}
.news-product-text {
  font-size: clamp(12px, 3.2vw, 14px);
}
.news-product-label {
  display: inline-block;
  padding: 1px 30px;
  background: #b39d51;
  font-size: clamp(10px, 2.67vw, 12px);
  color: #fff;
}
.news-later {
  padding: 2em 0 1em;
  border-top: dashed 1px #cfcfcf;
  font-size: clamp(12px, 3.2vw, 14px);
}
.news-link-wrapper {
  padding: 2em 0 1em;
  border-top: dashed 1px #cfcfcf;
}
.news-link-text {
  font-size: clamp(12px, 3.2vw, 14px);
}
.news-link-bn {
  display: block;
  max-width: 450px;
  margin: 1em auto 0;
}
.news-link-bn img {
  width: 100%;
  height: auto;
  margin: 0;
}