.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;
}

.dummy {
    width: 45%;
}

.guestArea {
    width: 90%;
    margin: 50px auto 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: wrap;
}

.guestAreaBox {
    width: 100%;
}

.guest_box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.guest_obi {
    width: 100%;
    font-family: source-han-serif-jp-variable, sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 20px;
    text-align: center;
    margin-bottom: 1.5rem;
}

.guestBox {
    margin-bottom: 50px;
}

.guestBox .c_name {
    margin-top: 0;
}

@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%;
        background-size: cover;
    }

    .c_name {
        font-size: 16px;
    }

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

    .guestArea {
        width: 100%;
    }

    .guest_obi {
        font-size: 16px;
    }

    .guestBox {
        /* width: 35%;
        margin-bottom: 30px; */
    }



}


@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;
    }

    .guest_obi {
        font-size: 14px;
        margin-bottom: 1.2rem;
    }

    .guestBox {
        margin-bottom: 2rem;
    }


}