@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=VT323&display=swap");
/* Font */
/* 修正粗體 */
/* color */
body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Sans", "sans-serif";
}

p {
  font-family: "Noto Sans", "sans-serif";
  text-align: center;
  line-height: 1.5;
}

.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
  transition: 0.3s;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html, body {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  font-size: 16px;
  background: #000000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  touch-action: manipulation;
}
@media (max-height: 844px) {
  html, body {
    font-size: 2vh;
  }
}
@media (min-height: 845px) and (max-width: 390px) {
  html, body {
    font-size: 4vw;
  }
}

#app {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  z-index: 1;
}
#app video {
  opacity: 0;
}

img {
  width: 100%;
  height: auto;
  pointer-events: none;
  vertical-align: middle;
}

p {
  color: white;
}

.btn-pointer {
  cursor: pointer;
}

.image-load {
  position: absolute;
  top: -9999999px;
  left: -9999999px;
  opacity: 0;
  z-index: -999;
}

.banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-height: 844px) {
  .banner canvas {
    width: 65vh;
    height: 65vh;
  }
}
@media (max-height: 844px) and (max-width: 390px) {
  .banner canvas {
    width: 35vh;
    height: 35vh;
  }
}
@media (min-height: 845px) {
  .banner canvas {
    width: 75vw;
    height: 75vw;
  }
}
.GameJudo .banner canvas {
  opacity: 0;
}

.GameDiving .banner canvas {
  opacity: 0;
}

.swal2-title {
  font-size: 1.5em;
}

.vjs-poster {
  background-color: #000000;
  display: inline-block !important;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #444C69;
  z-index: 99999;
  flex-direction: column;
}
.loading-2 {
  z-index: 999999;
}
.loading-2 .loader {
  opacity: 1 !important;
}
.loading-2_content_p {
  position: absolute;
  top: calc(50% + 52px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading p {
  line-height: 5;
}
.loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading_logo_img {
  width: 100%;
  height: 100%;
}
.loading_logo_bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
.loading_content .header {
  width: 100%;
  margin-bottom: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translate(0, 35vh);
  opacity: 0;
}
.loading_content .header_top {
  opacity: 0;
}
.loading_content .header_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading_content .header_bottom_kv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0%;
}
.loading_content .header_bottom_kv img {
  position: relative;
  height: 100%;
  z-index: 2;
}
.loading_content .header_bottom_kv_img {
  opacity: 0;
}
.loading_content .header_bottom_kv_bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.loading_content .header_bottom_kv_bar-1 {
  opacity: 1;
}
.loading_content .header_bottom_kv_bar-2 {
  opacity: 0;
}
.loading .loader {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #56abe2;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  opacity: 0;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.header {
  width: 100%;
  margin-bottom: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header_top {
  width: 100%;
  margin: 6% auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_top_logo {
  width: 30%;
}
.header_top_menu {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_top_menu_year-1 {
  width: 46%;
}
.header_top_menu_year-2 {
  width: 37%;
}
.header_top_menu_img {
  width: 22%;
  margin-left: 5%;
}
.header_bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_bottom_kv {
  position: relative;
  width: 65%;
}
.header_bottom_kv_left {
  position: absolute;
  height: 100%;
  top: 0;
  left: -23%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_bottom_kv_left img {
  width: auto;
  height: 50% !important;
  opacity: 0.3;
}
.header_bottom_kv_right {
  position: absolute;
  height: 100%;
  top: 0;
  right: -23%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_bottom_kv_right img {
  width: auto;
  height: 50% !important;
  opacity: 0.3;
}

.header2 {
  width: 100%;
  margin-bottom: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header2_top {
  width: 100%;
  margin: 5% auto 2% auto;
  padding: 0 2% 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header2_top_logo {
  width: 30%;
}
.header2_top_menu {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header2_top_menu_year-1 {
  width: 46%;
}
.header2_top_menu_year-2 {
  width: 37%;
}
.header2_top_menu_img {
  width: 22%;
  margin-left: 5%;
}
.header2_bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
}
.header2_bottom_kv {
  position: relative;
  width: 72%;
}
.header2_bottom_kv_left {
  position: absolute;
  height: 100%;
  top: 0;
  left: -17%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header2_bottom_kv_left img {
  width: auto;
  height: 45% !important;
  opacity: 0.3;
}
.header2_bottom_kv_right {
  position: absolute;
  height: 100%;
  top: 0;
  right: -17%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header2_bottom_kv_right img {
  width: auto;
  height: 45% !important;
  opacity: 0.3;
}

.menu {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background-color: #444C69;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.menu_content {
  position: absolute;
  width: 95%;
  height: 100%;
  max-width: 390px;
  max-height: 844px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu_content_btnlist {
  transform: translateY(-120%);
}
.menu_content_btnlist_btn {
  width: 100%;
  margin: 5% auto;
  z-index: 99;
}
.menu_content_btnlist_btn--active {
  opacity: 0.4;
}
.menu_close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  z-index: 99;
}

.notice {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background-color: rgba(68, 76, 105, 0.7529411765);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.notice_content {
  position: absolute;
  width: 85%;
  height: 100%;
  max-width: 390px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}
.notice_content_info {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  top: 10vh;
  background-color: rgba(255, 255, 255, 0.812);
  width: 100%;
  height: 350%;
  border-radius: 2rem;
}
.notice_content_info_close {
  position: sticky;
  top: 1rem;
  right: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  margin-top: 1rem;
  filter: brightness(0.1);
  z-index: 999;
}
.notice_content_info_text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 20% auto;
}
.notice_content_info_text_icon {
  width: 3.75rem;
  height: 3.75rem;
}
.notice_content_info_text_list {
  width: 100%;
  padding: 1.125rem;
}
.notice_content_info_text_list p {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.0875rem;
  color: #444C69;
  margin: 1.125rem 0;
}
.notice_content_info_text_list ol {
  width: 100%;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.0875rem;
  color: #444C69;
  margin: 1.125rem 0;
}
.notice_content_info_text_list ol li {
  margin-left: 2rem;
}

.form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background-color: rgba(68, 76, 105, 0.7529411765);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.form_content {
  position: absolute;
  width: 85%;
  height: 100%;
  max-width: 390px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}
.form_content_info {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  top: 10vh;
  background-color: rgba(255, 255, 255, 0.812);
  width: 100%;
  height: 350%;
  border-radius: 2rem;
}
.form_content_info_close {
  position: sticky;
  top: 1rem;
  right: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  margin-top: 1rem;
  filter: brightness(0.1);
  z-index: 999;
}
.form_content_info_text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 20% auto;
}
.form_content_info_text_icon {
  width: 80%;
}
.form_content_info_text_form {
  width: 100%;
  margin: 5% auto 0 auto;
}
.form_content_info_text_form_list {
  width: 90%;
  margin: 1rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form_content_info_text_form_list input {
  background: rgba(191, 203, 215, 0.6);
  border: 0.5px solid rgb(255, 255, 255);
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 1rem;
  height: 3rem;
  color: #444C69;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.0875rem;
}
.form_content_info_text_form_list input:focus-visible {
  outline: #444C69 auto 0.0625rem;
}
.form_content_info_text_form_list_surname {
  width: 48%;
}
.form_content_info_text_form_list_name {
  width: 48%;
}
.form_content_info_text_form_list_phone {
  width: 100%;
}
.form_content_info_text_form_list_mail {
  width: 100%;
}
.form_content_info_text_list {
  width: 100%;
  padding: 0 1.125rem;
}
.form_content_info_text_list--active p {
  color: rgb(185, 30, 30) !important;
}
.form_content_info_text_list p {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.0875rem;
  color: #444C69;
  margin: 0.5rem 0;
}
.form_content_info_text_list ol {
  width: 100%;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.0875rem;
  color: #444C69;
  margin: 1.125rem 0;
}
.form_content_info_text_list ol li {
  margin-left: 2rem;
}
.form_content_info_text_check {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  font-size: 1rem;
  padding-left: 1rem;
}
.form_content_info_text_check_text {
  padding-left: 0.75rem;
  cursor: pointer;
  color: #444C69;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.0875rem;
}
.form_content_info_text_submit {
  width: 60%;
  margin: 5% auto;
  z-index: 999;
}

/* Hide the browser's default checkbox */
.container-1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1rem;
  left: 0;
  transform: translateY(-50%);
  height: 1rem;
  width: 1rem;
  background-color: transparent;
  border: 0.125rem #444C69 solid;
  white-space: nowrap;
}

/* On mouse-over, add a grey background color */
.container-1:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.container-1 input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-1 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-1 .checkmark:after {
  left: 0.25rem;
  top: 0;
  width: 0.25rem;
  height: 0.5625rem;
  border: solid #444C69;
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.popupshare {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background-color: rgba(68, 76, 105, 0.8470588235);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.popupshare_content {
  position: relative;
  width: 85%;
  max-width: 21.25rem;
}
.popupshare_content_close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  margin-top: 1rem;
}

.popupform {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background-color: #444c69;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.popupform_content {
  position: relative;
  width: 85%;
}
.popupform_content_btn {
  position: absolute;
  width: 50%;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.activityends {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background-color: rgba(68, 76, 105, 0.8666666667);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.activityends_content {
  position: relative;
  width: 85%;
  max-width: 300px;
}
.activityends_content_btn {
  position: absolute;
  width: 40%;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.activityends_content_close {
  position: absolute;
  width: 10%;
  top: 5%;
  right: 5%;
}

main {
  width: 100%;
  max-width: 390px;
  max-height: 844px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media (max-height: 844px) {
  main {
    width: 46vh;
  }
}
.overlay-landscape.active {
  opacity: 1;
  z-index: 99999999999;
}

.overlay-landscape {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(0, 0, 0);
  z-index: 0;
  position: fixed;
}

.bg_start {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 105vh;
  z-index: 0;
  background-image: url(../images/BG/game_start_bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
}
.bg_start-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 105vh;
  background-image: url(../images/BG/game_start_bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}
.bg_start-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 105vh;
  background-image: url(../images/BG/game_start_bg-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 4;
}
.bg_start-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 105vh;
  background-image: url(../images/BG/game_start_bg-3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 3;
}
.bg_start-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 105vh;
  background-image: url(../images/BG/game_start_bg-4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
.bg_start-5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 105vh;
  background-image: url(../images/BG/game_start_bg-5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.bg_end {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 105vh;
  z-index: 0;
  background-image: url(../images/BG/game_end_bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: none;
}
.bg_end-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 105vh;
  background-image: url(../images/BG/game_end_bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}
.bg_end-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 105vh;
  background-image: url(../images/BG/game_end_bg-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 4;
}
.bg_end-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 105vh;
  background-image: url(../images/BG/game_end_bg-3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 3;
}
.bg_end-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 105vh;
  background-image: url(../images/BG/game_end_bg-4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
.bg_end-5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 105vh;
  background-image: url(../images/BG/game_end_bg-5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.GameHome_content {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.GameHome_content_btn {
  width: 100%;
}
.GameHome_content_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.GameDiving_content {
  position: relative;
  width: 93%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.GameDiving_content_userinfo {
  position: absolute;
  top: 2.5%;
  right: 1.5%;
  width: 25%;
  height: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.GameDiving_content_userinfo_pic {
  width: 60%;
  height: 60%;
  border: 2px solid #444C69;
  border-radius: 100%;
  overflow: hidden;
  background-color: #444C69;
  display: flex;
  justify-content: center;
  align-items: center;
}
.GameDiving_content_userinfo_name {
  width: 3.75rem;
}
.GameDiving_content_userinfo_name p {
  width: 100%;
  color: #444C69;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  line-height: 2;
}
.GameDiving_content_chatbox {
  position: absolute;
  top: 11%;
  right: 6%;
  width: 41%;
}
.GameDiving_content_chatbox_item img {
  opacity: 0;
}
.GameDiving_content_chatbox_item-1 {
  width: 60%;
  transform: translate(69%, 111%);
}
.GameDiving_content_chatbox_item-2 {
  width: 53%;
}
.GameDiving_content_chatbox_item-3 {
  width: 100%;
}
.GameDiving_content_playview {
  position: absolute;
  top: 57%;
  left: 50%;
  width: 89%;
  height: 53%;
  transform: translate(-50%, -50%);
  border-radius: 1.25rem;
  background: rgb(68, 76, 105);
}
.GameDiving_content_playview::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-shadow: -4px -4px 4px 0px rgba(29, 34, 48, 0.25) inset;
  z-index: 9;
  border-radius: 1.25rem;
}
.GameDiving_content_playview::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 4px 0px rgba(29, 34, 48, 0.25) inset;
  z-index: 9;
  border-radius: 1.25rem;
}
.GameDiving_content_btn {
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  background-image: url(../images/btn/play_diving_btn-1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  animation-duration: 1s;
  animation-name: divingflashing;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.GameDiving_content_btn img {
  opacity: 0;
}
.GameDiving_content_btn-click {
  width: 26%;
}

@keyframes divingflashing {
  from {
    background-image: url(../images/btn/play_diving_btn-1.png);
  }
  to {
    background-image: url(../images/btn/play_diving_btn-2.png);
  }
}
.GameReadyDiving_content {
  position: relative;
  width: 93%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.GameReadyDiving_content_userinfo {
  position: absolute;
  top: 2.5%;
  right: 1.5%;
  width: 25%;
  height: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.GameReadyDiving_content_userinfo_pic {
  width: 60%;
  height: 60%;
  border: 2px solid #444C69;
  border-radius: 100%;
  overflow: hidden;
  background-color: #444C69;
  display: flex;
  justify-content: center;
  align-items: center;
}
.GameReadyDiving_content_userinfo_name {
  width: 3.75rem;
}
.GameReadyDiving_content_userinfo_name p {
  width: 100%;
  color: #444C69;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  line-height: 2;
}
.GameReadyDiving_content_chatbox {
  position: absolute;
  top: 11%;
  right: 6%;
  width: 41%;
}
.GameReadyDiving_content_chatbox_item img {
  opacity: 0;
}
.GameReadyDiving_content_chatbox_item-1 {
  width: 60%;
  transform: translate(69%, 111%);
}
.GameReadyDiving_content_chatbox_item-2 {
  width: 53%;
}
.GameReadyDiving_content_chatbox_item-3 {
  width: 100%;
}
.GameReadyDiving_content_playview {
  position: absolute;
  top: 57%;
  left: 50%;
  width: 89%;
  height: 53%;
  transform: translate(-50%, -50%);
  border-radius: 1.25rem;
  background: rgb(68, 76, 105);
  overflow: hidden;
}
.GameReadyDiving_content_playview::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-shadow: -4px -4px 4px 0px rgba(29, 34, 48, 0.25) inset;
  z-index: 9;
  border-radius: 1.25rem;
}
.GameReadyDiving_content_playview::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 4px 0px rgba(29, 34, 48, 0.25) inset;
  z-index: 9;
  border-radius: 1.25rem;
}
.GameReadyDiving_content_playview_bar {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.625rem;
  padding: 1.5%;
  overflow: hidden;
}
.GameReadyDiving_content_playview_bar span {
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translate(0%, -50%);
  width: 0%;
  height: 50%;
  display: block;
  background: #8D8F91;
  border-radius: 0.625rem;
}
.GameReadyDiving_content_btn {
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
}
.GameReadyDiving_content_btn-click {
  width: 26%;
}
.GameReadyDiving_content_btn--ani {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/btn/game_click_btn-1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  animation-duration: 0.1s;
  animation-name: gamepointani;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes gamepointani {
  from {
    background-image: url(../images/btn/game_click_btn-1.png);
  }
  to {
    background-image: url(../images/btn/game_click_btn-2.png);
  }
}
.GameFinishDiving_content {
  position: relative;
  width: 93%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.GameFinishDiving_content_userinfo {
  position: absolute;
  top: 2.5%;
  right: 1.5%;
  width: 25%;
  height: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.GameFinishDiving_content_userinfo_pic {
  width: 60%;
  height: 60%;
  border: 2px solid #444C69;
  border-radius: 100%;
  overflow: hidden;
  background-color: #444C69;
  display: flex;
  justify-content: center;
  align-items: center;
}
.GameFinishDiving_content_userinfo_name {
  width: 3.75rem;
}
.GameFinishDiving_content_userinfo_name p {
  width: 100%;
  color: #444C69;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  line-height: 2;
}
.GameFinishDiving_content_chatbox {
  position: absolute;
  top: 11%;
  right: 6%;
  width: 41%;
}
.GameFinishDiving_content_chatbox_item-1 {
  width: 60%;
  transform: translate(69%, 111%);
}
.GameFinishDiving_content_chatbox_item-2 {
  width: 53%;
}
.GameFinishDiving_content_chatbox_item-3 {
  width: 100%;
}
.GameFinishDiving_content_chatbox_item-4 {
  width: 100%;
  transform: translate(0%, 74%);
}
.GameFinishDiving_content_playview {
  position: absolute;
  top: 57%;
  left: 50%;
  width: 89%;
  height: 53%;
  transform: translate(-50%, -50%);
  border-radius: 1.25rem;
  background: rgb(68, 76, 105);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.GameFinishDiving_content_playview::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-shadow: -4px -4px 4px 0px rgba(29, 34, 48, 0.25) inset;
  z-index: 9;
  border-radius: 1.25rem;
}
.GameFinishDiving_content_playview::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 4px 0px rgba(29, 34, 48, 0.25) inset;
  z-index: 9;
  border-radius: 1.25rem;
}
.GameFinishDiving_content_playview_title {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
}
.GameFinishDiving_content_playview_fraction {
  font-size: 11.25rem;
  line-height: 1;
}
.GameFinishDiving_content_btn {
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  background-image: url(../images/btn/useai_diving_btn-1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  animation-duration: 1s;
  animation-name: finishdivingflashing;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.GameFinishDiving_content_btn img {
  opacity: 0;
}
.GameFinishDiving_content_btn-click {
  width: 91%;
}

@keyframes finishdivingflashing {
  from {
    background-image: url(../images/btn/useai_diving_btn-1.png);
  }
  to {
    background-image: url(../images/btn/useai_diving_btn-2.png);
  }
}
.GameUseaiDiving_content {
  position: relative;
  width: 93%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.GameUseaiDiving_content_userinfo {
  position: absolute;
  top: 2.5%;
  right: 1.5%;
  width: 25%;
  height: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.GameUseaiDiving_content_userinfo_pic {
  width: 60%;
  height: 60%;
  border: 2px solid #444C69;
  border-radius: 100%;
  overflow: hidden;
  background-color: #444C69;
  display: flex;
  justify-content: center;
  align-items: center;
}
.GameUseaiDiving_content_userinfo_name {
  width: 3.75rem;
}
.GameUseaiDiving_content_userinfo_name p {
  width: 100%;
  color: #444C69;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  line-height: 2;
}
.GameUseaiDiving_content_chatbox {
  position: absolute;
  top: 11%;
  right: 6%;
  width: 41%;
}
.GameUseaiDiving_content_chatbox_item-1 {
  width: 60%;
  transform: translate(69%, 111%);
}
.GameUseaiDiving_content_chatbox_item-2 {
  width: 53%;
}
.GameUseaiDiving_content_chatbox_item-3 {
  width: 100%;
}
.GameUseaiDiving_content_chatbox_item-4 {
  width: 100%;
  transform: translate(0%, 74%);
}
.GameUseaiDiving_content_chatbox_item-5 {
  width: 85%;
  transform: translate(20%, 100%);
}
.GameUseaiDiving_content_playview {
  position: absolute;
  top: 57%;
  left: 50%;
  width: 89%;
  height: 53%;
  transform: translate(-50%, -50%);
  border-radius: 1.25rem;
  background: rgb(68, 76, 105);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.GameUseaiDiving_content_playview::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-shadow: -4px -4px 4px 0px rgba(29, 34, 48, 0.25) inset;
  z-index: 9;
  border-radius: 1.25rem;
}
.GameUseaiDiving_content_playview::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 4px 0px rgba(29, 34, 48, 0.25) inset;
  z-index: 9;
  border-radius: 1.25rem;
}
.GameUseaiDiving_content_playview_title {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
}
.GameUseaiDiving_content_playview_fraction {
  font-size: 11.25rem;
  line-height: 1;
}
.GameUseaiDiving_content_list {
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.GameUseaiDiving_content_list-click {
  width: 91%;
}

.GameJudo_content {
  position: relative;
  width: 93%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.GameJudo_content_userinfo {
  position: absolute;
  top: 2.5%;
  right: 1.5%;
  width: 25%;
  height: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.GameJudo_content_userinfo_pic {
  width: 60%;
  height: 60%;
  border: 2px solid #444C69;
  border-radius: 100%;
  overflow: hidden;
  background-color: #444C69;
  display: flex;
  justify-content: center;
  align-items: center;
}
.GameJudo_content_userinfo_name {
  width: 3.75rem;
}
.GameJudo_content_userinfo_name p {
  width: 100%;
  color: #444C69;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  line-height: 2;
}
.GameJudo_content_chatbox {
  position: absolute;
  top: 11%;
  right: 6%;
  width: 41%;
}
.GameJudo_content_chatbox_item img {
  opacity: 0;
}
.GameJudo_content_chatbox_item-1 {
  width: 60%;
  transform: translate(69%, 111%);
}
.GameJudo_content_chatbox_item-2 {
  width: 53%;
}
.GameJudo_content_chatbox_item-3 {
  width: 100%;
}
.GameJudo_content_playview {
  position: absolute;
  top: 57%;
  left: 50%;
  width: 89%;
  height: 53%;
  transform: translate(-50%, -50%);
  border-radius: 1.25rem;
  background: rgb(68, 76, 105);
}
.GameJudo_content_playview::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-shadow: -4px -4px 4px 0px rgba(29, 34, 48, 0.25) inset;
  z-index: 9;
  border-radius: 1.25rem;
}
.GameJudo_content_playview::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 4px 0px rgba(29, 34, 48, 0.25) inset;
  z-index: 9;
  border-radius: 1.25rem;
}
.GameJudo_content_btn {
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  background-image: url(../images/btn/play_judo_btn-1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  animation-duration: 1s;
  animation-name: judoflashing;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.GameJudo_content_btn img {
  opacity: 0;
}
.GameJudo_content_btn-click {
  width: 26%;
}

@keyframes judoflashing {
  from {
    background-image: url(../images/btn/play_judo_btn-1.png);
  }
  to {
    background-image: url(../images/btn/play_judo_btn-2.png);
  }
}
.GameReadyJudo_content {
  position: relative;
  width: 93%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.GameReadyJudo_content_userinfo {
  position: absolute;
  top: 2.5%;
  right: 1.5%;
  width: 25%;
  height: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.GameReadyJudo_content_userinfo_pic {
  width: 60%;
  height: 60%;
  border: 2px solid #444C69;
  border-radius: 100%;
  overflow: hidden;
  background-color: #444C69;
  display: flex;
  justify-content: center;
  align-items: center;
}
.GameReadyJudo_content_userinfo_name {
  width: 3.75rem;
}
.GameReadyJudo_content_userinfo_name p {
  width: 100%;
  color: #444C69;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  line-height: 2;
}
.GameReadyJudo_content_chatbox {
  position: absolute;
  top: 11%;
  right: 6%;
  width: 41%;
}
.GameReadyJudo_content_chatbox_item img {
  opacity: 0;
}
.GameReadyJudo_content_chatbox_item-1 {
  width: 60%;
  transform: translate(69%, 111%);
}
.GameReadyJudo_content_chatbox_item-2 {
  width: 53%;
}
.GameReadyJudo_content_chatbox_item-3 {
  width: 100%;
}
.GameReadyJudo_content_playview {
  position: absolute;
  top: 57%;
  left: 50%;
  width: 89%;
  height: 53%;
  transform: translate(-50%, -50%);
  border-radius: 1.25rem;
  background: rgb(68, 76, 105);
  overflow: hidden;
}
.GameReadyJudo_content_playview::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-shadow: -4px -4px 4px 0px rgba(29, 34, 48, 0.25) inset;
  z-index: 9;
  border-radius: 1.25rem;
}
.GameReadyJudo_content_playview::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 4px 0px rgba(29, 34, 48, 0.25) inset;
  z-index: 9;
  border-radius: 1.25rem;
}
.GameReadyJudo_content_playview_bar {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.625rem;
  padding: 1.5%;
  overflow: hidden;
}
.GameReadyJudo_content_playview_bar span {
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translate(0%, -50%);
  width: 0%;
  height: 50%;
  display: block;
  background: #8D8F91;
  border-radius: 0.625rem;
}
.GameReadyJudo_content_btn {
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
}
.GameReadyJudo_content_btn-click {
  width: 26%;
}
.GameReadyJudo_content_btn--ani {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/btn/game_click_btn-1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  animation-duration: 0.1s;
  animation-name: gamepointani;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes gamepointani {
  from {
    background-image: url(../images/btn/game_click_btn-1.png);
  }
  to {
    background-image: url(../images/btn/game_click_btn-2.png);
  }
}
.GameFinishJudo_content {
  position: relative;
  width: 93%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.GameFinishJudo_content_userinfo {
  position: absolute;
  top: 2.5%;
  right: 1.5%;
  width: 25%;
  height: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.GameFinishJudo_content_userinfo_pic {
  width: 60%;
  height: 60%;
  border: 2px solid #444C69;
  border-radius: 100%;
  overflow: hidden;
  background-color: #444C69;
  display: flex;
  justify-content: center;
  align-items: center;
}
.GameFinishJudo_content_userinfo_name {
  width: 3.75rem;
}
.GameFinishJudo_content_userinfo_name p {
  width: 100%;
  color: #444C69;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  line-height: 2;
}
.GameFinishJudo_content_chatbox {
  position: absolute;
  top: 11%;
  right: 6%;
  width: 41%;
}
.GameFinishJudo_content_chatbox_item-1 {
  width: 60%;
  transform: translate(69%, 111%);
}
.GameFinishJudo_content_chatbox_item-2 {
  width: 53%;
}
.GameFinishJudo_content_chatbox_item-3 {
  width: 100%;
}
.GameFinishJudo_content_chatbox_item-4 {
  width: 100%;
  transform: translate(0%, 74%);
}
.GameFinishJudo_content_playview {
  position: absolute;
  top: 57%;
  left: 50%;
  width: 89%;
  height: 53%;
  transform: translate(-50%, -50%);
  border-radius: 1.25rem;
  background: rgb(68, 76, 105);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.GameFinishJudo_content_playview::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-shadow: -4px -4px 4px 0px rgba(29, 34, 48, 0.25) inset;
  z-index: 9;
  border-radius: 1.25rem;
}
.GameFinishJudo_content_playview::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 4px 0px rgba(29, 34, 48, 0.25) inset;
  z-index: 9;
  border-radius: 1.25rem;
}
.GameFinishJudo_content_playview_title {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
}
.GameFinishJudo_content_playview_fraction {
  font-size: 11.25rem;
  line-height: 1;
}
.GameFinishJudo_content_btn {
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  background-image: url(../images/btn/useai_judo_btn-1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  animation-duration: 1s;
  animation-name: finishjudoflashing;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.GameFinishJudo_content_btn img {
  opacity: 0;
}
.GameFinishJudo_content_btn-click {
  width: 91%;
}

@keyframes finishjudoflashing {
  from {
    background-image: url(../images/btn/useai_judo_btn-1.png);
  }
  to {
    background-image: url(../images/btn/useai_judo_btn-2.png);
  }
}
.GameUseaiJudo_content {
  position: relative;
  width: 93%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.GameUseaiJudo_content_userinfo {
  position: absolute;
  top: 2.5%;
  right: 1.5%;
  width: 25%;
  height: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.GameUseaiJudo_content_userinfo_pic {
  width: 60%;
  height: 60%;
  border: 2px solid #444C69;
  border-radius: 100%;
  overflow: hidden;
  background-color: #444C69;
  display: flex;
  justify-content: center;
  align-items: center;
}
.GameUseaiJudo_content_userinfo_name {
  width: 3.75rem;
}
.GameUseaiJudo_content_userinfo_name p {
  width: 100%;
  color: #444C69;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  line-height: 2;
}
.GameUseaiJudo_content_chatbox {
  position: absolute;
  top: 11%;
  right: 6%;
  width: 41%;
}
.GameUseaiJudo_content_chatbox_item-1 {
  width: 60%;
  transform: translate(69%, 111%);
}
.GameUseaiJudo_content_chatbox_item-2 {
  width: 53%;
}
.GameUseaiJudo_content_chatbox_item-3 {
  width: 100%;
}
.GameUseaiJudo_content_chatbox_item-4 {
  width: 100%;
  transform: translate(0%, 74%);
}
.GameUseaiJudo_content_chatbox_item-5 {
  width: 85%;
  transform: translate(20%, 100%);
}
.GameUseaiJudo_content_playview {
  position: absolute;
  top: 57%;
  left: 50%;
  width: 89%;
  height: 53%;
  transform: translate(-50%, -50%);
  border-radius: 1.25rem;
  background: rgb(68, 76, 105);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.GameUseaiJudo_content_playview::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-shadow: -4px -4px 4px 0px rgba(29, 34, 48, 0.25) inset;
  z-index: 9;
  border-radius: 1.25rem;
}
.GameUseaiJudo_content_playview::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 4px 0px rgba(29, 34, 48, 0.25) inset;
  z-index: 9;
  border-radius: 1.25rem;
}
.GameUseaiJudo_content_playview_title {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
}
.GameUseaiJudo_content_playview_fraction {
  font-size: 11.25rem;
  line-height: 1;
}
.GameUseaiJudo_content_list {
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.GameUseaiJudo_content_list-click {
  width: 91%;
}

.GameFinalAino_content {
  position: relative;
  width: 93%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.GameFinalAino_content_top {
  position: relative;
  width: 99%;
}
.GameFinalAino_content_top_userinfo {
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 15%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2%;
}
.GameFinalAino_content_top_userinfo_pic {
  width: 15%;
  height: 95%;
  border-radius: 100%;
  overflow: hidden;
  background-color: #444C69;
  display: flex;
  justify-content: center;
  align-items: center;
}
.GameFinalAino_content_top_userinfo_name {
  width: 100%;
  padding-left: 3%;
}
.GameFinalAino_content_top_userinfo_name p {
  width: 100%;
  color: #444C69;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  line-height: 2;
}
.GameFinalAino_content_top_fraction {
  position: absolute;
  top: 56%;
  left: 27%;
  transform: translate(-50%, -50%);
  width: 43%;
  height: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.GameFinalAino_content_top_fraction p {
  color: #444C69;
  text-align: center;
  font-size: 5rem;
  height: fit-content;
  line-height: 0.7;
}
.GameFinalAino_content_top_ranking {
  position: absolute;
  top: 56%;
  left: 73%;
  transform: translate(-50%, -50%);
  width: 43%;
  height: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.GameFinalAino_content_top_ranking p {
  color: #444C69;
  text-align: center;
  font-size: 5rem;
  height: fit-content;
  line-height: 0.7;
}
.GameFinalAino_content_top_ranking-active {
  font-size: 1.3rem !important;
  line-height: 1.3 !important;
  font-weight: bold;
}
.GameFinalAino_content_top_btn {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93%;
}
.GameFinalAino_content_middle {
  width: 73%;
  margin: 2% auto 1% auto;
}
.GameFinalAino_content_bottom_btn {
  width: 100%;
  margin: 1% auto;
}

.GameFinalAi_content {
  position: relative;
  width: 93%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.GameFinalAi_content_top {
  position: relative;
  width: 99%;
}
.GameFinalAi_content_top_userinfo {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 17%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2%;
}
.GameFinalAi_content_top_userinfo_pic {
  width: 15%;
  height: 95%;
  border-radius: 100%;
  overflow: hidden;
  background-color: #444C69;
  display: flex;
  justify-content: center;
  align-items: center;
}
.GameFinalAi_content_top_userinfo_name {
  width: 100%;
  padding-left: 3%;
}
.GameFinalAi_content_top_userinfo_name p {
  width: 100%;
  color: #444C69;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  line-height: 2;
}
.GameFinalAi_content_top_fraction {
  position: absolute;
  top: 72%;
  left: 27%;
  transform: translate(-50%, -50%);
  width: 43%;
  height: 24%;
  display: flex;
  justify-content: center;
}
.GameFinalAi_content_top_fraction p {
  position: relative;
  color: #444C69;
  text-align: center;
  font-size: 5rem;
  height: fit-content;
  line-height: 0.7;
}
.GameFinalAi_content_top_fraction_star {
  position: absolute;
  top: -50%;
  left: -10%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.GameFinalAi_content_top_fraction_star img {
  position: absolute;
}
.GameFinalAi_content_top_fraction_star-1 {
  width: 100%;
  right: -50%;
}
.GameFinalAi_content_top_fraction_star-2 {
  width: 70%;
  bottom: -40%;
}
.GameFinalAi_content_top_fraction_star-3 {
  width: 50%;
  top: -15%;
  left: 50%;
  transform: translate(-50%, 0);
}
.GameFinalAi_content_top_ranking {
  position: absolute;
  top: 72%;
  left: 73%;
  transform: translate(-50%, -50%);
  width: 43%;
  height: 24%;
  display: flex;
  justify-content: center;
}
.GameFinalAi_content_top_ranking p {
  color: #444C69;
  text-align: center;
  font-size: 5rem;
  height: fit-content;
  line-height: 0.7;
}
.GameFinalAi_content_top_ranking-active {
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
  font-weight: bold;
}
.GameFinalAi_content_middle {
  width: 82%;
  margin: 5% auto 2% auto;
}
.GameFinalAi_content_bottom_btn {
  width: 100%;
  margin: 1% auto;
}

.GameDivingvideo_video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: end;
}

.GameJudovideo_video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: end;
}/*# sourceMappingURL=all.css.map */