/* =============================================
   Related Links — SP component
   Hidden by default, shown at <=480px
   ============================================= */

.related-links-sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .related-links-sp {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 80px 20px;
    background: #757879;
    box-sizing: border-box;
  }
}

.related-links-sp__card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 374 / 249;
  overflow: hidden;
  text-decoration: none;
}

.related-links-sp__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-links-sp__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
  padding: 16px 20px 0 0;
  background: #757879;
  color: #fff;
}

.related-links-sp__cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.related-links-sp__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #fff;
}

.related-links-sp__arrow {
  width: 14px;
  height: auto;
  flex-shrink: 0;
}
