/*rule_fra*/

/* 2023 Birthday */
.top_title_text {
  margin-top: 2.5em;
  font-size: clamp(20px, 2vw, 36px);
}

.top_title_text span:first-child {
  top: -1.1em;
}

.top_title_text span.birthday-text {
  display: block;
  color: #1e3656;
  font-weight: 800;
  font-size: clamp(1.75em, 3.75vw, 2.25em);
  text-transform: uppercase;
  white-space: nowrap;
}

.top_title_text span.birthday-text b:nth-child(4)::after {
  display: none;
}
.top_title_text span.birthday-text b:nth-child(5) {
  position: relative;
}
.top_title_text span.birthday-text b:nth-child(5)::after {
  position: absolute;
  content: "";
  top: -0.2em;
  left: 0em;
  bottom: 0;
  z-index: 2;
  background: url(../images/top-hat.png) no-repeat;
  width: 120%;
  height: 120%;
  background-size: contain;
  transform: rotate(25deg);
}

.join_now {
  font-size: clamp(20px, 2vw, 28px);
  padding: 0.5em 2em;
  white-space: nowrap;
}

.prize_block .inner {
  padding: 2em 1em;
}

.prize_block .inner .name span {
  font-size: 14px;
}

.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;
  }
}
