@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: #000;
  color: #373737;
  font-size: 12px;
  font-weight: bold;
  height: 100%;
}

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

.wrap {
  margin: 0 auto;
  overflow: hidden;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  min-width: 1280px;
}

.container {
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
}

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

.promo-pic {
  position: fixed;
  width: 279px;
  height: 280px;
  background: url(../images/promo-pic.png) no-repeat center top;
  right: 0;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: promoHeartbeat 1.8s ease-in-out infinite;
          animation: promoHeartbeat 1.8s ease-in-out infinite;
}

@-webkit-keyframes promoHeartbeat {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes promoHeartbeat {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.sec1 {
  width: 100%;
  height: 1366px;
  margin-top: -182px;
  background: url(../images/sec1-bg.png) no-repeat center top;
  z-index: 10;
}
.sec1 .inner {
  margin-top: 140px;
}

.intro {
  width: 100%;
  height: 1114px;
  margin-top: -170px;
  background: url(../images/intro-bg.jpg) no-repeat center top;
  padding-top: 150px;
}

.top-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-menu-left, .top-menu-right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-menu-right {
  right: 20px;
}

.top-menu-logo {
  width: 177px;
  height: 69px;
  margin: 0 15px;
  background: url(../images/logo-s.png) no-repeat center center;
}

.hidden {
  display: none;
}

#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#menu a {
  width: 160px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 80px;
  font-size: 18px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  color: #664525;
  background: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
#menu a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(222, 193, 131, 0.8);
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

#menu a.active, #menu a:hover {
  color: #fff;
}
#menu a.active::before, #menu a:hover::before {
  width: 100%;
  opacity: 1;
  z-index: -1;
}

.social-btns {
  z-index: 100;
  top: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-btns a {
  display: block;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.social-btns a:hover {
  opacity: 0.8;
}
.social-btns span {
  font-size: 20px;
  color: #603a1a;
  font-weight: bold;
  margin-right: 10px;
}

.m-social-btns {
  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;
  gap: 10px;
  margin-top: 20px;
}
.m-social-btns a {
  display: block;
  width: 45px;
  height: 45px;
  padding: 0 !important;
  border-bottom: none !important;
}

.inner {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  z-index: 20;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header-title {
  width: 820px;
  height: 221px;
  background: url(../images/header-title.png) no-repeat center center;
  margin: 0 auto;
  top: 462px;
}

.header-btn {
  width: 445px;
  height: 83px;
  background: url(../images/header-btn.png) no-repeat center center;
  margin: 0 auto;
  top: 462px;
  cursor: pointer;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 20px 5px rgba(59, 175, 154, 0.9);
          box-shadow: 0 0 20px 5px rgba(59, 175, 154, 0.9);
  -webkit-animation: btnShine 0.5s infinite alternate;
          animation: btnShine 0.5s infinite alternate;
}

@-webkit-keyframes btnShine {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

@keyframes btnShine {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.right-float-box {
  width: 295px;
  height: 314px;
  position: fixed;
  top: 50%;
  margin-top: -238px;
  right: 0;
  z-index: 50;
  background: url(../images/right-float-box.png) no-repeat center center;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  padding: 35px 0 0 60px;
}
.right-float-box.active {
  right: -262px;
}
.right-float-box.active .float-box-btn {
  background: url(../images/right-float-box-open.png) no-repeat center center;
}

.float-box-btn {
  position: absolute;
  cursor: pointer;
  width: 31px;
  height: 165px;
  top: 76px;
  left: 0;
  border-radius: 20px 0 0 20px;
  background: url(../images/right-float-box-close.png) no-repeat center center;
}

.steam-pre-order-btn {
  display: block;
  width: 209px;
  height: 76px;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.steam-pre-order-btn:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.google-pre-order-btn {
  display: block;
  width: 209px;
  height: 76px;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.google-pre-order-btn:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.apple-pre-order-btn {
  display: block;
  width: 209px;
  height: 76px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.apple-pre-order-btn:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sec1 {
  padding-top: 90px;
  width: 100%;
  overflow: hidden;
}

.stage {
  position: relative;
  width: 1920px;
  -webkit-transform: translateX(clamp(-9999px, 100vw - 1920px, 0px));
          transform: translateX(clamp(-9999px, 100vw - 1920px, 0px));
  -webkit-transform-origin: left center;
          transform-origin: left center;
  will-change: transform;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec1-title {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 150px;
}

.sec1-title, .sec2-title, .sec3-title, .sec4-title, .sec5-title {
  text-align: center;
}

.sec1-content {
  width: 1028px;
  height: 760px;
  background: url(../images/sec1-content.png) no-repeat center center;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}

.pre-order-box {
  width: 710px;
  height: 473px;
  position: absolute;
  top: 199px;
  right: 159px;
  padding: 70px 50px 50px 50px;
}

.pre-order-gift {
  display: none;
}

.pre-title {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.3em;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 12px;
  color: #978867;
  position: relative;
}

.country-code {
  width: 150px;
}

#countryCode {
  width: 100%;
  height: 50px;
  border: 2px solid #e7d7c7;
  border-radius: 12px;
  background: #ffffff;
  padding: 0 12px;
  font-size: 16px;
  outline: none;
}

.pre-platform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8px 0 12px;
}

.pre-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
}
.pre-radio span {
  font-size: 24px;
  color: #4b2d13;
  font-weight: bold;
}
.pre-radio input {
  width: 22px;
  height: 22px;
  accent-color: #c49a6c;
}

.pre-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

.pre-row-sms {
  grid-template-columns: 150px 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.country-code {
  font-size: 18px;
}

.pre-select select,
.pre-input input,
.pre-full {
  width: 100%;
  height: 50px;
  border: 2px solid #e7d7c7;
  border-radius: 12px;
  background: #ffffff;
  padding: 0 12px;
  font-size: 16px;
  outline: none;
}

.pre-select select {
  padding-right: 28px;
}

.pre-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  margin: 4px 0 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: #868686;
}
.pre-agree input {
  width: 22px;
  height: 22px;
  accent-color: #c49a6c;
}

.btn {
  height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 0;
  font-weight: 900;
  cursor: pointer;
}

.btn-gray {
  background: #aeaeae;
  color: #5b5b5b;
  font-size: 20px;
}

.pre-submit {
  display: block;
  width: 409px;
  height: 90px;
  background: url("../images/sec1-btn.png") no-repeat center;
  margin: 8px auto 0;
  font-size: 24px;
  border: none;
  outline: none;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.pre-submit:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.pre-submit::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -30%;
  width: 250px;
  height: 200%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-50deg) translateX(-200px);
          transform: skewX(-50deg) translateX(-200px);
  -webkit-animation: btnShine2 2.5s infinite;
          animation: btnShine2 2.5s infinite;
  pointer-events: none;
}

@-webkit-keyframes btnShine2 {
  0% {
    -webkit-transform: skewX(-50deg) translateX(-200px);
            transform: skewX(-50deg) translateX(-200px);
  }
  100% {
    -webkit-transform: skewX(-50deg) translateX(700px);
            transform: skewX(-50deg) translateX(700px);
  }
}

@keyframes btnShine2 {
  0% {
    -webkit-transform: skewX(-50deg) translateX(-200px);
            transform: skewX(-50deg) translateX(-200px);
  }
  100% {
    -webkit-transform: skewX(-50deg) translateX(700px);
            transform: skewX(-50deg) translateX(700px);
  }
}
.sec2 {
  padding-top: 80px;
  height: 1114px;
  background: url(../images/sec2-bg.jpg) no-repeat center top;
  margin-top: -95px;
}

.sec2-title, .sec4-title {
  text-align: center;
  margin-top: 70px;
}

.sec2-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.sec3 {
  width: 100%;
  height: 1366px;
  margin-top: -180px;
  z-index: 10;
  background: url(../images/sec3-bg.png) no-repeat center top;
  padding-top: 250px;
}

.sec3-title {
  text-align: center;
}

.sec3-cont {
  width: 1489px;
  height: 827px;
  background: url(../images/sec3-cont.png) no-repeat center center;
  position: absolute;
  top: 120px;
  left: -97px;
}

.fb-box {
  width: 100%;
  max-width: 500px;
  min-height: 500px;
  position: absolute;
  top: 163px;
  left: 140px;
}

.fb-box .fb-page,
.fb-box .fb-page span,
.fb-box .fb-page iframe {
  width: 100% !important;
  max-width: 100% !important;
}

.game-intro {
  width: 1063px;
  height: 655px;
  margin: 30px auto 0 auto;
}

.game-intro-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 1063px;
  height: 655px;
  z-index: 10;
  pointer-events: none;
  background: url(../images/intro-frame.png) no-repeat center top;
}

.intro-pic {
  position: absolute;
  bottom: 77px;
  right: -270px;
  width: 454px;
  height: 343px;
  background: url(../images/intro-pic1.png) no-repeat center top;
  z-index: 50;
}

.eggs {
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}

.egg-green {
  width: 143px;
  height: 156px;
  background: url(../images/intro-egg-g.png) no-repeat center top;
  position: absolute;
  top: 17px;
  left: 12px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.egg-blue {
  width: 170px;
  height: 188px;
  background: url(../images/intro-egg-b.png) no-repeat center top;
  position: absolute;
  top: 115px;
  right: -60px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.egg-red {
  width: 243px;
  height: 280px;
  background: url(../images/intro-egg-r.png) no-repeat center top;
  position: absolute;
  bottom: 130px;
  left: -200px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.swiper {
  position: absolute;
  top: 50px;
  width: 993px;
  height: 559px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next {
  right: -150px !important;
  width: 105px;
  height: 71px;
  background: url(../images/intro-next.png) no-repeat center top;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  width: 73px !important;
  height: 83px !important;
  right: -80px !important;
  background: url("../images/intro-next.png") center no-repeat;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -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;
}
.swiper-button-next:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-button-prev {
  width: 73px !important;
  height: 83px !important;
  left: -80px !important;
  background: url("../images/intro-prev.png") center no-repeat;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -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;
}
.swiper-button-prev:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination {
  bottom: -20px !important;
}

.swiper-pagination-bullet {
  width: 30px !important;
  height: 10px !important;
  background: #fff !important;
  border-radius: 20px !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 30px !important;
  height: 10px !important;
  background: #bbe654 !important;
  border-radius: 20px !important;
  -webkit-box-shadow: 0 0 10px rgb(180, 230, 84);
          box-shadow: 0 0 10px rgb(180, 230, 84);
}

.sec5 {
  width: 100%;
  background: #57493f;
  padding-top: 50px;
  padding-bottom: 50px;
}

.notice-list {
  width: 1000px;
  margin: 30px auto 0 auto;
}
.notice-list li {
  margin-left: 1em;
  color: #e5cebd;
  font-size: 16px;
  margin-bottom: 10px;
}

.footer {
  width: 100%;
  background: #000;
  color: #7b7b7b;
  padding-top: 17px;
}

.footer-social {
  width: 100%;
  height: 100px;
  background: url("../images/footer-social-bg-pattern.jpg") center repeat;
}

.footer-social-links {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.footer-social-links a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-social-links a:hover {
  opacity: 0.8;
}

.footer-main {
  height: 266px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-inner {
  width: 1280px;
  height: 106px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-size: 12px;
  color: #737373;
  height: 106px;
}

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

.bof-news {
  width: 278px;
}
.bof-news img {
  width: 100%;
}

.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  height: 106px;
  margin-left: 20px;
}

.lager-logo {
  width: 143px;
  height: 40px;
  margin-right: 10px;
  background: url("../images/lager-logo.png") center no-repeat;
}

.footer-logo-box {
  margin: 10px 0 0 0;
}

.footer-lager-logo {
  margin-right: 20px;
}

.class-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 57px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-links a {
  color: #737373;
}

.class-txt {
  font-size: 12px;
  color: #737373;
}

/* 漢堡選單按鈕 */
.hamburger {
  display: none;
  position: fixed;
  top: 15px;
  width: 50px;
  height: 50px;
  background: #f2e6d3;
  border-radius: 50% 0 50% 0;
  -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;
  border: 3px solid #b68862;
}

.hamburger div {
  width: 25px;
  height: 3px;
  background: #b68862;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 21px;
  left: 9px;
  border-radius: 10px;
}

.hamburger div::before,
.hamburger div::after {
  content: "";
  width: 25px;
  height: 3px;
  background: #b68862;
  position: absolute;
  left: 0;
  border-radius: 10px;
  -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;
}

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

.menu.active {
  left: 0;
}

.scroll-btn {
  width: 100%;
  display: block;
  height: 60px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-shadow: 0 0 5px #f2e6d3;
  cursor: pointer;
}

.m-download-btn {
  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;
  width: 100%;
  margin-top: 10px;
}
.m-download-btn .apple-download-btn {
  margin-top: 10px;
  background: none;
  outline: none;
  border: none;
}

.menu-promo {
  border-top: 1px dashed #a87c50;
  text-align: center;
  padding-top: 30px;
}
.menu-promo img {
  width: 90%;
}

.m-menu-logo {
  width: 177px;
  height: 69px;
  background: url("../images/logo-s.png") no-repeat center;
  margin: 0 auto 20px auto;
}

.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  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;
  z-index: 1000;
}

.lightbox {
  position: relative;
  width: min(94vw, 944px);
  aspect-ratio: 944/402;
  background: url("../images/lightbox-bg.png") center/contain no-repeat;
  border-radius: 12px;
  margin: 0 5%;
  z-index: 5;
}

.lightbox .close-btn {
  position: absolute;
  top: 2.5%;
  right: 2.5%;
  width: clamp(25px, 9%, 85px);
  aspect-ratio: 1/1;
  background: url("../images/light-box-close.png") no-repeat center/contain;
  border: none;
  cursor: pointer;
}

.btn-group {
  position: absolute;
  left: 50%;
  width: 63%;
  bottom: 22.5%;
  left: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group a {
  -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;
}
.btn-group a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.btn-group a img {
  max-width: 100%;
  height: auto;
  display: block;
}