@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@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.containers {
  position: relative;
  max-width: 1210px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
.containers.col11 {
  max-width: 1328px;
}
.containers.col12 {
  max-width: 1448px;
}

.paragraph {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .paragraph {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@keyframes updown {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}
.pcOnly {
  display: block;
}
@media (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}

.mOnly {
  display: none;
}
@media (max-width: 768px) {
  .mOnly {
    display: block;
  }
}

.poi-goods {
  padding: 0px 0;
  position: relative;
  z-index: 0;
  text-align: center;
  /*三個一排*/
  /*切換*/
  /*一般的樣式*/
  /*poi選單*/
}
.poi-goods .ph {
  margin: 0 auto;
  max-width: 1210px;
}
.poi-goods.poi-3 .ph-group-content {
  width: calc(33.3333333333% - 11px);
}
@media (max-width: 992px) {
  .poi-goods.poi-3 .ph-group-content {
    width: calc(50% - 16px);
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-3 .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-2 .ph-group-content {
  width: calc(33.3333333333% - 11px);
}
@media (max-width: 992px) {
  .poi-goods.poi-2 .ph-group-content {
    width: calc(50% - 16px);
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-2 .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-change .ph-group {
  display: none;
}
.poi-goods.poi-change .ph-group.on {
  display: flex;
}
.poi-goods.poi-change .ph-group-title {
  display: none;
}
.poi-goods .ph-group-title {
  display: block;
  margin-bottom: 16px;
  color: #000;
  background: unset;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-title br {
  display: none;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-title br {
    display: block;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group-title {
    margin-bottom: 8px;
  }
}
.poi-goods .ph-group {
  display: flex;
  position: relative;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  gap: 16px;
  padding: 16px;
}
@media (max-width: 576px) {
  .poi-goods .ph-group {
    gap: 8px;
  }
}
.poi-goods .ph-group-content {
  border-radius: 10px;
  padding: 16px 16px 52px 16px;
  position: relative;
  width: calc(25% - 12px);
  border: solid 1px black;
  transition: all 0.2s;
  color: unset;
  background: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .poi-goods .ph-group-content {
    width: calc(50% - 8px);
    padding: 14px 14px 52px 14px;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group-content {
    overflow: hidden;
    padding: 0 0 32px 0;
    width: calc(50% - 4px);
  }
}
.poi-goods .ph-group-content:has(.ph-group-content-photo-super) {
  border: 6px #5E3EFB solid;
}
@media (max-width: 576px) {
  .poi-goods .ph-group-content:has(.ph-group-content-photo-super) {
    border-width: 2px;
    padding-top: 0px;
  }
}
.poi-goods .ph-group-content:hover {
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
}
.poi-goods .ph-group-content:hover .ph-group-content-otherlink a {
  color: #FFF;
  background: #5E3EFB;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content.box1 {
  padding: 16px;
  width: 100%;
  gap: 16px;
  display: flex;
  flex-wrap: nowrap;
}
.poi-goods .ph-group-content.box1 .ph-group-content-photo {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
}
.poi-goods .ph-group-content.box1 .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.poi-goods .ph-group-content.box1 .ph-group-content-photo .ph-group-content-tag {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  margin: 0;
}
.poi-goods .ph-group-content.box1 .ph-group-content-photo .ph-group-content-photo-super {
  right: 0px;
}
.poi-goods .ph-group-content.box1 .ph-group-content-text {
  width: 53%;
  display: inline-block;
  padding: 0 0 29px 0;
  position: relative;
}
.poi-goods .ph-group-content.box1 .ph-group-content-text .ph-group-content-text-price {
  bottom: 0;
}
.poi-goods .ph-group-content.box2 {
  width: 45%;
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 16px;
  position: unset;
}
.poi-goods .ph-group-content.box2 .ph-group-content-photo {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
}
.poi-goods .ph-group-content.box2 .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.poi-goods .ph-group-content.box2 .ph-group-content-photo .ph-group-content-tag {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  margin: 0;
}
.poi-goods .ph-group-content.box2 .ph-group-content-photo .ph-group-content-photo-super {
  right: 0px;
}
.poi-goods .ph-group-content.box2 .ph-group-content-text {
  width: calc(45% - 16px);
  display: inline-block;
  padding: 0 0 36px 0;
  position: relative;
}
.poi-goods .ph-group-content.box2 .ph-group-content-text-price {
  bottom: 0;
}
.poi-goods .ph-group-content.box3 {
  width: 30%;
  flex-grow: 1;
}
.poi-goods .ph-group-content-photo {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.poi-goods .ph-group-content-photo a {
  order: 2;
}
.poi-goods .ph-group-content-photo img {
  width: 100%;
}
.poi-goods .ph-group-content-photo .ph-group-content-photo-super {
  position: absolute;
  bottom: 0;
  right: -16px;
  font-size: 20px;
  font-weight: 700;
  background: #5E3EFB;
  color: #FFF;
  padding: 6px 8px;
  line-height: 1;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-photo .ph-group-content-photo-super {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group-content-photo .ph-group-content-photo-super {
    font-size: 14px;
    bottom: -1px;
  }
}
.poi-goods .ph-group-content-photo .ph-group-content-photo-super::after {
  content: "";
  background: url(../images/poi_super.svg) no-repeat top center;
  height: 32px;
  width: 12px;
  position: absolute;
  left: -12px;
  top: 0;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-photo .ph-group-content-photo-super::after {
    height: 30px;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group-content-photo .ph-group-content-photo-super::after {
    height: 26px;
    left: -9px;
  }
}
.poi-goods .ph-group-content-photo .ph-group-content-tag {
  display: block;
  width: calc(100% + 32px);
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  background: #0053F0;
  text-align: center;
  order: 1;
  margin-bottom: 16px;
  margin-left: -16px;
  margin-right: -16px;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-photo .ph-group-content-tag {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }
}
@media (max-width: 1200px) {
  .poi-goods .ph-group-content-photo .ph-group-content-tag {
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-right: -14px;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group-content-photo .ph-group-content-tag {
    margin-bottom: 0px;
  }
}
.poi-goods .ph-group-content-text-name {
  padding: 0;
  margin: 8px auto;
  color: #333333;
  background: unset;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group-content-text-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 8px;
  }
}
.poi-goods .ph-group-content-text-detail {
  margin: 8px auto;
  color: #515151;
  background: unset;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-detail {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-detail a {
  color: #515151;
  background: unset;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-detail a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group-content-text-detail {
    display: none;
  }
}
.poi-goods .ph-group-content-text-price {
  position: absolute;
  left: 50%;
  bottom: 16px;
  letter-spacing: 0.2px;
  font-family: "Montserrat", "Noto Sans TC";
  border-radius: 99em;
  padding: 0 16px;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #FFFFFF;
  background: #FA0735;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-price span {
  vertical-align: baseline !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-price span {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group-content-text-price {
    bottom: 8px;
    padding: 0 8px;
  }
}
.poi-goods .ph-group-content-text-sale {
  color: #0053F0;
  background: #E0EBFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-sale {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-sale a {
  padding: 8px;
  display: block;
  color: #0053F0;
  background: #E0EBFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-sale a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group-content-text-sale {
    display: none;
  }
}
.poi-goods .ph-group-content-otherlink {
  display: none;
  text-align: center;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
@media (max-width: 992px) {
  .poi-goods .ph-group-content-otherlink {
    bottom: 14px;
    right: 14px;
  }
}
.poi-goods .ph-group-content-otherlink a:empty {
  display: none;
}
.poi-goods .ph-group-content-otherlink a {
  color: #5E3EFB;
  background: unset;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 4px 16px;
  border: 2px solid #B1382F;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-otherlink a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods.poi-hide-menu .ph-menu {
  display: none;
}
.poi-goods .ph-menu {
  display: flex;
  justify-content: center;
  z-index: 99;
}
.poi-goods .ph-menu .slidecontain {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 16px;
  width: 100%;
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .poi-goods .ph-menu .slidecontain {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1%;
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .poi-goods .ph-menu .slidecontain li {
    width: 32.3%;
  }
}
.poi-goods .ph-menu .slidecontain li a {
  width: 220px;
  height: 225px;
  padding: 74px 0 0;
  display: block;
  background: url(../images/dialogbox-on.svg?v=0828) center center no-repeat;
  background-size: contain;
  color: #5958B7;
  font-size: 30px;
  font-weight: 700;
  transition: all 0.2s;
}
@media (max-width: 1200px) {
  .poi-goods .ph-menu .slidecontain li a {
    width: 100%;
    height: 31vw;
    font-size: 4vw;
    padding: 10vw 0 0 0;
  }
}
@media (max-width: 768px) {
  .poi-goods .ph-menu .slidecontain li a {
    padding: 11vw 0 0 0;
  }
}
.poi-goods .ph-menu .slidecontain li a div {
  position: relative;
  display: inline-block;
  font-size: 38px;
  font-weight: 700;
  color: #FF4F4F;
  vertical-align: baseline;
  padding: 0 4px;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 1200px) {
  .poi-goods .ph-menu .slidecontain li a div {
    font-size: 4vw;
    padding: 0 1px;
  }
}
.poi-goods .ph-menu .slidecontain li a span {
  vertical-align: baseline;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .poi-goods .ph-menu .slidecontain li a span {
    font-size: 2.5vw;
  }
}
.poi-goods .ph-menu .slidecontain li a:hover, .poi-goods .ph-menu .slidecontain li a.on {
  background: url(../images/dialogbox-normal.svg?v=0828) center center no-repeat;
  background-size: contain;
  filter: drop-shadow(0px 0px 10px #5047a7) drop-shadow(0px 0px 10px #463885);
}
.poi-goods .ph-menu .slidecontain li a.on {
  pointer-events: none;
  cursor: default;
}
.poi-goods.poi-hide-price .ph-group-content {
  padding: 16px;
}
@media (max-width: 992px) {
  .poi-goods.poi-hide-price .ph-group-content {
    padding: 14px;
  }
}
.poi-goods.poi-hide-price .ph-group-content .ph-group-content-text-price {
  display: none;
}
.poi-goods.poi-hide-price .ph-group-content .ph-group-content-text-sale {
  display: none;
}
.poi-goods.hide-ph-group-title .ph-group-title {
  display: none;
}

.menuArea {
  --color: #000000;
  --color-on: #000000;
  --btn-bg: #ffffff;
  --btn-bg-on: #FFFF21;
  --bg:#fe0231;
  font-size: 28px;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  z-index: 98;
  display: flex;
  justify-content: center;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .menuArea {
    font-size: 18px;
  }
}
.menuArea section {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}
@media (max-width: 768px) {
  .menuArea section {
    flex-wrap: wrap;
    width: 100%;
    gap: 12px;
  }
}
.menuArea a {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  padding: 8px 24px;
  border: solid 1px var(--color);
  color: var(--color);
  background: var(--btn-bg);
  text-align: center;
  align-content: center;
  transition: all 0.2s;
}
.menuArea a.on {
  background: var(--btn-bg-on) !important;
  color: var(--color-on) !important;
  font-weight: 700;
}
@media (min-width: 768px) {
  .menuArea a:hover {
    background: var(--btn-bg-on) !important;
    color: var(--color-on) !important;
  }
}
@media (max-width: 768px) {
  .menuArea a {
    width: calc(50% - 6px);
    padding: 16px 0;
  }
}
.menuArea.fixed {
  position: fixed;
  top: 52px;
  left: 0;
  background: var(--bg);
  font-size: 14px;
  padding: 12px;
}
.menuArea.fixed section {
  width: auto;
  flex-wrap: nowrap;
}
.menuArea.fixed a {
  padding: 4px 16px;
  width: auto;
}
@media (max-width: 768px) {
  .menuArea.fixed {
    top: 50px;
  }
}

.poi-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .poi-container {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-top: 0;
    padding: 40px 0;
  }
}

.poi-theme {
  position: relative;
}
.poi-theme .article {
  position: absolute;
  left: 304px;
  top: -65px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  color: #451102;
  width: min(600px, 100%);
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .poi-theme .article {
    position: relative;
    top: auto !important;
    left: auto !important;
    text-align: center;
    padding-bottom: 16px;
    margin-top: -9vw;
  }
}
@media (max-width: 768px) {
  .poi-theme .article {
    font-size: 14px;
  }
}
.poi-theme .article img {
  width: 100%;
}
.poi-theme .article div {
  width: min(564px, 100%);
  height: 88px;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(to right, #3a2009 0%, #c2a36f 100%);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .poi-theme .article div {
    height: auto;
  }
}
.poi-theme .article div p {
  background: linear-gradient(90deg, #ECD0A5 11.71%, #FFF7EC 53.48%, #DDBF91 92.27%);
  width: calc(100% - 6px);
  height: calc(100% - 3px);
  margin: 3px;
  border-radius: 0 0 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .poi-theme .article div p {
    padding: 1em 0.5em;
  }
}
.poi-theme.theme-1 {
  background: #FF69FE url(../images/theme-1.png?V=1213) center center no-repeat;
}
@media (max-width: 1200px) {
  .poi-theme.theme-1 {
    background: none;
  }
}
.poi-theme.theme-1 .ph-group-content-tag {
  color: #FFFFFF;
  background: #0053F0;
}
.poi-theme.theme-1 .ph-group-content-text-sale a {
  color: #0053F0;
  background: #E0EBFF;
}
.poi-theme.theme-1 .ph-group-content-text-price {
  color: #FFFFFF;
  background: #FA0735;
}
.poi-theme.theme-2 {
  background: #FFFF21 url(../images/theme-2.png) center center no-repeat;
}
.poi-theme.theme-2 .ph-group-content-tag {
  color: #FFFFFF;
  background: #0053F0;
}
.poi-theme.theme-2 .ph-group-content-text-sale a {
  color: #0053F0;
  background: #E0EBFF;
}
.poi-theme.theme-2 .ph-group-content-text-price {
  color: #FFFFFF;
  background: #FA0735;
}
.poi-theme.theme-3 {
  background: #FF69FE url(../images/theme-3.png) center center no-repeat;
}
.poi-theme.theme-3 .ph-group-content-tag {
  color: #FFFFFF;
  background: #0053F0;
}
.poi-theme.theme-3 .ph-group-content-text-sale a {
  color: #0053F0;
  background: #E0EBFF;
}
.poi-theme.theme-3 .ph-group-content-text-price {
  color: #FFFFFF;
  background: #FA0735;
}
.poi-theme.theme-4 {
  background: #FFFF21 url(../images/theme-4.png) center center no-repeat;
}
.poi-theme.theme-4 .ph-group-content-tag {
  color: #FFFFFF;
  background: #0053F0;
}
.poi-theme.theme-4 .ph-group-content-text-sale a {
  color: #0053F0;
  background: #E0EBFF;
}
.poi-theme.theme-4 .ph-group-content-text-price {
  color: #FFFFFF;
  background: #FA0735;
}
.poi-theme.theme-5 {
  background: #FF69FE url(../images/theme-5.png) center center no-repeat;
}
.poi-theme.theme-5 .ph-group-content-tag {
  color: #FFFFFF;
  background: #0053F0;
}
.poi-theme.theme-5 .ph-group-content-text-sale a {
  color: #0053F0;
  background: #E0EBFF;
}
.poi-theme.theme-5 .ph-group-content-text-price {
  color: #FFFFFF;
  background: #FA0735;
}

nav.nav {
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: sticky;
  top: 0;
  color: #FFFF21;
  background: #030201;
  /*黏*/
}
nav.nav .nav-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0 24px;
}
nav.nav .nav-list * {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  nav.nav .nav-list * {
    font-size: 18px;
    font-weight: 700;
  }
}
@media (max-width: 576px) {
  nav.nav .nav-list {
    margin: 0px auto;
    padding: 0px;
  }
}
nav.nav .nav-list .nav-tab {
  transition: all 0.2s;
  cursor: pointer;
  text-align: center;
  position: relative;
  padding: 16px;
  white-space: nowrap;
  color: unset;
  background: unset;
}
nav.nav .nav-list .nav-tab:hover, nav.nav .nav-list .nav-tab.on {
  color: #FFFF21;
  background: #FE0231;
}
nav.nav .nav-list .nav-tab div {
  position: relative;
}
nav.nav .nav-list .nav-tab div.icon {
  padding-right: 36px;
}
nav.nav .nav-list .nav-tab img {
  position: absolute;
  right: -12px;
  top: -12px;
}
@media (max-width: 576px) {
  nav.nav .nav-list .nav-tab {
    width: 50%;
    padding: 16px 0;
  }
}
nav.nav.sticky {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0px auto;
}
nav.nav .poi-list {
  color: #949E39;
  background: #949E39;
  width: 100%;
  top: 0px;
  left: 0;
  text-align: center;
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 16px;
  padding: 12px 24px;
  position: relative;
}
@media (max-width: 576px) {
  nav.nav .poi-list {
    flex-wrap: nowrap;
    justify-content: left;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
  }
}
nav.nav .poi-list .poi-tab {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #FFF;
  background: unset;
}
nav.nav .poi-list .poi-tab:hover {
  color: #23294C;
  background: unset;
}

body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  scroll-padding: 50px 0 0 50px !important;
  background: #FF69FE;
  background-position-y: 600px;
  color: #333;
}

body.event {
  background: #FF69FE;
}
body.event .kv-banner {
  background: url(../images/kv-pc-12.jpg) top center no-repeat;
}
@media (max-width: 1200px) {
  body.event .kv-banner {
    background: none;
  }
}

body * {
  font-family: "Montserrat", "Noto Sans TC", "微軟正黑體";
  box-sizing: border-box;
  vertical-align: top;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body * {
    line-height: 1.3;
  }
}

.goTop {
  display: inline-block;
  position: fixed;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  padding: 10px 10px 2px 10px;
  border-radius: 5em;
  font-size: 12px;
  line-height: 3em;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
.goTop:hover {
  padding-top: 30px;
  background-color: rgb(0, 0, 0);
  transition: all 0.2s;
}
.goTop::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 18px;
  width: 0;
  height: 0;
  border: 4px solid #000;
  border-color: transparent transparent #fff;
}

.kv-banner {
  position: relative;
  height: 450px;
  background: url(../images/kv-pc-12.jpg) top center no-repeat;
  max-width: 1920px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .kv-banner {
    background: none;
    height: auto;
  }
}
.kv-banner h1 {
  display: none;
}
@media (max-width: 1200px) {
  .kv-banner h1 {
    display: block;
  }
}
.kv-banner h1 img {
  width: 100%;
}
.kv-banner .kv-somethings {
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  position: absolute;
}
.kv-banner .kv-somethings .membermonthly-icon {
  position: absolute;
  right: -480px;
  bottom: -190px;
  animation: updown infinite 0.8s alternate ease;
}
@media (max-width: 1200px) {
  .kv-banner .kv-somethings .membermonthly-icon {
    right: -45vw;
    bottom: -29vw;
  }
}
.kv-banner .kv-somethings .membermonthly-icon img {
  max-width: 250px;
}
@media (max-width: 1200px) {
  .kv-banner .kv-somethings .membermonthly-icon img {
    max-width: inherit;
    width: 30vw;
  }
}

.animation {
  position: relative;
}
.animation img {
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 0;
}
.animation img.cuteA {
  animation: cuteA 8s linear infinite;
}
@keyframes cuteA {
  0% {
    opacity: 0;
    transform: translate(173%, -18%);
  }
  25% {
    opacity: 0.7;
    transform: translate(143%, 12%) rotate(-10deg);
    filter: hue-rotate(-10deg);
  }
  50% {
    opacity: 0.3;
    transform: translate(103%, 7%) rotate(0deg);
    filter: hue-rotate(0deg);
  }
  70% {
    opacity: 1;
    transform: translate(93%, 20%) rotate(-20deg);
  }
  90% {
    opacity: 1;
    transform: translate(90%, 23%) rotate(-20deg);
  }
  100% {
    opacity: 0;
    transform: translate(85%, 28%) rotate(-10deg);
    filter: hue-rotate(-10deg);
  }
}
.animation img.cuteB {
  animation: cuteB 6s linear infinite;
}
@keyframes cuteB {
  0% {
    opacity: 0;
    transform: translate(-382%, 105%);
  }
  45% {
    opacity: 0.6;
    transform: translate(-312%, 85%) rotate(-10deg);
    filter: hue-rotate(-10deg);
  }
  70% {
    opacity: 1;
    transform: translate(-262%, 85%);
    filter: hue-rotate(0deg);
  }
  90% {
    opacity: 1;
    transform: translate(-259%, 88%);
    filter: hue-rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate(-242%, 95%) rotate(10deg);
    filter: hue-rotate(-10deg);
  }
}
@media (max-width: 1200px) {
  .animation {
    display: none;
  }
}

.nav-page {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 0 24px;
  z-index: 99;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .nav-page {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .nav-page {
    gap: 0;
    font-size: 18px;
    font-weight: 700;
  }
}
.nav-page .nav-page-tab {
  position: relative;
  color: #5E3EFB;
  background: white;
  padding: 8px 32px;
  transform: skewX(-25deg);
  box-shadow: 10px 10px 0px #5E3EFB;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .nav-page .nav-page-tab {
    width: 35%;
    box-shadow: 5px 5px 0px #5E3EFB;
    padding: 8px;
  }
}
@media (max-width: 768px) {
  .nav-page .nav-page-tab:first-child {
    width: 65%;
  }
}
.nav-page .nav-page-tab:hover, .nav-page .nav-page-tab.on {
  color: white;
  background: #5E3EFB;
  box-shadow: 10px 10px 0px white;
}
.nav-page .nav-page-tab:hover div span, .nav-page .nav-page-tab.on div span {
  color: #5E3EFB;
}
@media (max-width: 768px) {
  .nav-page .nav-page-tab:hover, .nav-page .nav-page-tab.on {
    box-shadow: 5px 5px 0px white;
  }
}
.nav-page .nav-page-tab.on {
  pointer-events: none;
  cursor: default;
}
.nav-page .nav-page-tab.on:after {
  content: "";
  display: inline-block;
  width: 61px;
  height: 56px;
  background: url(../images/arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: skewX(25deg) translate(-40%, 75%);
}
@media (max-width: 768px) {
  .nav-page .nav-page-tab.on:after {
    width: 40px;
    height: 40px;
  }
}
.nav-page .nav-page-tab div {
  transform: skewX(25deg);
}
.nav-page .nav-page-tab div span {
  display: inline-block;
  background: #ffadd6;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  width: 4em;
  height: 4em;
  align-content: center;
  line-height: 1.2;
  margin: 2px 0 0 4px;
}
@media (max-width: 768px) {
  .nav-page .nav-page-tab div span {
    width: auto;
    height: auto;
    padding: 2px 8px;
    border-radius: 5px;
  }
  .nav-page .nav-page-tab div span br {
    display: none;
  }
}
.nav-page .nav-page-tab div br.m {
  display: none;
}
@media (max-width: 992px) {
  .nav-page .nav-page-tab div br.m {
    display: block;
  }
}

.nav-page.fixed {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  background: white;
  gap: 0;
}
@media (max-width: 768px) {
  .nav-page.fixed {
    font-size: 18px;
    font-weight: 700;
  }
}
.nav-page.fixed .nav-page-tab {
  transform: none;
  box-shadow: none;
  padding: 16px 32px;
}
@media (max-width: 768px) {
  .nav-page.fixed .nav-page-tab {
    padding: 14px 0;
  }
}
.nav-page.fixed .nav-page-tab:not(:last-child) {
  border-right: solid 1px white;
}
.nav-page.fixed .nav-page-tab.on {
  box-shadow: none;
  transform: none;
}
.nav-page.fixed .nav-page-tab.on:after {
  width: 25px;
  height: 25px;
  transform: translate(-20%, -20%);
}
@media (max-width: 768px) {
  .nav-page.fixed .nav-page-tab.on:after {
    display: none;
  }
}
.nav-page.fixed .nav-page-tab div {
  transform: none;
}
.nav-page.fixed .nav-page-tab div span {
  width: auto;
  height: auto;
  padding: 2px 8px;
  border-radius: 5px;
  margin: 6px 0 0 4px;
}
.nav-page.fixed .nav-page-tab div span br {
  display: none;
}

.nav-gradient {
  position: relative;
  height: 40px;
}
@media (max-width: 768px) {
  .nav-gradient {
    height: 24px;
  }
}
.nav-gradient::after {
  content: "";
  display: block;
  width: 100%;
  height: 170px;
  background: linear-gradient(90deg, #F47FDA 0%, #5E3EFB 100%);
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 992px) {
  .nav-gradient::after {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .nav-gradient::after {
    height: 120px;
  }
}

.bnad {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .bnad {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .bnad {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) and (max-width: 992px) {
  .bnad {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.bnad img {
  width: 100%;
}

.h2-title {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 992px) {
  .h2-title {
    margin-bottom: 24px;
  }
}
.h2-title img {
  width: min(545px, 100%);
}

.h3-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFFDBE;
  text-align: center;
  margin-bottom: 24px;
}

.memberWish {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #0053F0 url(../images/memberWish-bg.png) center center no-repeat;
}
@media (max-width: 992px) {
  .memberWish {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.memberWish .joinmember_btn {
  position: relative;
  display: block;
  margin: 0px auto;
  width: 100%;
  max-width: 280px;
  font-size: 24px;
  font-weight: 700;
  padding: 8px 16px;
  color: #ffffff;
  background: linear-gradient(180deg, #FEC4FE 0%, #FF69FE 100%);
  box-shadow: 0px 3px 0px 0px #972C96;
  text-align: center;
  border-radius: 10px;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .memberWish .joinmember_btn {
    font-size: 20px;
    font-weight: 700;
  }
}
.memberWish .joinmember_btn:hover {
  transform: translateY(5px);
  filter: brightness(1.1);
}
.memberWish .joinmember_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 44px;
  height: 44px;
  background: url(../images/finger.svg) top center no-repeat;
  transform: translate(35%, -20%);
  animation: finger 0.3s linear infinite alternate;
}
@keyframes finger {
  to {
    transform: translate(30%, -25%);
  }
}
.memberWish .memberImg {
  margin: 0px auto 40px auto;
}
.memberWish .memberImg img {
  max-width: 1200px;
  width: 100%;
  transition: 0.2s;
}
.memberWish .memberImg img.pc {
  display: block;
}
@media (max-width: 768px) {
  .memberWish .memberImg img.pc {
    display: none;
  }
}
.memberWish .memberImg img.m {
  display: none;
}
@media (max-width: 768px) {
  .memberWish .memberImg img.m {
    display: block;
  }
}
.memberWish ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 24px 8px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .memberWish ul {
    margin-bottom: 24px;
  }
}
.memberWish ul li {
  display: inline-block;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  flex-grow: 0;
}
@media (max-width: 768px) {
  .memberWish ul li {
    width: calc(50% - 4px);
  }
}
.memberWish ul li .photo {
  display: block;
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
.memberWish ul li .photo img {
  width: 100%;
  max-width: 180px;
}
.memberWish ul li .text {
  display: block;
  width: 100%;
  text-align: center;
}
.memberWish ul li .text h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 8px auto;
  color: #ffffff;
}
@media (max-width: 768px) {
  .memberWish ul li .text h3 {
    font-size: 18px;
    font-weight: 700;
  }
}
.memberWish ul li .text mark {
  font-size: 16px;
  font-weight: 700;
  color: #0053F0;
  background: #FFFF21;
  border-radius: 5rem;
  padding: 0.1em 0.4em 0;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 768px) {
  .memberWish ul li .text mark {
    font-size: 14px;
    font-weight: 700;
  }
}
.memberWish ul li .text p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 768px) {
  .memberWish ul li .text p {
    font-size: 12px;
    font-weight: 700;
  }
}

.noteInformation {
  background: url(../images/noteInformation-bg.png) center center no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .noteInformation {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.noteInformation ul {
  background: #fff;
  border: solid 1px black;
  padding: 40px;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .noteInformation ul {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .noteInformation ul {
    padding: 24px;
  }
}
.noteInformation ul li {
  list-style-type: disc;
  margin-left: 1em;
  padding: 4px 0;
}
.noteInformation ul li a {
  color: #6813AE;
}
.noteInformation ul li a:hover {
  text-decoration: underline;
}
.noteInformation.note {
  background: linear-gradient(270deg, #630094 0%, #7548F5 100%);
}

.noteEvent {
  background: url(../images/event/noteEvent-bg.png) center center no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .noteEvent {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.noteEvent ul {
  background: #fff;
  border: solid 1px black;
  padding: 40px;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .noteEvent ul {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .noteEvent ul {
    padding: 24px;
  }
}
.noteEvent ul li {
  list-style-type: disc;
  margin-left: 1em;
  padding: 4px 0;
}
.noteEvent ul li a {
  color: #6813AE;
}
.noteEvent ul li a:hover {
  text-decoration: underline;
}
.noteEvent.note {
  background: linear-gradient(270deg, #630094 0%, #7548F5 100%);
}

.decoration * {
  position: absolute;
  pointer-events: none;
  mix-blend-mode: screen;
  z-index: -1;
}
@media (max-width: 1200px) {
  .decoration {
    display: none;
  }
}
.decoration .d-1 {
  left: -450px;
  top: 350px;
}
.decoration .d-2 {
  right: -410px;
  top: 100px;
}
.decoration .d-3 {
  left: -450px;
  top: 1850px;
}
.decoration .d-4 {
  right: -410px;
  top: 1600px;
}
.decoration .d-5 {
  left: -450px;
  top: 3350px;
}
.decoration .d-6 {
  right: -410px;
  top: 3100px;
}
.decoration .d-7 {
  left: -450px;
  top: 4850px;
}
.decoration .d-8 {
  right: -410px;
  top: 4600px;
}

.event {
  background: url(../images/event/event-bg.png) center center no-repeat;
  --btn-1-color: #FF69FE;
  --btn-1-shadow: #20349D;
  --btn-1-hover: #FF7EFE;
  --btn-2-color: #014EC4;
  --btn-2-shadow: #20349D;
  --btn-2-hover: #005BE5;
}
.event .ticket {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .event .ticket {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .event .ticket section {
    width: 100%;
  }
}
.event .ticket img {
  width: 100%;
}
.event .ticket .ticket-btn {
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .event .ticket .ticket-btn {
    width: 100%;
    transform: none;
  }
}
.event .ticket .ticket-btn img {
  width: 100%;
  vertical-align: middle;
}
.event .ticket .ticket-btn img.btn-d {
  position: absolute;
  right: 24px;
  top: -8px;
  width: 20px;
}
@media (max-width: 1200px) {
  .event .ticket .ticket-btn img.btn-d {
    width: 1.5vw;
    right: 14%;
    top: -6%;
  }
}
@media (max-width: 768px) {
  .event .ticket .ticket-btn img.btn-d {
    width: 3vw;
    right: 12%;
    top: -28%;
  }
}
.event .ticket .ticket-btn a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 180px;
  border-radius: 99em;
  transition: all 0.2s;
}
@media (max-width: 1200px) {
  .event .ticket .ticket-btn a {
    width: 13vw;
  }
}
@media (max-width: 768px) {
  .event .ticket .ticket-btn a {
    width: 40%;
  }
}
.event .ticket .ticket-btn a:hover {
  transform: translateY(5px);
}
.event .ticket .ticket-btn a:first-of-type {
  background-color: var(--btn-1-color);
  box-shadow: 0 5px 0 var(--btn-1-shadow);
  right: 230px;
  bottom: 65px;
}
@media (max-width: 1200px) {
  .event .ticket .ticket-btn a:first-of-type {
    right: 21%;
    bottom: 11%;
  }
}
@media (max-width: 768px) {
  .event .ticket .ticket-btn a:first-of-type {
    right: 48%;
    bottom: 3%;
  }
}
.event .ticket .ticket-btn a:first-of-type:hover {
  box-shadow: 0 0 0 var(--btn-1-shadow);
  background-color: var(--btn-1-hover);
}
.event .ticket .ticket-btn a:last-of-type {
  background-color: var(--btn-2-color);
  box-shadow: 0 5px 0 var(--btn-2-shadow);
  right: 38px;
  bottom: 65px;
}
@media (max-width: 1200px) {
  .event .ticket .ticket-btn a:last-of-type {
    right: 3%;
    bottom: 11%;
  }
}
@media (max-width: 768px) {
  .event .ticket .ticket-btn a:last-of-type {
    right: 5%;
    bottom: 3%;
  }
}
.event .ticket .ticket-btn a:last-of-type:hover {
  box-shadow: 0 0 0 var(--btn-2-shadow);
  background-color: var(--btn-2-hover);
}
.event .ticket .ticket-coupon {
  position: relative;
}
.event .ticket .ticket-coupon a {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 227px;
  transition: all 0.2s;
}
.event .ticket .ticket-coupon a:hover {
  transform: translateY(4px);
}
.event .ticket .ticket-coupon a:hover img {
  transition: all 0.2s;
  filter: brightness(1.1);
}
@media (max-width: 1200px) {
  .event .ticket .ticket-coupon a {
    width: 18vw;
  }
}
@media (max-width: 768px) {
  .event .ticket .ticket-coupon a {
    width: 20vw;
  }
}
.event .ticket .ticket-coupon a:first-of-type {
  left: 730px;
  bottom: 38px;
  filter: drop-shadow(0px 8px 0px #D1000E);
}
.event .ticket .ticket-coupon a:first-of-type:hover {
  filter: drop-shadow(0px 4px 0px #D1000E);
}
@media (max-width: 1200px) {
  .event .ticket .ticket-coupon a:first-of-type {
    left: 62%;
    bottom: 34%;
  }
}
@media (max-width: 768px) {
  .event .ticket .ticket-coupon a:first-of-type {
    left: 70%;
    bottom: 37%;
    filter: drop-shadow(0px 4px 0px #D1000E);
  }
  .event .ticket .ticket-coupon a:first-of-type:hover {
    filter: drop-shadow(0px 2px 0px #D1000E);
  }
}

.introduction {
  background: #FFFF21 url(../images/event/introduction-bg.png) center top no-repeat;
}
.introduction .logo {
  text-align: center;
}
.introduction .logo img {
  width: min(921px, 100%);
}
.introduction .video {
  width: 100%;
  height: auto;
  padding: 55px 50px;
  background: url(../images/event/event-video.png) center top/100% no-repeat;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .introduction .video {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .introduction .video {
    padding: 4.5vw 4vw;
  }
}
.introduction .video iframe {
  width: 100%;
  max-width: 1208px;
  height: 100%;
  aspect-ratio: 16/9;
}
.introduction .brand {
  margin-top: -80px;
}
@media (max-width: 768px) {
  .introduction .brand {
    margin-top: -24px;
  }
}
.introduction .brand img {
  width: 100%;
}
.introduction .photo-swiper {
  position: relative;
  background: url(../images/event/photo-swiper-bg.png) center top/100% no-repeat;
}
.introduction .photo-swiper .swiper {
  aspect-ratio: 16/9;
  width: 92%;
  margin: 50px 0% 50px 5%;
  display: inline-block;
}
@media (max-width: 768px) {
  .introduction .photo-swiper .swiper {
    margin: 5%;
  }
}
.introduction .photo-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.introduction .photo-swiper .d {
  position: absolute;
  left: 0;
  top: 310px;
  z-index: 1;
  width: min(186px, 16vw);
}
@media (max-width: 1200px) {
  .introduction .photo-swiper .d {
    top: 42%;
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  background: var(--swiper-pagination-bullet-inactive-color, #fff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
  transition: all 0.2s;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.8);
}

.winners-list .stay-tuned {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: white;
}
@media (max-width: 768px) {
  .winners-list .stay-tuned {
    font-size: 20px;
  }
}
.winners-list .stay-tuned img {
  width: 100%;
}

table.award {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
}
@media (max-width: 768px) {
  table.award {
    font-size: 12px;
  }
}
table.award th {
  background-color: #ef30ef;
  color: #FFF;
  width: 20%;
  text-align: center;
}
table.award td {
  text-align: justify;
  text-align: center;
  padding: 8px 4px;
  border: 1px solid #000;
  color: #000;
}
@media (max-width: 768px) {
  table.award tr:nth-of-type(1) td {
    width: 68%;
  }
}

.goTo-note {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .goTo-note {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.goTo-note a {
  position: relative;
  display: inline-block;
  padding: 16px 60px;
  font-size: 24px;
  font-weight: 700;
  background: #030201;
  color: #fff;
  transition: all 0.2s;
  border-radius: 5em;
}
.goTo-note a .finger {
  width: 100%;
  max-width: 46px;
  position: absolute;
  right: 0;
  top: 20px;
  transform: rotate(-15deg);
  animation: finger 0.6s linear infinite;
}
@keyframes finger {
  0% {
    transform: translate(0, 0px) rotate(-15deg);
  }
  100% {
    transform: translate(0, -10px) rotate(-15deg);
  }
}
.goTo-note a:hover {
  transform: translateY(-5px);
}

.describe {
  margin-bottom: 80px;
  color: #52341F;
  text-align: center;
}
@media (max-width: 992px) {
  .describe {
    margin-bottom: 40px;
  }
}

.describe-content {
  background: #FCF0D1 url(../images/describe-bg.png) center top;
  border-radius: 20px;
  position: relative;
  padding: 12px;
}
.describe-content .describe-text {
  border-radius: 20px;
  padding: 28px;
  border: solid 2px #211306;
}
@media (max-width: 1200px) {
  .describe-content .describe-text {
    padding: 12px;
  }
}
.describe-content .describe-text h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2em;
  letter-spacing: 4px;
  padding-bottom: 24px;
  background: linear-gradient(0deg, #462204 0%, #B88C3A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  .describe-content .describe-text h3 {
    font-size: 24px;
    padding-bottom: 12px;
  }
}
.describe-content .describe-text h3 img {
  display: inline-block;
  height: 1em;
  padding: 0 0.4em;
}
@media (max-width: 768px) {
  .describe-content .describe-text h3 img {
    display: none;
  }
}
.describe-content .describe-text p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (max-width: 1200px) {
  .describe-content .describe-text p {
    font-size: 14px;
  }
}
.describe-content .describe-text p span {
  background: linear-gradient(to right, #ffffff 0%, #fae4ac 100%);
  border-radius: 5em;
  padding: 0.1em 0 0.1em 0.5em;
}/*# sourceMappingURL=all.css.map */