.l-hd {
  top: 0;
}
.l-hd__logo-link {
  width: 366px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .l-hd__logo-link {
    width: 250px;
  }
}