h2, p, span {
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  margin: 0;
}

.shape-product__head h2 {
  color: #111;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 30px */
  letter-spacing: 2.4px;
}
.shape-product__head p {
  color: #111;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 1.12px;
  margin-top: 16px;
}
.shape-product .shape-tabs .shape-tab {
  min-width: 190px;
}

.lineup-card {
  min-height: 304px;
}
.lineup-card__content {
  padding: 0;
  width: 100%;
  align-items: unset;
}
.lineup-card__content p {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.28px;
  padding: 16px;
  padding-top: 24px;
  text-align: center;
}
.lineup-card__content .card_arrow_tobo {
  align-self: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 880px) {
  .lineup-card__content p {
    padding-top: 16px;
  }
  .lineup-card__content {
    gap: 0px;
  }
  .lineup-card {
    min-height: auto;
  }
}
.related_video_box_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 160px;
}
.related_video_box_bottom .casevideobox {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  aspect-ratio: 217/120;
  width: 95%;
  overflow: hidden;
  cursor: pointer;
}
.related_video_box_bottom .casevideobox > img {
  display: block;
  width: 100%;
  height: auto;
}
.related_video_box_bottom .casevideobox svg {
  position: absolute;
}
.related_video_box_bottom .casevideobox:hover img {
  transition: all 0.3s ease;
  opacity: 0.8;
}

.padding-custom-cold-rolling {
  padding-bottom: 120px;
}

@media screen and (max-width: 880px) {
  .padding-custom-cold-rolling {
    padding-bottom: 88px;
  }
  .related_video_box_bottom {
    width: 87.204%;
    margin: 0 auto;
    margin-bottom: 128px;
  }
}

/*# sourceMappingURL=cold-rolling.css.map */
