/* ポイント履歴メニュー（複数存在する想定） */
body.no-webpoint li.__item.__item--point,
body.no-webpoint li.__item--point,
body.no-webpoint a[href*="mypoint.php"] {
  display: none !important;
}

/* 保有ポイント表示：マイページ上部＆サイドバー */
body.no-webpoint div.__point,
body.no-webpoint .__block--login div.__point,
body.no-webpoint .main--mypage div.__point,
body.no-webpoint a[href*="mypoint.php"] {
  display: none !important;
}

/* もし「保有web限定ポイント」のdl構造が別なら保険で */
body.no-webpoint dl:has(a[href*="mypoint.php"]) {
  display: none !important;
}