@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Noto+Serif+TC:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Chango&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sansation:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
@font-face {
  font-family: "FakePearl-Regular";
  src: url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-Regular.woff) format("woff");
}
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Noto Sans TC", "PingFang SC", "微軟正黑體", monospace, sans-serif;
  font-weight: 500;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*自訂*/
a {
  text-decoration: none;
  outline: none;
}

body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: #212737;
  letter-spacing: 1px;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  outline: none;
  border-radius: none;
}

/*HTML5 tag*/
section, article, aside, footer, header, nav, main {
  display: block;
}

/*Input reset*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; /*透明*/
}

input[type=submit], input[type=reset], input[type=button], input[type=text], input[type=password], textarea, select {
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #212737;
}

select, input {
  border-radius: 0 !important;
}

button {
  outline: none;
  border: none;
  background-color: none;
}

.codeBox.thin .gc-reset {
  top: -1px;
}

.codeBox .img {
  height: 75%;
  background-size: auto 125% !important;
  width: 100px !important;
  top: 12% !important;
}

.codeBox.thin.verify__box > div:nth-child(2) {
  height: 50px !important;
}

html {
  font-size: 16px;
}

main {
  width: 100%;
  position: relative;
}

body {
  background-color: #fff;
}

a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

img {
  height: auto;
  display: block;
}

.l-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.l-wrapperSub {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .l-wrapperSub {
    width: 98%;
  }
}

.l-wrapperThird {
  max-width: 1024px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 1200px) {
  .l-wrapperThird {
    width: 90%;
  }
}

.l-overflowY {
  overflow-y: hidden;
}

.l-overflow {
  overflow: hidden;
}

.l-footerColor {
  background-color: #fff;
  z-index: 1;
}

.l-link {
  display: inline-block;
}
.l-link a {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #9d3cd0;
}
.l-link a:hover {
  opacity: 0.5;
}

.l-marginTb10 {
  margin: 10% 0;
}

.l-notice {
  color: #cd4350;
}

.l-fontEn {
  font-family: monospace;
  color: #d1d1d1;
}

.l-fontTitleL {
  font-size: 1.25rem;
}

.l-paddingTb5 {
  padding: 5vw 0;
}

.l-paddingb5 {
  padding: 0 0 5vw 0;
}

.l-fontSansation {
  font-family: "Sansation", sans-serif;
}

.l-cornerEn {
  color: #23293a;
  font-size: 10rem;
}

.l-border {
  border: 1px solid #d1d1d1;
  background-color: rgba(35, 41, 58, 0.8);
}
.l-border-yellow {
  border-color: #ffdc89;
}
.l-border-green {
  border-color: #50e5d2;
}

.l-title {
  padding: 12px 18px;
  background-color: #50e5d2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.l-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #50e5d2;
  top: -7px;
  left: 5px;
}

.l-fontFocus {
  color: #f45b5b;
}

.l-fontMonospace {
  font-family: monospace;
}

.l-fontFocusYellow {
  color: #ffdc89;
}

.l-relative {
  position: relative;
}

.l-absolute {
  position: absolute;
}

.l-fontSizeL {
  font-size: 6rem;
}

.l-yellow {
  border: 1px solid #ffdc89;
}
.l-yellow h6 {
  color: #ffdc89;
}
.l-yellow p {
  color: #fff;
}

.l-green {
  border: 1px solid #50e5d2;
}
.l-green h6 {
  color: #50e5d2;
}
.l-green p {
  color: #fff;
}

.l-bg-dark {
  background-color: #151b2c;
}

.l-margin-r5 {
  margin: 0 5px 0 0;
}

@-webkit-keyframes pop3D {
  0% {
    -webkit-transform: scale(1) rotateY(0deg);
            transform: scale(1) rotateY(0deg);
  }
  50% {
    -webkit-transform: scale(1.001) rotateY(10deg);
            transform: scale(1.001) rotateY(10deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0deg);
            transform: scale(1) rotateY(0deg);
  }
}

@keyframes pop3D {
  0% {
    -webkit-transform: scale(1) rotateY(0deg);
            transform: scale(1) rotateY(0deg);
  }
  50% {
    -webkit-transform: scale(1.001) rotateY(10deg);
            transform: scale(1.001) rotateY(10deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0deg);
            transform: scale(1) rotateY(0deg);
  }
}
@-webkit-keyframes job3D {
  0% {
    -webkit-transform: scale(1) rotateY(0deg) skew(0turn, 0);
            transform: scale(1) rotateY(0deg) skew(0turn, 0);
  }
  50% {
    -webkit-transform: scale(1.005) rotateY(5deg) skew(0.001turn, 0.1deg);
            transform: scale(1.005) rotateY(5deg) skew(0.001turn, 0.1deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0deg) skew(0turn, 0);
            transform: scale(1) rotateY(0deg) skew(0turn, 0);
  }
}
@keyframes job3D {
  0% {
    -webkit-transform: scale(1) rotateY(0deg) skew(0turn, 0);
            transform: scale(1) rotateY(0deg) skew(0turn, 0);
  }
  50% {
    -webkit-transform: scale(1.005) rotateY(5deg) skew(0.001turn, 0.1deg);
            transform: scale(1.005) rotateY(5deg) skew(0.001turn, 0.1deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0deg) skew(0turn, 0);
            transform: scale(1) rotateY(0deg) skew(0turn, 0);
  }
}
@-webkit-keyframes introZoomOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes introZoomOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ZoomOutRotate {
  0% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  50% {
    -webkit-transform: scale(1.01) rotate(2deg);
            transform: scale(1.01) rotate(2deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}
@keyframes ZoomOutRotate {
  0% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  50% {
    -webkit-transform: scale(1.01) rotate(2deg);
            transform: scale(1.01) rotate(2deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}
@keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes introZoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes introZoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes pollyZoomX {
  0%, 50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  20%, 100% {
    -webkit-transform: scaleX(1.02);
            transform: scaleX(1.02);
  }
}
@keyframes pollyZoomX {
  0%, 50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  20%, 100% {
    -webkit-transform: scaleX(1.02);
            transform: scaleX(1.02);
  }
}
@-webkit-keyframes pollyZoomY {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1.02);
            transform: scaleY(1.02);
  }
}
@keyframes pollyZoomY {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1.02);
            transform: scaleY(1.02);
  }
}
@-webkit-keyframes upupdown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes upupdown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes widthChange {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthChange {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes gline {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.5;
  }
  10% {
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
  20% {
    -webkit-transform: translateX(1%);
            transform: translateX(1%);
  }
  30% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
    opacity: 0.7;
  }
  40% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
  50% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
    opacity: 0.6;
  }
  60% {
    -webkit-transform: translateX(8%);
            transform: translateX(8%);
  }
  70% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  80% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    opacity: 0.2;
  }
  90% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
}
@keyframes gline {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.5;
  }
  10% {
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
  20% {
    -webkit-transform: translateX(1%);
            transform: translateX(1%);
  }
  30% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
    opacity: 0.7;
  }
  40% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
  50% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
    opacity: 0.6;
  }
  60% {
    -webkit-transform: translateX(8%);
            transform: translateX(8%);
  }
  70% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  80% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    opacity: 0.2;
  }
  90% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
}
@-webkit-keyframes headPolly {
  0%, 100% {
    -webkit-transform: translateX(-23%) translateY(0) rotate(0deg);
            transform: translateX(-23%) translateY(0) rotate(0deg);
  }
  10% {
    -webkit-transform: translateX(-20%) translateY(6%) rotate(10deg);
            transform: translateX(-20%) translateY(6%) rotate(10deg);
  }
  30% {
    -webkit-transform: translateX(-14%) translateY(10%) rotate(16deg);
            transform: translateX(-14%) translateY(10%) rotate(16deg);
  }
  50% {
    -webkit-transform: translateX(-12%) translateY(10%) rotate(18deg);
            transform: translateX(-12%) translateY(10%) rotate(18deg);
  }
  55% {
    -webkit-transform: translateX(-12%) translateY(10%) rotate(15deg);
            transform: translateX(-12%) translateY(10%) rotate(15deg);
  }
  60% {
    -webkit-transform: translateX(-15%) translateY(8%) rotate(18deg);
            transform: translateX(-15%) translateY(8%) rotate(18deg);
  }
  80% {
    -webkit-transform: translateX(-20%) translateY(6%) rotate(14deg);
            transform: translateX(-20%) translateY(6%) rotate(14deg);
  }
}
@keyframes headPolly {
  0%, 100% {
    -webkit-transform: translateX(-23%) translateY(0) rotate(0deg);
            transform: translateX(-23%) translateY(0) rotate(0deg);
  }
  10% {
    -webkit-transform: translateX(-20%) translateY(6%) rotate(10deg);
            transform: translateX(-20%) translateY(6%) rotate(10deg);
  }
  30% {
    -webkit-transform: translateX(-14%) translateY(10%) rotate(16deg);
            transform: translateX(-14%) translateY(10%) rotate(16deg);
  }
  50% {
    -webkit-transform: translateX(-12%) translateY(10%) rotate(18deg);
            transform: translateX(-12%) translateY(10%) rotate(18deg);
  }
  55% {
    -webkit-transform: translateX(-12%) translateY(10%) rotate(15deg);
            transform: translateX(-12%) translateY(10%) rotate(15deg);
  }
  60% {
    -webkit-transform: translateX(-15%) translateY(8%) rotate(18deg);
            transform: translateX(-15%) translateY(8%) rotate(18deg);
  }
  80% {
    -webkit-transform: translateX(-20%) translateY(6%) rotate(14deg);
            transform: translateX(-20%) translateY(6%) rotate(14deg);
  }
}
.visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50.66vw;
}
.visual--bg {
  width: 100%;
  background-image: url("../img/main_bg_xl.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.visual__wrapper {
  pointer-events: none;
}
.visual__wrapper--line {
  width: 100%;
  height: 100%;
  background-image: url("../img/acc_line.png");
  background-size: 5%;
  background-position: 0 0;
  background-repeat: repeat;
}
.visual__gradient {
  opacity: 0.8;
  z-index: 4;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #65A2E2;
  background: -webkit-gradient(linear, left top, right top, from(rgb(101, 162, 226)), to(rgb(174, 168, 237)));
  background: linear-gradient(90deg, rgb(101, 162, 226) 0%, rgb(174, 168, 237) 100%);
}
.visual::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  opacity: 0.1;
  background-image: repeating-conic-gradient(#fff 0, transparent 0.00003%, transparent 0.0005%, transparent 0.00095%), repeating-conic-gradient(#fff 0, transparent 0.00005%, transparent 0.00015%, transparent 0.0009%);
  -webkit-filter: drop-shadow(0 0 1px #fff);
          filter: drop-shadow(0 0 1px #fff);
  pointer-events: none;
  z-index: 10;
  -webkit-animation: impurities 0.5s steps(1) infinite;
          animation: impurities 0.5s steps(1) infinite;
}
@media screen and (max-width: 1280px) {
  .visual {
    height: 70.66vw;
  }
}
@media screen and (max-width: 860px) {
  .visual {
    height: 150vw;
  }
}
@media screen and (max-width: 360px) {
  .visual {
    height: 180vw;
  }
}
@media screen and (min-width: 1922px) {
  .visual {
    max-width: 2000px;
    margin: 0 auto;
    height: 37.66vw;
  }
}

@-webkit-keyframes impurities {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-1%, -1%);
            transform: translate(-1%, -1%);
  }
  20% {
    -webkit-transform: translate(1%, 1%);
            transform: translate(1%, 1%);
  }
  30% {
    -webkit-transform: translate(-2%, -2%);
            transform: translate(-2%, -2%);
  }
  40% {
    -webkit-transform: translate(3%, 3%);
            transform: translate(3%, 3%);
  }
  50% {
    -webkit-transform: translate(-3%, -3%);
            transform: translate(-3%, -3%);
  }
  60% {
    -webkit-transform: translate(4%, 4%);
            transform: translate(4%, 4%);
  }
  70% {
    -webkit-transform: translate(-4%, -4%);
            transform: translate(-4%, -4%);
  }
  80% {
    -webkit-transform: translate(2%, 2%);
            transform: translate(2%, 2%);
  }
  90% {
    -webkit-transform: translate(-3%, -3%);
            transform: translate(-3%, -3%);
  }
}

@keyframes impurities {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-1%, -1%);
            transform: translate(-1%, -1%);
  }
  20% {
    -webkit-transform: translate(1%, 1%);
            transform: translate(1%, 1%);
  }
  30% {
    -webkit-transform: translate(-2%, -2%);
            transform: translate(-2%, -2%);
  }
  40% {
    -webkit-transform: translate(3%, 3%);
            transform: translate(3%, 3%);
  }
  50% {
    -webkit-transform: translate(-3%, -3%);
            transform: translate(-3%, -3%);
  }
  60% {
    -webkit-transform: translate(4%, 4%);
            transform: translate(4%, 4%);
  }
  70% {
    -webkit-transform: translate(-4%, -4%);
            transform: translate(-4%, -4%);
  }
  80% {
    -webkit-transform: translate(2%, 2%);
            transform: translate(2%, 2%);
  }
  90% {
    -webkit-transform: translate(-3%, -3%);
            transform: translate(-3%, -3%);
  }
}
@-webkit-keyframes bgScale {
  0% {
    background-image: url("../img/main_bg_xl.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  100% {
    background-image: url("../img/main_bg_xl.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@keyframes bgScale {
  0% {
    background-image: url("../img/main_bg_xl.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  100% {
    background-image: url("../img/main_bg_xl.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.novice {
  max-width: 802px;
  z-index: 2;
  width: 40.1vw;
  left: 20.85vw;
  bottom: 0vw;
}
.novice.active {
  -webkit-animation: introZoomIn 10s 1.2s alternate infinite;
          animation: introZoomIn 10s 1.2s alternate infinite;
}
.novice__hand {
  max-width: 802px;
  top: 0;
  left: 0;
  z-index: 1;
}
.novice__polly {
  max-width: 451px;
  bottom: 9.8vw;
  left: 0.1813vw;
  width: 23.4895vw;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.novice__polly.active {
  -webkit-animation: pollyZoomY 2s alternate infinite;
          animation: pollyZoomY 2s alternate infinite;
}
@media screen and (max-width: 1280px) {
  .novice {
    width: 54.1vw;
    left: 17vw;
  }
  .novice__polly {
    width: 29.4895vw;
    left: 0.1813vw;
    bottom: 13.8vw;
  }
}
@media screen and (max-width: 860px) {
  .novice {
    width: 76.1vw;
    left: -20vw;
  }
  .novice__polly {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .novice {
    width: 85.1vw;
    left: -25vw;
  }
}

.freya {
  max-width: 1136px;
  width: 56.8vw;
  left: 42vw;
  bottom: -6.5vw;
  z-index: 1;
}
.freya.active {
  -webkit-animation: introZoomIn 10s -1.4s alternate infinite;
          animation: introZoomIn 10s -1.4s alternate infinite;
}
.freya__hand {
  max-width: 1136px;
  left: 0;
  top: 0;
  z-index: 1;
}
.freya__polly {
  max-width: 546px;
  width: 27.3vw;
  bottom: 11.8vw;
  left: 26.75vw;
  -webkit-transform: bottom;
          transform: bottom;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.freya__polly.active {
  -webkit-animation: pollyZoomX 2s alternate ease-in-out infinite;
          animation: pollyZoomX 2s alternate ease-in-out infinite;
}
@media screen and (max-width: 1280px) {
  .freya {
    width: 75.8vw;
    left: 44vw;
  }
  .freya__polly {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .freya {
    width: 101.8vw;
    left: 23.5vw;
  }
}
@media screen and (max-width: 360px) {
  .freya {
    width: 111.8vw;
    left: 17vw;
  }
}

.ais {
  max-width: 447px;
  width: 22.35vw;
  left: 57vw;
  bottom: -8vw;
  -webkit-filter: drop-shadow(-10px 0px 12px rgba(67, 74, 148, 0.6));
          filter: drop-shadow(-10px 0px 12px rgba(67, 74, 148, 0.6));
  z-index: 1;
}
.ais.active {
  -webkit-animation: ZoomOut 10s 1s alternate infinite;
          animation: ZoomOut 10s 1s alternate infinite;
}
@media screen and (max-width: 1280px) {
  .ais {
    width: 30.35vw;
    left: 67vw;
  }
}
@media screen and (max-width: 860px) {
  .ais {
    width: 42.35vw;
    left: 51vw;
  }
}
@media screen and (max-width: 360px) {
  .ais {
    width: 48.35vw;
    left: 51vw;
  }
}

.hestia {
  max-width: 403px;
  width: 20.15vw;
  left: 45vw;
  bottom: 15vw;
  z-index: 2;
}
.hestia.active {
  -webkit-animation: ZoomOutRotate 10s -1s alternate infinite;
          animation: ZoomOutRotate 10s -1s alternate infinite;
}
@media screen and (max-width: 1280px) {
  .hestia {
    width: 28.15vw;
    left: 47vw;
    bottom: 25vw;
  }
}
@media screen and (max-width: 860px) {
  .hestia {
    width: 38.15vw;
    left: 21vw;
  }
}
@media screen and (max-width: 360px) {
  .hestia {
    width: 45.15vw;
    left: 20vw;
    bottom: 34vw;
  }
}

.bellCranel {
  max-width: 1022px;
  width: 51.1vw;
  left: 30.7vw;
  bottom: -7vw;
  z-index: 2;
  -webkit-filter: drop-shadow(-4px 8px 12px rgba(255, 255, 255, 0.7));
          filter: drop-shadow(-4px 8px 12px rgba(255, 255, 255, 0.7));
}
.bellCranel.active {
  animation: introZoomIn 10s alternate-reverse infinite;
}
.bellCranel__polly {
  max-width: 204px;
  width: 10vw;
  left: 50%;
  top: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translateX(-23%) rotate(0);
          transform: translateX(-23%) rotate(0);
}
.bellCranel__polly.active {
  -webkit-animation: headPolly 10s ease-in infinite;
          animation: headPolly 10s ease-in infinite;
}
@media screen and (max-width: 1280px) {
  .bellCranel {
    width: 71.1vw;
    left: 28.7vw;
  }
  .bellCranel__polly {
    width: 20vw;
  }
}
@media screen and (max-width: 860px) {
  .bellCranel {
    width: 95.1vw;
    left: -0.3vw;
  }
}
@media screen and (max-width: 360px) {
  .bellCranel {
    width: 111.1vw;
    left: -8.3vw;
  }
  .bellCranel__polly {
    width: 20vw;
  }
}

.yoyo {
  max-width: 188px;
  width: 8.4vw;
  left: 84.95vw;
  bottom: 26.2vw;
}
@media screen and (max-width: 1280px) {
  .yoyo {
    width: 10.4vw;
    left: 68.95vw;
    top: 15.2vw;
    bottom: initial;
  }
}
@media screen and (max-width: 860px) {
  .yoyo {
    width: 16.4vw;
    left: 77.95vw;
    top: 39.2vw;
  }
}
@media screen and (max-width: 360px) {
  .yoyo {
    display: none;
  }
}

.lunatic {
  max-width: 141px;
  width: 7.3vw;
  left: 26.8vw;
  top: 16vw;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .lunatic {
    width: 11.3vw;
    left: 25.8vw;
    bottom: 30vw;
    top: initial;
  }
}
@media screen and (max-width: 860px) {
  .lunatic {
    width: 16.3vw;
    bottom: 100vw;
    left: 3.8vw;
  }
}
@media screen and (max-width: 360px) {
  .lunatic {
    display: block;
    width: 21.3vw;
    left: 74.8vw;
    bottom: 160vw;
  }
}

.white {
  max-width: 297px;
  width: 14.85vw;
  top: 0;
  right: 0;
}
@media screen and (max-width: 860px) {
  .white {
    width: 30vw;
  }
}

.slogan {
  position: absolute;
  top: 3vw;
  left: 3vw;
  text-align: center;
  z-index: 5;
}
.slogan a {
  width: initial;
  color: #fff;
  font-family: "Noto Serif TC", serif;
  text-transform: uppercase;
  white-space: nowrap;
}
.slogan__logo {
  position: relative;
  max-width: 292px;
  width: 15.2vw;
  z-index: 10;
  margin: 0 0 -1vw 1vw;
}
.slogan__wrapper {
  position: relative;
  width: 23.2vw;
}
@media screen and (max-width: 1280px) {
  .slogan {
    left: 2vw;
  }
  .slogan__logo {
    width: 23.2vw;
  }
  .slogan__wrapper {
    width: 33.2vw;
  }
}
@media screen and (max-width: 860px) {
  .slogan {
    top: 9vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .slogan__wrapper {
    width: 65.2vw;
  }
  .slogan__logo {
    width: 51.2vw;
    margin: 0 0 -3vw 3vw;
  }
}
@media screen and (max-width: 360px) {
  .slogan__wrapper {
    width: 88.2vw;
  }
}

.btn {
  padding: 1vw 2vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1vw auto 0;
  background: #424242;
  background: -webkit-gradient(linear, left top, right top, from(rgb(66, 66, 66)), to(rgb(49, 49, 49)));
  background: linear-gradient(90deg, rgb(66, 66, 66) 0%, rgb(49, 49, 49) 100%);
  cursor: pointer;
  border: 1px solid #fff;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn p {
  white-space: nowrap;
  margin: 0 10px 0 0;
  font-family: "Noto Serif TC", serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #fff;
}
.btn .icon {
  max-width: 73px;
  width: 6vw;
  margin: 0 0 5px 0;
}
.btn .square {
  width: 12px;
  height: 12px;
  position: absolute;
}
.btn .square--left {
  top: 0;
  left: 0;
}
.btn .square--rightBottom {
  right: 0;
  bottom: 0;
}
.btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1280px) {
  .btn {
    width: 25vw;
    padding: 1.5vw;
  }
}
@media screen and (max-width: 860px) {
  .btn {
    width: initial;
    padding: 2.5vw;
  }
}
@media screen and (max-width: 680px) {
  .btn {
    padding: 3.5vw 5vw;
  }
}
@media screen and (max-width: 360px) {
  .btn {
    padding: 4.5vw 6vw;
  }
}

.copyright {
  position: relative;
  max-width: 242px;
  width: 100%;
  z-index: 1;
  padding: 1.46vw;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 680px) {
  .copyright {
    padding: 6.6vw;
  }
}

img {
  width: 100%;
}

.l-footerColor {
  position: relative;
  z-index: 1;
}
.l-footerColor::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/footer.jpg");
  background-size: 5%;
  background-position: 0 0;
  background-repeat: repeat;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.5;
}

.skip {
  margin: 1vw auto;
  padding: 1vw 0;
  white-space: nowrap;
  font-family: "Noto Serif TC", serif;
  color: #fff;
  font-size: 0.8rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.skip:hover {
  padding: 0.8vw 0;
}
@media screen and (max-width: 1280px) {
  .skip {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .skip {
    width: 100%;
    padding: 1.8vw 0;
  }
}
@media screen and (max-width: 680px) {
  .skip {
    padding: 3.8vw 0;
    margin: 4vw 0 0;
  }
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #424242;
  top: 0;
  left: 0;
  overflow: hidden;
}

.video__choose {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video__choose .title {
  white-space: nowrap;
  margin: 0 10px 0 0;
  font-family: "Noto Serif TC", serif;
  color: #fff;
  font-size: 0.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 680px) {
  .video__choose .btn {
    margin: 2vw 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .video__choose .title {
    margin: 0 auto 1.2vw;
  }
  .video__choose .btn {
    width: 100%;
  }
}

.introduce__video {
  background-color: #fff;
  background-image: url("../img/acc_line.png");
  background-size: 5%;
  background-position: 0 0;
  background-repeat: repeat;
  position: absolute;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

#bgvideo.is-fade-out {
  opacity: 0;
}

.ani01,
.ani03,
.ani05 {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ani01.active,
.ani03.active,
.ani05.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.ani02,
.ani04,
.ani06 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ani02.active,
.ani04.active,
.ani06.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.ani07 {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5); /* 從中間縮小 */
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1.61, 0.36, 1);
  transition: opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1.61, 0.36, 1), opacity 0.6s ease;
  transition: transform 0.6s cubic-bezier(0.22, 1.61, 0.36, 1), opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1.61, 0.36, 1);
}
.ani07.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}