.amazon_top {
  max-width: 1030px;
  margin: 100px auto 0;
}

.amazon_top img {
  width: 100%;
}

.hero_2025 {
  margin-top: 0;
}

.aw_selection .amazon_gold:before {
  background: #f6f3e7;
}

.amazon_gold_title {
  background: url(/assets/img/2025/amazon_gold_bg.svg) no-repeat center center;
  font-size: 28px;
  top: -21px;
}

.amazon_silver_title {
  background: url(/assets/img/2025/amazon_silver_bg.svg) no-repeat center center;
  font-size: 28px;
  top: -21px;
}

.aw_selection .amazon_silver {
  margin-top: 0;
}

.set_img_wrap {
  padding: 0;
}

.set_img_wrap img {
  aspect-ratio: unset;
}

.selection_flow span {
  padding: 0;
  top: 0;
  left: 0;
  transform: none;
  width: auto;
  background: none;
  color: unset;
  font-size: 14px;
  display: inline;
}

.gold_txt {
  color: #b39652;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

.silver_txt {
  color: #a2a2a2;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

.set_img_wrap {
  border: 2px solid #b39652;
}

.amazon_silver .set_img_wrap {
  border: 2px solid #a2a2a2;
}

.set_img_wrap {
  overflow: hidden;
}

.set_img_wrap img {
  transition: transform 0.3s ease;
}

.selection_flow a:hover img {
  transform: scale(1.05);
}

.selection_flow a:hover h6 {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .amazon_top {
    padding: 0 15px;
  }

  .gatcha_prize_box {
    margin-top: 0;
  }

  .aw_entry .aw_entry_title {
    margin-bottom: 0;
  }

  .amazon_gold_title {
    background: url(/assets/img/2025/amazon_gold_bg_sp.svg) no-repeat center center;
    font-size: 28px;
    top: -21px;
  }

  .amazon_silver_title {
    background: url(/assets/img/2025/amazon_silver_bg_sp.svg) no-repeat center center;
    font-size: 28px;
    top: -21px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1040px) {

  .amazon_top {
    padding: 0 15px;
  }

  .amazon_gold_title {
    background: url(/assets/img/2025/amazon_gold_bg_tab.svg) no-repeat center center;
    font-size: 28px;
    top: -21px;
  }

  .amazon_silver_title {
    background: url(/assets/img/2025/amazon_silver_bg_tab.svg) no-repeat center center;
    font-size: 28px;
    top: -21px;
  }
}