﻿.horizcategorypic .container__inner-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}
    .horizcategorypic .container__inner-box a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        aspect-ratio: 1 / 1;
    }
        .horizcategorypic .container__inner-box a > span {
            font-size: 1.6rem;
            color: #be3455;
            font-weight: 600;
        }
        .horizcategorypic .container__inner-box a > img {
            width: 100%;
            height: 100%;
        }