.wrap01 .box01 .flex_wrap .point {
    width: 40%;
}

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

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

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

.wrap01 .box03 .flex_wrap .image .cap {
    left: 5px !important;
    right: auto !important;
}

.wrap01 .box04 .flex_wrap .image .cap {
    left: auto !important;
    right: 5px !important;
}

.wrap01 li.comment_wrap {
    width: 100%;
}

.comment_wrap .comment_inner {
    width: calc(93%/2);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

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

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

.treasture_link_wrap .prev {
    width: 100%;
}

.treasture_link_wrap .prev a {
    margin: 0 auto;
}

.treasture_link_wrap .prev a::before {
    margin-left: -15px;
}


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

    .wrap01 .box03 .flex_wrap {
        margin-left: 0 !important;
    }

    .wrap01 .box04 .flex_wrap {
        margin-left: auto !important;
    }



    .comment_wrap .comment_inner {
        width: 90%;
    }

    .comment_wrap .illust {
        width: 13%;
    }

    .comment_wrap .comment {
        width: 85%;
    }

}