body{
    font-feature-settings: unset;
}
.point .btn {
    background-color: #000;
   
}
#header.l-header,footer.l-footer {
    font-family: "Roboto", "Noto Sans JP", YuGoMedium, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
@media(max-width:767px){
    div.floatTopMenu {
    top: 60px;
    box-shadow: 0 0 1px #000
    }
.header__inner {
    position: fixed;
    top: 0;
    height: 60px

}
    .header__description,.header__utilityBtn {
        display: none!important;
    }
   div.wrap {
       padding-top: 0;
   }
   .is-sp-nav--open div.floatTopMenu {
       z-index: 0;
       opacity: 0
   }
   .is-sp-nav--open .saiyoheader div.nav {
    z-index: 0;
    opacity: 0
  }
}
@media(min-width: 769px){
    .point .btn {
        width: 300px;
    }   
}
