@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=Varela+Round&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lilita+One&display=swap");
/* reset */
@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");
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 Serif TC", "Noto Sans TC", "PingFang SC", "微軟正黑體", sans-serif;
  font-weight: 500;
  vertical-align: baseline; }

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

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: #fff;
  line-height: 1; }

* {
  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;
  -o-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: #fff; }

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; }

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

img {
  width: 100%;
  height: auto;
  display: block; }

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

.l-wrapperPrimary {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.l-wrapperSub {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.l-contentWidth {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  position: relative; }

.l-padding-b5 {
  padding-bottom: 5px; }

.l-padding-bt {
  padding: 4% 0; }

.l-margin-b3 {
  margin-bottom: 3% !important; }

.l-margin-t0 {
  margin-top: 0; }

.l-margin-t3 {
  margin-top: 3%; }

.l-margin-tb3 {
  margin: 3% 0; }

.l-margin-T1 {
  margin-top: 1%; }

.l-margin-b1 {
  margin-bottom: 1%; }

.l-margin-tb1 {
  margin: 1% 0; }

.l-scaleMirror {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.l-btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold; }

.l-btnStyle {
  display: inline-block;
  width: 100%;
  height: 100%; }

.l-btn-primary {
  background-color: #77a7df;
  color: #fff; }

.l-floatLeft {
  float: left; }

.l-floatRight {
  float: right; }

.l-clearfix:after {
  content: '';
  display: table;
  clear: both; }

.l-length {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.l-title {
  font-size: 1.1875rem;
  font-weight: 500;
  color: #77a7df; }
  @media screen and (max-width: 540px) {
    .l-title {
      font-size: 1.1rem; } }

.l-pointText {
  color: #cd4350; }

.l-textCenter {
  text-align: center; }

.l-textLeft {
  text-align: left; }

.l-zIndex2 {
  position: relative;
  z-index: 2; }

.l-zindex0 {
  z-index: 0 !important; }

.l-posAbso {
  position: absolute; }

.l-overflowHidden {
  overflow: hidden; }

.l-borderTop {
  border-top: 1px dashed #ffdbac;
  padding: 4% 0; }

.l-borderBottom {
  border-bottom: 1px dashed #ffdbac;
  padding: 2% 0; }
  @media screen and (max-width: 680px) {
    .l-borderBottom {
      padding: 4vw 0; } }

.l-borderTP2 {
  border-top: 1px dashed #ffdbac;
  padding: 2% 0; }

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

.l-blockStyle {
  background-color: #fffaed;
  position: relative;
  border-radius: 20px; }
  .l-blockStyle::after {
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px dashed #ac8461;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none; }
  @media screen and (max-width: 680px) {
    .l-blockStyle::after {
      width: 100%;
      height: 100%; } }

.l-titleSub {
  max-width: 260px;
  width: 18%;
  margin: 4% auto; }
  @media screen and (max-width: 1170px) {
    .l-titleSub {
      width: 24%; } }
  @media screen and (max-width: 860px) {
    .l-titleSub {
      width: 28%;
      margin: 5% auto; } }
  @media screen and (max-width: 680px) {
    .l-titleSub {
      width: 36%;
      margin: 6% auto; } }
  @media screen and (max-width: 580px) {
    .l-titleSub {
      width: 45%;
      margin: 7% auto; } }
  @media screen and (max-width: 425px) {
    .l-titleSub {
      width: 55%; } }

.l-noteColor {
  color: #fd7373; }

.l-bgRed {
  background-color: #cd4350; }

.l-bgPink {
  background-color: #fdb08e; }

.l-titleColor {
  color: #614a37; }

@-webkit-keyframes circleHover {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg); } }

@keyframes circleHover {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg); } }

@-webkit-keyframes sloganMainAni {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -5929px 0; } }

@keyframes sloganMainAni {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -5929px 0; } }

@-webkit-keyframes circleR {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  30% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes circleR {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  30% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-webkit-keyframes circleL {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  30% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes circleL {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  30% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes snowing {
  0% {
    background-position: -1920px 4000px;
    opacity: 0; }
  20% {
    opacity: 0.2;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    background-position: -1920px 4000px; }
  40% {
    opacity: 1;
    background-position: 1920px 6000px; }
  60% {
    opacity: 1;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    background-position: -1920px 8000px; }
  80% {
    opacity: 0.2;
    background-position: 1920px 12000px; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 0;
    background-position: -1920px 14000px; } }

@keyframes snowing {
  0% {
    background-position: -1920px 4000px;
    opacity: 0; }
  20% {
    opacity: 0.2;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    background-position: -1920px 4000px; }
  40% {
    opacity: 1;
    background-position: 1920px 6000px; }
  60% {
    opacity: 1;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    background-position: -1920px 8000px; }
  80% {
    opacity: 0.2;
    background-position: 1920px 12000px; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 0;
    background-position: -1920px 14000px; } }

@-webkit-keyframes shine {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes shine {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes figureDeep {
  0%, 2%, 5%, 100% {
    opacity: 0.7; }
  3% {
    opacity: 1; } }

@keyframes figureDeep {
  0%, 2%, 5%, 100% {
    opacity: 0.7; }
  3% {
    opacity: 1; } }

@-webkit-keyframes scrollTop {
  0%, 15%, 25%, 35% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10%, 30% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  20%, 40% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@keyframes scrollTop {
  0%, 15%, 25%, 35% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10%, 30% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  20%, 40% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-webkit-keyframes birdStar {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@keyframes birdStar {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@-webkit-keyframes birdShow {
  0%, 15%, 25%, 35% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10%, 30% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  20%, 40% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); } }

@keyframes birdShow {
  0%, 15%, 25%, 35% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10%, 30% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  20%, 40% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); } }

@-webkit-keyframes awardShow {
  0%, 50%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@keyframes awardShow {
  0%, 50%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-webkit-keyframes skewShow {
  0%, 50%, 100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  25% {
    -webkit-transform: skewX(2deg);
    transform: skewX(2deg); }
  75% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

@keyframes skewShow {
  0%, 50%, 100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  25% {
    -webkit-transform: skewX(2deg);
    transform: skewX(2deg); }
  75% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

@-webkit-keyframes skewShowLeft {
  0%, 50%, 100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  25% {
    -webkit-transform: skewX(-2deg);
    transform: skewX(-2deg); }
  75% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

@keyframes skewShowLeft {
  0%, 50%, 100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  25% {
    -webkit-transform: skewX(-2deg);
    transform: skewX(-2deg); }
  75% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

@-webkit-keyframes skewStartShow01 {
  0% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  25% {
    -webkit-transform: skewX(2deg);
    transform: skewX(2deg); }
  75% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

@keyframes skewStartShow01 {
  0% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  25% {
    -webkit-transform: skewX(2deg);
    transform: skewX(2deg); }
  75% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

@-webkit-keyframes birdOutputShow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes birdOutputShow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes outputShow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 0.2;
    -webkit-transform: scale(1.066);
    transform: scale(1.066); }
  90% {
    opacity: 1;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes outputShow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 0.2;
    -webkit-transform: scale(1.066);
    transform: scale(1.066); }
  90% {
    opacity: 1;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

section {
  position: relative;
  overflow: hidden; }

header {
  position: relative;
  max-height: 820px;
  background-image: url("../img/bg_head.jpg");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #00084b; }
  @media screen and (max-width: 1024px) {
    header {
      background-position: center bottom; } }

.logo {
  max-width: 152px;
  position: absolute;
  top: 2%;
  left: 1%;
  z-index: 10; }
  @media screen and (max-width: 1280px) {
    .logo {
      width: 10%; } }
  @media screen and (max-width: 1024px) {
    .logo {
      width: 13%; } }
  @media screen and (max-width: 768px) {
    .logo {
      position: relative;
      width: 20%;
      margin: 0 auto -13%;
      padding: 4% 0 0;
      left: 0;
      top: 0; } }
  @media screen and (max-width: 540px) {
    .logo {
      width: 35%; } }
  @media screen and (max-width: 360px) {
    .logo {
      margin: 0 auto -13%; } }

.menu {
  width: 60px;
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 9; }
  .menu-icon {
    text-align: center;
    cursor: pointer;
    padding: 10%;
    background-color: #04196d;
    border-bottom-left-radius: 10px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .menu-icon.active {
      border-bottom-left-radius: 0px; }
    .menu-icon p {
      margin: -10px 0 0;
      font-size: 14px; }
  .menu-open {
    background-color: #04196d;
    border-bottom-left-radius: 10px;
    padding: 20%;
    overflow: hidden;
    -webkit-transform: translateY(-600%);
    -ms-transform: translateY(-600%);
    transform: translateY(-600%);
    pointer-events: none; }
    .menu-open.active {
      pointer-events: auto;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: .2s;
      -o-transition-delay: .2s;
      transition-delay: .2s; }
      .menu-open.active .link {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
        .menu-open.active .link:nth-child(1) {
          -webkit-transition-delay: .4s;
          -o-transition-delay: .4s;
          transition-delay: .4s; }
        .menu-open.active .link:nth-child(2) {
          -webkit-transition-delay: .6s;
          -o-transition-delay: .6s;
          transition-delay: .6s; }
        .menu-open.active .link:nth-child(3) {
          -webkit-transition-delay: .8s;
          -o-transition-delay: .8s;
          transition-delay: .8s; }
        .menu-open.active .link:nth-child(4) {
          -webkit-transition-delay: 1s;
          -o-transition-delay: 1s;
          transition-delay: 1s; }
    .menu-open .link {
      margin: 15px auto;
      font-size: 2rem;
      text-align: center;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      -webkit-transform: translateY(-600%);
      -ms-transform: translateY(-600%);
      transform: translateY(-600%); }
      .menu-open .link:hover {
        opacity: 0.8; }
      .menu-open .link i {
        color: #fff; }
      .menu-open .link-download {
        font-size: 1.6rem; }

.menu-event {
  max-width: 80%;
  width: 800px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 18px;
  padding: 1% 0;
  border-radius: 100px;
  border: 1px solid #fff;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  background-image: url("../img/bg_gradient.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: repeat-x; }
  .menu-event .icon span {
    position: absolute;
    background-image: url("../img/icon01.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 35px; }
    .menu-event .icon span:nth-child(1) {
      left: -18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .menu-event .icon span:nth-child(2) {
      right: -18px;
      top: 50%;
      -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
      transform: translateY(-50%) scaleX(-1); }
  .menu-event img {
    width: 22px;
    margin: 2px auto; }
  .menu-event h6 {
    font-size: 1rem; }
    .menu-event h6 span {
      display: block; }
  .menu-event p {
    font-size: 10px;
    margin: 1% 0 0; }
  .menu-event .btn {
    padding: 0 2.5%;
    position: relative;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    .menu-event .btn::after {
      content: '';
      position: absolute;
      background-image: url("../img/acc_circle01.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 116px;
      height: 116px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none;
      opacity: 0;
      -webkit-transition: all .1s linear;
      -o-transition: all .1s linear;
      transition: all .1s linear;
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0; }
    .menu-event .btn:hover {
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px); }
      .menu-event .btn:hover::after {
        opacity: 1;
        -webkit-animation: circleHover 1s cubic-bezier(0.075, 0.82, 0.165, 1) alternate forwards;
        animation: circleHover 1s cubic-bezier(0.075, 0.82, 0.165, 1) alternate forwards; }
    @media screen and (max-width: 640px) {
      .menu-event .btn {
        padding: 0 1.8%; } }
  @media screen and (max-width: 1170px) {
    .menu-event {
      max-width: 90%; } }
  @media screen and (max-width: 1024px) {
    .menu-event {
      position: absolute;
      max-width: 100%;
      bottom: 3%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media screen and (max-width: 640px) {
    .menu-event {
      max-width: 110%; } }
  @media screen and (max-width: 540px) {
    .menu-event {
      border-radius: 0px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.btn {
  text-align: center;
  cursor: pointer; }
  .btn a {
    color: #fff; }

.slogan {
  padding: 16% 0 16.0625vw;
  text-align: center; }
  .slogan img {
    max-width: 100%;
    width: auto;
    margin: 0 auto; }
  .slogan-primary {
    position: relative; }
  .slogan .circle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .slogan .circle span {
      position: absolute;
      -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
      transform-origin: 50%; }
    .slogan .circle-right {
      background-image: url("../img/acc_circle01.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 348px;
      height: 348px;
      top: -32%;
      right: 18%;
      -webkit-animation: circleR 10s linear infinite;
      animation: circleR 10s linear infinite; }
    .slogan .circle-left {
      background-image: url("../img/acc_circle02.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 211px;
      height: 205px;
      bottom: 22%;
      left: 15%;
      -webkit-animation: circleL 10s 0.5s linear infinite;
      animation: circleL 10s 0.5s linear infinite; }
  .slogan .snow-top {
    top: -22%;
    left: 34.3%; }
  .slogan .snow-left {
    left: 3%;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .slogan .snow-right {
    right: 5%;
    top: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .slogan-crossingCn {
    margin: 0 0 8px 0; }
  .slogan-crossing {
    margin: 30px auto -35px; }
  .slogan-secondary {
    margin: 3% 0 0 0; }
  .slogan-main {
    position: relative;
    z-index: 1; }
    .slogan-main img {
      opacity: 0; }
    .slogan-main-aniShow {
      background-image: url("../img/slo_main_ani.png");
      background-size: auto;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 539px;
      height: 148px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .slogan-main-aniShow.active {
        animation: sloganMainAni 0.2s 2s steps(11) alternate-reverse; }
  @media screen and (max-width: 1280px) {
    .slogan {
      width: 65%;
      margin: 0 auto; }
      .slogan .circle-right {
        right: 0%; }
      .slogan .circle-left {
        left: 0%; }
      .slogan .snow-top {
        left: 25.3%; }
      .slogan .snow-left {
        left: -15%; }
      .slogan .snow-right {
        right: -10%; } }
  @media screen and (max-width: 768px) {
    .slogan {
      padding: 16% 0 20.0625vw; } }
  @media screen and (max-width: 640px) {
    .slogan {
      width: 90%;
      padding: 16% 0 28.0625vw; }
      .slogan-main img {
        opacity: 1; }
      .slogan-main-aniShow {
        opacity: 0; }
      .slogan .circle-right {
        right: -23%; } }
  @media screen and (max-width: 540px) {
    .slogan {
      padding: 18% 0 46.0625vw; } }
  @media screen and (max-width: 390px) {
    .slogan {
      padding: 18% 0 52.0625vw; } }
  @media screen and (max-width: 360px) {
    .slogan {
      padding: 18% 0 56.0625vw; } }
  @media screen and (max-width: 280px) {
    .slogan {
      padding: 18% 0 93.0625vw; } }

.scroll {
  position: fixed;
  bottom: 150px;
  right: 2%;
  z-index: 9;
  display: none; }
  .scroll.active {
    display: block; }
  .scroll-top {
    background-image: url("../img/icon_scrolltop_top.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 137px;
    height: 70px;
    margin: 0 auto;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation: scrollTop 1s linear infinite alternate;
    animation: scrollTop 1s linear infinite alternate; }
  .scroll-body {
    cursor: pointer;
    background-image: url("../img/icon_scrolltop.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 170px;
    height: 178px;
    position: relative;
    z-index: 1; }
  .scroll-birdAniShow {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none; }
    .scroll-birdAniShow.active .scroll-star {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-animation: birdStar 10s infinite;
      animation: birdStar 10s infinite; }
    .scroll-birdAniShow.active .scroll-text {
      -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
      transform: scale(1) translate(-50%, -50%); }
    .scroll-birdAniShow.active .scroll-bird {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-animation: birdShow .2s linear forwards;
      animation: birdShow .2s linear forwards; }
      .scroll-birdAniShow.active .scroll-bird-left {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
        -webkit-animation-delay: .2s;
        animation-delay: .2s; }
      .scroll-birdAniShow.active .scroll-bird-right {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-animation-delay: .4s;
        animation-delay: .4s; }
      .scroll-birdAniShow.active .scroll-bird-top {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s;
        -webkit-animation-delay: .6s;
        animation-delay: .6s; }
      .scroll-birdAniShow.active .scroll-bird-bottom {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s;
        -webkit-animation-delay: .8s;
        animation-delay: .8s; }
  .scroll-bird {
    position: absolute;
    width: 46vw;
    height: 52vw;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
    .scroll-bird-left {
      background-image: url("../img/bird/01b.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      left: -20%;
      top: -2vw;
      z-index: 3;
      -webkit-transform: rotate(0deg) translateX(-1000%);
      -ms-transform: rotate(0deg) translateX(-1000%);
      transform: rotate(0deg) translateX(-1000%); }
    .scroll-bird-right {
      background-image: url("../img/bird/04b.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      right: -14vw;
      top: -2vw;
      z-index: 3;
      -webkit-transform: rotate(0deg) translateX(1000%);
      -ms-transform: rotate(0deg) translateX(1000%);
      transform: rotate(0deg) translateX(1000%); }
    .scroll-bird-top {
      background-image: url("../img/bird/03b.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      left: 15%;
      top: -28vw;
      z-index: 4;
      -webkit-transform: rotate(0deg) translateY(-1000%);
      -ms-transform: rotate(0deg) translateY(-1000%);
      transform: rotate(0deg) translateY(-1000%); }
    .scroll-bird-bottom {
      background-image: url("../img/bird/02b.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      left: 30%;
      bottom: -25vw;
      z-index: 4;
      -webkit-transform: rotate(0deg) translateY(1000%);
      -ms-transform: rotate(0deg) translateY(1000%);
      transform: rotate(0deg) translateY(1000%); }
    @media screen and (max-width: 768px) {
      .scroll-bird {
        width: 58vw;
        height: 65vw; }
        .scroll-bird-left {
          display: none; }
        .scroll-bird-right {
          display: none; }
        .scroll-bird-top {
          top: -20vw;
          left: -15%; }
        .scroll-bird-bottom {
          left: 60%;
          bottom: -15vw; } }
    @media screen and (max-width: 680px) {
      .scroll-bird {
        width: 78vw;
        height: 85vw; }
        .scroll-bird-top {
          left: -22%; }
        .scroll-bird-bottom {
          left: 44%; } }
  .scroll-text {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 46%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    z-index: 3; }
    .scroll-text span {
      color: #53c8e1;
      font-family: "Lilita One", sans-serif;
      font-size: 18rem; }
    @media screen and (max-width: 768px) {
      .scroll-text {
        left: 50%; }
        .scroll-text span {
          font-size: 15rem;
          display: inline-block;
          -webkit-transform: rotate(-30deg);
          -ms-transform: rotate(-30deg);
          transform: rotate(-30deg); } }
    @media screen and (max-width: 540px) {
      .scroll-text span {
        font-size: 10rem; } }
    @media screen and (max-width: 390px) {
      .scroll-text span {
        font-size: 8rem; } }
  .scroll-star {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #faf0bf;
    font-size: 100rem;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }
  @media screen and (max-width: 1024px) {
    .scroll-body {
      width: 20vw;
      height: 15vw; } }
  @media screen and (max-width: 640px) {
    .scroll {
      bottom: 50%; }
      .scroll-body {
        height: 20vw; }
      .scroll-top {
        width: 25vw;
        margin: 0 0 -16% 0; } }

.snow span {
  position: absolute;
  background-image: url("../img/icon03.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 65px;
  height: 48px; }

.material-snow {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/snow02.png");
  background-size: auto;
  background-position: 0 top;
  background-repeat: repeat-x;
  background-attachment: fixed;
  z-index: 2;
  pointer-events: none;
  opacity: 0.8; }
  .material-snow-aniShow {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../img/snow01-b.png");
    background-size: auto;
    background-position: 0 0;
    background-repeat: repeat;
    z-index: 2;
    pointer-events: none;
    opacity: 0; }
    .material-snow-aniShow.active {
      opacity: 0.2;
      -webkit-animation: snowing 3s linear;
      animation: snowing 3s linear; }

.material-figure {
  position: relative;
  width: 100%;
  background-image: url("../img/figure01.jpg");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .material-figure::after {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-image: url("../img/figure02.jpg");
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-animation: figure 20s infinite alternate;
    animation: figure 20s infinite alternate;
    background-attachment: fixed; }

.material-textLeft {
  position: absolute;
  background-image: url("../img/acc_en_left.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 819px;
  top: 0;
  left: 3vw; }

.material-textRight {
  position: absolute;
  background-image: url("../img/acc_en_right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 21px;
  height: 435px;
  top: 44vw;
  right: 3vw; }

.container {
  position: relative;
  background-image: url("../img/bg.jpg");
  background-size: 100%;
  background-position: 0 top;
  background-repeat: repeat; }

.mask {
  width: 100%;
  height: 811px;
  position: absolute;
  top: 0;
  background-image: url("../img/bg_evt_top.png");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1; }

.bg-bottom {
  position: absolute;
  bottom: 0;
  background-image: url("../img/bg_bottom.png");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  max-height: 997px;
  height: 50vw; }

.l-contentWidth {
  z-index: 2; }

.btn-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 22px;
  padding: 0 0 2vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .btn-event span {
    display: block; }
  .btn-event-basic {
    background-image: url("../img/btn_bule.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 1%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    max-width: 142px;
    max-height: 170px;
    width: 10vw;
    height: 38vw;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .btn-event-basic:hover {
      background-image: url("../img/btn_bule_hover.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat; }
    .btn-event-basic.active {
      background-image: url("../img/btn_bule_hover.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat; }
    @media screen and (max-width: 1024px) {
      .btn-event-basic {
        width: 12vw; } }
    @media screen and (max-width: 820px) {
      .btn-event-basic {
        width: 16vw; } }
    @media screen and (max-width: 680px) {
      .btn-event-basic {
        width: 24.5vw; } }
    @media screen and (max-width: 480px) {
      .btn-event-basic {
        width: 30vw; } }
  .btn-event-append {
    position: relative;
    background-image: url("../img/btn_pur.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    max-width: 176px;
    max-height: 196px;
    width: 12.5vw;
    height: 40vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 -1%; }
    .btn-event-append span {
      position: relative;
      z-index: 1; }
    .btn-event-append::after {
      content: '';
      background-image: url("../img/btn_pur_hover.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      animation: shine .6s linear infinite alternate-reverse;
      pointer-events: none; }
    .btn-event-append:hover {
      background-image: url("../img/btn_pur_hover.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat; }
    .btn-event-append.active {
      background-image: url("../img/btn_pur_hover.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat; }
    @media screen and (max-width: 1024px) {
      .btn-event-append {
        width: 14.5vw; } }
    @media screen and (max-width: 820px) {
      .btn-event-append {
        width: 19.5vw;
        margin: -5% 0 0 0; } }
    @media screen and (max-width: 680px) {
      .btn-event-append {
        width: 27.5vw;
        margin: 0 0 0 0; } }
    @media screen and (max-width: 540px) {
      .btn-event-append {
        width: 29.5vw; } }
    @media screen and (max-width: 480px) {
      .btn-event-append {
        width: 37.5vw;
        margin: -8% 0 0 0; } }

.content-episode {
  text-align: center;
  line-height: 18px;
  display: none; }
  .content-episode img {
    width: auto;
    max-width: 100%;
    margin: 2% auto; }
  .content-episode.active {
    display: block; }

.foreword {
  background-image: url("../img/bg_forewordText.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 800px;
  line-height: 28px;
  width: 100%;
  height: 64.2%;
  margin: 0 auto; }
  .foreword ul {
    padding: 10% 15%;
    width: 90%;
    margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .foreword ul {
      padding: 9% 6%; } }
  @media screen and (max-width: 640px) {
    .foreword {
      background-size: cover; } }

.substance {
  width: 86%;
  margin: 0 auto;
  padding: 4% 0; }
  .substance-title {
    width: 80%;
    margin: 4% auto; }
    .substance-title span {
      display: inline-block;
      margin: 2% 0; }
  .substance-tab {
    margin: 5% 0 1%;
    border: 1px solid #60e1fb;
    border-radius: 5px;
    background-color: rgba(4, 30, 102, 0.8); }
    .substance-tab .tab {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      padding: 1.5%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .substance-tab .tab:nth-child(1) {
        border-bottom: 1px solid #60e1fb; }
      .substance-tab .tab:nth-child(3) {
        border-top: 1px solid #60e1fb; }
      @media screen and (max-width: 480px) {
        .substance-tab .tab {
          text-align: left; }
          .substance-tab .tab p, .substance-tab .tab ul {
            padding: 1% 1.6%;
            line-height: 20px; } }
  .substance .tab-left {
    width: 20%;
    text-align: center;
    color: #60e1fb; }
    @media screen and (max-width: 540px) {
      .substance .tab-left {
        width: 100%;
        text-align: left; } }
  .substance .tab-right {
    text-align: left;
    line-height: 24px; }
  .substance-brown {
    padding: 4%;
    background-color: #241622;
    border-radius: 5px;
    border: 1px solid #987b2b; }
    .substance-brown ul, .substance-brown p {
      line-height: 26px;
      color: #ffe6c2; }
  .substance-btn {
    margin: 3% 0 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .substance-btn.active {
      position: fixed;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-image: url("../img/bg.jpg");
      background-size: 100%;
      background-position: 0 top;
      background-repeat: repeat;
      width: 100%;
      margin: 0; }
      .substance-btn.active .btn {
        width: 12vw; }
    @media screen and (max-width: 1280px) {
      .substance-btn.active .btn {
        width: 15vw; } }
    @media screen and (max-width: 1170px) {
      .substance-btn.active .btn {
        width: 20vw; } }
    @media screen and (max-width: 768px) {
      .substance-btn.active .btn {
        width: 23vw; } }
    @media screen and (max-width: 540px) {
      .substance-btn.active .btn {
        width: 44vw; } }
    .substance-btn .btn {
      max-width: 282px;
      max-height: 73px;
      cursor: pointer;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      width: 15vw;
      height: 15vw;
      margin: 0.5%; }
      .substance-btn .btn-content01 {
        background-image: url("../img/btn_content_01.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat; }
        .substance-btn .btn-content01.active {
          background-image: url("../img/btn_contentHover_01.png");
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat; }
        .substance-btn .btn-content01:hover {
          background-image: url("../img/btn_contentHover_01.png");
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat; }
      .substance-btn .btn-content02 {
        background-image: url("../img/btn_content_02.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat; }
        .substance-btn .btn-content02.active {
          background-image: url("../img/btn_contentHover_02.png");
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat; }
        .substance-btn .btn-content02:hover {
          background-image: url("../img/btn_contentHover_02.png");
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat; }
      .substance-btn .btn-content03 {
        background-image: url("../img/btn_content_03.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat; }
        .substance-btn .btn-content03.active {
          background-image: url("../img/btn_contentHover_03.png");
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat; }
        .substance-btn .btn-content03:hover {
          background-image: url("../img/btn_contentHover_03.png");
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat; }
      .substance-btn .btn-content04 {
        background-image: url("../img/btn_content_04.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat; }
        .substance-btn .btn-content04.active {
          background-image: url("../img/btn_contentHover_04.png");
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat; }
        .substance-btn .btn-content04:hover {
          background-image: url("../img/btn_contentHover_04.png");
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat; }
      @media screen and (max-width: 1280px) {
        .substance-btn .btn {
          width: 18vw; } }
      @media screen and (max-width: 768px) {
        .substance-btn .btn {
          width: 30vw; } }
      @media screen and (max-width: 540px) {
        .substance-btn .btn {
          width: 44vw; } }
  @media screen and (max-width: 768px) {
    .substance {
      width: 100%; } }

.substance-notice {
  margin: 0 0 5%; }
  .substance-notice .substance-tab {
    margin: -3% 0 1%; }

.deep-text {
  margin: 4% 0 2%;
  line-height: 25px;
  opacity: 0.7;
  animation: figureDeep 1s alternate-reverse infinite ease-in-out; }

.substance-link {
  position: relative;
  z-index: 1; }
  .substance-link a {
    position: relative;
    max-width: 282px;
    max-height: 73px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 20vw;
    height: 20vw;
    background-image: url("../img/btn_content_05.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat; }
    .substance-link a::before {
      content: '';
      background-image: url("../img/btn_contentHover_05.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      animation: shine .6s linear infinite alternate-reverse;
      pointer-events: none;
      opacity: .2; }
    .substance-link a::after {
      content: '';
      background-image: url("../img/btn_contentHover_06.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-animation: outputShow 2s linear infinite;
      animation: outputShow 2s linear infinite;
      pointer-events: none;
      z-index: -1;
      opacity: .6; }
    .substance-link a:hover {
      background-image: url("../img/btn_contentHover_05.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat; }
    @media screen and (max-width: 1024px) {
      .substance-link a {
        width: 68vw;
        height: 20vw; } }

.l-decorative {
  padding: 1% 6%;
  border: 1px solid #58ceec;
  border-radius: 100px;
  letter-spacing: 3px; }

.l-fontOrg {
  color: #faa35c; }

a {
  width: auto;
  height: auto; }

img {
  max-width: 100%;
  width: auto;
  margin: 0 auto; }

@media screen and (max-width: 540px) {
  .slogan {
    padding: 18% 0 35.0625vw; } }

@media screen and (max-width: 480px) {
  .slogan {
    padding: 18% 0 48.0625vw; } }

@media screen and (max-width: 360px) {
  .slogan {
    padding: 18% 0 55.0625vw; } }

@media screen and (max-width: 320px) {
  .slogan {
    padding: 18% 0 68.0625vw; } }

.btn-event-basic {
  color: #fff; }

.content-event {
  line-height: 18px; }

.event-title {
  margin: 0 0 2% 0; }
  .event-title img {
    max-width: 90%; }
  @media screen and (max-width: 640px) {
    .event-title {
      margin: 0 0 5% 0; } }

.foreword {
  margin: 5% auto 0;
  padding: 5%;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(96, 255, 251, 0.3);
  border-radius: 10px;
  background-image: none;
  position: relative; }
  .foreword ul {
    padding: 2% 0; }
  .foreword .line {
    pointer-events: none; }
    .foreword .line span {
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 12px; }
      .foreword .line span:nth-child(1) {
        top: -19px;
        left: 20px;
        border-top: 1px solid rgba(0, 76, 227, 0.3);
        border-right: 1px solid rgba(0, 76, 227, 0.3); }
      .foreword .line span:nth-child(2) {
        top: 20px;
        left: -19px;
        border-left: 1px solid rgba(0, 76, 227, 0.3);
        border-bottom: 1px solid rgba(0, 76, 227, 0.3); }

.content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .content-head .icon_img {
    margin: 0 1.5% 0 0; }
  @media screen and (max-width: 360px) {
    .content-head .icon_img {
      margin: 0; } }

.content-body .title {
  margin: 0 0 3% 0; }
  .content-body .title span {
    font-size: 17px;
    margin: 0 0 0 0.5%; }

.content-notice {
  padding: 3%;
  line-height: 22px;
  font-size: 14px;
  background-color: #010133;
  border-radius: 5px; }
  .content-notice p:nth-child(2) {
    padding: 0 0 0 18px; }

@media screen and (max-width: 360px) {
  .content-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.caption-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #fff;
  border-radius: 100px;
  padding: 1% 2%; }
  .caption-text p {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    color: #00084b; }
  .caption-text span {
    color: #53c8e1; }
    .caption-text span i {
      margin: 0 6px; }
  @media screen and (max-width: 640px) {
    .caption-text {
      padding: 2%; } }
  @media screen and (max-width: 360px) {
    .caption-text {
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 3%;
      margin: 2% 0; } }

.substance {
  width: 100%; }
  .substance-block {
    margin: 3% 0; }

.substance-tab {
  margin: 1% 0; }
  .substance-tab .tab {
    padding: 1.5% 2%; }
    .substance-tab .tab:nth-child(odd) {
      border-top: none; }
    .substance-tab .tab p {
      width: 100%; }
    .substance-tab .tab-left {
      width: 100%;
      text-align: left; }
    .substance-tab .tab .tab-icon {
      margin: 0 2%; }
  @media screen and (max-width: 540px) {
    .substance-tab .tab {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media screen and (max-width: 540px) {
    .substance-tab .tab {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .substance-tab .tab-img {
      width: 100%;
      background-color: #fff; } }

.tab-text {
  background-color: #fff;
  border-radius: 5px;
  padding: 1%;
  margin: 0 0 1.5%; }
  .tab-text .l-snow p {
    width: auto;
    display: inline-block;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    color: #00084b; }
  .tab-text .l-snow span {
    display: inline-block;
    color: #53c8e1; }

.user-area {
  margin: 12% 0 2%; }
  .user-area-logIn {
    display: block; }
    .user-area-logIn.active {
      display: none; }
  .user-area-logOut {
    display: none; }
    .user-area-logOut.active {
      display: block; }
  .user-area-userData {
    width: 30%;
    text-align: center;
    text-transform: uppercase;
    color: #00084b;
    padding: 2%;
    background-color: #fbe2b5;
    border-radius: 5px;
    margin: 0 auto 0.5%; }
  .user-area-button {
    cursor: pointer;
    width: 30%;
    margin: 0 auto;
    padding: 2%;
    border-radius: 5px;
    text-align: center;
    background-color: #18226085;
    border: 1px solid #60e1fb;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    color: #60e1fb;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .user-area-button:hover {
      -webkit-animation: skewStartShow01 .2s linear infinite;
      animation: skewStartShow01 .2s linear infinite; }
    @media screen and (max-width: 1024px) {
      .user-area-button {
        -webkit-transition: all 0s linear;
        -o-transition: all 0s linear;
        transition: all 0s linear; } }
  @media screen and (max-width: 860px) {
    .user-area-userData {
      width: 40%;
      padding: 3%; }
    .user-area-button {
      width: 40%;
      padding: 3%; } }
  @media screen and (max-width: 640px) {
    .user-area-userData {
      width: 50%;
      padding: 5%; }
    .user-area-button {
      width: 50%;
      padding: 5%; } }

.form_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 1% 0; }
  .form_wrap .select {
    width: 80%;
    border: 1px solid #60e1fb;
    background-color: #010133;
    border-radius: 5px;
    margin: 0 1% 0 0;
    position: relative; }
    .form_wrap .select select {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 5px;
      background-color: transparent;
      outline: none;
      padding: 0 3%;
      border: none;
      color: #60e1fb; }
      .form_wrap .select select option {
        color: #010133; }
    .form_wrap .select .arrow {
      position: absolute;
      top: 45%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 1.5vw;
      color: #60e1fb; }
  .form_wrap .receive_btn {
    width: 20%;
    padding: 2%; }
  @media screen and (max-width: 680px) {
    .form_wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .form_wrap .select {
        width: 100%;
        margin: 0; }
        .form_wrap .select select {
          padding: 4%;
          font-size: 16px; }
      .form_wrap .receive_btn {
        width: 100%;
        padding: 3%;
        margin: 1% 0; } }

.tab-img {
  border-radius: 5px;
  overflow: hidden; }

.tab-introduce {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 0 0 1.5%; }
  .tab-introduce .caption-text {
    border-radius: 5px;
    padding: 5px; }
  .tab-introduce ul {
    margin: 2% 0 0;
    line-height: 22px;
    font-size: 15px; }
  @media screen and (max-width: 860px) {
    .tab-introduce {
      width: 80%; } }
  @media screen and (max-width: 540px) {
    .tab-introduce {
      width: 100%;
      margin: 2% 0; }
      .tab-introduce .caption-text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; } }

.introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1% 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .introduce .tab-introduce {
    width: 100%; }
    .introduce .tab-introduce .weapon {
      margin: 1% 4.5%;
      font-size: 14px;
      line-height: 22px; }
    .introduce .tab-introduce p {
      padding: 0 10px 0 0; }
  .introduce .content-notice {
    width: 100%;
    padding: 1%;
    background-color: #00046f; }

.introduce-text {
  border: 1px solid #60e1fb;
  border-radius: 5px;
  padding: 1%; }
  .introduce-text .tab-introduce {
    margin: 0 1.5%; }
  .introduce-text .text {
    margin: 1% 0;
    line-height: 24px; }

.substance-block-gift .content-head {
  margin: 5% 0 2%; }

.substance-block-gift .content-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10% 3% 3%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.substance-block-gift .content-notice {
  width: 100%;
  text-align: center; }

.substance-block-gift .substance-tab {
  width: calc(100% / 2 - 10px);
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  position: relative; }
  .substance-block-gift .substance-tab:hover {
    -webkit-box-shadow: 0px 0px 7px 1px #53c8e2;
    box-shadow: 0px 0px 7px 1px #53c8e2; }
  .substance-block-gift .substance-tab:focus-within {
    -webkit-box-shadow: 0px 0px 7px 1px #53c8e2;
    box-shadow: 0px 0px 7px 1px #53c8e2; }

.substance-block-gift .tab-img {
  margin: -30px auto 5%; }

.substance-block-gift .caption-text {
  padding: 5px 8px; }

.substance-block-gift .tab {
  padding: 0 5% 5%; }
  .substance-block-gift .tab:nth-child(odd) {
    border-top: none;
    border-bottom: none; }

.substance-block-gift ul {
  width: 100%;
  line-height: 24px; }

.substance-block-gift .receive_btn {
  width: 100%;
  padding: 4%;
  border-radius: 2px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }
  .substance-block-gift .receive_btn-welcome {
    position: absolute;
    bottom: 0;
    left: 0; }

@media screen and (max-width: 540px) {
  .substance-block-gift .substance-tab {
    width: 100%; }
    .substance-block-gift .substance-tab:nth-child(2) {
      margin: 12% 0 2%; }
  .substance-block-gift .tab-img {
    background-color: transparent; }
  .substance-block-gift .receive_btn-welcome {
    position: relative; } }

@media screen and (max-width: 480px) {
  .substance-block-gift .content-head {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .substance-block-gift .caption-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.content-event-bonus .substance {
  padding: 1% 0; }

.content-event-bonus .btn_wrap {
  text-align: right; }

.content-event-bonus .content-notice {
  padding: 2%; }
  .content-event-bonus .content-notice li {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400; }

.content-event-bonus .tab-introduce {
  margin: 0; }

.content-event-bonus .foreword {
  margin: 2% auto 0;
  padding: 3%; }

.awardRecord {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 2% 0px 1%;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #ffdfe5;
  background-color: #ffc8d2;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .awardRecord span {
    margin: -6px 0; }
  .awardRecord p {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    padding: 0 10px;
    color: #000241; }
  .awardRecord:hover {
    background-color: #fbe2b5; }

.daily-wrap {
  position: relative;
  max-width: 750px;
  max-height: 475px;
  background-image: url("../img/bg_daily.jpg");
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vw;
  overflow: hidden;
  border-radius: 5px; }
  .daily-wrap.active .game-ki-start {
    display: none; }
  .daily-wrap.active .game-animate-start {
    display: block; }
  .daily-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 3, 83, 0.5); }
  .daily-wrap .game-ki-start {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%; }
  .daily-wrap .npc {
    position: absolute;
    background-image: url("../img/npc_lazy.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    max-width: 451px;
    width: 100%;
    height: 471px;
    top: 60px;
    right: -40px;
    z-index: 2; }
  .daily-wrap .bird {
    position: absolute;
    background-image: url("../img/bird/game01.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    max-width: 112px;
    height: 125px;
    width: 100%;
    z-index: 1;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation: skewShow 0.7s linear infinite;
    animation: skewShow 0.7s linear infinite; }
  .daily-wrap .r-bird {
    top: 45px;
    right: 0px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s; }
  .daily-wrap .rb-bird {
    bottom: -20px;
    left: 320px; }
  .daily-wrap .lb-bird {
    background-image: url("../img/bird/game02.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-animation: skewShowLeft .7s linear infinite;
    animation: skewShowLeft .7s linear infinite;
    left: -10px;
    bottom: -20px; }
  .daily-wrap .main-callToAction {
    width: 55%;
    padding: 3% 5% 3% 0%; }
  .daily-wrap .gameBtn {
    width: 204px;
    height: 63px;
    cursor: pointer;
    margin: 0 auto; }
  .daily-wrap .callButton {
    background-image: url("../img/btn_callTo.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear; }
    .daily-wrap .callButton:hover {
      background-image: url("../img/btn_callTo_hover.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat; }
  .daily-wrap .callDisabled {
    background-image: url("../img/btn_callTo_disable.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    pointer-events: none; }
  .daily-wrap .award-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5% 0 0; }
    .daily-wrap .award-item .icon {
      width: 91px;
      height: 101px;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -webkit-animation: awardShow 3s infinite linear;
      animation: awardShow 3s infinite linear; }
      .daily-wrap .award-item .icon-award01 {
        margin: 0 0 0 -8%;
        background-image: url("../img/award/game01.png");
        background-size: 100%;
        background-position: 0 0;
        background-repeat: no-repeat; }
      .daily-wrap .award-item .icon-award02 {
        background-image: url("../img/award/game02.png");
        background-size: 100%;
        background-position: 0 0;
        background-repeat: no-repeat; }
      .daily-wrap .award-item .icon-award03 {
        background-image: url("../img/award/game03.png");
        background-size: 100%;
        background-position: 0 0;
        background-repeat: no-repeat; }
      .daily-wrap .award-item .icon-award04 {
        margin: 0 0 0 12%;
        background-image: url("../img/award/game04.png");
        background-size: 100%;
        background-position: 0 0;
        background-repeat: no-repeat; }
      .daily-wrap .award-item .icon-award05 {
        background-image: url("../img/award/game05.png");
        background-size: 100%;
        background-position: 0 0;
        background-repeat: no-repeat; }
      .daily-wrap .award-item .icon-award06 {
        background-image: url("../img/award/game06.png");
        background-size: 100%;
        background-position: 0 0;
        background-repeat: no-repeat; }
  @media screen and (max-width: 860px) {
    .daily-wrap .main-callToAction {
      padding: 3%; } }
  @media screen and (max-width: 768px) {
    .daily-wrap .rb-bird {
      right: -10px;
      left: initial; }
    .daily-wrap .main-callToAction {
      width: 55%;
      margin: 0 auto;
      padding: 2%; }
    .daily-wrap .npc {
      display: none; }
    .daily-wrap .r-bird {
      display: none; } }
  @media screen and (max-width: 720px) {
    .daily-wrap .main-callToAction {
      width: 65%; } }
  @media screen and (max-width: 680px) {
    .daily-wrap .main-callToAction {
      width: 70%; } }
  @media screen and (max-width: 640px) {
    .daily-wrap .main-callToAction {
      width: 73%; } }
  @media screen and (max-width: 540px) {
    .daily-wrap .main-callToAction {
      width: 85%;
      padding: 5%; } }
  @media screen and (max-width: 480px) {
    .daily-wrap .main-callToAction {
      width: 100%;
      position: absolute;
      top: 40%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .daily-wrap .award-item {
      display: none; } }
  @media screen and (max-width: 360px) {
    .daily-wrap .main-callToAction {
      top: 50%; } }
  @media screen and (max-width: 320px) {
    .daily-wrap .bird {
      display: none; } }

.game-animate-start {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: none; }
  .game-animate-start.active .bird01 {
    -webkit-animation: skewShow 0.5s linear infinite;
    animation: skewShow 0.5s linear infinite; }
  .game-animate-start.active .bg {
    font-size: 100rem; }
  .game-animate-start .bg {
    position: absolute;
    font-size: 0rem;
    top: 50%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fbe2b5;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear; }
    .game-animate-start .bg.l-fontSize {
      font-size: 50rem; }
  .game-animate-start .bird01 {
    position: absolute;
    background-image: url("../img/bird/game03.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    max-width: 498px;
    height: 562px;
    width: 100%;
    top: 25px;
    right: 120px;
    z-index: 1;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom; }
  .game-animate-start .birdOutput {
    position: absolute;
    background-image: url("../img/bird/game04.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    max-width: 498px;
    height: 562px;
    width: 100%;
    top: 25px;
    right: 120px;
    z-index: 1;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom; }
  .game-animate-start .award-show {
    position: absolute;
    top: 35px;
    left: 25px;
    display: none;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
    .game-animate-start .award-show.active {
      display: block;
      -webkit-animation: birdOutputShow .2s linear forwards;
      animation: birdOutputShow .2s linear forwards; }
  @media screen and (max-width: 860px) {
    .game-animate-start .bird01 {
      right: 13%; }
    .game-animate-start .birdOutput {
      right: 13%; } }
  @media screen and (max-width: 800px) {
    .game-animate-start .bird01 {
      right: 8%; }
    .game-animate-start .birdOutput {
      right: 8%; }
    .game-animate-start .award-show {
      width: 90%;
      top: 1%;
      left: 1%; }
      .game-animate-start .award-show img {
        margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .game-animate-start .award-show img {
      margin: 0; } }
  @media screen and (max-width: 768px) {
    .game-animate-start .bird01 {
      right: 5%; }
    .game-animate-start .birdOutput {
      right: 5%; } }
  @media screen and (max-width: 640px) {
    .game-animate-start .bird01 {
      right: -7%;
      top: 12%; }
    .game-animate-start .birdOutput {
      right: -7%;
      top: 12%; } }
  @media screen and (max-width: 480px) {
    .game-animate-start .award-show {
      top: 1%;
      left: 5%; } }

.star-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .star-wrap.active .star01 {
    -webkit-transform: translateX(1040%);
    -ms-transform: translateX(1040%);
    transform: translateX(1040%);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }
  .star-wrap.active .star02 {
    -webkit-transform: translateX(-1040%);
    -ms-transform: translateX(-1040%);
    transform: translateX(-1040%);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s; }
  .star-wrap.active .star03 {
    -webkit-transform: translateX(1040%);
    -ms-transform: translateX(1040%);
    transform: translateX(1040%);
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s; }
  .star-wrap.active .star04 {
    -webkit-transform: translateX(-1040%);
    -ms-transform: translateX(-1040%);
    transform: translateX(-1040%);
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s; }
  .star-wrap.active .star05 {
    -webkit-transform: translateX(1040%);
    -ms-transform: translateX(1040%);
    transform: translateX(1040%);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .star-wrap .star {
    position: absolute;
    font-size: 5rem;
    -webkit-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    transition: all 1.2s linear; }
  .star-wrap .star01 {
    right: -80px;
    -webkit-transform: translateX(-1040%);
    -ms-transform: translateX(-1040%);
    transform: translateX(-1040%); }
  .star-wrap .star02 {
    top: 80px;
    left: -80px;
    -webkit-transform: translateX(1040%);
    -ms-transform: translateX(1040%);
    transform: translateX(1040%); }
  .star-wrap .star03 {
    top: 160px;
    right: -80px;
    -webkit-transform: translateX(-1040%);
    -ms-transform: translateX(-1040%);
    transform: translateX(-1040%); }
  .star-wrap .star04 {
    top: 240px;
    left: -80px;
    -webkit-transform: translateX(1040%);
    -ms-transform: translateX(1040%);
    transform: translateX(1040%); }
  .star-wrap .star05 {
    top: 320px;
    right: -80px;
    -webkit-transform: translateX(-1040%);
    -ms-transform: translateX(-1040%);
    transform: translateX(-1040%); }

.day-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5% 0 1%; }
  .day-wrap .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 2% 0;
    padding: 2% 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #60e1fb; }
    .day-wrap .text p {
      font-family: "Noto Sans TC", sans-serif;
      font-weight: 400;
      color: #000241; }
    .day-wrap .text i {
      padding: 0 5px;
      color: #60e1fb; }
  .day-wrap .day-block {
    width: calc(100% / 3 - 5px);
    text-align: center; }
  .day-wrap .day-award {
    margin: 4% 0 1%;
    border: 1px solid #60e1fb;
    background-color: #fff;
    border-radius: 5px; }
  .day-wrap .item-img {
    margin: 10%; }
  .day-wrap .receive_btn {
    padding: 3%; }
  @media screen and (max-width: 860px) {
    .day-wrap .day-block {
      width: calc(100% / 2 - 25px); }
      .day-wrap .day-block:nth-child(2) {
        margin: 0 0 5% 0; } }
  @media screen and (max-width: 640px) {
    .day-wrap .day-block {
      width: calc(100% / 1 - 100px); }
      .day-wrap .day-block:nth-child(1) {
        margin: 4% 0 0; }
      .day-wrap .day-block:nth-child(2) {
        margin: 8% 0; }
    .day-wrap .event-condition {
      width: 60%; } }
  @media screen and (max-width: 540px) {
    .day-wrap .day-block:nth-child(2) {
      margin: 8% 0; }
    .day-wrap .event-condition {
      width: 80%; } }
  @media screen and (max-width: 480px) {
    .day-wrap .day-block {
      width: 100%; }
      .day-wrap .day-block:nth-child(2) {
        margin: 8% 0; } }

.event-condition {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  margin: 3% 0; }
  .event-condition span {
    display: inline-block;
    font-family: "Noto Sans TC", sans-serif; }
  .event-condition p {
    text-align: left;
    margin: 9px 0 -5px 0;
    padding: 0 0 0 7px;
    font-family: "Noto Sans TC", sans-serif;
    position: relative;
    z-index: 1; }
  .event-condition .num {
    font-size: 1.6rem; }
  .event-condition .spent-text {
    background-color: #fbe2b5;
    padding: 5px 42px 7px 7px;
    border-radius: 100px;
    color: #00084b;
    position: relative; }
    .event-condition .spent-text::after {
      content: '';
      position: absolute;
      background-image: url("../img/line_rare.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 67px;
      height: 37px;
      top: 47%;
      right: -18px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .event-condition .bg-star {
    position: absolute;
    top: -22px;
    left: -20px;
    color: #fbe2b5;
    font-size: 76px;
    z-index: -1;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }

ul.l-margin-t0 {
  margin-top: 0; }

.popup_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999998;
  background-color: rgba(0, 0, 0, 0.6);
  display: none; }
  .popup_wrap.active {
    display: block; }

.popup_close {
  position: absolute;
  cursor: pointer;
  color: #00084b;
  top: 1%;
  right: 1%;
  font-size: 3rem;
  z-index: 1;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  padding: 1%;
  border-radius: 10px; }
  .popup_close:hover {
    opacity: 0.6; }

.popup_body {
  position: absolute;
  max-width: 800px;
  max-height: 640px;
  width: 90%;
  height: 100%;
  background-color: #fff;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 20px; }
  .popup_body iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
    padding: 2% 0; }
  @media screen and (max-width: 1280px) {
    .popup_body {
      height: 50vw;
      top: 60%; } }
  @media screen and (max-width: 1024px) {
    .popup_body {
      top: 48%; } }
  @media screen and (max-width: 768px) {
    .popup_body {
      top: 48%;
      height: 100vw; } }
  @media screen and (max-width: 540px) {
    .popup_body iframe {
      padding: 10% 0; } }

.l-decorative {
  padding: 0% 6%; }

.l-remark {
  padding: 2%;
  margin: 8% 0 0 0;
  background-color: #010133; }

.l-eventBgCommon {
  margin: 1% 0;
  padding: 3%;
  background-color: rgba(3, 26, 122, 0.7);
  border: 1px solid #53c8e1;
  border-radius: 5px; }

.l-fontBlue {
  color: #60e1fb; }

.l-fontLightBlue {
  color: #2b54c9; }

.l-fontYellow {
  color: #fbe2b5; }

.l-fontRed {
  color: #fd7373; }

.l-bgRed {
  background-color: #cd4350; }
  .l-bgRed span,
  .l-bgRed p {
    color: #fff; }

.l-btnBlue {
  background-color: #eafbff;
  border: 1px solid #60e1fb;
  border-radius: 5px;
  text-align: center;
  color: #010133;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .l-btnBlue:hover {
    background-color: #60e1fb;
    color: #fff; }

.l-btnYellow {
  background-color: #fbe2b5;
  border: 1px solid #ecd4aa;
  border-radius: 5px;
  text-align: center;
  color: #010133;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .l-btnYellow:hover {
    background-color: #fd7373;
    color: #fff; }

.disabled {
  background-color: #484d5b;
  border: 1px solid #606060;
  pointer-events: none;
  color: #778097; }
  .disabled.select {
    background-color: #484d5b;
    border: 1px solid #606060; }
    .disabled.select select {
      color: #778097; }
    .disabled.select .arrow {
      color: #778097; }

.visited {
  background-color: #fd7373;
  border: 1px solid #cd4350;
  pointer-events: none;
  color: #fff; }

.qa-link {
  margin: 0 1%; }
  .qa-link a {
    padding: 0 1.5%;
    color: #010133; }
  .qa-link:hover a {
    color: #fff; }

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

.l-fontSize {
  font-size: 50rem; }
