@charset "utf-8";
@font-face {
  font-family: Flama;
  src: url(../font/FlamaSemicondensed-Ultralight.woff);
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v36/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz75Ky_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v36/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7wm1_Co.ttf) format('truetype');
}
/****************************/
html,
body {
  margin: 0px;
  padding: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", "Droid Sans", PingFang TC, "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
  height: 100%;
  font-size: 20px;
  background: url("../images/kv_pointBG.png") center top no-repeat #d1c0ff;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 999;
  left: 0px;
  top: 0px;
  text-align: center;
}
.loading > div {
  position: fixed;
  display: inline-block;
  width: 13%;
  left: 43.5%;
  top: 26vh;
}
#stage {
  position: relative;
  overflow: hidden;
  font-size: calc(100vw / 100);
}
a {
  cursor: pointer;
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
}
img {
  border: 0;
  width: 100%;
  height: auto;
  display: block;
}
.borderWidth {
  position: relative;
  width: 100%;
  padding: 0px 0%;
  margin: 0px auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.borderWidth::after {
  clear: both;
  display: block;
  content: "";
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
section,
div,
span {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.textPurple {
  color: #785dc3;
}
.textGreen {
  color: #349100;
}
.textRed {
  color: #FF0004;
}
.mo {
  display: none;
}
/**************************/
header {
  position: relative;
  background: #FFFFFF;
  height: 3vw;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  text-align: left;
  z-index: 800;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 7px 7px;
}
header img {
  height: 100%;
  width: auto;
  display: block;
}
header a {
  height: 2vw;
  width: auto;
  margin: 0.5vw 0 0 2vw;
  display: inline-block;
  cursor: pointer;
}
/**************************/
@keyframes btn {
  0% {
    transform: rotate(-4deg);
  }
  5% {
    transform: rotate(4deg);
  }
  10% {
    transform: rotate(-4deg);
  }
  15% {
    transform: rotate(4deg);
  }
  20% {
    transform: rotate(-4deg);
  }
  25% {
    transform: rotate(4deg);
  }
  26% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes float {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, -20%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes float02 {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, 20%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes slideLeft {
  0% {
    transform: translate(-100%, 0%);
    opacity: 0;
  }
  10% {
    transform: translate(-100%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    transform: translate(100%, 0%) rotate(10deg);
    opacity: 0;
  }
  10% {
    transform: translate(100%, 0%) rotate(10deg);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%) rotate(10deg);
    opacity: 1;
  }
}
@keyframes slideRight02 {
  0% {
    transform: translate(100%, 0%) rotate(-14deg);
    opacity: 0;
  }
  10% {
    transform: translate(100%, 0%) rotate(-14deg);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%) rotate(-14deg);
    opacity: 1;
  }
}
.kv {
  position: relative;
  text-align: center;
}
.kv .sloganBox {
  position: relative;
  z-index: 600;
  width: 100%;
}
.kv .sloganBox > div:nth-child(1) {
  position: absolute;
  z-index: 500;
  width: 44%;
  left: 28%;
  top: -2%;
}
.kv .sloganBox > div:nth-child(2) {
  position: absolute;
  z-index: 400;
  width: 50%;
  left: 14.6%;
  top: 28.4%;
  opacity: 0;
  animation: slideLeft 1s linear forwards 1s 1;
}
.kv .sloganBox > div:nth-child(3) {
  position: absolute;
  z-index: 300;
  width: 27.6%;
  transform: rotate(10deg);
  right: 13.4%;
  top: 18%;
  opacity: 0;
  animation: slideRight 1s linear forwards 1s 1;
}
.kv .sloganBox > div:nth-child(4) {
  position: absolute;
  z-index: 200;
  width: 8.8%;
  right: 42.8%;
  top: 20%;
  transform: rotate(-14deg);
  opacity: 0;
  animation: slideRight02 1s linear forwards 1s 1;
}
.kv .sloganBox > div:nth-child(4) > img {
  position: relative;
  z-index: 200;
}
.kv .sloganBox > div:nth-child(4) > div {
  position: absolute;
  z-index: 100;
  background: #8250c9;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: rotate(-6deg);
  left: -18%;
  bottom: -4.6%;
}
.kv .sloganBox > div:nth-child(5) {
  position: absolute;
  z-index: 200;
  text-align: center;
  color: #000000;
  font-size: 1.2em;
  width: 100%;
  left: 0%;
  bottom: 18.4%;
}
.kv .sloganBox > div:nth-child(6) {
  position: relative;
  z-index: 100;
  width: 42%;
  margin: 3.2% auto 0 auto;
}
.kv .bgCircle01 {
  position: absolute;
  z-index: 100;
  width: 26%;
  left: 2%;
  top: 16%;
}
.kv .bgCircle02 {
  position: absolute;
  z-index: 100;
  width: 34%;
  right: -1%;
  top: 4%;
}
.kv .bgColor01 {
  position: absolute;
  z-index: 100;
  width: 20%;
  left: -2%;
  top: 10%;
  transform: rotate(-20deg);
}
.kv .bgColor02 {
  position: absolute;
  z-index: 100;
  width: 20%;
  right: -2%;
  top: 10%;
  transform: rotate(20deg);
}
.kv .bgBand01 {
  position: absolute;
  z-index: 100;
  width: 3.4%;
  left: 2%;
  top: 28%;
}
.kv .bgBand02 {
  position: absolute;
  z-index: 100;
  width: 3.4%;
  left: 10%;
  bottom: 10%;
}
.kv .bgBand03 {
  position: absolute;
  z-index: 100;
  width: 8%;
  right: 2%;
  top: 28%;
}
.kv .bgCoin01 {
  position: absolute;
  z-index: 700;
  width: 12%;
  left: 8%;
  top: 24%;
  animation: float 4s linear infinite;
}
.kv .bgCoin02 {
  position: absolute;
  z-index: 700;
  width: 6%;
  left: 22%;
  bottom: 4.4%;
  animation: float02 3s linear infinite;
}
.kv .bgCoin03 {
  position: absolute;
  z-index: 700;
  width: 5%;
  right: 22%;
  top: 6%;
  transform: rotate(-8deg);
  animation: float 3.5s linear infinite;
}
.kv .bgCoin04 {
  position: absolute;
  z-index: 700;
  width: 6.6%;
  right: -2%;
  top: 35%;
  animation: float02 4s linear infinite;
}
.kv .bgCoin05 {
  position: absolute;
  z-index: 700;
  width: 10%;
  right: 16%;
  bottom: 0%;
  animation: float 2s linear infinite;
}
/***************************************/
.block02 {
  position: relative;
  padding: 12vw 0 0vw 0;
}
.block02 .box {
  position: relative;
  z-index: 300;
  border: 4px dashed #ffffff;
  width: 80%;
  margin: 0 auto 6% auto;
  border-radius: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.block02 .box .frame {
  padding: 2.4em;
  background: #ffffff;
  border-radius: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.block02 .title {
  width: 18%;
  margin: -8% auto 2em auto;
}
.block02 .txt01 {
  font-size: 1.6em;
  line-height: 1.6em;
  margin: 0 0 1em 0;
  vertical-align: top;
}
.block02 .txt02 {
  display: inline-block;
  width: calc(100% - 15.6%);
  font-size: 1.6em;
  line-height: 1.6em;
  margin: 0 0 1em 0;
  vertical-align: top;
}
.block02 .myImg {
  display: inline-block;
  width: 12%;
  height: auto;
  margin: 0 1em 0 0;
  vertical-align: top;
}
.block02 .ball01 {
  position: absolute;
  z-index: 500;
  width: 8%;
  left: 8%;
  top: 10%;
}
.block02 .ball02 {
  position: absolute;
  z-index: 500;
  width: 8%;
  right: 8%;
  top: 30%;
}
/***************************************/
.Open {
  width: 100%;
}
.Close {
  position: absolute;
  width: 100%;
}
.note {
  padding: 2vw 0 5vw 0;
  text-align: center;
  background: #d1c0ff;
}
.note::after {
  clear: both;
  display: block;
  content: "";
}
.note .title01 {
  color: #7b34c6;
  text-align: left;
  margin: 1em auto 0 auto;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
}
.note .title01 .wrap {
  display: inline-block;
}
.note .title01 .stxt {
  display: block;
  font-size: 0.5em;
  line-height: 1em;
  font: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", "Droid Sans", PingFang TC, "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
  padding: 0.6em 0 2em 0;
}
.noteBtn {
  position: relative;
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  color: #7b34c6;
  border-radius: 900px;
  padding: 0.5em 1em;
  cursor: pointer;
  border: 2px solid #7b34c6;
  clear: both;
  background: #ffffff;
}
.noteBtn span {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: bottom;
  margin: 0 0 0 0.5em;
}
.noteBox {
  display: none;
  font-size: 1.1em;
  line-height: 1.6em;
  margin: 2em auto 0 auto;
  width: 96%;
  font-weight: normal;
  background: #ffffff;
  color: #000000;
  text-align: left;
  border-radius: 1.5vw;
  box-sizing: border-box;
  padding: 1.5em 2em 1.5em 2em;
}
.noteBox li {
  padding: 1em 1em 0.5em 0;
}
.noteBox a {
  text-decoration: underline;
  color: #522ac3;
}
.noteNone {
  list-style: none;
  padding: 0 0 0 2em;
}
.noteNum {
  list-style: decimal;
  padding: 0 0 0 2em;
}
.noteDot {
  list-style: disc;
  padding: 0 0 0 2em;
}
.noteCircle {
  list-style: circle;
  padding: 0 0 0 2em;
}
.note .table01 {
  width: 100%;
  border-top: 1px solid #7b34c6;
  border-left: 1px solid #7b34c6;
}
.note .table01 th {
  border-right: 1px solid #b47bff;
  border-bottom: 1px solid #7b34c6;
  background: #7b34c6;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0.34em;
  white-space: nowrap;
  vertical-align: middle;
}
.note .table01 td {
  border-right: 1px solid #7b34c6;
  border-bottom: 1px solid #7b34c6;
  text-align: left;
  padding: 0.5em 0.34em;
}
/***************************************computer start*********************************************/
/***************************************19 inch start*********************************************/
@media screen and (min-width: 1025px) and (max-width: 1249px) {
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 88);
  }
}
/***************************************15 inch start*********************************************/
@media screen and (min-width: 851px) and (max-width: 1024px) {
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 88);
  }
}
/***************************************pad01  start*********************************************/
@media screen and (min-width: 451px) and (max-width: 850px) {
  @keyframes slideRight {
    0% {
      transform: translate(100%, 0%) rotate(0deg);
      opacity: 0;
    }
    10% {
      transform: translate(100%, 0%) rotate(0deg);
      opacity: 1;
    }
    100% {
      transform: translate(0%, 0%) rotate(0deg);
      opacity: 1;
    }
  }
  @keyframes slideRight02 {
    0% {
      transform: translate(100%, 0%) rotate(14deg);
      opacity: 0;
    }
    10% {
      transform: translate(100%, 0%) rotate(14deg);
      opacity: 1;
    }
    100% {
      transform: translate(0%, 0%) rotate(14deg);
      opacity: 1;
    }
  }
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 50);
  }
  .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 997;
    left: 0px;
    top: 0px;
    text-align: center;
  }
  .loading > div {
    position: fixed;
    display: inline-block;
    width: 30%;
    left: calc((100% - 30%) / 2);
    top: 25vh;
  }
  header {
    background: #FFFFFF;
    height: 8vw;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-align: left;
  }
  header a {
    height: 4.5vw;
    width: auto;
    margin: 1.5vw 0 0 3vw;
    display: inline-block;
    cursor: pointer;
  }
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  .kv {
    position: relative;
    text-align: center;
  }
  .kv .sloganBox {
    position: relative;
    z-index: 600;
    width: 100%;
  }
  .kv .sloganBox > div:nth-child(1) {
    position: absolute;
    z-index: 500;
    width: 70%;
    left: 15%;
    top: -4%;
  }
  .kv .sloganBox > div:nth-child(2) {
    position: absolute;
    z-index: 400;
    width: 88%;
    left: 6%;
    top: 20%;
    opacity: 0;
    animation: slideLeft 1s linear forwards 1s 1;
  }
  .kv .sloganBox > div:nth-child(3) {
    position: absolute;
    z-index: 300;
    width: 44%;
    right: 28%;
    top: 62%;
    opacity: 0;
    animation: slideRight 1s linear forwards 1s 1;
  }
  .kv .sloganBox > div:nth-child(4) {
    position: absolute;
    z-index: 200;
    width: 12%;
    right: 24%;
    top: 20%;
    opacity: 0;
    animation: slideRight02 1s linear forwards 1s 1;
  }
  .kv .sloganBox > div:nth-child(4) > img {
    position: relative;
    z-index: 200;
  }
  .kv .sloganBox > div:nth-child(4) > div {
    position: absolute;
    z-index: 100;
    background: #8250c9;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transform: rotate(6deg);
    left: 18%;
    bottom: -4.6%;
  }
  .kv .sloganBox > div:nth-child(5) {
    position: absolute;
    z-index: 200;
    text-align: center;
    color: #31227F;
    font-size: 1.2em;
    left: 0%;
    bottom: -20%;
  }
  .kv .sloganBox > div:nth-child(6) {
    position: relative;
    z-index: 100;
    width: 80%;
    margin: 5% auto 0 auto;
  }
  .kv .bgCircle01 {
    position: absolute;
    z-index: 100;
    width: 26%;
    left: 2%;
    top: 16%;
  }
  .kv .bgCircle02 {
    position: absolute;
    z-index: 100;
    width: 34%;
    right: -1%;
    top: 4%;
  }
  .kv .bgColor01 {
    position: absolute;
    z-index: 100;
    width: 20%;
    left: -2%;
    top: 10%;
    transform: rotate(-20deg);
  }
  .kv .bgColor02 {
    position: absolute;
    z-index: 100;
    width: 20%;
    right: -2%;
    top: 10%;
    transform: rotate(20deg);
  }
  .kv .bgBand01 {
    position: absolute;
    z-index: 100;
    width: 3.4%;
    left: 2%;
    top: 28%;
  }
  .kv .bgBand02 {
    position: absolute;
    z-index: 100;
    width: 3.4%;
    left: 10%;
    bottom: 10%;
  }
  .kv .bgBand03 {
    position: absolute;
    z-index: 100;
    width: 8%;
    right: 2%;
    top: 28%;
  }
  .kv .bgCoin01 {
    position: absolute;
    z-index: 700;
    width: 12%;
    left: 8%;
    top: 24%;
    animation: float 4s linear infinite;
  }
  .kv .bgCoin02 {
    position: absolute;
    z-index: 700;
    width: 6%;
    left: 22%;
    bottom: 4.4%;
    animation: float02 3s linear infinite;
  }
  .kv .bgCoin03 {
    position: absolute;
    z-index: 700;
    width: 5%;
    right: 22%;
    top: 6%;
    transform: rotate(-8deg);
    animation: float 3.5s linear infinite;
  }
  .kv .bgCoin04 {
    position: absolute;
    z-index: 700;
    width: 6.6%;
    right: -2%;
    top: 35%;
    animation: float02 4s linear infinite;
  }
  .kv .bgCoin05 {
    position: absolute;
    z-index: 700;
    width: 10%;
    right: 16%;
    bottom: 0%;
    animation: float 2s linear infinite;
  }
  /***************************************/
  .block02 {
    position: relative;
    padding: 34vw 0 0vw 0;
  }
  .block02 .box {
    position: relative;
    z-index: 300;
    border: 4px dashed #ffffff;
    width: 80%;
    margin: 0 auto 10% auto;
    border-radius: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .block02 .box .frame {
    padding: 2.4em;
    background: #ffffff;
    border-radius: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .block02 .title {
    width: 32%;
    margin: -16% auto 2em auto;
  }
  .block02 .txt01 {
    font-size: 1.6em;
    line-height: 1.6em;
    margin: 0 0 1em 0;
    vertical-align: top;
  }
  .block02 .txt02 {
    display: inline-block;
    width: 100%;
    font-size: 1.6em;
    line-height: 1.6em;
    margin: 0 0 1em 0;
    vertical-align: top;
  }
  .block02 .myImg {
    display: inline-block;
    width: 24%;
    height: auto;
    margin: 0 1em 0 0;
    vertical-align: top;
  }
  .block02 .ball01 {
    position: absolute;
    z-index: 500;
    width: 12%;
    left: 8%;
    top: 18%;
  }
  .block02 .ball02 {
    position: absolute;
    z-index: 500;
    width: 12%;
    right: 8%;
    top: 32%;
  }
  /***************************************/
  .Open {
    width: 100%;
  }
  .Close {
    position: absolute;
    width: 100%;
  }
  .note {
    padding: 5vw 0 5vw 0;
    text-align: center;
  }
  .note .title01 {
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 0.5em 0;
    margin: 0 0 0em 0;
    text-align: center;
    color: #6e4ab1;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
  }
  .noteBtn {
    position: relative;
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    color: #825dc7;
    border-radius: 900px;
    padding: 0.5em 1em;
    cursor: pointer;
    border: 2px solid #825dc7;
    clear: both;
    background: #ffffff;
  }
  .noteBtn span {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: bottom;
    margin: 0 0 0 0.5em;
  }
}
/***************************************mobile start*********************************************/
@media screen and (max-width: 450px) {
  @keyframes slideLeft02 {
    0% {
      transform: rotate(-30deg) translate(-100%, 0%);
      opacity: 0;
    }
    10% {
      transform: rotate(-30deg) translate(-100%, 0%);
      opacity: 1;
    }
    100% {
      transform: rotate(-30deg) translate(0%, 0%);
      opacity: 1;
    }
  }
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 40);
  }
  .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 998;
    left: 0px;
    top: 0px;
    text-align: center;
  }
  .loading > div {
    position: fixed;
    display: inline-block;
    width: 46%;
    left: calc((100% - 46%) / 2);
    top: 25vh;
  }
  header {
    background: #FFFFFF;
    height: 12vw;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-align: left;
  }
  header a {
    height: 7vw;
    width: auto;
    margin: 2.5vw 0 0 3vw;
    display: inline-block;
    cursor: pointer;
  }
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  /***************************************/
  @keyframes slideRight {
    0% {
      transform: translate(100%, 0%) rotate(0deg);
      opacity: 0;
    }
    10% {
      transform: translate(100%, 0%) rotate(0deg);
      opacity: 1;
    }
    100% {
      transform: translate(0%, 0%) rotate(0deg);
      opacity: 1;
    }
  }
  @keyframes slideRight02 {
    0% {
      transform: translate(100%, 0%) rotate(14deg);
      opacity: 0;
    }
    10% {
      transform: translate(100%, 0%) rotate(14deg);
      opacity: 1;
    }
    100% {
      transform: translate(0%, 0%) rotate(14deg);
      opacity: 1;
    }
  }
  .kv {
    position: relative;
    text-align: center;
  }
  .kv .sloganBox {
    position: relative;
    z-index: 600;
    width: 100%;
  }
  .kv .sloganBox > div:nth-child(1) {
    position: absolute;
    z-index: 500;
    width: 80%;
    left: 10%;
    top: -2%;
  }
  .kv .sloganBox > div:nth-child(2) {
    position: absolute;
    z-index: 400;
    width: 90%;
    left: 5%;
    top: 26%;
    opacity: 0;
    animation: slideLeft 1s linear forwards 1s 1;
  }
  .kv .sloganBox > div:nth-child(3) {
    position: absolute;
    z-index: 300;
    width: 48%;
    right: 26%;
    top: 70%;
    opacity: 0;
    animation: slideRight 1s linear forwards 1s 1;
  }
  .kv .sloganBox > div:nth-child(4) {
    position: absolute;
    z-index: 200;
    width: 15%;
    right: 20%;
    top: 22%;
    opacity: 0;
    animation: slideRight02 1s linear forwards 1s 1;
  }
  .kv .sloganBox > div:nth-child(4) > img {
    position: relative;
    z-index: 200;
  }
  .kv .sloganBox > div:nth-child(4) > div {
    position: absolute;
    z-index: 100;
    background: #8250c9;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transform: rotate(6deg);
    left: 18%;
    bottom: -4.6%;
  }
  .kv .sloganBox > div:nth-child(5) {
    position: absolute;
    z-index: 200;
    text-align: center;
    color: #31227F;
    font-size: 1.4em;
    left: 0%;
    bottom: -35%;
  }
  .kv .sloganBox > div:nth-child(6) {
    position: relative;
    z-index: 100;
    width: 80%;
    margin: 5% auto 0 auto;
  }
  .kv .bgCircle01 {
    position: absolute;
    z-index: 100;
    width: 26%;
    left: 2%;
    top: 16%;
  }
  .kv .bgCircle02 {
    position: absolute;
    z-index: 100;
    width: 34%;
    right: -1%;
    top: 4%;
  }
  .kv .bgColor01 {
    position: absolute;
    z-index: 100;
    width: 20%;
    left: -2%;
    top: 10%;
    transform: rotate(-20deg);
  }
  .kv .bgColor02 {
    position: absolute;
    z-index: 100;
    width: 20%;
    right: -2%;
    top: 10%;
    transform: rotate(20deg);
  }
  .kv .bgBand01 {
    position: absolute;
    z-index: 100;
    width: 3.4%;
    left: 2%;
    top: 28%;
  }
  .kv .bgBand02 {
    position: absolute;
    z-index: 100;
    width: 3.4%;
    left: 10%;
    bottom: 10%;
  }
  .kv .bgBand03 {
    position: absolute;
    z-index: 100;
    width: 8%;
    right: 2%;
    top: 28%;
  }
  .kv .bgCoin01 {
    position: absolute;
    z-index: 700;
    width: 18%;
    left: 2%;
    top: 24%;
    animation: float 4s linear infinite;
  }
  .kv .bgCoin02 {
    position: absolute;
    z-index: 700;
    width: 12%;
    left: 5%;
    bottom: 4.4%;
    animation: float02 3s linear infinite;
  }
  .kv .bgCoin03 {
    position: absolute;
    z-index: 700;
    width: 8%;
    right: 22%;
    top: 10%;
    transform: rotate(-8deg);
    animation: float 3.5s linear infinite;
  }
  .kv .bgCoin04 {
    position: absolute;
    z-index: 700;
    width: 10%;
    right: -2%;
    top: 35%;
    animation: float02 4s linear infinite;
  }
  .kv .bgCoin05 {
    position: absolute;
    z-index: 700;
    width: 15%;
    right: 2%;
    bottom: 0%;
    animation: float 2s linear infinite;
  }
  /***************************************/
  .block02 {
    position: relative;
    padding: 50vw 0 0vw 0;
  }
  .block02 .box {
    position: relative;
    z-index: 300;
    border: 4px dashed #ffffff;
    width: 90%;
    margin: 0 auto 10% auto;
    border-radius: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .block02 .box .frame {
    padding: 2.4em;
    background: #ffffff;
    border-radius: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .block02 .title {
    width: 44%;
    margin: -20% auto 2.4em auto;
  }
  .block02 .txt01 {
    font-size: 1.7em;
    line-height: 1.6em;
    margin: 0 0 1em 0;
    vertical-align: top;
  }
  .block02 .txt02 {
    display: inline-block;
    width: 100%;
    font-size: 1.94em;
    line-height: 1.6em;
    margin: 0 0 1em 0;
    vertical-align: top;
  }
  .block02 .myImg {
    display: inline-block;
    width: 34%;
    height: auto;
    margin: 0 0 1em 0;
    vertical-align: top;
  }
  .block02 .ball01 {
    position: absolute;
    z-index: 500;
    width: 12%;
    left: 8%;
    top: 16%;
  }
  .block02 .ball02 {
    position: absolute;
    z-index: 500;
    width: 12%;
    right: 8%;
    top: 32%;
  }
  /***************************************/
  /***************************************/
  .Open {
    width: 100%;
  }
  .Close {
    position: absolute;
    width: 100%;
  }
  .note {
    padding: 5vw 0 16vw 0;
    text-align: center;
  }
  .note .title01 {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #825dc7;
    text-align: center;
    margin: 2em auto 0.6em auto;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
  }
  .noteBtn {
    position: relative;
    display: inline-block;
    font-size: 2em;
    font-weight: bold;
    color: #825dc7;
    border-radius: 900px;
    padding: 0.5em 1em;
    cursor: pointer;
    border: 1px solid #825dc7;
    clear: both;
  }
  .noteBtn span {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: bottom;
    margin: 0 0 0 0.5em;
  }
  .noteBox {
    display: none;
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 1.6em 0.5em 1.5em 0em;
    margin: 2em auto 0 auto;
    width: 96%;
    font-weight: normal;
    background: #ffffff;
    color: #000000;
    text-align: left;
    border-radius: 1.5vw;
  }
  .noteBox li {
    padding: 0 0 1em 0;
  }
  .noteBox a {
    text-decoration: underline;
    color: #522ac3;
  }
}
