@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+KR:wght@200..900&family=Noto+Serif+TC:wght@200..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  height: auto;
  display: block;
}

ul,
li {
  padding: 0;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  list-style: none;
}

/**** Variables ****/
:root {
  --footerbg-color: #508acc;
  --bg-color: #f2e7f0;
  --title-color: #ba7e56;
  --titlebg-color: #f4e7d3;
  --numbg-color: #ffe292;
  --light-point: #b36108;
  --font-color: #49233c;
  --span: 1.25rem;
  --font-size-XS: 1rem;
  --font-size-S: 1.1rem;
  --font-size-M: 1.25rem;
  --font-size-L: 1.4rem;
  --font-size-XL: 1.45rem;
  --font-size-XXL: 1.8rem;
  --font-size-XXXL: 2.2rem;
  --body-font: "Noto Serif TC", "Noto Serif KR", serif;
  --scrollbar-bg: #ffffff;
  --scrollbar-thumb: #c8a47f;
  --scrollbar-thumb-hover: #ddbea0;
}

/**** Font ****/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h2 {
  font-size: calc(var(--font-size-S) * 1.78);
}

h3 {
  font-size: calc(var(--font-size-S) * 1.65);
}

h4 {
  font-size: calc(var(--font-size-S) * 1.57);
}

p {
  font-size: var(--font-size-S);
  line-height: calc(var(--font-size-S) * 2.5);
}

/**** Scrollbar ****/
::-webkit-scrollbar {
  width: 15px;
  background-color: var(--scrollbar-bg);
  /* bar 背景色 */
}

::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  /* bar 滑動色 */
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
}

/**** breakpoint ****/
:root {
  --desktop-nav-h: 70px;
}

body {
  font-family: var(--body-font);
  background-color: var(--bg-color);
  overflow-x: hidden;
  font-weight: 600;
}

.visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

input,
button,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

a {
  color: #c86002;
  display: inline-block;
  padding: 0.2vw 0.1vw;
  border-radius: 0 0 0.5vw 0;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  cursor: pointer;
}
a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

main {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/bg.jpg") no-repeat center;
  background-size: cover;
  z-index: -1;
}
main section {
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 9vw;
  width: 800px;
  max-width: 100%;
  padding: 4vw;
  border-radius: 0 0 6vw 0;
  border: 1px solid #c49a74;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 10;
}
main section::before, main section::after {
  content: "";
  position: absolute;
  z-index: 0;
}
main section > * {
  position: relative;
  z-index: 1;
}
main section::before {
  background: url("../img/content-deco-light.png") no-repeat center;
  background-size: cover;
  top: -1px;
  right: 0;
  width: 100%;
  height: 255px;
}
@media (max-width: 450px) {
  main section::before {
    height: 169px;
  }
}
main section::after {
  background: url("../img/content-bgdeco-light.png") no-repeat center;
  background-size: contain;
  bottom: 0;
  right: 0;
  width: 12vw;
  aspect-ratio: 211/391;
}
main section p {
  color: var(--font-color);
  font-weight: 600;
  margin-bottom: 2.5vw;
}
@media (max-width: 450px) {
  main section p {
    line-height: 2;
  }
}
main section .point {
  color: #8a3c6f;
}
main section.light-style {
  background-color: #ffffff;
}
main section.dark-style {
  background-color: #9c1c60;
  color: #f9eef1;
}
main section.dark-style p {
  color: #f9eef1;
  font-weight: 600;
}
main section.dark-style::before {
  content: "";
  background: url("../img/content-deco-dark.png") no-repeat center;
}
main section.dark-style::after {
  content: "";
  background: url("../img/content-bgdeco-dark.png") no-repeat center;
  background-size: contain;
  bottom: 0;
  right: 0;
  width: 12vw;
  aspect-ratio: 211/391;
}
@media (max-width: 1920px) {
  main section {
    padding: 5vw;
  }
}
@media (max-width: 1024px) {
  main section {
    width: 100%;
    margin-bottom: 20vw;
    padding-bottom: 7vw;
  }
}
@media (max-width: 821px) {
  main section {
    padding: 12vw 7vw;
  }
}
main h1 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  top: -6.5vw;
}
main h1 img {
  display: block;
  width: 522px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 1024px) {
  main h1 img {
    width: 600px;
  }
}
@media (max-width: 1920px) {
  main h1 {
    top: -8.5vw;
  }
}
@media (max-width: 1024px) {
  main h1 {
    top: -11.5vw;
  }
}
@media (max-width: 821px) {
  main h1 {
    top: -18.5vw;
  }
}
main h2 {
  margin-bottom: 1.6vw;
  color: #784b7c;
}
@media (max-width: 450px) {
  main h2 {
    margin-bottom: 3.6vw;
  }
}
main h3 {
  color: #784b7c;
  margin-bottom: 1vw;
}
main h3 span {
  display: inline-block;
  background: url("../img/point.png") no-repeat center;
  background-size: cover;
  width: 16px;
  height: 27px;
  margin-right: 0.5vw;
  line-height: 1.1;
}
@media (max-width: 450px) {
  main h3 span {
    margin-right: 1.5vw;
  }
}
@media (max-width: 1024px) {
  main h3 {
    margin-bottom: 2vw;
  }
}
@media (max-width: 768px) {
  main h3 {
    margin-bottom: 6vw;
  }
}
@media (max-width: 430px) {
  main h3 {
    margin-bottom: 9w;
  }
}
@media (max-width: 1024px) {
  main .lead {
    margin-top: 5vw;
    margin-bottom: 11vw;
  }
}
main .note {
  color: var(--font-color);
  margin-left: 1.5vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .note::before {
  content: "";
  background: url("../img/star.png") no-repeat center;
  background-size: contain;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 0.5vw;
}
@media (max-width: 450px) {
  main .note {
    display: inherit;
  }
}
main .star-deco {
  width: 100%;
  background: url("../img/star-deco.png") no-repeat center;
  background-size: cover;
  height: 40px;
  margin: 3vw auto;
}
@media (max-width: 1024px) {
  main .star-deco {
    margin: 8vw auto;
  }
}
main .block {
  margin-bottom: 5vw;
}
@media (max-width: 1024px) {
  main .block {
    margin-bottom: 10vw;
  }
}
@media (max-width: 450px) {
  main .block {
    margin-bottom: 18vw;
  }
}
main .snow-flower-wrap {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  z-index: -1;
}
main .snow-flower-wrap .snow-flower {
  position: absolute;
  bottom: 32vw;
  left: 24vw;
  width: 7vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-animation: snowMove 25s ease-out infinite;
          animation: snowMove 25s ease-out infinite;
}
main .snow-flower-wrap .snow-flower-02 {
  top: 12vw;
  left: unset;
  right: 13vw;
  width: 11vw;
  -webkit-animation: snowMove02 30s ease-in infinite;
          animation: snowMove02 30s ease-in infinite;
}
@media (max-width: 1024px) {
  main {
    padding: 5vw;
  }
}

iframe {
  width: 100%;
}

.snow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

/* 單片雪花 */
.snowflake {
  position: absolute;
  left: var(--x, 0vw);
  top: -10px;
  width: var(--size, 20px);
  height: var(--size, 20px);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0) 60%);
  border-radius: 50%;
  opacity: var(--opacity, 0.8);
  will-change: top, transform;
  /* 兩段動畫：垂直用 top、水平用 translateX；互不衝突 */
  -webkit-animation: fall var(--fall-duration, 20s) var(--fall-delay, 0s) linear infinite, sway var(--sway-duration, 5s) var(--sway-delay, 0s) ease-in-out infinite alternate;
          animation: fall var(--fall-duration, 20s) var(--fall-delay, 0s) linear infinite, sway var(--sway-duration, 5s) var(--sway-delay, 0s) ease-in-out infinite alternate;
}

.kv {
  width: 100%;
  position: relative;
}
.kv .logo {
  position: absolute;
  right: 1vw;
  top: 1vw;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  background: url("../img/logo.png") no-repeat center;
  background-size: contain;
  width: 8vw;
  height: 5vw;
}
@media (max-width: 1600px) {
  .kv .logo {
    width: 11vw;
    height: 8vw;
  }
}
@media (max-width: 1024px) {
  .kv .logo {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 19vw;
    width: 28vw;
    height: 19vw;
  }
}
@media (max-width: 576px) {
  .kv .logo {
    top: 18vw;
  }
}
.kv img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .kv .pc-show {
    display: none;
  }
}
@media (max-width: 1024px) {
  .kv .m-show {
    display: block;
  }
}

.nav-desktop-wrap {
  position: sticky;
  top: 0;
  z-index: 99;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#f3fffd), to(#faeafa));
  background-image: linear-gradient(to right, #f3fffd 0%, #faeafa 100%);
}
.nav-desktop-wrap .nav-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1300px;
  margin: 0 auto;
}
.nav-desktop-wrap .nav-desktop a {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #85114e;
  font-size: var(--font-size-L);
  height: 70px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.nav-desktop-wrap .nav-desktop a::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
  background: url("../img/menu-hover.png") no-repeat center;
  background-size: contain;
  width: 140px;
  height: 40px;
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.nav-desktop-wrap .nav-desktop a:hover::before, .nav-desktop-wrap .nav-desktop a.is-active::before {
  /* 如果要控制「當前區塊」時顯示 */
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 1024px) {
  .nav-desktop-wrap .nav-desktop {
    display: none;
  }
}

.nav-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .nav-mobile {
    display: block;
    position: fixed;
    z-index: 100;
  }
}
.nav-mobile .ham {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 15vw;
  height: 15vw;
  background-image: -webkit-gradient(linear, left top, right top, from(#f3fffd), to(#faeafa));
  background-image: linear-gradient(to right, #f3fffd 0%, #faeafa 100%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.nav-mobile .ham span {
  position: absolute;
  left: 0;
  right: 0;
  height: 0.4vw;
  width: 8vw;
  background: #85114e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.nav-mobile .ham span:nth-child(1) {
  top: 40%;
}
.nav-mobile .ham span:nth-child(2) {
  bottom: 40%;
}
.nav-mobile .ham.is-active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
.nav-mobile .ham.is-active span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 50%;
}
.nav-mobile .nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100vh;
  z-index: 10;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-mobile .nav-wrap a {
  padding: 5vw;
  width: 100%;
  margin: 0 auto;
  display: block;
  color: #85114e;
}
.nav-mobile .nav-wrap.is-show {
  opacity: 1;
  pointer-events: auto;
}

.fixed-btns {
  position: fixed;
  left: -13vw;
  bottom: 10vw;
  z-index: 95;
  -webkit-transition: left 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: left 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.fixed-btns a {
  display: block;
  width: 251px;
  height: 155px;
  background: url("../img/btn-buy-ticket.png") no-repeat center;
  background-size: cover;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
}
.fixed-btns a:hover {
  -webkit-animation: moveUpDown 1.2s ease-in 2;
          animation: moveUpDown 1.2s ease-in 2;
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 1920px) {
  .fixed-btns a {
    width: 235px;
    height: 145px;
  }
}
.fixed-btns .btn-buy-ticket a {
  background: url("../img/btn-buy-ticket.png") no-repeat center;
  margin-bottom: 1vw;
  background-size: cover;
}
@media (max-width: 821px) {
  .fixed-btns .btn-buy-ticket a {
    margin-bottom: 0;
  }
}
.fixed-btns .btn-redeem-reward a {
  background: url("../img/btn-redeem.png") no-repeat center;
  background-size: cover;
}
.fixed-btns.is-show {
  left: 6vw;
}
@media (max-width: 1920px) {
  .fixed-btns.is-show {
    left: 2vw;
  }
}
@media (max-width: 821px) {
  .fixed-btns.is-show {
    left: 0;
  }
}
@media (max-width: 1920px) {
  .fixed-btns {
    left: -22vw;
    bottom: 7vw;
  }
}
@media (max-width: 1440px) {
  .fixed-btns {
    left: -30vw;
    bottom: 25vw;
  }
}

.fixed-btns-m {
  position: fixed;
  bottom: -1px;
  z-index: 99;
  width: 100%;
  left: 0;
}
.fixed-btns-m a {
  display: block;
  width: 100%;
  background: url("../img/btn-buy-ticket.png") no-repeat right;
  background-size: contain;
  aspect-ratio: 500/174;
  padding: 0;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
}
.fixed-btns-m a:hover {
  -webkit-animation: moveUpDown 1.2s ease-in 2;
          animation: moveUpDown 1.2s ease-in 2;
  -webkit-filter: none;
          filter: none;
}
.fixed-btns-m .btn-buy-ticket,
.fixed-btns-m .btn-redeem-reward {
  width: 50%;
}
.fixed-btns-m .btn-buy-ticket a {
  background: url("../img/btn-buy-ticket-m.jpg") no-repeat right;
  background-size: contain;
}
.fixed-btns-m .btn-redeem-reward a {
  background: url("../img/btn-redeem-M.png") no-repeat right;
  background-size: contain;
}

@media (max-width: 821px) {
  .fixed-btns-m.m-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.event-info {
  margin-top: 9vw;
}
.event-info .picture-wrap {
  width: 100%;
  position: relative;
  max-width: 900px;
  margin: 5vw auto;
  margin-bottom: 0;
  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;
}
.event-info .picture-wrap img {
  display: block;
  height: auto;
  width: 40%;
}
@media (max-width: 450px) {
  .event-info .picture-wrap img {
    width: 58%;
  }
}
.event-info .picture-wrap .img-left {
  -webkit-transform: translate(4vw, -3vw);
          transform: translate(4vw, -3vw);
}
@media (max-width: 1920px) {
  .event-info .picture-wrap .img-left {
    -webkit-transform: translate(4vw, -5vw);
            transform: translate(4vw, -5vw);
  }
}
@media (max-width: 450px) {
  .event-info .picture-wrap .img-left {
    -webkit-transform: translate(26vw, -35vw);
            transform: translate(26vw, -35vw);
  }
}
.event-info .picture-wrap .img-center {
  z-index: 1;
}
.event-info .picture-wrap .img-right {
  -webkit-transform: translate(-2vw, -2vw);
          transform: translate(-2vw, -2vw);
  z-index: 0;
}
@media (max-width: 1920px) {
  .event-info .picture-wrap .img-right {
    -webkit-transform: translate(-3vw, -2vw);
            transform: translate(-3vw, -2vw);
  }
}
@media (max-width: 450px) {
  .event-info .picture-wrap .img-right {
    -webkit-transform: translate(-26vw, -18vw);
            transform: translate(-26vw, -18vw);
  }
}
@media (max-width: 1920px) {
  .event-info .picture-wrap {
    margin: 8vw auto;
    margin-bottom: 6vw;
  }
}
@media (max-width: 450px) {
  .event-info .picture-wrap {
    margin: 49vw auto;
    margin-bottom: 20vw;
  }
}
.event-info .info-wrap {
  width: 100%;
  max-width: 900px;
  text-align: left;
}
.event-info .info-wrap .list {
  background: #edebff;
  height: 93px;
  margin-bottom: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 821px) {
  .event-info .info-wrap .list {
    margin-bottom: 2vw;
  }
}
@media (max-width: 450px) {
  .event-info .info-wrap .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3vw;
    height: inherit;
  }
}
.event-info .info-wrap .list-name {
  background: url("../img/info-bg.png") no-repeat right;
  background-size: cover;
  width: 180px;
  height: 93px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--font-size-M);
  color: white;
}
@media (max-width: 576px) {
  .event-info .info-wrap .list-name {
    width: 108px;
  }
}
@media (max-width: 450px) {
  .event-info .info-wrap .list-name {
    width: 100%;
    margin-bottom: 0;
    background: url("../img/info-bg-M.png") no-repeat bottom;
    height: 58px;
  }
}
.event-info .info-wrap .list-content {
  color: #49233c;
  margin-left: 1vw;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--font-size-S);
}
.event-info .info-wrap .list-content span {
  font-size: var(--font-size-XS);
}
.event-info .info-wrap .list-content p {
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .event-info .info-wrap .list-content {
    margin-left: 3vw;
  }
}
@media (max-width: 450px) {
  .event-info .info-wrap .list-content {
    padding: 5vw 6vw;
    margin-left: 0;
  }
}
@media (max-width: 390px) {
  .event-info .info-wrap .list-content {
    padding: 4vw 6vw;
  }
}
.event-info .transportation .ways {
  font-size: var(--font-size-M);
  margin-bottom: 0.7vw;
  font-weight: 700;
  color: var(--font-color);
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1vw;
}
.event-info .transportation .ways::before {
  content: "";
  width: 0.6vw;
  height: 0.6vw;
  background-color: #ffbdbd;
  position: absolute;
  left: -1vw;
}
@media (max-width: 450px) {
  .event-info .transportation .ways::before {
    width: 2.6vw;
    height: 2.6vw;
    margin-left: -4vw;
  }
}
@media (max-width: 450px) {
  .event-info .transportation .ways {
    margin-left: 4vw;
    margin-bottom: 1vw;
  }
}
@media (max-width: 375px) {
  .event-info .transportation .ways {
    margin-bottom: 4vw;
  }
}
.event-info .transportation ul {
  text-align: left;
}
.event-info .transportation ul li {
  margin-bottom: 2vw;
}
.event-info .transportation ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 450px) {
  .event-info .transportation ul li {
    margin-bottom: 5vw;
  }
}
.event-info .transportation ul p {
  font-size: var(--font-size-XS);
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 450px) {
  .event-info .transportation ul p {
    line-height: 1.5;
  }
}
@media (max-width: 390px) {
  .event-info .transportation ul p {
    line-height: 2;
  }
}
.event-info .googl-map {
  margin-bottom: 1vw;
  border: 1px solid #c49a74;
}
.event-info .block:last-child {
  margin-bottom: 0;
}

.performance-intro p {
  font-size: var(--font-size-XS);
  line-height: 1.8;
  margin-bottom: 1vw;
}
@media (max-width: 576px) {
  .performance-intro p {
    margin-bottom: 5vw;
  }
}
@media (max-width: 390px) {
  .performance-intro p {
    margin-bottom: 7vw;
  }
}
.performance-intro h4 {
  text-align: left;
  font-weight: 600;
  margin-bottom: 1vw;
}
.performance-intro h4 span {
  font-size: var(--font-size-XS);
  display: block;
  font-weight: 600;
  color: #deb997;
}
@media (max-width: 768px) {
  .performance-intro h4 {
    margin-bottom: 3vw;
  }
}
@media (max-width: 414px) {
  .performance-intro h4 {
    margin-bottom: 5vw;
  }
}
.performance-intro .intro-btn {
  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;
  gap: 0.5vw;
  margin-bottom: 2vw;
}
.performance-intro .intro-btn .tab {
  position: relative;
  display: block;
  border: none;
  width: 8.96vw;
  height: 8.96vw;
  cursor: pointer;
  background: none;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  color: #5a2b4c;
  overflow: hidden;
  /* 背景層 */
  /* 滑入：換圖＋旋轉背景 */
  /* 保持文字在最上層 */
}
.performance-intro .intro-btn .tab::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/tab.png") no-repeat center/cover;
  z-index: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.performance-intro .intro-btn .tab:hover::before, .performance-intro .intro-btn .tab.active::before {
  background: url("../img/tab-hover.png") no-repeat center/cover;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: background 0.3s ease, -webkit-transform 20s linear;
  transition: background 0.3s ease, -webkit-transform 20s linear;
  transition: transform 20s linear, background 0.3s ease;
  transition: transform 20s linear, background 0.3s ease, -webkit-transform 20s linear;
}
.performance-intro .intro-btn .tab span,
.performance-intro .intro-btn .tab br {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .performance-intro .intro-btn .tab {
    width: 14.96vw;
    height: 14.96vw;
  }
}
@media (max-width: 576px) {
  .performance-intro .intro-btn .tab {
    width: 22.96vw;
    height: 22.96vw;
    font-size: 1rem;
  }
}
@media (max-width: 414px) {
  .performance-intro .intro-btn .tab {
    width: 24.96vw;
    height: 24.96vw;
  }
}
@media (max-width: 1920px) {
  .performance-intro .intro-btn {
    margin-bottom: 4vw;
  }
}
@media (max-width: 821px) {
  .performance-intro .intro-btn {
    margin-bottom: 10vw;
  }
}
.performance-intro .conductor-wrap .conductor-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.7vw;
}
.performance-intro .conductor-wrap .conductor-content img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 240px;
}
@media (max-width: 450px) {
  .performance-intro .conductor-wrap .conductor-content img {
    width: 60%;
  }
}
.performance-intro .conductor-wrap .conductor-content .conductor-intro {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
}
.performance-intro .conductor-wrap .conductor-content .text-scroll {
  max-height: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow-y: auto;
  padding-right: 0.5vw;
  margin-bottom: 2vw;
  text-align: left;
}
@media (max-width: 1024px) {
  .performance-intro .conductor-wrap .conductor-content .text-scroll {
    max-height: 232px;
  }
}
@media (max-width: 576px) {
  .performance-intro .conductor-wrap .conductor-content .text-scroll {
    padding-right: 1.5vw;
    margin-bottom: 6vw;
  }
}
.performance-intro .conductor-wrap .conductor-content .aka {
  width: 100%;
  font-weight: 700;
  font-size: var(--font-size-S);
  background: -webkit-gradient(linear, left top, right top, color-stop(64%, #deb997), to(rgba(196, 154, 116, 0)));
  background: linear-gradient(to right, #deb997 64%, rgba(196, 154, 116, 0) 100%);
  padding: 0.5vw 1vw;
  border-radius: 0 0 0 1vw;
  color: #9d1c60;
}
@media (max-width: 450px) {
  .performance-intro .conductor-wrap .conductor-content .aka {
    padding: 2.5vw 1vw;
    border-radius: 0 0 0 6vw;
  }
}
@media (max-width: 576px) {
  .performance-intro .conductor-wrap .conductor-content {
    -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;
  }
}
.performance-intro .orchestra-wrap {
  text-align: left;
}
.performance-intro .orchestra-wrap img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 2vw;
}
@media (max-width: 576px) {
  .performance-intro .orchestra-wrap img {
    margin-bottom: 6vw;
  }
}
.performance-intro .orchestra-wrap .award-wrap {
  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;
  gap: 1vw;
  margin-top: 2vw;
}
.performance-intro .orchestra-wrap .award-wrap img {
  max-width: 180px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .performance-intro .orchestra-wrap .award-wrap img {
    margin-bottom: 6vw;
  }
}
@media (max-width: 576px) {
  .performance-intro .orchestra-wrap .award-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.performance-intro .orchestra-wrap ul li {
  margin-bottom: 0.5vw;
  font-size: 15px;
}
.performance-intro .orchestra-wrap ul li:last-child {
  margin-bottom: 0;
}
.performance-intro .program-wrap .title {
  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;
  gap: 0.5vw;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid white;
  margin-bottom: 2vw;
}
.performance-intro .program-wrap .title button {
  background-color: transparent;
  border: none;
  color: #fdfbfc;
  width: 60px;
  height: 30px;
  cursor: pointer;
  position: relative;
}
.performance-intro .program-wrap .title button::after {
  content: "";
  background: url("../img/half.png") no-repeat center;
  background-size: cover;
  width: 71px;
  height: 57px;
  position: absolute;
  z-index: -1;
  left: -7px;
  top: -12px;
}
.performance-intro .program-wrap .title button.active {
  color: #ffeab6;
}
.performance-intro .program-wrap .title button.active::after {
  content: "";
  background: url("../img/half-hover.png") no-repeat center;
  background-size: cover;
  width: 71px;
  height: 57px;
  position: absolute;
  z-index: -1;
  left: -7px;
  top: -12px;
}
@media (max-width: 1920px) {
  .performance-intro .program-wrap .title {
    padding-bottom: 2vw;
  }
}
@media (max-width: 450px) {
  .performance-intro .program-wrap .title {
    margin-bottom: 11vw;
  }
}
.performance-intro .program-wrap .program {
  text-align: left;
}
.performance-intro .program-wrap .program ul li {
  margin-bottom: 1vw;
}
.performance-intro .program-wrap .program ul li span {
  background-color: white;
  margin-right: 1.5vw;
  padding: 0 0.2vw;
  color: #9d1c60;
}
@media (max-width: 450px) {
  .performance-intro .program-wrap .program ul li span {
    padding: 0 1vw;
  }
}
@media (max-width: 450px) {
  .performance-intro .program-wrap .program ul li {
    margin-bottom: 4vw;
    line-height: 1.8;
  }
}
.performance-intro .program-wrap .program .first-half,
.performance-intro .program-wrap .program .second-half {
  display: none;
}
.performance-intro .program-wrap .program .first-half.active,
.performance-intro .program-wrap .program .second-half.active {
  display: block;
}
.performance-intro .program-wrap .half-btn button:first-child {
  margin-right: 1vw;
}
.performance-intro .conductor-wrap,
.performance-intro .orchestra-wrap,
.performance-intro .program-wrap {
  display: none;
}
.performance-intro .conductor-wrap.active,
.performance-intro .orchestra-wrap.active,
.performance-intro .program-wrap.active {
  display: block;
}

.ticket-gift h2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ticket-gift h2 span {
  display: inline-block;
  background: url("../img/num-bg.png") no-repeat center;
  background-size: contain;
  width: 1.9vw;
  height: 1.9vw;
  margin-right: 0.7vw;
  color: #edebff;
  font-size: 21px;
}
@media (max-width: 1440px) {
  .ticket-gift h2 span {
    width: 2.9vw;
    height: 2.9vw;
  }
}
@media (max-width: 821px) {
  .ticket-gift h2 span {
    width: 4.9vw;
    height: 4.9vw;
  }
}
@media (max-width: 576px) {
  .ticket-gift h2 span {
    width: 7.9vw;
    height: 6.9vw;
  }
}
@media (max-width: 450px) {
  .ticket-gift h2 span {
    width: 8.9vw;
    height: 8.9vw;
    margin-right: 1.7vw;
  }
}
@media (max-width: 1440px) {
  .ticket-gift h2 {
    line-height: 1.8;
  }
}
.ticket-gift .gift-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1vw;
}
.ticket-gift .gift-wrap li {
  width: 48%;
}
.ticket-gift .gift-wrap li p {
  line-height: 1.5;
  margin-bottom: 0.5vw;
}
@media (max-width: 450px) {
  .ticket-gift .gift-wrap li {
    width: 100%;
  }
}
.ticket-gift .gift-wrap .product {
  background-color: #edebff;
  margin-bottom: 0.5vw;
  border-radius: 0 0 2vw 0;
  padding-top: 1vw;
}
.ticket-gift .gift-wrap .product img {
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
}
.ticket-gift .gift-wrap .flag {
  background-color: #736cae;
  padding: 0.3vw 0;
  color: #fdfbfd;
}
@media (max-width: 450px) {
  .ticket-gift .gift-wrap .flag {
    padding: 2.3vw 0;
  }
}
@media (max-width: 450px) {
  .ticket-gift .gift-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3vw;
  }
}
@media (max-width: 375px) {
  .ticket-gift .gift-wrap {
    gap: 7vw;
  }
}
.ticket-gift .ticket-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  width: 70%;
  margin: 0 auto;
}
.ticket-gift .ticket-wrap .seat {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ticket-gift .ticket-wrap .ticket-num {
  width: 40%;
}
.ticket-gift .ticket-wrap .form-title {
  background-color: #784b7c;
  color: white;
  margin-bottom: 1px;
  padding: 0.3vw 0;
  font-size: var(--font-size-S);
}
@media (max-width: 821px) {
  .ticket-gift .ticket-wrap .form-title {
    padding: 1.3vw 0;
  }
}
.ticket-gift .ticket-wrap ul li {
  color: #49233c;
  padding: 0.5vw 0;
  font-weight: 700;
  font-size: var(--font-size-M);
}
@media (max-width: 821px) {
  .ticket-gift .ticket-wrap ul li {
    padding: 1.5vw 0;
  }
}
@media (max-width: 450px) {
  .ticket-gift .ticket-wrap ul li {
    font-size: var(--font-size-S);
  }
}
@media (max-width: 414px) {
  .ticket-gift .ticket-wrap ul li {
    font-size: var(--font-size-XS);
    height: 60px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ticket-gift .ticket-wrap ul li:nth-child(even) {
  background-color: #ffffff;
  border: 1px solid #edd1b8;
}
.ticket-gift .ticket-wrap ul li:nth-child(odd) {
  background-color: #edd1b8;
}
@media (max-width: 576px) {
  .ticket-gift .ticket-wrap {
    width: 100%;
  }
}
.ticket-gift .note-wrap {
  text-align: left;
}
.ticket-gift .note-wrap li {
  margin-bottom: 1vw;
  color: var(--font-color);
  font-weight: 600;
  margin-left: 1.5vw;
  font-weight: 600;
}
.ticket-gift .note-wrap li::before {
  content: "";
  background: url("../img/star.png") no-repeat center;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 0.5vw;
}
.ticket-gift .note-wrap li span {
  color: #863069;
}
@media (max-width: 450px) {
  .ticket-gift .note-wrap li {
    margin-bottom: 5vw;
  }
}
.ticket-gift .sign-wrap img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  margin-bottom: 3vw;
}
@media (max-width: 450px) {
  .ticket-gift .sign-wrap img {
    margin-bottom: 15vw;
  }
}
@media (max-width: 450px) {
  .ticket-gift .sign-wrap .sign-note {
    margin-top: 10vw;
  }
}
.ticket-gift .notelist-wrap {
  -moz-text-align-last: left;
       text-align-last: left;
  color: #49233c;
}
.ticket-gift .notelist-wrap .list-title {
  background-color: white;
  padding: 1vw 2vw;
  font-size: var(--font-size-M);
  font-weight: 700;
  border-bottom: 1px dashed #9b1d60;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
}
.ticket-gift .notelist-wrap .list-title::before {
  content: "";
  background: url("../img/star.png") no-repeat center;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 0.7vw;
}
@media (max-width: 450px) {
  .ticket-gift .notelist-wrap .list-title::before {
    width: 17px;
    height: 17px;
    margin-right: 1.7vw;
  }
}
.ticket-gift .notelist-wrap .list-title.active, .ticket-gift .notelist-wrap .list-title:hover {
  background-color: #edebff;
}
@media (max-width: 821px) {
  .ticket-gift .notelist-wrap .list-title {
    padding: 3vw 2vw;
  }
}
.ticket-gift .notelist-wrap .list-inner {
  display: none;
  padding: 1vw 2vw;
  text-align: left;
}
.ticket-gift .notelist-wrap .list-inner ol .dot {
  background-color: #49233c;
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.3vw;
}
@media (max-width: 450px) {
  .ticket-gift .notelist-wrap .list-inner ol .dot {
    width: 1.5vw;
    height: 1.5vw;
  }
}
.ticket-gift .notelist-wrap .list-inner ol:first-child {
  margin-top: 2vw;
}
.ticket-gift .notelist-wrap .list-inner li {
  margin-top: 1vw;
  margin-bottom: 1vw;
}
.ticket-gift .notelist-wrap .list-inner li:first-child {
  margin-top: 2vw;
}
@media (max-width: 821px) {
  .ticket-gift .notelist-wrap .list-inner li {
    margin-bottom: 0;
  }
}
@media (max-width: 450px) {
  .ticket-gift .notelist-wrap .list-inner li {
    margin-bottom: 5vw;
  }
}
.ticket-gift .notelist-wrap .list-inner .light {
  color: #b13d89;
  display: inline-block;
}
@media (max-width: 821px) {
  .ticket-gift .notelist-wrap .list-inner {
    padding: 3vw 2vw;
  }
}
@media (max-width: 450px) {
  .ticket-gift .notelist-wrap .list-inner {
    padding: 5vw 2vw;
  }
}
.ticket-gift .notelist-wrap.active .list-inner {
  display: block;
  border-bottom: 1px dashed #9b1d60;
}
.ticket-gift .notelist-wrap .list-inner:nth-child(1) ol {
  margin-top: 0;
}
.ticket-gift .notelist-wrap .list-inner:nth-child(2) ol {
  margin-top: 0;
}
.ticket-gift .notelist-wrap .list-inner:nth-child(2) ol li:first-child {
  margin-top: 0vw;
}

.ticket-intro h3 {
  color: white;
}
.ticket-intro ol {
  text-align: left;
  margin-bottom: 2vw;
}
.ticket-intro ol .blue-btn {
  background: url("../img/btn-blue.png") no-repeat center;
  background-size: contain;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--font-size-S);
  width: 202px;
  height: 36px;
  color: #2d3978;
  margin-left: 1vw;
}
.ticket-intro ol li {
  margin-bottom: 1vw;
}
.ticket-intro ol li img {
  margin-left: 1vw;
}
.ticket-intro ol .ticket-platform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media (max-width: 450px) {
  .ticket-intro ol .ticket-platform {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 821px) {
  .ticket-intro ol {
    margin-bottom: 8vw;
  }
}
@media (max-width: 450px) {
  .ticket-intro ol {
    text-align: center;
  }
}
.ticket-intro ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ticket-intro ul li {
  width: 32%;
}
.ticket-intro ul li img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 450px) {
  .ticket-intro ul li {
    width: 49%;
  }
}
@media (max-width: 1024px) {
  .ticket-intro ul {
    gap: 1.5vw;
  }
}

.limited-goods img {
  margin: 0 auto;
  margin-bottom: 1vw;
  max-width: 100%;
}
.limited-goods img:last-child {
  margin-bottom: 0;
}
@media (max-width: 821px) {
  .limited-goods img {
    margin-bottom: 3vw;
  }
}
.limited-goods .pink-btn {
  background: url("../img/btn-more.png") no-repeat center;
  background-size: contain;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--font-size-M);
  width: 389px;
  height: 49px;
  color: #ffffff;
  max-width: 100%;
  margin-top: 3vw;
}
@media (max-width: 450px) {
  .limited-goods .pink-btn {
    margin-top: 8vw;
  }
}

footer {
  background-color: #2d3978;
  z-index: 80;
}
@media (max-width: 576px) {
  footer {
    height: 370px !important;
  }
}

.pc-show {
  display: block;
}
@media (max-width: 821px) {
  .pc-show {
    display: none;
  }
}

.m-show {
  display: none;
}
@media (max-width: 821px) {
  .m-show {
    display: block;
  }
}

/* 定義上下移動的動畫 */
@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 垂直：從頂端掉到視窗底 */
@-webkit-keyframes fall {
  from {
    top: -10px;
  }
  to {
    top: 100vh;
  }
}
@keyframes fall {
  from {
    top: -10px;
  }
  to {
    top: 100vh;
  }
}
/* 水平：左右擺動（幅度由 --offset 控制） */
@-webkit-keyframes sway {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(var(--offset, 5vw));
            transform: translateX(var(--offset, 5vw));
  }
}
@keyframes sway {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(var(--offset, 5vw));
            transform: translateX(var(--offset, 5vw));
  }
}
/* 減少動態偏好 */
@media (prefers-reduced-motion: reduce) {
  .snowflake {
    -webkit-animation: none;
            animation: none;
  }
}
/* 雪花*/
@-webkit-keyframes snowMove {
  0% {
    -webkit-transform: translateX(-50%) translateY(0) rotate(0deg);
            transform: translateX(-50%) translateY(0) rotate(0deg);
    opacity: 0;
    /* 起點透明 */
  }
  10% {
    opacity: 0.7;
    /* 慢慢出現 */
  }
  50% {
    -webkit-transform: translateX(-45%) translateY(300px) rotate(180deg);
            transform: translateX(-45%) translateY(300px) rotate(180deg);
    opacity: 1;
    /* 中段維持可見 */
  }
  70% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(450px) rotate(360deg);
            transform: translateX(-50%) translateY(450px) rotate(360deg);
    opacity: 0;
    /* 結束前淡出 */
  }
}
@keyframes snowMove {
  0% {
    -webkit-transform: translateX(-50%) translateY(0) rotate(0deg);
            transform: translateX(-50%) translateY(0) rotate(0deg);
    opacity: 0;
    /* 起點透明 */
  }
  10% {
    opacity: 0.7;
    /* 慢慢出現 */
  }
  50% {
    -webkit-transform: translateX(-45%) translateY(300px) rotate(180deg);
            transform: translateX(-45%) translateY(300px) rotate(180deg);
    opacity: 1;
    /* 中段維持可見 */
  }
  70% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(450px) rotate(360deg);
            transform: translateX(-50%) translateY(450px) rotate(360deg);
    opacity: 0;
    /* 結束前淡出 */
  }
}
@-webkit-keyframes snowMove02 {
  0% {
    -webkit-transform: translateX(-50%) translateY(150px) rotate(0deg);
            transform: translateX(-50%) translateY(150px) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.4;
  }
  50% {
    -webkit-transform: translateX(-45%) translateY(300px) rotate(180deg);
            transform: translateX(-45%) translateY(300px) rotate(180deg);
    opacity: 0.7;
  }
  60% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(450px) rotate(360deg);
            transform: translateX(-50%) translateY(450px) rotate(360deg);
    opacity: 0;
  }
}
@keyframes snowMove02 {
  0% {
    -webkit-transform: translateX(-50%) translateY(150px) rotate(0deg);
            transform: translateX(-50%) translateY(150px) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.4;
  }
  50% {
    -webkit-transform: translateX(-45%) translateY(300px) rotate(180deg);
            transform: translateX(-45%) translateY(300px) rotate(180deg);
    opacity: 0.7;
  }
  60% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(450px) rotate(360deg);
            transform: translateX(-50%) translateY(450px) rotate(360deg);
    opacity: 0;
  }
}