html, body, #main {
  background: #1b4a1a linear-gradient(#2566ee, #81d3fa 600px, #98d73e 1100px, #1b4a1a);
  color: #fff;
}

#header {
  padding: 0 0.25em;
}
#header .nav {
  display: flex;
  -webkit-box-align: center;
  filter: drop-shadow(0 0.1em 0.25em rgba(32, 0, 0, 0.5)) drop-shadow(0 0.1em 0.05em rgba(32, 0, 0, 0.5));
  max-width: 16.66667em;
  padding: 0;
}
#header .nav-logo {
  content: url(/img/xinstar-logo3.png);
}

.bg-area {
  background: #1b4a1a linear-gradient(#2566ee, #81d3fa 600px, #98d73e 1100px, #1b4a1a);
}

/*===================*/
/* MAIN PAGE CONTENT */
.btn-play {
  font-size: inherit;
  display: block;
  margin: -0.35em auto 0;
  position: relative;
  z-index: 1;
  width: 4.5em;
  height: 4.5em;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
.btn-play::after, .btn-play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/img/Edm/Game_EasterParty/btn-play.png) top/100% auto;
  border-radius: inherit;
  animation: btnPlay1 1.2s infinite step-end;
  pointer-events: none;
}
.btn-play::after {
  background-position: 0 100%;
  animation: btnPlay2 1.2s infinite step-end;
  opacity: 0;
  transition: opacity 0.1s, transform 0.1s;
}
.btn-play:hover, .btn-play:active {
  transition: filter 0.1s;
  filter: brightness(1.1) drop-shadow(0 0 0.25em #ffffcc);
}

.border, .border2 {
  position: relative;
  display: table;
  z-index: 0;
  font-weight: 700;
  max-width: 90%;
  margin: 1em auto 0.5em;
  color: #192873;
}
.border::after, .border2::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: drop-shadow(0 0.1em 0.25em rgba(32, 0, 0, 0.5)) drop-shadow(0 0.1em 0.05em rgba(32, 0, 0, 0.5));
  -o-border-image: url(/img/Edm/Game_EasterParty/border.png) 120 120 60 fill/2em 2em 1em/1.6em 1.3em 0.55em;
     border-image: url(/img/Edm/Game_EasterParty/border.png) 120 120 60 fill/2em 2em 1em/1.6em 1.3em 0.55em;
  pointer-events: none;
}

#article {
  pointer-events: none;
}
#article > * {
  pointer-events: auto;
}
#article .head-title {
  width: 16em;
  left: calc(50% - 8em);
  padding: 1.8em 0 0;
  min-height: 2em;
  pointer-events: none;
}
#article .head-title > * {
  pointer-events: auto;
}

/*=====================*/
/* KEYFRAMES AND MEDIA */
@media (max-width: 1920px) {
  #main, .modal {
    font-size: 3.125vw;
  }
}
@media (max-width: 1280px) {
  #main, .modal {
    font-size: 40px;
  }
}
@keyframes btnPlay1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes btnPlay2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=main.css.map */