@charset "UTF-8";
/* Reset By Normalize */
@import url(/css/normalize.css);
/* ================= 頁面框架設定 ================= */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dtNow {
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 9999;
  border-radius: 3px;
  padding: 3px;
}

.wrapper_pake_egg {
  font-family: "Helvetica Neue", "微軟正黑體", "Helvetica", "Arial", "PingFangTC-Light", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.wrapper_pake_egg .box_center {
  position: absolute;
  top: 0;
  right: 0;
  width: 78%;
  margin-right: 3%;
}

.wrapper_pake_egg .box_center .box_egg_all {
  position: relative;
  width: 100%;
}

.wrapper_pake_egg .box_center .box_egg_all img {
  display: block;
}

.wrapper_pake_egg .box_center .shadow {
  position: absolute;
  width: 15.5%;
  padding-bottom: 5%;
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/img_egg_shadow.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.wrapper_pake_egg .box_center .shadow01 {
  top: 34.3%;
  left: 16.5%;
}

.wrapper_pake_egg .box_center .shadow02 {
  top: 34.3%;
  left: 37.3%;
}

.wrapper_pake_egg .box_center .shadow03 {
  top: 34.3%;
  left: 58%;
}

.wrapper_pake_egg .box_center .shadow04 {
  top: 67.8%;
  left: 16.5%;
}

.wrapper_pake_egg .box_center .shadow05 {
  top: 67.8%;
  left: 37.3%;
}

.wrapper_pake_egg .box_center .shadow06 {
  top: 67.8%;
  left: 58%;
}

.wrapper_pake_egg .box_center .egg.broken .egg_bg .egg_above {
  display: none;
}

.wrapper_pake_egg .box_center .egg {
  position: absolute;
  width: 16.7%;
  height: 26.55%;
}

.wrapper_pake_egg .box_center .egg .egg_bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.wrapper_pake_egg .box_center .egg .egg_bg .egg_above {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  padding-bottom: 86%;
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 2;
}

.wrapper_pake_egg .box_center .egg .egg_bg .egg_below {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  padding-bottom: 92%;
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
}

.wrapper_pake_egg .box_center .egg a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
}

.wrapper_pake_egg .box_center .egg a .finger {
  width: 35%;
  padding-bottom: 57%;
  position: absolute;
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/finger1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 30%;
  left: 67%;
  z-index: 1;
  -webkit-animation: fingerAnimate .8s infinite;
          animation: fingerAnimate .8s infinite;
}

.wrapper_pake_egg .box_center .btn_egg01 {
  top: 11.3%;
  left: 15.6%;
}

.wrapper_pake_egg .box_center .btn_egg02 {
  top: 11.3%;
  left: 36.4%;
}

.wrapper_pake_egg .box_center .btn_egg03 {
  top: 11.3%;
  left: 57.1%;
}

.wrapper_pake_egg .box_center .btn_egg04 {
  top: 44.8%;
  left: 15.6%;
}

.wrapper_pake_egg .box_center .btn_egg05 {
  top: 44.8%;
  left: 36.4%;
}

.wrapper_pake_egg .box_center .btn_egg06 {
  top: 44.8%;
  left: 57.1%;
}

.wrapper_pake_egg .box_center .text_reward {
  position: absolute;
  top: 37%;
  left: 32%;
  width: 26%;
  height: 10%;
  z-index: 7;
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/text_reward.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.wrapper_pake_egg .box_left_top {
  position: relative;
  margin-top: 1%;
  width: 30%;
}

.wrapper_pake_egg .box_left_top .box_grand {
  position: relative;
  width: 91.8%;
  margin-left: 2%;
}

.wrapper_pake_egg .box_left_top .box_grand .marquee-wrap {
  position: absolute;
  top: 2.5%;
  left: 10%;
  width: 80%;
  color: #fff;
  text-align: center;
  padding-top: 3%;
  height: 23%;
}

.wrapper_pake_egg .box_left_top .box_grand .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_pake_egg .box_left_top .box_grand .marquee-wrap .marquee-content li {
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff7f7;
  font-weight: bold;
  font-size: .9em;
  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;
}

.wrapper_pake_egg .box_left_top .box_grand .prize {
  position: absolute;
  top: 38%;
  left: 26%;
  width: 48%;
  height: 36%;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.wrapper_pake_egg .box_left_top .box_grand .prize_title {
  position: absolute;
  top: 71%;
  left: 21.5%;
  width: 56%;
  height: 21%;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.wrapper_pake_egg .box_left_bottom {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0.5em;
  bottom: 0.5em;
  width: 30%;
}

.wrapper_pake_egg .box_left_bottom a {
  width: 27%;
  padding-bottom: 27%;
  margin: 0.5% 1.6%;
}

.wrapper_pake_egg .box_left_bottom a.btn_question {
  display: block;
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/btn_question.png);
  background-size: 100% 100%;
  cursor: pointer;
}

.wrapper_pake_egg .box_left_bottom a.btn_record {
  display: block;
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/btn_record.png);
  background-size: 100% 100%;
  cursor: pointer;
}

.wrapper_pake_egg .box_center_bottom {
  position: absolute;
  left: 46.5%;
  bottom: 1em;
  width: 20%;
  z-index: 10;
}

.wrapper_pake_egg .box_center_bottom .btn_egg_all_open {
  display: block;
  width: 100%;
  padding-bottom: 35%;
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/btn_egg_all_open.png);
  background-size: 100% 100%;
  cursor: pointer;
}

.wrapper_pake_egg .box_right_top {
  position: absolute;
  right: 6.5%;
  top: 0.5em;
  width: 20%;
  padding-right: 1%;
  padding-bottom: 2%;
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/item_quantity.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrapper_pake_egg .box_right_top span {
  display: block;
  margin-top: 6.5%;
  width: 9.7%;
  padding-bottom: 15%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 0.5%;
}

.wrapper_pake_egg .box_right_top span.n00 {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/number/0.png);
}

.wrapper_pake_egg .box_right_top span.n01 {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/number/1.png);
}

.wrapper_pake_egg .box_right_top span.n02 {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/number/2.png);
}

.wrapper_pake_egg .box_right_top span.n03 {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/number/3.png);
}

.wrapper_pake_egg .box_right_top span.n04 {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/number/4.png);
}

.wrapper_pake_egg .box_right_top span.n05 {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/number/5.png);
}

.wrapper_pake_egg .box_right_top span.n06 {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/number/6.png);
}

.wrapper_pake_egg .box_right_top span.n07 {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/number/7.png);
}

.wrapper_pake_egg .box_right_top span.n08 {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/number/8.png);
}

.wrapper_pake_egg .box_right_top span.n09 {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/number/9.png);
}

.wrapper_pake_egg .box_right_bottom {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  width: 11.5%;
}

.wrapper_pake_egg .box_right_bottom .nav {
  padding-bottom: 0;
}

.wrapper_pake_egg .box_right_bottom .nav li {
  width: 100%;
  list-style: none;
  margin: 2px auto;
}

.wrapper_pake_egg .box_right_bottom .nav li a {
  display: block;
  width: 100%;
  padding-bottom: 102%;
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/bg_nav.png);
  background-size: 200% auto;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.wrapper_pake_egg .box_right_bottom .nav li a.btn_bg01 {
  background-position-x: 0;
}

.wrapper_pake_egg .box_right_bottom .nav li a.btn_bg02 {
  background-position-x: 100%;
}

.wrapper_pake_egg .box_right_bottom .nav li a:hover, .wrapper_pake_egg .box_right_bottom .nav li a.hover {
  background-position-y: top;
}

.wrapper_pake_egg .box_windows {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
}

.wrapper_pake_egg .box_windows .layer_click {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrapper_pake_egg .box_windows .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;
}

.wrapper_pake_egg .box_windows .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) {
  .wrapper_pake_egg .box_windows .box_container.prize_item .item {
    height: 150px;
  }
}

@media only screen and (max-width: 812px) {
  .wrapper_pake_egg .box_windows .box_container.prize_item .item {
    height: 140px;
  }
}

.wrapper_pake_egg .box_windows .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) {
  .wrapper_pake_egg .box_windows .box_container.prize_item .item .item_img {
    width: 65%;
  }
}

.wrapper_pake_egg .box_windows .box_container.prize_item .item .item_img p {
  width: 100%;
  color: #a6854cb3;
  text-align: center;
}

.wrapper_pake_egg .box_windows .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) {
  .wrapper_pake_egg .box_windows .box_container.prize_item .item .item_img img {
    max-height: 90px;
  }
}

@media only screen and (max-width: 812px) {
  .wrapper_pake_egg .box_windows .box_container.prize_item .item .item_img img {
    max-height: 70px;
  }
}

.wrapper_pake_egg .box_windows .box_container.prize_item .item .item_num {
  width: 45%;
  text-align: center;
  margin: 2% 0;
  font-size: 33px;
  font-weight: bold;
  color: #a6854cb3;
}

@media only screen and (max-width: 812px) {
  .wrapper_pake_egg .box_windows .box_container.prize_item .item .item_num {
    width: 35%;
  }
}

.wrapper_pake_egg .box_windows .box_container.question {
  display: none;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  padding: 1em;
  font-size: 120%;
  color: #FFF;
  line-height: 1.5em;
}

.wrapper_pake_egg .box_windows .box_container.question h3 {
  font-size: 1.5em;
  line-height: 2em;
  color: #ffb244;
}

.wrapper_pake_egg .box_windows .box_container.question h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  margin: 8px 0;
  background-color: #ffb244;
  line-height: 1.4px;
  color: #000;
}

.wrapper_pake_egg .box_windows .box_container.question ol {
  padding-left: 1.5em;
}

.wrapper_pake_egg .box_windows .box_container.record {
  display: none;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  padding: 1em;
  font-size: 120%;
  color: #FFF;
  line-height: 1.5em;
}

.wrapper_pake_egg .box_windows .box_container.record h3 {
  font-size: 1.5em;
  line-height: 2em;
  color: #ffb244;
}

.wrapper_pake_egg .box_windows .box_container.record ol {
  padding-left: 1.5em;
}

.wrapper_pake_egg .box_windows .box_container {
  position: absolute;
  border-radius: 20px;
  border: 3px solid rgba(166, 133, 76, 0.7);
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: scroll;
}

.wrapper_pake_egg .box_windows a.btn_x {
  position: absolute;
  display: block;
  top: 5.5%;
  right: 5.2%;
  width: 3.2em;
  height: 3.2em;
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/btn_x.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wrapper_pake_egg .go_in {
  display: block;
  opacity: 1;
}

.wrapper_pake_egg .go_out {
  display: none;
  opacity: 0;
}

/* ================= table設定 ================= */
.table {
  word-break: break-all;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
  font-size: 80%;
  color: #000;
  border: 5px solid #ffb244;
}

.table-full {
  width: 100%;
}

.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 #863700 solid;
  background: #863700;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #863700), to(#bc5d1b));
  background: linear-gradient(to bottom, #863700 20%, #bc5d1b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.table tr td {
  text-align: center;
  padding: 5px;
  border: 1px #863700 solid;
}

.box_grand, .egg, .decoration01, .decoration02, .decoration03 {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.Scene_01 {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/bg_01.jpg);
  background-color: #081f06;
}

.Scene_01 .box_grand {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/bg_grand.png);
}

.Scene_01 .box_grand .prize {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/001.png);
}

.Scene_01 .box_grand .prize_title {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/prize_title01.png);
}

.Scene_01 .egg .egg_bg .egg_above {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/img_egg_01_above.png);
}

.Scene_01 .egg .egg_bg .egg_below {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/img_egg_01_below.png);
}

.Scene_volcanic {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/bg_02.jpg);
  background-color: #081f06;
}

.Scene_volcanic .box_grand {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/bg_grand.png);
}

.Scene_volcanic .box_grand .prize {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/002.png);
}

.Scene_volcanic .box_grand .prize_title {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/prize_title02.png);
}

.Scene_volcanic .text_reward {
  display: none;
}

.Scene_volcanic .egg .egg_bg .egg_above {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/img_egg_02_above.png);
}

.Scene_volcanic .egg .egg_bg .egg_below {
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/img_egg_02_below.png);
}

@media screen and (min-width: 812px) and (min-height: 375px) and (max-width: 823px) and (max-height: 411px) {
  .wrapper_pake_egg .box_left_top {
    width: 25%;
  }
  .wrapper_pake_egg .box_center {
    top: -10%;
    right: 2.5%;
  }
  .wrapper_pake_egg .box_center .box_egg_all {
    margin-top: -2%;
  }
  .wrapper_pake_egg .box_center .btn_egg01 {
    top: 15.6%;
  }
  .wrapper_pake_egg .box_center .btn_egg02 {
    top: 15.6%;
  }
  .wrapper_pake_egg .box_center .btn_egg03 {
    top: 15.6%;
  }
  .wrapper_pake_egg .box_center .decoration02 {
    top: 30%;
  }
  .wrapper_pake_egg .box_center .shadow01 {
    top: 37.8%;
  }
  .wrapper_pake_egg .box_center .shadow02 {
    top: 37.8%;
  }
  .wrapper_pake_egg .box_center .shadow03 {
    top: 37.8%;
  }
  .wrapper_pake_egg .box_center_bottom {
    left: 42.5%;
  }
}

@media screen and (min-width: 375px) and (min-height: 812px) and (max-width: 411px) and (max-height: 823px) {
  .wrapper_pake_egg .box_left_top {
    width: 25%;
  }
  .wrapper_pake_egg .box_center {
    top: -10%;
    right: 2.5%;
  }
  .wrapper_pake_egg .box_center .btn_egg01 {
    top: 16.3%;
  }
  .wrapper_pake_egg .box_center .btn_egg02 {
    top: 16.3%;
  }
  .wrapper_pake_egg .box_center .decoration02 {
    top: 30%;
  }
  .wrapper_pake_egg .box_center .shadow01 {
    top: 40.3%;
  }
  .wrapper_pake_egg .box_center .shadow02 {
    top: 40.3%;
  }
  .wrapper_pake_egg .box_center .shadow03 {
    top: 40.3%;
  }
  .wrapper_pake_egg .box_center_bottom {
    left: 42.5%;
  }
}

@media screen and (min-width: 1024px) and (min-height: 768px) and (max-width: 1366px) and (max-height: 1024px) {
  .wrapper_pake_egg {
    background-size: 130% auto;
  }
  .wrapper_pake_egg .box_left_top {
    width: 29%;
  }
  .wrapper_pake_egg .box_center {
    top: 12%;
    right: -1.5%;
    width: 87%;
  }
  .wrapper_pake_egg .box_center_bottom {
    left: 42.5%;
    bottom: 8%;
  }
  .table {
    font-size: 110%;
  }
  .wrapper_pake_egg .box_windows .box_container.prize_item .item .item_name h3 {
    font-size: 110%;
  }
}

@media screen and (min-width: 768px) and (min-height: 1024px) and (max-width: 1024px) and (max-height: 1366px) {
  .wrapper_pake_egg {
    background-size: 130% auto;
  }
  .wrapper_pake_egg .box_left_top {
    width: 31%;
  }
  .wrapper_pake_egg .box_center {
    top: 12%;
    right: -1.5%;
    width: 87%;
  }
  .wrapper_pake_egg .box_center_bottom {
    left: 42.5%;
    bottom: 8%;
  }
  .table {
    font-size: 100%;
  }
  .wrapper_pake_egg .box_windows .box_container.prize_item .item .item_name h3 {
    font-size: 110%;
  }
}

.above {
  position: absolute;
  top: 0%;
  left: -58%;
  width: 56.5%;
  height: 100%;
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/bg_above.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 10;
}

.below {
  position: absolute;
  top: 0%;
  right: -58%;
  width: 56.5%;
  height: 100%;
  background-image: url(/Action/11_Star31/20210519MU/ingame/images/bg_below.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 10;
}

.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: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: scaleY(1.05) translateX(99%);
            transform: scaleY(1.05) translateX(99%);
  }
  90% {
    -webkit-transform: scaleY(1) translateX(100%);
            transform: scaleY(1) translateX(100%);
  }
  100% {
    -webkit-transform: scaleY(1.05) translateX(99%);
            transform: scaleY(1.05) translateX(99%);
  }
}

@keyframes aboveDown {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: scaleY(1.05) translateX(99%);
            transform: scaleY(1.05) translateX(99%);
  }
  90% {
    -webkit-transform: scaleY(1) translateX(100%);
            transform: scaleY(1) translateX(100%);
  }
  100% {
    -webkit-transform: scaleY(1.05) translateX(99%);
            transform: scaleY(1.05) translateX(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: scaleY(1.05) translateX(99%);
            transform: scaleY(1.05) translateX(99%);
  }
  75% {
    -webkit-transform: scaleY(1) translateX(100%);
            transform: scaleY(1) translateX(100%);
  }
  90% {
    -webkit-transform: translateX(99%);
            transform: translateX(99%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes aboveUp {
  0% {
    -webkit-transform: scaleY(1.05) translateX(99%);
            transform: scaleY(1.05) translateX(99%);
  }
  75% {
    -webkit-transform: scaleY(1) translateX(100%);
            transform: scaleY(1) translateX(100%);
  }
  90% {
    -webkit-transform: translateX(99%);
            transform: translateX(99%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(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: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: scaleY(1.05) translateX(-99%);
            transform: scaleY(1.05) translateX(-99%);
  }
  90% {
    -webkit-transform: scaleY(1) translateX(-100%);
            transform: scaleY(1) translateX(-100%);
  }
  100% {
    -webkit-transform: scaleY(1.05) translateX(-99%);
            transform: scaleY(1.05) translateX(-99%);
  }
}

@keyframes belowUp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: scaleY(1.05) translateX(-99%);
            transform: scaleY(1.05) translateX(-99%);
  }
  90% {
    -webkit-transform: scaleY(1) translateX(-100%);
            transform: scaleY(1) translateX(-100%);
  }
  100% {
    -webkit-transform: scaleY(1.05) translateX(-99%);
            transform: scaleY(1.05) translateX(-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: scaleY(1.05) translateX(-99%);
            transform: scaleY(1.05) translateX(-99%);
  }
  75% {
    -webkit-transform: scaleY(1) translateX(-100%);
            transform: scaleY(1) translateX(-100%);
  }
  90% {
    -webkit-transform: translateX(-99%);
            transform: translateX(-99%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes belowDown {
  0% {
    -webkit-transform: scaleY(1.05) translateX(-99%);
            transform: scaleY(1.05) translateX(-99%);
  }
  75% {
    -webkit-transform: scaleY(1) translateX(-100%);
            transform: scaleY(1) translateX(-100%);
  }
  90% {
    -webkit-transform: translateX(-99%);
            transform: translateX(-99%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.egg_up {
  -webkit-animation-name: egg_up;
          animation-name: egg_up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  opacity: 0;
}

@-webkit-keyframes egg_up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
}

@keyframes egg_up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
}

.egg_tada {
  -webkit-animation-name: egg_tada;
          animation-name: egg_tada;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

@-webkit-keyframes egg_tada {
  10% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  30% {
    -webkit-transform: scaleY(1) skewY(-5deg);
            transform: scaleY(1) skewY(-5deg);
  }
  55% {
    -webkit-transform: scaleY(0.8) skewY(5deg);
            transform: scaleY(0.8) skewY(5deg);
  }
  80% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes egg_tada {
  10% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  30% {
    -webkit-transform: scaleY(1) skewY(-5deg);
            transform: scaleY(1) skewY(-5deg);
  }
  55% {
    -webkit-transform: scaleY(0.8) skewY(5deg);
            transform: scaleY(0.8) skewY(5deg);
  }
  80% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

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

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

.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_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);
  }
}

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

@-webkit-keyframes fingerAnimate {
  from,
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(-55%) rotate(-30deg);
            transform: translateX(-55%) rotate(-30deg);
  }
}

@keyframes fingerAnimate {
  from,
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(-55%) rotate(-30deg);
            transform: translateX(-55%) rotate(-30deg);
  }
}

.an_fast {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
}

.an_faster {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

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