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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font: 14px/1.15 "Microsoft Jhenghei", arial, sans-serif !important;
  color: #383838;
  background: #f2f2f2;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
}

*:focus {
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.animate__animated[data-aos] {
  pointer-events: initial;
}

body {
  background: white;
  color: #000000;
}

.container {
  max-width: 960px;
}

.header-section {
  text-align: center;
  background: white;
  border-bottom: 3px solid #fecd28;
}
.header-section__logo {
  text-align: center;
  display: block;
  margin: 0 auto;
  background: url("//letaoimg.s3-ap-northeast-1.amazonaws.com/common/logo/h-letao-logo.png") no-repeat;
  background-position: center center;
  width: 200px;
  height: 63px;
}

.content-color-point {
  color: #FFDEE3;
}

.content-color-point2 {
  color: #FFDEE3;
}

.content-color-point3 {
  color: #FFDEE3;
}

.content-color-point4 {
  color: #FFDEE3;
}

.wrap {
  overflow: hidden;
  padding-bottom: 4rem;
}

section {
  position: relative;
}
section:first-child img {
  margin: 0;
}

.slogan-kv {
  padding-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 999;
  background-image: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/202506_2q2lo5d0/zingala/img/kv_bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .slogan-kv {
    background-size: cover;
    background-position: center bottom;
  }
}
@media all and (max-width: 480px) {
  .slogan-kv {
    padding-top: 1rem;
  }
}
.slogan-kv__top {
  position: absolute;
  top: 0;
  z-index: 3;
}
.slogan-kv__img {
  position: relative;
  top: -4rem;
  z-index: 2;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@media all and (max-width: 1024px) {
  .slogan-kv__img {
    top: 0;
  }
  .slogan-kv__img .kv {
    max-width: 80%;
  }
}
@media all and (max-width: 480px) {
  .slogan-kv__img .kv {
    margin-top: 4rem;
    max-width: 96%;
    margin: 1rem auto 1rem auto;
  }
}
.slogan-kv__link {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (max-width: 1024px) {
  .slogan-kv__link {
    margin-top: 0;
  }
}
.slogan-kv__link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.slogan-content {
  z-index: 998;
}

.pages-background__img.cat {
  position: absolute;
}
.pages-background__img.cat1 {
  width: 17%;
  bottom: 0%;
  left: 0%;
  z-index: 2;
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@media all and (max-width: 1024px) {
  .pages-background__img.cat1 {
    display: none;
  }
}
.pages-background__img.cat2 {
  width: 18%;
  right: -1%;
  bottom: 0%;
  z-index: 2;
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@media all and (max-width: 1024px) {
  .pages-background__img.cat2 {
    display: none;
  }
}
.pages-background__img.cat4 {
  width: 110px;
  top: -110px;
  left: 160px;
  z-index: 1;
}
@media all and (max-width: 1024px) {
  .pages-background__img.cat4 {
    width: 15%;
    left: 1rem;
  }
}
@media all and (max-width: 480px) {
  .pages-background__img.cat4 {
    display: none;
  }
}
.pages-background__img.clouds1 {
  top: 30%;
  left: 18.5%;
  z-index: 1;
  -webkit-animation-name: fadeIn, slideInLeft;
          animation-name: fadeIn, slideInLeft;
  -webkit-animation-duration: 1s, 1.5s;
          animation-duration: 1s, 1.5s;
  -webkit-animation-delay: 1s, 1s;
          animation-delay: 1s, 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.pages-background__img.clouds1__2-animation {
  -webkit-animation-name: clouds1_2animation;
          animation-name: clouds1_2animation;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes clouds1_2animation {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  50% {
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
}
@keyframes clouds1_2animation {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  50% {
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
}
.pages-background__img.clouds2 {
  top: 20%;
  right: 17.5%;
  z-index: 1;
  -webkit-animation-name: fadeIn, slideInRight;
          animation-name: fadeIn, slideInRight;
  -webkit-animation-duration: 1s, 1.5s;
          animation-duration: 1s, 1.5s;
  -webkit-animation-delay: 1s, 1s;
          animation-delay: 1s, 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.pages-background__img.clouds2__2-animation {
  -webkit-animation-name: clouds2_2animation;
          animation-name: clouds2_2animation;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes clouds2_2animation {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  50% {
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
}
@keyframes clouds2_2animation {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  50% {
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
}
.pages-sidebar {
  display: none;
  position: fixed;
  bottom: 5rem;
  right: 0.5rem;
  z-index: 999;
  background: white;
  border: 1px solid #d3d2d2;
  border-radius: 50%;
}
@media all and (max-width: 1440px) {
  .pages-sidebar {
    bottom: 5rem;
  }
}
.pages-sidebar-action__button {
  cursor: pointer;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 1.5rem;
}
.pages-sidebar-action__button i {
  line-height: 50px;
}

.section-header__title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: 1rem 0;
}
@media all and (max-width: 480px) {
  .section-header__title {
    margin-top: 0rem;
    margin-bottom: 1rem;
    padding: 0rem 2.5rem;
  }
}
.section-footer-notice {
  font-size: 1.05rem;
  line-height: 1.75rem;
  font-weight: bold;
  color: #FFDEE3;
}
.section-content {
  font-size: 1.25rem;
  line-height: 2.5rem;
  padding: 0 1rem;
}
.section-content-list li {
  font-weight: bold;
}
.section-content-list li .div {
  font-weight: bold;
}
.section-content-list li .section-content-list__text {
  color: #FFDEE3;
  font-weight: lighter;
}
.section-content-list li:nth-child(2) {
  color: #ffffff;
}
.section-content-list__text {
  font-size: 1.05rem;
  line-height: 1.75rem;
}
.section-content-list__link {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0;
}
.section-content-list__link-icon.icon2 {
  position: absolute;
  right: -5px;
  bottom: 0rem;
  width: 33px;
  height: 36px;
}
.section-content-list__link-icon.icon2-long {
  right: 0rem;
  bottom: 0.25rem;
}
.section-content > ol {
  -webkit-padding-start: 45px;
          padding-inline-start: 45px;
}
.section-content > ol > li {
  list-style-type: cjk-ideographic;
  color: #ffffff;
}
@media all and (max-width: 480px) {
  .section-content > ol > li {
    font-size: 1.375rem;
  }
}
.section-content > ol ol {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  margin-bottom: 0.5rem;
}
.section-content > ol ol > li {
  list-style: decimal;
}
.section-content__title {
  margin-bottom: 1rem;
}
.section-content__img {
  margin: 1rem auto;
  max-width: 710px;
  width: 100%;
}

.event-process {
  background-image: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/202506_2q2lo5d0/zingala/img/bg_1.png");
  background-size: 5%;
}
.event-process-title__img {
  margin: 0 auto;
  -webkit-animation-name: fadeIn, slideInUp;
          animation-name: fadeIn, slideInUp;
  -webkit-animation-delay: 1s, 1.5s;
          animation-delay: 1s, 1.5s;
  -webkit-animation-duration: 1s, 1s;
          animation-duration: 1s, 1s;
  -webkit-animation-iteration-count: 1, 1;
          animation-iteration-count: 1, 1;
}
.event-process__icon {
  font-size: 1.75rem;
  color: #ffffff;
}
.event-process.arrow::after {
  border-color: #e09d51 transparent transparent;
}
.event-notice {
  background-image: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/202506_2q2lo5d0/zingala/img/bg_2.png");
  background-size: 5%;
  background-color: #e57e5f;
  font-size: 1rem;
}
.event-notice-list {
  font-weight: bolder;
}
@media all and (max-width: 1440px) {
  .event-notice-list {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
}
.event-notice-list li {
  list-style-type: decimal;
  margin-bottom: 1rem;
  line-height: 2.5rem;
}
.event-notice__title {
  max-width: 60%;
}
.event-notice.arrow::after {
  border-color: #e57e5f transparent transparent;
}
.event-notice2 {
  background-image: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/202506_2q2lo5d0/zingala/img/bg_2.png");
  background-size: 5%;
  color: #ffffff;
  background-color: #38bfbf;
  font-size: 1.25rem;
}
.event-notice2-list {
  font-weight: bolder;
}
@media all and (max-width: 1440px) {
  .event-notice2-list {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
}
.event-notice2-list li {
  list-style-type: decimal;
  margin-bottom: 1rem;
  line-height: 2.5rem;
}
.event-notice2.arrow::after {
  border-color: #38bfbf transparent transparent;
}
.event-step-section {
  background-image: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/202506_2q2lo5d0/zingala/img/bg_1.png");
  background-size: 5%;
  padding: 3rem 0;
}
@media all and (max-width: 480px) {
  .event-step-section {
    padding-bottom: 5rem;
  }
}
.event-step-card {
  position: relative;
}
.event-step-card-header {
  margin: 1rem 0;
}
.event-step-card__title {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #FFFFFF;
}
.event-step-card__title > span {
  color: #FFF9D6;
}
.event-step-card__content {
  position: relative;
  overflow: hidden;
  z-index: 5;
  background: white;
  border-radius: 2rem;
  padding: 0;
  border: 2px solid #FFF9D6;
}
.event-step-card__content--pd {
  padding: 0 3rem;
}
.event-step-card__content img {
  margin: 0;
}
.event-give {
  position: relative;
  z-index: 1;
  padding: 3rem 3rem;
  background-image: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/202506_2q2lo5d0/zingala/img/content_bg.png");
  background-position: center bottom;
  background-size: 5%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 1024px) {
  .event-give {
    padding: 4rem 0 3rem 0;
    min-height: initial;
  }
}
@media all and (max-width: 480px) {
  .event-give {
    padding: 1rem 0 1rem 0;
  }
}
.event-give img {
  margin-bottom: 60px;
}
@media all and (max-width: 480px) {
  .event-give img {
    margin-bottom: 0rem;
  }
}
.event-give::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  height: 3rem;
  width: 100%;
}
.event-give.arrow::after {
  border-color: #fddde6 transparent transparent;
}
.event-give-pc {
  margin-right: -1rem;
}
.event-give-pc img {
  margin-right: 1rem;
}
.event-give .relative-img a:nth-child(2) {
  width: calc(25% + 5rem);
  display: block;
  height: 11%;
  position: absolute;
  left: 35%;
  top: 33%;
}
@media all and (max-width: 1440px) {
  .event-give .relative-img a:nth-child(2) {
    height: 15%;
    left: 32%;
  }
}
.event-give .relative-img a:nth-child(3) {
  width: calc(25% + 5rem);
  display: block;
  height: 11%;
  position: absolute;
  left: 35%;
  bottom: 2%;
}
@media all and (max-width: 1440px) {
  .event-give .relative-img a:nth-child(3) {
    height: 15%;
    left: 32%;
  }
}
.event-give .relative-imgm a:nth-child(2) {
  width: calc(50vw + 2rem);
  display: block;
  height: 8%;
  position: absolute;
  top: 50%;
  left: calc(25% - 1rem);
}
.event-give .relative-imgm a:nth-child(3) {
  width: calc(50vw + 2rem);
  display: block;
  height: 8%;
  position: absolute;
  bottom: 2%;
  left: calc(25% - 1rem);
}
.event-unboxing {
  position: relative;
  z-index: 1;
  padding: 3rem 3rem;
  background-image: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/202506_2q2lo5d0/zingala/img/bg_1.png");
  background-position: center bottom;
  background-size: 5%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 1024px) {
  .event-unboxing {
    padding: 4rem 0 3rem 0;
    min-height: initial;
  }
}
@media all and (max-width: 480px) {
  .event-unboxing {
    padding: 1rem 0 1rem 0;
  }
}
.event-unboxing img {
  margin-bottom: 60px;
}
@media all and (max-width: 480px) {
  .event-unboxing img {
    margin-bottom: 0rem;
  }
}
.event-unboxing::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  height: 3rem;
  width: 100%;
}
.event-unboxing.arrow::after {
  border-color: #fddde6 transparent transparent;
}
.event-unboxing-pc {
  margin-right: -1rem;
}
.event-unboxing-pc img {
  margin-right: 1rem;
}
.event-unboxing .relative-img a:nth-child(2) {
  width: calc(15% + 5rem);
  display: block;
  height: 11%;
  position: absolute;
  left: 22%;
  top: 83%;
}
@media all and (max-width: 1440px) {
  .event-unboxing .relative-img a:nth-child(2) {
    height: 15%;
    left: 32%;
  }
}
.event-unboxing .relative-img a:nth-child(3) {
  width: calc(15% + 5rem);
  display: block;
  height: 11%;
  position: absolute;
  left: 57%;
  bottom: 6%;
}
@media all and (max-width: 1440px) {
  .event-unboxing .relative-img a:nth-child(3) {
    height: 15%;
    left: 32%;
  }
}
.event-unboxing .relative-imgm a:nth-child(2) {
  width: calc(50vw + 2rem);
  display: block;
  height: 8%;
  position: absolute;
  top: 41%;
  left: calc(25% - 1rem);
}
.event-unboxing .relative-imgm a:nth-child(3) {
  width: calc(50vw + 2rem);
  display: block;
  height: 8%;
  position: absolute;
  bottom: 2%;
  left: calc(25% - 1rem);
}

.footer-section {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 69px;
  background: #2A2A2A;
  text-align: center;
}
@media all and (max-width: 480px) {
  .footer-section {
    height: 80px;
  }
}
.footer-section .list {
  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;
  list-style-type: none;
  height: 100%;
}
@media all and (max-width: 480px) {
  .footer-section .list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.footer-section .list a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  margin-right: 6rem;
}
@media all and (max-width: 1024px) {
  .footer-section .list a {
    margin-right: 2rem;
  }
}
@media all and (max-width: 480px) {
  .footer-section .list a {
    margin-right: 0;
    font-size: 0.9rem;
  }
}
.footer-section .list a:last-child {
  margin-right: 0;
}
.footer-section .list a i {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.footer-section .list a i.rotate {
  transform: rotate(-85deg);
  -webkit-transform: rotate(-85deg);
}
@media all and (max-width: 480px) {
  .footer-section .list a i {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}
@media all and (max-width: 480px) {
  .footer-section .list a span {
    display: block;
  }
}
.footer-section .list a:hover {
  text-decoration: none;
  color: #FFDEE3;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-50vw, 0, 0);
            transform: translate3d(-50vw, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-50vw, 0, 0);
            transform: translate3d(-50vw, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(50vw, 0, 0);
            transform: translate3d(50vw, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(50vw, 0, 0);
            transform: translate3d(50vw, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bg_coin {
  0% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
}
@keyframes bg_coin {
  0% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes coin {
  0% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0%, -3%) scale(1.02);
            transform: translate(0%, -3%) scale(1.02);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
}
@keyframes coin {
  0% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0%, -3%) scale(1.02);
            transform: translate(0%, -3%) scale(1.02);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
}