.lineup__head__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  align-self: center;
}
.lineup__head__btn p {
  color: #111;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 1.12px;
}
.label-thick-plate-custom {
  padding-bottom: 120px;
}
.label-thick-plate-custom .shape-tabs .shape-tab {
  min-width: 195px;
}

.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;
}

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

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