.top_rates {
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  .top_rates {
    padding: 6rem 0;
  }
}

.common_footer .top_rates {
  padding: 6rem 0;
}

@media screen and (max-width: 767px) {
  .common_footer .top_rates {
    padding: 0 0 4rem;
  }
}

.top_rates_wrapper {
  background: url(../img/rate_bg.png) no-repeat;
  background-size: cover;
  position: relative;
  padding: 1rem;
}

.top_rates_wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.74;
  position: absolute;
  top: 0;
  left: 0;
}

.top_rates_content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  border: solid 1px #fff;
  padding: 5rem;
}

@media screen and (max-width: 767px) {
  .top_rates_content {
    padding: 4rem 2rem;
  }
}

.top_rates__title {
  margin-bottom: 2rem;
}

.top_rates__title .title_en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
}

.top_rates__title .title_ja {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 767px) {
  .top_rates__title .title_ja {
    font-size: 2rem;
  }
}

.top_rates__text {
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
  margin-bottom: 3.5rem;
}

.top_rates .btn {
  width: fit-content;
  margin: 0 auto;
}

.top_rates_image {
  position: absolute;
  bottom: -1rem;
  left: -2rem;
  z-index: 3;
  width: 11vw;
}

@media screen and (max-width: 767px) {
  .top_rates_image {
    width: 20vw;
  }
}
