#about2024 .menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#about2024 .menu {
  max-width: calc(100% + 70px);
  width: calc(100% + 70px);
  margin-left: -70px;
  margin-bottom: 75px;
}
#about2024 .menu a:hover {
  position: relative;
  opacity: 1;
}
#about2024 .menu a span {
  display: none;
  position: absolute;
  padding-top: 0;
}
#about2024 .menu a span img {
  width: 45px;
}
#about2024 .menu a:hover span {
  border: none;
  display: block;
  top: 13px;
  left: 22px;
}
#about2024 .nori {
  max-width: 420px;
  width: 100%;
}
#about2024 .contents .gallery img {
  width: 100%;
}
#about2024 .modal {
  display: none;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #000;
}
.modaal-image .modaal-container, .modaal-gallery-item {
  max-width: 700px;
}
.modaal-gallery-control:focus:after, .modaal-gallery-control:focus:before, .modaal-gallery-control:hover:after, .modaal-gallery-control:hover:before {
  background: #000;
}
@media screen and (min-width: 641px){
  .taste dl {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 640px){
  #about2024 .contents .gallery {
    width: 100%;
  }
}