@charset "UTF-8";

/* ポートフォリオ　－　イラストページ SP */


@media screen and (max-width: 767px) {
    #illust_page .menu_inner {
        margin-bottom: 60px;
    }
    #illust_page .menu_inner .flex_items {
        width: 70%;
        margin-bottom: 60px;
    }
    #illust_page .menu_inner .flex_items.column_right {
        padding-top: 0;
    }

    #illust_page .detail_box .illust img {
        width: 250px;
    }
    #illust_page .detail_box .comment {
        width: 100%;
    }

    /* 2行になるので矢印の高さ調整 */
    #illust_page .detail_box .comment p.comment_link:before {
        top: 2px;
        transform: translateY(0);
    }

    #illust_page .illust_detail_box.fixed {
        margin-bottom: 60px;
    }

    #monthly_line {
        margin-bottom: 40px;
    }

    #illust_page .illust_detail_box {
        padding-top: 100px;
        margin-top: -100px;
    }
}

@media screen and (max-width: 500px) {
    #illust_page .menu_inner .flex_items {
        width: 100%;
    }
}
