html, body, #main {
  background: #0f1122;
  color: #fff;
  overflow-x: hidden;
  min-width: auto !important;
}

#header {
  background: #151935;
}

#footer {
  background: transparent;
}

#header .nav {
  max-width: 16.66667em;
}

*:focus-visible {
  outline: auto;
  outline-offset: .1em;
}

[data-device="mobile"] .only-pc, [data-device="pc"] .only-mobile {
  display: none;
}

[data-login="true"] .only-logout, :root:not([data-login="true"]) .only-login {
  display: none;
}

.bg-area {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 16em);
  z-index: -5;
  width: 32em;
  margin: 0 auto;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #0f1122;
}

.bg-area img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===================*/
/* MAIN PAGE CONTENT */
.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .25em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  text-align: center;
  margin: .35em auto 0;
}

.btn-container.deco {
  z-index: 0;
}

.btn-container.deco::before, .btn-container.deco::after {
  content: "";
  display: inline-block;
  width: 4em;
  height: 4em;
  margin: -.5em -1.25em;
  background: url(https://www.xin-stars.com/img/Event/202408-Family-FistDown/deco.png) center/contain no-repeat;
}

.btn-container.deco::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  z-index: -1;
}

.btn-container:hover .btn-dl, .btn-container:hover .btn-yoe {
  -webkit-animation: none;
          animation: none;
}

.btn-dl, .btn-yoe, .btn-share {
  font: inherit;
  display: inline-block;
  vertical-align: bottom;
  text-decoration: none;
  font-weight: bold;
  --outline-width: .06em;
  --outline-color: #136b9f;
  width: 10.25em;
  height: 2.7em;
  padding: .1em .25em;
  border: none;
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: url(../../../img/Event/202408-Family-FistDown/btn-yoe.png) 0 0/100% 200% no-repeat;
  -webkit-animation: dlBtn 2s infinite ease-in-out;
          animation: dlBtn 2s infinite ease-in-out;
  cursor: pointer;
}

.btn-dl > *, .btn-yoe > *, .btn-share > * {
  -webkit-filter: drop-shadow(0 0.15em 0.1em rgba(0, 0, 0, 0.2)) drop-shadow(var(--outline-width) var(--outline-width) var(--outline-color));
          filter: drop-shadow(0 0.15em 0.1em rgba(0, 0, 0, 0.2)) drop-shadow(var(--outline-width) var(--outline-width) var(--outline-color));
}

.btn-dl:hover, .btn-yoe:hover, .btn-share:hover {
  -webkit-animation: none;
          animation: none;
  padding-top: .15em;
  background-position: bottom;
}

.btn-dl:active, .btn-yoe:active, .btn-share:active {
  -webkit-animation: none;
          animation: none;
  background-position-y: bottom;
}

.btn-yoe {
  background-position: 100% 0;
}

.btn-share {
  width: 8em;
  background-image: url(https://www.xin-stars.com/img/Event/202408-Family-FistDown/btn-share.png);
  background-size: 8em 6em;
}

@-webkit-keyframes dlBtn {
  0% {
    -webkit-filter: brightness(1) drop-shadow(0 0 0 transparent);
            filter: brightness(1) drop-shadow(0 0 0 transparent);
  }
  50% {
    -webkit-filter: brightness(1.2) drop-shadow(0 0 0.25em #88f);
            filter: brightness(1.2) drop-shadow(0 0 0.25em #88f);
  }
  100% {
    -webkit-filter: brightness(1) drop-shadow(0 0 0 transparent);
            filter: brightness(1) drop-shadow(0 0 0 transparent);
  }
}

@keyframes dlBtn {
  0% {
    -webkit-filter: brightness(1) drop-shadow(0 0 0 transparent);
            filter: brightness(1) drop-shadow(0 0 0 transparent);
  }
  50% {
    -webkit-filter: brightness(1.2) drop-shadow(0 0 0.25em #88f);
            filter: brightness(1.2) drop-shadow(0 0 0.25em #88f);
  }
  100% {
    -webkit-filter: brightness(1) drop-shadow(0 0 0 transparent);
            filter: brightness(1) drop-shadow(0 0 0 transparent);
  }
}

.btn-shareicon {
  font: inherit;
  font-size: .6em;
  font-weight: 700;
  color: #fff;
  border: none;
  background: none;
  cursor: pointer;
}

.btn-shareicon svg {
  display: block;
  margin: 0 auto;
  width: 4em;
  height: 4em;
  border-radius: 100%;
  -webkit-transition: -webkit-filter .1s;
  transition: -webkit-filter .1s;
  transition: filter .1s;
  transition: filter .1s, -webkit-filter .1s;
}

.btn-shareicon:hover svg, .btn-shareicon:active svg {
  -webkit-filter: brightness(1.1) drop-shadow(0 0.1em 0.1em rgba(0, 0, 0, 0.5));
          filter: brightness(1.1) drop-shadow(0 0.1em 0.1em rgba(0, 0, 0, 0.5));
}

.btn, .btn-red, .btn-purple, .btn-blue, .btn-green, .btn-yellow {
  position: relative;
  font: inherit;
  display: inline-block;
  line-height: inherit;
  font-weight: 600;
  border: none;
  border-radius: .5em;
  background: none;
  color: #fff;
  text-shadow: .04em .06em .02em #000e68;
  padding: .1em 1em .5em;
  min-width: 4em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.btn::before, .btn::after, .btn-red::before, .btn-red::after, .btn-purple::before, .btn-purple::after, .btn-blue::before, .btn-blue::after, .btn-green::before, .btn-green::after, .btn-yellow::before, .btn-yellow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: inherit;
}

.btn::before, .btn-red::before, .btn-purple::before, .btn-blue::before, .btn-green::before, .btn-yellow::before {
  background: -webkit-gradient(linear, left top, right top, from(#0027b7), color-stop(0.5em, #102679), color-stop(#2d29c7), color-stop(#102679), to(#0027b7));
  background: linear-gradient(90deg, #0027b7, #102679 0.5em, #2d29c7, #102679 calc(100% - .5em), #0027b7);
}

.btn::after, .btn-red::after, .btn-purple::after, .btn-blue::after, .btn-green::after, .btn-yellow::after {
  padding: .06em;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.5), transparent 35%) content-box, linear-gradient(#006cff, #0027b7 30%, #00a2ff);
  -webkit-box-shadow: inset -.05em -.1em .1em #00cfff;
          box-shadow: inset -.05em -.1em .1em #00cfff;
  border: .1em solid #5197ff;
  bottom: .3em;
}

.btn:hover, .btn:active, .btn-red:hover, .btn-red:active, .btn-purple:hover, .btn-purple:active, .btn-blue:hover, .btn-blue:active, .btn-green:hover, .btn-green:active, .btn-yellow:hover, .btn-yellow:active {
  padding-top: .2em;
  padding-bottom: .4em;
}

.btn:hover::before, .btn:active::before, .btn-red:hover::before, .btn-red:active::before, .btn-purple:hover::before, .btn-purple:active::before, .btn-blue:hover::before, .btn-blue:active::before, .btn-green:hover::before, .btn-green:active::before, .btn-yellow:hover::before, .btn-yellow:active::before {
  top: .1em;
}

.btn:hover::after, .btn:active::after, .btn-red:hover::after, .btn-red:active::after, .btn-purple:hover::after, .btn-purple:active::after, .btn-blue:hover::after, .btn-blue:active::after, .btn-green:hover::after, .btn-green:active::after, .btn-yellow:hover::after, .btn-yellow:active::after {
  top: .1em;
  bottom: .2em;
}

.btn-yellow {
  border-radius: 1.5em;
  text-shadow: .04em .06em .02em #771f00;
}

.btn-yellow::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#771f00), color-stop(1.5em, #c04511), color-stop(#c04511), to(#771f00));
  background: linear-gradient(#771f00, #c04511 1.5em, #c04511 calc(100% - 1.5em), #771f00);
}

.btn-yellow::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#8e1e00), color-stop(#ff7b23), to(#ffa800)) padding-box;
  background: linear-gradient(#8e1e00, #ff7b23, #ffa800) padding-box;
  border: .02em solid #771f00;
  -webkit-box-shadow: inset 0 0 0.25em 0.05em #fffdd2, inset 0 0.2em rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 0.25em 0.05em #fffdd2, inset 0 0.2em rgba(255, 255, 255, 0.5);
}

.btn-pointer {
  position: relative;
}

.btn-pointer::after {
  content: "";
  position: absolute;
  left: calc(100% - .25em);
  top: 50%;
  width: 2em;
  height: 2em;
  background: url(../../../img/Event/202408-Family-FistDown/pointer.png) center/contain no-repeat;
  -webkit-filter: drop-shadow(0.1em 0.2em rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0.1em 0.2em rgba(0, 0, 0, 0.25));
  -webkit-animation: btnPointer 1s infinite alternate ease-in-out;
          animation: btnPointer 1s infinite alternate ease-in-out;
  pointer-events: none;
}

@-webkit-keyframes btnPointer {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-filter: drop-shadow(0.1em 0.2em 0.05em rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0.1em 0.2em 0.05em rgba(0, 0, 0, 0.25));
  }
  100% {
    -webkit-transform: scale(1.1) translate(0.5em, 0.2em);
            transform: scale(1.1) translate(0.5em, 0.2em);
    -webkit-filter: drop-shadow(0.1em 0.3em 0.1em rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0.1em 0.3em 0.1em rgba(0, 0, 0, 0.25));
  }
}

@keyframes btnPointer {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-filter: drop-shadow(0.1em 0.2em 0.05em rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0.1em 0.2em 0.05em rgba(0, 0, 0, 0.25));
  }
  100% {
    -webkit-transform: scale(1.1) translate(0.5em, 0.2em);
            transform: scale(1.1) translate(0.5em, 0.2em);
    -webkit-filter: drop-shadow(0.1em 0.3em 0.1em rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0.1em 0.3em 0.1em rgba(0, 0, 0, 0.25));
  }
}

.sr-only {
  position: fixed;
  top: -9in;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.section {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

/*==============*/
/* PAGE CONTENT */
img {
  max-width: 100%;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.content {
  position: relative;
  width: 92%;
  max-width: 920px;
  margin: 0 auto;
}

.head-title {
  display: block;
  position: relative;
  width: 20em;
  top: 0;
  left: calc(50% - 10em);
  padding: 1.8em 0 0;
}

.title-00 {
  margin: .15em 0 0;
  padding: 0 .5em;
}

.title-00 img {
  height: .75em;
  margin: 0;
  display: block;
  margin: 0 auto;
}

.title-00 span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  font-size: .6em;
  font-weight: 700;
}

.title-01 {
  margin: 7em auto 0;
  width: 20em;
  position: relative;
}

.title-02 {
  font-size: 1.25em;
  margin: -1em auto 0;
  position: relative;
  text-align: center;
}

.title-03 {
  margin: 0 auto .75em;
  position: relative;
  font-size: .6667em;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#0015ff), to(transparent));
  background: linear-gradient(90deg, transparent, #0015ff, transparent);
}

.border, .border2, .border3 {
  position: relative;
  display: table;
  z-index: 0;
  font-weight: 500;
  width: 16em;
  margin: 2em auto 1em;
  padding: .5em;
  min-height: 5em;
  --outline-width: .12em;
  background: rgba(19, 64, 126, 0.7);
  -webkit-backdrop-filter: blur(0.2em);
          backdrop-filter: blur(0.2em);
}

.border::after, .border2::after, .border3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-border-image: url(../../../img/Event/202408-Family-FistDown/border.png) 30 fill/0.5em/0.15em 0.25em 0.25em;
     border-image: url(../../../img/Event/202408-Family-FistDown/border.png) 30 fill/0.5em/0.15em 0.25em 0.25em;
  z-index: 1;
  pointer-events: none;
}

.border p, .border ol, .border2 p, .border2 ol, .border3 p, .border3 ol {
  font-weight: 400;
  font-size: .6em;
  font-size: clamp(14px, 0.6em, 40px);
  line-height: 1.25;
  margin: .5em auto .5em;
}

.border b, .border2 b, .border3 b {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}

.border a, .border2 a, .border3 a {
  text-underline-offset: .15em;
  -webkit-transition: -webkit-filter .1s;
  transition: -webkit-filter .1s;
  transition: filter .1s;
  transition: filter .1s, -webkit-filter .1s;
}

.border a:hover, .border a:active, .border2 a:hover, .border2 a:active, .border3 a:hover, .border3 a:active {
  -webkit-filter: brightness(1.05) drop-shadow(0 0.05em 0.1em rgba(0, 0, 0, 0.15));
          filter: brightness(1.05) drop-shadow(0 0.05em 0.1em rgba(0, 0, 0, 0.15));
}

.box, .box2 {
  position: relative;
  padding: 0 .5em;
  margin: .75em -.5em;
}

.box::before, .box2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  -o-border-image: url(../../../img/Event/202408-Family-FistDown/border2.png) 87 0 fill/1.45em 0/1.5em 0 0.75em;
     border-image: url(../../../img/Event/202408-Family-FistDown/border2.png) 87 0 fill/1.45em 0/1.5em 0 0.75em;
  opacity: .85;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.box2::before {
  -webkit-transform: none;
          transform: none;
}

.paint {
  position: relative;
  z-index: 2;
  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;
  height: 4em;
  text-align: center;
  font-weight: 900;
  color: #0015ff;
  background: url(../../../img/Event/202408-Family-FistDown/content-05.png) center/contain no-repeat;
}

.tab-container {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.tab1, .tab2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -o-border-image: url(https://www.xin-stars.com/img/Event/202408-Family-FistDown/tab1.png) 120 30 30 fill/2em 0.5em 0.5em;
     border-image: url(https://www.xin-stars.com/img/Event/202408-Family-FistDown/tab1.png) 120 30 30 fill/2em 0.5em 0.5em;
  min-height: 3em;
  padding: 1.5em .5em .5em;
}

.tab1 .title2, .tab2 .title2 {
  padding-left: 2em;
}

.tab2 {
  border-image-source: url(https://www.xin-stars.com/img/Event/202408-Family-FistDown/tab2.png);
}

.tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  font-size: .7em;
  font-weight: 700;
  text-align: center;
  position: absolute;
  z-index: 5;
  width: 100%;
}

.tabs label {
  cursor: pointer;
  color: #08461c;
  line-height: 1.8;
}

#tab1, #tab2 {
  position: absolute;
  opacity: 0;
}

#tab1:focus-visible ~ .tabs > [for], #tab2:focus-visible ~ .tabs > [for] {
  outline: auto;
}

#tab1:checked ~ .tabs > [for="tab2"] {
  color: #2ad37f;
}

#tab1:checked ~ .tab1 {
  z-index: 1;
}

#tab2:checked ~ .tabs > [for="tab1"] {
  color: #d3ffbd;
}

#tab2:checked ~ .tab2 {
  z-index: 1;
}

.title {
  position: relative;
  z-index: 2;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  --outline-color: #2d4594;
  --outline-width: .08em;
  margin: .5em auto .25em;
  padding: 0;
  line-height: 1.2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

.title2 {
  font-size: .75em;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
  margin: .25em 0 .25em;
  text-align: center;
  color: #fff;
  --outline-color: #2d4594;
  border-radius: 1em;
}

.text-big {
  font-size: larger;
}

.text-small {
  font-size: smaller;
}

.text-hilight {
  color: #a716ff;
}

.text-yellow {
  color: #ffff7e;
}

.text-red {
  color: #ec4871;
}

.text-green {
  color: #007e00;
}

.text-blue {
  color: #04655e;
}

.text-center {
  text-align: center;
}

:root {
  --outline-color: #0015ff;
  --outline-width: .1em;
}

.text-outline {
  letter-spacing: normal;
  font-weight: 600;
  text-shadow: calc(.7 * var(--outline-width)) calc(.7 * var(--outline-width)) calc(.25 * var(--outline-width)) var(--outline-color), calc(.7 * var(--outline-width)) calc(-.7 * var(--outline-width)) calc(.25 * var(--outline-width)) var(--outline-color), calc(-.7 * var(--outline-width)) calc(.7 * var(--outline-width)) calc(.25 * var(--outline-width)) var(--outline-color), calc(-.7 * var(--outline-width)) calc(-.7 * var(--outline-width)) calc(.25 * var(--outline-width)) var(--outline-color), calc(1 * var(--outline-width)) 0 calc(.25 * var(--outline-width)) var(--outline-color), calc(-1 * var(--outline-width)) 0 calc(.25 * var(--outline-width)) var(--outline-color), 0 calc(1 * var(--outline-width)) calc(.25 * var(--outline-width)) var(--outline-color), 0 calc(-1 * var(--outline-width)) calc(.25 * var(--outline-width)) var(--outline-color), calc(.9 * var(--outline-width)) calc(.4 * var(--outline-width)) calc(.3 * var(--outline-width)) var(--outline-color), calc(.9 * var(--outline-width)) calc(-.4 * var(--outline-width)) calc(.3 * var(--outline-width)) var(--outline-color), calc(-.9 * var(--outline-width)) calc(.4 * var(--outline-width)) calc(.3 * var(--outline-width)) var(--outline-color), calc(-.9 * var(--outline-width)) calc(-.4 * var(--outline-width)) calc(.3 * var(--outline-width)) var(--outline-color), calc(.4 * var(--outline-width)) calc(.9 * var(--outline-width)) calc(.3 * var(--outline-width)) var(--outline-color), calc(.4 * var(--outline-width)) calc(-.9 * var(--outline-width)) calc(.3 * var(--outline-width)) var(--outline-color), calc(-.4 * var(--outline-width)) calc(.9 * var(--outline-width)) calc(.3 * var(--outline-width)) var(--outline-color), calc(-.4 * var(--outline-width)) calc(-.9 * var(--outline-width)) calc(.3 * var(--outline-width)) var(--outline-color);
}

@supports (background-clip: text) or (-webkit-background-clip: text) {
  [text-stroke] {
    color: transparent;
    text-shadow: none;
    display: inline-block;
    position: relative;
    padding: 0 .1em;
    background: -webkit-gradient(linear, left top, left bottom, from(#292c37), to(#292c37));
    background: linear-gradient(#292c37, #292c37);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: .25em transparent;
  }
  [text-stroke]::before {
    content: attr(text-stroke);
    position: absolute;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffff84), color-stop(#ffc600), color-stop(90%, #ff9500));
    background: linear-gradient(#ffff84 10%, #ffc600, #ff9500 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0em transparent;
    pointer-events: none;
  }
}

#content-area {
  position: relative;
  width: 16.66667em;
  left: calc(50% - 8.33333em);
}

.btn-play {
  font-size: inherit;
  display: block;
  margin: -.5em auto -.5em;
  position: relative;
  z-index: 1;
  width: 13.5em;
  height: 5.55em;
  border-radius: 2.5em;
  border: none;
  cursor: pointer;
}

.btn-play::after, .btn-play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("https://www.xin-stars.com/img/Event/202408-Family-FistDown/btn-play.png") 0 0/auto 200%;
  border-radius: inherit;
  pointer-events: none;
}

.btn-play::after {
  background-position: 0 100%;
  -webkit-animation: btnPlay2 2s infinite ease-in-out;
          animation: btnPlay2 2s infinite ease-in-out;
  opacity: 0;
  -webkit-transition: opacity .1s, -webkit-transform .1s;
  transition: opacity .1s, -webkit-transform .1s;
  transition: opacity .1s, transform .1s;
  transition: opacity .1s, transform .1s, -webkit-transform .1s;
}

.btn-play b {
  position: absolute;
  top: 1em;
  left: .9em;
  z-index: 1;
  width: 3em;
  height: 3em;
  -webkit-transform: translate(0, 0.1em);
          transform: translate(0, 0.1em);
  -webkit-animation: btnPlay 2s infinite ease-in-out;
          animation: btnPlay 2s infinite ease-in-out;
  pointer-events: none;
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
}

.btn-play b::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://www.xin-stars.com/img/Event/202408-Family-FistDown/bg-button2.png") 100% 100%/100% auto;
  -webkit-transition: -webkit-filter .5s;
  transition: -webkit-filter .5s;
  transition: filter .5s;
  transition: filter .5s, -webkit-filter .5s;
}

.btn-play:hover b, .btn-play:active b {
  -webkit-transition: -webkit-transform .65s;
  transition: -webkit-transform .65s;
  transition: transform .65s;
  transition: transform .65s, -webkit-transform .65s;
  -webkit-transform: translate(0, 0) scale(1.05);
          transform: translate(0, 0) scale(1.05);
}

.btn-play:hover b::before, .btn-play:active b::before {
  -webkit-filter: drop-shadow(0 0 0.025em #008) drop-shadow(0 0 0.25em #dff) drop-shadow(0 0 0.25em rgba(0, 0, 136, 0.5));
          filter: drop-shadow(0 0 0.025em #008) drop-shadow(0 0 0.25em #dff) drop-shadow(0 0 0.25em rgba(0, 0, 136, 0.5));
}

@-webkit-keyframes btnPlay {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  50% {
    -webkit-filter: hue-rotate(30deg);
            filter: hue-rotate(30deg);
  }
  100% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
}

@keyframes btnPlay {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  50% {
    -webkit-filter: hue-rotate(30deg);
            filter: hue-rotate(30deg);
  }
  100% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
}

@-webkit-keyframes btnPlay1 {
  15% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
}

@keyframes btnPlay1 {
  15% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
}

@-webkit-keyframes btnPlay2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes btnPlay2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.side-container {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 2.25em;
  z-index: 5;
  pointer-events: none;
  width: 100%;
  max-width: 24em;
  opacity: 1;
}

.side-container > * {
  pointer-events: all;
}

.side-btn {
  display: block;
  margin-left: auto;
  margin-right: .25em;
  width: 3.15em;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

@media (max-width: 900px) {
  .side-btn {
    opacity: 0;
    pointer-events: none;
  }
}

.step {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .25em;
  font-weight: 700;
  counter-increment: list-item;
  font-size: .65em;
  margin: .75em 0;
  color: #11364e;
  background: #fff;
  border-radius: 2em;
  padding-right: 1em;
}

.step::before {
  content: counter(list-item);
  font-weight: 900;
  font-size: 1.6667em;
  line-height: 1.05;
  display: inline-block;
  text-align: center;
  color: #fff;
  text-shadow: 0.08em 0.08em rgba(0, 0, 0, 0.25);
  background: #0015ff;
  width: 1.2em;
  height: 1.2em;
  border-radius: 100%;
  margin: .1em;
}

.step span {
  margin: auto;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .5em auto;
  padding: 0 .5em;
}

.input-group > * + * {
  margin-left: -.1em;
}

.input-group > *:first-child {
  border-radius: .3em 0 0 .3em;
}

.input-group > *:last-child {
  border-radius: 0 .3em .3em 0;
}

.input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  font: inherit;
  color: #fff;
  border: .1em solid #2d4594;
  background: #7591f1;
  -webkit-box-shadow: inset 0.075em 0.1em rgba(0, 0, 0, 0.15);
          box-shadow: inset 0.075em 0.1em rgba(0, 0, 0, 0.15);
  padding: .2em .5em;
}

.input::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

.input:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

.input::-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

.input::placeholder {
  color: inherit;
  opacity: .5;
}

.btn-submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font: inherit;
  color: #fff;
  background: #ff815a;
  --outline-color: #bf5d00;
  border: .1em solid #2d4594;
  padding: .2em 1em;
  -webkit-transition: background .1s;
  transition: background .1s;
  cursor: pointer;
}

.btn-submit:active, .btn-submit:hover {
  background: #f26791;
  --outline-color: #ec4871;
}

#rules ul, #rules ol {
  color: #fff;
  font-size: .55em;
  font-size: clamp(14px, 0.55em, 30px);
  text-align: justify;
  list-style: none;
  font-weight: 400;
  padding-left: 2em;
  padding-right: 1em;
  margin: .5em auto;
  line-height: 1.3333;
}

#rules li {
  position: relative;
  text-indent: -1.2em;
}

#rules li::before {
  content: counter(list-item);
  display: inline-block;
  font-weight: 700;
  text-indent: 0;
  line-height: 1;
  text-align: center;
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
  color: #004286;
  background: #fff;
  margin: -.2em .1em .05em 0;
}

#rules li + li {
  margin-top: .5em;
}

#window-wallpaper .wallpaper {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: .5em auto;
  max-height: 50vh;
  max-width: 100%;
  border-radius: .1em;
  overflow: hidden;
}

#window-wallpaper .wallpaper::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-box-shadow: inset 0 0 0.15em 0.025em rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 0.15em 0.025em rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

#window-wallpaper .wallpaper img {
  max-height: 50vh;
}

#socials {
  -webkit-filter: drop-shadow(0 0.05em 0.15em rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0.05em 0.15em rgba(0, 0, 0, 0.5));
}

/*==============*/
/* MODAL STYLES */
.modal {
  font: 600 60px/1.5 "Noto Sans TC", Arial, Helvetica, sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal .mask {
  position: fixed;
  top: -50vh;
  left: -50vw;
  bottom: -50vh;
  right: -50vw;
  background: rgba(0, 0, 0, 0.75);
  -webkit-animation: fade .4s ease-out;
          animation: fade .4s ease-out;
}

@supports ((-webkit-backdrop-filter: blur(0.1rem)) or (backdrop-filter: blur(0.1rem))) {
  .modal .mask {
    -webkit-backdrop-filter: blur(0.15rem);
            backdrop-filter: blur(0.15rem);
    background: rgba(8, 8, 8, 0.8);
    -webkit-transition: -webkit-backdrop-filter .5s ease-out;
    transition: -webkit-backdrop-filter .5s ease-out;
    transition: backdrop-filter .5s ease-out;
    transition: backdrop-filter .5s ease-out, -webkit-backdrop-filter .5s ease-out;
  }
}

.modal .btn-close {
  font: inherit;
  font-size: 1em;
  font-weight: 400;
  display: block;
  position: absolute;
  z-index: 2;
  right: -.25em;
  top: -.75em;
  width: 2em;
  height: 2em;
  border: .15em solid #eee;
  border-radius: 100%;
  color: #fff;
  background: #00af1f;
  -webkit-filter: brightness(1) drop-shadow(0 0.1em 0.05em rgba(24, 8, 24, 0.5));
          filter: brightness(1) drop-shadow(0 0.1em 0.05em rgba(24, 8, 24, 0.5));
  -webkit-transition: -webkit-filter .2s, -webkit-transform .2s ease-in-out;
  transition: -webkit-filter .2s, -webkit-transform .2s ease-in-out;
  transition: filter .2s, transform .2s ease-in-out;
  transition: filter .2s, transform .2s ease-in-out, -webkit-filter .2s, -webkit-transform .2s ease-in-out;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}

.modal .btn-close::before, .modal .btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10%;
  height: 75%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background: currentColor;
  border-radius: .05em;
}

.modal .btn-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal .btn-close:hover, .modal .btn-close:focus, .modal .btn-close:active {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(1.1) drop-shadow(0 0.15em 0.1em rgba(24, 8, 24, 0.65));
          filter: brightness(1.1) drop-shadow(0 0.15em 0.1em rgba(24, 8, 24, 0.65));
}

.modal-overflow {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  max-height: 100vh;
  scrollbar-width: none;
}

.modal-overflow::-webkit-scrollbar {
  width: 0px;
}

.modal-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  text-align: center;
  width: 90%;
  max-width: 14.5em;
  min-height: 4em;
  margin: 1.5em auto 1.25em;
  padding: 0;
  line-height: 1.4;
  -webkit-animation: pop .3s;
          animation: pop .3s;
}

.modal-window::before, .modal-window::after {
  content: none;
}

.modal-window p {
  font-size: smaller;
  margin: 1em 0;
}

.modal-window p::before {
  content: none;
}

/* ==================== */
/* JS ANIMATION CLASSES */
.fade-up, .fade-left, .fade-right, .fade-down, .fade-in {
  opacity: 0;
  -webkit-transition: opacity 1.6s, -webkit-transform 1s;
  transition: opacity 1.6s, -webkit-transform 1s;
  transition: opacity 1.6s, transform 1s;
  transition: opacity 1.6s, transform 1s, -webkit-transform 1s;
}

.fade-up.faded, .fade-left.faded, .fade-right.faded, .fade-down.faded, .fade-in.faded {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.fade-up {
  -webkit-transform: translate(0, 1em);
          transform: translate(0, 1em);
}

.fade-down {
  -webkit-transform: translate(0, -1em);
          transform: translate(0, -1em);
}

.fade-left {
  -webkit-transform: translate(1em, 0);
          transform: translate(1em, 0);
}

.fade-right {
  -webkit-transform: translate(-1em, 0);
          transform: translate(-1em, 0);
}

.bg-area.fade-up, .bg-area .fade-up {
  -webkit-transform: none;
          transform: none;
}

/*=====================*/
/* KEYFRAMES AND MEDIA */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes glow {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
}

@keyframes glow {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  to {
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  to {
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}

@-webkit-keyframes blink {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
}

@keyframes blink {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
}

@media (max-width: 1920px) {
  #main, .modal {
    font-size: 3.125vw;
  }
}

@media (max-width: 1280px) {
  #main, .modal {
    font-size: 40px;
  }
}

@media (max-height: 720px) {
  .modal {
    font-size: 6vmin;
  }
}

@media (max-width: 666px) {
  #main, .modal {
    font-size: 6vw;
  }
}

@media (max-width: 420px) {
  .modal-window {
    max-width: 96%;
  }
}
/*# sourceMappingURL=main.css.map */