.banner {
  position: relative;
  width: 100%;
  top: 100%;
  z-index: 5;
  filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.9));
}
.banner picture {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1920px) {
  .banner img {
    width: 100%;
  }
}

@media screen and (max-width: 914px) {
  #kowai_title {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  #kowai_title {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 671px) {
  #kowai_title {
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 671px) {
  #kowai_price {
    font-size: 0.7rem;
  }
}

#header-content {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  pointer-events: none;
}

.top_scroll {
  position: relative;
  width: 100%;
  top: 100%;
  z-index: 5;
}
.top_scroll picture {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1920px) {
  .top_scroll img {
    width: 100%;
  }
}
.top_scroll .top_menu {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 6;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  pointer-events: all !important;
}
.top_scroll .top_menu li {
  display: inline-block;
}
.top_scroll .top_menu a {
  text-decoration: none;
  font-family: adobe-garamond-pro, serif;
  color: white;
  font-size: 1rem;
  font-weight: 600;
}