html,
body,
#main {
  background: #09275d;
  color: #fff;
}

.bg-area {
  background: #09275d;
  height: 100%;
  overflow: hidden;
  justify-content: flex-start !important;
}
.bg-area .bg-bottom {
  flex: 1 1 auto;
  background: url(/img/Edm/Game-ThunderTemple/bg.jpg) top/100% 100%;
}
.bg-area .light {
  position: absolute;
  z-index: 0;
}

#main {
  display: flow-root;
  padding-top: 0.1px;
}

#header {
  background: transparent;
}

#footer {
  background: transparent;
  margin-top: 0.5em;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.row.center {
  justify-content: center;
  text-align: center;
}
.row.space-between {
  justify-content: space-between;
}
.row.left {
  justify-content: left;
}
.row.right {
  justify-content: right;
}

/*==============*/
/* PAGE CONTENT */
#article {
  pointer-events: none;
}
#article > * {
  pointer-events: auto;
}
#article .head-title {
  width: 20em;
  height: 10.6em;
  top: 0;
  left: calc(50% - 10em);
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  padding: 1.8em 0 0;
  pointer-events: none;
  position: relative;
}
#article .head-title > * {
  pointer-events: auto;
}
#article #game-logo {
  width: 11em;
  left: 7.9em;
  top: 1.3em;
  position: absolute;
}
#article #game-slogan {
  width: 10em;
  bottom: -1.8em;
  left: 2em;
  position: absolute;
  z-index: 42;
  animation: fall 3s infinite ease-in-out alternate;
}
#article .btn-play {
  width: 5.78em;
  height: 4em;
  border: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 7.1em;
  right: 2.6em;
  z-index: 1;
  animation: flashShock 3s infinite;
}
#article .btn-play::after, #article .btn-play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 100% auto;
  border-radius: inherit;
  pointer-events: none;
}
#article .btn-play::before {
  background-image: url(/img/Edm/Game-ThunderTemple/btn-play1.png);
  animation: btnPlay1 1.6s infinite step-end;
}
#article .btn-play::after {
  background-image: url(/img/Edm/Game-ThunderTemple/btn-play2.png);
  animation: btnPlay2 1.6s infinite step-end;
  opacity: 0;
  transition: opacity 0.1s, transform 0.1s;
}
#article .btn-play:hover, #article .btn-play:active {
  transition: filter 0.1s;
  filter: brightness(1.1) drop-shadow(0 0 0.25em #ffffcc);
}
#article .btn-play:hover::before, #article .btn-play:hover::after,
#article .btn-play:hover b, #article .btn-play:active::before, #article .btn-play:active::after,
#article .btn-play:active b {
  opacity: 1;
  animation: none;
}
#article .btn-play:hover::before, #article .btn-play:active::before {
  opacity: 0;
}
#article #game-role {
  width: 14.8em;
  top: 2.2125em;
  right: 0;
  position: absolute;
}
#article #game-role::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/img/Edm/Game-ThunderTemple/fire.png);
  mix-blend-mode: color-dodge;
  background-repeat: no-repeat;
  left: 4em;
  bottom: -4em;
}
#article #game-role img {
  width: 100%;
}
#article .game-banner-bg {
  width: 31em;
  height: 16em;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#article .game-banner-bg img {
  width: 100%;
  inset: 0;
  margin: auto;
  position: absolute;
}
#article .game-banner-bg img#game-bat {
  top: -1.85em;
  left: -1em;
  will-change: opacity, transform;
}
#article .game-banner-bg img#game-fire1 {
  top: 3.45em;
  left: 0.9em;
}
#article .game-banner-bg img#game-fire2 {
  top: -0.9em;
  left: 2.3em;
}

.fade-down {
  transform: scale(1.1) translate(0, -1em);
}
.fade-down.faded {
  transform: none;
}

.border,
.border2 {
  position: relative;
  display: table;
  z-index: 0;
  font-weight: 700;
  width: 100%;
}

.border {
  margin: 0 auto;
}
.border .bg {
  width: 16em;
  height: 8em;
  position: relative;
  left: 0em;
  top: -1.7em;
}
.border .dev-border {
  width: 103%;
  height: 145%;
  background-image: url(/img/Edm/Game-ThunderTemple/border-1.png);
  background-size: 100% auto;
  pointer-events: none;
  top: -2.2em;
  left: -0.2em;
  z-index: 9;
  position: absolute;
  background-repeat: no-repeat;
}
.border .dev-border.higher {
  height: 110.75%;
}
.border video {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  position: relative;
}
.border img {
  width: 14.95em;
}
.border iframe,
.border .video {
  display: block;
  width: 94%;
  height: 8.3em;
  max-width: 950px;
  margin: 0 auto 1.5em 0;
  position: relative;
  top: -1.5em;
  left: 0.5em;
}

.border2 {
  max-width: 996px;
  margin: -1.4em auto 0.8em;
}
.border2 .box img {
  width: 100%;
  filter: drop-shadow(0px 0px 0.3em #de577f);
}
.border2 .box img:hover {
  transform: translateY(-5px);
  filter: brightness(1.2);
}
.border2 .box .finger {
  margin-top: -1.8em;
  margin-left: 13em;
}

#content-area {
  z-index: 50;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 16em;
  max-width: 960px;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

#main .swiper {
  margin-top: 0.8em;
  margin-bottom: 2em;
  overflow: visible;
}
#main .swiper .swiper-container {
  width: 100%;
  max-width: 996;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
#main .swiper .swiper-wrapper {
  align-items: center;
}
#main .swiper .swiper-slide img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#main .yotubeMore {
  background-image: url(/img/Edm/Game-ThunderTemple/btn.png);
  position: absolute;
  color: white;
  z-index: 20;
  right: -5%;
  bottom: 11%;
  background-repeat: no-repeat;
  font-size: 0.55em;
  width: 38%;
  margin-right: 1em;
  text-align: center;
  text-decoration: none;
  height: 24%;
  line-height: 3.3em;
  background-size: contain;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
  transition: filter 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
  filter: brightness(1);
  transform: scale(0.95);
}
#main .yotubeMore:hover {
  filter: brightness(1.25);
  transform: scale(1);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6509803922);
}

@keyframes btnPlay1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes btnPlay2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes roleAni {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.01) translateY(-0.05em);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
@keyframes breathe {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes imageRevealFromShadow {
  0% {
    opacity: 0.8;
    transform: scale(0.95);
    filter: blur(2px);
  }
  50% {
    opacity: 1;
    transform: scale(1.02);
    filter: blur(0);
  }
  100% {
    opacity: 0.8;
    transform: scale(0.95);
    filter: blur(2px);
  }
}
@keyframes lightningCloud {
  0% {
    transform: translate(0%, -5%) scale(0.98);
    mix-blend-mode: normal;
    opacity: 0.7;
  }
  20% {
    transform: translate(0%, -4%) scale(1.01);
    opacity: 0.9;
  }
  35% {
    transform: translate(0%, -3%) scale(1.03);
    mix-blend-mode: plus-lighter;
    opacity: 1;
  }
  38% {
    transform: translate(0%, -2%) scale(1);
    mix-blend-mode: normal;
    opacity: 0.8;
  }
  42% {
    transform: translate(0%, -3%) scale(1.02);
    mix-blend-mode: plus-lighter;
    opacity: 1;
  }
  45% {
    transform: translate(0%, -1%) scale(1);
    mix-blend-mode: normal;
    opacity: 0.9;
  }
  50% {
    transform: translate(0%, -2%) scale(1.04);
    mix-blend-mode: plus-lighter;
    opacity: 1;
  }
  60% {
    transform: translate(0%, -3%) scale(1.01);
    mix-blend-mode: normal;
    opacity: 0.8;
  }
  75% {
    transform: translate(0%, -1%) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translate(0%, 0%) scale(1);
    mix-blend-mode: plus-lighter;
    opacity: 0.6;
  }
}
@keyframes flashShock {
  0% {
    transform: translate(0, 0) scale(1);
    filter: brightness(1);
    mix-blend-mode: normal;
  }
  2% {
    transform: translate(-3px, 2px) scale(1.02);
    filter: brightness(3.5);
    mix-blend-mode: plus-lighter;
  }
  4% {
    transform: translate(3px, -2px) scale(1);
    filter: brightness(2.5);
    mix-blend-mode: normal;
  }
  6% {
    transform: translate(-2px, 3px) scale(1.01);
    filter: brightness(3);
    mix-blend-mode: plus-lighter;
  }
  8% {
    transform: translate(2px, -1px);
    filter: brightness(2.2);
    mix-blend-mode: normal;
  }
  10% {
    transform: translate(-1px, 1px);
    filter: brightness(1.5);
    mix-blend-mode: plus-lighter;
  }
  12% {
    transform: translate(1px, -1px);
    filter: brightness(1.2);
    mix-blend-mode: normal;
  }
  14% {
    transform: translate(0px, 0px) scale(1);
    filter: brightness(1);
    mix-blend-mode: normal;
  }
  100% {
    transform: translate(0, 0);
    filter: brightness(1);
    mix-blend-mode: normal;
  }
}
@keyframes fall {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    opacity: 0.8;
    transform: translateY(5px);
  }
}
canvas {
  display: block;
  position: absolute;
  transform: scale(1.5);
}/*# sourceMappingURL=main.css.map */