@charset "UTF-8";
/* Reset By Normalize */
@import url(/css/normalize.css);
@import url(/Action/11_Star31/20210817MK/ingame/1/style/css/animate.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400&display=swap");
/* ================= 頁面框架設定 ================= */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #541A8B;
  overflow: hidden;
}

@media screen and (orientation: portrait) {
  html,
  body {
    height: 100vmin;
    font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
    -webkit-text-size-adjust: none;
    /*iPhone旋轉後 文字不要放大*/
  }
  #ingame_view {
    position: relative;
    width: 100vmax;
    height: 100vmin;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(90deg) translate(0, -100vmin);
            transform: rotate(90deg) translate(0, -100vmin);
    padding-top: constant(safe-area-inset-top);
    padding-top: constant(safe-area-inset-right);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: constant(safe-area-inset-left);
  }
}

@media screen and (orientation: landscape) {
  html, body {
    width: 100%;
    height: 100%;
  }
  #ingame_view {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-top: constant(safe-area-inset-top);
    padding-top: constant(safe-area-inset-right);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: constant(safe-area-inset-left);
  }
}

.dtNow {
  display: none;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 9999;
  border-radius: 3px;
  padding: 3px;
}

#wrapper_game_view {
  background-color: #fff;
}

.wrapper_daguai {
  font-family: 'Noto Sans TC', Verdana, sans-serif,"Helvetica Neue", "微軟正黑體";
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}

@media (max-aspect-ratio: 4 / 3) and (min-aspect-ratio: 3 / 4) {
  .wrapper_daguai {
    height: 0;
    padding-bottom: 75%;
  }
}

.wrapper_daguai .Scene_bg,
.wrapper_daguai .Scene_layer01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

.wrapper_daguai .box_left_top {
  position: relative;
  float: left;
  width: 29.6875%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 11 / 3) {
  .wrapper_daguai .box_left_top {
    width: 25%;
    margin-left: 3.5%;
  }
}

@media (max-aspect-ratio: 6 / 11) and (min-aspect-ratio: 3 / 11) {
  .wrapper_daguai .box_left_top {
    width: 25%;
    margin-left: 3.5%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .wrapper_daguai .box_left_top {
    height: 100Vmin;
  }
}

@media (max-aspect-ratio: 9 / 16) {
  .wrapper_daguai .box_left_top {
    height: 100Vmin;
  }
}

@media (max-aspect-ratio: 4 / 3) and (min-aspect-ratio: 3 / 4) {
  .wrapper_daguai .box_left_top {
    width: 34.72222%;
    height: 56.25%;
    padding-bottom: 75%;
  }
}

.wrapper_daguai .box_left_top .information {
  width: 83.85965%;
  position: relative;
  padding-bottom: 189.47368%;
}

.wrapper_daguai .box_left_top .information_tokens {
  width: 97.90795%;
  padding-bottom: 46.44351%;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/awardTop-Bg.png?20210817);
  position: absolute;
  top: 2.09205%;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrapper_daguai .box_left_top .information_tokens-text {
  color: #924b56;
}

.wrapper_daguai .box_left_top .information_tokens-number {
  color: #e12100;
}

.wrapper_daguai .box_left_top .information_tokens-exchange {
  color: #e12100;
}

.wrapper_daguai .box_left_top .information_tokens-text, .wrapper_daguai .box_left_top .information_tokens-number, .wrapper_daguai .box_left_top .information_tokens-exchange {
  width: 100%;
  text-align: center;
}

.wrapper_daguai .box_left_top .information_tokens .loginBtn {
  width: 82.84519%;
  padding-bottom: 18.82845%;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/btn_login.png?20210817);
  background-size: 100%;
  position: absolute;
  top: 52.28758%;
  margin-left: 1.5%;
  cursor: pointer;
}

.wrapper_daguai .box_left_top .information_tokens .loginBtn:hover {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/btn_login_hover.png?20210817);
}

.wrapper_daguai .box_left_top .information .marquee-wrap {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

.wrapper_daguai .box_left_top .information .marquee-wrap .marquee-content {
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  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;
}

.wrapper_daguai .box_left_top .information .marquee-wrap ul {
  height: 100%;
  width: 100%;
  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;
  background-color: transparent;
  border: none;
}

.wrapper_daguai .box_left_top .information .marquee-wrap ul li {
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff7f7;
  font-weight: bold;
  word-wrap: break-word;
  white-space: normal;
  font-size: 1.2em;
  line-height: 1.125em;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .wrapper_daguai .box_left_top .information .marquee-wrap ul li {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .wrapper_daguai .box_left_top .information .marquee-wrap ul li {
    font-size: 14px;
  }
}

@media (max-width: 414px) {
  .wrapper_daguai .box_left_top .information .marquee-wrap ul li {
    font-size: 12px;
  }
}

.wrapper_daguai .box_left_top .information_award {
  width: 90%;
  left: 5%;
  padding-bottom: 146.44351%;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/award-Bg.png?20210817);
  position: absolute;
  margin-top: 54.39331%;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 813px) {
  .wrapper_daguai .box_left_top .information_award {
    margin-top: 41.841%;
  }
}

@media only screen and (max-width: 815px) {
  .wrapper_daguai .box_left_top .information_award {
    margin-top: 52.30126%;
  }
}

.wrapper_daguai .box_left_top .information_award-title {
  width: 100%;
  text-align: center;
}

.wrapper_daguai .box_left_top .information_award-title img {
  width: 53.34728%;
}

.wrapper_daguai .box_left_top .information_award-img {
  background-size: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.wrapper_daguai .box_left_top .information_awardMain {
  width: 100%;
  position: absolute;
  top: 6.80272%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrapper_daguai .box_center {
  position: relative;
  float: right;
  width: 70.3125%;
  height: 100%;
}

@media (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 11 / 3) {
  .wrapper_daguai .box_center {
    width: 67.70833%;
  }
}

@media (max-aspect-ratio: 6 / 11) and (min-aspect-ratio: 3 / 11) {
  .wrapper_daguai .box_center {
    width: 67.70833%;
  }
}

@media (max-aspect-ratio: 4 / 3) and (min-aspect-ratio: 3 / 4) {
  .wrapper_daguai .box_center {
    width: 64.58333%;
    height: 0;
    padding-bottom: 75%;
  }
}

.wrapper_daguai .box_center .ingame_title {
  width: 50.66667%;
  height: 0;
  padding-bottom: 7.40741%;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/ingame_title.png??20210817);
  background-size: 100% !important;
  position: absolute;
  margin-top: 1.5%;
  left: 7.5%;
}

.wrapper_daguai .box_center .gashaponMachine {
  width: 100%;
  margin-top: 4%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*  .lable_name{
        background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/lable_name_02.png??20210817);
        background-size: 100%;
        width:percentage(504/$gashaponMachineWidth);
        padding-bottom:percentage(130/$gashaponMachineWidth);
        position: absolute;
        right:percentage(190/$gashaponMachineWidth);
        top:- percentage(50/$gashaponMachineWidth);
      }
      .label{
        background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/lable02.png??20210817);
        background-size: 100%;
        width:percentage(246/1500);
        padding-bottom:percentage(188/1500);
        position: absolute;
        left:0;
        top:percentage(140/$gashaponMachineWidth);
      } */
}

@media (max-aspect-ratio: 4 / 3) and (min-aspect-ratio: 3 / 4) {
  .wrapper_daguai .box_center .gashaponMachine {
    margin-top: 18%;
  }
}

@media (min-aspect-ratio: 12 / 6) and (max-aspect-ratio: 12 / 3) {
  .wrapper_daguai .box_center .gashaponMachine {
    margin-top: 3%;
  }
}

@media (max-aspect-ratio: 6 / 12) and (min-aspect-ratio: 3 / 12) {
  .wrapper_daguai .box_center .gashaponMachine {
    margin-top: 7%;
  }
}

.wrapper_daguai .box_center .gashaponMachine .bubble_dailog {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/lable01.png??20210817);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 21.33333%;
  padding-bottom: 12.93333%;
  position: absolute;
  left: -3.33333%;
  top: -5.33333%;
  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;
}

.wrapper_daguai .box_center .gashaponMachine .bubble_dailog .text {
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: bold;
  margin: 15% 5%;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  .wrapper_daguai .box_center .gashaponMachine .bubble_dailog .text {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}

@media only screen and (max-width: 1280px) {
  .wrapper_daguai .box_center .gashaponMachine .bubble_dailog .text {
    font-size: 1.2em;
    line-height: 1.5em;
  }
}

@media only screen and (max-width: 1024px) {
  .wrapper_daguai .box_center .gashaponMachine .bubble_dailog .text {
    font-size: 1.2em;
    line-height: 1.2em;
  }
}

@media only screen and (max-width: 960px) {
  .wrapper_daguai .box_center .gashaponMachine .bubble_dailog .text {
    font-size: 1em;
    line-height: 1.3em;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper_daguai .box_center .gashaponMachine .bubble_dailog .text {
    font-size: 0.8em;
    line-height: 1.3em;
  }
}

.wrapper_daguai .box_center .gashaponMachine .gashapon {
  width: 36.53333%;
  height: 0;
  padding-bottom: 55.53333%;
  background-size: 100%;
  position: relative;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/gashaponSliver.png??20210817);
  background-repeat: no-repeat;
  margin-left: 5%;
}

@media (max-aspect-ratio: 5 / 3) and (min-aspect-ratio: 3 / 5) {
  .wrapper_daguai .box_center .gashaponMachine .gashapon {
    width: 40%;
    padding-bottom: 60.80292%;
  }
}

@media (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 11 / 3) {
  .wrapper_daguai .box_center .gashaponMachine .gashapon {
    width: 35.35484%;
    padding-bottom: 53.74194%;
  }
}

@media (max-aspect-ratio: 6 / 11) and (min-aspect-ratio: 3 / 11) {
  .wrapper_daguai .box_center .gashaponMachine .gashapon {
    width: calc(percentage($gashaponW / 1550) * 0.95);
    padding-bottom: calc(percentage($gashaponH / 1550) * 0.95);
  }
}

.wrapper_daguai .box_center .gashaponMachine .gashapon-Sliver {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/gashaponsilver.png??20210817);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon-Gold {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/gashapongold.png??20210817);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggs {
  width: 100%;
  height: 0;
  padding-bottom: 99.45255%;
  background-size: 100%;
  margin: -5% auto 1% auto;
  position: relative;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggs--BG {
  width: 91.42336%;
  height: 0;
  padding-bottom: 75.91241%;
  background-size: 100%;
  top: 24.77064%;
  left: 4.0146%;
  margin: 0 auto;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/refraction.png??20210817);
  z-index: 1;
  position: absolute;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox {
  width: 100%;
  height: 0;
  padding-bottom: 99.45255%;
  background-size: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox ul {
  width: 100%;
  list-style: none;
  position: absolute;
  bottom: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  align-items: flex-end;
}

@media only screen and (max-width: 680px) {
  .wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox ul {
    position: absolute;
    bottom: 0;
  }
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg {
  width: 15.69343%;
  height: 0;
  padding-bottom: 15.77982%;
  background-size: 100% !important;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg--gold {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/gold.png??20210817);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg--black {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/black.png??20210817);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg--purple {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/purple.png??20210817);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg--red {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/red.png??20210817);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg--blue {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/blue.png??20210817);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg--pink {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/pink.png??20210817);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg--green {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/green.png??20210817);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg--white {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/white.png??20210817);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(2) {
  -webkit-transform: translate(15%, 0) rotate(48deg) !important;
          transform: translate(15%, 0) rotate(48deg) !important;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(3) {
  -webkit-transform: translate(19%, 0) rotate(197deg) !important;
          transform: translate(19%, 0) rotate(197deg) !important;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(4) {
  -webkit-transform: translate(28%, 0) rotate(28deg) !important;
          transform: translate(28%, 0) rotate(28deg) !important;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(5) {
  -webkit-transform: translate(2%, 0) rotate(7deg) !important;
          transform: translate(2%, 0) rotate(7deg) !important;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(8) {
  -webkit-transform: translate(1%, 19%) rotate(334deg);
          transform: translate(1%, 19%) rotate(334deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(9) {
  -webkit-transform: translate(2%, 22%) rotate(75deg);
          transform: translate(2%, 22%) rotate(75deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(10) {
  -webkit-transform: translate(1%, 30%) rotate(129deg);
          transform: translate(1%, 30%) rotate(129deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(11) {
  -webkit-transform: translate(1%, 23%) rotate(168deg);
          transform: translate(1%, 23%) rotate(168deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(14) {
  -webkit-transform: translate(1%, 60%) rotate(79deg);
          transform: translate(1%, 60%) rotate(79deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(15) {
  -webkit-transform: translate(1%, 55%) rotate(227deg);
          transform: translate(1%, 55%) rotate(227deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(16) {
  -webkit-transform: translate(2%, 66%) rotate(220deg);
          transform: translate(2%, 66%) rotate(220deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(17) {
  -webkit-transform: translate(1%, 44%) rotate(115deg);
          transform: translate(1%, 44%) rotate(115deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(20) {
  -webkit-transform: translate(2%, 112%) rotate(304deg);
          transform: translate(2%, 112%) rotate(304deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(21) {
  -webkit-transform: translate(1%, 69%) rotate(150deg);
          transform: translate(1%, 69%) rotate(150deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(22) {
  -webkit-transform: translate(1%, 67%) rotate(350deg);
          transform: translate(1%, 67%) rotate(350deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(23) {
  -webkit-transform: translate(1%, 89%) rotate(202deg);
          transform: translate(1%, 89%) rotate(202deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(24) {
  -webkit-transform: translate(1%, 65%) rotate(132deg);
          transform: translate(1%, 65%) rotate(132deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(25) {
  -webkit-transform: translate(139.53488%, 186.04651%) rotate(80deg);
          transform: translate(139.53488%, 186.04651%) rotate(80deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(1) {
  -webkit-transform: translate(75.5814%, -46.51163%) rotate(154deg);
          transform: translate(75.5814%, -46.51163%) rotate(154deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(6) {
  -webkit-transform: translate(-23.25581%, -46.51163%) rotate(133deg);
          transform: translate(-23.25581%, -46.51163%) rotate(133deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(7) {
  -webkit-transform: translate(40.69767%, 17.44186%) rotate(274deg);
          transform: translate(40.69767%, 17.44186%) rotate(274deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(12) {
  -webkit-transform: translate(3.48837%, 2.32558%) rotate(217deg);
          transform: translate(3.48837%, 2.32558%) rotate(217deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(13) {
  -webkit-transform: translate(34.88372%, 52.32558%) rotate(224deg);
          transform: translate(34.88372%, 52.32558%) rotate(224deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(18) {
  -webkit-transform: translate(0%, 58.13953%) rotate(167deg);
          transform: translate(0%, 58.13953%) rotate(167deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(19) {
  -webkit-transform: translate(23.25581%, 63.95349%) rotate(270deg);
          transform: translate(23.25581%, 63.95349%) rotate(270deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__button {
  width: 31.75182%;
  height: 0;
  padding-bottom: 32.84672%;
  margin-top: 1.82482%;
  background-size: 100%;
  position: relative;
  margin: 0 auto;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/buttonBG.png??20210817);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__button--action {
  width: 90.22989%;
  height: 0;
  padding-bottom: 90.22989%;
  margin: 0 auto;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__button--action a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-top: 3.82166%;
  background-size: 100%;
  display: inline-block;
  position: relative;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/button.png??20210817);
  -webkit-transition: all 5s;
  transition: all 5s;
  -webkit-animation: rotateBtn 5s 3s infinite;
          animation: rotateBtn 5s 3s infinite;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__button .finger {
  width: 34.48276%;
  height: 0;
  padding-bottom: 41.95402%;
  position: absolute;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/finger.png??20210817);
  background-size: 100%;
  top: 57.47126%;
  left: 67.77778%;
  z-index: 1;
  -webkit-animation: fingerAnimate .5s infinite;
          animation: fingerAnimate .5s infinite;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output {
  width: 20.43796%;
  height: 0;
  padding-bottom: 16.60584%;
  background-size: 100%;
  margin: 0 auto;
  position: relative;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output--BG {
  width: 100%;
  height: 0;
  padding-bottom: 81.25%;
  background-size: 100%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/Output.png??20210817);
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output--egg {
  width: 142.85714%;
  height: 0;
  padding-bottom: 142.85714%;
  position: absolute;
  left: 50%;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output--egg img {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  z-index: 9;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output--egg img.action1 {
  -webkit-animation: delay 1s, eggsAnimation 0.7s 1s, zoomOut .3s 1.7s;
          animation: delay 1s, eggsAnimation 0.7s 1s, zoomOut .3s 1.7s;
}

.wrapper_daguai .box_center .gashaponMachine .gashaponBtn {
  width: 22.2%;
  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;
  margin: 0 10%;
}

@media (max-aspect-ratio: 5 / 3) and (min-aspect-ratio: 3 / 5) {
  .wrapper_daguai .box_center .gashaponMachine .gashaponBtn {
    width: 26.66667%;
    margin: 0 5%;
  }
}

.wrapper_daguai .box_center .gashaponMachine .gashaponBtn div {
  cursor: pointer;
  position: relative;
}

.wrapper_daguai .box_center .gashaponMachine .gashaponBtn-00 {
  width: 100%;
  height: 0;
  padding-bottom: 94.59459%;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/btn_gomission.png??20210817);
  background-size: 100%;
  background-repeat: no-repeat;
}

.wrapper_daguai .box_center .gashaponMachine .gashaponBtn-00:hover {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/btn_gomission_hover.png??20210817);
}

.wrapper_daguai .box_center .gashaponMachine .gashaponBtn-01 {
  width: 100%;
  height: 0;
  padding-bottom: 56.45646%;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/gashaponBtnP-01.png??20210817);
  background-size: 100%;
  background-repeat: no-repeat;
}

.wrapper_daguai .box_center .gashaponMachine .gashaponBtn-02 {
  width: 100%;
  height: 0;
  padding-bottom: 56.45646%;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/gashaponBtnP-02.png??20210817);
  background-size: 100%;
  background-repeat: no-repeat;
}

.wrapper_daguai .box_center .gashaponMachine .gashaponBtn-03 {
  width: 100%;
  height: 0;
  padding-bottom: 60.0639%;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/gashaponBtn-change.png??20210817);
  background-size: 100%;
  background-repeat: no-repeat;
}

.wrapper_daguai .box_center .gashaponMachine .gashaponBtn-change {
  width: 93.61022%;
  height: 0;
  padding-bottom: 32.58786%;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/gashaponBtn-change.png??20210817);
  background-size: 100%;
}

.wrapper_daguai .box_center .gashaponMachine .gashaponBtn .text {
  font-size: 1.3em;
  color: #fff;
  width: 100%;
  margin: 34% auto auto auto;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  .wrapper_daguai .box_center .gashaponMachine .gashaponBtn .text {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 1280px) {
  .wrapper_daguai .box_center .gashaponMachine .gashaponBtn .text {
    font-size: 1.2em;
    margin: 33% auto auto auto;
  }
}

@media only screen and (max-width: 1024px) {
  .wrapper_daguai .box_center .gashaponMachine .gashaponBtn .text {
    font-size: 1em;
    margin: 30% auto auto auto;
  }
}

@media only screen and (max-width: 960px) {
  .wrapper_daguai .box_center .gashaponMachine .gashaponBtn .text {
    font-size: 0.7em;
    margin: 27% auto auto auto;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper_daguai .box_center .gashaponMachine .gashaponBtn .text {
    font-size: 12px;
    margin: 27% auto auto auto;
  }
}

@media only screen and (max-width: 640px) {
  .wrapper_daguai .box_center .gashaponMachine .gashaponBtn .text {
    font-size: 12px;
    margin: 24% auto auto auto;
  }
}

.wrapper_daguai .box_bottom {
  width: 100%;
  height: 0;
  padding-bottom: 11.875%;
  background-size: 100%;
  position: absolute;
  bottom: 0;
}

.wrapper_daguai .box_left_bottom {
  position: absolute;
  left: 5%;
  bottom: 7%;
  width: 18.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media only screen and (max-height: 1280px) {
  .wrapper_daguai .box_left_bottom {
    left: 7%;
    bottom: 4% !important;
  }
}

@media only screen and (max-height: 1080px) {
  .wrapper_daguai .box_left_bottom {
    left: 7%;
    bottom: 4% !important;
  }
}

@media only screen and (min-height: 820px) and (max-height: 1079px) {
  .wrapper_daguai .box_left_bottom {
    bottom: 8% !important;
  }
}

@media only screen and (max-height: 414px) {
  .wrapper_daguai .box_left_bottom {
    left: 7%;
    bottom: 4% !important;
  }
}

@media only screen and (max-height: 411px) {
  .wrapper_daguai .box_left_bottom {
    left: 7%;
    bottom: 3% !important;
  }
}

@media only screen and (max-height: 375px) {
  .wrapper_daguai .box_left_bottom {
    left: 6%;
    bottom: 4% !important;
  }
}

.wrapper_daguai .box_left_bottom .btn_question {
  margin: 0 3%;
  display: block;
  width: 47%;
  padding-bottom: 40%;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/btn_question.png??20210817);
  background-size: 100% 100%;
  cursor: pointer;
}

.wrapper_daguai .box_left_bottom .btn_get {
  margin: 0 3%;
  display: block;
  width: 47%;
  padding-bottom: 40%;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/btn_get.png??20210817);
  background-size: 100% 100%;
  cursor: pointer;
}

.wrapper_daguai .box_center_bottom {
  position: absolute;
  left: 30.5%;
  bottom: 0;
  width: 48.54167%;
  height: 0;
  padding-bottom: 8.125%;
  z-index: 11;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media only screen and (max-height: 1280px) {
  .wrapper_daguai .box_center_bottom {
    bottom: -5% !important;
  }
}

@media only screen and (max-height: 1080px) {
  .wrapper_daguai .box_center_bottom {
    bottom: -3% !important;
  }
}

@media only screen and (min-height: 820px) and (max-height: 1079px) {
  .wrapper_daguai .box_center_bottom {
    bottom: 8% !important;
  }
}

@media only screen and (max-height: 960px) {
  .wrapper_daguai .box_center_bottom {
    bottom: 0 !important;
  }
}

@media only screen and (max-height: 414px) {
  .wrapper_daguai .box_center_bottom {
    bottom: -2% !important;
  }
}

@media (max-aspect-ratio: 18.5 / 9) and (min-aspect-ratio: 9 / 18.5) {
  .wrapper_daguai .box_center_bottom {
    bottom: 0 !important;
  }
}

.wrapper_daguai .box_center_bottom .note {
  width: 100%;
  height: 0;
  padding-bottom: 16.7382%;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/note.png??20210817);
  background-size: 100%;
  position: relative;
}

.wrapper_daguai .box_center_bottom .note .words {
  width: 100%;
  height: 0;
  position: absolute;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  top: 17%;
}

@media (max-aspect-ratio: 18.5 / 9) and (min-aspect-ratio: 9 / 18.5) {
  .wrapper_daguai .box_center_bottom .note .words {
    top: 16% !important;
  }
}

@media only screen and (max-width: 812px) {
  .wrapper_daguai .box_center_bottom .note .words {
    top: 12%;
  }
}

@media only screen and (max-width: 650px) {
  .wrapper_daguai .box_center_bottom .note .words {
    top: 1.5%;
  }
}

@media (max-aspect-ratio: 5 / 3) and (min-aspect-ratio: 3 / 5) {
  .wrapper_daguai .box_center_bottom .note .words {
    top: 20%;
  }
}

@media (max-aspect-ratio: 5 / 3) and (min-aspect-ratio: 3 / 5) and (max-width: 767px) {
  .wrapper_daguai .box_center_bottom .note .words {
    top: 0;
  }
}

@media only screen and (max-width: 830px) {
  .wrapper_daguai .box_center_bottom .note .words {
    top: 0;
  }
}

.wrapper_daguai .box_center_bottom .note .words .number {
  width: 2.92842%;
  padding-bottom: 4.44444%;
  display: inline-block;
}

.wrapper_daguai .box_center_bottom .note .words .number span {
  display: inline-block;
  width: 100%;
  padding-bottom: 129.62963%;
}

.wrapper_daguai .box_center_bottom .nav_throw-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.wrapper_daguai .box_center_bottom .nav_throw-login li {
  width: 35%;
}

.wrapper_daguai .box_center_bottom .nav_throw-login li a.btn_loginExchange {
  display: block;
  width: 100%;
  padding-bottom: 47.78%;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/btn_loginExchange.png??20210817);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wrapper_daguai .box_center_bottom .nav_throw-login li a.btn_loginExchange:hover {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/btn_loginExchange_hover.png??20210817);
}

.wrapper_daguai .box_right_bottom {
  position: absolute;
  right: 0.5em;
  bottom: 4%;
  width: 10.83333%;
}

@media only screen and (min-height: 820px) and (max-height: 1079px) {
  .wrapper_daguai .box_right_bottom {
    bottom: 8% !important;
  }
}

.wrapper_daguai .nav_Scene li {
  width: 100%;
  list-style: none;
}

.wrapper_daguai .nav_Scene li a {
  display: block;
  width: 100%;
  padding-bottom: 111.53846%;
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wrapper_daguai .nav_Scene li a.gashaponGoldBtn {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/choose_goldcard_btn.png??20210817);
  background-size: cover 100%;
}

.wrapper_daguai .nav_Scene li a.gashaponSliverBtn {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/choose_giftcard_btn.png??20210817);
  background-size: cover 100%;
}

.wrapper_daguai .box_windows {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
}

.wrapper_daguai .box_windows .layer_click {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrapper_daguai .box_windows .box_container.question,
.wrapper_daguai .box_windows .box_container.awarded {
  display: none;
  top: 3.5%;
  left: 7.5%;
  width: 85%;
  height: 93%;
  padding: 1em;
  color: white;
  line-height: 1.5em;
}

.wrapper_daguai .box_windows .box_container.question h3,
.wrapper_daguai .box_windows .box_container.awarded h3 {
  position: relative;
  color: #486df3;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.35em;
  margin: 12px 0 2.5em 0;
  padding: 5px 0;
}

.wrapper_daguai .box_windows .box_container.question h3::before,
.wrapper_daguai .box_windows .box_container.awarded h3::before {
  content: attr(data-caption);
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  padding: .5em .5em .5em 1.5em;
  margin-left: 1.25em;
  position: absolute;
}

.wrapper_daguai .box_windows .box_container.question h3::after,
.wrapper_daguai .box_windows .box_container.awarded h3::after {
  content: '';
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  position: absolute;
  margin: -3px 3px;
  background-image: url("/Action/11_Star31/20210817MK/ingame/1/images/carnation.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.wrapper_daguai .box_windows .box_container.question h4,
.wrapper_daguai .box_windows .box_container.awarded h4 {
  position: relative;
  color: #eeff00;
  border-radius: 5px;
  word-wrap: normal;
  white-space: nowrap;
  word-break: keep-all;
  font-weight: bold;
  font-size: 1.35em;
  margin: 12px 0 1em 0;
  padding: 5px 0;
}

.wrapper_daguai .box_windows .box_container.question h4::before,
.wrapper_daguai .box_windows .box_container.awarded h4::before {
  content: '';
  background-image: url("/Action/11_Star31/20210817MK/images/diamond.svg");
  background-size: 100%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  margin: 0 5px;
}

.wrapper_daguai .box_windows .box_container.question h5,
.wrapper_daguai .box_windows .box_container.awarded h5 {
  font-size: 1.3em;
  padding: .4em;
  text-align: center;
  color: #fff;
  margin: 20px 0;
  line-height: 28px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(253, 116, 162, 0.35)), color-stop(40%, #fd74a2), color-stop(60%, #fd74a2), color-stop(80%, rgba(253, 116, 162, 0.35)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(253, 116, 162, 0.35) 20%, #fd74a2 40%, #fd74a2 60%, rgba(253, 116, 162, 0.35) 80%, rgba(0, 0, 0, 0) 100%);
}

.wrapper_daguai .box_windows .box_container.question p,
.wrapper_daguai .box_windows .box_container.awarded p {
  padding-left: 2em;
}

.wrapper_daguai .box_windows .box_container.question ol,
.wrapper_daguai .box_windows .box_container.awarded ol {
  padding-left: 3em;
}

.wrapper_daguai .box_windows .box_container {
  position: absolute;
  border-radius: 20px;
  border: 3px solid rgba(255, 123, 151, 0.7);
  background: rgba(54, 16, 102, 0.8);
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: scroll;
}

.wrapper_daguai .box_windows .box_container::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
}

.wrapper_daguai .box_windows .box_container::-webkit-scrollbar-track {
  background-color: transparent;
}

.wrapper_daguai .box_windows .box_container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.wrapper_daguai .box_windows .box_container::-webkit-scrollbar-button {
  background-color: transparent;
}

.wrapper_daguai .box_windows a.btn_x {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 2.5%;
  right: 6%;
  width: 45px;
  height: 45px;
  border-radius: 25px;
  border: 2px #eb3b6f solid;
  background-color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  z-index: 20;
  color: #eb3b6f;
  text-decoration: none;
}

.wrapper_daguai .box_windows a.btn_x::before {
  content: '\f00d';
  font-family: fontAwesome;
  font-size: 42px;
  display: block;
}

.wrapper_daguai .go_in {
  display: block;
  opacity: 1;
}

.wrapper_daguai .go_out {
  display: none;
  opacity: 0;
}

/* ================= table設定 ================= */
.table {
  word-break: break-all;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px auto;
  font-size: 1em;
  color: #000;
  border: 5px solid #ff9500;
}

.table-full {
  width: 95%;
}

.table-half {
  float: left;
  width: 47%;
  margin: 0 1.5%;
  margin-top: 20px;
}

.table-one_third {
  float: left;
  width: 32%;
  margin: 0 .5%;
  margin-top: 20px;
}

.table tr {
  background: #e6e6e6;
}

.table tr th {
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  border: 1px #ff6600 solid;
  background: #ff6600;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ff6600), to(#ffa600));
  background: linear-gradient(to bottom, #ff6600 20%, #ffa600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-size: 1.15em;
}

.table tr td {
  text-align: center;
  padding: 2px;
  border: 1px #ff9500 solid;
}

.box_name, .box_grand, .egg, .decoration01, .decoration02, .decoration03 {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.wrapper_daguai.Scene_01 .Scene_bg {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/bg_s01.jpg??20210817);
  background-color: #000;
  background-size: cover;
}

.wrapper_daguai.Scene_01 .box_left_top .information_award-title img {
  max-width: 100%;
}

.wrapper_daguai.Scene_01 .box_left_top .information_award-img {
  background: url(/Action/11_Star31/20210817MK/ingame/1/images/BigprizeB.png??20210817);
  background-size: 100%;
  padding-bottom: 58.99582%;
  width: 58.99582%;
}

.wrapper_daguai.Scene_01 .box_left_top .information_award-name {
  width: 100%;
}

.wrapper_daguai.Scene_01 .box_left_top .information_award-name::before {
  content: '';
  width: 45.8159%;
  padding-bottom: 17.36402%;
  display: block;
  margin: 0 auto;
  background: url(/Action/11_Star31/20210817MK/ingame/1/images/award_nameB.png??20210817);
  background-size: 100%;
}

@-webkit-keyframes monster01_hand {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes monster01_hand {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.wrapper_daguai.Scene_02 .gashaponMachine .lable_name {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/lable_name_01.png??20210817);
  background-size: 100%;
  width: 33.6%;
  padding-bottom: 8.66667%;
  position: absolute;
  right: 12.66667%;
  top: -3.33333%;
}

.wrapper_daguai.Scene_02 .gashaponMachine .label {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/label01.png??20210817);
  background-size: 100%;
  width: 16.4%;
  padding-bottom: 12.53333%;
  position: absolute;
  left: 0;
  top: 9.33333%;
}

.wrapper_daguai.Scene_02 .gashaponMachine .gashapon {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/gashaponGold.png??20210817) !important;
}

.wrapper_daguai.Scene_02 .gashaponMachine .gashaponBtn-00 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/btn_gomission.png??20210817);
  background-size: 100%;
}

.wrapper_daguai.Scene_02 .gashaponMachine .gashaponBtn-00:hover {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/btn_gomission_hover.png??20210817);
}

.wrapper_daguai.Scene_02 .gashaponMachine .gashaponBtn-01 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/gashaponBtnP-01.png??20210817);
  background-size: 100%;
}

.wrapper_daguai.Scene_02 .gashaponMachine .gashaponBtn-02 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/gashaponBtnP-02.png??20210817);
  background-size: 100%;
}

.wrapper_daguai.Scene_02 .gashaponMachine .gashaponBtn-03 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/gashaponBtn-change.png??20210817);
  background-size: 100%;
}

.wrapper_daguai.Scene_02 .gashaponMachine .gashaponBtn .gashaponBtn-02 .gift, .wrapper_daguai.Scene_02 .gashaponMachine .gashaponBtn .gashaponBtn-03 .gift {
  display: none;
}

.wrapper_daguai.Scene_02 .Scene_bg {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/bg_s01.jpg??20210817);
  background-color: #000;
  background-size: cover;
}

.wrapper_daguai.Scene_02 .information_award-title img {
  max-width: 100%;
}

.wrapper_daguai.Scene_02 .information_award-img {
  background: url(/Action/11_Star31/20210817MK/ingame/1/images/BigprizeA.png??20210817);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 58.99582%;
  width: 58.99582%;
}

.wrapper_daguai.Scene_02 .information_award-name {
  width: 100%;
  padding-bottom: 17.36402%;
  background-size: 100%;
}

.wrapper_daguai.Scene_02 .information_award-name::before {
  content: '';
  width: 54.60251%;
  padding-bottom: 17.36402%;
  display: block;
  margin: 0 auto;
  background: url(/Action/11_Star31/20210817MK/ingame/1/images/award_nameA.png??20210817);
  background-size: 100%;
}

.wrapper_daguai.Scene_02 .nav_throw li a {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/bg_nav_throwB.png??20210817) !important;
}

.big_win {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/img_bg_big_win.png??20210817);
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.big_win .big_win_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 45%;
  margin: 10% auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-aspect-ratio: 4 / 3) and (min-aspect-ratio: 3 / 4) {
  .big_win .big_win_list {
    margin: 12% auto;
  }
}

.big_win .big_prize_item {
  width: 15%;
  height: 50%;
  background-size: 90% auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 11 / 3) and (max-width: 1280px) {
  .big_win .big_prize_item {
    height: 60%;
  }
}

@media (max-aspect-ratio: 6 / 11) and (min-aspect-ratio: 3 / 13) and (max-width: 1280px) {
  .big_win .big_prize_item {
    height: 60%;
  }
}

.big_win .big_prize_item.gold {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/gold.png??20210817);
}

.big_win .big_prize_item.black {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/black.png??20210817);
}

.big_win .big_prize_item.purple {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/purple.png??20210817);
}

.big_win .big_prize_item.red {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/red.png??20210817);
}

.big_win .big_prize_item.blue {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/blue.png??20210817);
}

.big_win .big_prize_item.pink {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/pink.png??20210817);
}

.big_win .big_prize_item.green {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/green.png??20210817);
}

.big_win .big_prize_item.white {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/white.png??20210817);
}

.box_container.prize_item {
  display: none;
  top: 5%;
  left: 7.5%;
  width: 85%;
  height: 85%;
  padding: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box_container.prize_item .item {
  width: 33%;
  margin: 2px 0.15% 2px 0.15%;
  background-color: #fff;
  border-radius: 12px;
  border: 2px solid rgba(255, 104, 142, 0.7);
  padding: 0.2em;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1024px) and (min-width: 813px) {
  .box_container.prize_item .item {
    height: 150px;
  }
}

@media only screen and (max-width: 812px) {
  .box_container.prize_item .item {
    height: 140px;
  }
}

.box_container.prize_item .item .item_img {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 812px) {
  .box_container.prize_item .item .item_img {
    width: 65%;
  }
}

.box_container.prize_item .item .item_img p {
  width: 100%;
  color: #eb3b6f;
  text-align: center;
}

.box_container.prize_item .item .item_img img {
  max-width: 80%;
  max-height: 140px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) and (min-width: 813px) {
  .box_container.prize_item .item .item_img img {
    max-height: 78px;
  }
}

@media only screen and (max-width: 812px) {
  .box_container.prize_item .item .item_img img {
    max-height: 70px;
  }
}

.box_container.prize_item .item .item_num {
  width: 45%;
  text-align: center;
  margin: 2% 0;
  font-size: 33px;
  font-weight: bold;
  color: #eb3b6f;
}

@media only screen and (max-width: 812px) {
  .box_container.prize_item .item .item_num {
    width: 35%;
  }
}

.number.red_diamond span.n00 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/Re_d0.png??20210817);
}

.number.red_diamond span.n01 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/Re_d1.png??20210817);
}

.number.red_diamond span.n02 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/Re_d2.png??20210817);
}

.number.red_diamond span.n03 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/Re_d3.png??20210817);
}

.number.red_diamond span.n04 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/Re_d4.png??20210817);
}

.number.red_diamond span.n05 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/Re_d5.png??20210817);
}

.number.red_diamond span.n06 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/Re_d6.png??20210817);
}

.number.red_diamond span.n07 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/Re_d7.png??20210817);
}

.number.red_diamond span.n08 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/Re_d8.png??20210817);
}

.number.red_diamond span.n09 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/Re_d9.png??20210817);
}

.number.warm_yellow span {
  background-size: 100% !important;
}

.number.warm_yellow span.n00 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/wa_y0.png??20210817);
}

.number.warm_yellow span.n01 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/wa_y1.png??20210817);
}

.number.warm_yellow span.n02 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/wa_y2.png??20210817);
}

.number.warm_yellow span.n03 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/wa_y3.png??20210817);
}

.number.warm_yellow span.n04 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/wa_y4.png??20210817);
}

.number.warm_yellow span.n05 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/wa_y5.png??20210817);
}

.number.warm_yellow span.n06 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/wa_y6.png??20210817);
}

.number.warm_yellow span.n07 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/wa_y7.png??20210817);
}

.number.warm_yellow span.n08 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/wa_y8.png??20210817);
}

.number.warm_yellow span.n09 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/wa_y9.png??20210817);
}

.number.warm_yellow span.n_colon {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/wa_y_colon.png??20210817);
}

.number.metal_yellow span.n00 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/m_y0.png??20210817);
}

.number.metal_yellow span.n01 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/m_y1.png??20210817);
}

.number.metal_yellow span.n02 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/m_y2.png??20210817);
}

.number.metal_yellow span.n03 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/m_y3.png??20210817);
}

.number.metal_yellow span.n04 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/m_y4.png??20210817);
}

.number.metal_yellow span.n05 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/m_y5.png??20210817);
}

.number.metal_yellow span.n06 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/m_y6.png??20210817);
}

.number.metal_yellow span.n07 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/m_y7.png??20210817);
}

.number.metal_yellow span.n08 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/m_y8.png??20210817);
}

.number.metal_yellow span.n09 {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/number/m_y9.png??20210817);
}

@-webkit-keyframes an_Scene_bg {
  0% {
    opacity: 1;
  }
  5% {
    opacity: .95;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: .9;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes an_Scene_bg {
  0% {
    opacity: 1;
  }
  5% {
    opacity: .95;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: .9;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.above {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/bg_aboveB.png??20210817);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 21;
}

.aboveB {
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/bg_aboveA.png??20210817);
}

.below {
  position: absolute;
  bottom: 100%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url(/Action/11_Star31/20210817MK/ingame/1/images/bg_below.png??20210817);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 20;
}

.aboveDown {
  -webkit-animation-name: aboveDown;
          animation-name: aboveDown;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
}

@-webkit-keyframes aboveDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: scaleX(1.05) translateY(-99%);
            transform: scaleX(1.05) translateY(-99%);
  }
  90% {
    -webkit-transform: scaleX(1) translateY(-100%);
            transform: scaleX(1) translateY(-100%);
  }
  100% {
    -webkit-transform: scaleX(1.05) translateY(-99%);
            transform: scaleX(1.05) translateY(-99%);
  }
}

@keyframes aboveDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: scaleX(1.05) translateY(-99%);
            transform: scaleX(1.05) translateY(-99%);
  }
  90% {
    -webkit-transform: scaleX(1) translateY(-100%);
            transform: scaleX(1) translateY(-100%);
  }
  100% {
    -webkit-transform: scaleX(1.05) translateY(-99%);
            transform: scaleX(1.05) translateY(-99%);
  }
}

.aboveUp {
  -webkit-animation-name: aboveUp;
          animation-name: aboveUp;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
}

@-webkit-keyframes aboveUp {
  0% {
    -webkit-transform: scaleX(1.05) translateY(-99%);
            transform: scaleX(1.05) translateY(-99%);
  }
  75% {
    -webkit-transform: scaleX(1) translateY(-100%);
            transform: scaleX(1) translateY(-100%);
  }
  90% {
    -webkit-transform: translateY(-99%);
            transform: translateY(-99%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes aboveUp {
  0% {
    -webkit-transform: scaleX(1.05) translateY(-99%);
            transform: scaleX(1.05) translateY(-99%);
  }
  75% {
    -webkit-transform: scaleX(1) translateY(-100%);
            transform: scaleX(1) translateY(-100%);
  }
  90% {
    -webkit-transform: translateY(-99%);
            transform: translateY(-99%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.belowUp {
  -webkit-animation-name: belowUp;
          animation-name: belowUp;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
}

@-webkit-keyframes belowUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: scaleX(1.05) translateY(99%);
            transform: scaleX(1.05) translateY(99%);
  }
  90% {
    -webkit-transform: scaleX(1) translateY(100%);
            transform: scaleX(1) translateY(100%);
  }
  100% {
    -webkit-transform: scaleX(1.05) translateY(99%);
            transform: scaleX(1.05) translateY(99%);
  }
}

@keyframes belowUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: scaleX(1.05) translateY(99%);
            transform: scaleX(1.05) translateY(99%);
  }
  90% {
    -webkit-transform: scaleX(1) translateY(100%);
            transform: scaleX(1) translateY(100%);
  }
  100% {
    -webkit-transform: scaleX(1.05) translateY(99%);
            transform: scaleX(1.05) translateY(99%);
  }
}

.belowDown {
  -webkit-animation-name: belowDown;
          animation-name: belowDown;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
}

@-webkit-keyframes belowDown {
  0% {
    -webkit-transform: scaleX(1.05) translateY(99%);
            transform: scaleX(1.05) translateY(99%);
  }
  75% {
    -webkit-transform: scaleX(1) translateY(100%);
            transform: scaleX(1) translateY(100%);
  }
  90% {
    -webkit-transform: translateY(99%);
            transform: translateY(99%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes belowDown {
  0% {
    -webkit-transform: scaleX(1.05) translateY(99%);
            transform: scaleX(1.05) translateY(99%);
  }
  75% {
    -webkit-transform: scaleX(1) translateY(100%);
            transform: scaleX(1) translateY(100%);
  }
  90% {
    -webkit-transform: translateY(99%);
            transform: translateY(99%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.box_flipInY {
  -webkit-animation-name: box_flipInY;
          animation-name: box_flipInY;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
}

@-webkit-keyframes box_flipInY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(3%) scaleX(1.05);
            transform: translateY(3%) scaleX(1.05);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes box_flipInY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(3%) scaleX(1.05);
            transform: translateY(3%) scaleX(1.05);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.box_flipInX {
  -webkit-animation-name: box_flipInX;
          animation-name: box_flipInX;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
}

@-webkit-keyframes box_flipInX {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  40% {
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  60% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  90% {
    -webkit-transform: scaleX(1.05) scaleY(0.95);
            transform: scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
            transform: translateY(0) scaleX(1) scaleY(1);
  }
}

@keyframes box_flipInX {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  40% {
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  60% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  90% {
    -webkit-transform: scaleX(1.05) scaleY(0.95);
            transform: scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
            transform: translateY(0) scaleX(1) scaleY(1);
  }
}

.an_fast {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
}

.an_faster {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.delay-03s {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.delay-05s {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-3s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.box_flipOutX {
  -webkit-animation-name: box_flipOutX;
          animation-name: box_flipOutX;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
  opacity: 0;
}

@-webkit-keyframes box_flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}

@keyframes box_flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}

.box_jump {
  -webkit-animation-name: box_jump;
          animation-name: box_jump;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

@-webkit-keyframes box_jump {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: scaleY(0.95);
            transform: scaleY(0.95);
  }
  40% {
    -webkit-transform: translateY(-5%) scaleY(1.2) scaleX(1.2);
            transform: translateY(-5%) scaleY(1.2) scaleX(1.2);
  }
  60% {
    -webkit-transform: translateY(0) scaleY(0.95);
            transform: translateY(0) scaleY(0.95);
  }
  70% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    -webkit-transform: scaleY(1.1) skewY(5deg);
            transform: scaleY(1.1) skewY(5deg);
  }
  90% {
    -webkit-transform: scaleY(1.1) skewY(-5deg);
            transform: scaleY(1.1) skewY(-5deg);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes box_jump {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: scaleY(0.95);
            transform: scaleY(0.95);
  }
  40% {
    -webkit-transform: translateY(-5%) scaleY(1.2) scaleX(1.2);
            transform: translateY(-5%) scaleY(1.2) scaleX(1.2);
  }
  60% {
    -webkit-transform: translateY(0) scaleY(0.95);
            transform: translateY(0) scaleY(0.95);
  }
  70% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    -webkit-transform: scaleY(1.1) skewY(5deg);
            transform: scaleY(1.1) skewY(5deg);
  }
  90% {
    -webkit-transform: scaleY(1.1) skewY(-5deg);
            transform: scaleY(1.1) skewY(-5deg);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.box_shake {
  -webkit-animation-name: box_shake;
          animation-name: box_shake;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  visibility: visible !important;
}

@-webkit-keyframes box_shake {
  0% {
  }
  30% {
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
  }
  40% {
    -webkit-transform: scaleX(1.2) scaleY(1.2) skewY(5deg);
            transform: scaleX(1.2) scaleY(1.2) skewY(5deg);
  }
  60% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  90% {
    -webkit-transform: scaleX(1.05) scaleY(0.95);
            transform: scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}

@keyframes box_shake {
  0% {
  }
  30% {
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
  }
  40% {
    -webkit-transform: scaleX(1.2) scaleY(1.2) skewY(5deg);
            transform: scaleX(1.2) scaleY(1.2) skewY(5deg);
  }
  60% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  90% {
    -webkit-transform: scaleX(1.05) scaleY(0.95);
            transform: scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}

.box_zoom {
  -webkit-animation-name: box_zoom;
          animation-name: box_zoom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  visibility: visible !important;
}

@-webkit-keyframes box_zoom {
  0% {
  }
  30% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  40% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  60% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  90% {
    -webkit-transform: scaleX(1.05) scaleY(0.95);
            transform: scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}

@keyframes box_zoom {
  0% {
  }
  30% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  40% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  60% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  90% {
    -webkit-transform: scaleX(1.05) scaleY(0.95);
            transform: scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}

@-webkit-keyframes rotateBtn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  80% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotateBtn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  80% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes rotateBtnAction {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  47% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  70% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
  }
  71% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
  }
  92% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateBtnAction {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  47% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  70% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
  }
  71% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
  }
  92% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateBtnActionStop {
  0%,
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes rotateBtnActionStop {
  0%,
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.rotateBtnAction {
  -webkit-animation: rotateBtnAction 0.8s, rotateBtnActionStop 0.8s 0.8s !important;
          animation: rotateBtnAction 0.8s, rotateBtnActionStop 0.8s 0.8s !important;
  -webkit-transform-origin: 50% 52%;
          transform-origin: 50% 52%;
}

@-webkit-keyframes OutputAction {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  26% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  48% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  53% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes OutputAction {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  26% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  48% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  53% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fingerAnimate {
  from,
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10%, 10%);
            transform: translate(10%, 10%);
  }
}

@keyframes fingerAnimate {
  from,
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10%, 10%);
            transform: translate(10%, 10%);
  }
}

.OutputAction {
  -webkit-animation: OutputAction 0.5s 0.6s;
          animation: OutputAction 0.5s 0.6s;
}

@-webkit-keyframes delay {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}

@keyframes delay {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}

@-webkit-keyframes eggsAnimation {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes eggsAnimation {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
  }
}
