body{
    font-feature-settings: unset;
}
.point .btn {
    background-color: #000;
    padding: 18px 0!important;
}
.point .btn:hover {
    background: #fff!important;
}
@media(min-width: 769px){
    .point .btn {
        width: 300px;
    }
}
#header .header__link-for-shoplist:hover {
    color: #fff;
    border: 1px solid #000;
    opacity: 1;
}
@media(min-width: 769px){
    #header.l-header {
        position: fixed;
        top: 0;
    }
    #content {
        padding-top: 110px;
    }
}
.footer__area01-formembers a {
    font-size: 1.4rem;
}