html, body, #main {
  background: #1b0038;
  color: #815631;
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
}

#header::after {
  background: transparent;
  padding-bottom: .1em;
}

#footer::after {
  background: transparent;
  padding-top: .1em;
}

#header .nav {
  -webkit-filter: drop-shadow(0 0.1em 0.05em rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0 0.1em 0.05em rgba(0, 0, 0, 0.35));
  max-width: 16.66667em;
}

#header .social-links .line-link {
  background-image: url(/_img/icon_line.png);
  background-size: 100% 200%;
}

#header .logo-link {
  background-image: none;
  width: 7.7em;
  height: 1.3em;
  margin-right: auto;
}

#header .logo-link img {
  max-width: 100%;
}

#footer .foot {
  -webkit-filter: drop-shadow(0 0.1em 0.05em rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0 0.1em 0.05em rgba(0, 0, 0, 0.35));
}

.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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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;
  pointer-events: none;
  background: #1b0038;
}

.bg-area img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 666px) {
  .bg-area::after, .bg-area::before {
    content: "";
    position: absolute;
    top: 16em;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: url(../_img/bg-side.png) 0 0/7.5em auto repeat-y;
  }
  .bg-area::before {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}

/*===================*/
/* MAIN PAGE CONTENT */
.sr-only {
  position: fixed;
  top: -9in;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.section {
  max-width: 16.66667em;
  width: 100%;
  margin: 0 auto;
}

/*==============*/
/* PAGE CONTENT */
img {
  max-width: 100%;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.content {
  position: relative;
  width: 96%;
  max-width: 16em;
  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;
      -ms-user-select: none;
          user-select: none;
  padding: 2.1em 0 .25em;
}

.border, .border2 {
  position: relative;
  display: block;
  z-index: 0;
  font-weight: 400;
  font-size: clamp(20px, 1em, 60px);
  text-align: center;
  max-width: 96%;
  min-height: 2em;
  margin: .75em auto .75em;
  padding: .35em .35em;
  border: 0 solid;
  -o-border-image: url(../_img/border.png) 36 fill/0.6em/0.1em 0.1em 0.6em;
     border-image: url(../_img/border.png) 36 fill/0.6em/0.1em 0.1em 0.6em;
  color: #fff;
  background: none;
  -webkit-filter: drop-shadow(0 0.1em 0.1em rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0.1em 0.1em rgba(0, 0, 0, 0.5));
}

.border p, .border ul, .border ol, .border2 p, .border2 ul, .border2 ol {
  font-size: .55em;
  font-size: clamp(14px, 0.55em, 30px);
  line-height: 1.5;
  padding: 0 0;
  margin: .75em auto 1.25em;
  -webkit-filter: drop-shadow(0 0 0.2em rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 0.2em rgba(0, 0, 0, 0.5));
}

.title {
  position: relative;
  font-size: .75em;
  font-family: 'Noto Sans TC', Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: -.6em -.6em 0;
  padding: .5em 0 .75em;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background: url(../_img/title-bg.png) center/100% 100% no-repeat;
  text-shadow: 0 0.05em 0.1em rgba(0, 0, 0, 0.5);
}

.title::before, .title::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../_img/deco-title.png) center/contain no-repeat;
  vertical-align: text-bottom;
  margin: .15em .25em;
}

.title::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

a {
  color: inherit;
  text-underline-offset: .15em;
}

:visited {
  color: inherit;
}

.text-hilight {
  color: #fdee49;
}

.text-yellow {
  color: #fdee49;
}

.text-blue {
  color: #aa80ff;
}

.text-red {
  color: #fe4a4a;
}

.text-center {
  text-align: center;
}

.text-big {
  font-size: larger;
}

:root {
  --outline-color: #fff;
  --outline-width: .12em;
}

.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);
}

.text-gold {
  color: #ffbd00;
  --outline-color: #360707;
}

@supports (background-clip: text) or (-webkit-background-clip: text) {
  .text-gold {
    color: transparent;
    text-shadow: none;
    display: inline-block;
    padding: 0 .05em;
    background: -webkit-gradient(linear, left top, left bottom, from(#950000), to(#360707));
    background: linear-gradient(#950000, #360707);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: .2em transparent;
    -webkit-filter: drop-shadow(0 0.1em 0.05em rgba(0, 0, 0, 0.35));
            filter: drop-shadow(0 0.1em 0.05em rgba(0, 0, 0, 0.35));
  }
  .text-gold::before {
    content: attr(data-stroke);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffff5f), color-stop(49%, #ffffa0), color-stop(51%, #f09a2c), to(#ffffa0));
    background: linear-gradient(#ffff5f, #ffffa0 49%, #f09a2c 51%, #ffffa0);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0em transparent;
    position: absolute;
    z-index: 1;
    -webkit-filter: drop-shadow(0 0 0.025em #000);
            filter: drop-shadow(0 0 0.025em #000);
  }
}

#content-area {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100vw;
  max-width: 16.66667em;
  min-height: 10em;
}

.btn {
  font: inherit;
  font-weight: normal;
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  z-index: 0;
  margin: .25em 0;
  padding: 0 1em 1em;
  border: none;
  border-radius: .35em;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 .05em .1em #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#edead2), to(#dddcdb));
  background: linear-gradient(#edead2, #dddcdb);
  -webkit-box-shadow: inset 0 -0.05em 0.15em 0.025em white, 0 0.25em #c8c8c8;
          box-shadow: inset 0 -0.05em 0.15em 0.025em white, 0 0.25em #c8c8c8;
  cursor: pointer;
  -webkit-transition: -webkit-filter .1s;
  transition: -webkit-filter .1s;
  transition: filter .1s;
  transition: filter .1s, -webkit-filter .1s;
}

.btn img {
  -webkit-filter: drop-shadow(0 0.05em 0.05em rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0 0.05em 0.05em rgba(0, 0, 0, 0.7));
}

.btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -.25em;
  left: .25em;
  right: .25em;
  bottom: .6em;
  border-radius: .35em;
  background: -webkit-gradient(linear, left top, left bottom, from(#e29ffe), to(#8f43bf));
  background: linear-gradient(#e29ffe, #8f43bf);
  -webkit-box-shadow: inset 0 -0.05em 0.15em 0.025em rgba(255, 255, 255, 0.5), 0 0.35em #762ba8;
          box-shadow: inset 0 -0.05em 0.15em 0.025em rgba(255, 255, 255, 0.5), 0 0.35em #762ba8;
}

.btn:hover, .btn:active, .btn:focus {
  padding: .1em 1em .9em;
  -webkit-filter: brightness(1.1) drop-shadow(0 0.1em 0.1em rgba(0, 0, 0, 0.25));
          filter: brightness(1.1) drop-shadow(0 0.1em 0.1em rgba(0, 0, 0, 0.25));
}

.btn:hover::after, .btn:active::after, .btn:focus::after {
  -webkit-transform: translate(0, 0.1em);
          transform: translate(0, 0.1em);
  background: -webkit-gradient(linear, left top, left bottom, from(#20ffcd), to(#05b4ef));
  background: linear-gradient(#20ffcd, #05b4ef);
  -webkit-box-shadow: inset 0 -0.05em 0.15em 0.025em rgba(255, 255, 255, 0.5), 0 0.25em #00a2cb;
          box-shadow: inset 0 -0.05em 0.15em 0.025em rgba(255, 255, 255, 0.5), 0 0.25em #00a2cb;
}

#content-area {
  counter-reset: step;
}

.step {
  position: relative;
  font-size: .66667em;
  text-align: left;
  padding: .15em 0 .15em 3em;
  border: .12em solid transparent;
  border-radius: 1em;
  background: -webkit-gradient(linear, left top, left bottom, from(#010230), to(#010230)) padding-box, -webkit-gradient(linear, left top, right top, from(#f00), to(#681eff)) center/calc(100% + .3em) auto;
  background: linear-gradient(#010230, #010230) padding-box, linear-gradient(90deg, #f00, #681eff) center/calc(100% + .3em) auto;
  counter-increment: step;
}

.step::before {
  content: counter(step);
  display: inline-block;
  position: absolute;
  top: -.25em;
  left: -.1em;
  font-size: 2em;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  vertical-align: text-bottom;
  width: 1.25em;
  height: 1.25em;
  line-height: 1.2;
  background: #010230;
  color: #f00;
  border: .08em solid #f00;
  border-radius: 1em;
}

.prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: left;
}

.prize-image {
  display: block;
  width: 5.333em;
  height: auto;
  margin: .25em .75em;
  -webkit-filter: drop-shadow(0 0 0.15em #fc0) drop-shadow(0 0 0.2em #f00);
          filter: drop-shadow(0 0 0.15em #fc0) drop-shadow(0 0 0.2em #f00);
}

.prize-content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.prize-title {
  display: block;
  font-size: .75em;
}

.prize-description {
  display: block;
  font-size: .55em;
}

.prize-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .75em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-weight: 700;
  width: 4.5em;
  height: 4.5em;
  text-align: center;
  float: right;
  margin: .25em .25em 0 0;
}

@supports (background-clip: text) or (-webkit-background-clip: text) {
  .prize-badge {
    color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(#f00), to(#681eff));
    background: linear-gradient(90deg, #f00, #681eff);
    background-clip: text;
    -webkit-background-clip: text;
  }
}

.prize-badge b {
  display: inline-block;
  font-family: Oswald;
  font-weight: 900;
  font-size: 2em;
  line-height: .8;
}

.prize-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#010230), to(#010230)) padding-box, -webkit-gradient(linear, left top, right top, from(#f00), to(#681eff)) center/calc(100% + .2em);
  background: linear-gradient(#010230, #010230) padding-box, linear-gradient(90deg, #f00, #681eff) center/calc(100% + .2em);
  border: .1em solid transparent;
}

hr {
  display: block;
  border: none;
  height: .1em;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #010230), color-stop(50%, transparent)) center/0.2em auto round, -webkit-gradient(linear, left top, right top, from(#f00), to(#681eff));
  background: linear-gradient(90deg, #010230 50%, transparent 50%) center/0.2em auto round, linear-gradient(90deg, #f00, #681eff);
}

.side-container {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 3.5em;
  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;
  }
}

#event1 p {
  margin: .5em 0;
  font-size: .55em;
}

#event1 p > * {
  display: inline-block;
}

#event2 p {
  font-size: clamp(19px, 0.8em, 43px);
  text-align: left;
  margin: .25em 0 .75em;
}

#event2 img {
  display: inline-block;
  vertical-align: text-bottom;
}

#rules ul, #rules ol {
  text-align: justify;
  font-size: .525em;
  font-size: clamp(12px, 0.525em, 24px);
  font-weight: 400;
  padding-left: 1.5em;
  padding-right: .5em;
  margin: .5em auto;
  line-height: 1.35;
}

#rules li {
  position: relative;
}

#rules li + li {
  margin-top: .5em;
}

/*==============*/
/* MODAL STYLES */
/* ==================== */
/* 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);
}

/*=====================*/
/* 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-width: 666px) {
  #main, .modal {
    font-size: 6vw;
  }
}

@media (max-height: 720px) {
  .modal {
    font-size: 6vmin;
  }
}

@media (max-width: 420px) {
  .modal-window {
    max-width: 96%;
  }
}
/*# sourceMappingURL=main.css.map */