@charset "UTF-8";
*:link, *:visited, *:hover, *:active, *:focus {
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
}
* {
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
}

.eventPage .boom {
  animation: boom 0.75s ease;
  /*boom效果*/
}
.eventPage .shiny {
  animation: shiny 6s infinite both 0.3s;
  /*shiny效果*/
}
.eventPage .btn {
  cursor: pointer;
}

@keyframes boom {
  0%, 10%, 60%, 100% {
    opacity: 0;
  }
  30%, 50%, 80% {
    opacity: 1;
  }
}
@keyframes btn {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* 更新預設小網寬度 */
#CONTENT {
  width: 100% !important;
  max-width: 768px;
  min-width: 320px;
}

.eventPage {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .eventPage {
    max-width: 1200px;
  }
}
.eventPage.flowbg {
  background: url("https://www.myfone.com.tw/buy/myfoneweb/buy/event2026/event260801-flow/images/bg.gif") no-repeat, url("https://www.myfone.com.tw/buy/myfoneweb/buy/event2026/event260801-flow/images/bg.jpg") no-repeat, #b681f9;
  background-size: 100% auto, 100% auto, auto;
  background-position: center top, center top, center top;
}
@media all and (max-width: 480px) {
  .eventPage.flowbg {
    background-size: 150% auto, 150% auto, auto;
  }
}
@media all and (min-width: 768px) {
  .eventPage.flowbg {
    background-size: 100% auto, 100% auto, auto;
  }
}
.eventPage.flowbg2 {
  background: url("https://www.myfone.com.tw/buy/myfoneweb/buy/event2026/event260801-flow2/images/bg.gif") no-repeat, url("https://www.myfone.com.tw/buy/myfoneweb/buy/event2026/event260801-flow2/images/bg.jpg") no-repeat, #055dcb;
  background-size: 100% auto, 100% auto, auto;
  background-position: center top, center top, center top;
}
@media all and (max-width: 480px) {
  .eventPage.flowbg2 {
    background-size: 150% auto, 150% auto, auto;
  }
}
@media all and (min-width: 768px) {
  .eventPage.flowbg2 {
    background-size: 100% auto, 100% auto, auto;
  }
}
.eventPage .container {
  position: relative;
  z-index: 1;
}
.eventPage .container .giftbox {
  position: relative;
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .eventPage .container .giftbox {
    margin-top: 60px;
  }
}
.eventPage .container .title {
  box-sizing: border-box;
  display: block;
  margin: 0px auto;
  transform-origin: center center;
  text-align: center;
}
.eventPage .container .title img,
.eventPage .container .title video,
.eventPage .container .title object {
  width: 100%;
  max-width: 700px;
  display: block;
  margin: 0 auto;
}
.eventPage .container .buttongolink {
  text-align: right;
  margin-right: 15px;
}
.eventPage .container .buttongolink a {
  display: inline-block;
  transition: transform 0.2s ease;
}
.eventPage .container .buttongolink a:hover {
  transform: scale(1.02);
}
.eventPage .container .buttongolink a:active {
  transform: scale(0.97);
}
.eventPage .container .buttongolink img {
  width: 100%;
  max-width: 240px;
}
@media all and (max-width: 480px) {
  .eventPage .container .buttongolink img {
    max-width: 180px;
  }
}
@media all and (min-width: 768px) {
  .eventPage .container .buttongolink img {
    max-width: 320px;
  }
}
.eventPage .container .btn_subtitle {
  text-align: right;
  padding: 0 6vw 0 45%;
  margin-top: 15px;
}
@media all and (min-width: 768px) {
  .eventPage .container .btn_subtitle {
    margin-top: 10px;
  }
}
.eventPage .container .btn_subtitle img {
  width: 100%;
  max-width: 500px;
}
.eventPage .container .subtitle {
  box-sizing: border-box;
  display: block;
  margin: 15px auto;
  width: 100%;
  max-width: 100%;
  position: relative;
  text-align: center;
  padding: 0 10%;
}
@media all and (max-width: 480px) {
  .eventPage .container .subtitle {
    padding: 0 5%;
  }
}
@media all and (min-width: 768px) {
  .eventPage .container .subtitle {
    margin: 30px auto;
    padding: 0;
  }
}
.eventPage .container .subtitle img {
  width: 100%;
  max-width: 600px;
  filter: brightness(0) invert(1);
}
@media all and (min-width: 768px) {
  .eventPage .container .subtitle img {
    filter: none;
  }
}
.eventPage .container .supimg {
  display: block;
  margin: 0 auto;
  position: relative;
  perspective: 800px;
}
.eventPage .container .supimg img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: calc(120px + (100vw - 375px) * 0.336);
  transform-origin: center 80%;
  will-change: transform, filter;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.25));
  animation: supFloat 2s ease-in-out infinite, supGlow 3.2s ease-in-out infinite;
}
@media all and (min-width: 768px) {
  .eventPage .container .supimg img {
    max-width: 330px;
  }
}
.eventPage .container {
  /* 漂浮感 */
}
@keyframes supFloat {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-6px) scale(1.015);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.eventPage .container {
  /* 呼吸發光 */
}
@keyframes supGlow {
  0%, 100% {
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.25)) brightness(1);
  }
  50% {
    filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.28)) brightness(1.07);
  }
}
.eventPage .container .button {
  display: flex;
  justify-content: center;
  align-items: top;
  gap: 0px;
  margin: 15px 0px;
  perspective: 1000px;
}
@media all and (min-width: 768px) {
  .eventPage .container .button {
    margin: 0px 0px 30px;
  }
}
.eventPage .container .button a {
  margin: 0 15px;
  display: inline-block;
  transition: transform 0.2s ease;
}
.eventPage .container .button a:hover {
  transform: scale(1.06);
}
.eventPage .container .button a:active {
  transform: scale(0.97);
}
.eventPage .container .button img {
  display: block;
  width: 100%;
  transform: translateY(0) scale(1) rotateX(0deg) rotateY(0deg);
  transition: filter 0.3s ease;
  will-change: transform, filter;
}
@media all and (min-width: 768px) {
  .eventPage .container .button img {
    max-width: 400px;
  }
}
.eventPage .container .button img.img_lg {
  max-width: 1000px;
}
.eventPage .container .button img {
  animation: heroFloat 1.9s ease-in-out infinite, heroTilt 3s ease-in-out infinite;
  transform-origin: center 85%;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.18));
}
.eventPage .container .button a:nth-child(1) img {
  animation-delay: 0s, 0.3s;
}
.eventPage .container .button a:nth-child(2) img {
  animation-delay: 0.45s, 0.9s;
}
@keyframes heroFloat {
  0% {
    transform: translateY(0) scale(1) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: translateY(-8px) scale(1.012) rotateX(0deg) rotateY(0deg);
  }
  100% {
    transform: translateY(0) scale(1) rotateX(0deg) rotateY(0deg);
  }
}
@keyframes heroTilt {
  0% {
    transform: translateY(0) scale(1) rotateX(0deg) rotateY(0deg);
  }
  25% {
    transform: translateY(-2px) scale(1.005) rotateX(3deg) rotateY(-2deg);
  }
  50% {
    transform: translateY(0) scale(1) rotateX(0deg) rotateY(0deg);
  }
  75% {
    transform: translateY(-2px) scale(1.005) rotateX(-3deg) rotateY(2deg);
  }
  100% {
    transform: translateY(0) scale(1) rotateX(0deg) rotateY(0deg);
  }
}
.eventPage .container .kv {
  position: relative;
  display: flex;
  justify-content: center;
}
.eventPage .container .kv img {
  margin-top: 1vw;
  width: 100%;
  max-width: 1000px;
}
.eventPage .menu {
  margin-bottom: 30px;
}
.eventPage .menu .menuList {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 12px;
  padding: 20px 0;
  width: 70%;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .eventPage .menu .menuList {
    gap: 12px;
    grid-template-columns: auto auto auto auto;
  }
}
.eventPage .menu a img {
  width: 100%;
  max-width: 110px;
  transition: all 0.5s linear;
  transform: scale3d(1, 1, 1);
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .eventPage .menu a img {
    max-width: 220px;
  }
}
.eventPage .menu a img.img_pc {
  display: none;
}
@media all and (min-width: 768px) {
  .eventPage .menu a img.img_pc {
    display: block;
  }
}
.eventPage .menu a img.img_mb {
  display: block;
}
@media all and (min-width: 768px) {
  .eventPage .menu a img.img_mb {
    display: none;
  }
}
.eventPage .menu a:hover img {
  transition: all 0.5s linear;
  transform: scale3d(1.05, 1.05, 1);
}

@keyframes carShake {
  0% {
    transform: translateY(0);
    /* 初始位置 */
  }
  50% {
    transform: translateY(-5px);
    /* 向上移動 */
  }
  100% {
    transform: translateY(0);
    /* 回到初始位置 */
  }
}
.otherbutton {
  display: flex;
  justify-content: center;
  align-items: top;
  gap: 0px;
  margin: 15px 0px;
  perspective: 1000px;
}
@media all and (min-width: 768px) {
  .otherbutton {
    margin: 0px 0px 30px;
  }
}
.otherbutton a {
  margin: 0 15px;
  display: inline-block;
}
.otherbutton a:first-child {
  margin-left: 15px;
}
@media all and (min-width: 768px) {
  .otherbutton a:first-child {
    margin-left: 0;
  }
}
.otherbutton a:last-child {
  margin-right: 15px;
}
@media all and (min-width: 768px) {
  .otherbutton a:last-child {
    argin-right: 0;
  }
}
.otherbutton img {
  display: block;
  width: 100%;
  transition: all 0.5s linear;
  transform: scale3d(1, 1, 1);
}
@media all and (min-width: 768px) {
  .otherbutton img {
    max-width: 400px;
  }
}
.otherbutton img:hover {
  transition: all 0.5s linear;
  transform: scale3d(1.05, 1.05, 1);
}/*# sourceMappingURL=game.css.map */