#page_top .feature_section {
  margin: 100px auto;
}
#page_top .feature_section h3 {
  font-size: 22px;
  font-weight: normal;
  max-width: 1340px;
  margin: 0 auto 20px;
  padding: 0 25px;
}
#page_top .feature_section .feature_section_inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url("/img/renew_202606/page_top/feature_background.jpg");
  background-size: cover;
  background-position: center;
}
#page_top .feature_section .feature_section_inner #page_top_feature_swiper {
  position: relative;
  width: 100%;
  max-width: 1660px;
  overflow: hidden;
  margin: 40px auto 20px;
  padding: 0 20px 50px;
}
#page_top .feature_section .feature_section_inner #page_top_feature_swiper ul li a {
  text-decoration: none;
}
#page_top .feature_section .feature_section_inner #page_top_feature_swiper ul li a img {
  width: 100%;
  aspect-ratio: 300/225;
  object-fit: cover;
  border-radius: 20px;
}
#page_top .feature_section .feature_section_inner #page_top_feature_swiper ul li a h4 {
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: normal;
}
@media (max-width: 900px) {
  #page_top .feature_section .feature_section_inner #page_top_feature_swiper ul li a h4 {
    font-size: 14px;
  }
}
#page_top .brand_section .brand_section_inner {
  align-items: stretch;
}
#page_top .brand_section .brand_section_inner .readmore_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  padding-bottom: 80px;
}
#page_top .brand_section .brand_section_inner .readmore_wrap a {
  width: 100%;
  max-width: 380px;
  height: 60px;
  border-radius: 60px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #335a9c 0%, #76a6d7 68%);
}
@media (max-width: 900px) {
  #page_top .brand_section .brand_section_inner .readmore_wrap a {
    max-width: 300px;
    height: 44px;
    border-radius: 44px;
  }
}

#page_item_list .point_section ul {
  max-width: 550px;
}

#page_item_detail .main_section form > .left .movie_wrap {
  bottom: auto;
}/*# sourceMappingURL=renew_wako2026.css.map */