@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html * {
  font-family: "Microsoft JhengHei";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  background-color: #271913;
  color: #373737;
  font-size: 18px;
  font-weight: bold;
}

* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.wrap {
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}

.top-menu {
  width: 100%;
  height: 55px;
  background: rgba(25, 25, 25, 0.75);
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#menu a {
  width: 150px;
  color: #ababab;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 3px solid transparent;
}
#menu a.active, #menu a:hover {
  color: #e95389;
  text-shadow: 0 0 10px #e95389;
}

.right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-login-btn, .top-logout-btn, .top-record-btn {
  width: 180px;
  height: 55px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  color: #d8d8d8;
  background: transparent;
}

.top-login-btn:hover {
  background: #fe78a8;
  color: #fff;
}

.top-logout-btn:hover {
  background: #c1c1c1;
  color: #fff;
}

.top-record-btn:hover {
  background: #b672ff;
  color: #fff;
}

.header {
  width: 100%;
  height: 1079px;
  background: url(../images/header-bg.jpg) no-repeat center top;
}

.inner {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flow-root;
}

.logo-box {
  width: 600px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: 52px;
  left: 385px;
  z-index: 20;
}
.logo-box a {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: block;
}
.logo-box a:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.logo-box img {
  display: block;
  width: 100%;
  height: auto;
}

.rg-logo {
  width: 150px;
}

.nfl-logo {
  width: 102px;
}

.mo-logo {
  width: 104px;
}

.bof-logo {
  width: 155px;
}

.title {
  width: 905px;
  height: 178px;
  margin: 0 auto;
  top: 170px;
  left: 30px;
}

.title-star {
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: titleStarTwinkle 1.6s ease-in-out infinite;
          animation: titleStarTwinkle 1.6s ease-in-out infinite;
}
.title-star img {
  max-width: 100%;
}

.title-star1 {
  top: -7px;
  left: 10px;
}

.title-star2 {
  width: 40px;
  top: 31px;
  left: -6px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.title-star3 {
  width: 45px;
  top: 135px;
  left: 313px;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.title-star4 {
  width: 30px;
  top: 3px;
  left: 702px;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.title-star5 {
  width: 55px;
  top: 79px;
  left: 863px;
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

.title-star6 {
  width: 30px;
  top: 120px;
  left: 896px;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@-webkit-keyframes titleStarTwinkle {
  0%, 100% {
    -webkit-transform: scale(0.86);
            transform: scale(0.86);
    opacity: 0.75;
  }
  50% {
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
    opacity: 1;
  }
}

@keyframes titleStarTwinkle {
  0%, 100% {
    -webkit-transform: scale(0.86);
            transform: scale(0.86);
    opacity: 0.75;
  }
  50% {
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
    opacity: 1;
  }
}
.container {
  width: 100%;
  height: auto;
}

#sec1 {
  width: 100%;
  height: 720px;
  background: url(../images/sec1-bg.jpg) no-repeat center top;
}

#sec2 {
  width: 100%;
  height: 1059px;
  background: url(../images/sec2-bg.jpg) no-repeat center top;
}

#sec3 {
  width: 100%;
  height: 1635px;
  background: url(../images/sec3-bg.jpg) no-repeat center top;
}

#sec4 {
  width: 100%;
  height: 825px;
  background: url(../images/sec4-bg.jpg) no-repeat center top;
}

.sec1-bg-m, .sec2-bg-m, .sec3-bg-m, .sec4-bg-m {
  display: none;
}

.sec1-cont {
  width: 1099px;
  height: 667px;
  margin: 20px auto 0 auto;
  background: url(../images/sec1-cont-bg.png) no-repeat center top;
  padding-top: 75px;
  padding: 90px 130px 0 130px;
}
.sec1-cont p {
  color: #f4f0eb;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.sec1-title {
  width: 299px;
  height: 72px;
  margin: 0 auto;
}

.sec1-event-date {
  width: 666px;
  height: 59px;
  margin: 30px auto 0 auto;
}
.sec1-event-date span {
  display: none;
}

.p-w {
  color: #e95389;
}

.hr {
  width: 774px;
  height: 16px;
  margin: 20px auto;
}

.wheretobuy {
  color: #f4f0eb;
  font-size: 20px;
  line-height: 1.5;
}
.wheretobuy a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin-left: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wheretobuy a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.wheretobuy img {
  display: block;
}

.sec2-title {
  width: 376px;
  height: 107px;
  margin: 0 auto;
}

.sec2-gift-left {
  position: absolute;
  width: 246px;
  height: 287px;
  background: url(../images/sec2-gift-left.png) no-repeat center top;
  bottom: 180px;
  left: -10px;
  z-index: 50;
}

.sec2-gift-right {
  position: absolute;
  width: 309px;
  height: 289px;
  background: url(../images/sec2-gift-right.png) no-repeat center top;
  bottom: 180px;
  right: -90px;
  z-index: 50;
}

.sec2-balloon-left {
  position: absolute;
  width: 261px;
  height: 516px;
  background: url(../images/sec2-balloon-left.png) no-repeat center top;
  bottom: 308px;
  left: -177px;
  z-index: 9;
  -webkit-animation: sway-left 8s ease-in-out infinite;
          animation: sway-left 8s ease-in-out infinite;
  will-change: transform;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.sec2-balloon-right {
  position: absolute;
  width: 261px;
  height: 523px;
  background: url(../images/sec2-balloon-right.png) no-repeat center top;
  bottom: 290px;
  right: -260px;
  z-index: 9;
  -webkit-animation: sway 6s ease-in-out infinite alternate;
          animation: sway 6s ease-in-out infinite alternate;
  will-change: transform;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

@-webkit-keyframes sway {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}

@keyframes sway {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@-webkit-keyframes sway-left {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(5px, -7px) rotate(-2.5deg);
            transform: translate(5px, -7px) rotate(-2.5deg);
  }
  55% {
    -webkit-transform: translate(-3px, -2px) rotate(1.5deg);
            transform: translate(-3px, -2px) rotate(1.5deg);
  }
  78% {
    -webkit-transform: translate(3px, -5px) rotate(-1deg);
            transform: translate(3px, -5px) rotate(-1deg);
  }
}
@keyframes sway-left {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(5px, -7px) rotate(-2.5deg);
            transform: translate(5px, -7px) rotate(-2.5deg);
  }
  55% {
    -webkit-transform: translate(-3px, -2px) rotate(1.5deg);
            transform: translate(-3px, -2px) rotate(1.5deg);
  }
  78% {
    -webkit-transform: translate(3px, -5px) rotate(-1deg);
            transform: translate(3px, -5px) rotate(-1deg);
  }
}
.machine-box {
  position: absolute;
  width: 457px;
  height: 745px;
  top: 109px;
  left: 130px;
}

.remaining-attempts {
  width: 280px;
  height: 60px;
  line-height: 50px;
  border: 5px solid #d23d70;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 178px;
  left: 88px;
  z-index: 30;
}

.choose-game {
  position: absolute;
  width: 315px;
  height: 110px;
  background: rgba(0, 0, 0, 0.8);
  border: 5px solid #d23d70;
  border-radius: 20px;
  z-index: 30;
  top: 249px;
  left: 70px;
  padding-top: 5px;
}

.game-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}

.game-option {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.game-option input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 3px solid #d23d70;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  position: relative;
}

.game-option input[type=radio]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ff0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 3px #ff0;
          box-shadow: 0 0 10px 3px #ff0;
}

.game-option img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

input[type=radio]:checked + label img {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.game-option label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 64px;
}

.game-option label img {
  display: block;
}

.machine-bubble {
  position: absolute;
  width: 68px;
  height: 59px;
  background: url(../images/sec2-machine-btn.png) no-repeat center top;
  top: 400px;
  left: 287px;
  z-index: 20;
}

.machine-btn {
  position: absolute;
  width: 117px;
  height: 117px;
  background: url(../images/machine-btn.png) no-repeat center top;
  outline: none;
  border: none;
  cursor: pointer;
  z-index: 15;
  top: 453px;
  left: 171px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-animation: btn-shine 0.8s ease infinite;
          animation: btn-shine 0.8s ease infinite;
}
.machine-btn:hover {
  -webkit-animation: swing 0.6s ease-in-out;
          animation: swing 0.6s ease-in-out;
}

@-webkit-keyframes btn-shine {
  0% {
    -webkit-box-shadow: 0 0 20px 10px rgb(255, 255, 0);
            box-shadow: 0 0 20px 10px rgb(255, 255, 0);
  }
  50% {
    -webkit-box-shadow: 0 0 0px 0px rgb(255, 255, 0);
            box-shadow: 0 0 0px 0px rgb(255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 20px 10px rgb(255, 255, 0);
            box-shadow: 0 0 20px 10px rgb(255, 255, 0);
  }
}

@keyframes btn-shine {
  0% {
    -webkit-box-shadow: 0 0 20px 10px rgb(255, 255, 0);
            box-shadow: 0 0 20px 10px rgb(255, 255, 0);
  }
  50% {
    -webkit-box-shadow: 0 0 0px 0px rgb(255, 255, 0);
            box-shadow: 0 0 0px 0px rgb(255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 20px 10px rgb(255, 255, 0);
            box-shadow: 0 0 20px 10px rgb(255, 255, 0);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  75% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  75% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.machine {
  width: 457px;
  height: 745px;
  background: url(../images/machine.png) no-repeat center top;
  z-index: 10;
}

.ball {
  position: absolute;
  width: 135px;
  height: 131px;
  background: url(../images/ball.png) no-repeat center top;
  z-index: 9;
  left: 162px;
  top: 472px;
}

.ball.drop {
  -webkit-animation: dropBall 0.8s ease forwards;
          animation: dropBall 0.8s ease forwards;
}

@-webkit-keyframes dropBall {
  0% {
    top: 472px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  30% {
    opacity: 1;
    top: 472px;
    -webkit-transform: rotate(45deg) scale(1.05, 0.95);
            transform: rotate(45deg) scale(1.05, 0.95);
  }
  60% {
    top: 580px;
    -webkit-transform: rotate(135deg) scale(0.95, 1.1);
            transform: rotate(135deg) scale(0.95, 1.1);
  }
  72% {
    top: 560px;
    -webkit-transform: rotate(194eg) scale(1.03, 0.97);
            transform: rotate(194eg) scale(1.03, 0.97);
  }
  85% {
    top: 580px;
    -webkit-transform: rotate(202deg) scale(0.98, 1.02);
            transform: rotate(202deg) scale(0.98, 1.02);
  }
  100% {
    top: 580px;
    -webkit-transform: rotate(210deg) scale(1);
            transform: rotate(210deg) scale(1);
  }
}

@keyframes dropBall {
  0% {
    top: 472px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  30% {
    opacity: 1;
    top: 472px;
    -webkit-transform: rotate(45deg) scale(1.05, 0.95);
            transform: rotate(45deg) scale(1.05, 0.95);
  }
  60% {
    top: 580px;
    -webkit-transform: rotate(135deg) scale(0.95, 1.1);
            transform: rotate(135deg) scale(0.95, 1.1);
  }
  72% {
    top: 560px;
    -webkit-transform: rotate(194eg) scale(1.03, 0.97);
            transform: rotate(194eg) scale(1.03, 0.97);
  }
  85% {
    top: 580px;
    -webkit-transform: rotate(202deg) scale(0.98, 1.02);
            transform: rotate(202deg) scale(0.98, 1.02);
  }
  100% {
    top: 580px;
    -webkit-transform: rotate(210deg) scale(1);
            transform: rotate(210deg) scale(1);
  }
}
.machine-back {
  position: absolute;
  width: 173px;
  height: 122px;
  background: url(../images/machine-inner.png) no-repeat center top;
  z-index: 5;
  left: 146px;
  bottom: 25px;
}

.sec2-info-box {
  width: 450px;
  height: 600px;
  position: absolute;
  top: 200px;
  left: 659px;
  padding-top: 50px;
  background: rgba(21, 19, 19, 0.8);
  border: 4px solid #fff;
  border-radius: 62px;
  -webkit-box-shadow: 0 0 9px 5px rgba(243, 41, 108, 0.95), inset 0 0 9px 2px rgba(243, 41, 108, 0.8);
          box-shadow: 0 0 9px 5px rgba(243, 41, 108, 0.95), inset 0 0 9px 2px rgba(243, 41, 108, 0.8);
}

.sec2-btn-arrow {
  position: absolute;
  width: 49px;
  height: 47px;
  background: url(../images/sec2-btn-arrow.png) no-repeat center top;
  top: 29px;
  right: 41px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec2-login-btn {
  display: block;
  width: 348px;
  height: 105px;
  background: url(../images/sec2-login-btn.png) no-repeat center top;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 auto 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec2-login-btn:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.sec2-login-btn:hover .sec2-btn-arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.sec2-logout-btn {
  display: block;
  width: 348px;
  height: 105px;
  background: url(../images/sec2-logout-btn.png) no-repeat center top;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 auto 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec2-logout-btn:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.sec2-logout-btn:hover .sec2-btn-arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.sec2-record-btn {
  display: block;
  width: 348px;
  height: 105px;
  background: url(../images/sec2-record-btn.png) no-repeat center top;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 auto 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec2-record-btn:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.sec2-record-btn:hover .sec2-btn-arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.reward-info-box {
  width: 381px;
  height: 259px;
  background: url(../images/sec2-reward-part.png) no-repeat center top;
  color: #e5e5e5;
  font-size: 17px;
  font-weight: bold;
  padding: 50px 27px 27px 27px;
  line-height: 1.5;
  margin: 0 auto;
}
.reward-info-box li {
  margin-left: 1em;
}

.sec3-cont {
  width: 1169px;
  height: auto;
  margin: 30px auto 0 auto;
}

.sec3-cont-top {
  width: 1169px;
  height: 218px;
  background: url(../images/sec3-cont-top.png) no-repeat center top;
}

.sec3-cont-middle {
  width: 1169px;
  height: auto;
  background: url(../images/sec3-cont-middle.png) repeat-y center top;
}

.sec3-cont-bottom {
  width: 1169px;
  height: 157px;
  background: url(../images/sec3-cont-bottom.png) no-repeat center top;
  display: flow-root;
}

.sec3-title {
  width: 299px;
  height: 71px;
  margin: 0 auto;
  position: relative;
  background: url(../images/sec3-title.png) no-repeat center top;
  top: 120px;
}

.sec3-title-m {
  display: none;
}

.sec3-prize {
  width: 927px;
  height: 366px;
  background: url(../images/sec3-prize.png) no-repeat center top;
  margin: 0 auto;
}

.prize-notice {
  position: absolute;
  width: 710px;
  height: 75px;
  font-size: 16px;
  top: 296px;
  margin: 0 auto;
  left: 260px;
  line-height: 1.5;
  color: #8f8c89;
}
.prize-notice a {
  color: #8f8c89;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.sec3-tabs {
  height: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto -4px;
}

.sec3-tab-btn {
  height: 89px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
  transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
  transition: transform 0.3s, filter 0.3s;
  transition: transform 0.3s, filter 0.3s, -webkit-transform 0.3s, -webkit-filter 0.3s;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.sec3-tab-btn:hover,
.sec3-tab-btn:focus-visible {
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
}

.sec3-tab-btn.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sec3-tab-btn1 {
  width: 210px;
  background: url(../images/sec3-nfl-rewardsbtn.png) no-repeat center top;
}

.sec3-tab-btn1.active {
  background-image: url(../images/sec3-nfl-rewardsbtn-ac.png);
}

.sec3-tab-btn2 {
  width: 210px;
  background: url(../images/sec3-mo-rewardsbtn.png) no-repeat center top;
}

.sec3-tab-btn2.active {
  background-image: url(../images/sec3-mo-rewardsbtn-ac.png);
}

.sec3-tab-btn3 {
  width: 262px;
  background: url(../images/sec3-bof-rewardsbtn.png) no-repeat center top;
}

.sec3-tab-btn3.active {
  background-image: url(../images/sec3-bof-rewardsbtn-ac.png);
}

.sec3-tab-content {
  width: 1175px;
  display: none;
  margin: 0 auto;
}

.sec3-tab-content.active {
  display: block;
}

.card-content {
  width: 795px;
  height: auto;
  margin: 30px auto 0 auto;
}

.prize-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  row-gap: 20px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prize-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 152px;
          flex: 0 0 152px;
  min-width: 0;
  width: 152px;
  list-style: none;
  text-align: center;
  line-height: 1.25;
}
.prize-list img {
  display: block;
  width: 152px;
  height: auto;
}
.prize-list .prize-name,
.prize-list .prize-rate {
  display: block;
}
.prize-list .prize-name {
  font-size: 16px;
  font-weight: 500;
}
.prize-list .prize-rate {
  color: #999;
  font-size: 14px;
}

#sec3-tab1 .prize-name {
  color: #e8c65b;
}

#sec3-tab2 .prize-name {
  color: #4ab4ff;
}

#sec3-tab3 .prize-name {
  color: #ff7137;
}

.sec3-tab-content.active .prize-list li {
  opacity: 0;
  -webkit-animation: prize-item-in 0.4s ease-out forwards;
          animation: prize-item-in 0.4s ease-out forwards;
}

.sec3-tab-content.active .prize-list li:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.sec3-tab-content.active .prize-list li:nth-child(2) {
  -webkit-animation-delay: 0.07s;
          animation-delay: 0.07s;
}

.sec3-tab-content.active .prize-list li:nth-child(3) {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}

.sec3-tab-content.active .prize-list li:nth-child(4) {
  -webkit-animation-delay: 0.21s;
          animation-delay: 0.21s;
}

.sec3-tab-content.active .prize-list li:nth-child(5) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}

.sec3-tab-content.active .prize-list li:nth-child(6) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.sec3-tab-content.active .prize-list li:nth-child(7) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}

.sec3-tab-content.active .prize-list li:nth-child(8) {
  -webkit-animation-delay: 0.49s;
          animation-delay: 0.49s;
}

.sec3-tab-content.active .prize-list li:nth-child(9) {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}

.sec3-tab-content.active .prize-list li:nth-child(10) {
  -webkit-animation-delay: 0.63s;
          animation-delay: 0.63s;
}

.sec3-tab-content.active .prize-list li:nth-child(11) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.sec3-tab-content.active .prize-list li:nth-child(12) {
  -webkit-animation-delay: 0.77s;
          animation-delay: 0.77s;
}

.sec3-tab-content.active .prize-list li:nth-child(13) {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}

.sec3-tab-content.active .prize-list li:nth-child(14) {
  -webkit-animation-delay: 0.91s;
          animation-delay: 0.91s;
}

.sec3-tab-content.active .prize-list li:nth-child(15) {
  -webkit-animation-delay: 0.98s;
          animation-delay: 0.98s;
}

@-webkit-keyframes prize-item-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(18px) scale(0.96);
            transform: translateY(18px) scale(0.96);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes prize-item-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(18px) scale(0.96);
            transform: translateY(18px) scale(0.96);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .sec3-tab-content.active .prize-list li {
    opacity: 1;
    -webkit-animation: none;
            animation: none;
  }
}
.sec4-title {
  width: 376px;
  height: 108px;
  margin: 0 auto;
  top: -20px;
  text-align: center;
}

.notice-box {
  width: 1225px;
  background: rgba(21, 19, 19, 0.8);
  border: 5px solid #fff;
  border-radius: 20px;
  margin: 0 auto;
  padding: 40px 30px;
  -webkit-box-shadow: 0 0 9px 5px rgba(243, 41, 108, 0.95), inset 0 0 9px 5px rgba(243, 41, 108, 0.8);
          box-shadow: 0 0 9px 5px rgba(243, 41, 108, 0.95), inset 0 0 9px 5px rgba(243, 41, 108, 0.8);
}

.notice {
  padding-left: 2em;
}
.notice li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.8;
}

.notice-link {
  color: #e53981;
  text-decoration: underline;
}

.sec4-balloon {
  position: absolute;
  bottom: 0;
  right: -160px;
  width: 241px;
  height: 461px;
  background: url(../images/sec4-balloon.png) no-repeat center top;
  z-index: 10;
  -webkit-animation: sway-left 8s ease-in-out infinite;
          animation: sway-left 8s ease-in-out infinite;
  will-change: transform;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.sec4-plant {
  position: absolute;
  bottom: 0;
  left: -170px;
  width: 231px;
  height: 300px;
  background: url(../images/sec4-plant.png) no-repeat center top;
  z-index: 10;
}

.footer {
  width: 100%;
  height: 100px;
  background: #271913;
  color: #66483b;
  text-align: center;
  line-height: 100px;
  font-size: 16px;
}

#popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  z-index: 999;
}

#popup-overlay.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#reward-popup {
  width: min(450px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  text-align: center;
  padding: 32px 50px 64px;
  font-weight: bold;
  -webkit-animation: popup-fade-in 0.2s ease-out;
          animation: popup-fade-in 0.2s ease-out;
  background: rgba(21, 19, 19, 0.8);
  border: 4px solid #fff;
  border-radius: 62px;
  -webkit-box-shadow: 0 0 9px 5px rgba(243, 41, 108, 0.95), inset 0 0 9px 2px rgba(243, 41, 108, 0.8);
          box-shadow: 0 0 9px 5px rgba(243, 41, 108, 0.95), inset 0 0 9px 2px rgba(243, 41, 108, 0.8);
}

#reward-popup:focus {
  outline: none;
}

#reward-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 16px auto;
}

#reward-name {
  margin: 12px 0 24px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  text-shadow: 0 0 8px #e95389;
}

@-webkit-keyframes popup-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes popup-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#reward-popup-title {
  color: #fff;
  text-shadow: 0 0 10px #e95389;
}

#popup-close {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 90px;
  height: 40px;
  background: #fff;
  color: #e95389;
  border: none;
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 9px 5px rgba(243, 41, 108, 0.95);
          box-shadow: 0 0 9px 5px rgba(243, 41, 108, 0.95);
}

.sec3-tab1-m-title, .sec3-tab2-m-title, .sec3-tab3-m-title {
  display: none;
}

/* 漢堡選單按鈕 */
.hamburger {
  display: none;
  position: fixed;
  top: 15px;
  right: -100%;
  opacity: 0;
  width: 40px;
  height: 40px;
  background: #e95389;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 1000;
}

.hamburger div {
  width: 25px;
  height: 3px;
  background: white;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hamburger div::before,
.hamburger div::after {
  content: "";
  width: 25px;
  height: 3px;
  background: white;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hamburger div::before {
  top: -8px;
}

.hamburger div::after {
  top: 8px;
}

/* 漢堡選單開啟時變叉叉 */
.hamburger.active div {
  background: transparent;
}

.hamburger.active div::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

.hamburger.active div::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

.gold-btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #240000 !important;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 3.5s ease-in-out;
  transition: all 3.5s ease-in-out;
  background: url("../images/gold.jpg") center no-repeat;
}

/* 側邊選單 */
.menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 200px;
  height: 100%;
  background: rgba(25, 25, 25, 0.95);
  color: white;
  padding-top: 60px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 999;
  text-align: center;
}

.menu.active {
  left: 0;
}

.menu a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 15px;
  font-size: 18px;
  border-bottom: 1px solid #555;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.menu a:hover {
  background: #555;
}

/* 內部滾動按鈕 */
.scroll-btn {
  display: block;
  color: #e95389;
  text-decoration: none;
  padding: 15px;
  font-size: 18px;
  border-bottom: 1px solid #444444;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
}

.scroll-btn:hover {
  background: #555;
}

.menu-login-btn {
  width: 80%;
  border: none;
  margin: 0 auto 10px auto;
  cursor: pointer;
  outline: none;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
  background: #e95389;
  border-radius: 30px;
  border: 3px solid #d54071;
}

.menu-logout-btn {
  width: 80%;
  border: none;
  margin: 0 auto 10px auto;
  cursor: pointer;
  outline: none;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
  background: #9d9d9d;
  border-radius: 30px;
  border: 3px solid #585858;
}

.menu-record-btn {
  width: 80%;
  border: none;
  margin: 0 auto 10px auto;
  cursor: pointer;
  outline: none;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
  background: #a857fe;
  border-radius: 30px;
  border: 3px solid #843dcf;
}

@media (max-width: 767px) {
  .wrap {
    min-width: 0;
  }
  .top-menu {
    display: none;
  }
  .header {
    height: auto;
    aspect-ratio: 768/1238;
    background: url("../images/header-bg-m.jpg") no-repeat center;
    background-size: cover;
  }
  .title {
    display: none;
  }
  .logo-box {
    width: 100%;
    height: auto;
    top: 7%;
    left: 0;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .logo {
    display: none;
  }
  .social-btns {
    display: none;
  }
  .container {
    margin-top: 0;
  }
  body {
    font-size: 1em !important;
  }
  .inner {
    width: 100%;
    padding: 0 4%;
    border: none;
  }
  .hamburger {
    right: 15px;
    opacity: 1;
  }
  .sec1-balloon-left, .sec1-balloon-right, .sec3-balloon-left, .sec3-balloon-right {
    display: none;
  }
  .sec1-cont {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #242a1f;
    border: 5px solid #612f10;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 15px 2px rgba(0, 0, 0, 0.8);
            box-shadow: inset 0 0 15px 2px rgba(0, 0, 0, 0.8);
    padding: 8%;
  }
  .sec1-event-date {
    width: 100%;
    background: #282e22;
    border: 3px solid #bebfbc;
    border-radius: 50px;
    color: #bebfbc;
    padding: 2%;
    height: auto;
    text-align: center;
  }
  .sec1-event-date img {
    display: none;
  }
  .sec1-event-date span {
    display: block;
  }
  .sec1-title {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .sec1-title img {
    max-width: 100%;
  }
  .hr {
    width: 100%;
  }
  .hr img {
    max-width: 100%;
  }
  .wheretobuy {
    font-size: 1.2em;
  }
  .wheretobuy a img {
    width: 100%;
  }
  .wheretobuy a {
    margin-bottom: 1em;
  }
  .sec1-pic p {
    font-size: 1em;
  }
  #sec1, #sec2, #sec3, #sec4 {
    height: auto;
    background-size: cover;
    padding-bottom: 10%;
  }
  #sec4 {
    background-size: cover;
    height: auto;
    padding-bottom: 10%;
  }
  .sec2-title {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .sec2-title img {
    max-width: 100%;
  }
  .logout-btn {
    width: 100%;
    height: 50px;
    position: relative;
    margin: 0 auto;
    top: 0;
    right: 0;
    margin-bottom: 20px;
    background: #8d857b;
    color: #fff;
    font-size: 18px;
    text-indent: 0; /* 將文字推到可視範圍外 */
  }
  .sec3-cont {
    width: 100%;
    height: auto;
  }
  .sec3-pic {
    width: 100%;
    height: auto;
    background-size: contain;
    padding-top: 110.6%;
  }
  .notice-box {
    width: 100%;
    height: auto;
    padding: 5%;
  }
  .notice {
    width: 100%;
  }
  .notice li {
    font-size: 1em;
  }
  .footer {
    height: auto;
    line-height: 1.5;
    padding: 7% 5%;
  }
  .sec3-title {
    display: none;
  }
  .sec3-title-m {
    display: block;
    width: 70%;
    height: auto;
    aspect-ratio: 299/71;
    margin: 20px auto 20px auto;
    position: relative;
    background: url(../images/sec3-title.png) no-repeat center top;
    background-size: contain;
  }
  .sec3-prize {
    width: 100%;
    aspect-ratio: 544/609;
    height: auto;
    background: url("../images/sec3-prize-m.png") no-repeat center top;
    background-size: contain;
  }
  .sec3-tabs {
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sec3-tab-btn {
    height: auto;
    background-size: 100% auto;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .sec3-tab-btn.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .sec3-tab-btn1,
  .sec3-tab-btn2 {
    width: 50%;
    aspect-ratio: 210/89;
  }
  .sec3-tab-btn3 {
    width: 62.4%;
    aspect-ratio: 262/89;
  }
  .sec3-tab-content {
    width: 100%;
  }
  .card-content {
    width: 100%;
    padding: 3%;
  }
  .prize-list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 4vw;
  }
  .prize-list li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
                      
  }
  .prize-list li img {
    width: 100%;
  }
  .prize-list .prize-name {
    padding: 0 2%;
    font-size: 4.2vw;
  }
  .prize-list .prize-rate {
    font-size: 3.8vw;
  }
  .sec3-tab1-m-title, .sec3-tab2-m-title, .sec3-tab3-m-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 8vw;
    font-weight: 700;
    padding: 20px 0;
  }
  .sec3-tab1-m-title {
    color: #ac4d2c;
  }
  .sec3-tab2-m-title {
    color: #3f64b0;
  }
  .sec3-tab3-m-title {
    color: #7133b4;
  }
  .amount {
    position: absolute;
    width: 15vw;
    height: 5vw;
    line-height: 5vw;
    font-size: 3.5vw;
    text-align: center;
    color: white;
    z-index: 10;
    bottom: 4vw;
    right: 0.5vw;
    background: #c80000;
    border-radius: 6vw 0 0 6vw;
    font-weight: bold;
  }
  .sec2-gift-left, .sec2-gift-right, .sec2-balloon-left, .sec2-balloon-right {
    display: none;
  }
  .machine-box {
    position: relative;
    top: 0;
    --machine-unit: calc(100cqw / 457);
    container-type: inline-size;
    width: 100%;
    height: auto;
    aspect-ratio: 457/745;
    left: 0;
  }
  .machine {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
  }
  .remaining-attempts {
    width: calc(280 * var(--machine-unit));
    height: calc(60 * var(--machine-unit));
    top: calc(178 * var(--machine-unit));
    left: calc(88 * var(--machine-unit));
    border-width: calc(5 * var(--machine-unit));
    border-radius: calc(50 * var(--machine-unit));
    line-height: calc(50 * var(--machine-unit));
    font-size: calc(24 * var(--machine-unit));
  }
  .choose-game {
    width: calc(315 * var(--machine-unit));
    height: calc(110 * var(--machine-unit));
    top: calc(249 * var(--machine-unit));
    left: calc(70 * var(--machine-unit));
    padding-top: calc(5 * var(--machine-unit));
    border-width: calc(5 * var(--machine-unit));
    border-radius: calc(20 * var(--machine-unit));
  }
  .game-options {
    gap: calc(5 * var(--machine-unit));
  }
  .game-option input[type=radio] {
    width: calc(16 * var(--machine-unit));
    height: calc(16 * var(--machine-unit));
    border-width: calc(3 * var(--machine-unit));
  }
  .game-option input[type=radio]:checked::before {
    width: calc(10 * var(--machine-unit));
    height: calc(10 * var(--machine-unit));
    -webkit-box-shadow: 0 0 calc(10 * var(--machine-unit)) calc(3 * var(--machine-unit)) #ff0;
            box-shadow: 0 0 calc(10 * var(--machine-unit)) calc(3 * var(--machine-unit)) #ff0;
  }
  .game-option label {
    height: calc(64 * var(--machine-unit));
  }
  .game-option label img {
    max-width: none;
    height: auto;
  }
  .game-option:nth-child(1) label img {
    width: calc(74 * var(--machine-unit));
  }
  .game-option:nth-child(2) label img {
    width: calc(79 * var(--machine-unit));
  }
  .game-option:nth-child(3) label img {
    width: calc(121 * var(--machine-unit));
  }
  .machine-bubble {
    width: calc(68 * var(--machine-unit));
    height: calc(59 * var(--machine-unit));
    top: calc(400 * var(--machine-unit));
    left: calc(287 * var(--machine-unit));
    background-size: contain;
  }
  .machine-btn {
    width: calc(117 * var(--machine-unit));
    height: calc(117 * var(--machine-unit));
    top: calc(453 * var(--machine-unit));
    left: calc(171 * var(--machine-unit));
    background-size: contain;
    -webkit-animation-name: btn-shine-responsive;
            animation-name: btn-shine-responsive;
  }
  .ball {
    width: calc(135 * var(--machine-unit));
    height: calc(131 * var(--machine-unit));
    left: calc(162 * var(--machine-unit));
    top: calc(472 * var(--machine-unit));
    background-size: contain;
  }
  .ball.drop {
    -webkit-animation-name: drop-ball-responsive;
            animation-name: drop-ball-responsive;
  }
  .machine-back {
    width: calc(173 * var(--machine-unit));
    height: calc(122 * var(--machine-unit));
    left: calc(139 * var(--machine-unit));
    bottom: calc(25 * var(--machine-unit));
    background-size: contain;
  }
  @-webkit-keyframes btn-shine-responsive {
    0%, 100% {
      -webkit-box-shadow: 0 0 calc(20 * var(--machine-unit)) calc(10 * var(--machine-unit)) #ff0;
              box-shadow: 0 0 calc(20 * var(--machine-unit)) calc(10 * var(--machine-unit)) #ff0;
    }
    50% {
      -webkit-box-shadow: 0 0 0 0 #ff0;
              box-shadow: 0 0 0 0 #ff0;
    }
  }
  @keyframes btn-shine-responsive {
    0%, 100% {
      -webkit-box-shadow: 0 0 calc(20 * var(--machine-unit)) calc(10 * var(--machine-unit)) #ff0;
              box-shadow: 0 0 calc(20 * var(--machine-unit)) calc(10 * var(--machine-unit)) #ff0;
    }
    50% {
      -webkit-box-shadow: 0 0 0 0 #ff0;
              box-shadow: 0 0 0 0 #ff0;
    }
  }
  @-webkit-keyframes drop-ball-responsive {
    0% {
      top: calc(472 * var(--machine-unit));
      opacity: 0;
      -webkit-transform: rotate(0) scale(1);
              transform: rotate(0) scale(1);
    }
    30% {
      top: calc(472 * var(--machine-unit));
      opacity: 1;
      -webkit-transform: rotate(45deg) scale(1.05, 0.95);
              transform: rotate(45deg) scale(1.05, 0.95);
    }
    60% {
      top: calc(580 * var(--machine-unit));
      -webkit-transform: rotate(135deg) scale(0.95, 1.1);
              transform: rotate(135deg) scale(0.95, 1.1);
    }
    72% {
      top: calc(560 * var(--machine-unit));
      -webkit-transform: rotate(194deg) scale(1.03, 0.97);
              transform: rotate(194deg) scale(1.03, 0.97);
    }
    85% {
      top: calc(580 * var(--machine-unit));
      -webkit-transform: rotate(202deg) scale(0.98, 1.02);
              transform: rotate(202deg) scale(0.98, 1.02);
    }
    100% {
      top: calc(580 * var(--machine-unit));
      -webkit-transform: rotate(210deg) scale(1);
              transform: rotate(210deg) scale(1);
    }
  }
  @keyframes drop-ball-responsive {
    0% {
      top: calc(472 * var(--machine-unit));
      opacity: 0;
      -webkit-transform: rotate(0) scale(1);
              transform: rotate(0) scale(1);
    }
    30% {
      top: calc(472 * var(--machine-unit));
      opacity: 1;
      -webkit-transform: rotate(45deg) scale(1.05, 0.95);
              transform: rotate(45deg) scale(1.05, 0.95);
    }
    60% {
      top: calc(580 * var(--machine-unit));
      -webkit-transform: rotate(135deg) scale(0.95, 1.1);
              transform: rotate(135deg) scale(0.95, 1.1);
    }
    72% {
      top: calc(560 * var(--machine-unit));
      -webkit-transform: rotate(194deg) scale(1.03, 0.97);
              transform: rotate(194deg) scale(1.03, 0.97);
    }
    85% {
      top: calc(580 * var(--machine-unit));
      -webkit-transform: rotate(202deg) scale(0.98, 1.02);
              transform: rotate(202deg) scale(0.98, 1.02);
    }
    100% {
      top: calc(580 * var(--machine-unit));
      -webkit-transform: rotate(210deg) scale(1);
              transform: rotate(210deg) scale(1);
    }
  }
  .sec2-info-box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 5%;
    margin-top: 20px;
  }
  .sec2-info-box .reward-info-box {
    font-size: 1em;
  }
  .reward-info-box {
    background: none;
    width: 100%;
    padding: 5%;
    height: auto;
  }
  .sec2-login-btn, .sec2-logout-btn, .sec2-record-btn {
    width: 100%;
    height: auto;
    aspect-ratio: 348/105;
    background-size: contain;
  }
  .sec2-btn-arrow {
    width: 14.08%;
    height: auto;
    aspect-ratio: 49/47;
    top: 27.62%;
    right: 11.78%;
    background-size: contain;
  }
  .sec3-cont-top {
    width: 100%;
    height: auto;
    aspect-ratio: 1169/218;
    background-size: contain;
  }
  .sec3-cont-middle {
    width: 100%;
    height: auto;
    aspect-ratio: 1169/362;
    background-size: contain;
    padding: 0 7%;
    display: flow-root;
  }
  .sec3-cont-bottom {
    width: 100%;
    height: auto;
    aspect-ratio: 1169/157;
    background-size: contain;
  }
  #sec3 .inner {
    padding: 0;
  }
  .sec4-balloon, .sec4-plant {
    display: none;
  }
  .prize-notice {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 5%;
    top: 0;
    left: 0;
    margin: 20px auto 0 auto;
  }
  .prize-notice a {
    color: #8f8c89;
    text-decoration: underline;
    overflow-wrap: anywhere;
  }
  .sec4-title {
    width: 100%;
    height: auto;
  }
  .sec4-title img {
    max-width: 100%;
  }
}
