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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

input[type=submit], input[type=reset], input[type=button], input[type=text], input[type=password], textarea, select {
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #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: 1366px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

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

.l-contentWidth {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 820px) {
  .l-contentWidth {
    width: 100%;
  }
}

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

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

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

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

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

.l-margin-tb2 {
  margin: 2% 0;
}

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

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

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

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

.l-btn-primary {
  background-color: #ac7d53;
  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;
  text-overflow: ellipsis;
}

.l-title {
  font-size: 1.1875rem;
  font-weight: 500;
  color: #ac7d53;
}
@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%);
          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: #f57f76;
}

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

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

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

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes jumpTop {
  0% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes jumpTop {
  0% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes shakeZenyB {
  0% {
    -webkit-transform: translate(0, 170px);
            transform: translate(0, 170px);
  }
  50% {
    -webkit-transform: translate(-5px, 170px);
            transform: translate(-5px, 170px);
  }
  100% {
    -webkit-transform: translate(0, 170px);
            transform: translate(0, 170px);
  }
}
@keyframes shakeZenyB {
  0% {
    -webkit-transform: translate(0, 170px);
            transform: translate(0, 170px);
  }
  50% {
    -webkit-transform: translate(-5px, 170px);
            transform: translate(-5px, 170px);
  }
  100% {
    -webkit-transform: translate(0, 170px);
            transform: translate(0, 170px);
  }
}
@-webkit-keyframes shakeZenyF {
  0% {
    -webkit-transform: translate(0, -90px);
            transform: translate(0, -90px);
  }
  50% {
    -webkit-transform: translate(5px, -90px);
            transform: translate(5px, -90px);
  }
  100% {
    -webkit-transform: translate(0, -90px);
            transform: translate(0, -90px);
  }
}
@keyframes shakeZenyF {
  0% {
    -webkit-transform: translate(0, -90px);
            transform: translate(0, -90px);
  }
  50% {
    -webkit-transform: translate(5px, -90px);
            transform: translate(5px, -90px);
  }
  100% {
    -webkit-transform: translate(0, -90px);
            transform: translate(0, -90px);
  }
}
@-webkit-keyframes lanternLight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lanternLight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zenyLeftFly {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
@keyframes zenyLeftFly {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
@-webkit-keyframes jumpRun {
  0% {
    -webkit-transform: translate(40px, 0px);
            transform: translate(40px, 0px);
  }
  50% {
    -webkit-transform: translate(50px, -20px) rotate(-10deg);
            transform: translate(50px, -20px) rotate(-10deg);
  }
  100% {
    -webkit-transform: translate(80px, 0px);
            transform: translate(80px, 0px);
  }
}
@keyframes jumpRun {
  0% {
    -webkit-transform: translate(40px, 0px);
            transform: translate(40px, 0px);
  }
  50% {
    -webkit-transform: translate(50px, -20px) rotate(-10deg);
            transform: translate(50px, -20px) rotate(-10deg);
  }
  100% {
    -webkit-transform: translate(80px, 0px);
            transform: translate(80px, 0px);
  }
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #fff2d4;
}
.wrapper-bg {
  background-image: url("../img/bg02.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
}
@media screen and (min-width: 1921px) {
  .container {
    max-width: 2650px;
    height: auto;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    height: auto;
  }
}
@media screen and (max-width: 1170px) {
  .container {
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    height: auto;
  }
}

.red_bag01 {
  max-width: 1920px;
  bottom: -1px;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 1921px) {
  .red_bag01 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .red_bag01 {
    width: 150%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.red_bag02 {
  max-width: 1920px;
  bottom: 0;
  position: absolute;
}
@media screen and (min-width: 1921px) {
  .red_bag02 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .red_bag02 {
    width: 178%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.zeny_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.zeny_wrap img {
  max-width: 100%;
}
.zeny_wrap .zeny_01 {
  -webkit-transform: translateY(170px);
          transform: translateY(170px);
}
.zeny_wrap .zeny_01.active {
  animation: shakeZenyB 0.2s infinite alternate-reverse;
}
.zeny_wrap .zeny_01.repeat {
  animation: shakeZenyB 5s infinite alternate-reverse;
}
.zeny_wrap .zeny_02 {
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
  position: relative;
  z-index: 2;
}
.zeny_wrap .zeny_02.active {
  animation: shakeZenyF 0.2s infinite alternate-reverse;
}
.zeny_wrap .zeny_02.repeat {
  -webkit-animation: shakeZenyF 5s infinite alternate;
          animation: shakeZenyF 5s infinite alternate;
}
.zeny_wrap .zeny_03 {
  position: absolute;
  max-width: 261px;
  width: 12%;
  top: 0%;
  left: 10%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(50%, 200%);
          transform: translate(50%, 200%);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.zeny_wrap .zeny_03.active {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  animation: zenyLeftFly 2s 2s linear infinite alternate-reverse;
}
.zeny_wrap .zeny_04 {
  position: absolute;
  max-width: 261px;
  width: 12%;
  top: 0%;
  right: 10%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-120%, 170%);
          transform: translate(-120%, 170%);
  -webkit-transition: all 0.1s 0.2s ease-in-out;
  transition: all 0.1s 0.2s ease-in-out;
  z-index: 1;
}
.zeny_wrap .zeny_04.active {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  -webkit-animation: zenyLeftFly 2s 2s linear infinite alternate;
          animation: zenyLeftFly 2s 2s linear infinite alternate;
}
@media screen and (max-width: 1024px) {
  .zeny_wrap {
    max-width: 1680px;
    width: 200%;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}

.l-wrapper {
  height: 100%;
}

.slogan {
  max-width: 788px;
  width: 65%;
  position: absolute;
  bottom: 1%;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .slogan {
    width: 80%;
    bottom: inherit;
    top: 12%;
  }
}
@media screen and (max-width: 860px) {
  .slogan {
    top: 13%;
  }
}

.kv_wrap {
  margin: 0 auto;
  position: relative;
  max-width: 1440px;
  width: 90%;
  height: 768px;
}
.kv_wrap > img {
  position: absolute;
  width: 90%;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.kv_wrap.active .kv_peo01 {
  animation: jumpTop 0.3s linear forwards, jump 2s 0.3s ease-in-out infinite alternate-reverse;
}
.kv_wrap.active .kv_peo02 {
  animation: jumpTop 0.4s linear forwards, jump 2s 0.5s ease-in-out infinite alternate-reverse;
}
.kv_wrap.active .kv_peo03 {
  animation: jumpTop 0.5s linear forwards, jump 2s 0.7s ease-in-out infinite alternate-reverse;
}
.kv_wrap.active .kv_peo04 {
  animation: jumpTop 0.6s linear forwards, jump 2s 0.9s ease-in-out infinite alternate-reverse;
}
.kv_wrap.active .kv_monster01 {
  animation: jumpTop 0.7s linear forwards, jump 2s 1.2s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 1921px) {
  .kv_wrap {
    height: 1000px;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 2;
  }
}
@media screen and (max-width: 1440px) {
  .kv_wrap {
    margin: 0;
    height: 678px;
  }
}
@media screen and (max-width: 1170px) {
  .kv_wrap {
    width: 100%;
    height: 70vw;
  }
  .kv_wrap .kv_peo01 {
    width: 60%;
    left: 10%;
  }
  .kv_wrap .kv_peo02 {
    width: 36%;
    left: 41%;
  }
  .kv_wrap .kv_peo03 {
    width: 58%;
    left: 45.144%;
  }
  .kv_wrap .kv_peo04 {
    width: 40%;
    top: 55%;
    left: -10%;
  }
  .kv_wrap .kv_monster01 {
    width: 35%;
    top: 23%;
    left: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .kv_wrap {
    height: 130vw;
  }
  .kv_wrap .kv_peo01 {
    width: 90%;
  }
  .kv_wrap .kv_peo02 {
    width: 90%;
  }
  .kv_wrap .kv_peo03 {
    width: 90%;
    top: 37.3%;
  }
  .kv_wrap .kv_peo04 {
    width: 90%;
    top: 62%;
    left: -12%;
  }
  .kv_wrap .kv_monster01 {
    width: 90%;
    top: inherit;
    bottom: 20%;
  }
}
@media screen and (max-width: 992px) {
  .kv_wrap .kv_peo04 {
    left: -19%;
  }
}
@media screen and (max-width: 860px) {
  .kv_wrap .kv_peo01 {
    width: 70%;
    left: -2%;
  }
  .kv_wrap .kv_peo02 {
    width: 40%;
  }
  .kv_wrap .kv_peo03 {
    width: 70%;
    left: 33.144%;
  }
  .kv_wrap .kv_peo04 {
    width: 40%;
    left: -15%;
  }
  .kv_wrap .kv_monster01 {
    width: 35%;
    left: 2%;
    bottom: 27%;
  }
}

.kv_peo01 {
  max-width: 673px;
  width: 55%;
  left: 19.13%;
  bottom: 0;
  z-index: 5;
}

.kv_peo02 {
  max-width: 417px;
  left: 46%;
  bottom: 0;
  z-index: 6;
}

.kv_peo03 {
  max-width: 643px;
  width: 55%;
  left: 47.144%;
  top: 11.3%;
  z-index: 2;
}

.kv_peo04 {
  max-width: 444px;
  left: 0;
  top: 44.8%;
  z-index: 2;
}

.kv_monster01 {
  max-width: 423px;
  left: 16.4%;
  top: 16.4%;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .kv_monster01 {
    top: 8.5%;
  }
}

.lantern_wrap {
  position: relative;
  top: -5%;
  pointer-events: none;
}

.lantern {
  position: absolute;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.lantern_b {
  width: 226px;
  height: 399px;
  left: -80px;
  background-image: url("../img/ac_lantern_b.png");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.lantern_b::after {
  content: "";
  position: absolute;
  background-image: url("../img/ac_lantern_b.png");
  background-size: cover;
  background-position: -226px 0;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: lanternLight 1s 0.5s ease-in-out infinite alternate;
          animation: lanternLight 1s 0.5s ease-in-out infinite alternate;
}
.lantern_s {
  width: 194px;
  height: 337px;
  left: 80px;
  background-image: url("../img/ac_lantern_s.png");
  background-size: cover;
  background-position: 0px top;
  background-repeat: no-repeat;
}
.lantern_s::after {
  content: "";
  position: absolute;
  background-image: url("../img/ac_lantern_s.png");
  background-size: cover;
  background-position: -194px 0;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: lanternLight 1s infinite alternate-reverse;
}
.lantern_br {
  width: 226px;
  height: 399px;
  right: -80px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  background-image: url("../img/ac_lantern_b.png");
  background-size: cover;
  background-position: 0px top;
  background-repeat: no-repeat;
}
.lantern_br::after {
  content: "";
  position: absolute;
  background-image: url("../img/ac_lantern_b.png");
  background-size: cover;
  background-position: -226px 0;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: lanternLight 1s 0.5s ease-in-out infinite alternate;
          animation: lanternLight 1s 0.5s ease-in-out infinite alternate;
}
.lantern_sr {
  width: 194px;
  height: 337px;
  right: 120px;
  background-image: url("../img/ac_lantern_s.png");
  background-size: cover;
  background-position: 0px top;
  background-repeat: no-repeat;
}
.lantern_sr::after {
  content: "";
  position: absolute;
  background-image: url("../img/ac_lantern_s.png");
  background-size: cover;
  background-position: -194px 0;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: lanternLight 1s infinite alternate-reverse;
}
@media screen and (max-width: 860px) {
  .lantern_b {
    width: 27vw;
    height: 48vw;
    left: -10vw;
  }
  .lantern_b::after {
    background-image: url("../img/ac_lantern_b.png");
    background-size: cover;
    background-position: -27.2vw 0;
    background-repeat: no-repeat;
  }
  .lantern_s {
    width: 23vw;
    height: 40vw;
    left: 10vw;
  }
  .lantern_s::after {
    background-image: url("../img/ac_lantern_s.png");
    background-size: cover;
    background-position: -23.2vw 0;
    background-repeat: no-repeat;
  }
  .lantern_br {
    width: 27vw;
    height: 48vw;
    right: -10vw;
  }
  .lantern_br::after {
    background-image: url("../img/ac_lantern_b.png");
    background-size: cover;
    background-position: -27.2vw 0;
    background-repeat: no-repeat;
  }
  .lantern_sr {
    width: 23vw;
    height: 40vw;
    right: 15vw;
  }
  .lantern_sr::after {
    background-image: url("../img/ac_lantern_s.png");
    background-size: cover;
    background-position: -23.2vw 0;
    background-repeat: no-repeat;
  }
}

.ribbon_wrap {
  width: 100%;
  position: absolute;
  top: 22%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.ribbon_wrap .ribbon_01 {
  max-width: 753px;
  width: 50%;
  position: absolute;
  left: -11%;
}
.ribbon_wrap .ribbon_02 {
  max-width: 605px;
  width: 50%;
  position: absolute;
  right: -5%;
}
@media screen and (max-width: 1170px) {
  .ribbon_wrap {
    top: 65%;
  }
  .ribbon_wrap .ribbon_01 {
    margin: 0 0 0 -25%;
  }
}
@media screen and (max-width: 1024px) {
  .ribbon_wrap {
    top: 35%;
  }
  .ribbon_wrap .ribbon_01 {
    width: 90%;
  }
  .ribbon_wrap .ribbon_02 {
    width: 90%;
  }
}
@media screen and (max-width: 860px) {
  .ribbon_wrap {
    top: 40%;
  }
}

.menu_wrap {
  position: fixed;
  z-index: 99;
  right: 0.5%;
  top: -60.5%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.menu_wrap.active {
  top: 4.5%;
  -webkit-animation: zenyLeftFly 0.5s 1s infinite alternate;
          animation: zenyLeftFly 0.5s 1s infinite alternate;
}
@media screen and (max-width: 1170px) {
  .menu_wrap {
    top: -200%;
  }
}
@media screen and (max-width: 992px) {
  .menu_wrap {
    right: -4.5%;
  }
}
@media screen and (max-width: 640px) {
  .menu_wrap {
    right: -10.5%;
  }
}
@media screen and (max-width: 425px) {
  .menu_wrap {
    width: 45%;
  }
  .menu_wrap.active {
    top: 1%;
  }
}
@media screen and (max-width: 412px) {
  .menu_wrap {
    right: -13.5%;
  }
}


.menu_btn {
    cursor: pointer;
    position: relative;
    right: 1vw;
    width: 2.6045vw;
    filter: brightness(200%);
}


.menu_btn:hover {
    filter: brightness(100%);
}



.menu_btn_big {
    cursor: pointer;
    position: relative;
    right: 0;
    width: 10.365vw;  
    margin-bottom: .7vw;
}


.menu_btn_big:hover, .menu_btn_big2:hover { 
filter: brightness(1.1);
bottom: .1vw;
}


.menu_btn {
    cursor: pointer;
    position: relative;
    right: 1vw;
    width: 2.6045vw;
    filter: brightness(200%);
}


.menu_btn:hover {
    filter: brightness(100%);
}



@media screen and (max-width: 1280px) {
  .menu_btn img {
    max-width: 70%;
  }
}
@media screen and (max-width: 1170px) {
  .menu_btn img {
    max-width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .menu_btn img {
    max-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .menu_btn img {
    max-width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .menu_btn img {
    max-width: 50%;
  }
}

.deviruchi {
  max-width: 100%;
  position: absolute;
  bottom: -160px;
  left: -35px;
}
@media screen and (max-width: 425px) {
  .deviruchi {
    max-width: 75%;
    bottom: -27vw;
    left: 0;
  }
}

.logo {
    max-width: 150px;
    width: 90%;
    position: absolute;
    top: 3%;
    left: 0.8%;
    z-index: 10;
}
@media screen and (max-width: 1024px) {
  .logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 992px) {
  .logo {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
    .logo {
      top: 2vw;
        width: 20%;
        left: 2%;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.event_container {
  background-image: url("../img/bg01.jpg");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat-y;
  position: relative;
  z-index: 1;
  max-width: 2650px;
  width: 100%;
  margin: 0 auto;
}
.event_container::after {
  position: absolute;
  content: "";
  background-image: url("../img/acc_fixed_flower.png");
  background-size: cover;
  background-position: 0 0;
  background-repeat: repeat-y;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 860px) {
  .event_container::after {
    background-size: 200%;
    background-position: -50px 0;
  }
}
@media screen and (max-width: 540px) {
  .event_container::after {
    background-size: 270%;
  }
}

.event_wrap {
    max-width: 1064px;
    width: 90%;
    margin: 0 auto;
}
.event_wrap .title img {
position: relative;
    width: 100%;
    top: 1vw;
    z-index: 1;
}

.title_revards img {
    position: relative;
    width: 100%;
    top: 6.5vw;
    z-index: 1;
}

.event_btn_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin: 0 0 3% 0;
    -ms-flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    line-height: 0;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 1170PX) {
  .event_btn_wrp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .event_btn_wrp .event_btn:nth-child(2) {
    margin: 0px;
  }
}
@media screen and (max-width: 680px) {
  .event_btn_wrp .event_btn {
    margin: 0px;
  }
}

.event_btn_wrp .event_btn {
  position: relative;
}
.event_btn_wrp .event_btn .visited {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.event_btn_wrp .event_btn.active .turn {
  opacity: 0;
}
.event_btn_wrp .event_btn.active .visited {
  opacity: 1;
  margin: 0 auto;
}
/* .event_btn_wrp .event_btn:hover {

} */
.event_btn_wrp .event_btn:hover .turn {
  opacity: 0;
}
.event_btn_wrp .event_btn:hover .visited {
  opacity: 1;
}
/* .event_btn_wrp .event_btn:nth-child(2) {

} */
.event_btn_wrp img {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  max-width: 352px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {

.event_btn_wrp .event_btn:nth-child(3) {
        margin: 0px;
        display: none;
    }

}


@media screen and (max-width: 992px) {
  .event_btn_wrp .event_btn {
    width: 30%;
  }
}
@media screen and (max-width: 680px) {
  .event_btn_wrp .event_btn {
    width: 40%;
  }
  .event_btn_wrp .event_btn:nth-child(2) {
    margin: 0;
  }
}
@media screen and (max-width: 540px) {
  .event_btn_wrp .event_btn {
    width: 50%;
  }
}
@media screen and (max-width: 425px) {
  .event_btn_wrp .event_btn {
    width: 60%;
  }
}
@media screen and (max-width: 425px) {
  .event_btn_wrp .event_btn {
    width: 70%;
  }
}

.event_block {
  padding: 4% 5% 4% 5%;
  border: 4px solid #c33720;
  background-color: #f54b2f;
  border-radius: 10px;
  position: relative;
}
.event_block-light {
    background-color: #fdf6e3;
    border: none;
    color: #c33720;
}

.en_text {
  font-size: 2rem;
}
@media screen and (max-width: 425px) {
  .en_text {
    font-size: 1.5rem;
  }
}

.event_info {
  margin: 2% 0;
}
.event_info .title {
  padding: 1% 2%;
  background-color: #c33720;
  display: inline-block;
  border-radius: 50px;
  color: #fff2d4;
}
.event_info .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event_info .time p {
  font-size: 1.4rem;
  color: #fff2d4;
}
.event_info .time span {
  margin: 0 0.5%;
}
@media screen and (max-width: 425px) {
  .event_info .title {
    padding: 2% 5%;
  }
  .event_info .time p {
    font-size: 1.2rem;
  }
}

.acc_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  pointer-events: none;
}
.acc_wrap .novice {
  position: absolute;
  max-width: 313px;
  width: 100%;
  bottom: -4vw;
  right: -2vw;
  z-index: 1;
}
.acc_wrap .golem {
  position: absolute;
  max-width: 147px;
  width: 50%;
  left: -4vw;
  bottom: -2vw;
}
@media screen and (max-width: 992px) {
  .acc_wrap {
    right: -10vw;
  }
  .acc_wrap .golem {
    left: -9vw;
  }
}
@media screen and (max-width: 680px) {
  .acc_wrap {
    display: none;
  }
}

.event_text {
  margin: 1% 0;
  line-height: 22px;
}
.event_text span {
  display: inline-block;
}

.tips {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1% 0 0;
  padding: 0.5% 1%;
  background-color: #2b8087;
  border-radius: 5px;
  color: #fff2d4;
}
@media screen and (max-width: 425px) {
  .tips {
    padding: 2.5% 3%;
  }
}

.icon_flower {
  width: 22px;
  height: 21px;
  background-image: url("../img/icon_flower.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
}

.notice_wrap {
  line-height: 24px;
}
.notice_wrap li {
  margin: 0.5% 0;
}
.notice_wrap i {
  margin: 0 5px 0 0;
}
.notice_wrap .l-focus {
  padding: 2px 6px;
}

.event_notice {
max-width: 960px;
    min-height: 8vw;
    width: 75%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #fdf6e3;
    border-top: 1px solid #fdf6e3;
}

.event_notice .event_game_tips {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.event_notice .event_game_tips li {
    line-height: 2;
    color: #fdf6e3;
    font-weight: 300;
    letter-spacing: 1.5px;
}

.event_notice .shine {
  position: absolute;
  top: 5px;
  left: 10px;
  max-width: 81px;
}
.event_notice .pig {
  position: absolute;
  bottom: -50px;
  right: 0;
  max-width: 293px;
}
@media screen and (max-width: 1170px) {
  .event_notice {
    background-size: contain;
    border-bottom: 0px solid #fdf6e3;
    border-top: 0px solid #fdf6e3;
  }
  .event_notice .pig {
    bottom: -80px;
  }
}
@media screen and (max-width: 768px) {
  .event_notice {
    background-size: cover;
        border-bottom: 1px solid #fdf6e3;
    border-top: 1px solid #fdf6e3;
  }
  .event_notice .pig {
    bottom: -10vw;
    right: -7vw;
  }
}
@media screen and (max-width: 480px) {
.event_notice {
        width: 100%;
    }
  .event_notice .pig {
    bottom: -122vw;
  }
  .event_notice .event_game_tips {
    width: 90%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 4% 0;
  }
}

.acc_line {
  width: 100%;
  height: 23px;
  background-image: url("../img/line.png");
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  margin: 2% 0;
}

.acc_line_light {
  width: 100%;
  height: 23px;
  background-image: url("../img/line_light.png");
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  margin: 5% 0;
}

.event_precaution {
  color: #c33720;
  padding: 0 0 5% 0;
}
.event_precaution ul {
    border-radius: 10px;
    padding: 0 0 2% 3%;
    line-height: 27px;
    margin: 0;
    color: #fff;
    list-style: auto;
}
.event_precaution ul li {
  margin: 1% 0;
}

@media screen and (max-width: 480px) {
  .event_demo_show {
    margin: 30% 0 0;
  }
}

.demo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4% 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.demo_wrap .demoIsis {
  max-width: 353px;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .demo_wrap .demoIsis {
    width: 30%;
  }
}
@media screen and (max-width: 860px) {
  .demo_wrap .demoIsis {
    margin: 0;
    position: absolute;
    right: -20px;
    top: -130px;
  }
}
@media screen and (max-width: 680px) {
  .demo_wrap .demoIsis {
    position: relative;
    right: 0;
    top: 0;
    width: 44%;
  }
}
@media screen and (max-width: 480px) {
  .demo_wrap .demoIsis {
    display: none;
  }
}

.demo_item {
  background-color: #fff2d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 380px;
  width: 100%;
  height: 500px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-y: scroll;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.demo_item img {
  max-width: 278px;
  width: 100%;
  border: 2px solid #ffce8d;
  border-radius: 5px;
  margin: 5px;
}
@media screen and (max-width: 860px) {
  .demo_item {
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media screen and (max-width: 680px) {
  .demo_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .demo_item img {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .demo_item {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.demo_item::-webkit-scrollbar {
  width: 6px;
}
.demo_item::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 4px;
}
.demo_item::-webkit-scrollbar-track-piece {
  background: transparent;
}
.demo_item::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #fec774;
}
.demo_item::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
}

.l-en {
  color: #514335;
  text-transform: uppercase;
}

.l-content {
  margin: 1.2% 2% 0 2%;
}

.l-paddingTB {
padding: 0% 0 5%;
}

.l-light {
  background-color: #ffce8d;
}

.l-focus {
  background-color: #ffe9cb;
  margin: 2px;
  padding: 6px;
  border-radius: 5px;
}

.l-btnStyle {
  display: inline-block;
  padding: 10px 12.7%;
  border: 2px dashed #ffce8d;
  background-color: #c33720;
  color: #ffce8d;
  font-size: 1.5rem;
  border-radius: 50px;
  cursor: pointer;
}


.l-btnStyleA:hover, .l-btnStyleB:hover {
  -webkit-animation: jump 0.2s linear;
          animation: jump 0.2s linear;
}


.l-btnStyleA {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 6vw;
    left: 31%;
}

.l-btnStyleB {
    display: inline-block;
    cursor: pointer;
}

.l-cursorDefault {
  cursor: default !important;
}

.sign_wrap {
  padding: 5% 0;
  position: relative;
}

.sign_head {
  position: relative;
  max-width: 491px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sign_head .hunterFly {
  max-width: 96px;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: jump 0.3s ease-in-out infinite alternate;
          animation: jump 0.3s ease-in-out infinite alternate;
}
@media screen and (max-width: 480px) {
  .sign_head .hunterFly {
    width: 25%;
  }
}
@media screen and (max-width: 425px) {
  .sign_head {
    top: -69px;
  }
}

.acc_behind {
  width: 100%;
  height: 140px;
  background-color: #c33720;
  position: absolute;
  top: 0;
  border-radius: 80px 80px 400px 400px;
}

.acc_front {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
}
@media screen and (max-width: 860px) {
  .acc_front {
    display: none;
  }
}

.acc_redBg {
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 32px);
  background-color: #f54b2f;
  left: 50%;
  bottom: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}


/* 帳號登入 */


.sign_body {
    width: 100%;
    position: relative;
    margin: 0 0 0 0;
}

/* .sign_content {

} */

.sign_info {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  padding: 0;
}

.sign_up {
display: block;
}
.sign_up.active {
  display: none;
}

.sign_enter {
  display: none;
}
.sign_enter.active {
  display: block;
  text-align: center;
}

.sign_title {
  max-width: 330px;
  margin: 0 auto;
  padding: 15% 0 25px;
}
.sign_title img {
  width: 90%;
  margin: 0 auto;
}

.sign_btn {
  text-align: center;
}


.login_bg {
    width: 100%;
    max-width: 682px;
    margin: 0 auto;
}

.login_npc {
    position: absolute;
    max-width: 193px;
    width: 11vw;
    top: 8vw;
    left: 2vw;
    z-index: 1;
}




.info-box.sign {
    display: flex;
    align-items: center;
    background: #1c1a15;
    border-radius: 40px;
    padding: 0;
    width: 27vw;
    overflow: hidden;
    color: #fff;
    height: 2.5vw;
    margin: .5vw auto 0 auto;
}



.user_data {
  width: 100%;
  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;
  padding: 0 0 2vw;
}
.user_data .l-en {
  font-size: 1.6rem;
  color: #fff2d6;
}
.user_data .sign_btn {
  width: 100%;
}

.user_info {
    margin: 2% 0;
    text-align: center;
    line-height: 26px;
    font-size: 1rem;
    font-weight: 100;
    letter-spacing: 2px;
}

.icon_expup {
  max-width: 76px;
}

.user_notice {
      width: 90%;
    margin: 1.5vw auto;
  background-color: #eee1bc;
  color: #514335;
      padding: 5% 15% 2% 15%;
  line-height: 25px;
  border-radius: 10px;
}
.user_notice i {
  margin: 0 4px 0 0;
}

.user_notice hr {
    margin-top: 2vw;
    margin-bottom: 2vw;
    color: #fdf6e3;
    border-style: solid;
    transform: scaleY(0.3);
    transform-origin: top;
}

.server {
  text-align: center;
  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;
              width: 100%;
    margin: 0 auto;
}
.server p {
  margin: 5% 0 2%;
  color: #514335;
  margin: 0 auto;
}

.server.note {
    color: #c71515;
    margin-bottom: 1vw;
    font-weight: 600;
}

.server select {
    width: 100%;
    padding: 3% 4%;
    border-radius: 999px;
    outline: none;
    background-color: #ffffff;
    border: none;
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #514335;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}



.server .select_wrap {
    position: relative;
    width: 88%;
    margin: 0 auto;
}
.server .select_wrap span {
  position: absolute;
  color: #514335;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}



@media screen and (max-width: 480px) {
  .server select {
      padding: 7% 5%;
  }
  .server .select_wrap span {
    right: 5%;
  }
}

.user_data_get {
width: 88%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1.5vw auto;
}
.user_data_get .data_get {
  width: calc(50% - 10px);
}


.user_data_get .data_get p {
  margin: 2% 0;
}
.user_data_get .get_num {
padding: 5.5% 5%;
    background-color: #ffffff;
    border-radius: 999px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #514335;
    font-weight: 900;
    
}
@media screen and (max-width: 480px) {
  .user_data_get {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .user_data_get .data_get {
    width: 100%;
  }
}

.user_get_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 2vw;
}


.user_get_list .get_list {
display: flex;
    width: 48%;
    cursor: pointer;
    height: 3.5vw;
    font-size: 1.3rem;
    letter-spacing: 4px;
    color: #fff;
    background-color: #383029;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* 右側箭頭 */

.btn_arrow {
    color: #ffffff;
    position: absolute;
    right: 1vw;
    top: .9vw;
    font-size: 2rem;
}


.user_notice_box {
    background-color: #fdf6e2;
    width: 100%;
    height: auto;
    padding: 3.5vw 0 1.5vw 0;
    border-radius: 10px;
        color: #514335;
}


.user_get_list .get_list img {
  max-width: 342px;
  width: 100%;
}
.user_get_list .get_list:hover {
  -webkit-animation: jump 0.2s linear;
          animation: jump 0.2s linear;
}
@media screen and (max-width: 480px) {
  .user_get_list .get_list {
        width: 100%;
        height: auto;
        padding: 3vw;
  }
  .user_get_list .get_list img {
    margin: 0 auto;
  }
  .user_get_list .get_consumption {
        margin: 0 0 5% 0;
        height: auto;
        padding: 3vw;
  }
}

/* 帳號登入 END*/



/* POPUP */

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

.popup_main {
  position: absolute;
  max-width: 870px;
  max-height: 640px;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .popup_main {
    width: 90%;
  }
}

.popup_body {
        padding: 4% 0 4% 0;
    background-color: #fcf6e4;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.popup_body hr {
    color: #e1d3af;
    border-style: solid;
    transform: scaleY(0.3);
    transform-origin: top;
    margin-top: 2vw;
}


@media screen and (max-width: 860px) {
  .popup_body {
    padding: 8% 0;
  }
}
@media screen and (max-width: 540px) {
  .popup_body {
    padding: 15% 0;
  }
}
@media screen and (max-width: 480px) {
  .popup_body {
      padding: 5% 0;
  }
}


.close {
    position: absolute;
    right: 2%;
    top: -11%;
    z-index: 5;
    width: 2vw;
    height: 2vw;
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.close:hover {

filter: brightness(130%);


}



@media screen and (max-width: 640px) {
    .close {
        position: absolute;
        right: 2%;
        top: 2%;
        z-index: 5;
        width: 7vw;
        height: 7vw;
        cursor: pointer;
    }
}



.close.re {
    position: absolute;
    right: 2%;
    top: 2%;
    z-index: 5;
    width: 2vw;
    height: 2vw;
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.close.re:hover {

filter: brightness(130%);


}


@media screen and (max-width: 640px) {
    .close.re {
        position: absolute;
        right: 2%;
        top: 2%;
        z-index: 5;
        width: 7vw;
        height: 7vw;
        cursor: pointer;
    }
}


/* 
.close.l-en {

} */

.data_body {
    top: 2vw;
    position: relative;
    width: 100%;
    height: 94%;
    margin: 0 auto;
  display: none;
}
.data_body.active {
  display: block;
}
.data_body iframe {
  width: calc(100% - 4px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: scroll;
}

.miracle_body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #fcf6e4;
  border-radius: 10px;
  padding: 5%;
  overflow-y: scroll;
  display: none;
}
.miracle_body.active {
  display: block;
}
@media screen and (max-width: 1024px) {
  .miracle_body {
    width: 100%;
  }
}
.miracle_body::-webkit-scrollbar {
  width: 6px;
}
.miracle_body::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 4px;
}
.miracle_body::-webkit-scrollbar-track-piece {
  background: transparent;
}
.miracle_body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #eee1bc;
}
.miracle_body::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
}

.other_body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #fcf6e4;
  border-radius: 10px;
  padding: 5%;
  overflow-y: scroll;
  display: none;
}
.other_body.active {
  display: block;
}
@media screen and (max-width: 1024px) {
  .other_body {
    width: 100%;
  }
}
.other_body::-webkit-scrollbar {
  width: 6px;
}
.other_body::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 4px;
}
.other_body::-webkit-scrollbar-track-piece {
  background: transparent;
}
.other_body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #eee1bc;
}
.other_body::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
}

.bow {
  position: absolute;
  max-width: 276px;
  width: 25%;
  top: -4%;
  left: -10%;
  z-index: 6;
}
@media screen and (max-width: 540px) {
  .bow {
    width: 60%;
    left: -25vw;
    top: -20vw;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}


/* POP END */





.miracle__egg__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin: 6% 0 12%;
}
.miracle__egg__wrap .miracle__dayaward {
  width: calc(98% - 648px);
}
.miracle__egg__wrap .miracle__dayaward .title {
margin: 0 0 12%;
}
@media screen and (max-width: 1170px) {
  .miracle__egg__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .miracle__egg__wrap .miracle__dayaward {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {

  .miracle__egg__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
     margin: 6% 0 6% 0;
  }
  
  .miracle__egg__wrap .miracle__dayaward {
    width: 100%;
    
  }
}

@media screen and (max-width: 1170px) {
  .miracle__ball__wrap {
    top: 16vw;
  }
}

.polly_day_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-awardStyle {
  position: relative;
  width: calc(33.3333333333% - 5px);
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: 0;
}
.l-awardStyle:hover {
  top: -5px;
}

.l-awardStyle .egg {
  max-width: 91px;
  height: 88px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .l-awardStyle {
        width: calc(50% - 5px);
        margin: 3% 0 0 0;
  }
  .l-awardStyle:hover {
    top: 0;
  }
  .l-awardStyle.l-margin-t3 {
    margin: 0;
  }
}

.l-item {
  position: relative;
  z-index: 1;
  background-color: #eee1bc;
  border-radius: 5px;
  padding: 8%;
  text-align: left;
  color: #ac1818;
  overflow: hidden;
}
.l-item .l-en {
  font-size: 1.2rem;
}


.l-item .icon {
  color: #ffffff;
  position: absolute;
  right: 8px;
  top: 8px;
}


@media screen and (max-width: 480px) {
  .bg_color {
    width: 62vw;
    height: 62vw;
  }
}

.miracle__msg__body {
  width: 20%;
}

.show_other_demo,
.show_polly_demo {
  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;
  margin: 4% 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.show_other_demo img,
.show_polly_demo img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  border-radius: 5px;
  margin: 5px;
}

.miracle_body .title img,
.other_body .title img {
  max-width: 330px;
  margin: 0 auto;
  width: 90%;
}





@media screen and (max-width: 500px) {
  .event_notice .pig {
    display: none;
  }
}

.miracle_list .polly_day_wrap {
margin: 8% 0;
}

@media screen and (max-width: 768px) {


.miracle_list .polly_day_wrap {
    margin: 2% 0;
}

}



.miracle_list .l-awardStyle {
  width: calc(20% - 10px);
  margin: 5px;
}
.miracle_list .l-awardStyle p {
    text-align: center;
    line-height: 22px;
    font-weight: 600;
}
.miracle_list .item_img {
  max-width: 150px;
  position: relative;
  margin: 0 auto 8%;
}
.miracle_list .item_img .awardBg {
  margin: 0 auto;
}
.miracle_list .item_img .award {
  position: absolute;
  max-width: 75px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .miracle_list .l-awardStyle {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 680px) {
  .miracle_list .l-awardStyle {
    width: calc(50% - 10px);
  }
  .miracle_list .bg_color {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .miracle_list .l-awardStyle {
    width: calc(100% - 10px);
  }
}






/* 側邊攔 */

#right_btn01 {

    position: fixed;
    height: auto;
    right: 0;
    top: 7vw;

    z-index: 8;
    right: -260px; 
    transition: right 0.8s cubic-bezier(0.22, 1, 0.36, 1); 


}



 #right_btn01.active {
    right: 0;
  }



  .big_title_A1 {

    position: relative;
width: 100%;
    margin-bottom: 2vw;


}


.game_rule {
width: fit-content;
    text-align: center;
    margin: 0 auto;
    font-size: .95rem;
    line-height: 1.9;
    color: #fdf6e3;
    font-weight: 300;
    letter-spacing: 1.5px;
    margin-top: .5vw;
}


.game_rule.r1 {
width: fit-content;
    text-align: center;
    padding: 0 1.5vw;
    margin: 0 auto;
    font-size: .95rem;
    line-height: 1.9;
    color: #fdf6e3;
    font-weight: 300;
    letter-spacing: 1.5px;
    background-color: #00000085;
    border-radius: 999px;
    margin-top: 4vw;
}


.note {
color: #fff3d0;
}



/* 活動方式欄位 */

.event_info_box {

display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 10px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    position: relative;
        margin: 0 auto 2vw auto;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 1.5vw;


}

.event_info_boxS1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 27%;
    background-color: #eee1bc;
    padding: 3%;
    border-radius: 10px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    position: relative;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    justify-content: space-around;
        color: #514335;
        letter-spacing: 1.5px;
}


.info_npc {
width: 11vw;
    max-width: 199px;
    margin: .5vw auto;
}

.share {
    margin: .6vw auto 0 auto;
    background-color: #3c75ef;
    padding: .1vw 1vw;
    width: fit-content;
    border-radius: 999px;
}

.event_info_boxS2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    background-color: #eee1bc;
    padding: 3%;
    border-radius: 10px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    position: relative;
    flex-direction: column;
    color: #514335;
    align-items: flex-start;
    justify-content: flex-start;
}

.event_info_boxS2 p {

    line-height: 1.8;
}



.event_info_boxS2.note {
    color: #ac1818;
    width: 100%;
    padding: 0;
    margin-top: 1vw;
}



.event_info_title {
color: #ffffff;
    font-size: 1.3rem;
    letter-spacing: 12px;
    margin-bottom: .5vw;
    margin: 0 auto;
    margin-bottom: .5vw;
    font-weight: 900;
}

.event_info_title.box2 {
    margin-bottom: 1.5vw;
}



.event_ex_title {
    width: fit-content;
    margin: 3% 0 1% 0;
    padding: 0 1vw;
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    line-height: 1.6;
    background-color: #bb2020;
}

.event_ex_title2 {
    width: fit-content;
    margin: 3% 0 1% 0;
    padding: 0 1vw;
    font-size: 1rem;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    line-height: 1.6;
    background-color: #d0c498;
}

.event_info.ex {
color: #514335;
    line-height: 1.8;
}

.event_info.ex hr {
    margin-top: 2vw;
    margin-bottom: 2vw;
    color: #e1d3af;
    border-style: solid;
    transform: scaleY(0.3);
    transform-origin: top;
}


/* 消費活動說明++++ */



@media screen and (max-width: 640px) {

.event_info_box {
    flex-direction: column;
}

.event_info_boxS1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #eee1bc;
    padding: 3%;
    border-radius: 10px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    position: relative;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    justify-content: space-around;
        color: #514335;
        letter-spacing: 1.5px;
}


    .info_npc {
        width: 46vw;
        max-width: 199px;
        margin: 5.5vw auto;
    }

    .share {
        margin: 3.6vw auto;
        background-color: #1a78f4;
        padding: 1vw 6vw;
        width: fit-content;
        border-radius: 999px;
    }

.event_info_boxS2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #eee1bc;
    padding: 6%;
    border-radius: 10px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    position: relative;
    flex-direction: column;
    color: #514335;
    align-items: flex-start;
    justify-content: flex-start;
}

.event_info_boxS2 p {

    line-height: 1.8;
}



.event_info_boxS2.note {
    color: #ac1818;
    width: 100%;
    padding: 0;
    margin-top: 1vw;
}



.event_info_title {
color: #ffffff;
    font-size: 1.3rem;
    letter-spacing: 12px;
    margin-bottom: .5vw;
    margin: 0 auto;
    margin-top: 2vw;
    margin-bottom: .5vw;
    font-weight: 900;
}

.event_info_title.box2 {
    margin-bottom: 1.5vw;
}



.event_ex_title {
    width: fit-content;
    margin: 6% 0 3% 0;
    padding: 0 1vw;
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    line-height: 1.6;
    background-color: #bb2020;
}

.event_ex_title2 {
    width: fit-content;
    margin: 6% 0 3% 0;
    padding: 0 1vw;
    font-size: 1rem;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    line-height: 1.6;
    background-color: #d0c498;
}

.event_info.ex {
color: #514335;
    line-height: 1.8;
}

.event_info.ex hr {
    margin-top: 2vw;
    margin-bottom: 2vw;
    color: #e1d3af;
    border-style: solid;
    transform: scaleY(0.3);
    transform-origin: top;
}

}



/* 登入登出M */

@media screen and (max-width: 640px) {

.l-btnStyleA {
    display: inline-block;
    cursor: pointer;
    position: relative;
     width: 80%;
        top: 0;
        left: 0;
}

.l-btnStyleB {
        width: 80%;
        margin: 1vw auto 3vw auto;
}



.login_bg {
    width: 100%;
    max-width: 682px;
    margin: 0 auto;
    display: none;
}

.login_npc {

display: none

}

.user_notice_box {
    background-color: #fdf6e2;
    width: 100%;
    height: auto;
    padding: 6vw;
    border-radius: 10px;
    color: #514335;
}

.info-box.sign {
    display: flex;
    align-items: center;
    background: #1c1a15;
    border-radius: 999px;
    padding: 0;
    width: 100%;
    overflow: hidden;
    color: #fff;
    height: 8.5vw;
    margin: 3vw auto;
}

.user_notice {
    width: 100%;
    margin: 4.5vw auto;
    background-color: #eee1bc;
    color: #514335;
    padding: 5%;
    line-height: 25px;
    border-radius: 10px;
}

.server .select_wrap {
    position: relative;
    width: 100%;
    margin: 2vw auto 0 auto;
}

.user_data_get {
    width: 100%; 
}

.btn_arrow {
    top: 1.9vw;
}

.user_notice hr {
    margin: 7vw 0;
}

.game_rule.r1 {
    width: fit-content;
    text-align: center;
    padding: 2vw 5.5vw;
    margin: 0 auto;
    font-size: .85rem;
    line-height: 1.7;
    color: #fdf6e3;
    font-weight: 300;
    letter-spacing: 1.5px;
    background-color: #00000085;
    border-radius: 999px;
    margin-top: 4vw;
    margin-bottom: 2vw;
}

.game_rule {
    font-size: .85rem;
}



/* OT */
.miracle__msg__body {
    width: 80%;
}

.miracle__egg__wrap .miracle__dayaward .title {
        margin: 0 auto;
        width: 100%;
}

.big_title_A1 {
    margin-bottom: 4vw;
}

    .event_precaution ul {
        padding: 0px 0px 2% 6%;
        line-height: 30px;
    }


.user_info {
    letter-spacing: 1px;
}

.miracle_body .title img, .other_body .title img {
    width: 70%;
}

}


.event_wrap .title_big .pc {
    position: relative;
    width: 100%;
    top: 1vw;
    z-index: 1;
}
.event_wrap .title_big .mobile {
  display: none;
  max-width: 412px;
  margin: 2% auto;
}
@media screen and (max-width: 728px) {
  .event_wrap .title_big .pc {
    display: none;
  }
  .event_wrap .title_big .mobile {
    width: 80%;
    display: block;
  }
}

.title_notice {
    position: relative;
    width: 100%;
}

  .event_wrap .title_notice .mobile { 
    display: none;
  }


@media screen and (max-width: 640px) {
  .event_wrap .title_notice .pc {
    display: none;
  }
  .event_wrap .title_notice .mobile {
        width: 100%;
        display: block;
        border-bottom: 1px solid #ffffff;
        margin: 5vw auto;

  }
}


.title_popup img{
    position: relative;
top: -0.5vw;
    width: 100%;
}

.title_popup .mobile{
    position: relative;
top: -1.7vw;
    width: 100%;
    display: none;
}


@media screen and (max-width: 640px) {

.title_popup img{
display: none;
}

.title_popup .mobile{
position: relative;
        top: 0;
        width: 75%;
        margin: 0 auto;
        display: block;
        padding-top: 0;
}

}