html, body, #main {
  background: #160021 linear-gradient(90deg, #0c1a44, #270f28, #3f050b);
  color: #fff;
}

#header::after {
  background: transparent;
}

#footer::after {
  background: rgba(0, 0, 0, 0.5);
}

.nav {
  filter: drop-shadow(0 0.05em 0.05em #000);
}

#footer {
  margin-top: 0.5em;
}

.bg-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 16em);
  z-index: -5;
  width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  background: #160021 linear-gradient(90deg, #0c1a44, #270f28, #3f050b);
}
.bg-area img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1000px) {
  .bg-area {
    width: 192vw;
  }
}
/*===================*/
/* MAIN PAGE CONTENT */
.dl-btn-container {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1000px;
  padding-top: 3.65em;
  padding-bottom: 1px;
  margin-bottom: 1em;
}

.dl-btn, .play-btn, .station-btn {
  display: block;
  position: absolute;
  bottom: 0;
  width: 7.65em;
  padding-top: 3.35em;
  border-radius: 1.35em;
  transition: filter 0.3s 0.2s;
}
.dl-btn:hover, .dl-btn:focus, .dl-btn:active, .play-btn:hover, .play-btn:focus, .play-btn:active, .station-btn:hover, .station-btn:focus, .station-btn:active {
  background-position: bottom;
}

.dl-btn {
  transform-origin: 85% 0%;
  left: 2.5%;
  background: url("https://www.xin-stars.com/_event/event_promotion/20220819_Integral/_img/btn-download.png") top no-repeat;
  background-size: cover;
}

.play-btn {
  transform-origin: 15% 0%;
  right: 2.25%;
  background: url("https://www.xin-stars.com/_event/event_promotion/20220819_Integral/_img/btn-play.png") top no-repeat;
  background-size: cover;
}

.station-btn {
  bottom: -3.75em;
  position: relative;
  width: 16em;
  left: 2.25%;
  background: url("https://www.xin-stars.com/_event/event_promotion/20220819_Integral/_img/btn-station.png") top no-repeat;
  background-size: cover;
}

.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: 32em;
  top: 0;
  left: calc(50% - 16em);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 7.25em 0 0em;
}
.head-title p {
  margin: 0 auto 0.5em;
  font-size: 0.6em;
  line-height: 1.35;
  filter: drop-shadow(0 -0.02em 0.05em #30f) drop-shadow(0 0.2em 0.2em rgba(0, 0, 0, 0.7));
}

.title-01.fade-up {
  width: 17em;
  transform: translate(0, 1em);
}

.title-02.fade-up {
  margin: -0.65em auto -0.25em;
  width: 17em;
  position: relative;
  z-index: -1;
  transition-delay: 0.3s;
  transform: translate(0, 1em);
}

.title-03.fade-up {
  margin: -14em auto 0;
  width: 32em;
  position: relative;
  left: 0.5em;
  transition-delay: 0.6s;
  transform: translate(0, -1em);
}

.dl-btn.fade-up, .play-btn.fade-up {
  transition-delay: 0.5s;
}

.text-outline {
  text-shadow: -0.01em 0 currentColor, 0.01em 0 currentColor, 0 2px 0.5px #003, 0 -2px 0.5px #003, 2px 0 0.5px #003, -2px 0 0.5px #003, 1.4px 1.4px 0.5px #003, -1.4px 1.4px 0.5px #003, 1.4px -1.4px 0.5px #003, -1.4px -1.4px 0.5px #003;
  filter: drop-shadow(0.03em 0em 0.01em #003) drop-shadow(0em -0.03em 0.01em #003) drop-shadow(-0.03em 0em 0.01em #003) drop-shadow(0em 0.06em 0.01em #003) drop-shadow(0.03em 0em 0.01em #003);
}

.title {
  position: relative;
  font-size: 0.6667em;
  margin: 0.5em auto 0;
  padding: 0 0.65em;
  text-align: center;
  text-shadow: 0 0 0.1em #000, 0 0 0.1em #000, 0 0 0.12em #f00, 0 0 0.2em #f00;
  color: #fd9;
  background: url(../_img/title.png) center/contain no-repeat;
  border-top-left-radius: 0.15em;
  border-top-right-radius: 0.15em;
}
@supports (-webkit-background-clip: text) {
  .title[data-text]::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: transparent;
    background: linear-gradient(#fff 25%, #f9bc60 75%);
    -webkit-background-clip: text;
    text-shadow: none;
    pointer-events: none;
  }
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .title[data-text]::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: transparent;
    background: linear-gradient(#fff 25%, #f9bc60 75%);
    -webkit-background-clip: text;
            background-clip: text;
    text-shadow: none;
    pointer-events: none;
  }
}

a {
  color: inherit;
}

:visited {
  color: inherit;
}

.text-hilight {
  color: #ff0297;
}

.text-yellow {
  color: #fffa68;
}

.text-blue {
  color: #68fdff;
}

.text-center {
  text-align: center;
}

#content-area {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 100vw;
  max-width: 1000px;
}
#content-area p, #content-area ul, #content-area ol {
  font-size: 0.465em;
  max-width: 98%;
  margin: 0.35em auto;
  text-align: center;
  filter: drop-shadow(0 -0.02em 0.05em rgba(255, 0, 157, 0.7)) drop-shadow(0 0.2em 0.2em rgba(0, 0, 0, 0.7));
}
#content-area li {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: auto;
}
#content-area img {
  margin: 0 auto;
}
#content-area table {
  width: 80%;
  margin: 0.5em auto;
  font-size: 0.5em;
  font-weight: bold;
  text-align: center;
  border-collapse: collapse;
  border: 0.1em solid #8f54a9;
  background: rgba(0, 0, 0, 0.4);
}
#content-area table td {
  width: 25%;
  padding: 0.25em 0.5em;
  border: 0.06em solid #8f54a9;
  text-shadow: 0 0 0.1em #30f, 0 0 0.2em #30f, 0 0 0.35em #30f;
}

/*==============*/
/* MODAL STYLES */
/* ==================== */
/* JS ANIMATION CLASSES */
.fade-up {
  transform: scale(0.5);
  opacity: 0;
  transition: opacity 1.6s, transform 1s;
}
.fade-up.faded {
  transform: none;
  opacity: 1;
}

.bg-area .fade-up {
  transform: none;
}

/*=====================*/
/* KEYFRAMES AND MEDIA */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes glow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pop {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@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 blink {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
}
@media (max-width: 1000px) {
  #main, .modal {
    font-size: 6vw;
  }
}
@media (max-height: 720px) {
  .modal {
    font-size: 6vmin;
  }
}
@media (max-width: 420px) {
  #rules ol {
    font-size: 15px;
  }
  .modal-window {
    max-width: 96%;
  }
}/*# sourceMappingURL=main.css.map */