/****************************************************************************
 * Logo
 ****************************************************************************/
.footer .logo img {
    filter: brightness(100);
}
.footer .logo_wrapper,
.footer .logo_wrapper picture.data_ratio {
    width: 9em;
    height: 2em;
    font-size: 1rem;
}
@media screen and (min-width:40em){
    .footer .logo_wrapper,
    .footer .logo_wrapper picture.data_ratio {
        font-size: 1.25rem;
    }
}
@media screen and (min-width:64em){
    .footer .logo_wrapper,
    .footer .logo_wrapper picture.data_ratio {
        font-size: 1.375rem;
    }
}
@media screen and (min-width:90em){
    .footer .logo_wrapper,
    .footer .logo_wrapper picture.data_ratio {
        font-size: 1.75rem;
    }
}


/****************************************************************************
 * Menu
 ****************************************************************************/
.footer .menu li a {
    padding: 0;
}

.footer .menu .sub-menu {display: none;}

.footer .menu .button_item {margin: 0;}

/****************************************************************************
 * Social Menu
 ****************************************************************************/
.footer .social_menu li {
    padding-right: 1rem;
}
.footer .social_menu li:last-child {
    padding-right: 0;
}
.footer .social_menu li a {
    font-size: 1.25rem;
}