.c_box {
    display: flex;
    flex-direction: column;
    width: 45%;
    align-items: center;
}

.c_name {
    font-family: source-han-serif-jp-variable, sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-top: 8px;
}

.c_name span {
    font-size: 17px;
}

@media screen and (max-width:850px) {

    .cp {
        width: 80%;
        height: 385px;
        border-radius: 0%;
    }

    .c_name {
        font-size: 20px;
    }

    .c_name span {
        font-size: 18px;
    }

}


@media screen and (max-width:500px) {

    .cp {
        width: 100%;
        height: 222px;
        border-radius: 0%;
    }

    .c_name {
        font-size: 16px;
    }

    .c_name span {
        font-size: 14px;
    }

}


@media screen and (max-width:390px) {

    .chara_box_ft {
        width: 95%;
    }

    .c_name {
        font-size: 15px;
        margin-top: 5px;
    }

    .c_name span {
        font-size: 13px;
    }
}