.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;
  }
}

#goods-content {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  max-width: 1080px;
  width: 95%;
  text-align: center;
  justify-content: center;
}
#goods-content .goods_text {
  max-width: 30rem;
  position: relative;
  left: 0;
  right: 0;
  margin: 2rem auto 1rem;
  font-weight: 600;
  font-size: 0.8rem;
}
@media screen and (max-width: 671px) {
  #goods-content .goods_text {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 671px) {
  #goods-content .goods_text {
    margin: 1rem auto 1rem;
  }
}
#goods-content .goods_text p {
  position: relative;
  margin-bottom: 0.5rem;
  text-align: left;
}
#goods-content .goods_item_area {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 671px) {
  #goods-content .goods_item_area {
    gap: 0.75rem;
  }
}
#goods-content .goods_item_area a {
  transition: 0.1s;
}
#goods-content .goods_item_area a:hover {
  transform: scale(1.025, 1.025);
}
#goods-content .goods_item_area picture {
  position: relative;
  width: 95%;
}
#goods-content .goods_item_area picture img {
  position: relative;
  width: 100%;
}
#goods-content .goods_item_area .two {
  display: flex;
  position: relative;
  width: 100%;
}
#goods-content .goods_item_area .two a picture img {
  width: 75%;
}
@media screen and (max-width: 768px) {
  #goods-content .goods_item_area .two a picture img {
    width: 100%;
  }
}