.category-box{background:var(--background-1);border-radius:16px;padding:1.2rem}.category-box__title{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;font-weight:700}.category-box__title .title-name{color:var(--foreground);font-size:1.6rem}.category-box__list{display:flex;flex-wrap:wrap;justify-content:start}@media only screen and (min-width:740px){.category-box__list .category-box__item{min-width:6rem;width:12.5%}.category-box__list .category-box__item img{min-width:2rem;min-height:2rem}}.category-box__item{padding:2rem 0;text-align:center;width:25%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.category-box__item:focus img,.category-box__item:hover img{filter:brightness(0) saturate(100%) invert(91%) sepia(100%) saturate(1898%) hue-rotate(331deg) brightness(101%) contrast(109%)}.category-box__item:focus .category-box__label,.category-box__item:hover .category-box__label{color:var(--yellow)}.category-box__label{font-size:1rem;font-weight:400;line-height:1.2rem;margin-top:.4rem}