@charset "utf-8";

/* ==============================================
 フッター
=============================================== */
#footer_top_wrap {
    padding-top: 5%;
    margin: 0 auto;
}
#footer_top_wrap .footer-banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #ccc;
    margin: 0 auto;
    padding: 3% 3% 0;
    box-sizing: border-box;
}
#footer_top_wrap .footer-banners .footer-banner {
    width: 23.8%;
}
#footer_top_wrap .footer-banners .footer-banner a {
    text-decoration: none;
}
#footer_top_wrap .footer-banners .footer-banner .banner-contents img {
    width: 100%;
    vertical-align: bottom;
}
#footer_top_wrap .footer-banners .footer-banner .banner-contents .banner-title {
    margin-top: 3%;
    font-size: 2.6vw;
    font-weight: bold;
}
#footer_top_wrap .footer-banners .footer-banner .banner-contents .banner-title .subtitle {
    font-size: 1.4vw;
    font-weight: bold;
}
#footer_top_wrap .footer-banners .footer-banner .banner-contents .banner-description {
    margin-top: 5%;
    font-size: 1.1vw;
    line-height: 1.8;
}

#pagetop {
    height: 40px;
    overflow: hidden;
}

#footer_wrap {
    margin-top: 3%;
    background-color: #000;
    color: #fff;
}

#footer_wrap .footer {
    width: 100%;
    padding: 3% 6% 0;
    box-sizing: border-box;
}
#footer_wrap .footer a {
    color: #fff;
}
#footer_wrap .footer a:hover {
    text-decoration: underline;
}

#footer_wrap .footer .footer-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#footer_wrap .footer .footer-navi .navi-items-bloc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 33.3%;
    font-size: 1.2vw;
    line-height: 2;
}
#footer_wrap .footer .footer-navi .navi-items-bloc .category-menus ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1vw;
}

#footer_wrap .footer .footer-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 50px auto;
}
#footer_wrap .footer .footer-sns li span.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}
#footer_wrap .footer .footer-sns li span i {
    font-size: 2.3em;
    color: #000;
}
#footer_wrap .footer-bottom {
    width: 100%;
    text-align: center;
}
#footer_wrap .footer-bottom .copyright {
    display: block;
    padding: 1% 0;
    font-size: 0.9em;
}

@media screen and (max-width: 648px) {

    #footer_top_wrap {
        padding: 5% 3%;
    }
    #footer_top_wrap .footer-banners {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 0 3%;
    }
    #footer_top_wrap .footer-banners .footer-banner {
        width: 100%;
    }
    #footer_top_wrap .footer-banners .footer-banner .banner-contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: 4%;
    }
    #footer_top_wrap .footer-banners .footer-banner .banner-contents .banner-image {
        width: 46%;
    }
    #footer_top_wrap .footer-banners .footer-banner .banner-contents .banner-title {
        width: 48%;
        margin-top: 0;
        margin-left: 6%;
        font-size: 6vw;
    }
    #footer_top_wrap .footer-banners .footer-banner .banner-contents .banner-title .subtitle {
        font-size: 3.2vw;
    }
    #footer_top_wrap .footer-banners .footer-banner .banner-contents .banner-description {
        display: none;
    }

    #footer_wrap {
        margin-top: 80px;
    }
    #footer_wrap .footer {
        padding: 6% 1% 0;
    }
    #footer_wrap .footer .footer-navi {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #footer_wrap .footer .footer-navi .navi-items-bloc {
        position: relative;
        width: 95%;
        margin: 0 auto;
        padding: 50px 0;
        font-size: 2vw;
        line-height: 1;
    }
    #footer_wrap .footer .footer-navi .navi-items-bloc::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
    }
    #footer_wrap .footer .footer-navi .navi-items-bloc.pc {
        display: none;
    }
    #footer_wrap .footer .footer-navi .navi-items-bloc ul.navi-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
    #footer_wrap .footer .footer-navi .navi-items-bloc ul.navi-items > li {
        padding: 0 3vw;
        margin-bottom: 3%;
    }
    #footer_wrap .footer .footer-navi .navi-items-bloc ul.navi-items > li:not(:last-child) {
        border-right: 1px solid #fff;
    }
    #footer_wrap .footer .footer-navi .navi-items-bloc ul.navi-items .category-menus .title {
        text-align: center;
    }
    #footer_wrap .footer .footer-navi .navi-items-bloc ul.navi-items .category-menus ul {
        padding-top: 16px;
    }
    #footer_wrap .footer .footer-navi .navi-items-bloc ul.navi-items .category-menus ul {
        margin-top: 16px;
        font-size: 1.8vw;
        line-height: 1.8;
    }

    #footer_wrap .footer .footer-sns {
        width: 100%;
        margin: 0 auto;
        padding: 50px 0;
    }

    #footer_wrap .footer-bottom .copyright {
        padding: 3% 0;
    }
}

@media screen and (max-width: 479px) {

    #footer_wrap {
        padding-bottom: 100px;
    }
    #footer_wrap .footer .footer-navi .navi-items-bloc {
        font-size: 4vw;
        line-height: 1;
    }
    #footer_wrap .footer .footer-navi .navi-items-bloc ul.navi-items > li {
        margin-bottom: 8%;
    }
    #footer_wrap .footer .footer-navi .navi-items-bloc ul.navi-items .category-menus ul {
        margin-top: 2%;
        font-size: 3.2vw;
        line-height: 2;
    }
    #footer_wrap .footer .footer-navi .navi-items-bloc ul.navi-items .category-menus ul li span {
        padding: 0 1vw;
    }
}
