
/* --- hide Yoast/The-Thor breadcrumb (2025-04-30) --- */
.breadcrumb,
.breadcrumb *,        /* The-Thor のデフォルトクラス */
#breadcrumbs {        /* Yoast のショートコード用 ID */
  display:none !important;
}

