/* Scoped landing page styles */
.cheerspot-junon-landing {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
  background-color: #ffffff;
  line-height: 1.6;
}

.cheerspot-junon-landing * {
  box-sizing: border-box;
}

.cheerspot-junon-landing a {
  color: inherit;
  text-decoration: none;
}

.cheerspot_junon_header {
  width: 100%;
  background: #ff3f8e;
  color: #ffffff;
}

.cheerspot_junon_header_inner {
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.cheerspot_junon_header_logo {
  font-size: 16px;
}

.cheerspot_junon_header_logo_image {
  display: block;
  height: 24px;
  width: auto;
}

.cheerspot_junon_layout {
  width: min(1400px, 96%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 450px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.cheerspot_junon_side {
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 50vh;
  transform: translateY(-50%);
  align-self: start;
}

.cheerspot_junon_side_left {
  flex-direction: column;
  gap: 24px;
}

.cheerspot_junon_side_app_logo {
  width: min(260px, 80%);
  height: auto;
  display: block;
}

.cheerspot_junon_download_button {
  background: #ff3f8e;
  color: #ffffff !important;
  padding: 16px 32px;
  border-radius: 999px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
}

.cheerspot_junon_side_nav {
  background: #ff3f8e;
  color: #ffffff;
  padding: 24px 28px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 200px;
  font-weight: 700;
  text-align: center;
}

.cheerspot_junon_side_link {
  display: block;
}

.cheerspot_junon_main {
  display: flex;
  justify-content: center;
}

.cheerspot_junon_main_frame {
  width: min(450px, 100%);
  margin: 0 auto;
}

.cheerspot_junon_main_image {
  width: 100%;
  height: auto;
  display: block;
}

.cheerspot_junon_main_image_wrap-1 {
  position: relative;
  width: 100%;
}

.cheerspot_junon_main_image_wrap-1 p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  margin: 0;
  font-weight: 700;
  color: #111111;
}

.cheerspot_junon_main_image_data {
  top: 25%;
  font-size: 17.5px;
  color: #fff !important;
  text-align: center !important;
}

.cheerspot_junon_main_image_num1 {
  top: 37%;
  left: 74% !important;
  font-size: 43px;
  text-align: left;
}

.cheerspot_junon_main_image_num2 {
  top: 57%;
  left: 74% !important;
  font-size: 43px;
  text-align: left;
}

.cheerspot_junon_main_image_num3 {
  top: 76%;
  left: 74% !important;
  font-size: 43px;
  text-align: left;
}

.cheerspot_junon_main_profile {
  width: 100%;
}

.cheerspot_junon_main_profile_head,
.cheerspot_junon_main_profile_body {
  width: 100%;
}

.cheerspot_junon_main_profile_body {
  position: relative;
  border-bottom: 15px solid #ff3f8e;
}

.cheerspot_junon_main_profile .cheerspot_junon_main_profile_body:last-of-type {
  border-bottom: none !important;
}

.cheerspot_junon_main_profile_title_image,
.cheerspot_junon_main_profile_boy_image {
  width: 100%;
  height: auto;
  display: block;
}

.cheerspot_junon_main_profile_body p {
  position: absolute;
  left: 44%;
  width: 44%;
  margin: 0;
  color: #111111;
  text-align: left;
}

.cheerspot_junon_main_profile_boy_name {
  top: 9%;
  font-size: 28px;
  font-weight: 700;
}

.cheerspot_junon_main_profile_boy_eng {
  top: 27%;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.cheerspot_junon_main_profile_boy_total-favorite {
  top: 37%;
  font-size: 20px;
  font-weight: 500;
  transform: translateX(13%);
}

.cheerspot_junon_main_profile_boy_ranking {
  top: 55%;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.cheerspot_junon_main_profile_boy_ranking span {
  background: #ff9ec5;
  color: #fff;
  padding: 2px 8px;
  border-radius: 5px;
}

.cheerspot_junon_main_profile_boy_comment {
  top: 68%;
  font-size: 12px;
  color: #555555;
  line-height: 1.3;
}

.cheerspot_junon_main_profile_boy_weekly-favorite {
  top: 83%;
  font-size: 16px;
  font-weight: 500;
  transform: translateX(8%);
}

.cheerspot_junon_main_howto,
.cheerspot_junon_main_footer {
  width: 100%;
  position: relative;
}

.cheerspot_junon_main_howto_image,
.cheerspot_junon_main_footer_image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.cheerspot_junon_main_howto_download_button {
  width: 75%;
  height: 5%;
  position: absolute;
  left: 0;
  right: 0;
  top: 21.5%;
  margin: auto;
}

@media (max-width: 980px) {
  .cheerspot_junon_layout {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .cheerspot_junon_side {
    display: none;
  }

  .cheerspot_junon_main_frame {
    border-radius: 0;
    box-shadow: none;
  }

  .cheerspot_junon_main_image_wrap-1 p {
    width: 51%;
    font-size: 3.5vw;
  }

  .cheerspot_junon_main_image_num1 {
    left: 56% !important;
    font-size: 9vw !important;
  }


  .cheerspot_junon_main_image_num2 {
    left: 56% !important;
    font-size: 9vw !important;
    top: 57.5%;
  }


  .cheerspot_junon_main_image_num3 {
    left: 56% !important;
    font-size: 9vw !important;
    top: 76.8%;
  }

  .cheerspot_junon_main_profile_boy_name {
    font-size: 7.5vw !important;
  }

  .cheerspot_junon_main_profile_boy_eng {
    top: 30%;
    font-size: 2.5vw;
  }

  .cheerspot_junon_main_profile_boy_total-favorite {
    top: 38%;
    font-size: 4vw;
  }

  .cheerspot_junon_main_profile_boy_ranking {
    top: 52%;
    font-size: 3vw;
  }

  .cheerspot_junon_main_profile_boy_comment {
    width: 50%;
    top: 65%;
    font-size: 2.5vw;
    line-height: 1.6;
  }

  .cheerspot_junon_main_profile_boy_weekly-favorite {
    top: 84%;
    font-size: 3.5vw;
  }

}