@charset "UTF-8";

/* ポートフォリオ　－　フッター SP */

/*************************************
サイトマップ
プラスマイナスのアコーディオンメニュー
*************************************/
@media screen and (max-width: 1200px) {
    #footer .site_map {
        width: 700px;
        text-align: left;
    }
    #footer .site_map_accordion {
        width: 45%;
        margin-left: 10%;
    }
}

@media screen and (max-width: 900px) {
    #footer .site_map {
        width: 600px;
    }
    #footer .site_map_accordion {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    #footer {
        font-size: 0.8rem;
        line-height: 1.7;
    }
    #footer .site_map {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    #footer .site_map_accordion.web {
        width: 50%;
        margin-left: 0;
    }
    #footer .site_map_accordion.illust {
        width: 50%;
        margin-left: 0;
    }
    #footer .site_map_accordion:first-child {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    #footer .site_map_accordion.web {
        width: 80%;
    }
    #footer .site_map_accordion.illust {
        width: 80%;
    }
}


/*****************************
コピーライト　（.copyright）
*****************************/
@media screen and (max-width: 767px) {
    .copyright {
        margin-left: 0;
    }
}


/*****************************
フッター最後の行　（.last_line)
*****************************/
@media screen and (max-width: 767px) {
    #footer {
        padding: 30px 0 16px 0;
    }
    #footer .last_line {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    .secret_accordion {
        margin-bottom: 10px;
    }
    
}