:root{
  --title1:var(--bk20);
  --title2:var(--bk50);
}
/* h1ページタイトル背景一括変更 */
/*#contents .title1{*/
/*    background-image: url(/images/home/mv01sp.jpg);*/
/*}*/
div.items > article button{
  display:none!important;
}
/*特定の商品価格のみ消す*/
.items article:has([title*=カゴメ編みベッド]) .price,
.items article:has([title*=かいてき（アームチェア）]) .price,
.items article:has([title*=寝椅子カゴメ編み]) .price
{
  display:none;
}