#about2025 .menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#about2025 .menu {
  max-width: calc(100% + 70px);
  width: calc(100% + 70px);
  margin-left: -70px;
  margin-bottom: 75px;
}
#about2025 .menu a:hover {
  position: relative;
  opacity: 1;
}
#about2025 .menu a span {
  display: none;
  position: absolute;
  padding-top: 0;
}
#about2025 .menu a span img {
  width: 45px;
}
#about2025 .menu a:hover span {
  border: none;
  display: block;
  top: 13px;
  left: 22px;
}
#about2025 .nori {
  max-width: 420px;
  width: 100%;
}
#about2025 .contents .gallery img {
  width: 100%;
}
#about2025 .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;
}
.contents {
  position: relative;
}
.anchor-link {
  position: fixed;
  bottom: 10px;
  right: calc((100% - 900px) / 2 + 10px);
  text-align: center;
  border-radius: 5px;
  text-align: center;
  line-height: 1.22;
  background-color: #ffff00;
  padding: .7em 1em .5em;
  transition: opacity 0.5s ease;
  z-index: 10;
}
.anchor-link a {
  color: #24561F;
  vertical-align: middle;
}
@media (min-width: 641px){
  .taste dl {
    margin-bottom: 35px;
  }
}
@media (max-width: 640px){
  #about2025 .contents .gallery {
    width: 100%;
  }
  .anchor-link {
    font-size: 80%;
    right: 10px;
    padding: .5em .8em .4em;
  }
  a:hover {
    opacity: 1;
  }
}