@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Changa+One:ital@0;1&family=Chiron+GoRound+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Chiron GoRound TC", "Changa One", "Noto Sans TC", "PingFang SC", "微軟正黑體", sans-serif;
  font-weight: 500;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*自訂*/
a {
  text-decoration: none;
  outline: none;
}

body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: #000000;
  letter-spacing: 1px;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  outline: none;
  border-radius: none;
}

/*HTML5 tag*/
section, article, aside, footer, header, nav, main {
  display: block;
}

/*Input reset*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; /*透明*/
}

input[type=submit], input[type=reset], input[type=button], input[type=text], input[type=password], textarea, select {
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
}

button {
  outline: none;
  border: none;
  background-color: none;
}

input[type=checkbox] {
  accent-color: #9fb0ff;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: checkbox;
}

.codeBox.thin .gc-reset {
  top: -1px;
}

.codeBox .img {
  height: 75%;
  background-size: auto 125% !important;
  width: 100px !important;
  top: 12% !important;
}

.codeBox.thin.verify__box > div:nth-child(2) {
  height: 50px !important;
}

html {
  font-size: 16px;
}

main {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  position: relative;
}

body {
  background-color: #fff;
}

a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.l-wrapper {
  max-width: 2000px;
  margin: 0 auto;
}

.l-wrapperSub {
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-wrapperSub {
    width: 90%;
  }
}

.l-wrapperThird {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 680px) {
  .l-wrapperThird {
    width: 90%;
  }
}

.l-overflowY {
  overflow-y: hidden;
}

.l-overflow {
  overflow: hidden;
}

.l-footerColor {
  background-color: #06090a;
  z-index: 1;
}

.l-link {
  display: inline-block;
}
.l-link a {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #9d3cd0;
}
.l-link a:hover {
  opacity: 0.5;
}

.l-marginTb10 {
  margin: 10% 0;
}

.l-notice {
  color: #fb3cc3;
}

.l-posa {
  position: absolute;
}

.l-posr {
  position: relative;
}

.l-marginb2 {
  margin: 0 0 2%;
}

.l-tipsPink {
  color: #ff90a5;
}

.l-mt-3 {
  margin: 3% 0 0 0;
}

@-webkit-keyframes singing {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-8px) rotate(2deg);
            transform: translateY(-8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(-2deg);
            transform: translateY(-12px) rotate(-2deg);
  }
  75% {
    -webkit-transform: translateY(-6px) rotate(2deg);
            transform: translateY(-6px) rotate(2deg);
  }
}

@keyframes singing {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-8px) rotate(2deg);
            transform: translateY(-8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(-2deg);
            transform: translateY(-12px) rotate(-2deg);
  }
  75% {
    -webkit-transform: translateY(-6px) rotate(2deg);
            transform: translateY(-6px) rotate(2deg);
  }
}
@-webkit-keyframes stickerSlap {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-120px) rotate(-12deg) scale(1.8);
            transform: translateY(-120px) rotate(-12deg) scale(1.8);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(3deg) scale(0.9);
            transform: translateY(0) rotate(3deg) scale(0.9);
  }
  70% {
    -webkit-transform: rotate(-2deg) scale(1.05);
            transform: rotate(-2deg) scale(1.05);
  }
  80% {
    -webkit-transform: rotate(1deg) scale(0.97);
            transform: rotate(1deg) scale(0.97);
  }
  90% {
    -webkit-transform: rotate(-0.5deg) scale(1.02);
            transform: rotate(-0.5deg) scale(1.02);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
}
@keyframes stickerSlap {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-120px) rotate(-12deg) scale(1.8);
            transform: translateY(-120px) rotate(-12deg) scale(1.8);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(3deg) scale(0.9);
            transform: translateY(0) rotate(3deg) scale(0.9);
  }
  70% {
    -webkit-transform: rotate(-2deg) scale(1.05);
            transform: rotate(-2deg) scale(1.05);
  }
  80% {
    -webkit-transform: rotate(1deg) scale(0.97);
            transform: rotate(1deg) scale(0.97);
  }
  90% {
    -webkit-transform: rotate(-0.5deg) scale(1.02);
            transform: rotate(-0.5deg) scale(1.02);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
}
@-webkit-keyframes smooth {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(2px, 2px) rotate(2deg);
            transform: translate(2px, 2px) rotate(2deg);
  }
}
@keyframes smooth {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(2px, 2px) rotate(2deg);
            transform: translate(2px, 2px) rotate(2deg);
  }
}
@-webkit-keyframes rabbitPop {
  0% {
    opacity: 0;
    -webkit-transform: translate(-60px, 60px) scale(0.15) rotate(-12deg);
            transform: translate(-60px, 60px) scale(0.15) rotate(-12deg);
  }
  55% {
    opacity: 1;
    -webkit-transform: translate(0, -18px) scale(1.12) rotate(4deg);
            transform: translate(0, -18px) scale(1.12) rotate(4deg);
  }
  75% {
    -webkit-transform: translate(0, 4px) scale(0.95) rotate(-2deg);
            transform: translate(0, 4px) scale(0.95) rotate(-2deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1) rotate(0);
            transform: translate(0, 0) scale(1) rotate(0);
  }
}
@keyframes rabbitPop {
  0% {
    opacity: 0;
    -webkit-transform: translate(-60px, 60px) scale(0.15) rotate(-12deg);
            transform: translate(-60px, 60px) scale(0.15) rotate(-12deg);
  }
  55% {
    opacity: 1;
    -webkit-transform: translate(0, -18px) scale(1.12) rotate(4deg);
            transform: translate(0, -18px) scale(1.12) rotate(4deg);
  }
  75% {
    -webkit-transform: translate(0, 4px) scale(0.95) rotate(-2deg);
            transform: translate(0, 4px) scale(0.95) rotate(-2deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1) rotate(0);
            transform: translate(0, 0) scale(1) rotate(0);
  }
}
@-webkit-keyframes bounceCute {
  0%, 100% {
    -webkit-transform: translateY(0px) scaleX(1) scaleY(0.97);
            transform: translateY(0px) scaleX(1) scaleY(0.97);
  }
  50% {
    -webkit-transform: translateY(-10px) scaleX(0.99) scaleY(0.98);
            transform: translateY(-10px) scaleX(0.99) scaleY(0.98);
  }
}
@keyframes bounceCute {
  0%, 100% {
    -webkit-transform: translateY(0px) scaleX(1) scaleY(0.97);
            transform: translateY(0px) scaleX(1) scaleY(0.97);
  }
  50% {
    -webkit-transform: translateY(-10px) scaleX(0.99) scaleY(0.98);
            transform: translateY(-10px) scaleX(0.99) scaleY(0.98);
  }
}
@-webkit-keyframes cameraFlash {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  40% {
    opacity: 0.85;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cameraFlash {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  40% {
    opacity: 0.85;
  }
  100% {
    opacity: 0;
  }
}
.shake-Cute {
  -webkit-animation: shakeCute 0.8s ease-in-out infinite;
          animation: shakeCute 0.8s ease-in-out infinite;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes shakeCute {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -50%) rotate(-3deg);
            transform: translate(-50%, -50%) rotate(-3deg);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) rotate(3deg);
            transform: translate(-50%, -50%) rotate(3deg);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) rotate(-2deg);
            transform: translate(-50%, -50%) rotate(-2deg);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) rotate(2deg);
            transform: translate(-50%, -50%) rotate(2deg);
  }
}

@keyframes shakeCute {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -50%) rotate(-3deg);
            transform: translate(-50%, -50%) rotate(-3deg);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) rotate(3deg);
            transform: translate(-50%, -50%) rotate(3deg);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) rotate(-2deg);
            transform: translate(-50%, -50%) rotate(-2deg);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) rotate(2deg);
            transform: translate(-50%, -50%) rotate(2deg);
  }
}
@-webkit-keyframes stickerShake {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.08) rotate(-3deg);
            transform: scale(1.08) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale(0.95) rotate(3deg);
            transform: scale(0.95) rotate(3deg);
  }
  45% {
    -webkit-transform: scale(1.04) rotate(-2deg);
            transform: scale(1.04) rotate(-2deg);
  }
  60% {
    -webkit-transform: scale(0.98) rotate(1deg);
            transform: scale(0.98) rotate(1deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes stickerShake {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.08) rotate(-3deg);
            transform: scale(1.08) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale(0.95) rotate(3deg);
            transform: scale(0.95) rotate(3deg);
  }
  45% {
    -webkit-transform: scale(1.04) rotate(-2deg);
            transform: scale(1.04) rotate(-2deg);
  }
  60% {
    -webkit-transform: scale(0.98) rotate(1deg);
            transform: scale(0.98) rotate(1deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes jelly {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scaleX(1.08) scaleY(0.92);
            transform: scaleX(1.08) scaleY(0.92);
  }
  50% {
    -webkit-transform: scaleX(0.92) scaleY(1.08);
            transform: scaleX(0.92) scaleY(1.08);
  }
  75% {
    -webkit-transform: scaleX(1.04) scaleY(0.96);
            transform: scaleX(1.04) scaleY(0.96);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes jelly {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scaleX(1.08) scaleY(0.92);
            transform: scaleX(1.08) scaleY(0.92);
  }
  50% {
    -webkit-transform: scaleX(0.92) scaleY(1.08);
            transform: scaleX(0.92) scaleY(1.08);
  }
  75% {
    -webkit-transform: scaleX(1.04) scaleY(0.96);
            transform: scaleX(1.04) scaleY(0.96);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes sparkle {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg) scale(1);
            transform: translateY(0) rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(-8deg) scale(1.08);
            transform: translateY(-3px) rotate(-8deg) scale(1.08);
  }
  75% {
    -webkit-transform: translateY(-1px) rotate(8deg) scale(1.08);
            transform: translateY(-1px) rotate(8deg) scale(1.08);
  }
}
@keyframes sparkle {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg) scale(1);
            transform: translateY(0) rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(-8deg) scale(1.08);
            transform: translateY(-3px) rotate(-8deg) scale(1.08);
  }
  75% {
    -webkit-transform: translateY(-1px) rotate(8deg) scale(1.08);
            transform: translateY(-1px) rotate(8deg) scale(1.08);
  }
}
@-webkit-keyframes excited {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  20% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  30% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  40% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes excited {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  20% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  30% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  40% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes vtLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-120px) rotate(-8deg) scale(0.8);
            transform: translateX(-120px) rotate(-8deg) scale(0.8);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(20px) rotate(2deg) scale(1.05);
            transform: translateX(20px) rotate(2deg) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0) scale(1);
            transform: translateX(0) rotate(0) scale(1);
  }
}
@keyframes vtLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-120px) rotate(-8deg) scale(0.8);
            transform: translateX(-120px) rotate(-8deg) scale(0.8);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(20px) rotate(2deg) scale(1.05);
            transform: translateX(20px) rotate(2deg) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0) scale(1);
            transform: translateX(0) rotate(0) scale(1);
  }
}
@-webkit-keyframes vtRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) rotate(8deg) scale(0.8);
            transform: translateX(120px) rotate(8deg) scale(0.8);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(-20px) rotate(-2deg) scale(1.05);
            transform: translateX(-20px) rotate(-2deg) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0) scale(1);
            transform: translateX(0) rotate(0) scale(1);
  }
}
@keyframes vtRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) rotate(8deg) scale(0.8);
            transform: translateX(120px) rotate(8deg) scale(0.8);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(-20px) rotate(-2deg) scale(1.05);
            transform: translateX(-20px) rotate(-2deg) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0) scale(1);
            transform: translateX(0) rotate(0) scale(1);
  }
}
@-webkit-keyframes vtCenter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px) scale(0.8);
            transform: translateY(80px) scale(0.8);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-15px) scale(1.05);
            transform: translateY(-15px) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes vtCenter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px) scale(0.8);
            transform: translateY(80px) scale(0.8);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-15px) scale(1.05);
            transform: translateY(-15px) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes shineNew {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
@keyframes shineNew {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup__mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.popup__main {
  position: relative;
  z-index: 2;
  width: min(90%, 1000px);
  max-height: 600px;
  height: 100%;
  padding: 40px;
  background: #ffa1ff;
  border-radius: 20px;
  -webkit-box-shadow: 2px -2px 0px #fff;
          box-shadow: 2px -2px 0px #fff;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.popup__main--full {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background-image: url("../img/bg05.jpg");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat;
  border-radius: 10px;
}
.popup__main--full::-webkit-scrollbar {
  width: 10px;
}
.popup__main--full::-webkit-scrollbar-track {
  background: #ffd9ff;
  border-radius: 999px;
}
.popup__main--full::-webkit-scrollbar-thumb {
  background: #c86eff;
  border-radius: 999px;
}
.popup__main--full::-webkit-scrollbar-thumb:hover {
  background: #a84ef5;
}
.popup__main--full .popup__close {
  display: none;
}
@media screen and (max-width: 768px) {
  .popup__main {
    width: min(100%, 1000px);
  }
}
@media screen and (max-width: 540px) {
  .popup__main {
    height: 85%;
    max-height: 720px;
    padding: 5%;
  }
  .popup__main--full {
    height: 100%;
    max-height: 100vh;
  }
}
@media screen and (max-width: 375px) {
  .popup__main {
    height: 100%;
  }
}
@media screen and (max-width: 360px) {
  .popup__main {
    max-height: 700px;
  }
  .popup__main--full {
    max-height: 100vh;
  }
}

.popup.active .popup__main {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 3.2rem;
  line-height: 1;
  color: #a861ff;
  z-index: 1;
}
.popup__close::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 100%;
}

.popup__close__ingame {
  position: fixed;
  top: 15px;
  right: 25px;
  z-index: 99;
  font-size: 3.2rem;
  cursor: pointer;
  color: #a861ff;
  display: none;
}
.popup__close__ingame.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js-popup-content {
  width: 100%;
}

body.popup-open {
  overflow: hidden;
}

.popup__main--full {
  overflow-y: scroll;
}
.popup__main--full .popup__close {
  top: 15px;
}
.popup__main--full .js-popup-content {
  max-width: 1020px;
  margin: 0 auto;
  padding: 2% 0;
}

.container {
  position: relative;
}
.container--kv {
  background-image: url("../img/all_back_bg.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
}
.container--pink {
  background-image: url("../img/bg02.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: repeat;
  margin: -7.1% 0 0 0;
  padding: 12.1% 0 5% 0;
  overflow: hidden;
  background-attachment: fixed;
}
.container--geometry {
  background-image: url("../img/bg03.jpg");
  background-size: cover;
  background-position: 0 top;
  background-repeat: repeat;
  padding: 70px 0 0 0;
}
.container--geometry .bubble {
  position: relative;
  z-index: 1;
}
.container--bule {
  background-color: #d6f9ff;
}
@media screen and (max-width: 1024px) {
  .container--kv {
    background-size: cover;
  }
  .container--pink {
    background-attachment: scroll;
  }
}

.kv__box {
  position: relative;
  top: -2vw;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .kv {
    overflow: hidden;
  }
}

.box__inner {
  position: absolute;
  top: 0;
}
.box__outer {
  position: absolute;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
.box__all {
  position: relative;
  height: 51vw;
  max-height: 1000px;
  overflow: hidden;
}
.box__slogan {
  position: absolute;
  top: 8%;
  right: 20%;
  max-width: 26.35%;
  z-index: 11;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.box__slogan.active {
  -webkit-animation: stickerSlap 0.8s ease-out forwards;
          animation: stickerSlap 0.8s ease-out forwards;
}
.box__slogan.smooth {
  -webkit-animation: smooth 1.6s alternate infinite;
          animation: smooth 1.6s alternate infinite;
}
.box__logo {
  width: 180px;
  max-width: 9.375%;
  position: absolute;
  top: 12%;
  left: 2%;
  z-index: 99;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.box__acr {
  left: 27.5%;
  width: 387px;
  max-width: 20.15%;
  top: 38%;
  z-index: 3;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: bounceCute 2s ease-in infinite;
          animation: bounceCute 2s ease-in infinite;
}
.box__zhoumo {
  z-index: 2;
  width: 206px;
  max-width: 10.72%;
  top: 50%;
  left: 6.3%;
}
.box__text01 {
  width: 196px;
  max-width: 95%;
}
.box__venom {
  z-index: 1;
  width: 301px;
  max-width: 15.67%;
  top: 43%;
  left: 14.5%;
}
.box__text02 {
  width: 217px;
  max-width: 72%;
  margin: 0 auto;
}
.box__yufang {
  z-index: 2;
  width: 432px;
  max-width: 22.5%;
  top: 48%;
  left: 45.5%;
}
.box__text03 {
  margin: 0 0 -20% 4%;
  width: 204px;
  max-width: 47.22%;
  position: relative;
}
.box__akira {
  width: 327px;
  max-width: 17.3%;
  top: 54%;
  left: 64.5%;
  z-index: 2;
}
.box__text04 {
  width: 200px;
  max-width: 61.16%;
  top: 57%;
  left: -25%;
  position: absolute;
}
.box__seventy {
  width: 266px;
  max-width: 13.85%;
  top: 43%;
  left: 80.5%;
  z-index: 1;
}
.box__text05 {
  width: 201px;
  max-width: 75.56%;
}
.box__lan {
  width: 367px;
  max-width: 19.11%;
  z-index: 11;
  top: 8%;
  left: 20%;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.box__lan.rabbitPop {
  -webkit-animation: rabbitPop 0.9s cubic-bezier(0.2, 1.45, 0.35, 1) forwards;
          animation: rabbitPop 0.9s cubic-bezier(0.2, 1.45, 0.35, 1) forwards;
}
.box__lan.rabbitbounceCute {
  -webkit-animation: bounceCute 1s ease-in-out infinite;
          animation: bounceCute 1s ease-in-out infinite;
}
.box__gugu {
  width: 174px;
  max-width: 9%;
  z-index: 1;
  bottom: 3%;
  left: 75%;
  -webkit-animation: bounceCute 1s ease-in-out infinite;
          animation: bounceCute 1s ease-in-out infinite;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.box__mag {
  width: 320px;
  max-width: 16.66%;
  z-index: 1;
  top: 18%;
  left: 39%;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.box__mag.active {
  -webkit-animation: smooth 2s alternate infinite;
          animation: smooth 2s alternate infinite;
}
.box__tips03 {
  width: 326px;
  max-width: 16.97%;
  top: 26%;
  left: 2%;
  z-index: 11;
}
.box__menu {
  top: 15%;
  right: 3%;
  z-index: 99;
  width: 286px;
  max-width: 14.89%;
}
@media screen and (max-width: 1024px) {
  .box__outer {
    width: 145.6vw;
    max-width: 1920px;
  }
  .box__inner {
    width: 145.6vw;
    max-width: 1920px;
  }
  .box__all {
    height: 78vw;
    max-height: 798px;
  }
  .box__logo {
    max-width: 13.375%;
    top: 10%;
  }
  .box__slogan {
    top: 0;
    right: 30%;
    max-width: 38.35%;
  }
  .box__tips03 {
    max-width: 23.97%;
  }
  .box__menu {
    display: none;
  }
  .box__acr {
    max-width: 30.15%;
    left: 35.5%;
    top: initial;
    bottom: 1%;
  }
  .box__seventy {
    max-width: 22.85%;
    top: initial;
    left: 78.5%;
    bottom: 2%;
    z-index: 2;
  }
  .box__akira {
    top: initial;
    bottom: 6%;
    left: 63.5%;
    max-width: 25.3%;
  }
  .box__yufang {
    top: initial;
    max-width: 33.5%;
    bottom: 38%;
    left: 66.5%;
  }
  .box__venom {
    max-width: 24.67%;
    top: initial;
    bottom: 4%;
    left: 16.5%;
  }
  .box__zhoumo {
    max-width: 16.72%;
    bottom: 0;
    left: 7.3%;
    top: initial;
  }
  .box__gugu {
    max-width: 13%;
    bottom: 7%;
    left: 75%;
    z-index: 3;
  }
  .box__mag {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .box__all {
    max-height: 753px;
  }
  .box__seventy {
    bottom: 5%;
  }
  .box__akira {
    bottom: 7%;
  }
  .box__menu {
    display: none;
  }
  .box__lan {
    left: 16%;
  }
  .box__slogan {
    top: initial;
    bottom: 53%;
  }
}
@media screen and (max-width: 768px) {
  .box__acr {
    display: none;
  }
  .box__tips03 {
    max-width: 28.97%;
    top: 77%;
    left: 4%;
  }
  .box__mag {
    display: block;
    max-width: 26.66%;
    top: 12%;
    left: 12%;
  }
  .box__slogan {
    bottom: 50%;
    max-width: 45.35%;
    right: 25%;
  }
  .box__seventy {
    max-width: 26.85%;
    left: 74.5%;
    bottom: 5%;
  }
  .box__akira {
    left: 50.5%;
    bottom: 4%;
    max-width: 31.3%;
  }
  .box__yufang {
    bottom: 40%;
    left: 70%;
  }
  .box__venom {
    max-width: 29.67%;
    left: 25.5%;
    bottom: 0;
    z-index: 2;
  }
  .box__zhoumo {
    max-width: 20.72%;
    left: 8.3%;
  }
  .box__lan {
    display: none;
  }
  .box__gugu {
    max-width: 15%;
    left: 70%;
  }
  .box__text01 {
    display: none;
  }
  .box__text02 {
    display: none;
  }
  .box__text03 {
    display: none;
  }
  .box__text04 {
    display: none;
  }
  .box__text05 {
    display: none;
  }
  .box__menu {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .box__all {
    height: 100vw;
  }
  .box__inner {
    width: 185.6vw;
  }
  .box__outer {
    width: 185.6vw;
  }
  .box__mag {
    max-width: 29.66%;
    top: 14%;
    left: 8%;
  }
  .box__gugu {
    max-width: 17%;
    bottom: 6%;
  }
  .box__seventy {
    max-width: 30.85%;
    left: 74.5%;
  }
  .box__akira {
    max-width: 34.3%;
    left: 51.5%;
    bottom: 4%;
  }
  .box__yufang {
    max-width: 42.5%;
    left: 69%;
    bottom: 40%;
  }
  .box__venom {
    max-width: 33.67%;
    left: 24.5%;
  }
  .box__zhoumo {
    max-width: 23.72%;
    left: 7.3%;
  }
  .box__slogan {
    max-width: 52.35%;
    right: 23%;
    bottom: 46%;
  }
  .box__tips03 {
    max-width: 39.97%;
    top: 77%;
    left: 5%;
  }
  .box__logo {
    max-width: 22.375%;
    top: 10%;
  }
}

.button {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.button__menu02 {
  margin: -5% 0 0 0;
}

.chara {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.chara.active {
  -webkit-animation: singing 2.2s ease-in-out infinite;
          animation: singing 2.2s ease-in-out infinite;
}

.speech {
  position: relative;
  padding: 40px 40px;
  background: #fff;
  border: 6px solid #f3a6f5;
  border-radius: 200px;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.speech .speech__content {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.speech__content {
  text-align: center;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 500;
}
.speech__smallTips {
  font-size: 17px;
  display: block;
  color: #929292;
}
@media screen and (max-width: 540px) {
  .speech {
    border-radius: 60px;
    padding: 40px 16px;
  }
}

.arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-transform: rotate(132deg);
          transform: rotate(132deg);
  border-right: 6px solid #f3a6f5;
  border-bottom: 6px solid #f3a6f5;
  border-bottom-right-radius: 12px;
}

.bubble__mesg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bubble__npc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bubble__npc--order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.bubble__event {
  cursor: pointer;
  border: 6px solid #ffa1ff;
  padding: 1.5% 160px 1.5% 4%;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  line-height: 1.2;
  width: 360px;
  height: 160px;
}
.bubble__event:hover {
  -webkit-animation: excited 0.4s ease-out;
          animation: excited 0.4s ease-out;
}
.bubble__event--lightPink {
  background-image: url("../img/bg01.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: repeat;
}
.bubble__event--deepPink {
  background-image: url("../img/bg04.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: repeat;
  color: #241f1e;
  text-align: center;
  animation: shineNew 1s alternate-reverse infinite;
}
.bubble__event .icon {
  margin: 0 0 0 20px;
  position: absolute;
  right: 10px;
  width: 130px;
  height: 130px;
}
.bubble__event .icon img {
  width: 100%;
  max-width: 78px;
}
.bubble__event .icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffa1ff;
  top: 0;
  left: 0;
  border-radius: 100px;
}
.bubble__text {
  line-height: 1.4;
  font-size: 1.2rem;
}
.bubble__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  font-size: 1.2rem;
  margin: 5% 0 2%;
}
.bubble__title--livestream p {
  padding: 0 2%;
}
.bubble__title p {
  position: relative;
  text-align: center;
}
.bubble__title p::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 50px;
  background-color: #241f1e;
  border-radius: 5px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 60%;
  right: 0;
}
.bubble__title p::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 50px;
  background-color: #241f1e;
  border-radius: 5px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  top: 60%;
  left: 0;
}
.bubble__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.bubble__photo img {
  position: absolute;
  width: 376px;
  max-width: none;
  opacity: 0;
}
.bubble__npc .npc {
  width: 265px;
  max-width: 90%;
}
.bubble__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bubble__center .npc {
  width: 265px;
  max-width: 90%;
}
@media screen and (max-width: 1660px) {
  .bubble__photo img {
    max-width: 25%;
  }
}
@media screen and (max-width: 1200px) {
  .bubble__photo {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .bubble__mesg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bubble__center {
    display: none;
  }
  .bubble__event--select {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    border-radius: 50px;
    padding: 4%;
  }
  .bubble__event--select .user__select {
    width: 100%;
  }
  .bubble__event--select .icon__select {
    display: none;
  }
  .bubble__event--select .user__switch {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  .bubble__event--select .user__comfirm {
    width: 100%;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
  }
  .bubble__event--select .icon {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 2% 0 0;
    padding: 55px;
    right: 0;
  }
  .bubble__event--select .icon::after {
    border-radius: 10px;
  }
}
@media screen and (max-width: 540px) {
  .bubble__title {
    margin: 10% 0 15%;
  }
  .bubble__event {
    width: 100%;
  }
  .bubble__event--select {
    padding: 14% 3% 3%;
    border-radius: 20px;
  }
}

.photo--venom {
  left: calc(50% - 920px);
  top: 190px;
  -webkit-transform: translateX(-120px) rotate(-8deg) scale(0.8);
          transform: translateX(-120px) rotate(-8deg) scale(0.8);
}
.photo--akira {
  left: calc(50% + 540px);
  top: 190px;
  -webkit-transform: translateX(120px) rotate(8deg) scale(0.8);
          transform: translateX(120px) rotate(8deg) scale(0.8);
}
.photo--seventy {
  left: calc(50% - 850px);
  top: 520px;
  -webkit-transform: translateX(-120px) rotate(-8deg) scale(0.8);
          transform: translateX(-120px) rotate(-8deg) scale(0.8);
}
.photo--zhomo {
  left: calc(50% + 500px);
  top: 560px;
  -webkit-transform: translateX(120px) rotate(8deg) scale(0.8);
          transform: translateX(120px) rotate(8deg) scale(0.8);
}
.photo--yufang {
  left: calc(50% - 920px);
  top: 850px;
  -webkit-transform: translateY(80px) scale(0.8);
          transform: translateY(80px) scale(0.8);
}
@media screen and (max-width: 1660px) {
  .photo--venom {
    left: -5vw;
  }
  .photo--akira {
    left: 78vw;
  }
  .photo--seventy {
    left: -2vw;
    top: 470px;
  }
  .photo--zhomo {
    left: 76vw;
    top: 440px;
  }
  .photo--yufang {
    left: -5vw;
    top: 650px;
  }
}

.is-active .photo--venom {
  -webkit-animation: vtLeft 0.8s cubic-bezier(0.2, 1.4, 0.4, 1) forwards;
          animation: vtLeft 0.8s cubic-bezier(0.2, 1.4, 0.4, 1) forwards;
}

.is-active .photo--akira {
  -webkit-animation: vtRight 0.8s cubic-bezier(0.2, 1.4, 0.4, 1) 0.2s forwards;
          animation: vtRight 0.8s cubic-bezier(0.2, 1.4, 0.4, 1) 0.2s forwards;
}

.is-active .photo--seventy {
  -webkit-animation: vtLeft 0.8s cubic-bezier(0.2, 1.4, 0.4, 1) 0.4s forwards;
          animation: vtLeft 0.8s cubic-bezier(0.2, 1.4, 0.4, 1) 0.4s forwards;
}

.is-active .photo--zhomo {
  -webkit-animation: vtRight 0.8s cubic-bezier(0.2, 1.4, 0.4, 1) 0.6s forwards;
          animation: vtRight 0.8s cubic-bezier(0.2, 1.4, 0.4, 1) 0.6s forwards;
}

.is-active .photo--yufang {
  -webkit-animation: vtCenter 0.8s cubic-bezier(0.2, 1.4, 0.4, 1) 0.8s forwards;
          animation: vtCenter 0.8s cubic-bezier(0.2, 1.4, 0.4, 1) 0.8s forwards;
}

.animation-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bubble__event--deepPink .icon img {
  -webkit-animation: jelly 0.4s ease-in-out infinite;
          animation: jelly 0.4s ease-in-out infinite;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.bubble__event--deepPink .icon::after {
  background-color: #fce7ff;
}
.bubble__event--deepPink .bubble {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  .bubble__event--deepPink {
    margin: 5% 0;
  }
}
@media screen and (max-width: 540px) {
  .bubble__event--deepPink {
    margin: 15% 0 20%;
  }
}

.text__br {
  display: block;
}

.bubble__mesg--primary .bubble__text {
  margin: 80px 0 0 0;
}
.bubble__mesg--primary .bubble__npc {
  position: relative;
  margin: 0 3% 0 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bubble__mesg--primary .icon__star {
  position: absolute;
  margin: 0;
  top: 0%;
  right: -20%;
  -webkit-animation: sparkle 1.5s ease-in-out infinite;
          animation: sparkle 1.5s ease-in-out infinite;
}
.bubble__mesg--primary .arrow {
  top: 42%;
  left: -4%;
}
@media screen and (max-width: 1024px) {
  .bubble__mesg--primary .bubble__npc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 860px) {
  .bubble__mesg--primary .bubble__npc {
    margin: 0;
  }
  .bubble__mesg--primary .bubble__text {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .bubble__mesg--primary .arrow {
    top: -20px;
    left: 50%;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
@media screen and (max-width: 680px) {
  .bubble__mesg--primary .bubble__npc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bubble__mesg--primary .bubble__npc img {
    max-width: 60%;
  }
}

.bubble__mesg--secondary {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bubble__mesg--secondary .speech {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.bubble__mesg--secondary .speech__content {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.bubble__mesg--secondary .bubble__text {
  margin: 0;
}
.bubble__mesg--secondary .bubble__npc {
  position: relative;
  margin: 0 0 0 3%;
}
.bubble__mesg--secondary .icon__star {
  position: absolute;
  margin: 0;
  top: -10%;
  left: -17%;
  -webkit-animation: sparkle 1.5s ease-in-out infinite;
          animation: sparkle 1.5s ease-in-out infinite;
}
.bubble__mesg--secondary .arrow {
  left: initial;
  right: -21px;
  bottom: 38%;
  -webkit-transform: rotate(-44deg);
          transform: rotate(-44deg);
}
@media screen and (max-width: 1024px) {
  .bubble__mesg--secondary .bubble__npc {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .bubble__mesg--secondary .icon__star {
    left: -10%;
  }
  .bubble__mesg.l-mt-3 {
    margin: 8% 0 0 0;
  }
}
@media screen and (max-width: 860px) {
  .bubble__mesg--secondary .bubble__npc {
    margin: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .bubble__mesg--secondary .bubble__text {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .bubble__mesg--secondary .arrow {
    top: -20px;
    left: 50%;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
@media screen and (max-width: 680px) {
  .bubble__mesg--secondary .bubble__npc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bubble__mesg--secondary .bubble__npc img {
    max-width: 60%;
  }
}

.bubble__mesg--button {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .bubble__mesg--button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10% 0 0 0;
  }
}
@media screen and (max-width: 853px) {
  .bubble__mesg--button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0% 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .bubble__mesg--button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10% 0 0 0;
  }
}

.bubble__mesg--receive {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bubble__mesg--receive .icon img {
  -webkit-animation: jelly 0.4s ease-in-out infinite;
          animation: jelly 0.4s ease-in-out infinite;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.bubble__mesg--receive .bubble__event p {
  text-align: center;
}

.bubble__mesg__point {
  margin: 0 0 2% 0;
}

.icon__star {
  width: 65px;
  max-width: 100%;
}
.icon__arrow {
  position: absolute;
  width: 74px;
  max-width: 100%;
  top: -20px;
  left: 35%;
}
.icon__link {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.icon__select {
  width: 66px;
  max-width: 6%;
  margin: 0 10px;
}
.icon__receive {
  width: 78px;
  max-width: 100%;
  margin: 20px 0;
}

.camera-flash {
  position: fixed;
  inset: 0;
  background: #fff;
  pointer-events: none;
  opacity: 0;
  z-index: 999;
}

.camera-flash.active {
  -webkit-animation: cameraFlash 0.45s ease-out forwards;
          animation: cameraFlash 0.45s ease-out forwards;
}

.js-loginBox {
  width: 100%;
  display: none;
}
.js-loginBox:hover {
  -webkit-animation: none;
          animation: none;
}
.js-loginBox.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.js-login.active {
  display: none;
}
.js-logOut:hover {
  -webkit-animation: excited 0.4s ease-out;
          animation: excited 0.4s ease-out;
}
.js-receive {
  display: none;
}
.js-receive.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user__select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.user__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user__switch {
  width: 390px;
  padding: 10px;
  outline: none;
  border: 2px solid #ffa1ff;
  background-color: #ffa1ff;
  font-family: "Chiron GoRound TC", serif;
  font-weight: 600;
  color: #241f1e;
}
.user__comfirm {
  border: 2px solid #ffa1ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  padding: 10px 15px;
  font-size: 1rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.user__comfirm:hover {
  -webkit-animation: excited 0.4s ease-out;
          animation: excited 0.4s ease-out;
  background-color: #eb63eb;
}
@media screen and (max-width: 1024px) {
  .user__select {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .user__data {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 2% 0;
  }
  .user__switch {
    text-align: center;
    font-size: 1.1rem;
  }
}

.text__logOut {
  text-align: center;
  margin: 5px 0 0 0;
}

.livestream__head {
  text-align: center;
  margin: 4% 0;
}
.livestream__head p {
  margin: 1% 0;
}
.livestream .text__cn {
  font-size: 2.6rem;
}
.livestream .text__date {
  font-size: 2.8rem;
  color: #ffa1ff;
}
.livestream__all {
  margin: 0 auto;
}
.livestream__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 1% 0;
}
@media screen and (max-width: 1024px) {
  .livestream__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .livestream__list .vtuber {
    margin: 0 15px;
  }
  .livestream .vtuber__link {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .livestream__head {
    margin: 15% 0 0;
  }
}

.vtuber__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 5px solid #7d9fff;
  padding: 5px 20px;
  cursor: pointer;
  background-color: #7d8cff;
  border-radius: 50px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #fff;
}
.vtuber__link img {
  max-width: 30%;
  margin: 0 10px 0 0;
}
.vtuber__link:hover {
  background-color: #ffa1ff;
}
.vtuber__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 5px solid #7d9fff;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  color: #7d9fff;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  margin: 0 0 5% 0;
}
.vtuber__name:hover {
  background-color: #7d9fff;
  border: 5px solid #7d9fff;
  color: #fff;
}
.vtuber__name span {
  font-size: 2.2rem;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1024px) {
  .vtuber span {
    font-size: 1rem;
  }
  .vtuber__name {
    width: 200px;
  }
}

.bg__liq {
  position: absolute;
  bottom: 0;
}

.link__gvc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.link__gvc a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 853px) {
  .link__gvc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.event__notice {
  padding: 2% 0;
}
.event__notice ul {
  line-height: 22px;
  padding: 5% 20%;
  background-color: #c8f3f7;
}
.event__notice a {
  color: #5d70ff;
}
.event__ingame {
  width: 90%;
  margin: 0 auto;
}
.event__ingame ul {
  border-radius: 10px;
  background-color: #f3a6f5;
  padding: 5% 30px;
}
@media screen and (max-width: 1024px) {
  .event__notice ul {
    padding: 5%;
  }
  .event__ingame ul {
    padding: 5%;
  }
}

.event__notice--head .ingame__head {
  margin: 0;
}

.special__notice {
  width: 90%;
  margin: 2% auto 0;
  line-height: 24px;
  font-size: 1.1rem;
}
.special__arrow .icon__link {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  width: 39px;
  margin: 1.5% auto 0;
}

.vt__popup__character {
  position: absolute;
  bottom: 0;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.vt__popup__info {
  position: absolute;
  left: 67%;
  top: 90px;
}
.vt__popup__type {
  font-size: 3rem;
  font-family: "Press Start 2P", system-ui;
}
.vt__popup__name {
  font-size: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vt__popup__line {
  width: 25px;
  height: 10px;
  background-color: #241f1e;
  margin: 0 0 10px 0;
}
.vt__popup__server {
  font-size: 1.2rem;
}
.vt__popup__link {
  position: absolute;
  right: 3%;
  bottom: 5%;
}
.vt__popup__photo {
  position: absolute;
  left: 3%;
  top: 5%;
}
.vt__popup__photo img {
  max-width: 90%;
}
@media screen and (max-width: 1024px) {
  .vt__popup__photo {
    left: -3%;
    top: -5%;
  }
  .vt__popup__info {
    left: 62%;
  }
}
@media screen and (max-width: 992px) {
  .vt__popup__photo {
    display: none;
  }
  .vt__popup__info {
    position: relative;
    left: initial;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
  }
  .vt__popup__name {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.vt__popup__character {
  width: 831px;
}
.vt__popup__character img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .vt__popup__character {
    left: 50%;
  }
}
@media screen and (max-width: 680px) {
  .vt__popup__character {
    width: 700px;
  }
}

@media screen and (max-width: 1024px) {
  .vt__popup--zhoumo .vt__popup__character {
    left: 43%;
  }
}
@media screen and (max-width: 860px) {
  .vt__popup--zhoumo .vt__popup__character {
    left: 50%;
  }
}
.vt__popup--venom .vt__popup__name {
  font-size: 3.5rem;
}
.vt__popup--venom .vt__popup__photo {
  left: -7%;
}
@media screen and (max-width: 1024px) {
  .vt__popup--venom .vt__popup__character {
    left: 46%;
  }
}
@media screen and (max-width: 860px) {
  .vt__popup--venom .vt__popup__character {
    left: 50%;
  }
}
.vt__popup--yufang .vt__popup__name {
  font-size: 3.5rem;
}
.vt__popup--yufang .vt__popup__photo {
  left: -7%;
}
@media screen and (max-width: 1024px) {
  .vt__popup--yufang .vt__popup__character {
    left: 40%;
  }
}
@media screen and (max-width: 860px) {
  .vt__popup--yufang .vt__popup__character {
    left: 50%;
  }
}
.vt__popup--akira .vt__popup__name {
  font-size: 3.5rem;
}
.vt__popup--akira .vt__popup__photo {
  left: -7%;
}
.vt__popup--akira .vt__popup__character {
  left: 50%;
}
@media screen and (max-width: 1024px) {
  .vt__popup--akira .vt__popup__character {
    left: 50%;
  }
  .vt__popup--akira .vt__popup__character img {
    max-width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .vt__popup--akira .vt__popup__character {
    left: 55%;
  }
}
.vt__popup--seventy .vt__popup__name {
  font-size: 3.5rem;
}
.vt__popup--seventy .vt__popup__photo {
  left: -7%;
}
.vt__popup--seventy .vt__popup__character {
  left: 45%;
}

.ingame--option {
  margin: 4% 0;
}
.ingame--exchange {
  margin: 4% 0;
}
.ingame--exchange .option {
  width: 179px;
  max-width: 37.5%;
  margin: 0 auto;
}
.ingame--exchange .content__checkIn {
  width: 501px;
  max-width: 90%;
  margin: 0 auto;
}
.ingame__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 -5% 0;
}
@media screen and (max-width: 540px) {
  .ingame__head img {
    max-width: 70%;
  }
}
.ingame__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fdcaff;
  padding: 5% 0;
  border-radius: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content {
  width: 680px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.content__date {
  width: 465px;
  margin: 0 auto;
  max-width: 90%;
}
.content__checkIn {
  width: 442px;
  max-width: 90%;
  margin: 0 auto;
}
.content .option {
  width: 179px;
  max-width: 37.5%;
  margin: 0 auto;
}
.content .option--tips {
  width: 97px;
  max-width: 90%;
  margin: 0 auto;
}
.content__info {
  line-height: 22px;
  margin: 5% auto;
  max-width: 90%;
}
.content__vt {
  margin: 4% auto;
  width: 900px;
  max-width: 90%;
}

.card__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .card__photo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.list__title {
  width: 358px;
  max-width: 90%;
  margin: 4% auto;
}
.list__step p {
  line-height: 22px;
  max-width: 90%;
  margin: 0 auto;
}
.list__step span {
  color: #fb3cc3;
  display: block;
}

.exchange__list {
  margin: 0 0 10%;
}

.vt__card {
  margin: 2% auto;
  width: 90%;
  background-color: #ffa1ff;
  padding: 2%;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 2px -2px 0px #fff;
          box-shadow: 2px -2px 0px #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.vt__peo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.vt__peo--yufang {
  -webkit-transform: translateX(-65%);
          transform: translateX(-65%);
}
.vt__name {
  position: absolute;
  bottom: 1vw;
  z-index: 1;
}
.vt__item img {
  max-width: 90%;
}
.vt__card__info {
  width: 40%;
  position: relative;
  padding: 12px;
  background-color: rgba(253, 202, 255, 0.8823529412);
}
@media screen and (max-width: 992px) {
  .vt__peo {
    display: none;
  }
  .vt__card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .vt__item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vt__item img {
    max-width: 100%;
  }
  .vt__name {
    position: relative;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .vt__card {
    padding: 30px;
  }
  .vt__card__info {
    width: 100%;
    margin: 2% 0 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 540px) {
  .vt__card {
    padding: 10px;
  }
}

.vt__card__title {
  font-size: 3rem;
  font-weight: 700;
  margin: 2% 0;
}
.vt__card__title-en {
  font-size: 1.4rem;
  font-family: "Press Start 2P", system-ui;
  margin: 2% 0;
}
.vt__card__subtitle {
  font-size: 0.9rem;
  color: #555;
  margin: 0.5% 0;
}
.vt__card__name {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 3% 0;
}
.vt__card__desc {
  line-height: 22px;
}
.vt__card__detail {
  width: 90%;
  margin: -20px auto 20px;
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-radius: 0 0 20px 20px;
  background-color: #ffa1ff;
  -webkit-box-shadow: -2px 2px 0px #fff;
          box-shadow: -2px 2px 0px #fff;
}
.vt__card__detail img {
  margin: 0 auto;
  padding: 20px 20px 20px;
}
.vt__card__detail .ingame__head {
  margin: 0;
}
.vt__card__detail .ingame__head img {
  max-width: 35%;
  padding: 0;
}
@media screen and (max-width: 680px) {
  .vt__card__detail .ingame__head img {
    max-width: 90%;
  }
}

.vt__name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vt__name__title {
  font-weight: 700;
}
.vt__name__title-en {
  text-align: center;
  font-size: 2rem;
  font-family: "Press Start 2P", system-ui;
  margin: 2% 0;
}
.vt__name__block p {
  font-size: 3rem;
  text-align: center;
}
.vt__name__arrow {
  font-size: 4rem;
  color: #fb6bff;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 540px) {
  .vt__name__block p {
    font-size: 2rem;
    text-align: center;
  }
}

.l-paddingSetting {
  padding: 5% 0 2%;
}

.l-br {
  display: block;
  margin: 2% 0 0;
}