@keyframes link-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.menu_has_image .news {
  display: none;
}

@media (width >= 769px) {
  .has-under_line {
    margin-bottom: 2.6041666667vw;
  }
}
@media (width < 768px) {
  .has-under_line {
    margin-bottom: 5.1282051282vw;
  }
}
@media (width >= 769px) {
  .has-under_line::before, .has-under_line::after {
    left: -16.09375vw;
  }
}

.bottom-menu {
  margin-top: 0;
}