@font-face {
  font-family: "LeagueGothic-Regular";
  src: url("../fonts/LeagueGothic-Regular.ttf");
}
* {
  box-sizing: border-box;
}

body,
html {
  color: #333;
  background: #272727;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Roboto", "LeagueGothic-Regular", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 0;
}

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

.px {
  position: fixed;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@keyframes zoomOut {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.zoomOut {
  -webkit-animation: zoomOut 0.7s infinite linear;
  -o-animation: zoomOut 0.7s infinite linear;
  animation: zoomOut 0.7s infinite linear;
}

@keyframes UpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes flyIn {
  0% {
    transform: scale(0);
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes leafFall {
  0% {
    transform: translate3d(0, -10%, 0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translate3d(var(--tx), 120vh, 0) rotate(var(--rot));
    opacity: 0;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.title {
  width: 38.3854166667vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.imgFull {
  width: 100%;
  height: auto;
}

.page {
  position: relative;
  width: 100%;
}
.page .leaves-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  transition: opacity 1s ease;
}
.page .leaves-container.active {
  opacity: 1;
}
.page .leaves-container .leaf {
  position: absolute;
  top: -10%;
  width: var(--sz);
  height: var(--sz);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform-origin: center;
  animation-name: leafFall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform, opacity;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1024px) {
  .page .leaves-container .leaf {
    width: calc(var(--sz) + 0.5vw);
    height: calc(var(--sz) + 0.5vw);
  }
}
.page .background {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.page .page-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: 1.5625vw;
}

a {
  transition: all 0.3s ease;
  display: block;
}
a:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.showOnMobile {
  display: none !important;
}

.showOnPc {
  display: block !important;
}

.side-menu {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-47%);
  z-index: 1000;
  width: 16.4583333333vw;
  height: 25.8333333333vw;
  padding: 0 0 0 1.9270833333vw;
  background: url("../img/bg-menu-right.png") center/cover no-repeat;
}
.side-menu .menu-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.side-menu .link-group {
  text-align: center;
  padding-left: 0.78125vw;
}
.side-menu .link-group a {
  font-family: "LeagueGothic-Regular";
  font-size: 1.7708333333vw;
  color: #fff6da;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #000;
  letter-spacing: 0.5px;
}
.side-menu .menu-item.icon-app {
  width: 9.3229166667vw;
  margin: -6.7708333333vw 0 0 1.8229166667vw;
}
.side-menu .menu-item.qrcode {
  width: 9.6354166667vw;
  height: 9.7395833333vw;
  background: url(../img/bg-qrcode.png) center center no-repeat;
  background-size: cover;
  padding: 0.9375vw 0.8854166667vw;
  margin: -0.2604166667vw 0 0 0.78125vw;
}
.side-menu .menu-item.qrcode img {
  width: 8.0208333333vw;
  height: auto;
}
.side-menu .menu-item.btn-download {
  width: 14.8958333333vw;
  margin-top: -0.3645833333vw;
}

.page1 .page-inner {
  padding-top: 1.0416666667vw;
}
.page1 .logo-game {
  width: 17.1875vw;
  display: block;
  margin: 0 0 0 19.7916666667vw;
}
.page1 .buttons-socials {
  position: absolute;
  top: 0;
  left: 57.8125vw;
  z-index: 10;
  display: flex;
  gap: 0.2604166667vw;
}
.page1 .buttons-socials a {
  display: block;
  width: 3.125vw;
}
.page1 .layer .age-rating {
  position: absolute;
  top: 0;
  left: 1.3020833333vw;
  width: 5.9375vw;
}
.page1 .layer .logo-vplay {
  position: absolute;
  top: 0;
  right: 1.5625vw;
  width: 8.1770833333vw;
}
.page1 .layer.video-layer {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page1 .layer.video-layer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page1 .layer .text-p1 {
  width: 53.9583333333vw;
  margin: 14.0625vw auto 0;
  opacity: 0;
}
.page1 .layer .text-p1.animate {
  animation: flyIn 1.5s ease-in-out forwards;
}
.page1 .layer .buttons-store {
  margin-top: -0.5208333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: -0.5208333333vw;
}
.page1 .layer .buttons-store .btn {
  width: 14.84375vw;
  display: block;
}
.page1 .layer.top-layer {
  z-index: 2;
  position: relative;
}

.page2 .page2-left {
  position: relative;
  z-index: 2;
  width: 37.0833333333vw;
  margin: -5.2083333333vw 0 0 11.9791666667vw;
}
.page2 .page2-left .sect-name {
  width: 30.78125vw;
  margin: 0 auto;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.page2 .page2-left .sect-name.changing {
  opacity: 0;
  transform: translateY(10px);
}
.page2 .page2-left .char-name {
  width: 23.59375vw;
  margin: -3.125vw auto 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.page2 .page2-left .char-name.changing {
  opacity: 0;
  transform: translateY(10px);
}
.page2 .page2-left .char-desc {
  width: 37.0833333333vw;
  height: 14.5833333333vw;
  background: url(../img/bg-des.png) center center no-repeat;
  background-size: cover;
  font-size: 1.875vw;
  color: #2e2e35;
  padding: 2.0833333333vw 1.5625vw 0 1.5625vw;
  margin-top: -0.5208333333vw;
  line-height: 1.2;
  font-family: "LeagueGothic-Regular", sans-serif;
  transition: opacity 0.4s ease;
}
.page2 .page2-left .char-desc.changing {
  opacity: 0;
}
.page2 .page2-art {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.page2 .page2-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease;
}
.page2 .page2-art img.changing {
  opacity: 0;
}
.page2 .page2-btns {
  position: relative;
  z-index: 2;
  width: 69.2708333333vw;
  margin: 1.5625vw auto 0;
  gap: 0.5208333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page2 .page2-btns .btn-prev,
.page2 .page2-btns .btn-next {
  width: 4.9479166667vw;
  height: 6.71875vw;
  background: url(../img/btn-prev.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}
.page2 .page2-btns .btn-prev:hover,
.page2 .page2-btns .btn-next:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.page2 .page2-btns .btn-next {
  transform: rotate(180deg);
}
.page2 .page2-btns .btn-next:hover {
  transform: scale(1.05) rotate(180deg) !important;
  filter: brightness(1.1);
}
.page2 .page2-btns .page2-btn-inner {
  display: flex;
  justify-content: space-between;
  width: 58.3333333333vw;
  padding: 0.625vw;
  border-radius: 3.125vw;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.2392156863);
}
.page2 .page2-btns .page2-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 7.65625vw;
  display: block;
  transition: all 0.3s ease;
  filter: grayscale(1);
}
.page2 .page2-btns .page2-btn:hover {
  transform: scale(1.05);
  filter: brightness(1.1) grayscale(0);
}
.page2 .page2-btns .page2-btn.active {
  filter: brightness(1.1) grayscale(0);
}

.page3 .btn-group {
  width: 69.2708333333vw;
  margin: 1.5625vw auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page3 .btn-group a {
  width: 17.5vw;
  filter: contrast(0.8) brightness(0.8);
  transition: all 0.3s ease;
}
.page3 .btn-group a:hover {
  filter: contrast(1) brightness(1);
}

.page4 {
  overflow: hidden;
}
.page4 .page4-block1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2604166667vw;
  margin-top: -0.2604166667vw;
  position: relative;
  z-index: 2;
}
.page4 .page4-block1 a {
  width: 15.2604166667vw;
  height: 5.625vw;
}
.page4 .page4-block2 {
  width: 71.875vw;
  height: 43.9583333333vw;
  margin: -3.125vw auto 0;
  position: relative;
  z-index: 1;
}
.page4 .page4-block2 .art-img {
  width: 53.2291666667vw;
  animation: UpDown 1.5s ease-in-out infinite;
}
.page4 .page4-block2 .fanpage-box {
  background: url(../img/fanpage-box.png) center center no-repeat;
  background-size: cover;
  width: 26.71875vw;
  height: 34.8958333333vw;
  position: absolute;
  right: 9.375vw;
  top: 6.25vw;
  padding: 2.34375vw 2.6041666667vw 3.6458333333vw 2.0833333333vw;
}
.page4 .page4-block2 .fanpage-box .fb-page,
.page4 .page4-block2 .fanpage-box .fb-page span,
.page4 .page4-block2 .fanpage-box .fb-page span iframe {
  width: 100% !important;
  height: 100% !important;
}

.page5 #slider-p5 {
  width: 52.2395833333vw;
  margin: 0 auto;
}
.page5 #slider-p5 .owl-wrapper-outer {
  height: 31.3020833333vw;
}
.page5 #slider-p5 .owl-wrapper-outer .owl-item {
  height: 31.3020833333vw;
  background: url(../img/bg-slide.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 2.0833333333vw 2.8645833333vw 1.6145833333vw 3.125vw;
}
.page5 #slider-p5 .owl-wrapper-outer .owl-item .item {
  width: 100%;
  height: 100%;
}
.page5 #slider-p5 .owl-wrapper-outer .owl-item .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page5 #slider-p5 .owl-controls {
  position: absolute;
  top: 0;
  left: -10%;
  width: 122%;
  height: 110%;
  padding-bottom: 10%;
  display: flex;
  align-items: center;
}
.page5 #slider-p5 .owl-controls .owl-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page5 #slider-p5 .owl-controls .owl-buttons .owl-prev,
.page5 #slider-p5 .owl-controls .owl-buttons .owl-next {
  width: 10.15625vw;
  height: 13.1770833333vw;
  background: url(../img/btn-next.png) center center no-repeat;
  background-size: cover;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  font-size: 0;
}
.page5 #slider-p5 .owl-controls .owl-buttons .owl-prev:hover,
.page5 #slider-p5 .owl-controls .owl-buttons .owl-next:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.page5 #slider-p5 .owl-controls .owl-buttons .owl-prev {
  transform: rotate(180deg);
}
.page5 #slider-p5 .owl-controls .owl-buttons .owl-prev:hover {
  transform: scale(1.05) rotate(180deg);
  filter: brightness(1.1);
}
.page5 #slider-p5 .owl-controls .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.9583333333vw;
  background: url(../img/line-page2.png) center center no-repeat;
  background-size: 48.5416666667vw;
}
.page5 #slider-p5 .owl-controls .owl-pagination .owl-page {
  width: 1.9270833333vw;
  height: 1.9270833333vw;
  background: url(../img/icon-page.png) center center no-repeat;
  background-size: cover;
  border-radius: 37px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  font-size: 0;
  filter: invert(1) brightness(0);
}
.page5 #slider-p5 .owl-controls .owl-pagination .owl-page.active {
  background: url(../img/icon-page-active.png) center center no-repeat;
  background-size: cover;
  transform: scale(1.2);
  filter: invert(0) brightness(1);
}

.p5-bottom-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #7b0a0a;
  padding: 0.6510416667vw 0;
  z-index: 10;
  border-bottom: 3px solid #224a69;
}
.p5-bottom-nav .p5-nav-inner {
  max-width: 67.7083333333vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.34375vw;
}
.p5-bottom-nav .p5-nav-item {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s ease;
  text-decoration: none;
}
.p5-bottom-nav .p5-nav-item:hover {
  color: #f7ca6c;
  transform: translateY(-2px);
}
.p5-bottom-nav .p5-nav-item.active {
  color: #f7ca6c;
}

.footer {
  background: #272727;
  padding: 2.6041666667vw 1.5625vw;
  text-align: center;
  width: 100%;
}
.footer .footer-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3020833333vw;
}
.footer .footer-logo {
  display: block;
  width: 140px;
  transition: transform 0.3s ease;
}
.footer .footer-logo:hover {
  transform: scale(1.05);
}
.footer .footer-logo img {
  width: 100%;
  height: auto;
}
.footer .footer-info {
  display: flex;
  flex-direction: column;
  gap: 0.9375vw;
}
.footer .footer-text {
  color: #f1f1f1;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.5;
  margin: 0;
}

.nav-page {
  position: fixed;
  left: 1.0416666667vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
}
.nav-page ul {
  list-style: none;
  padding: 1.8229166667vw 0 0 0;
  margin: 0;
  position: relative;
}
.nav-page ul:before {
  content: "";
  display: block;
  width: 2px;
  height: 19.0625vw;
  position: absolute;
  left: 0.5208333333vw;
  top: 0;
  z-index: 1;
  background: url("../img/line-page.png") center center no-repeat;
  background-size: cover;
}
.nav-page ul .nav-item {
  margin-bottom: 1.5625vw;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.nav-page ul .nav-item a {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
}
.nav-page ul .nav-item a:hover {
  transform: scale(1);
}
.nav-page ul .nav-item .dot {
  width: 1.1458333333vw;
  height: 1.1458333333vw;
  border-radius: 1.1458333333vw;
  background: url("../img/icon-page.png") center/contain no-repeat;
  display: block;
  flex-shrink: 0;
}
.nav-page ul .nav-item .text {
  font-family: inherit;
  font-size: 1.3541666667vw;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  text-transform: capitalize;
  text-shadow: 2px 1px 2px #000;
  white-space: nowrap;
  pointer-events: auto;
}
.nav-page ul .nav-item.active .dot {
  background-image: url("../img/icon-page-active.png");
}
.nav-page ul .nav-item.active .text {
  color: #fff;
  text-shadow: 2px 1px 2px #ff0000;
}
.nav-page ul .nav-item:last-child {
  margin-bottom: 0;
}
.nav-page ul .nav-item:hover .text {
  color: #ff0000;
  text-shadow: 1px 1px 2px #ff0000;
}

@media (max-width: 1024px) {
  .showOnMobile {
    display: block !important;
  }
  .showOnPc,
  .side-menu {
    display: none !important;
  }
  .title {
    width: 71.2890625vw;
  }
  .wrapper {
    background: url("../img/bg-mb.jpg") center top no-repeat;
    background-size: cover;
  }
  .header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 11.71875vw;
    background: #211f1f;
    z-index: 1100;
    display: flex;
    align-items: center;
  }
  .header-mobile .header-mobile-inner {
    width: 100%;
    height: 100%;
    padding: 0 3.90625vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-mobile .h-m-left {
    display: flex;
    align-items: center;
    gap: 1.46484375vw;
  }
  .header-mobile .h-m-left .h-m-logo {
    width: 9.765625vw;
    border-radius: 1.953125vw;
    overflow: hidden;
  }
  .header-mobile .h-m-left .h-m-title {
    display: flex;
    flex-direction: column;
    color: #f3e491;
    font-size: 2.34375vw;
    line-height: 1.1;
  }
  .header-mobile .h-m-left .h-m-title span:last-child {
    color: #fff;
    font-size: 1.953125vw;
  }
  .header-mobile .h-m-right {
    display: flex;
    align-items: center;
    gap: 5.859375vw;
  }
  .header-mobile .h-m-right .h-m-download {
    width: 27.1484375vw;
  }
  .header-mobile .h-m-right .h-m-download img {
    width: 100%;
  }
  .header-mobile .h-m-right .h-m-menu {
    background: none;
    border: none;
    padding: 0;
    width: 5.859375vw;
    cursor: pointer;
  }
  .header-mobile .h-m-right .h-m-menu img {
    width: 100%;
  }
  .menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1200;
    pointer-events: none;
    transition: 0.3s;
  }
  .menu-mobile.active {
    pointer-events: auto;
  }
  .menu-mobile.active .menu-m-overlay {
    opacity: 1;
  }
  .menu-mobile.active .menu-m-content {
    transform: translateX(0);
  }
  .menu-mobile .menu-m-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.451);
    opacity: 0;
    transition: 0.3s;
  }
  .menu-mobile .menu-m-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 31.25vw;
    height: 100%;
    background: #111;
    transform: translateX(100%);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 7.8125vw;
  }
  .menu-mobile .menu-m-content .menu-m-close {
    position: absolute;
    top: 2.9296875vw;
    right: 2.9296875vw;
    background: none;
    border: none;
    color: #fff;
    font-size: 5.859375vw;
    line-height: 1;
    cursor: pointer;
  }
  .menu-mobile .menu-m-content .menu-m-logo {
    width: 13.18359375vw;
    margin-bottom: 3.90625vw;
  }
  .menu-mobile .menu-m-content .menu-m-logo img {
    width: 100%;
    border-radius: 2.44140625vw;
  }
  .menu-mobile .menu-m-content .menu-m-list {
    width: 100%;
    list-style: none;
    padding: 0 4.39453125vw;
  }
  .menu-mobile .menu-m-content .menu-m-list li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #464647;
  }
  .menu-mobile .menu-m-content .menu-m-list li a {
    display: flex;
    align-items: center;
    padding: 3.90625vw 0;
    color: #fff;
    text-decoration: none;
    font-size: 2.44140625vw;
    gap: 0.9765625vw;
  }
  .menu-mobile .menu-m-content .menu-m-list li a i {
    width: 3.90625vw;
    height: 3.80859375vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    background-size: contain !important;
  }
  .menu-mobile .menu-m-content .menu-m-list li a i.icon-home {
    background: url(../img/icon-home.png) center center no-repeat;
  }
  .menu-mobile .menu-m-content .menu-m-list li a i.icon-fanpage {
    background: url(../img/icon-fb.png) center center no-repeat;
  }
  .menu-mobile .menu-m-content .menu-m-list li a i.icon-community {
    background: url(../img/icon-group.png) center center no-repeat;
  }
  .menu-mobile .menu-m-content .menu-m-list li a i.icon-charge {
    background: url(../img/icon-dollar.png) center center no-repeat;
  }
  .menu-mobile .menu-m-content .menu-m-list li a i.icon-bxh {
    background: url(../img/icon-rank.png) center center no-repeat;
  }
  .menu-mobile .menu-m-content .menu-m-list li a i.icon-cskh {
    background: url(../img/icon-phone.png) center center no-repeat;
  }
  .menu-mobile .menu-m-content .menu-m-list li a:hover {
    color: #fcedac;
  }
  .page .page-inner {
    padding-top: 2.9296875vw;
  }
  .page1 .page-inner {
    padding-top: 12.6953125vw;
  }
  .page1 .buttons-store,
  .page1 .buttons-socials {
    display: none !important;
  }
  .page1 .logo-game {
    width: 40.8203125vw;
    display: block;
    margin: 0 auto;
  }
  .page1 .layer .age-rating {
    top: 2.44140625vw;
    left: initial;
    right: 1.953125vw;
    width: 15.13671875vw;
  }
  .page1 .layer .logo-vplay {
    top: 9.765625vw;
    right: 2.9296875vw;
    width: 12.6953125vw;
  }
  .page1 .layer .text-p1 {
    width: 96.6796875vw;
    margin: 69.921875vw auto 0;
  }
  .page2 .page2-left {
    width: 100%;
    margin: -0.9765625vw 0 0 1.953125vw;
  }
  .page2 .page2-left .sect-name {
    width: 49.21875vw;
    margin: 0 0 0 0;
  }
  .page2 .page2-left .sect-name.changing {
    transform: translateY(0.9765625vw);
  }
  .page2 .page2-left .char-name {
    width: 46.875vw;
    margin: -4.8828125vw 0 0 0;
  }
  .page2 .page2-left .char-name.changing {
    transform: translateY(0.9765625vw);
  }
  .page2 .page2-left .char-desc {
    width: 69.53125vw;
    height: 34.1796875vw;
    font-size: 4.39453125vw;
    padding: 3.90625vw 2.9296875vw 0 2.9296875vw;
    margin: 33.203125vw auto 0;
    background-size: 100% 100%;
  }
  .page2 .page2-btns {
    width: 95.1171875vw;
    margin: 0.9765625vw auto 0;
    gap: 0.9765625vw;
  }
  .page2 .page2-btns .btn-prev,
  .page2 .page2-btns .btn-next {
    width: 6.640625vw;
    height: 9.765625vw;
  }
  .page2 .page2-btns .btn-prev:hover,
  .page2 .page2-btns .btn-next:hover {
    transform: scale(1);
  }
  .page2 .page2-btns .btn-next:hover {
    transform: scale(1);
  }
  .page2 .page2-btns .page2-btn-inner {
    width: 81.0546875vw;
    padding: 0.48828125vw;
    border-radius: 4.8828125vw;
  }
  .page2 .page2-btns .page2-btn {
    width: 12.20703125vw;
  }
  .page2 .page2-btns .page2-btn:hover {
    transform: scale(1);
  }
  .page3 .btn-group {
    width: 73.2421875vw;
    margin: 0.9765625vw auto 0;
    justify-content: center;
    flex-flow: row wrap;
    gap: 1.953125vw;
    row-gap: 0;
  }
  .page3 .btn-group a {
    filter: contrast(1) brightness(1);
    width: 34.1796875vw;
  }
  .page4 {
    overflow: hidden;
  }
  .page4 .page4-block1 {
    flex-flow: row wrap;
    gap: 0.48828125vw;
    margin: 3.90625vw 0 0 39.0625vw;
    width: 60.546875vw;
  }
  .page4 .page4-block1 a {
    width: 29.296875vw;
    height: auto;
  }
  .page4 .page4-block2 {
    width: 100%;
    height: 117.1875vw;
    margin: -9.765625vw auto 0;
    position: relative;
    z-index: 1;
  }
  .page4 .page4-block2 .art-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 59.375vw;
    animation: UpDown 1.5s ease-in-out infinite;
  }
  .page4 .page4-block2 .fanpage-box {
    width: 68.359375vw;
    height: 92.7734375vw;
    right: 0.9765625vw;
    top: 10.7421875vw;
    padding: 5.859375vw 6.34765625vw 7.8125vw 3.90625vw;
  }
  .page4 .page4-block2 .fanpage-box .fb-page,
  .page4 .page4-block2 .fanpage-box .fb-page span,
  .page4 .page4-block2 .fanpage-box .fb-page span iframe {
    width: 100% !important;
    height: 100% !important;
  }
  .page5 #slider-p5 {
    width: 67.08984375vw;
    margin: 0 auto;
  }
  .page5 #slider-p5 .owl-wrapper-outer {
    height: 95.21484375vw;
    margin: auto;
  }
  .page5 #slider-p5 .owl-wrapper-outer .owl-item {
    height: 95.21484375vw;
    background: url(../img/bg-slide-mb.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 3.90625vw 2.44140625vw;
  }
  .page5 #slider-p5 .owl-controls {
    width: 144%;
    left: -22%;
  }
  .page5 #slider-p5 .owl-controls .owl-buttons {
    margin-top: -15%;
  }
  .page5 #slider-p5 .owl-controls .owl-buttons .owl-prev,
  .page5 #slider-p5 .owl-controls .owl-buttons .owl-next {
    width: 13.18359375vw;
    height: 17.87109375vw;
    background: url(../img/btn-prev.png) center center no-repeat;
    background-size: cover;
  }
  .page5 #slider-p5 .owl-controls .owl-buttons .owl-prev {
    transform: rotate(0deg);
  }
  .page5 #slider-p5 .owl-controls .owl-buttons .owl-prev:hover {
    transform: scale(1.05) rotate(0deg);
  }
  .page5 #slider-p5 .owl-controls .owl-buttons .owl-next {
    transform: rotate(180deg);
  }
  .page5 #slider-p5 .owl-controls .owl-buttons .owl-next:hover {
    transform: scale(1.05) rotate(180deg);
  }
  .page5 #slider-p5 .owl-controls .owl-pagination {
    gap: 7.421875vw;
    background-size: 91.015625vw;
  }
  .page5 #slider-p5 .owl-controls .owl-pagination .owl-page {
    width: 3.61328125vw;
    height: 3.61328125vw;
    border-radius: 3.61328125vw;
  }
}
