

/** Mobile **/
@media screen and (max-width: 640px) and (hover: none) and (pointer: coarse) {

/* カテゴリ非表示 */
  .block-category-list--sub {
    display: none;
  }
  .block-category-list--sub.block {
    display: block;
  }

}