:root {
  --cl-pri: #000;
  --cl-ac: rgba(0, 134, 209, 1);
  --cl-light: rgba(0, 134, 209, 0.1);
  --cl-sec: #ab8c1f;
}

/* アイコンの変更 */
.drawer-btm .item__title,
.sidebar .widget__title,
.home .main .purpose .entry__title,
.home .main .machining .entry__title,
.post-type-archive-purpose .main .entry__title,
.post-type-archive-machining .main .entry__title,
.blog .main .entry__title,
.category-blog .main .entry__title,
.footer__nav .item__link::before {
  background-image: url(img/ico/ico-arrow-circle-k.svg);
}

.home .main .anchor {
  background-image: url(img/ico/ico-arrow-btm-k.svg);
}