@charset "UTF-8";
/* Reset By Normalize */
@import url(/css/normalize.css);
/* ================= 頁面框架設定 ================= */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: linear-gradient(45deg, black 0%, #ae00ff 20%, #c20000 40%, white 60%, #7c14d1 80%, #b30000 100%);
  -webkit-overflow-scrolling: touch;
}

.dtNow {
  display: none;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 99;
  border-radius: 3px;
  padding: 3px;
}

.wrapper_ingame {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(/Action/11_Star31/20210831MU/ingame/images/ingamebg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  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;
  background-size: 100%;
}

@media (min-aspect-ratio: 9 / 4) {
  .wrapper_ingame {
    background-image: url(/Action/11_Star31/20210831MU/ingame/images/ingamebg_2500.jpg);
    background-size: auto 100%;
  }
}

@media (max-aspect-ratio: 4 / 9) and (orientation: portrait) {
  .wrapper_ingame {
    background-image: url(/Action/11_Star31/20210831MU/ingame/images/ingamebg_2500.jpg);
    background-size: auto 100%;
  }
}

.ingame_machine {
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-aspect-ratio: 9 / 4) {
  .ingame_machine {
    width: 90.55556vw;
    height: 44.44444vw;
  }
}

@media (min-aspect-ratio: 4 / 9) and (orientation: portrait) {
  .ingame_machine {
    width: 90.55556vh;
    height: 44.44444vh;
  }
}

@media (min-aspect-ratio: 9 / 4) {
  .ingame_machine {
    width: 193.5625vh;
    width: calc(var(--vh, 1vh) * 193.5625);
    padding-bottom: initial;
    height: 95vh;
    height: calc(var(--vh, 1vh) * 95);
    background-size: auto 100%;
    background-position: top center;
  }
}

@media (max-aspect-ratio: 4 / 9) and (orientation: portrait) {
  .ingame_machine {
    width: 195.6vw;
    height: 96vw;
  }
}

.ingame_machine .game_main {
  width: 72.6227%;
  height: 61.25%;
  margin-left: 13.49693%;
  margin-top: 3.68098%;
  position: relative;
}

.ingame_machine .game_prize {
  width: 67.05385%;
  height: 50%;
  position: absolute;
  top: 25.76531%;
  left: 16.36748%;
  background: url(../../images/pic_section_02.png);
  background-size: 100% !important;
  background-repeat: no-repeat;
}

.ingame_machine .game_awards {
  width: 100%;
  height: 100%;
}

.ingame_machine .game_awards ul {
  width: 100%;
  height: 100%;
  list-style-type: none;
  position: relative;
}

.ingame_machine .game_awards ul li {
  width: 16.66667%;
  height: 25%;
  position: absolute;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}

.ingame_machine .game_awards ul li:nth-child(1) {
  top: 0;
  left: 0%;
}

.ingame_machine .game_awards ul li:nth-child(2) {
  top: 0;
  left: 16.66667%;
}

.ingame_machine .game_awards ul li:nth-child(3) {
  top: 0;
  left: 33.33333%;
}

.ingame_machine .game_awards ul li:nth-child(4) {
  top: 0;
  left: 50%;
}

.ingame_machine .game_awards ul li:nth-child(5) {
  top: 0;
  left: 66.66667%;
}

.ingame_machine .game_awards ul li:nth-child(6) {
  top: 0;
  left: 83.33333%;
}

.ingame_machine .game_awards ul li:nth-child(7) {
  top: 25%;
  right: 0;
}

.ingame_machine .game_awards ul li:nth-child(8) {
  top: 50%;
  right: 0;
}

.ingame_machine .game_awards ul li:nth-child(9) {
  top: 75%;
  right: 0;
}

.ingame_machine .game_awards ul li:nth-child(10) {
  bottom: 0;
  right: 16.66667%;
}

.ingame_machine .game_awards ul li:nth-child(11) {
  bottom: 0;
  right: 33.33333%;
}

.ingame_machine .game_awards ul li:nth-child(12) {
  bottom: 0;
  right: 50%;
}

.ingame_machine .game_awards ul li:nth-child(13) {
  bottom: 0;
  right: 66.66667%;
}

.ingame_machine .game_awards ul li:nth-child(14) {
  bottom: 0;
  right: 83.33333%;
}

.ingame_machine .game_awards ul li:nth-child(15) {
  bottom: 25%;
  left: 0;
}

.ingame_machine .game_awards ul li:nth-child(16) {
  bottom: 50%;
  left: 0;
}

.ingame_machine .game_awards ul li:nth-child(17) {
  bottom: 0;
  right: 133.33333%;
}

.ingame_machine .game_awards ul li::after {
  content: '';
  display: block;
  width: 20%;
  height: 30%;
  background: url(/Action/11_Star31/20210831MU/ingame/images/light-red.png);
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  z-index: 2;
}

.ingame_machine .game_awards ul li.light::after {
  background: url(/Action/11_Star31/20210831MU/ingame/images/light-yellow.png);
}

.ingame_machine .game_awards ul li:nth-child(1)::after {
  bottom: -16%;
  right: -7%;
}

.ingame_machine .game_awards ul li:nth-child(2)::after, .ingame_machine .game_awards ul li:nth-child(3)::after, .ingame_machine .game_awards ul li:nth-child(4)::after, .ingame_machine .game_awards ul li:nth-child(5)::after {
  bottom: -16%;
  left: 43%;
}

.ingame_machine .game_awards ul li:nth-child(6)::after {
  bottom: -16%;
  left: -7%;
}

.ingame_machine .game_awards ul li:nth-child(7)::after, .ingame_machine .game_awards ul li:nth-child(8)::after {
  top: 35%;
  left: -7%;
}

.ingame_machine .game_awards ul li:nth-child(9)::after {
  top: -12%;
  left: -7%;
}

.ingame_machine .game_awards ul li:nth-child(10)::after, .ingame_machine .game_awards ul li:nth-child(11)::after, .ingame_machine .game_awards ul li:nth-child(12)::after, .ingame_machine .game_awards ul li:nth-child(13)::after {
  top: -12%;
  left: 43%;
}

.ingame_machine .game_awards ul li:nth-child(14)::after {
  top: -12%;
  right: -7%;
}

.ingame_machine .game_awards ul li:nth-child(15)::after, .ingame_machine .game_awards ul li:nth-child(16)::after {
  top: 35%;
  right: -7%;
}

.ingame_machine .game_awards ul li:nth-child(17)::after {
  top: -12%;
  right: -7%;
}

.ingame_machine .game_awards ul li.awards-1 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award1.png);
}

.ingame_machine .game_awards ul li.awards-2 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award2.png);
}

.ingame_machine .game_awards ul li.awards-3 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award3.png);
}

.ingame_machine .game_awards ul li.awards-4 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award4.png);
}

.ingame_machine .game_awards ul li.awards-5 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award5.png);
}

.ingame_machine .game_awards ul li.awards-6 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award6.png);
}

.ingame_machine .game_awards ul li.awards-7 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award7.png);
}

.ingame_machine .game_awards ul li.awards-8 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award8.png);
}

.ingame_machine .game_awards ul li.awards-9 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award9.png);
}

.ingame_machine .game_awards ul li.awards-10 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award10.png);
}

.ingame_machine .game_awards ul li.awards-11 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award11.png);
}

.ingame_machine .game_awards ul li.awards-12 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award12.png);
}

.ingame_machine .game_awards ul li.awards-13 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award13.png);
}

.ingame_machine .game_awards ul li.awards-14 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award14.png);
}

.ingame_machine .game_awards ul li.awards-15 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award15.png);
}

.ingame_machine .game_awards ul li.awards-16 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award16.png);
}

.ingame_machine .game_awards ul li.awards-17 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award17.png);
}

.ingame_machine .game_awards ul li.action::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li.action.awards-1::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award1_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-2::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award2_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-3::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award3_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-4::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award4_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-5::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award5_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-6::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award6_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-7::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award7_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-8::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award8_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-9::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award9_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-10::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award10_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-11::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award11_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-12::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award12_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-13::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award13_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-14::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award14_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-15::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award15_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-16::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award16_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-17::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Award17_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.get::before {
  content: '';
  display: block;
  width: 31.01266%;
  height: 52.04082%;
  position: absolute;
  top: 24.4898%;
  left: 34.17722%;
  background-size: 100% !important;
  background: url(/Action/11_Star31/20210831MU/ingame/images/Tick.png);
}

.ingame_machine .game_bottom {
  width: 100%;
  height: 25%;
  position: relative;
  margin-top: 3.45092%;
}

.ingame_machine .game_bottom .btn_Description {
  width: 16.33436%;
  height: 36.875%;
  background-image: url(/Action/11_Star31/20210831MU/ingame/images/btn_Description.png);
  background-size: 100%;
  position: absolute;
  cursor: pointer;
  top: 0%;
  left: 9.66258%;
}

@media only screen and (min-width: 1280px) {
  .ingame_machine .game_bottom .btn_Description:hover {
    height: 35.625%;
    top: 1.25%;
    background-image: url(/Action/11_Star31/20210831MU/ingame/images/btn_Description_action.png);
  }
}

@media only screen and (max-width: 812px) {
  .ingame_machine .game_bottom .btn_Description:active {
    height: 35.625%;
    top: 1.25%;
    background-image: url(/Action/11_Star31/20210831MU/ingame/images/btn_Description_action.png);
  }
}

.ingame_machine .game_bottom .btn_AwardRecord {
  width: 16.33436%;
  height: 36.875%;
  background-image: url(/Action/11_Star31/20210831MU/ingame/images/btn_AwardRecord.png);
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 50.625%;
  left: 11.34969%;
}

@media only screen and (min-width: 1280px) {
  .ingame_machine .game_bottom .btn_AwardRecord:hover {
    height: 35.625%;
    top: 51.875%;
    background-image: url(/Action/11_Star31/20210831MU/ingame/images/btn_AwardRecord_action.png);
  }
}

@media only screen and (max-width: 812px) {
  .ingame_machine .game_bottom .btn_AwardRecord:active {
    height: 35.625%;
    top: 51.875%;
    background-image: url(/Action/11_Star31/20210831MU/ingame/images/btn_AwardRecord_action.png);
  }
}

.ingame_machine .game_bottom .btn_use_all {
  width: 19.93865%;
  height: 78.125%;
  background-image: url(/Action/11_Star31/20210831MU/ingame/images/btn_use_all.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: -3.5%;
  left: 27.60736%;
}

@media only screen and (min-width: 1280px) {
  .ingame_machine .game_bottom .btn_use_all:hover {
    height: 70.625%;
    top: 4%;
    background-image: url(/Action/11_Star31/20210831MU/ingame/images/btn_use_all_action.png);
  }
}

@media only screen and (max-width: 812px) {
  .ingame_machine .game_bottom .btn_use_all:active {
    height: 70.625%;
    top: 4%;
    background-image: url(/Action/11_Star31/20210831MU/ingame/images/btn_use_all_action.png);
  }
}

.ingame_machine .game_bottom .btn_use_one {
  width: 19.93865%;
  height: 78.125%;
  background-image: url(/Action/11_Star31/20210831MU/ingame/images/btn_use_one.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: -3.5%;
  left: 49.84663%;
}

@media only screen and (min-width: 1280px) {
  .ingame_machine .game_bottom .btn_use_one:hover {
    height: 70.625%;
    top: 4%;
    background-image: url(/Action/11_Star31/20210831MU/ingame/images/btn_use_one_action.png);
  }
}

@media only screen and (max-width: 812px) {
  .ingame_machine .game_bottom .btn_use_one:active {
    height: 70.625%;
    top: 4%;
    background-image: url(/Action/11_Star31/20210831MU/ingame/images/btn_use_one_action.png);
  }
}

.ingame_machine .game_bottom .token {
  width: 16.94785%;
  height: 71.875%;
  background-image: url(/Action/11_Star31/20210831MU/ingame/images/Token.png);
  background-size: 100%;
  position: absolute;
  top: -3%;
  left: 72.85276%;
}

.ingame_machine .game_bottom .token .nums {
  width: 86.87783%;
  height: 40.86957%;
  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;
  position: absolute;
  top: 39.13043%;
  left: 6.56109%;
}

.ingame_machine .game_bottom .token .nums .num {
  width: 16.66667%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: 87.5% !important;
  background-position-x: center !important;
  background-repeat: no-repeat !important;
}

.ingame_machine .game_bottom .token .nums .num-0 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Number_0.png);
}

.ingame_machine .game_bottom .token .nums .num-1 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Number_1.png);
}

.ingame_machine .game_bottom .token .nums .num-2 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Number_2.png);
}

.ingame_machine .game_bottom .token .nums .num-3 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Number_3.png);
}

.ingame_machine .game_bottom .token .nums .num-4 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Number_4.png);
}

.ingame_machine .game_bottom .token .nums .num-5 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Number_5.png);
}

.ingame_machine .game_bottom .token .nums .num-6 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Number_6.png);
}

.ingame_machine .game_bottom .token .nums .num-7 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Number_7.png);
}

.ingame_machine .game_bottom .token .nums .num-8 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Number_8.png);
}

.ingame_machine .game_bottom .token .nums .num-9 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/Number_9.png);
}

.ingame_machine .game_bottom .token .note-text {
  width: 220%;
  position: absolute;
  top: 91.30435%;
  left: 50%;
  color: yellow;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ingame_machineB .game_prize {
  background: url(../../images/pic_section_01.png);
}

.ingame_machineB .game_awards ul li {
  position: absolute;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}

.ingame_machineB .game_awards ul li.awards-1 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award1.png);
}

.ingame_machineB .game_awards ul li.awards-2 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award2.png);
}

.ingame_machineB .game_awards ul li.awards-3 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award3.png);
}

.ingame_machineB .game_awards ul li.awards-4 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award4.png);
}

.ingame_machineB .game_awards ul li.awards-5 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award5.png);
}

.ingame_machineB .game_awards ul li.awards-6 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award6.png);
}

.ingame_machineB .game_awards ul li.awards-7 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award7.png);
}

.ingame_machineB .game_awards ul li.awards-8 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award8.png);
}

.ingame_machineB .game_awards ul li.awards-9 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award9.png);
}

.ingame_machineB .game_awards ul li.awards-10 {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award10.png);
}

.ingame_machineB .game_awards ul li:nth-child(1), .ingame_machineB .game_awards ul li:nth-child(4), .ingame_machineB .game_awards ul li:nth-child(6), .ingame_machineB .game_awards ul li:nth-child(9) {
  width: 16.68427%;
  height: 24.7449%;
}

.ingame_machineB .game_awards ul li:nth-child(1)::after, .ingame_machineB .game_awards ul li:nth-child(4)::after, .ingame_machineB .game_awards ul li:nth-child(6)::after, .ingame_machineB .game_awards ul li:nth-child(9)::after {
  width: 20.38217%;
  height: 30.92784%;
}

.ingame_machineB .game_awards ul li:nth-child(1).get::before, .ingame_machineB .game_awards ul li:nth-child(4).get::before, .ingame_machineB .game_awards ul li:nth-child(6).get::before, .ingame_machineB .game_awards ul li:nth-child(9).get::before {
  width: 31.21019%;
  left: 34.07643%;
}

.ingame_machineB .game_awards ul li:nth-child(2), .ingame_machineB .game_awards ul li:nth-child(3) {
  width: 33.36853%;
  height: 24.7449%;
}

.ingame_machineB .game_awards ul li:nth-child(2)::after, .ingame_machineB .game_awards ul li:nth-child(3)::after {
  width: 10.12658%;
  height: 30.92784%;
  bottom: -15.46392%;
}

.ingame_machineB .game_awards ul li:nth-child(2).get::before, .ingame_machineB .game_awards ul li:nth-child(3).get::before {
  width: 15.50633%;
  left: 42.08861%;
}

.ingame_machineB .game_awards ul li:nth-child(7), .ingame_machineB .game_awards ul li:nth-child(8) {
  width: 33.36853%;
  height: 24.7449%;
}

.ingame_machineB .game_awards ul li:nth-child(7)::after, .ingame_machineB .game_awards ul li:nth-child(8)::after {
  width: 10.12658%;
  height: 30.92784%;
  left: 45.56962%;
  top: -15.46392%;
}

.ingame_machineB .game_awards ul li:nth-child(7).get::before, .ingame_machineB .game_awards ul li:nth-child(8).get::before {
  width: 15.50633%;
  left: 42.08861%;
}

.ingame_machineB .game_awards ul li:nth-child(5), .ingame_machineB .game_awards ul li:nth-child(10) {
  width: 16.57867%;
  height: 49.7449%;
}

.ingame_machineB .game_awards ul li:nth-child(5)::after, .ingame_machineB .game_awards ul li:nth-child(10)::after {
  width: 20.38217%;
  height: 15.38462%;
}

.ingame_machineB .game_awards ul li:nth-child(5).get::before, .ingame_machineB .game_awards ul li:nth-child(10).get::before {
  width: 31.21019%;
  height: 26.15385%;
  top: 37.17949%;
  left: 34.07643%;
}

.ingame_machineB .game_awards ul li:nth-child(1) {
  top: 0;
  left: 0;
}

.ingame_machineB .game_awards ul li:nth-child(1)::after {
  right: -10.19108%;
  bottom: -15.46392%;
}

.ingame_machineB .game_awards ul li:nth-child(2) {
  top: 0;
  left: 16.57867%;
}

.ingame_machineB .game_awards ul li:nth-child(3) {
  top: 0;
  left: 49.9472%;
}

.ingame_machineB .game_awards ul li:nth-child(4) {
  top: 0;
  left: 83.31573%;
}

.ingame_machineB .game_awards ul li:nth-child(4)::after {
  left: -10.19108%;
  bottom: -15.46392%;
}

.ingame_machineB .game_awards ul li:nth-child(5) {
  top: 24.7449%;
  left: 83.31573%;
}

.ingame_machineB .game_awards ul li:nth-child(5)::after {
  left: -10.19108%;
  top: 42.30769%;
}

.ingame_machineB .game_awards ul li:nth-child(6) {
  top: 74.4898%;
  left: 83.31573%;
}

.ingame_machineB .game_awards ul li:nth-child(6)::after {
  left: -10.19108%;
  top: -15.46392%;
}

.ingame_machineB .game_awards ul li:nth-child(7) {
  top: 74.4898%;
  right: 16.57867%;
}

.ingame_machineB .game_awards ul li:nth-child(8) {
  top: 74.4898%;
  right: 50.26399%;
}

.ingame_machineB .game_awards ul li:nth-child(9) {
  top: 74.4898%;
  right: 83.31573%;
}

.ingame_machineB .game_awards ul li:nth-child(9)::after {
  left: initial;
  right: -10.19108%;
  top: -16.49485%;
}

.ingame_machineB .game_awards ul li:nth-child(10) {
  top: 24.7449%;
  right: 83.31573%;
}

.ingame_machineB .game_awards ul li:nth-child(10)::after {
  left: initial;
  right: -10.19108%;
  top: 42.30769%;
}

.ingame_machineB .game_awards ul li.action::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 100% !important;
}

.ingame_machineB .game_awards ul li.action.awards-1::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award1_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machineB .game_awards ul li.action.awards-2::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award2_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machineB .game_awards ul li.action.awards-3::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award3_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machineB .game_awards ul li.action.awards-4::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award4_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machineB .game_awards ul li.action.awards-5::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award5_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machineB .game_awards ul li.action.awards-6::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award6_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machineB .game_awards ul li.action.awards-7::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award7_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machineB .game_awards ul li.action.awards-8::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award8_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machineB .game_awards ul li.action.awards-9::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award9_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machineB .game_awards ul li.action.awards-10::before {
  background: url(/Action/11_Star31/20210831MU/ingame/images/10-Award10_light.png);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.box_windows {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box_windows-bg {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
}

.box_windows .layer_click {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box_windows .prize_item {
  display: none;
  width: 76.84049%;
  height: 87.5%;
  top: 6.25%;
  left: 11.11963%;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.box_windows .prize_item-box {
  width: 100%;
  height: 85.89286%;
  background: url(/Action/11_Star31/20210831MU/ingame/images/popbox.png);
  background-size: 100%;
  position: relative;
}

.box_windows .prize_item-box .item {
  width: 92%;
  height: 67.85714%;
  margin: 0 auto;
  overflow-y: auto;
  position: relative;
  top: 28.57143%;
}

.box_windows .prize_item-box .item::-webkit-scrollbar {
  width: 8px;
}

.box_windows .prize_item-box .item::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(50%, black), to(black));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 50%, black 100%);
  border-radius: 4px;
}

.box_windows .prize_item-box .item ul {
  width: 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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  list-style-type: none;
}

.box_windows .prize_item-box .item ul li {
  width: 22%;
  margin: 1% 1.5%;
}

.box_windows .prize_item-box .item ul li img {
  max-width: 98%;
  display: block;
  margin: 0 auto;
}

.box_windows .prize_item-box .item-bg {
  width: 95%;
  height: 8.92857%;
  position: absolute;
  bottom: 3.21429%;
  border-radius: 50px;
  left: 2.5%;
  background: -webkit-gradient(linear, left bottom, left top, from(#a600a1), to(rgba(166, 0, 161, 0)));
  background: linear-gradient(to top, #a600a1 0%, rgba(166, 0, 161, 0) 100%);
}

.box_windows .prize_item .getBtn {
  width: 14.17166%;
  height: 10.89286%;
  margin: 0.5% auto;
  left: 44.55521%;
  background: url(/Action/11_Star31/20210831MU/ingame/images/btn_get_action.png);
  background-size: 100%;
}

.box_windows .question {
  display: none;
  padding: 1em;
  font-size: 120%;
  color: #FFF;
  line-height: 1.5em;
}

.box_windows .question h3 {
  font-size: 1.25em;
  line-height: 1.75em;
  color: #ffb244;
}

.box_windows .question p {
  margin-left: 2em;
}

.box_windows .question ol a {
  color: #00fff2;
  text-decoration: underline;
}

.box_windows .question ol a:hover {
  color: #ff70f8;
}

.box_windows .record {
  display: none;
  padding: 1em;
  font-size: 120%;
  color: #FFF;
  line-height: 1.5em;
}

.box_windows .record h3 {
  font-size: 1.5em;
  line-height: 2em;
  color: #ffb244;
}

.box_windows .record ol {
  padding-left: 1.5em;
}

.box_windows .box_container {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}

.box_windows .box_container .main {
  width: 100%;
  height: 100%;
  padding: 16px;
  border-radius: 20px;
  border: 3px solid rgba(166, 133, 76, 0.7);
  background: rgba(0, 0, 0, 0.65);
  -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);
  overflow-y: auto;
}

.box_windows a.btn_x {
  position: absolute;
  display: block;
  top: -12px;
  right: -12px;
  width: 45px;
  height: 45px;
  background-image: url(/Action/11_Star31/20210831MU/ingame/images/btn_x.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 999;
}

.go_in {
  display: block;
  opacity: 1;
}

.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;
}
