@charset "utf-8";

/* ANCHOR FIX */ 

a.anchor-land {
    display: block;
    position: relative;
    top: -135px;
    visibility: hidden;
}

@media screen and (max-width: 810px) {
  
a.anchor-land {
    top: -100px;
}

}
