/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* DESKTOP CSS */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.menu-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 2vh 2vw;
  padding-bottom: 20px;
}

.desktop {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  background: url("../image/bg-pc.webp") no-repeat center center;
  background-size: cover;
  background-color: #161920;
  position: absolute;
  overflow: hidden;
}

.title-group {
  width: 100%;
  text-align: center;
  margin-top: 2vh;
  margin-bottom: -72px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0vh;
}

.title-img {
  width: 25%;
  height: auto;
  margin-bottom: 1vh;
}

.games-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

.games-frame {
  position: relative;
  width: 100%;
  margin-top: 500px;
}

.games-title {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.carousel-wrapper {
  width: 77%;
  overflow: hidden;
  margin-top: -70px;
  padding: 0px 60px;
  margin-left: 258px;
}

.carousel-wrapper::before,
.carousel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.carousel-wrapper::before {
  left: 0;
}

.carousel-wrapper::after {
  right: 0;
}

.carousel {
  display: flex;
  position: relative;
  animation: scroll 60s linear infinite;
}

.carousel:hover {
  animation-play-state: paused;
}

.game-item {
  flex: 0 0 clamp(80px, 12vw, 120px);
  aspect-ratio: 1;
  border-radius: 12px;
  margin-left: 70px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.game-item img {
  width: 150%;
  height: 50%;
  object-fit: cover;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(
      calc(-1 * (20 * (clamp(80px, 12vw, 120px) + clamp(8px, 2vw, 16px))))
    );
  }
}

.linkbox-section {
  position: relative;
  z-index: 2;
  height: 300px;
  max-width: 1200px;
  margin: auto;
  display: grid;
  margin-top: 50px;
  grid-template-columns: repeat(2, 1fr);
}
.frame-section img {
  width: 1200px;
  height: 300px;
  margin-top: 40px;
}

.info-container {
  position: absolute;
  top: 10px;
  left: 80%;
  transform: translateX(-50%);
  z-index: 5;
}

.info-container img {
  width: 200%;
  height: auto;
  margin-left: -167px;
}

.qr-container {
  position: absolute;
  top: 10px;
  left: 80%;
  transform: translateX(-50%);
  z-index: 5;
}

.qr-container img {
  width: 60%;
  height: auto;
  margin-top: 225px;
  margin-left: -86px;
}

.button-download-1 {
  position: absolute;
  top: 10px;
  left: 80%;
  transform: translateX(-50%);
  z-index: 99999;
}

.button-download-1 img {
  width: 72%;
  height: auto;
  margin-top: 218px;
  margin-left: 90px;
}

.button-download-2 {
  position: absolute;
  top: 10px;
  left: 80%;
  transform: translateX(-50%);
  z-index: 99;
}

.button-download-2 img {
  width: 72%;
  height: auto;
  margin-top: 300px;
  margin-left: 90px;
}

.container {
  position: relative;
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 1200px;
}

.link-section {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
}

.circle-item {
  position: relative;
  width: 190px;
  height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.circle-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.circle-content {
  position: absolute;
  text-align: center;
  color: white;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 25px;
}

.circle-content .title {
  font-weight: 700;
  font-size: 22px;
  color: #7b6c00;
}

.circle-content .timing {
  margin-bottom: -8px;
  font-size: 24px;
  font-weight: bold;
  color: #7b6c00;
}

.signal-bar {
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.signal-bar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-top: 10px;
}

.grid-container {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  top: 35px;
  right: 180px;
}

.card-item-pc {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  justify-content: center;
}

.card-item-pc img {
  width: 100%;
  height: 100px;
}

.frame-download img {
  height: 150px;
}

.button-download-ios {
  position: absolute;
  transform: translateX(-50%);
  z-index: 100;
}
.button-download-ios img {
  position: absolute;
  height: 83px;
  width: 200px;
  left: 434px;
  top: -150px;
}

.button-download-android {
  position: absolute;
  transform: translateX(-50%);
  z-index: 100;
}
.button-download-android img {
  position: absolute;
  height: 83px;
  width: 200px;
  left: 650px;
  top: -150px;
}

.social-icons {
  position: fixed;
  right: 2vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: -3.5vh;
  z-index: 100;
}

.social-icon {
  width: clamp(50px, 4vw, 70px);
  height: clamp(50px, 4vw, 70px);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

.social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 768px) and (max-width: 768px) and (max-height: 1024px) {
  .frame-section img {
    width: 678px;
    height: 250px;
    margin-top: -140px;
  }
  .frame-download img {
    margin-top: -113px;
    height: 150px;
    width: 100%;
  }

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-ios img {
    position: absolute;
    height: 52px;
    width: 126px;
    left: 258px;
    top: 25px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-android img {
    position: absolute;
    height: 52px;
    width: 126px;
    left: 390px;
    top: 25px;
  }

  .social-icons {
    position: fixed;
    right: 2vw;
    top: 30%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: -3.5vh;
    z-index: 100;
  }

  .linkbox-section {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    margin-top: 290px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .info-container {
    position: absolute;
    top: -30px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .info-container img {
    width: 200%;
    height: auto;
    margin-left: -160px;
  }

  .container {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 730px;
    margin-top: 80px;
  }

  .link-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
  }

  .circle-item {
    position: relative;
    width: 190px;
    height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .circle-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .circle-content {
    position: absolute;
    text-align: center;
    color: white;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: -150px;
  }

  .circle-content .title {
    font-weight: bold;
    font-size: 14px;
  }

  .circle-content .timing {
    font-size: 20px;
    font-weight: bold;
  }

  .signal-bar {
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signal-bar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 10px;
  }

  .title-img {
    width: 70%;
    height: auto;
    margin-bottom: 1vh;
  }
  .grid-container {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    top: 54px;
    right: 207px;
  }

  .games-container {
    max-width: 730px;
    position: relative;
    margin: auto;
  }

  .card-item-pc img {
    width: auto;
    height: 70px;
  }

  .games-frame {
    position: relative;
    width: 100%;
    margin-top: -40px;
  }

  .carousel-wrapper {
    width: 75%;
    overflow: hidden;
    margin-top: -40px;
    margin-left: 155px;
  }

  .game-item {
    margin-left: 10px;
  }

  .game-item img {
    width: 100%;
    height: 33%;
    object-fit: cover;
  }
}

@media (min-width: 853px) and (min-height: 1280px) and (max-height: 1280px) and (orientation: portrait) {
  .social-icons {
    top: 30%;
  }
  .linkbox-section {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    margin-top: 250px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .frame-section img {
    width: 762px;
    height: 208px;
    margin-top: -37px;
  }

  .frame-download img {
    height: 120px;
    width: 810px;
    margin-top: -35px;
  }

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-ios img {
    position: absolute;
    height: 60px;
    width: 130px;
    left: 300px;
    top: -48px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-android img {
    position: absolute;
    height: 60px;
    width: 130px;
    left: 438px;
    top: -48px;
  }
  .info-container {
    position: absolute;
    top: 10px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .info-container img {
    width: 200%;
    height: auto;
    margin-left: -160px;
  }

  .container {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 806px;
    margin-top: 50px;
  }

  .link-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
  }

  .circle-item {
    position: relative;
    width: 190px;
    height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .circle-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .circle-content {
    position: absolute;
    text-align: center;
    color: white;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: -47px;
  }

  .circle-content .title {
    font-weight: bold;
    font-size: 14px;
  }

  .circle-content .timing {
    font-size: 12px;
    font-weight: bold;
  }

  .signal-bar {
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signal-bar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 10px;
  }

  .title-img {
    width: 70% !important;
    height: auto;
    margin-bottom: 1vh;
  }
  .grid-container {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    top: 68px;
    right: 232px;
  }

  .games-container {
    max-width: 800px;
    position: relative;
    margin: auto;
  }

  .card-item-pc img {
    width: auto;
    height: 70px;
  }

  .games-frame {
    position: relative;
    width: 100%;
    margin-top: -170px;
  }

  .carousel-wrapper {
    width: 75%;
    overflow: hidden;
    margin-top: -47px;
    margin-left: 175px;
  }

  .game-item img {
    width: 120%;
    height: 40%;
    object-fit: cover;
  }
}

@media (min-width: 912px) and (max-width: 912px) and (max-height: 1368px) and (orientation: portrait) {
  .social-icons {
    top: 30%;
  }
  .title-img {
    width: 80%;
    height: auto;
    margin-bottom: 1vh;
  }

  .linkbox-section {
    position: relative;
    z-index: 2;
    height: 300px;
    max-width: 1200px;
    margin: auto;
    margin-top: 170px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .frame-section img {
    width: 815px;
    height: 250px;
    margin-top: 30px;
  }

  .frame-download img {
    height: 100px;
    width: 860px;
    margin-top: 10px;
  }

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-ios img {
    position: absolute;
    height: 60px;
    width: 130px;
    left: 318px;
    top: -85px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-android img {
    position: absolute;
    height: 60px;
    width: 130px;
    left: 470px;
    top: -85px;
  }

  .info-container {
    position: absolute;
    top: 10px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .info-container img {
    width: 200%;
    height: auto;
    margin-left: -160px;
  }

  .container {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 867px;
    margin-top: -20px;
  }

  .link-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
  }

  .circle-item {
    position: relative;
    width: 190px;
    height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .circle-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .circle-content {
    position: absolute;
    text-align: center;
    color: white;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 25px;
  }

  .circle-content .title {
    font-weight: bold;
    font-size: 14px;
  }

  .circle-content .timing {
    font-size: 20px;
    font-weight: bold;
  }

  .signal-bar {
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signal-bar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 10px;
  }

  .grid-container {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    top: 69px;
    right: 267px;
  }

  .games-container {
    max-width: 860px;
    position: relative;
    margin: auto;
  }

  .card-item-pc img {
    width: auto;
    height: 70px;
  }

  .games-frame {
    position: relative;
    width: 100%;
    margin-top: -210px;
  }

  .carousel-wrapper {
    width: 76%;
    overflow: hidden;
    margin-top: -52px;
    margin-left: 187px;
  }

  .game-item img {
    width: 120%;
    height: 40%;
    object-fit: cover;
  }
}

@media (min-width: 820px) and (max-width: 820px) and (max-height: 1180px) {
  .social-icons {
    position: fixed;
    right: 2vw;
    top: 30%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: -3.5vh;
    z-index: 100;
  }
  .title-img {
    width: 80%;
    height: auto;
    margin-bottom: 1vh;
  }
  .grid-container {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    top: 63px;
    right: 222px;
  }

  .frame-section img {
    width: 730px;
    height: 250px;
    margin-top: 115px;
  }

  .frame-download img {
    margin-top: 20px;
    height: 150px;
    width: 100%;
  }

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-ios img {
    position: absolute;
    height: 52px;
    width: 126px;
    left: 280px;
    top: -105px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-android img {
    position: absolute;
    height: 52px;
    width: 126px;
    left: 420px;
    top: -105px;
  }

  .info-container {
    position: absolute;
    top: 10px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .info-container img {
    width: 200%;
    height: auto;
    margin-left: -160px;
  }

  .qr-container {
    position: absolute;
    top: -54px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .qr-container img {
    width: 72%;
    height: auto;
    margin-top: 386px;
    margin-left: -113px;
  }

  .container {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 774px;
    margin-top: -50px;
  }

  .link-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
  }

  .circle-item {
    position: relative;
    width: 190px;
    height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .circle-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .circle-content {
    position: absolute;
    text-align: center;
    color: white;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 106px;
  }

  .circle-content .title {
    font-weight: bold;
    font-size: 14px;
  }

  .circle-content .timing {
    font-size: 20px;
    font-weight: bold;
  }

  .signal-bar {
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signal-bar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 10px;
  }

  .games-container {
    max-width: 800px;
    position: relative;
    margin: auto;
  }

  .card-item-pc img {
    width: auto;
    height: 70px;
  }

  .games-frame {
    position: relative;
    width: 97%;
    margin-top: 0px;
  }

  .carousel-wrapper {
    width: 75%;
    overflow: hidden;
    margin-top: -44px;
    margin-left: 162px;
  }

  .game-item {
    margin-left: 30px;
  }

  .game-item img {
    width: 120%;
    height: 40%;
    object-fit: cover;
  }
}

@media (min-width: 1024px) and (max-width: 1024px) and (max-height: 1366px) {
  .social-icons {
    top: 30% !important;
  }

  .linkbox-section {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    margin-top: 300px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .frame-section img {
    width: 915px;
    height: 220px;
    margin-top: -100px;
  }

  .info-container {
    position: absolute;
    top: 10px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .info-container img {
    width: 200%;
    height: auto;
    margin-left: -206px;
  }

  .frame-download img {
    margin-top: -36px;
    height: 150px;
    width: 100%;
  }

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-ios img {
    position: absolute;
    height: 58px;
    width: 146px;
    left: 365px;
    top: -55px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-android img {
    position: absolute;
    height: 58px;
    width: 146px;
    left: 530px;
    top: -55px;
  }

  .container {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 980px;
    margin-top: 90px;
  }

  .link-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
  }

  .circle-item {
    position: relative;
    width: 190px;
    height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .circle-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .circle-content {
    position: absolute;
    text-align: center;
    color: white;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: -112px;
  }

  .circle-content .title {
    font-weight: bold;
    font-size: 18px;
  }

  .circle-content .timing {
    font-size: 25px;
    font-weight: bold;
  }

  .signal-bar {
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signal-bar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 10px;
  }

  .title-img {
    width: 70%;
    height: auto;
    margin-bottom: 1vh;
  }
  .grid-container {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    top: 80px;
    right: 219px;
  }

  .games-container {
    max-width: 720px;
    position: relative;
    margin: auto;
  }

  .games-frame {
    position: relative;
    width: 100%;
    margin-top: -150px;
    margin-left: -124px;
  }

  .carousel-wrapper {
    width: 103%;
    overflow: hidden;
    margin-top: -56px;
    margin-left: 88px;
  }

  .game-item {
    margin-left: 50px;
  }

  .game-item img {
    width: 126%;
    height: 40%;
    object-fit: cover;
  }

  .games-title {
    width: 135%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
}

@media (min-width: 1024px) and (max-width: 1024px) and (max-height: 600px) {
  .social-icons {
    top: 50%;
  }

  .linkbox-section {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    margin-top: 215px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .container {
    margin-top: 50px;
    max-width: 915px;
  }

  .title-img {
    width: 60%;
    height: auto;
    margin-bottom: 1vh;
  }
  .grid-container {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    top: 270px;
    right: 287px;
  }

  .frame-download img {
    margin-top: -70px !important;
  }

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-ios img {
    position: absolute;
    height: 64px;
    width: 160px;
    left: 325px;
    top: -27px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-android img {
    position: absolute;
    height: 64px;
    width: 160px;
    left: 490px;
    top: -27px;
  }

  .games-container {
    max-width: 900px;
    position: relative;
    margin: auto;
  }

  .card-item-pc img {
    width: auto;
    height: 80px;
  }

  .games-frame {
    width: 100%;
    margin-top: 180px;
    margin-left: -38px;
  }

  .game-item {
    margin-left: 20px;
  }

  .carousel-wrapper {
    width: 77%;
    overflow: hidden;
    margin-top: -47px;
    margin-left: 148px !important;
  }

  .game-item img {
    width: 105%;
    height: 32%;
    object-fit: cover;
  }

  .games-title {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .circle-content {
    gap: 5px;
  }

  .circle-content .timing {
    font-size: 20px;
    font-weight: bold;
  }
}

@media (min-width: 1280px) and (max-width: 1280px) and (max-height: 800px) {
  .title-img {
    width: 40%;
    height: auto;
    margin-bottom: 1vh;
  }

  .grid-container {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    top: -47px;
    right: 335px;
  }

  .frame-section img {
    width: 1140px;
    height: 270px;
    margin-top: 50px;
  }

  .frame-download img {
    margin-top: 0px;
    height: 150px;
    width: 100%;
  }

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-ios img {
    position: absolute;
    height: 70px;
    width: 170px;
    left: 414px;
    top: -100px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-android img {
    position: absolute;
    height: 70px;
    width: 170px;
    left: 610px;
    top: -100px;
  }

  .info-container {
    position: absolute;
    top: 10px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .info-container img {
    width: 200%;
    height: auto;
    margin-left: -242px;
  }

  .container {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 1140px;
    margin-top: -25px;
  }

  .link-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
  }

  .circle-item {
    position: relative;
    width: 190px;
    height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .circle-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .circle-content {
    position: absolute;
    text-align: center;
    color: white;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }

  .circle-content .title {
    font-weight: bold;
    font-size: 24px;
  }

  .circle-content .timing {
    font-size: 20px;
    font-weight: bold;
  }

  .signal-bar {
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signal-bar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 10px;
  }

  .games-container {
    max-width: 1200px;
    position: relative;
    margin: auto;
  }

  .card-item-pc img {
    width: auto;
    height: 90px;
  }

  .games-frame {
    position: relative;
    width: 95%;
    margin-top: 380px;
  }

  .carousel-wrapper {
    width: 72%;
    overflow: hidden;
    margin-top: -70px;
  }

  .game-item img {
    width: 150%;
    height: 50%;
    object-fit: cover;
  }
}

/* END DESSKTOP CSS */

.mobile {
  display: none;
}

@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: block;
    width: 100%;
    position: absolute;
    background: url("../image/bg-mobile.webp") no-repeat center center;
    background-size: cover;
    padding: 30px 0px 220px;

    font-family: "Montserrat", Arial, Helvetica, sans-serif;
  }

  .mobile-title-img {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  .card-item-mobile img {
    width: 100%;
    height: auto;
  }

  .mobile-banner-img {
    padding: 10px;
    width: 100%;
  }

  .mobile-character-img {
    padding: 10px;
    width: 100%;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.5));
  }

  .mobile-container {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    flex-direction: column;
    align-items: center;
    padding: 0px 10px;
    position: relative;
    box-sizing: border-box;
    gap: 15px 0;
    min-height: 100vh;
  }

  .mobile-section-1 {
    width: 100%;
    text-align: center;
    position: absolute;
    display: flex;
    align-self: center;
    top: -10px;
  }

  .mobile-section-4 {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 36px;
  }

  .link-frame-mobile {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 140px;
  }

  .download-btn-mobile {
    position: absolute;
    top: 409px;
    left: -207px;
  }

  .card-item-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    justify-content: center;
  }

  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 8px;
    margin-top: -284px;
    padding: 10px;
  }

  .mobile-section-5 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    position: absolute;
    top: 280px;
    display: flex;
    padding: 20px;
    gap: 10px;
  }
  .ios-mobile img {
    position: absolute;
    left: 200px;
    width: 180px;
    height: auto;
    z-index: 100;
  }

  .android-mobile img {
    width: 180px;
    height: auto;
    z-index: 100;
  }

  .mobile-section-5 img {
    padding-top: 230px;
    width: 100%;
    height: auto;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 771px;
    left: 0px;
    padding: 10px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 220px;
  }

  .carousel-wrapper-mobile {
    width: 50%;
    overflow: hidden;
    margin-top: -75px;
    margin-left: 162px;
  }

  .carousel-wrapper-mobile::before,
  .carousel-wrapper-mobile::after {
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
  }

  .carousel-wrapper-mobile::before {
    left: 0;
  }

  .carousel-wrapper-mobile::after {
    right: 0;
  }

  .carousel-mobile {
    display: flex;
    position: relative;
    animation: scroll 60s linear infinite;
  }

  .carousel-mobile:hover {
    animation-play-state: paused;
  }

  .game-item-mobile {
    flex: 0 0 clamp(80px, 12vw, 120px);
    aspect-ratio: 1;
    margin-left: 95px;
    transition: transform 0.3s ease;
  }

  .game-item-mobile:hover {
    transform: scale(1.1);
  }

  .game-item-mobile img {
    width: 200%;
    height: 65%;
    object-fit: cover;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(
        calc(-1 * (20 * (clamp(80px, 12vw, 120px) + clamp(8px, 2vw, 16px))))
      );
    }
  }

  .frame-carousel {
    padding: 10px;
    width: 100%;
  }

  .link-access-frame-mobile {
    width: 100%;
    max-width: 90%;
    padding: 0;
    margin: auto;
  }

  .link-buttons-container-mobile {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 80%;
    max-width: 320px;
    z-index: 10;
  }

  .frame-download {
    width: 100%;
    height: auto;
  }

  .frame-item {
    position: absolute;
  }

  .mobile-social-btn {
    display: block;
    transition: transform 0.3s ease;
  }

  .mobile-social-btn img {
    width: 100%;
    height: auto;
    display: block;
  }

  .mobile-social-btn:hover {
    transform: scale(1.05);
  }

  .mobile-social-btn:active {
    transform: scale(0.95);
  }

  .link-mobile-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    max-width: 900px;
    width: 100%;
    position: absolute;
    padding: 30px;
    top: 362px;
  }

  .circle-item-mobile {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    margin-bottom: -40px;
  }

  .circle-item-mobile img.circle-bg-mobile {
    position: absolute;
    width: 90%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
  }

  .circle-content-mobile {
    position: absolute;
    text-align: center;
    color: #7b6c00;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-top: -4px;
  }

  .circle-content-mobile .title-mobile {
    font-weight: bold;
    font-size: 18px;
  }

  .circle-content-mobile .timing-mobile {
    font-weight: bold;
    font-size: 18px;
  }

  .signal-bar-mobile {
    width: 20px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signal-bar-mobile img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media (min-width: 360px) and (max-width: 411px) and (max-height: 957px) {
  /* .mobile-section-4 {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: -56px;
  } */

  .ios-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 130px;
    left: 44px;
  }

  .android-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 130px;
    left: 147px;
  }

  .card-item-mobile img {
    width: 90%;
    height: auto;
  }

  .mobile-section-5 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    position: absolute;
    top: 250px;
  }

  .link-mobile-section {
    top: -36px;
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 450px;
  }
}

@media (min-width: 390px) and (max-width: 400px) and (max-height: 844px) {
  .link-frame-mobile {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 140px;
  }

  .ios-mobile img {
    width: 28%;
    height: auto;
    position: absolute;
    top: 130px;
    left: 30px;
  }

  .android-mobile img {
    width: 28%;
    height: auto;
    position: absolute;
    top: 130px;
    left: 150px;
  }

  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 12px;
    margin-top: -305px;
  }

  .mobile-section-5 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    position: absolute;
    top: 290px;
    display: flex;
    padding: 10px;
    gap: 10px;
  }

  .link-mobile-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    max-width: 883px;
    width: 100%;
    top: -44px;
  }

  .circle-item-mobile {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    margin-bottom: -40px;
  }

  .circle-item-mobile img.circle-bg-mobile {
    position: absolute;
    width: 85%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
  }

  .circle-content-mobile {
    margin-top: -3px;
    gap: 3px;
  }

  .circle-content-mobile .title-mobile {
    font-weight: bold;
    font-size: 18px;
  }

  .circle-content-mobile .timing-mobile {
    font-weight: bold;
    font-size: 20px;
  }

  .signal-bar-mobile {
    width: 40px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signal-bar-mobile img {
    width: 50%;
    height: 100%;
    object-fit: contain;
  }

  .mobile-section-5 img {
    height: auto;
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 400px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 330px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 840px;
    left: 0px;
    padding: 10px;
  }

  .carousel-wrapper-mobile {
    width: 50%;
    overflow: hidden;
    margin-top: -77px;
    margin-left: 165px;
  }
}

@media (min-width: 412px) and (max-height: 957px) {
  .link-frame-mobile {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 170px;
  }

  .link-mobile-section {
    top: -50px;
  }

  .mobile-section-5 {
    top: 340px;
  }

  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
    margin-top: -330px;
  }

  .ios-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 140px;
    left: 44px;
  }

  .android-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 140px;
    left: 162px;
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 350px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 440px;
  }

  .carousel-wrapper-mobile {
    width: 50%;
    overflow: hidden;
    margin-top: -77px;
    margin-left: 182px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 900px;
    left: 0px;
    padding: 10px;
  }

  .circle-content-mobile {
    gap: 4px;
    margin-top: -4px;
  }

  .circle-content-mobile .title-mobile {
    font-weight: bold;
    font-size: 18px;
  }

  .circle-content-mobile .timing-mobile {
    font-weight: bold;
    font-size: 25px;
  }

  .signal-bar-mobile {
    width: 20px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 343px) and (max-width: 344px) and (max-height: 882px) {
  .mobile {
    padding: 0px 0px 180px !important ;
  }

  .circle-content-mobile {
    gap: 4px;
  }

  .circle-item-mobile {
    margin-bottom: -35px;
  }

  .mobile-section-5 {
    top: 390px !important;
  }

  .link-mobile-section {
    top: -40px !important;
  }

  .ios-mobile img {
    width: 25% !important;
    height: auto;
    position: absolute;
    top: 120px !important;
    left: 44px !important;
  }

  .android-mobile img {
    width: 25% !important;
    height: auto;
    position: absolute;
    top: 120px !important;
    left: 138px !important;
  }

  .card-item-mobile img {
    width: 100%;
    height: auto;
  }
  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 12px;
    margin-top: -280px !important;
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 360px !important;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 300px;
  }

  .carousel-wrapper-mobile {
    width: 50%;
    padding: 0px 60px;
    margin-top: -71px !important;
    margin-left: 150px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 846px;
    left: 0px;
    padding: 10px;
  }
}

@media (min-width: 375px) and (max-width: 389px) and (max-height: 812px) {
  .mobile {
    padding: 200px 0px 222px;
  }

  .ios-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 130px;
    left: 44px;
  }

  .android-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 130px;
    left: 147px;
  }
  .link-frame-mobile {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 15px;
  }

  .mobile-section-1 {
    top: -180px;
  }

  .mobile-section-4 {
    top: -120px;
  }

  .card-item-mobile img {
    width: 80%;
    height: auto;
  }

  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0px;
    margin-top: -300px;
  }

  .mobile-section-5 {
    top: 150px;
  }

  .link-mobile-section {
    top: -40px;
  }

  .circle-content-mobile {
    margin-top: -4px;
    gap: 3px;
  }

  .circle-content-mobile .title-mobile {
    font-weight: bold;
    font-size: 18px;
  }

  .circle-content-mobile .timing-mobile {
    font-weight: bold;
    font-size: 20px;
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 290px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 300px;
  }

  .carousel-wrapper-mobile {
    width: 50%;
    overflow: hidden;
    margin-top: -75px;
    margin-left: 162px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 700px;
    left: 0px;
    padding: 10px;
  }
}

@media (max-width: 430px) and (min-height: 932px) and (max-height: 957px) {
  .mobile {
    padding: 100px 0px 222px;
  }

  .circle-content-mobile {
    gap: 4px;
  }

  .link-frame-mobile {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 120px;
  }

  .circle-item-mobile {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    margin-bottom: -50px;
  }

  .ios-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 148px;
    left: 44px;
  }

  .android-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 148px;
    left: 170px;
  }

  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 12px;
    margin-top: -344px;
  }

  .signal-strengh-mobile {
    top: 18px;
    left: 58px;
  }

  .circle-content-mobile .timing-mobile {
    font-weight: bold;
    font-size: 28px;
  }

  .mobile-section-1 {
    top: -70px;
  }

  .mobile-section-4 {
    top: -10px;
  }

  .mobile-section-5 {
    top: 296px;
  }

  .link-mobile-section {
    top: -43px;
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 430px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 330px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 890px;
    left: 0px;
    padding: 10px;
  }

  .carousel-wrapper-mobile {
    width: 50%;
    overflow: hidden;
    margin-top: -80px;
    margin-left: 186px;
  }
}

@media (min-width: 412px) and (max-width: 412px) and (min-height: 915px) and (max-height: 957px) {
  .mobile {
    padding: 50px 0px 170px;
  }

  .circle-content-mobile {
    gap: 7px;
    margin-top: -4px;
  }

  .ios-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 140px;
    left: 44px;
  }

  .android-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 140px;
    left: 162px;
  }

  .mobile-section-1 {
    top: -30px;
  }

  .mobile-section-4 {
    top: 20px;
  }

  .link-frame-mobile {
    top: 140px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 410px;
  }

  .mobile-section-5 {
    top: 370px !important;
  }

  .mobile-section-5 img {
    height: auto;
    margin-top: -70px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 880px;
    left: 0px;
    padding: 10px;
  }

  .link-mobile-section {
    top: -50px !important;
  }

  .circle-content-mobile .title-mobile {
    font-weight: bold;
    font-size: 20px;
  }

  .circle-content-mobile .timing-mobile {
    font-weight: bold;
    font-size: 20px;
  }

  .signal-bar-mobile {
    width: 20px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 402px) and (min-height: 932px) and (max-height: 957px) {
  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 12px;
    margin-top: -344px;
  }

  .mobile-section-5 {
    top: 261px;
  }

  .link-mobile-section {
    top: 345px;
  }

  .signal-strengh-mobile {
    top: 18px;
    left: 58px;
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 430px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 330px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 890px;
    left: 0px;
    padding: 10px;
  }

  .carousel-wrapper-mobile {
    width: 74%;
    overflow: hidden;
    padding: 0px 60px;
    margin-top: -90px;
    margin-left: 44px;
  }
}

@media (max-width: 402px) and (min-height: 873px) and (max-height: 957px) {
  .mobile {
    padding: 10px 0px 230px;
  }

  .ios-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 140px;
    left: 44px;
  }

  .android-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 140px;
    left: 162px;
  }

  .mobile-section-1 {
    top: 10px;
  }

  .mobile-section-4 {
    top: 70px;
  }

  .link-frame-mobile {
    top: 200px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 410px;
  }

  .mobile-section-5 {
    top: 410px;
  }

  .mobile-section-5 img {
    height: auto;
    margin-top: -70px;
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 370px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 880px;
    left: 0px;
    padding: 10px;
  }

  .link-mobile-section {
    top: -50px;
  }
}

@media (min-width: 393px) and (max-height: 852px) {
  .mobile {
    padding: 5px 0px 230px;
  }

  .ios-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 140px;
    left: 44px;
  }

  .android-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 140px;
    left: 162px;
  }

  .mobile-section-1 {
    top: 10px;
  }

  .mobile-section-4 {
    top: 70px;
  }

  .link-frame-mobile {
    top: 200px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 410px;
  }

  .mobile-section-5 {
    top: 410px !important;
  }

  .mobile-section-5 img {
    height: auto;
    margin-top: -70px;
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 370px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 880px;
    left: 0px;
    padding: 10px;
  }

  .link-mobile-section {
    top: -50px !important;
  }
}

@media (min-width: 440px) and (max-height: 956px) {
  .mobile {
    padding: 5px 0px 230px;
  }

  .ios-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 140px;
    left: 44px;
  }

  .android-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 140px;
    left: 162px;
  }

  .mobile-section-1 {
    top: 10px;
  }

  .mobile-section-4 {
    top: 70px;
  }

  .link-frame-mobile {
    top: 200px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 410px;
  }

  .circle-item-mobile {
    margin-bottom: -50px;
  }

  .mobile-section-5 {
    top: 460px !important;
  }

  .mobile-section-5 img {
    height: auto;
    margin-top: -70px;
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 440px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 970px;
    left: 0px;
    padding: 10px;
  }

  .link-mobile-section {
    top: -50px !important;
  }
}

@media (min-width: 540px) and (max-width: 540px) and (max-height: 720px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: block;
    width: 100%;
    position: absolute;
    background: url("../image/bg-mobile.webp") no-repeat center center;
    background-size: cover;
    padding: 100px 0px 630px !important;
  }

  .ios-mobile img {
    width: 30% !important;
    height: auto;
    position: absolute;
    top: 181px !important;
    left: 25px !important;
  }

  .android-mobile img {
    width: 30% !important;
    height: auto;
    position: absolute;
    top: 181px !important;
    left: 195px !important;
  }

  .mobile-section-4 {
    top: -10px !important;
  }

  .mobile-section-5 {
    top: 510px !important;
  }

  .link-mobile-section {
    top: 301px !important;
  }

  .mobile-title-img {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
    height: auto;
  }

  .link-frame-mobile {
    top: 150px !important;
  }

  .circle-content-mobile {
    gap: 8px;
  }

  .circle-content-mobile .title-mobile {
    font-weight: bold;
    font-size: 28px;
  }

  .circle-content-mobile .timing-mobile {
    font-weight: bold;
    font-size: 30px;
  }

  .signal-bar-mobile {
    width: 30px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .circle-item-mobile {
    margin-bottom: -80px !important;
  }

  .card-item-mobile img {
    width: 100%;
    height: auto;
  }

  .mobile-character-img {
    padding: 10px;
    width: 100%;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.5));
  }

  .mobile-container {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    flex-direction: column;
    align-items: center;
    padding: 0px 10px;
    position: relative;
    box-sizing: border-box;
    gap: 15px 0;
    min-height: 100vh;
  }

  .mobile-section-1 {
    top: -80px !important;
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 610px !important;
  }

  .download-btn-mobile {
    position: absolute;
    top: 512px !important;
    left: -176px !important;
  }

  .card-item-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    justify-content: center;
  }

  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 8px;
    margin-top: -430px !important;
    padding: 10px !important;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 1080px !important;
    left: 0px !important;
    padding: 10px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 340px !important;
  }

  .carousel-wrapper-mobile {
    width: 50%;
    overflow: hidden;
    margin-top: -105px;
    margin-left: 230px;
  }

  .carousel-wrapper-mobile::before,
  .carousel-wrapper-mobile::after {
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
  }

  .carousel-wrapper-mobile::before {
    left: 0;
  }

  .carousel-wrapper-mobile::after {
    right: 0;
  }

  .carousel-mobile {
    display: flex;
    position: relative;
    animation: scroll 60s linear infinite;
  }

  .carousel-mobile:hover {
    animation-play-state: paused;
  }

  .game-item-mobile {
    flex: 0 0 clamp(80px, 12vw, 120px);
    aspect-ratio: 1;
    border-radius: 12px;
    margin-left: 180px;
    transition: transform 0.3s ease;
  }

  .game-item-mobile:hover {
    transform: scale(1.1);
  }

  .game-item-mobile img {
    width: 300%;
    height: 100%;
    object-fit: cover;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(
        calc(-1 * (22 * (clamp(80px, 12vw, 120px) + clamp(8px, 2vw, 16px))))
      );
    }
  }

  .frame-carousel {
    padding: 10px;
    width: 100%;
  }

  .link-access-frame-mobile {
    width: 100%;
    max-width: 90%;
    padding: 0;
    margin: auto;
  }

  .frame-download {
    width: 100%;
    height: auto;
  }

  .frame-item {
    position: absolute;
  }

  .mobile-social-btn {
    display: block;
    transition: transform 0.3s ease;
  }

  .mobile-social-btn img {
    width: 100%;
    height: auto;
    display: block;
  }

  .mobile-social-btn:hover {
    transform: scale(1.05);
  }

  .mobile-social-btn:active {
    transform: scale(0.95);
  }
}

@media (min-width: 414px) and (max-height: 896px) {
  .mobile {
    padding: 5px 0px 276px;
  }

  .ios-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 140px;
    left: 44px;
  }

  .android-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 140px;
    left: 162px;
  }

  .mobile-section-1 {
    top: 10px;
  }

  .mobile-section-4 {
    top: 70px;
  }

  .link-frame-mobile {
    top: 200px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 410px;
  }

  .circle-item-mobile {
    margin-bottom: -40px;
  }

  .mobile-section-5 {
    top: 460px;
  }

  .mobile-section-5 img {
    height: auto;
    margin-top: -70px;
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 440px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 970px;
    left: 0px;
    padding: 10px;
  }

  .link-mobile-section {
    top: -50px !important;
  }
}
