.wrap01 .box01 .flex_wrap .point {
    width: 33%;
    margin: 0 auto;
}

.wrap01 .box02 .flex_wrap .point {
    width: 38%;
} 

.wrap01 .box03 .flex_wrap .point {
    width: 38%;
}



.wrap01 li.comment_wrap {
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.wrap01 li.comment_wrap .illust {
    opacity: 0;
    width: 13%;
}

.wrap01 li.comment_wrap .comment {
    opacity: 0;
    width: 85%;
}


/* SPのみ */
@media screen and (max-width:730px) {


    .wrap01 li:nth-child(1) {
        order: 0;
    }

    .wrap01 li:nth-child(2) {
        order: 1;
    }

    .wrap01 li:nth-child(3) {
        order: 3;
    }

    .wrap01 li.comment_wrap {
        width: 90%;
        margin-top: 0;
        order: 2;
    }

    .wrap01 li.comment_wrap .illust {
        width: 13%;
    }

    .wrap01 li.comment_wrap .comment {
        width: 85%;
    }

}