@charset "UTF-8";
html,
body,
#main {
  background: #21197c;
  color: #fff;
  overflow-x: hidden;
}

#main {
  overflow: hidden;
}

#header::after {
  background: #4300ef;
}

#footer::after {
  background: transparent;
}

#header .nav {
  filter: drop-shadow(0 0.1em 0.2em rgba(0, 68, 136, 0.5)) drop-shadow(0 0.08em 0.05em rgba(0, 0, 0, 0.75));
  max-width: 16.66667em;
}

#footer {
  filter: drop-shadow(0 0.1em 0.2em rgba(68, 0, 136, 0.5)) drop-shadow(0 0.08em 0.05em rgba(0, 0, 0, 0.75));
}

.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: 32em;
  margin: 0 auto;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  background: #21197c;
}
.bg-area img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-area .bg-top {
  animation: bg-top 3s infinite ease-in-out;
}
@keyframes bg-top {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
}

/*===================*/
/* MAIN PAGE CONTENT */
.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 {
  width: 20em;
  height: 13em;
  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;
}
.head-title > * {
  pointer-events: auto;
}

.bg {
  flex: 1 0 auto;
  background: linear-gradient(to bottom, #027392, #04678e, #0b5589, #1b8bca);
}

.rb-bg {
  background-image: url(/img/Edm/Game_LuckyGua/rb-bg.png);
  position: absolute;
  right: 0;
  background-repeat: repeat-y;
  width: 7em;
  height: 100%;
  background-size: 100%;
  animation: starTwinkle 3s infinite ease-in-out;
}

@keyframes starTwinkle {
  0% {
    transform: scale(1);
    filter: brightness(1.2) hue-rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: scale(0.95);
    filter: brightness(1.6) hue-rotate(45deg);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    filter: brightness(1.2) hue-rotate(0deg);
    opacity: 1;
  }
}
.lb-bg {
  background-image: url(/img/Edm/Game_LuckyGua/lb-bg.png);
  position: absolute;
  left: 0;
  background-repeat: repeat-y;
  width: 7em;
  height: 100%;
  background-size: 100%;
  animation: starTwinkle 3s infinite ease-in-out;
}

.title-01 {
  margin: 0 auto 0;
  width: 15em;
  left: 3em;
  top: 0.5em;
  position: absolute;
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.title-02 {
  position: absolute;
  transition-delay: 0.15s;
  width: 11.8em;
  top: 9em;
  left: 2em;
}

.border,
.border2 {
  position: relative;
  display: table;
  z-index: 0;
  font-weight: 700;
  width: 100%;
  top: 0;
}
.border .box,
.border2 .box {
  width: 90%;
  margin-left: 0.7em;
  margin-top: 0.7em;
}
.border .box img,
.border2 .box img {
  width: 100%;
}
.border .dev-border,
.border2 .dev-border {
  width: 100%;
  height: 122%;
  background-image: url(/img/Edm/Game_LuckyGua/border-1.png);
  background-size: 100% auto;
  pointer-events: none;
  z-index: -5;
  position: absolute;
  background-repeat: no-repeat;
}
.border .dev-border.higher,
.border2 .dev-border.higher {
  height: 110.75%;
}
.border .video,
.border .video-preview,
.border2 .video,
.border2 .video-preview {
  display: block;
  width: 15em;
  height: 8.5em;
  max-width: 100%;
  position: relative;
  z-index: 1;
  top: 0.6em;
  left: 0.8em;
}
.border .video-preview,
.border2 .video-preview {
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background: rgba(0, 0, 0, 0.5);
}
.border img,
.border2 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.border h2,
.border2 h2 {
  font-size: 1em;
  margin: 0.5em 0 0;
}
.border p,
.border ol,
.border2 p,
.border2 ol {
  font-size: 0.66667em;
  line-height: 1.5;
  padding: 0 1em;
  margin: 0.75em auto 0.75em;
  text-align: center;
}
.border p b,
.border ol b,
.border2 p b,
.border2 ol b {
  font-size: larger;
  line-height: 1.333;
  color: #c50000;
}
.border a,
.border2 a {
  display: block;
  overflow: hidden;
}
.border a img,
.border2 a img {
  transition: filter 0.2s, transform 0.5s;
}
.border a img:hover, .border a img:active,
.border2 a img:hover,
.border2 a img:active {
  filter: brightness(1.2);
  transform: scale(1.02);
}

.title {
  font-size: 0.75em;
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0 auto 0.5em;
  padding: 0.15em 0.65em;
  text-align: center;
}

h2.title {
  font-size: 0.925em;
  margin-top: -1em;
  margin-bottom: 0.25em;
}

h3.title {
  display: flex;
  align-items: center;
}
h3.title b {
  padding: 0 0.5em;
  margin: 0 0.25em;
}
h3.title::before, h3.title::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1em;
  background: url(/img/Edm/Game_LuckyGua/checker.svg) center/1em 1em round;
}
h3.title::after {
  transform: scale(1, -1);
}

#article .swiper {
  margin-top: 0.8em;
  margin-bottom: 0.6em;
  overflow: visible;
}
#article .swiper .swiper-container {
  width: 100%;
  max-width: 1012px;
  overflow: hidden;
  margin: 0 auto;
  -o-border-image: url(/img/Edm/Game_LuckyGua/swiper-bg.png) 65 fill/1em/1em;
     border-image: url(/img/Edm/Game_LuckyGua/swiper-bg.png) 65 fill/1em/1em;
  padding: 0;
}
#article .swiper .swiper-wrapper {
  align-items: center;
}
#article .swiper .swiper-slide img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#article .swiper .swiper-button-next,
#article .swiper .swiper-button-prev {
  width: 1.9em;
  height: 1.9em;
  color: transparent;
  background-image: url(/img/Edm/Game_LuckyGua/swiper-btns.png?v=02);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  top: 50%;
  transform: translateY(-30%);
  transition: filter 0.2s;
}
#article .swiper .swiper-button-next:hover,
#article .swiper .swiper-button-prev:hover {
  filter: brightness(1.4) drop-shadow(0 0 5px rgb(253, 238, 149));
}
@media (max-width: 767px) {
  #article .swiper .swiper-button-next,
  #article .swiper .swiper-button-prev {
    transform: translateY(0%);
  }
}
#article .swiper .swiper-button-prev {
  background-position: 0 0%;
  left: -1em;
}
#article .swiper .swiper-button-prev:hover {
  background-position: 0 33.333333%;
}
@media (max-width: 767px) {
  #article .swiper .swiper-button-prev {
    left: -0.5em;
  }
}
#article .swiper .swiper-button-next {
  background-position: 0 66.666667%;
  right: -1em;
}
#article .swiper .swiper-button-next:hover {
  background-position: 0 100%;
}
@media (max-width: 767px) {
  #article .swiper .swiper-button-next {
    right: -0.5em;
  }
}
#article .swiper .swiper-pagination {
  bottom: -0.8em;
}
#article .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.7em;
  height: 0.7em;
  opacity: 1;
  background: url(/img/Edm/Game_LuckyGua/swiper-tabs.png) no-repeat;
  background-size: 100%;
  background-position: 0 100%;
}
#article .swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-position: 0 0%;
}

.card {
  display: block;
  position: relative;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  height: 10em;
  filter: drop-shadow(0 0.15em 0.25em rgba(0, 0, 0, 0.5));
}
.card img {
  max-height: 100%;
}
.card.latest::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -0.2em;
  background: url(/img/Edm/Game_LuckyGua/badge1.png) 0 0/5em 2em no-repeat;
  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;
}

:root {
  --outline-color: #421500;
  --outline-width: 0.12em;
}

.text-outline {
  letter-spacing: normal;
  font-weight: 600;
  text-shadow: calc(0.7 * var(--outline-width)) calc(0.7 * var(--outline-width)) calc(0.25 * var(--outline-width)) var(--outline-color), calc(0.7 * var(--outline-width)) calc(-0.7 * var(--outline-width)) calc(0.25 * var(--outline-width)) var(--outline-color), calc(-0.7 * var(--outline-width)) calc(0.7 * var(--outline-width)) calc(0.25 * var(--outline-width)) var(--outline-color), calc(-0.7 * var(--outline-width)) calc(-0.7 * var(--outline-width)) calc(0.25 * var(--outline-width)) var(--outline-color), calc(1 * var(--outline-width)) 0 calc(0.25 * var(--outline-width)) var(--outline-color), calc(-1 * var(--outline-width)) 0 calc(0.25 * var(--outline-width)) var(--outline-color), 0 calc(1 * var(--outline-width)) calc(0.25 * var(--outline-width)) var(--outline-color), 0 calc(-1 * var(--outline-width)) calc(0.25 * var(--outline-width)) var(--outline-color), calc(0.9 * var(--outline-width)) calc(0.4 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(0.9 * var(--outline-width)) calc(-0.4 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(-0.9 * var(--outline-width)) calc(0.4 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(-0.9 * var(--outline-width)) calc(-0.4 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(0.4 * var(--outline-width)) calc(0.9 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(0.4 * var(--outline-width)) calc(-0.9 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(-0.4 * var(--outline-width)) calc(0.9 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(-0.4 * var(--outline-width)) calc(-0.9 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color);
}

#content-area {
  position: relative;
  width: 16.66667em;
  left: calc(50% - 8.33333em);
  margin-bottom: 1em;
}

.btn-play {
  width: 6.5em;
  height: 6.5em;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  right: 0.4em;
  top: 7.5em;
  font-size: inherit;
  display: block;
  position: absolute;
  z-index: 1;
}
.btn-play::before {
  background: url("/img/Edm/Game_LuckyGua/play-1.png") 0 0/auto 100%;
}
.btn-play::after, .btn-play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  pointer-events: none;
}
.btn-play::after {
  background: url("/img/Edm/Game_LuckyGua/play-2.png") 0 0/auto 102%;
  background-position: 0 0.1em;
  animation: btnPlay2 2s infinite ease-in-out;
  opacity: 0;
  transition: opacity 0.1s, transform 0.1s;
}
.btn-play:hover, .btn-play:active {
  animation: none;
  background-position: 100% 0;
  filter: brightness(1.1);
}
.btn-play:hover::before, .btn-play:hover::after,
.btn-play:hover b, .btn-play:active::before, .btn-play:active::after,
.btn-play:active b {
  opacity: 1;
  animation: none;
}

@keyframes btnPlay {
  0% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(30deg);
  }
  100% {
    filter: hue-rotate(0deg);
  }
}
@keyframes btnPlay1 {
  15% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
}
@keyframes btnPlay2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*開箱文加手指*/
.box:hover .finger,
.box:hover .video {
  animation: none;
}
.box .finger {
  position: absolute;
  width: 3.5em;
  height: 2.45em;
  margin-top: -3em;
  margin-left: 13.1em;
  z-index: 6;
  background: url(/img/finger.png?v=3) top/100% auto no-repeat;
  animation: btnPlay 1.6s infinite step-end;
  transition: transition 1s, opacity 1s, filter 0.1s;
  background-position: bottom;
}
.box .video {
  animation: light 1.6s infinite step-end;
}

@keyframes light {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.1);
  }
}
@keyframes btnPlay {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
}
/*==============*/
/* MODAL STYLES */
/* ==================== */
/* JS ANIMATION CLASSES */
.fade-up,
.fade-left,
.fade-right,
.fade-down,
.fade-in {
  opacity: 0;
  transition: opacity 1.6s, transform 1s;
}
.fade-up.faded,
.fade-left.faded,
.fade-right.faded,
.fade-down.faded,
.fade-in.faded {
  transform: none;
  opacity: 1;
}

.fade-up {
  transform: translate(0, 1em);
}

.fade-down {
  transform: translate(0, -1em);
}

.fade-left {
  transform: translate(1em, 0);
}

.fade-right {
  transform: translate(-1em, 0);
}

.bg-area.fade-up,
.bg-area .fade-up {
  transform: none;
}

/*=====================*/
/* KEYFRAMES AND MEDIA */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes glow {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
}
@keyframes pop {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    backdrop-filter: blur(0);
  }
  to {
    opacity: 1;
    backdrop-filter: blur(8px);
  }
}
@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-height: 720px) {
  .modal {
    font-size: 6vmin;
  }
}
@media (max-width: 666px) {
  #main,
  .modal {
    font-size: 6vw;
  }
}
@media (max-width: 420px) {
  .modal-window {
    max-width: 96%;
  }
}/*# sourceMappingURL=main.css.map */