@charset "utf-8";
@layer others_about;
@layer others_about {
    #about_kuina_chan {
        width: 100%;
        background: linear-gradient(#5f565f, #4c454c);
        text-align: center;
        padding: 4px;
        border: solid 1px #000;
        img {
            width: 19rem;
            height: auto;
        }
        @media (min-width: 768px) {
            img {
                width: 23.78rem;
                height: auto;
            }
        }
    }
    #kuina_chans {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        .kuina_chans_box {
            border: solid 1px #9f7dab;
            border-radius: 6px;
            padding: 4px;
            margin: 2px;
            .kuina_chans_box_t {
                font-size: 0.9rem;
            }
            .kuina_chans_box_b {
                img {
                    width: 5rem;
                    height: auto;
                    border-radius: 8px;
                    border: solid 2px #ccc4cb;
                }
            }
        }
    }
}
