@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
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: #140f11;
  color: #373737;
  font-size: 12px;
  font-weight: bold;
  height: 100%;
}

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

.promo-btn {
  display: block;
  position: fixed;
  width: 173px;
  height: 211px;
  bottom: 0;
  right: 0;
  z-index: 50;
  -webkit-animation: heartbeat 1.2s infinite;
          animation: heartbeat 1.2s infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background: url("../images/promo_banner.jpg") center no-repeat;
}

.loading-screen {
  position: fixed;
  inset: 0;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #140f11;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  z-index: 9999;
}

.logo-wrap {
  position: relative;
  display: inline-block;
}

.logo-gray,
.logo-gold {
  width: 610px;
  height: auto;
  display: block;
}

.logo-gold-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.loading-screen.loaded .logo-gold {
  -webkit-animation: logo-flash 1.2s ease-in-out forwards;
          animation: logo-flash 1.2s ease-in-out forwards;
}

@-webkit-keyframes logo-flash {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  40% {
    -webkit-filter: brightness(2) drop-shadow(0 0 10px rgba(255, 220, 150, 0.8));
            filter: brightness(2) drop-shadow(0 0 10px rgba(255, 220, 150, 0.8));
  }
  70% {
    -webkit-filter: brightness(1.6) drop-shadow(0 0 20px rgb(255, 220, 150));
            filter: brightness(1.6) drop-shadow(0 0 20px rgb(255, 220, 150));
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@keyframes logo-flash {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  40% {
    -webkit-filter: brightness(2) drop-shadow(0 0 10px rgba(255, 220, 150, 0.8));
            filter: brightness(2) drop-shadow(0 0 10px rgba(255, 220, 150, 0.8));
  }
  70% {
    -webkit-filter: brightness(1.6) drop-shadow(0 0 20px rgb(255, 220, 150));
            filter: brightness(1.6) drop-shadow(0 0 20px rgb(255, 220, 150));
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.progress-text {
  color: #ad9568;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 20px;
  margin-top: 30px;
  letter-spacing: 2px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.loading-screen.loaded .progress-text {
  opacity: 0;
}

.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: 1000px;
}
.header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 163px;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/header-bottom.png") center bottom no-repeat;
}

.kv-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.kv-video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(20, 32, 31, 0.9)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(20, 32, 31, 0.9) 100%);
}

.kv-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-title {
  width: 813px;
  height: 307px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 150px;
}

.header-title img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.header-title .light {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: overlay;
  mask-image: url("../images/header-title-mask.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../images/header-title-mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.light::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 50%;
  top: -100%;
  left: -100%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.7) 100%);
  -webkit-animation: title-light-move 5s ease-in-out infinite;
          animation: title-light-move 5s ease-in-out infinite;
}

@-webkit-keyframes title-light-move {
  0% {
    top: -100%;
    left: -100%;
    opacity: 0;
  }
  35% {
    top: -100%;
    left: -100%;
    opacity: 1;
  }
  80% {
    top: 100%;
    left: 100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    left: 100%;
    opacity: 0;
  }
}

@keyframes title-light-move {
  0% {
    top: -100%;
    left: -100%;
    opacity: 0;
  }
  35% {
    top: -100%;
    left: -100%;
    opacity: 1;
  }
  80% {
    top: 100%;
    left: 100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    left: 100%;
    opacity: 0;
  }
}
@-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);
  }
}
@-webkit-keyframes lightning-flash {
  0%, 90%, 100% {
    opacity: 0;
    -webkit-transform: translateY(-1%) scaleY(0.95);
            transform: translateY(-1%) scaleY(0.95);
  }
  10%, 11%, 13%, 15%, 17%, 25% {
    opacity: 1;
    -webkit-transform: translateY(-1%) scaleY(1);
            transform: translateY(-1%) scaleY(1);
    -webkit-filter: brightness(1.8);
            filter: brightness(1.8);
  }
  12%, 14%, 16% {
    opacity: 0.6;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes lightning-flash {
  0%, 90%, 100% {
    opacity: 0;
    -webkit-transform: translateY(-1%) scaleY(0.95);
            transform: translateY(-1%) scaleY(0.95);
  }
  10%, 11%, 13%, 15%, 17%, 25% {
    opacity: 1;
    -webkit-transform: translateY(-1%) scaleY(1);
            transform: translateY(-1%) scaleY(1);
    -webkit-filter: brightness(1.8);
            filter: brightness(1.8);
  }
  12%, 14%, 16% {
    opacity: 0.6;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.top-menu {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  left: 20px;
  width: 159px;
  height: 340px;
  z-index: 100;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-menu.show {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  28% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  28% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#menu a {
  width: 174px;
  height: 50px;
  display: block;
  margin: 0 auto 8px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ccb78c;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  background: url("../images/menu-btn-ac.png");
  opacity: 0.7;
  -webkit-filter: grayscale(0.9);
          filter: grayscale(0.9);
}
#menu a.active, #menu a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.social-btns {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-top: 30px;
  padding-right: 30px;
}
.social-btns a {
  display: block;
  width: 53px;
  height: 53px;
  margin-right: 10px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-btns a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.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: 5px;
}
.m-social-btns a {
  display: block;
  width: 53px;
  height: 53px;
  padding: 0 !important;
  border-bottom: none !important;
}

.logo {
  display: block;
  width: 189px;
  height: 131px;
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 50;
}

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

.tit-box {
  text-align: center;
}

.sec1 {
  width: 100%;
  height: 755px;
  background: url("../images/sec1-bg.jpg") no-repeat center;
}
.sec1 .inner {
  padding-top: 50px;
}

.sec1-cont-bg {
  width: 1141px;
  height: 376px;
  margin: 30px auto 0 auto;
  padding-top: 55px;
  background: url("../images/sec1-cont-bg.png") no-repeat center;
}

.sec1-word1 {
  width: 855px;
  height: 154px;
  margin: 0 auto;
  background: url("../images/sec1-word1.png") no-repeat center;
}

.sec1-word2 {
  width: 1023px;
  height: 88px;
  margin: 20px auto 0 auto;
  background: url("../images/sec1-word2.png") no-repeat center;
}

.sec2 {
  width: 100%;
  height: 946px;
  background: url("../images/sec2-bg.jpg") no-repeat center;
}
.sec2 .inner {
  padding-top: 30px;
}

.sec2-cont-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 438px;
  height: 123px;
  z-index: 50;
}

.sec2-desc1 {
  width: 778px;
  height: 66px;
  margin: 0 auto;
}

.stone1 {
  position: absolute;
  top: 390px;
  left: -164px;
  width: 147px;
  height: 190px;
  background: url("../images/sec2-stone-l.png") no-repeat center;
}

.stone2 {
  position: absolute;
  top: 190px;
  right: -94px;
  width: 147px;
  height: 190px;
  background: url("../images/sec2-stone-r.png") no-repeat center;
}

.horses {
  width: 1166px;
  height: 720px;
  margin: -80px auto 0 auto;
}

.horse1 {
  position: absolute;
  left: -30px;
  width: 844px;
  height: 750px;
  background: url("../images/sec2-pic3.png") no-repeat center;
}
.horse1 .horse1-tit {
  position: absolute;
  top: 340px;
  left: 40px;
  width: 89px;
  height: 291px;
  background: url("../images/sec2-pic1.png") no-repeat center;
}

.horse2 {
  position: absolute;
  width: 596px;
  height: 584px;
  background: url("../images/sec2-pic4.png") no-repeat center;
  right: 50px;
  top: 180px;
}
.horse2 .horse2-tit {
  position: absolute;
  top: -80px;
  right: -7px;
  width: 89px;
  height: 291px;
  background: url("../images/sec2-pic2.png") no-repeat center;
}

.sec3 {
  width: 100%;
  height: 900px;
  background: url("../images/sec3-bg.jpg") no-repeat center;
}
.sec3 .inner {
  padding-top: 60px;
}

.sec3-mainword {
  position: absolute;
  left: 0;
  right: 0;
  top: 610px;
  margin: 0 auto;
  width: 902px;
  height: 93px;
}

.sec3-mainword1 {
  width: 902px;
  height: 93px;
  background: url("../images/sec3-mainword1.png") no-repeat center;
}

.sec3-mainword-deco {
  position: absolute;
  left: 50%;
  top: 69px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1160px;
  height: 47px;
  background: url("../images/sec3-mainword1-deco.png") no-repeat center;
}

.sec3-cont-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 702px;
  margin: 0 auto;
  width: 440px;
  height: 124px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec3-cont-btn:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.sec3-cont-btn .light {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: overlay;
  mask-image: url("../images/sec3-btn-mask.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../images/sec3-btn-mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.sec4 {
  width: 100%;
  height: 900px;
  background: url("../images/sec4-bg.jpg") no-repeat center;
}
.sec4 .inner {
  padding-top: 60px;
}

.sec4-cont-bg {
  width: 1141px;
  height: 599px;
  margin: 15px auto 0 auto;
  padding: 50px 60px;
  background: url("../images/sec4-cont-bg.png") no-repeat center;
}

.sec4-pic1 {
  position: absolute;
  top: 290px;
  left: -146px;
  width: 193px;
  height: 306px;
  background: url("../images/sec4-pic1.png") no-repeat center;
}

.sec4-pic2 {
  position: absolute;
  top: -140px;
  right: -216px;
  width: 613px;
  height: 597px;
  background: url("../images/sec4-pic2.png") no-repeat center;
}

.sec4-features {
  margin-bottom: 30px;
}
.sec4-features .sec4-features-tit {
  margin-bottom: 10px;
}
.sec4-features p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
  margin-left: 0.2em;
}

.sec4-intro .sec4-intro-tit {
  margin-bottom: 10px;
}
.sec4-intro ol {
  margin-left: 1.2em;
  font-size: 18px;
  color: #fff;
}
.sec4-intro ol li {
  margin-bottom: 5px;
}
.sec4-intro ol {
  margin-bottom: 15px;
}
.sec4-intro p {
  font-size: 18px;
  color: #b8b0b0;
  margin-bottom: 5px;
}

.sec5 {
  width: 100%;
  height: 1014px;
  background: url("../images/sec5-bg.jpg") no-repeat center;
}
.sec5 .inner {
  padding-top: 50px;
}

.sec5-cont {
  width: 1113px;
  height: 889px;
  margin: -30px auto 0 auto;
  background: url("../images/sec5-pic.png") no-repeat center;
}

.sec5-jan-link, .sec5-feb-link, .sec5-mar-link {
  position: absolute;
  display: block;
  width: 120px;
  height: 38px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec5-jan-link:hover, .sec5-feb-link:hover, .sec5-mar-link:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.sec5-jan-link {
  top: 144px;
  right: 182px;
}

.sec5-feb-link {
  top: 201px;
  right: 182px;
}

.sec5-mar-link {
  top: 258px;
  right: 182px;
}

.sec6 {
  width: 100%;
  height: 780px;
  background: url("../images/sec6-bg.jpg") no-repeat center bottom;
}
.sec6 .inner {
  padding-top: 50px;
}

.sec6-cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.sec6-boxes-cont {
  width: 100%;
}

.sec6-cont1 {
  width: 406px;
  height: 477px;
  background: url("../images/sec6-cont-bg-left.png") no-repeat center;
}

.sec6-cont1-tit {
  width: 376px;
  height: 80px;
  margin: 20px auto 0 auto;
  background: url("../images/sec6-subtit1.png") no-repeat center;
}

.sec6-cont1-word {
  width: 85%;
  margin: 0 auto;
  font-size: 16px;
  color: #f1dace;
}

.sec6-cont2-word {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  color: #f1dace;
}

.sec6-cont2 {
  width: 783px;
  height: 477px;
  background: url("../images/sec6-cont-bg-right.png") no-repeat center;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.sec6-cont2-tit {
  width: 648px;
  height: 80px;
  margin: 20px auto 0 auto;
  background: url("../images/sec6-subtit2.png") no-repeat center;
}

.sec6-boxes-cont {
  width: 98%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.sec6-boxes-cont img {
  max-width: 100%;
  height: auto;
}

.sec6-notice-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec6-notice-box ol {
  margin-left: 1.5em;
}
.sec6-notice-box ol li {
  font-size: 16px;
}

.footer {
  width: 100%;
  height: 150px;
  background: #0f0f0f;
  color: #474747;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-inner {
  width: 1280px;
  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;
}

.footer-left, .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

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

.class-level {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

/* 漢堡選單按鈕 */
.hamburger {
  display: none;
  position: fixed;
  top: 15px;
  width: 45px;
  height: 45px;
  background: rgba(5, 15, 27, 0.9);
  border-radius: 5px;
  -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: 1px solid #a09175;
}

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

.hamburger div::before,
.hamburger div::after {
  content: "";
  width: 25px;
  height: 3px;
  background: #a09175;
  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(9, 15, 27, 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: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-shadow: 0 0 10px #ffb137;
  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;
}

.m-menu-logo {
  width: 189px;
  height: 131px;
  background: url("../images/logo.png") no-repeat center;
  margin: 20px auto 10px auto;
}

.fade-in {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in-left {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in-right {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in-blur {
  opacity: 0;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-transition: opacity 1.2s ease, -webkit-filter 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-filter 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, filter 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, filter 1.2s ease, transform 1.2s ease, -webkit-filter 1.2s ease, -webkit-transform 1.2s ease;
  will-change: opacity, filter, transform;
}

.fade-in.show, .fade-in-left.show, .fade-in-down.show, .fade-in-up.show, .fade-in-right.show {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
}

.fade-in-blur.show {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.horse-title-floating.show {
  -webkit-animation-name: horse-title-floating;
          animation-name: horse-title-floating;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: calc(var(--fade-delay, 0s) + 1s);
          animation-delay: calc(var(--fade-delay, 0s) + 1s);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes horse-title-floating {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes horse-title-floating {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
body.popup-open {
  overflow: hidden;
}

.popup-btn {
  cursor: pointer;
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  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;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popup.is-open .popup-dialog {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 7, 12, 0.82);
}

.popup-dialog {
  width: min(960px, 100%);
  max-height: calc(100vh - 80px);
  overflow: hidden;
  background: #17151a;
  border: 1px solid #ad9568;
  -webkit-box-shadow: 0 0 35px rgba(173, 149, 104, 0.35);
          box-shadow: 0 0 35px rgba(173, 149, 104, 0.35);
  color: #f4ead8;
  -webkit-transform: translateY(20px) scale(0.96);
          transform: translateY(20px) scale(0.96);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  outline: none;
}

.popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #ad9568;
  border-radius: 50%;
  background: rgba(20, 15, 17, 0.9);
  cursor: pointer;
}
.popup-close::before, .popup-close::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 10px;
  width: 20px;
  height: 2px;
  background: #e7d4ad;
}
.popup-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup-close:hover, .popup-close:focus-visible {
  background: #ad9568;
  outline: none;
}

.popup-content {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  padding: 64px 56px 52px;
  scrollbar-width: thin;
  scrollbar-color: rgba(173, 149, 104, 0.28) transparent;
}
.popup-content::-webkit-scrollbar {
  width: 6px;
}
.popup-content::-webkit-scrollbar-track {
  background: transparent;
}
.popup-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(173, 149, 104, 0.28);
}
.popup-content::-webkit-scrollbar-thumb:hover {
  background: rgba(173, 149, 104, 0.5);
}
.popup-content h2 {
  margin-bottom: 20px;
  color: #e7d4ad;
  font-size: 28px;
  text-align: center;
}
.popup-content p {
  font-size: 16px;
  line-height: 1.8;
}

.popup-header {
  margin-bottom: 42px;
  text-align: center;
}
.popup-header .popup-kicker {
  margin-bottom: 8px;
  color: #ad9568;
  font-size: 13px;
  letter-spacing: 6px;
}
.popup-header h2 {
  margin: 0;
  font-size: 34px;
}

.popup-section {
  margin-top: 28px;
}
.popup-section h3 {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(173, 149, 104, 0.45);
  color: #e7d4ad;
  font-size: 24px;
}
.popup-section h4 {
  margin: 22px 0 10px;
  color: #dfc38f;
  font-size: 19px;
}
.popup-section ol,
.popup-section ul {
  padding-left: 24px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.85;
}
.popup-section li + li {
  margin-top: 6px;
}

.popup-media-placeholder,
.popup-card-image-placeholder,
.popup-icon-placeholder {
  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;
  color: #ad9568;
  font-size: 14px;
  letter-spacing: 1px;
}

.popup-media-placeholder {
  margin-bottom: 22px;
}

.popup-info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 18px;
  border: 1px solid rgba(173, 149, 104, 0.3);
}
.popup-info-list > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  padding: 14px 16px;
}
.popup-info-list > div:not(:last-child) {
  border-right: 1px solid rgba(173, 149, 104, 0.3);
}
.popup-info-list dt {
  color: #ad9568;
}
.popup-info-list dd {
  color: #fff;
}
.popup-info-list.popup-info-list-three {
  grid-template-columns: repeat(3, 1fr);
}

.popup-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 3px solid #ad9568;
  background: rgba(173, 149, 104, 0.1);
  color: #dacdb8;
  font-size: 14px;
  line-height: 1.7;
}
.popup-note ol {
  margin-top: 8px;
  font-size: 14px;
}

.popup-check-list {
  margin-top: 8px;
  list-style-type: upper-alpha;
}

.popup-highlight {
  margin: 18px 0;
  padding: 14px 18px;
  border: 1px solid rgba(173, 149, 104, 0.45);
  color: #e7d4ad;
  font-size: 18px;
}
.popup-highlight strong {
  color: #fff;
  font-size: 24px;
}

.popup-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.popup-card {
  padding: 20px;
  border: 1px solid rgba(173, 149, 104, 0.28);
  background: rgba(5, 7, 12, 0.38);
}
.popup-card h4 {
  margin: 14px 0 0px;
}
.popup-card p {
  font-size: 14px;
}
.popup-card .popup-note {
  margin-top: 14px;
}

.popup-card-featured {
  grid-column: 1/-1;
}

.popup-icon-placeholder {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 5px 12px 0;
}

.popup-skill-grid .popup-card h4 {
  display: inline-block;
  margin: 0 8px 0 0;
  padding-top: 1px;
  vertical-align: middle;
}
.popup-skill-grid .popup-card .popup-tag {
  margin-bottom: 0;
  vertical-align: middle;
}
.popup-skill-grid .popup-card > p:not(.popup-tag) {
  clear: both;
}

.popup-card-image-placeholder {
  width: 100%;
}

.popup-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 9px;
  border: 1px solid #ad9568;
  color: #dfc38f;
  font-size: 12px !important;
}

.popup-levels {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin-top: 16px;
  padding: 0 !important;
  list-style: none;
}
.popup-levels li {
  margin: 0 !important;
  padding: 10px 6px;
  border: 1px solid rgba(173, 149, 104, 0.25);
  text-align: center;
}
.popup-levels b,
.popup-levels span {
  display: block;
}
.popup-levels b {
  color: #dfc38f;
}
.popup-levels span {
  margin-top: 4px;
  font-size: 12px;
}

.popup-level-text {
  margin-top: 12px;
  color: #dfc38f;
}

.popup-card-note {
  color: #c7a96f;
  font-size: 13px !important;
}

.popup-notice-section {
  margin-bottom: 10px;
}