@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");
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, a:hover {
  text-decoration: none;
}

.containers {
  max-width: 1210px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1500px) {
  .containers {
    max-width: 900px;
  }
}
@media (max-width: 1200px) {
  .containers {
    max-width: 1210px;
  }
}

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

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

@keyframes updown {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes updown2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes wishColor {
  0% {
    color: #FFF;
  }
  100% {
    color: #E6E900;
  }
}
.poi {
  padding: 0 0 0px 0;
}
.get-poi-list {
  display: none;
}

.poi-goods {
  padding: 0px 0;
  position: relative;
  z-index: 0;
  text-align: center;
  /*三個一排*/
  /*切換*/
  /*一般的樣式*/
  /*poi選單*/
}
.poi-goods .ph {
  margin: 80px auto 16px auto;
}
@media (max-width: 992px) {
  .poi-goods .ph {
    margin: 40px auto 16px auto;
  }
}
.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;
  padding: 16px 0;
  color: #fff;
  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: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group {
  display: flex;
  margin: 0px auto 160px auto;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  gap: 16px;
}
@media (max-width: 992px) {
  .poi-goods .ph-group {
    margin: 0px auto 80px auto;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group {
    justify-content: flex-start;
    gap: 8px;
  }
}
.poi-goods .ph-group::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -25px;
  background: linear-gradient(0deg, #FF72BD 0%, #FF72BD 100%);
  border-radius: 100px 100px 30px 30px;
  width: calc(100% + 50px);
  height: calc(100% + 145px);
  z-index: -1;
}
@media (max-width: 992px) {
  .poi-goods .ph-group::before {
    border-radius: 60px 60px 20px 20px;
    width: calc(100% + 50px);
    height: calc(100% + 100px);
    top: -80px;
  }
}
.poi-goods .ph-group-content {
  border-radius: 10px;
  padding: 16px 16px 52px 16px;
  position: relative;
  width: calc(33.3333333333% - 11px);
  transition: 0.3s;
  color: unset;
  background: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .poi-goods .ph-group-content {
    width: calc(50% - 16px);
    padding: 14px 14px 43px 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.soldout .ph-group-content-photo {
  position: relative;
}
.poi-goods .ph-group-content.soldout .ph-group-content-photo::before {
  content: "";
  background: url(../images/soldout.png) top center no-repeat;
  width: 80%;
  height: 50%;
  aspect-ratio: 405/230;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background-size: contain;
}
@media (max-width: 576px) {
  .poi-goods .ph-group-content.soldout .ph-group-content-photo::before {
    width: 100%;
    height: 56%;
  }
}
.poi-goods .ph-group-content:has(.ph-group-content-photo-super) {
  border: 6px #FBFF4D 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: #5AC4F1;
}
@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;
}
.poi-goods .ph-group-content.movie-box2 {
  width: 45%;
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 16px;
  position: unset;
}
.poi-goods .ph-group-content.movie-box2 .ph-group-content-photo {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
}
.poi-goods .ph-group-content.movie-box2 .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.poi-goods .ph-group-content.movie-box2 .ph-group-content-photo .ph-group-content-tag {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  margin: 0;
}
.poi-goods .ph-group-content.movie-box2 .ph-group-content-photo .ph-group-content-photo-super {
  right: 0px;
}
.poi-goods .ph-group-content.movie-box2 .ph-group-content-text {
  width: calc(45% - 16px);
  display: inline-block;
  padding: 0 0 36px 0;
  position: relative;
}
.poi-goods .ph-group-content.movie-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: 18px;
  font-weight: 700;
  color: #FF5400;
  background: #FFF600;
  padding: 6px 8px;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-photo .ph-group-content-photo-super {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .poi-goods .ph-group-content-photo .ph-group-content-photo-super {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .poi-goods .ph-group-content-photo .ph-group-content-photo-super {
    font-size: 18px;
    font-weight: 700;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .poi-goods .ph-group-content-photo .ph-group-content-photo-super {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group-content-photo .ph-group-content-photo-super {
    font-size: 14px;
    right: 0;
  }
}
.poi-goods .ph-group-content-photo .ph-group-content-photo-super::after {
  content: "";
  background: url(../images/poi_super.svg?v=20251117) no-repeat top center;
  height: 30px;
  width: 12px;
  position: absolute;
  left: -12px;
  top: 0;
}
@media (max-width: 1500px) {
  .poi-goods .ph-group-content-photo .ph-group-content-photo-super::after {
    height: 27px;
  }
}
@media (max-width: 1200px) {
  .poi-goods .ph-group-content-photo .ph-group-content-photo-super::after {
    height: 30px;
  }
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-photo .ph-group-content-photo-super::after {
    height: 28px;
  }
}
@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: #2333E5;
  background: #DDF3FF;
  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: 992px) {
  .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: #542700;
  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: 14px;
    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 {
  word-break: break-all;
  margin: 8px auto;
  height: 100%;
  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;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group-content-text-detail {
    display: none;
  }
}
.poi-goods .ph-group-content-text-detail a {
  color: #515151;
  background: unset;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  height: 100%;
  word-break: break-all;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-detail a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.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: #fff;
  background: #2333E5;
  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: #fff;
  background: #FF5400;
  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;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group-content-text-sale {
    display: none;
  }
}
.poi-goods .ph-group-content-text-sale a {
  padding: 8px;
  display: block;
  color: #fff;
  background: #FF5400;
  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;
  }
}
.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: #5AC4F1;
  background: unset;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 4px 16px;
  border: 2px solid #3e43ff;
  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;
}
@media (max-width: 576px) {
  .poi-goods .ph-menu {
    flex-wrap: nowrap;
    justify-content: left;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
  }
}
.poi-goods .ph-menu .slidecontain {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0px;
  width: 100%;
}
@media (max-width: 576px) {
  .poi-goods .ph-menu .slidecontain {
    flex-wrap: nowrap;
    justify-content: flex-start;
    display: inline-flex;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-menu .slidecontain li {
    flex-shrink: 0;
    width: auto;
    flex-grow: 0;
  }
}
.poi-goods .ph-menu .slidecontain li a {
  padding: 8px 16px;
  display: block;
  border-radius: 50px;
}
@media (max-width: 576px) {
  .poi-goods .ph-menu .slidecontain li a {
    padding: 5px 10px;
  }
}
.poi-goods .ph-menu .slidecontain li:hover a, .poi-goods .ph-menu .slidecontain li.on a {
  font-weight: 700;
}
.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;
}

.poi-goods.fit .ph-group-content-photo .ph-group-content-tag {
  color: #0005D1;
  background: #E8EAFF;
}
.poi-goods.fit .ph-group-content-text-sale a {
  color: #002C5C;
  background: #E6E900;
}
.poi-goods.fit .ph-group-content-text-price {
  color: #fff;
  background: #814000;
}

/*影片part*/
.get-movie-goods {
  display: none;
}

.movie-goods-content {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  background: #FF46A8;
  border-radius: 38px;
  padding: 24px 80px;
  gap: 100px;
  position: relative;
  overflow: hidden;
  align-items: stretch;
  /*許願區*/
}
@media (max-width: 1500px) {
  .movie-goods-content {
    gap: 10px;
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .movie-goods-content {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .movie-goods-content {
    padding: 8px;
    border-radius: 12px;
  }
}
.movie-goods-content::before {
  content: "";
  background: url(../images/movie-title-poi.png?v=20251117-3) no-repeat top center;
  height: 259px;
  width: 24px;
  position: absolute;
  left: 30px;
  top: 30px;
}
@media (max-width: 1500px) {
  .movie-goods-content::before {
    content: unset;
  }
}
.movie-goods-content.poi-wish-content {
  background: url(../images/poi-wish-bg.jpg?v=20251117-2) no-repeat top center;
  background-size: cover;
  width: 100%;
  justify-content: left;
  gap: 20px;
  padding: 24px 40px 24px 80px;
}
@media (max-width: 1500px) {
  .movie-goods-content.poi-wish-content {
    padding: 24px;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .movie-goods-content.poi-wish-content {
    padding: 8px;
  }
}
.movie-goods-content.poi-wish-content::before {
  content: unset;
}
.movie-goods-content.poi-wish-content .ph-group-content {
  max-width: 635px;
}
@media (max-width: 992px) {
  .movie-goods-content.poi-wish-content .ph-group-content {
    width: 40% !important;
  }
}
@media (max-width: 768px) {
  .movie-goods-content.poi-wish-content .ph-group-content {
    width: 40% !important;
  }
}
.movie-goods-content.poi-wish-content .poi-wish-title {
  align-items: center;
  display: flex;
  width: 47%;
}
.movie-goods-content.poi-wish-content .poi-wish-title img {
  width: 100%;
}
.movie-goods-content .ph-group-content {
  width: 100% !important;
}
@media (max-width: 992px) {
  .movie-goods-content .ph-group-content {
    flex-grow: 1;
    width: 40% !important;
  }
}
.movie-goods-content .get-movie-img {
  width: 45%;
  position: relative;
  flex-grow: 1;
  min-height: 490px;
}
@media (max-width: 992px) {
  .movie-goods-content .get-movie-img {
    width: 40%;
    min-height: unset;
  }
}
.movie-goods-content .get-movie-img::before {
  content: "";
  background: url(../images/movie-title-img.png?v=20251117-3) no-repeat top center;
  height: 145px;
  width: 24px;
  position: absolute;
  left: -42px;
  top: 6px;
}
@media (max-width: 1500px) {
  .movie-goods-content .get-movie-img::before {
    content: unset;
    left: unset;
    right: -42px;
  }
}
@media (max-width: 768px) {
  .movie-goods-content .get-movie-img::before {
    content: unset;
  }
}
.movie-goods-content .get-movie-img .movie-youtube {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.movie-goods-content .get-movie-img iframe {
  min-height: 280px;
  aspect-ratio: 16/9;
}
.movie-goods-content .get-movie-img img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.movie-goods-content .get-movie-img img.movie-img-hand {
  max-width: 59px;
  width: 100%;
  height: auto;
  position: absolute;
  right: -68px;
  bottom: -31px;
}
@media (max-width: 1500px) {
  .movie-goods-content .get-movie-img img.movie-img-hand {
    right: -29px;
  }
}
@media (max-width: 768px) {
  .movie-goods-content .get-movie-img img.movie-img-hand {
    right: -22px;
    bottom: -23px;
  }
}
@media (max-width: 576px) {
  .movie-goods-content .get-movie-img img.movie-img-hand {
    right: -10px;
    bottom: -14px;
    max-width: 50px;
  }
}
.movie-goods-content .get-movie-img img.movie-img-hand:hover {
  filter: brightness(105%);
}

@media (max-width: 1200px) {
  #infor nav.nav.nav-side .poi-list {
    padding: 8px 0;
  }
}

nav.nav {
  scrollbar-gutter: stable overlay;
  z-index: 49;
  /*黏人驚*/
}
nav.nav .poi-list {
  color: unset;
  background: #2333E5;
  width: 100%;
  top: 0px;
  left: 0;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 16px;
  padding: 12px 24px;
  position: relative;
}
nav.nav .poi-list * {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  nav.nav .poi-list * {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 1200px) {
  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-list-sec {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 1200px) {
  nav.nav .poi-list .poi-list-sec {
    white-space: nowrap;
  }
}
nav.nav .poi-list .poi-list-sec.on .poi-list-sec-title {
  color: #FF5D34;
  background: #FFF600;
}
nav.nav .poi-list .poi-list-sec.on .poi-list-sec-title a {
  color: #FF5D34;
  background: unset;
}
nav.nav .poi-list .poi-list-sec:hover .poi-list-sec-title {
  color: #FF5D34;
  background: #FFF600;
}
nav.nav .poi-list .poi-list-sec:hover .poi-list-sec-title a {
  color: #FF5D34;
  background: unset;
}
nav.nav .poi-list .poi-list-sec .poi-list-sec-title {
  color: #fff;
  background: #FF5D34;
}
nav.nav .poi-list .poi-list-sec .poi-list-sec-title a {
  color: #fff;
  background: unset;
}
nav.nav .poi-list .poi-list-sec.other-tab {
  color: #fff;
  background: #FF5D34;
  border-radius: 99em;
}
nav.nav .poi-list .poi-list-sec.other-tab:hover {
  color: #FF5D34;
  background: #FFF600;
}
nav.nav .poi-list .poi-list-sec.other-tab:hover a {
  color: #FF5D34;
  background: unset;
}
nav.nav .poi-list .poi-list-sec.other-tab.on {
  color: #FF5D34;
  background: #FFF600;
}
nav.nav .poi-list .poi-list-sec.other-tab.on a {
  color: #FF5D34;
  background: unset;
}
nav.nav .poi-list .poi-list-sec.other-tab a {
  color: #fff;
  background: unset;
  padding: 8px 16px;
}
@media (max-width: 576px) {
  nav.nav .poi-list .poi-list-sec.other-tab a {
    padding: 8px 2px;
  }
}
@media (max-width: 1200px) {
  nav.nav .poi-list .poi-list-sec.off {
    width: 33%;
  }
  nav.nav .poi-list .poi-list-sec.off .poi-list-sec-text {
    display: none;
  }
}
nav.nav .poi-list .poi-list-sec-text {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 16px;
  color: #fff;
  background: unset;
}
@media (max-width: 768px) {
  nav.nav .poi-list .poi-list-sec-text {
    padding: 0 8px;
    border-radius: 0px;
  }
}
nav.nav .poi-list .poi-list-sec-text.off {
  color: #fff;
  background: unset;
}
nav.nav .poi-list .poi-list-sec-text li {
  cursor: pointer;
  padding: 0;
  /*兩條*/
  width: 45%;
  position: relative;
  border-bottom: solid 1px #7D82FF;
  border-radius: 0;
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
@media (max-width: 1200px) {
  nav.nav .poi-list .poi-list-sec-text li {
    border-bottom: unset;
    flex-grow: 0;
  }
}
nav.nav .poi-list .poi-list-sec-text li:hover a {
  color: #FFEC00;
}
nav.nav .poi-list .poi-list-sec-text li a {
  color: #fff;
  display: block;
  padding: 8px 16px;
  /*兩條*/
  align-self: center;
}
@media (max-width: 768px) {
  nav.nav .poi-list .poi-list-sec-text li a {
    padding: 8px;
  }
}
nav.nav.nav-side {
  scrollbar-width: thin;
  position: fixed;
  left: 0%;
  top: 51px;
  width: 120px;
  height: calc(100vh - 52px);
  display: flex;
  align-items: center;
  padding-top: 109px;
  overflow-y: auto;
  overflow-x: hidden;
}
nav.nav.nav-side * {
  transition: 0s;
}
@media (max-height: 1000px) {
  nav.nav.nav-side {
    align-items: flex-start;
  }
}
nav.nav.nav-side.top0 {
  align-items: flex-start;
  top: 0px;
  height: 100vh;
}
@media (max-width: 1200px) {
  nav.nav.nav-side.top0 {
    height: unset;
    top: unset;
  }
}
@media (max-width: 1600px) {
  nav.nav.nav-side.top0.heightReduce {
    height: calc(100vh - 197px);
  }
}
@media (max-width: 1200px) {
  nav.nav.nav-side.top0.heightReduce {
    top: unset;
    height: unset;
  }
  nav.nav.nav-side.top0.heightReduce.heightReduce {
    height: unset;
  }
}
@media (max-width: 1200px) {
  nav.nav.nav-side {
    width: 100%;
    height: unset;
    left: 0;
    top: unset;
    bottom: 0;
    flex-wrap: nowrap;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: stretch !important;
    padding-top: 0;
  }
}
nav.nav.nav-side .nav-top {
  display: none;
}
@media (max-width: 1200px) {
  nav.nav.nav-side .nav-top {
    display: flex;
    width: 10%;
    min-width: 50px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #4760ff;
  }
  nav.nav.nav-side .nav-top a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #4760ff;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  nav.nav.nav-side .nav-top a {
    font-size: 14px;
  }
}
nav.nav.nav-side .poi-list {
  /*兩條*/
  padding: 12px 13px 20px 13px;
  /*padding:  12px 8px 20px 8px;*/
  flex-wrap: wrap;
  gap: 12px;
  border-radius: 0px 0px 0px 0px;
  margin-top: -15px;
}
@media (max-width: 1200px) {
  nav.nav.nav-side .poi-list {
    overflow: unset;
    justify-content: left;
    align-items: center;
    margin-top: 0px;
  }
}
@media (max-width: 1200px) {
  nav.nav.nav-side .poi-list {
    width: 88%;
    flex-grow: 1;
    gap: 8px;
    padding: 2px 8px 8px 8px;
    border-radius: 0;
  }
}
nav.nav.nav-side .poi-list .poi-list-icon {
  margin-top: -120px;
  background: unset;
}
@media (max-width: 1200px) {
  nav.nav.nav-side .poi-list .poi-list-icon {
    display: none;
  }
}
nav.nav.nav-side .poi-list .poi-list-icon img {
  transform: translateY(15px);
}
nav.nav.nav-side .poi-list .poi-list-mobile-only {
  display: none;
}
@media (max-width: 1200px) {
  nav.nav.nav-side .poi-list .poi-list-mobile-only {
    display: block;
    width: 100%;
    position: relative;
  }
}
nav.nav.nav-side .poi-list .poi-list-mobile-only .poi-list-sec.poi-list-index {
  padding-top: 0px;
}
nav.nav.nav-side .poi-list .poi-list-mobile-only .poi-list-sec.poi-list-index .poi-list-sec-text li:nth-last-of-type(1) a {
  animation: 0.3s wishColor infinite alternate;
}
@media (max-width: 1200px) {
  nav.nav.nav-side .poi-list .poi-list-mobile-only .poi-list-sec .poi-list-sec-title {
    flex-grow: 0;
    width: 40%;
    margin-top: 4px;
  }
}
nav.nav.nav-side .poi-list .poi-list-mobile-only .poi-list-sec .poi-list-sec-text {
  padding-right: 14px;
}
@media (max-width: 768px) {
  nav.nav.nav-side .poi-list .poi-list-mobile-only .poi-list-sec .poi-list-sec-text::before {
    content: "▸";
    width: 30px;
    height: 100%;
    position: absolute;
    right: -4px;
    top: 7px;
    background: linear-gradient(to left, #363ab5 15%, transparent 100%);
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    text-align: right;
    z-index: 1;
  }
  nav.nav.nav-side .poi-list .poi-list-mobile-only .poi-list-sec .poi-list-sec-text.end::before {
    content: none;
  }
}
nav.nav.nav-side .poi-list .poi-list-sec {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1200px) {
  nav.nav.nav-side .poi-list .poi-list-sec {
    flex-wrap: nowrap;
    justify-content: left;
    gap: 0 8px;
    width: auto;
    flex-grow: 1;
  }
}
nav.nav.nav-side .poi-list .poi-list-sec a div {
  font-size: inherit;
  display: inline-block;
}
@media (max-width: 1200px) {
  nav.nav.nav-side .poi-list .poi-list-sec.on .poi-list-sec-text.off {
    display: flex;
  }
}
nav.nav.nav-side .poi-list .poi-list-sec.poi-list-index {
  padding-top: 10px;
}
nav.nav.nav-side .poi-list .poi-list-sec.poi-list-index .poi-list-sec-text li {
  position: relative;
  /*最後一個選單樣式*/
}
@media (max-width: 1200px) {
  nav.nav.nav-side .poi-list .poi-list-sec.poi-list-index {
    padding-top: 0;
  }
}
nav.nav.nav-side .poi-list .poi-list-sec.on .poi-list-sec-title, nav.nav.nav-side .poi-list .poi-list-sec:hover .poi-list-sec-title {
  position: relative;
}
nav.nav.nav-side .poi-list .poi-list-sec.other-tab {
  position: relative;
}
nav.nav.nav-side .poi-list .poi-list-sec.other-tab a {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  nav.nav.nav-side .poi-list .poi-list-sec.other-tab a {
    font-size: 14px;
    font-weight: 500;
  }
}
nav.nav.nav-side .poi-list .poi-list-sec.other-tab.on::before {
  content: "";
  background: url(../images/nav-on.png) no-repeat top center;
  height: 20px;
  width: 20px;
  position: absolute;
  left: -5px;
  top: 0;
}
nav.nav.nav-side .poi-list .poi-list-sec.small-text.much-text a {
  padding: 8px;
}
nav.nav.nav-side .poi-list .poi-list-sec.small-text a {
  font-size: 14px;
}
@media (max-width: 1200px) {
  nav.nav.nav-side .poi-list .poi-list-sec.small-text a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  nav.nav.nav-side .poi-list .poi-list-sec.small-text a {
    font-size: 14px;
  }
}
nav.nav.nav-side .poi-list .poi-list-sec.small-text a span {
  display: block;
  font-size: inherit;
}
@media (max-width: 1200px) {
  nav.nav.nav-side .poi-list .poi-list-sec.small-text a span {
    display: inline-block;
  }
}
@media (max-width: 576px) {
  nav.nav.nav-side .poi-list .poi-list-sec.small-text a span .pcOnly {
    display: none;
  }
}
nav.nav.nav-side .poi-list .poi-list-sec .poi-list-sec-title {
  border-radius: 99em;
  padding: 8px 4px;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 1200px) {
  nav.nav.nav-side .poi-list .poi-list-sec .poi-list-sec-title {
    width: auto;
    font-size: 16px;
    font-weight: 700;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  nav.nav.nav-side .poi-list .poi-list-sec .poi-list-sec-title {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  nav.nav.nav-side .poi-list .poi-list-sec .poi-list-sec-title {
    padding: 8px 4px;
  }
}
nav.nav.nav-side .poi-list .poi-list-sec .poi-list-sec-title a {
  width: 100%;
  display: block;
}
@media (max-width: 1200px) {
  nav.nav.nav-side .poi-list .poi-list-sec .poi-list-sec-title a {
    font-size: 16px;
    font-weight: 700;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  nav.nav.nav-side .poi-list .poi-list-sec .poi-list-sec-title a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  nav.nav.nav-side .poi-list .poi-list-sec .poi-list-sec-title a br {
    display: none;
  }
}
nav.nav.nav-side .poi-list .poi-list-sec .poi-list-sec-text {
  flex-wrap: wrap;
  justify-content: center;
  padding: 6px 0;
  /*兩條版*/
  gap: 0px 6px;
}
@media (max-width: 1200px) {
  nav.nav.nav-side .poi-list .poi-list-sec .poi-list-sec-text {
    flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: left;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
    padding-top: 16px;
    gap: 0px;
  }
}
nav.nav.nav-side .poi-list .poi-list-sec .poi-list-sec-text.off {
  background: unset;
  display: none;
}
nav.nav.nav-side .poi-list .poi-list-sec .poi-list-sec-text li {
  width: 100%;
  /*兩條*/
}
nav.nav.nav-side .poi-list .poi-list-sec .poi-list-sec-text li a {
  padding: 10px 0 5px 0;
  /*兩條*/
}
@media (max-width: 1200px) {
  nav.nav.nav-side .poi-list .poi-list-sec .poi-list-sec-text li a {
    border-bottom: none;
    padding: 0 8px;
    border-right: solid 1px #7D82FF;
  }
}
nav.nav.nav-side .poi-list .poi-list-sec .poi-list-sec-text li a div {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 768px) {
  nav.nav.nav-side .poi-list .poi-list-sec .poi-list-sec-text li a div {
    font-size: 14px;
  }
}

#tw .main-bg {
  background: url(../images/main-content-bg-top-tw.png?v=20251117) top center no-repeat, url(../images/main-content-bg-bottom-tw.jpg?v=20251117) bottom center no-repeat, #FFDE00;
  background-size: contain;
}

.main-bg {
  background: url(../images/main-content-bg-top.png?v=20251117) top center no-repeat, url(../images/main-content-bg-bottom.jpg?v=20251117) bottom center no-repeat, #FF9228;
  position: relative;
  padding-top: 40px;
  background-size: contain;
}

.main-box {
  position: relative;
  max-width: 1162px;
  margin: 0px auto 0 auto;
  padding: 20px 0 80px 0;
}
@media (max-width: 1500px) {
  .main-box {
    max-width: 900px;
    padding: 4vw 0 8vw 0;
  }
}
@media (max-width: 1200px) {
  .main-box {
    width: 100%;
    padding: 1vw 24px 60px 24px;
    max-width: unset;
    margin: 0px auto 0 auto;
  }
}
@media (max-width: 576px) {
  .main-box {
    padding: 8px 24px 60px 24px;
  }
}
@media (max-width: 576px) {
  .main-box.pcOnly-small {
    display: none;
  }
}
.main-box.mOnly-small {
  display: none;
}
@media (max-width: 576px) {
  .main-box.mOnly-small {
    display: block;
  }
}
.main-box .main-timeline-content {
  text-align: center;
}
.main-box .main-timeline-content img {
  width: calc(100% - 24px);
  max-width: 1104px;
}
.main-box .timeCountDown {
  display: flex;
  justify-content: end;
  position: relative;
  height: 110px;
  max-width: 926px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .main-box .timeCountDown {
    width: 92%;
  }
}
.main-box .timeCountDown#timeCountDownA {
  background: url(../images/countdown.png?v=20251117) center center no-repeat;
  background-size: 100%;
}
@media (max-width: 576px) {
  .main-box .timeCountDown#timeCountDownA {
    background: url(../images/countdown_m.png?v=20251117) center center no-repeat;
    background-size: 100%;
  }
}
.main-box .timeCountDown#timeCountDownB {
  background: url(../images/countdown_2.png?v=20251117) center center no-repeat;
  display: none;
  background-size: 100%;
}
@media (max-width: 576px) {
  .main-box .timeCountDown#timeCountDownB {
    background: url(../images/countdown_2_m.png?v=20251117) center center no-repeat;
    background-size: 100%;
  }
}
.main-box .timeCountDown * {
  letter-spacing: 0;
}
.main-box .timeCountDown .timeCountBox {
  display: flex;
  align-items: center;
  transform: translate(-42px, -12px);
}
@media (max-width: 992px) {
  .main-box .timeCountDown .timeCountBox {
    transform: translate(-3vw, -1vw);
  }
}
.main-box .mainbtn-content {
  background: #5153FF;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 16px;
  width: 100%;
  border-radius: 10px;
  margin-top: -24px;
  z-index: 1;
  padding: 30px;
  position: relative;
}
@media (max-width: 576px) {
  .main-box .mainbtn-content.pcOnly-small {
    display: none;
  }
}
.main-box .mainbtn-content.mOnly-small {
  display: none;
}
@media (max-width: 576px) {
  .main-box .mainbtn-content.mOnly-small {
    display: flex;
  }
}
@media (max-width: 992px) {
  .main-box .mainbtn-content {
    gap: 16px;
    margin-top: -2vw;
  }
}
@media (max-width: 768px) {
  .main-box .mainbtn-content {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .main-box .mainbtn-content {
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px;
    margin-top: -6vw;
  }
}
.main-box .mainbtn-content:before {
  content: "";
  background: url(../images/main-content-v.svg?v=20251117) bottom center no-repeat;
  width: 90px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  .main-box .mainbtn-content:before {
    width: 45px;
    background-size: 100%;
    height: 11px;
  }
}
.main-box .mainbtn-content .mainbtn-content-box {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
@media (max-width: 576px) {
  .main-box .mainbtn-content .mainbtn-content-box {
    border-radius: 10px;
    flex-wrap: wrap;
  }
}
.main-box .mainbtn-content .mainbtn-content-box.mainbtn-content-box-right {
  /*四BN版*/
  background: #2A3CB3;
  box-shadow: 0 0 15px 0 #122180 inset;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
}
.main-box .mainbtn-content .mainbtn-content-box.mainbtn-content-box-right .mainbtn-content-box-right-title {
  background: linear-gradient(270deg, #FC43B0 0%, #FD6FC2 100%);
  box-shadow: 0 0 15px 0 #dd108b inset;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  width: 100%;
  padding: 16px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .main-box .mainbtn-content .mainbtn-content-box.mainbtn-content-box-right .mainbtn-content-box-right-title {
    line-height: 1;
  }
}
@media (max-width: 992px) {
  .main-box .mainbtn-content .mainbtn-content-box.mainbtn-content-box-right .mainbtn-content-box-right-title {
    font-size: 2.5vw;
    padding: 2vw 0;
  }
}
@media (max-width: 576px) {
  .main-box .mainbtn-content .mainbtn-content-box.mainbtn-content-box-right .mainbtn-content-box-right-title {
    font-size: 4vw;
  }
}
.main-box .mainbtn-content .mainbtn-content-box.mainbtn-content-box-right .mainbtn-content-box-right-innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px;
  gap: 12px;
}
@media (max-width: 992px) {
  .main-box .mainbtn-content .mainbtn-content-box.mainbtn-content-box-right .mainbtn-content-box-right-innerbox {
    padding: 1vw;
    gap: 1vw 1vw;
  }
}
@media (max-width: 576px) {
  .main-box .mainbtn-content .mainbtn-content-box.mainbtn-content-box-right .mainbtn-content-box-right-innerbox {
    padding: 3vw;
    gap: 2vw 1vw;
  }
}
.main-box .mainbtn-content .mainbtn-content-box.mainbtn-content-box-right .mainbtn-content-box-right-innerbox a {
  width: 45%;
  flex-grow: 1;
}
.main-box .mainbtn-content .mainbtn-content-box.mainbtn-content-box-right .mainbtn-content-box-right-innerbox a:nth-of-type(1) {
  width: 100%;
}
.main-box .mainbtn-content .mainbtn-content-box.mainbtn-content-box-left {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex-direction: row;
}
@media (max-width: 576px) {
  .main-box .mainbtn-content .mainbtn-content-box.mainbtn-content-box-left {
    width: 100%;
  }
}
.main-box .mainbtn-content .mainbtn-content-box.mainbtn-content-box-left img {
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 1200px) {
  .main-box .mainbtn-content .mainbtn-content-box.mainbtn-content-box-left img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 69px;
}
@media (max-width: 1500px) {
  .main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn {
    height: 53px;
  }
}
@media (max-width: 1200px) {
  .main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn {
    height: 5.9vw;
  }
}
@media (max-width: 992px) {
  .main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn {
    height: 5.7vw;
  }
}
@media (max-width: 576px) {
  .main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn {
    height: 8.5vw;
  }
}
@media (max-width: 400px) {
  .main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn {
    height: 7vw;
  }
}
.main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn b {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 8px;
  color: #FFF;
}
@media (max-width: 768px) {
  .main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn b {
    line-height: 1;
  }
}
@media (max-width: 1500px) {
  .main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn b {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
  }
}
@media (max-width: 1500px) and (max-width: 768px) {
  .main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn b {
    line-height: 1;
  }
}
@media (max-width: 992px) {
  .main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn b {
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn b {
    line-height: 1;
  }
}
@media (max-width: 576px) {
  .main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn b {
    font-size: 4vw;
    font-weight: 700;
    line-height: 1;
  }
}
@media (max-width: 576px) and (max-width: 768px) {
  .main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn b {
    line-height: 1;
  }
}
.main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn a {
  border-radius: 100px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #B76D46;
  padding: 8px 10px;
}
@media (max-width: 768px) {
  .main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn a {
    line-height: 1;
  }
}
@media (max-width: 992px) {
  .main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn a {
    font-size: 2vw;
    font-weight: 500;
    line-height: 1;
    padding: 0.5vw 10px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn a {
    line-height: 1;
  }
}
@media (max-width: 576px) {
  .main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn a {
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1;
  }
}
@media (max-width: 576px) and (max-width: 768px) {
  .main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn a {
    line-height: 1;
  }
}
.main-box .mainbtn-content .mainbtn-content-box .intro-ex-btn a:hover {
  background: #fff891;
}
.main-box .mainbtn-content .main-btn {
  flex-shrink: 1;
}
.main-box .mainbtn-content a img {
  width: 100%;
}
.main-box .mainbtn-content a img.default {
  display: block;
}
.main-box .mainbtn-content a img.hover {
  display: none;
}
.main-box .mainbtn-content a.on, .main-box .mainbtn-content a:hover {
  transition: display 0.5s;
}
.main-box .mainbtn-content a.on img.hover, .main-box .mainbtn-content a:hover img.hover {
  display: block;
}
.main-box .mainbtn-content a.on img.default, .main-box .mainbtn-content a:hover img.default {
  display: none;
}
.main-box .bnad-content {
  position: relative;
  background: #fff5e4;
  border-radius: 18px;
  padding: 10px 18px 16px 18px;
}
@media (max-width: 576px) {
  .main-box .bnad-content.pcOnly-small {
    display: none;
  }
}
.main-box .bnad-content.mOnly-small {
  display: none;
}
@media (max-width: 576px) {
  .main-box .bnad-content.mOnly-small {
    display: flex;
  }
}
@media (max-width: 768px) {
  .main-box .bnad-content {
    border-radius: 20px;
    padding: 12px 12px;
  }
}
.main-box .bnad-content a img {
  width: 100%;
  transition: 0.3s;
}
.main-box .bnad-content a img.default {
  display: block;
}
.main-box .bnad-content a img.hover {
  display: none;
}
.main-box .bnad-content a.on, .main-box .bnad-content a:hover {
  transition: display 0.5s;
}
.main-box .bnad-content a.on img.hover, .main-box .bnad-content a:hover img.hover {
  display: block;
}
.main-box .bnad-content a.on img.default, .main-box .bnad-content a:hover img.default {
  display: none;
}

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

/*跨背景開這個*/
body * {
  font-family: "Montserrat", "Noto Sans TC", "微軟正黑體";
  box-sizing: border-box;
  vertical-align: top;
  letter-spacing: 1px;
  line-height: 1.5;
}
body *:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  body * {
    line-height: 1.3;
  }
}

.main-content {
  margin-top: -1px;
  background: url(../images/bg.jpg?v=20251117) top center repeat-y;
  overflow: hidden;
  padding-top: 120px;
}
@media (max-width: 576px) {
  .main-content {
    padding-top: 80px;
    background-size: 100%;
  }
}

#tw .main-content {
  background: url(../images/bg-tw.jpg?v=20251117) top center repeat-y;
}
@media (max-width: 576px) {
  #tw .main-content {
    background-size: contain;
  }
}
#tw .kv-banner {
  background: url(../images/kv202512-tw.jpg?v=20251117-3) top center no-repeat;
}
@media (max-width: 1200px) {
  #tw .kv-banner {
    background: url(../images/kv202512-tw_m.jpg?v=20251117-3) top center no-repeat;
    background-size: 100%;
  }
}
#tw .h4-title {
  color: #542201;
}
#tw .poi-goods .ph-group::before {
  background: linear-gradient(0deg, #FF7C25 0%, #FF7C25 100%);
}
#tw .poi-goods .ph-group-title {
  color: #fff;
}
#tw .poi-goods .ph-group-content:has(.ph-group-content-photo-super) {
  border: 6px #FFF600 solid;
}
#tw .poi-goods .ph-group-content-text-sale {
  color: #fff;
  background: #FF008C;
}
#tw .poi-goods .ph-group-content-text-sale a {
  color: #fff;
  background: #FF008C;
}
#tw .poi-goods .ph-group-content-tag {
  background: #DDE2FF;
  color: #5B00D3;
}
#tw .poi-goods .ph-group-content-text-price {
  background: #5B00D3;
}
#tw .poi-goods .ph-group-content-photo-super {
  color: #FF008C;
}

#korea .main-content {
  background: url(../images/bg-korea.jpg?v=20251117) top center repeat-y;
}
#korea .h4-title {
  color: #C3578B;
}
#korea .poi-goods .ph-group::before {
  background: #A75050;
}
#korea .poi-goods .movie-goods-content::before {
  background: url(../images/movie-title-poi-korea.png?v=20251117) no-repeat top center;
}
@media (max-width: 1500px) {
  #korea .poi-goods .movie-goods-content::before {
    content: unset;
  }
}
#korea .poi-goods .movie-goods-content .get-movie-img {
  width: 45%;
  position: relative;
  flex-grow: 1;
  min-height: 490px;
}
@media (max-width: 992px) {
  #korea .poi-goods .movie-goods-content .get-movie-img {
    width: 40%;
    min-height: unset;
  }
}
#korea .poi-goods .movie-goods-content .get-movie-img::before {
  background: url(../images/movie-title-img-korea.png?v=20251117) no-repeat top center;
}
@media (max-width: 1500px) {
  #korea .poi-goods .movie-goods-content .get-movie-img::before {
    content: unset;
  }
}
@media (max-width: 768px) {
  #korea .poi-goods .movie-goods-content .get-movie-img::before {
    content: unset;
  }
}

.goTop {
  display: inline-block;
  position: fixed;
  z-index: 30;
  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: #712E00;
  text-decoration: none;
}
.goTop:hover {
  padding-top: 30px;
  background-color: rgb(62, 25.2389380531, 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;
}
@media (max-width: 1200px) {
  .goTop {
    display: none;
  }
}

.kv-banner {
  position: relative;
  height: 600px;
  background: url(../images/kv202512.jpg?v=20251117) top center no-repeat;
  max-width: 1920px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .kv-banner {
    background: url(../images/kv202512_m.jpg?v=20251117) top center no-repeat;
    background-size: 100%;
    height: 63vw;
  }
}
@media (max-width: 576px) {
  .kv-banner {
    height: 64vw;
  }
}
.kv-banner h1 {
  opacity: 0;
}
.kv-banner .kv-somethings {
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  position: relative;
}
.kv-banner .kv-somethings .memberday_icon {
  position: absolute;
  right: -545px;
  bottom: -260px;
  animation: updown infinite 0.8s alternate ease;
}
@media (max-width: 1500px) {
  .kv-banner .kv-somethings .memberday_icon {
    right: -502px;
  }
}
@media (max-width: 1200px) {
  .kv-banner .kv-somethings .memberday_icon {
    right: -45vw;
    bottom: -27vw;
  }
}
.kv-banner .kv-somethings .memberday_icon img {
  max-width: 138px;
}
@media (max-width: 1200px) {
  .kv-banner .kv-somethings .memberday_icon img {
    width: 11vw;
  }
}
.kv-banner h1 {
  display: none;
}
@media (max-width: 1200px) {
  .kv-banner h1 {
    display: block;
  }
}
.kv-banner h1 img {
  width: 100%;
}

.bnad.fit {
  margin-top: 40px;
}
.bnad.fit img:hover {
  transform: none;
}
.bnad img {
  width: 100%;
  transition: 0.3s;
}
.bnad img:hover {
  transform: scale(0.98);
}

.h2-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
  color: #1F8DE8;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .h2-title {
    line-height: 1.3;
  }
}
@media (max-width: 992px) {
  .h2-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .h2-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .h2-title {
    line-height: 1.3;
  }
}
@media (max-width: 992px) {
  .h2-title {
    width: 100%;
  }
}
.h2-title:has(.title3_infor) {
  margin-bottom: 0;
}
.h2-title img {
  width: min(348px, 70%);
}
.h2-title img.title1_infor {
  width: min(580px, 95%);
}
.h2-title img.title2_infor {
  width: min(412px, 70%);
}
.h2-title img.title3_infor {
  width: min(565px, 100%);
}
.h2-title img.title6_infor {
  width: min(572px, 95%);
}
.h2-title span {
  position: relative;
}

.h3-title {
  text-align: center;
  overflow: hidden;
}
@media (max-width: 576px) {
  .h3-title {
    overflow: hidden;
  }
}
.h3-title.h3-title-wish {
  margin-bottom: -30px;
}
.h3-title span {
  position: relative;
  display: inline-block;
}
.h3-title span:has(.title1-1_infor)::before, .h3-title span:has(.title6-1_infor)::before {
  content: "";
  position: absolute;
  background: url(../images/title-dot_infor.svg?v=20251117) center center no-repeat;
  left: 107%;
  width: 382px;
  height: 16px;
  top: 33%;
}
@media (max-width: 576px) {
  .h3-title span:has(.title1-1_infor)::before, .h3-title span:has(.title6-1_infor)::before {
    left: 93%;
    content: unset;
  }
}
.h3-title span:has(.title1-1_infor)::after, .h3-title span:has(.title6-1_infor)::after {
  content: "";
  position: absolute;
  background: url(../images/title-dot_infor.svg?v=20251117) center center no-repeat;
  right: 107%;
  width: 382px;
  height: 16px;
  top: 33%;
  transform: scale(-1);
}
@media (max-width: 576px) {
  .h3-title span:has(.title1-1_infor)::after, .h3-title span:has(.title6-1_infor)::after {
    right: 93%;
    content: unset;
  }
}
.h3-title span:has(.title1-2_infor) {
  margin-top: 40px;
}
.h3-title span:has(.fit)::before {
  background: url(../images/title-dot_fit.svg) center center no-repeat;
  left: 91%;
}
@media (max-width: 576px) {
  .h3-title span:has(.fit)::before {
    left: 81%;
  }
}
.h3-title span:has(.fit)::after {
  background: url(../images/title-dot_fit.svg) center center no-repeat;
  right: 91%;
}
@media (max-width: 576px) {
  .h3-title span:has(.fit)::after {
    right: 81%;
  }
}
@media (max-width: 576px) {
  .h3-title span:has(.mlb)::before {
    left: 87%;
  }
}
@media (max-width: 576px) {
  .h3-title span:has(.mlb)::after {
    right: 87%;
  }
}
@media (max-width: 576px) {
  .h3-title span img {
    width: min(419px, 80%);
  }
}
@media (max-width: 576px) {
  .h3-title span img.title1-1_infor {
    width: min(489px, 80%);
  }
}
@media (max-width: 576px) {
  .h3-title span img.title6-1_infor {
    width: min(194px, 60%);
  }
}
@media (max-width: 576px) {
  .h3-title span img.fit {
    width: min(377px, 80%);
  }
}

.h4-title {
  margin: 24px auto 0 auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #542201;
  text-align: center;
}
@media (max-width: 768px) {
  .h4-title {
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .h4-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media (max-width: 576px) and (max-width: 768px) {
  .h4-title {
    line-height: 1.3;
  }
}
.h4-title.h4-title-black {
  color: #542201;
}
@media (max-width: 576px) {
  .h4-title.h4-title-black p:has(a) {
    line-height: 1.5;
  }
}
.h4-title.h4-title-black a {
  background: #542201;
  color: #FFF;
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 90%;
}
.h4-title.h4-title-black a:hover {
  color: #fff600;
}
@media (max-width: 576px) {
  .h4-title.h4-title-black a:has(a) {
    line-height: 1.5;
  }
}

.infor-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .infor-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.infor-content#memberLevel {
  background: #FF942C;
  margin: 0 auto;
  max-width: 1162px;
  border-radius: 30px;
  margin-bottom: 120px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .infor-content#memberLevel {
    margin-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .infor-content#memberLevel {
    width: 95%;
  }
}

.poi-wish {
  background: url(../images/bg-wish-top.png?v=20251117) top center no-repeat, url(../images/bg-wish.jpg?v=20251117) top center repeat-y;
  padding: 80px 0;
}
.poi-wish .poi-wish-bn {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.poi-wish .poi-wish-bn img {
  width: 100%;
}

/*-----------------------------*/
.member_content {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-bottom: 0;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .member_content {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .member_content {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .member_content {
    flex-wrap: wrap;
  }
}
.member_content.last {
  margin-bottom: 0;
}
.member_content .member_level {
  flex-shrink: 1;
}
.member_content .member_level img {
  max-width: 380px;
  width: 100%;
  filter: drop-shadow(0 0 5px 0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .member_content .member_level img {
    max-width: unset;
  }
}
.member_content .member_new {
  flex-shrink: 1;
}
.member_content .member_new img {
  width: 100%;
}
@media (max-width: 768px) {
  .member_content .member_new img {
    max-width: unset;
  }
}

.joinmember_btn {
  position: relative;
  display: block;
  margin: 0px auto;
  width: 100%;
  max-width: 280px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 16px;
  color: #FF008C;
  background: linear-gradient(180deg, #FFF567 0%, #FE0 100%);
  box-shadow: 0px 3px 0px 0px #C3A600;
  text-align: center;
  border-radius: 10px;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .joinmember_btn {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .joinmember_btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .joinmember_btn {
    line-height: 1.3;
  }
}
.joinmember_btn:hover {
  transform: translateY(5px);
  background: linear-gradient(0deg, #FF008C 0%, #FF008C 100%);
  box-shadow: 0 3px 0 0 #BE0369;
  color: #FFF;
}
.joinmember_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 44px;
  height: 44px;
  background: url(../images/finger.svg?v=20251117) top center no-repeat;
  transform: translate(35%, -20%);
}

.memberWish {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #2333E5;
  position: relative;
}
@media (max-width: 992px) {
  .memberWish {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.memberWish::before {
  content: "";
  position: absolute;
  top: -31px;
  left: 0;
  width: 1920px;
  height: 35px;
  background: url(../images/memberwish-top.png?v=20251117) top center no-repeat;
}
.memberWish::after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 0;
  width: 1920px;
  height: 35px;
  background: url(../images/memberwish-bottom.png?v=20251117) top center no-repeat;
}
.memberWish .memberImg {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .memberWish .memberImg {
    margin-bottom: 24px;
  }
}
.memberWish .memberImg img {
  max-width: 1200px;
  width: 100%;
  border-radius: 10px;
  transition: 0.3s;
}
.memberWish .memberImg img:hover {
  transform: scale(0.98);
}
.memberWish ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  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;
  width: 16%;
  flex-shrink: 1;
  flex-grow: 0;
}
@media (max-width: 1500px) {
  .memberWish ul li {
    width: 19%;
  }
}
@media (max-width: 576px) {
  .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;
  line-height: 1.5;
  margin: 8px auto 4px auto;
  color: #FFF54D;
}
@media (max-width: 768px) {
  .memberWish ul li .text h3 {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .memberWish ul li .text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .memberWish ul li .text h3 {
    line-height: 1.3;
  }
}
.memberWish ul li .text mark {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #712E00;
  background: #fff;
  border-radius: 5rem;
  padding: 0.2rem 0.5rem;
  margin: 0 auto 4px auto;
  display: inline-block;
}
@media (max-width: 768px) {
  .memberWish ul li .text mark {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .memberWish ul li .text mark {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .memberWish ul li .text mark {
    line-height: 1.3;
  }
}
.memberWish ul li .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #FFF54D;
}
@media (max-width: 768px) {
  .memberWish ul li .text p {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .memberWish ul li .text p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .memberWish ul li .text p {
    line-height: 1.3;
  }
}

.noteInformation {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .noteInformation {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.noteInformation h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 24px auto;
}
@media (max-width: 768px) {
  .noteInformation h3 {
    font-size: 20px;
  }
}
.noteInformation h3 span {
  display: inline-block;
  padding: 0px 20px;
  border-radius: 99em;
  background: #FAFE27;
  color: #8600E9;
}
.noteInformation ul {
  margin: 0 auto;
  background: white;
  max-width: 1162px;
  padding: 40px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .noteInformation ul {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .noteInformation ul {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .noteInformation ul {
    padding: 24px;
  }
}
.noteInformation ul.qa-base li {
  list-style: unset;
}
.noteInformation ul.qa-base li span {
  color: #FF008C;
}
.noteInformation ul.qa-base li.qa-q {
  color: #FF008C;
}
.noteInformation ul.qa-base li:has(img) {
  text-align: center;
}
.noteInformation ul.qa-base li img {
  border: 1px solid #000;
  width: min(650px, 100%);
  margin: 0 auto;
}
.noteInformation ul li {
  list-style-type: disc;
  margin-left: 1em;
  padding: 4px 0;
}
.noteInformation ul li.mark {
  color: #FF008C;
}
.noteInformation ul li .infor-li-img {
  width: 100%;
  text-align: center;
  margin: 16px auto;
}
.noteInformation ul li .infor-li-img img {
  width: min(527px, 100%);
}
.noteInformation ul .mark {
  color: #FF008C;
}

.comingSoonBox {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  z-index: 999;
}
.comingSoonBox .comingSoonBoxClose {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  border: 2px solid #000;
  z-index: 100;
  border-radius: 10px;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .comingSoonBox .comingSoonBoxClose {
    font-size: 16px;
  }
}
.comingSoonBox .comingSoonBoxClose:hover {
  background: #000;
  color: #fff;
}
.comingSoonBox .comingSoonBoxImg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 36vw;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .comingSoonBox .comingSoonBoxImg {
    width: 46vw;
  }
}
@media (max-width: 768px) {
  .comingSoonBox .comingSoonBoxImg {
    width: 90%;
  }
}
.comingSoonBox .comingSoonBoxImg img {
  width: 100%;
  max-width: 1000px;
  border-radius: 20px;
}

/*fit*/
.infor-text {
  background: linear-gradient(180deg, #FFF 0%, #FFE1EB 100%);
  padding: 40px 40px 40px 60px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .infor-text {
    padding: 24px 24px 24px 40px;
  }
}
.infor-text li {
  font-size: 16px;
  font-weight: 500;
  color: #992B8A;
  text-align: left;
  list-style-type: circle;
}
@media (max-width: 768px) {
  .infor-text li {
    font-size: 14px;
  }
}

.separate {
  height: 80px;
  max-width: 1162px;
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .separate {
    margin-top: 24px;
  }
}
.separate.separate1 {
  background: url(../images/separate01.jpg?v=20251117) top center no-repeat;
}
@media (max-width: 1200px) {
  .separate.separate1 {
    background-size: 100%;
  }
}
@media (max-width: 768px) {
  .separate.separate1 {
    background: url(../images/separate01_m.jpg?v=20251117) top center no-repeat;
    background-size: 100%;
    height: 19vw;
  }
}
.separate.separate2 {
  background: url(../images/separate02.jpg?v=20251117) top center no-repeat;
}
@media (max-width: 1200px) {
  .separate.separate2 {
    background-size: 100%;
  }
}
@media (max-width: 768px) {
  .separate.separate2 {
    background: url(../images/separate02_m.jpg?v=20251117) top center no-repeat;
    background-size: 100%;
    height: 19vw;
  }
}

/*MLB*/
.mlb-btn {
  display: flex;
  justify-content: center;
  padding: 0;
}
.mlb-btn a {
  transition: 0.3s;
  display: block;
  text-align: center;
}
.mlb-btn a img {
  max-width: 926px;
  width: 100%;
}
.mlb-btn a:hover {
  transform: scale(0.98);
  filter: brightness(110%);
}

/*加入步驟*/
.member_joinstep {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0 24px;
}
.member_joinstep .member_joinstep_box {
  width: 30%;
  flex-grow: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .member_joinstep .member_joinstep_box {
    width: 46%;
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .member_joinstep .member_joinstep_box {
    width: 100%;
  }
}
.member_joinstep .member_joinstep_box .member_joinstep_box_title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 28px;
}
.member_joinstep .member_joinstep_box .member_joinstep_box_title b {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .member_joinstep .member_joinstep_box .member_joinstep_box_title b {
    line-height: 1.3;
  }
}
.member_joinstep .member_joinstep_box .member_joinstep_box_title b::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #2333E5;
  border-radius: 99em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  display: block;
}
.member_joinstep .member_joinstep_box .member_joinstep_box_title p {
  color: #542201;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .member_joinstep .member_joinstep_box .member_joinstep_box_title p {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .member_joinstep .member_joinstep_box .member_joinstep_box_title p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .member_joinstep .member_joinstep_box .member_joinstep_box_title p {
    line-height: 1.3;
  }
}
.member_joinstep .member_joinstep_box .member_joinstep_box_img img {
  width: 100%;
}/*# sourceMappingURL=all.css.map */