html,
body,
.t-records {
  scroll-padding-top: 75px;
}

/* Tildaの name アンカー対策 */
a[name] {
  display: block;
  height: 0;
  margin-top: -75px;
  padding-top: 75px;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 640px) {
  /* 正方形：高さ = 画面横幅 */
  #rec1746972791 .t-cover__wrapper,
  #rec1746972791 .t-cover,
  #rec1746972791 .t-cover__carrier {
    height: 100vw !important;
    min-height: 100vw !important;
  }

  /* 画像の見せ方（余白ありで全体表示） */
  #rec1746972791 .t-cover__carrier {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
}