/*==================================================
  Footer
==================================================*/

#footer{
    background:var(--grad-footer)!important;
    color:rgba(255,255,255,.7)!important;
}

#footer-in{
    padding:6px 0!important;
}

.footer-bottom{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.footer-bottom-logo,
.footer-bottom-content{
    text-align:center;
}

#navi-footer-in{
    display:flex;
    justify-content:center;
}

#footer-in .logo-footer a,
#footer-in .copyright,
#footer-in .navi-footer-in a{
    color:rgba(255,255,255,.85)!important;
}

#footer a:hover{
    opacity:.8;
}

/* スマホ下部固定メニュー（ホーム・検索・トップ・サイドバー）の色をフッターと統一 */
ul.mobile-footer-menu-buttons{
    background: linear-gradient(135deg, #581c87 0%, #4c1d95 50%, #1e1b4b 100%)!important;
}
ul.mobile-footer-menu-buttons .menu-button-in,
ul.mobile-footer-menu-buttons .menu-caption,
ul.mobile-footer-menu-buttons .menu-icon{
    color:rgba(255,255,255,.85)!important;
}