d-none d-lg-block bg-secondary text-white
html bootstrap5 Sample
要素の表示/非表示を設定する:d-lg-none
lgより大きい画面幅で非表示
lgより大きい画面幅で表示
<div class="d-lg-none bg-primary text-white">lgより大きい画面幅で非表示</div>
<div class="d-none d-lg-block bg-secondary text-white">lgより大きい画面幅で表示</div>