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