@charset "UTF-8";
body {
  font: 400 60px/1.5 "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
}

#footer::after {
  background: #4b0035;
}

#header {
  background: linear-gradient(to left, #8000e7 0%, #ff2887 100%);
}

#footer {
  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));
}

html, body, #main {
  background: #1e0014;
  color: #fff;
}

#header .nav {
  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));
}

.bg-area {
  background: #1e0014 !important;
  height: 100%;
  overflow: hidden;
}
.bg-area .repeat {
  flex: 1 1 auto;
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}

.box .finger {
  margin-left: 13.3em !important;
}
@media (max-width: 1850px) {
  .box .finger {
    margin-left: 14em !important;
  }
}
@media (max-width: 1800px) {
  .box .finger {
    margin-left: 14.3em !important;
  }
}
@media (max-width: 1750px) {
  .box .finger {
    margin-left: 14.5em !important;
  }
}

/*==============*/
/* PAGE CONTENT */
#content-area {
  width: 17.5em !important;
}

.head-title {
  margin-bottom: 6em;
}

.slogan {
  width: 14em;
  margin: 9.2em 0 -6.7em 8.9em;
  z-index: 1;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}

.border {
  position: relative;
  display: table;
  z-index: 0;
  font-weight: 700;
  max-width: 90%;
  margin: 0.5em auto 0.5em;
  color: #ffffff;
  margin-top: -0.3em;
  z-index: -2;
}
.border::after {
  content: "";
  position: absolute;
  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/copper/border.png?v=2) 180 fill/4em/1em;
     border-image: url(/img/Edm/copper/border.png?v=2) 180 fill/4em/1em;
  pointer-events: none;
  margin: 1em 0;
}
.border img {
  display: block !important;
  padding: 1.2em 0;
}
.border .video, .border .video-preview {
  width: 16.8em !important;
  height: 12.1em !important;
  position: relative;
  z-index: 5;
}

.btn-play {
  font-size: inherit;
  display: block;
  position: relative;
  z-index: 1;
  width: 9.5em;
  height: 3em;
  top: 0.2em;
  margin: 0 auto;
  cursor: pointer;
  border: none;
  background: url(/img/Edm/copper/btn-play.png) top/100% auto;
  animation: btnPlay 1.2s infinite step-end;
}
.btn-play:hover, .btn-play:active {
  transition: filter 0.1s;
  filter: brightness(1.1) drop-shadow(0 0 0.1em #ffffcc);
  animation: none;
}

#event1 p {
  font-size: 0.6em !important;
  margin: 0 2em 1em;
}

#content-area {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 18.5em;
  max-width: 960px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.display {
  display: none !important;
}

.game1 {
  margin-bottom: 0.2em;
}

.game3 {
  margin-top: -0.3em;
  position: relative;
  z-index: -1;
}

.game4 {
  margin-bottom: 0.5em;
  z-index: -3;
}

.game5 {
  margin-top: -0.2em;
  z-index: -2;
}
.game5:hover {
  filter: brightness(1.15);
}

/*==============*/
/* MODAL STYLES */
.modal {
  display: none;
}
.modal.active {
  display: flex;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal .mask {
  position: fixed;
  top: -50vh;
  left: -50vw;
  bottom: -50vh;
  right: -50vw;
  background: rgba(0, 0, 0, 0.75);
  animation: fade 0.4s ease-out;
  z-index: -2;
}
.modal .btn-close {
  background: url(/img/Edm/copper/no.png) top/100% auto no-repeat;
  width: 4.7em;
  height: 4.7em;
  top: -16px;
  right: -22px;
  border: none;
  z-index: 5;
  position: absolute;
  cursor: pointer;
  transition: filter 0.2s;
}
.modal .btn-close:hover, .modal .btn-close:focus, .modal .btn-close:active {
  filter: brightness(1.1) drop-shadow(0 0.1em 0.05em rgba(24, 8, 24, 0.5));
}
.modal .modal-nav {
  width: 85%;
  margin: 0 auto;
  margin-top: -1em;
  margin-bottom: 1em;
}
.modal .modal-title {
  width: 20%;
}
.modal .modal-txt {
  width: 65%;
}

.modal-overflow {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  max-height: 100vh;
  scrollbar-width: none;
}
.modal-overflow::-webkit-scrollbar {
  width: 0px;
}
.modal-overflow {
  margin: 0.5em;
}

.modal-window {
  position: relative;
  width: 17em;
  margin: 1em auto 0.5em;
  line-height: 1.4;
  animation: pop 0.3s;
  padding: 1em;
  background: url(/img/Edm/copper/Model_border.png) top/100% auto no-repeat;
}

.modal-content {
  padding: 0.5em 0;
}

/*=====================*/
/* KEYFRAMES AND MEDIA */
@media (max-width: 1920px) {
  body, #main, .modal {
    font-size: 3.125vw;
  }
}
@media (max-width: 1880px) {
  .border2 .video, .border .video-preview, #video1 {
    height: 9.35em !important;
  }
}
@media (max-width: 1280px) {
  body, #main, .modal {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .game3 {
    content: url("/img/edm/copper/content-03-2.png?v=2");
  }
}
@media (max-width: 700px) {
  .modal-window {
    width: 16em;
  }
}
@media (max-width: 810px) {
  #socials {
    margin-top: -0.75em;
  }
  #socials.modal-social {
    margin-top: 0.3em;
  }
}
@media (min-width: 810px) {
  #socials.modal-social {
    top: 0;
    left: 0;
    position: relative;
    padding: 0 !important;
    margin: 0.5em 0;
  }
  #socials.modal-social .side-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 666px) {
  body, #main, .modal {
    font-size: 5.5vw !important;
  }
}
@media (max-width: 540px) {
  .btn-close {
    width: 4em !important;
    height: 4em !important;
  }
}
@media (max-width: 400px) {
  .btn-close {
    width: 3em !important;
    height: 3em !important;
    right: -15px !important;
  }
}
@media (max-width: 300px) {
  .btn-close {
    width: 2em !important;
    height: 2em !important;
    right: -10px !important;
    top: -10px !important;
  }
}
@keyframes btnPlay {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    backdrop-filter: blur(0);
  }
  to {
    opacity: 1;
    backdrop-filter: blur(8px);
  }
}
@keyframes pop {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}/*# sourceMappingURL=main.css.map */