/*rule_fra*/

@media screen and (max-width: 1600px) {
  .top_title_text {
    font-size: 2em;
    /* line-height: 53px; */
  }
}

@media screen and (max-width: 1300px) {
  .top_main_left_text {
    padding-top: 11%;
  }

  .top_title_text {
    font-size: 34px;
    /* line-height: 40px; */
  }
}

@media screen and (max-width: 991px) {
  .top_main_left_text {
    padding-top: 11%;
  }

  .top_title_text {
    font-size: 26px;
    /* line-height: 34px; */
  }
}

@media screen and (max-width: 768px) {
  .top_main_left_text {
    padding-top: 100px;
  }
}

@media screen and (max-width: 480px) {
  .join_now {
    padding: 8px 30px;
  }
}

.footer_download .container .download_free_flex_wrapper a .btn_store_all {
  font-size: 12px;
}
.btn_inner_text {
  font-size: 12px;
}

.schedule .inner .txt > p:first-child {
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  .floating-button {
    font-size: 13px !important;
    letter-spacing: 0.5px;
  }
}

@media screen and (max-width: 480px) {
  .schedule .inner .txt > p:first-child {
    font-size: 18px;
  }
}

/* 2023 Birthday */

.top_title_text {
  font-size: clamp(20px, 2vw, 36px);
}

.top_title_text span.birthday-text b:nth-child(4)::after {
  top: -0.35em;
}

.top_title_text span.birthday-text {
  white-space: nowrap;
}

.join_now {
  font-size: clamp(20px, 2vw, 28px);
  padding: 0.5em 2em;
  white-space: nowrap;
}
