@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=Noto+Serif+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 {
  text-decoration: none;
}

.containers {
  max-width: 1210px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
.containers.width992 {
  max-width: 992px;
}

.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);
  }
}
.poi {
  padding: 40px 0;
}

.poi-goods {
  padding: 0px 0;
  position: relative;
  z-index: 0;
  text-align: center;
  /*三個一排*/
  /*切換*/
  /*一般的樣式*/
  /*poi選單*/
}
.poi-goods .ph {
  margin: 40px auto 16px auto;
}
@media (max-width: 992px) {
  .poi-goods .ph {
    margin: 16px auto 16px auto;
  }
}
.poi-goods .ph .link-right {
  display: inline-block;
  border-radius: 99em;
  padding: 12px 24px;
  position: relative;
  margin-bottom: 80px;
  color: #fff;
  background: #90430c;
}
@media (max-width: 992px) {
  .poi-goods .ph .link-right {
    margin-bottom: 40px;
  }
}
.poi-goods .ph .link-right::after {
  content: "▶";
  position: static;
}
.poi-goods .ph .link-right.on {
  display: inline-block;
  color: #fff;
  background: #90430c;
}
@media not all and (pointer: coarse) {
  .poi-goods .ph .link-right:hover {
    color: #fff16e;
    background: #90430c;
  }
}
.poi-goods.poi-fit .ph-group-content-photo {
  display: none;
}
.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: 45%;
  flex-grow: 1;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 16px;
  max-width: 573px;
}
@media (max-width: 992px) {
  .poi-goods.poi-2 .ph-group-content {
    flex-wrap: wrap;
    display: block;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-2 .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-2 .ph-group-content .ph-group-content-photo {
  width: 55%;
  display: inline-flex;
}
@media (max-width: 992px) {
  .poi-goods.poi-2 .ph-group-content .ph-group-content-photo {
    width: 100%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-2 .ph-group-content .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .poi-goods.poi-2 .ph-group-content .ph-group-content-photo img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.poi-goods.poi-2 .ph-group-content .ph-group-content-text {
  width: calc(45% - 16px);
  display: inline-block;
  padding: 0 0 29px 0;
}
@media (max-width: 992px) {
  .poi-goods.poi-2 .ph-group-content .ph-group-content-text {
    flex-shrink: 0;
    width: 100%;
  }
}
.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.poi-change .link-right {
  display: none;
}
.poi-goods .ph-group-title {
  display: block;
  padding: 24px 0;
  color: #df321c;
  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 {
  display: flex;
  margin: 0px auto 80px auto;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  gap: 16px;
  padding: 16px 0;
}
@media (max-width: 576px) {
  .poi-goods .ph-group {
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
    padding: 8px 0px;
  }
}
.poi-goods .ph-group:has(+ .link-right) {
  margin-bottom: 0;
}
.poi-goods .ph-group-content {
  border-radius: 10px;
  padding: 16px 16px 45px 16px;
  position: relative;
  width: calc(25% - 12px);
  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 {
    width: 85%;
    flex-shrink: 0;
  }
}
.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: #fff16e;
  background: #90430c;
}
@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 {
  width: 100%;
  gap: 16px;
  display: flex;
  flex-wrap: nowrap;
  padding: 16px;
}
.poi-goods .ph-group-content.box1 .ph-group-content-photo {
  width: 45%;
  display: inline-block;
}
.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-text {
  width: 53%;
  display: inline-block;
  padding: 0 0 29px 0;
}
.poi-goods .ph-group-content.box2 {
  width: 45%;
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 16px;
}
.poi-goods .ph-group-content.box2 .ph-group-content-photo {
  width: 55%;
  display: inline-block;
}
.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-text {
  width: calc(45% - 16px);
  display: inline-block;
  padding: 0 0 29px 0;
}
.poi-goods .ph-group-content.box3 {
  width: 30%;
  flex-grow: 1;
}
.poi-goods .ph-group-content-photo {
  display: block;
  overflow: hidden;
}
.poi-goods .ph-group-content-photo img {
  width: 100%;
}
.poi-goods .ph-group-content-photo .ph-group-content-tag {
  top: 0px;
  left: 0px;
  position: absolute;
  border-radius: 10px 20px 20px 0px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
  background: #000;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-photo .ph-group-content-tag {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
}
.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;
  }
}
.poi-goods .ph-group-content-text-detail {
  margin: 8px auto;
  color: #333333;
  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: #333333;
  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;
  }
}
.poi-goods .ph-group-content-text-price {
  position: absolute;
  right: 16px;
  bottom: 16px;
  letter-spacing: 0.2px;
  font-family: "Montserrat", "Noto Sans TC";
  color: #f31900;
  background: unset;
  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: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-sale {
  color: #FFF;
  background: #2f8a5f;
  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: #FFF;
  background: #2f8a5f;
  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: inline-block;
  text-align: center;
  position: relative;
}
.poi-goods .ph-group-content-otherlink a:empty {
  display: none;
}
.poi-goods .ph-group-content-otherlink a {
  color: #fff;
  background: #90430c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 4px 16px;
  border: 2px solid #90430c;
  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: inline-flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .poi-goods .ph-menu {
    flex-wrap: nowrap;
    justify-content: center;
    -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: 8px;
  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;
  color: #df321c;
  background: unset;
  font-size: 16px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .poi-goods .ph-menu .slidecontain li a {
    font-size: 14px;
    font-weight: 400px;
    line-height: 1;
  }
}
@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 {
  color: #fff;
  background: #df321c;
  font-weight: 700;
}
.poi-goods.poi-youtube .ph-group-content {
  width: 100%;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 32px;
  padding: 16px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content {
    flex-wrap: wrap;
    gap: 0;
    padding: 16px 16px 96px 16px;
    align-content: baseline;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-youtube .ph-group-content {
    width: 85%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-youtube .ph-group-content:nth-of-type(even) {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content:nth-of-type(even) {
    padding: 16px 16px 96px 16px;
  }
}
.poi-goods.poi-youtube .ph-group-content:nth-of-type(even) .ph-group-content-photo {
  order: 2;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content:nth-of-type(even) .ph-group-content-photo {
    order: 1;
  }
}
.poi-goods.poi-youtube .ph-group-content:nth-of-type(even) .ph-group-content-text {
  order: 1;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content:nth-of-type(even) .ph-group-content-text {
    order: 2;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-photo {
  width: 50%;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-photo {
    width: 100%;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text {
  align-self: center;
  width: 45%;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text {
    width: 100%;
    align-self: top;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-size: 28px;
  font-weight: 700;
  color: #CB120D;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    font-size: 22px;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 93px;
  height: 19px;
  background: url(../images/poi-youtube-icon.png) top center no-repeat;
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-name::after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 18px;
  width: calc(100% - 125px);
  height: 1px;
  background: #D09059;
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  color: #7B6252;
  background: unset;
  border-top: 1px solid #7B6252;
  border-bottom: 1px solid #7B6252;
  line-height: 1.5;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
    font-size: 16px;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  padding: 0px;
  line-height: 1.5;
  color: #7B6252;
  background: unset;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
    font-size: 16px;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink {
  display: block;
  position: static;
  margin: 0 auto;
  text-align: center;
  width: min(222px, 100%);
  background: #20567F;
  color: #FFF;
  border-radius: 99em;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: unset;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink:hover {
  background: #256ea5;
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink a {
  color: #FFF;
  background: unset;
  border-radius: unset;
  padding: 16px 16px;
  display: flex;
  gap: 4px;
  justify-content: center;
  border: unset;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  line-height: 1;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink a {
    font-size: 18px;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink a::after {
  content: "";
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='13' viewBox='0 0 11 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4414 6.20703C10.4414 6.52976 10.2762 6.82916 10.0054 6.99711L1.82359 12.0719C1.54295 12.2459 1.19186 12.2523 0.905322 12.0885C0.61878 11.9247 0.441407 11.6163 0.441407 11.2818L0.441407 1.13227C0.441408 0.797788 0.618781 0.489351 0.905322 0.325559C1.19186 0.161766 1.54296 0.168125 1.82359 0.342188L10.0054 5.41695C10.2762 5.5849 10.4414 5.88431 10.4414 6.20703Z' fill='%23F5F5F5'/%3E%3C/svg%3E");
  width: 11px;
  height: 13px;
  position: static;
  display: inline-block;
  transform: translateY(2px);
}
@media (max-width: 576px) {
  .poi-goods.poi-youtube.poi-youtube-theme1 .ph-group {
    flex-wrap: wrap;
    justify-content: center;
    -webkit-overflow-scrolling: unset;
    overflow-scrolling: unset;
    overflow-x: unset;
  }
}
.poi-goods.poi-youtube.poi-youtube-theme1 .ph-group-content {
  max-width: 640px;
  border-radius: 0px;
  padding: 16px;
  position: relative;
}
.poi-goods.poi-youtube.poi-youtube-theme1 .ph-group-content:hover {
  filter: unset;
}
.poi-goods.poi-youtube.poi-youtube-theme1 .ph-group-content:before {
  content: "";
  width: 100px;
  height: 100px;
  background: #87E9C0;
  position: absolute;
  z-index: -1;
  left: -20px;
  top: -20px;
}
@media (max-width: 576px) {
  .poi-goods.poi-youtube.poi-youtube-theme1 .ph-group-content:before {
    width: 40px;
    height: 40px;
    left: -10px;
    top: -10px;
  }
}
.poi-goods.poi-youtube.poi-youtube-theme1 .ph-group-content:after {
  content: "";
  width: 100px;
  height: 100px;
  background: #87E9C0;
  position: absolute;
  z-index: -1;
  right: -20px;
  bottom: -20px;
}
@media (max-width: 576px) {
  .poi-goods.poi-youtube.poi-youtube-theme1 .ph-group-content:after {
    width: 40px;
    height: 40px;
    right: -10px;
    bottom: -10px;
  }
}
.poi-goods.poi-youtube.poi-youtube-theme1 .ph-group-content .ph-group-content-photo {
  width: 100%;
}
.poi-goods.poi-youtube.poi-youtube-theme1 .ph-group-content .ph-group-content-text {
  display: none;
}
.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;
}

/*萬聖節客製*/
#hkhallopage .poi-goods .ph-group-title {
  color: #5B3B18;
  background: unset;
}
#hkhallopage .poi-goods .ph-group-content {
  color: unset;
  background: #FFF;
}
#hkhallopage .poi-goods .ph-group-content:hover .ph-group-content-otherlink a {
  color: #FFF;
  background: #5AC4F1;
}
#hkhallopage .poi-goods .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  color: #FFF;
  background: #E66CFF;
}
#hkhallopage .poi-goods .ph-group-content .ph-group-content-text-name {
  color: #333333;
  background: unset;
}
#hkhallopage .poi-goods .ph-group-content .ph-group-content-text-detail {
  color: #333333;
  background: unset;
}
#hkhallopage .poi-goods .ph-group-content .ph-group-content-text-detail a {
  color: #333333;
  background: unset;
}
#hkhallopage .poi-goods .ph-group-content .ph-group-content-text-price {
  color: #E66CFF;
  background: unset;
}
#hkhallopage .poi-goods .ph-group-content .ph-group-content-text-sale {
  color: #FFF;
  background: #FF7F00;
}
#hkhallopage .poi-goods .ph-group-content .ph-group-content-text-sale a {
  color: #FFF;
  background: #FF7F00;
}
#hkhallopage .poi-goods .ph-menu .slidecontain li a {
  color: #fff;
  background: unset;
}
#hkhallopage .poi-goods .ph-menu .slidecontain li:hover a, #hkhallopage .poi-goods .ph-menu .slidecontain li.on a {
  color: #fff;
  background: #FF7F00;
}

/*新年客製*/
#newyearpage .poi-goods .ph-group-title {
  color: #fff;
  background: unset;
}
#newyearpage .poi-goods .ph-group-title span {
  position: relative;
}
#newyearpage .poi-goods .ph-group-title span::before {
  content: "";
  background: url(../images/title_newyear1_left.svg) top center no-repeat;
  width: 33px;
  height: 33px;
  left: -41px;
  top: 2px;
  position: absolute;
}
@media (max-width: 768px) {
  #newyearpage .poi-goods .ph-group-title span::before {
    top: -4px;
  }
}
#newyearpage .poi-goods .ph-group-title span::after {
  content: "";
  background: url(../images/title_newyear1_left.svg) top center no-repeat;
  width: 33px;
  height: 33px;
  right: -41px;
  top: 2px;
  position: absolute;
}
@media (max-width: 768px) {
  #newyearpage .poi-goods .ph-group-title span::after {
    top: -4px;
  }
}
#newyearpage .poi-goods .ph-group .ph-group-content {
  color: unset;
  background: #FFF;
}
#newyearpage .poi-goods .ph-group .ph-group-content:hover .ph-group-content-otherlink a {
  color: #FFF;
  background: #5AC4F1;
}
#newyearpage .poi-goods .ph-group .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  color: #FFF;
  background: #ED5534;
}
#newyearpage .poi-goods .ph-group .ph-group-content .ph-group-content-text-name {
  color: #333333;
  background: unset;
}
#newyearpage .poi-goods .ph-group .ph-group-content .ph-group-content-text-detail {
  color: #333333;
  background: unset;
}
#newyearpage .poi-goods .ph-group .ph-group-content .ph-group-content-text-detail a {
  color: #333333;
  background: unset;
}
#newyearpage .poi-goods .ph-group .ph-group-content .ph-group-content-text-price {
  color: #ED5534;
  background: unset;
}
#newyearpage .poi-goods .ph-group .ph-group-content .ph-group-content-text-sale {
  color: #FFF;
  background: #ED5534;
}
#newyearpage .poi-goods .ph-group .ph-group-content .ph-group-content-text-sale a {
  color: #FFF;
  background: #ED5534;
}
#newyearpage .poi-goods .ph-group:nth-of-type(even) .ph-group-content-photo .ph-group-content-tag {
  color: #FFF;
  background: #ED4093;
}
#newyearpage .poi-goods .ph-group:nth-of-type(even) .ph-group-content-text-price {
  color: #ED4093;
  background: unset;
}
#newyearpage .poi-goods .ph-group:nth-of-type(even) .ph-group-content-text-sale {
  color: #FFF;
  background: #ED4093;
}
#newyearpage .poi-goods .ph-group:nth-of-type(even) .ph-group-content-text-sale a {
  color: #FFF;
  background: #ED4093;
}
#newyearpage .poi-goods .ph-menu {
  margin-bottom: 24px;
}
#newyearpage .poi-goods .ph-menu .slidecontain {
  gap: 8px;
}
#newyearpage .poi-goods .ph-menu .slidecontain li a {
  border-radius: 99em;
  border: 1px solid #FFF;
  color: #fff;
  background: unset;
}
#newyearpage .poi-goods .ph-menu .slidecontain li:hover a, #newyearpage .poi-goods .ph-menu .slidecontain li.on a {
  border: 1px solid #000;
  color: #0B060F;
  background: var(--Linear, linear-gradient(180deg, #FFFBC7 0%, #F3B0CD 95%));
  font-weight: 500;
}
#newyearpage .poi-goods.poi-newyear-info .ph-group {
  gap: 40px 16px;
}
#newyearpage .poi-goods.poi-newyear-info .ph-group:nth-of-type(even) .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  color: #FFF;
  background: #ED5534;
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  align-items: center;
  padding: 0;
  width: calc(100% + 126px);
  background: unset;
  transform: translateX(124px);
  margin-left: -124px;
}
@media (max-width: 992px) {
  #newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) {
    transform: unset;
    margin-left: 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  #newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) {
    width: 90%;
    flex-shrink: 0;
    display: block;
  }
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo {
  border-radius: 10px;
  max-width: 590px;
  width: 100%;
}
@media (max-width: 992px) {
  #newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo {
    max-width: 900px;
    width: 100%;
  }
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo img {
  width: 100%;
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text {
  padding: 30px;
  width: 60%;
  position: relative;
  right: 0px;
  top: 0px;
  border: solid 1px #000;
  border-radius: 20px;
  transform: translateX(-124px);
  flex-grow: 1;
  color: unset;
  background: #fff;
}
@media (max-width: 992px) {
  #newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text {
    width: 90%;
    right: unset;
    transform: unset;
    margin-top: -40px;
    flex-grow: 0;
  }
}
@media (max-width: 576px) {
  #newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text {
    background: unset;
    border: none;
    width: 100%;
    transform: unset;
    text-align: center;
    padding: 0;
    margin-top: -29px;
  }
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-name {
  font-size: 28px;
  font-weight: 500;
  width: 100%;
  color: #000;
  display: block;
  position: relative;
  border-bottom: 2px solid #ED5534;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  #newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-name {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  #newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-name {
    display: inline-block;
    background: #FFF;
    border-radius: 99em;
    padding: 8px 24px;
    line-height: 1;
    border: 1px solid #000;
    border-bottom: none;
    width: unset;
  }
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-name::before {
  content: "";
  display: block;
  width: 24px;
  height: 32px;
  background: url(../images/info_icon.svg) no-repeat top center;
  position: relative;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  #newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-name::before {
    display: inline-block;
    background-size: 100%;
    width: 18px;
    height: 23px;
    transform: translateY(3px);
    margin-bottom: 0;
  }
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-sale {
  display: none;
  padding: 16px 0 0px 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  #newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-sale {
    font-size: 14px;
  }
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-sale a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  #newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-sale a {
    font-size: 14px;
  }
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-detail {
  padding-top: 16px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-detail {
    font-size: 14px;
  }
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-detail a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-detail a {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  #newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-detail {
    text-align: left;
    color: #FFF;
    margin: 8px auto;
    padding: 0;
  }
  #newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-detail a {
    color: #FFF;
  }
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-price {
  display: none;
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(n+2) {
  background: unset;
  width: 45%;
  flex-grow: 1;
  padding: 0;
  max-width: 464px;
}
@media (max-width: 576px) {
  #newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(n+2) {
    width: 90%;
  }
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-photo {
  border-radius: 10px;
  overflow: hidden;
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text {
  text-align: center;
  margin-top: -40px;
}
@media (max-width: 576px) {
  #newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text {
    margin-top: -30px;
  }
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-name {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  display: inline-block;
  position: relative;
  background: #FFF;
  border-radius: 99em;
  padding: 16px 42px;
  line-height: 1;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  #newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-name {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-name {
    padding: 8px 24px;
  }
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-name::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 31px;
  background: url(../images/info_icon.svg) no-repeat top center;
  position: relative;
  transform: translateY(5px);
}
@media (max-width: 768px) {
  #newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-name::before {
    background-size: 100%;
    width: 18px;
    height: 23px;
    transform: translateY(3px);
  }
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-sale {
  background: unset;
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-sale a {
  background: unset;
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-detail {
  color: #FFF;
  text-align: left;
}
#newyearpage .poi-goods.poi-newyear-info .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-detail a {
  color: #FFF;
  text-align: left;
}

.get-movie-goods {
  display: none;
}

.movie-goods-content {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  background: #ffd998;
  border-radius: 20px;
  padding: 24px 80px;
  gap: 100px;
  position: relative;
  overflow: hidden;
  align-items: stretch;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .movie-goods-content {
    gap: 10px;
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .movie-goods-content {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .movie-goods-content {
    padding: 20px;
    border-radius: 12px;
    flex-wrap: wrap;
    width: 100%;
  }
}
.movie-goods-content::before {
  content: "";
  background: url(../images/movie-title-poi.png?v=20250715-3) no-repeat top center;
  height: 259px;
  width: 24px;
  position: absolute;
  left: 30px;
  top: 30px;
}
@media (max-width: 1200px) {
  .movie-goods-content::before {
    content: unset;
  }
}
.movie-goods-content .ph-group-content {
  width: 100% !important;
  text-align: left;
}
@media (max-width: 992px) {
  .movie-goods-content .ph-group-content {
    flex-grow: 1;
    width: 40% !important;
  }
}
@media (max-width: 576px) {
  .movie-goods-content .ph-group-content {
    width: 100%;
  }
}
.movie-goods-content .get-movie-img {
  width: 45%;
  position: relative;
  flex-grow: 1;
  min-height: 490px;
}
@media (max-width: 1200px) {
  .movie-goods-content .get-movie-img {
    width: 37.5%;
  }
}
@media (max-width: 992px) {
  .movie-goods-content .get-movie-img {
    width: 40%;
  }
}
@media (max-width: 576px) {
  .movie-goods-content .get-movie-img {
    min-height: 526px;
    width: 100%;
    aspect-ratio: 9/16;
  }
}
.movie-goods-content .get-movie-img::before {
  content: "";
  background: url(../images/movie-title-img.png?v=20250715-3) no-repeat top center;
  height: 145px;
  width: 24px;
  position: absolute;
  left: -42px;
  top: 6px;
}
@media (max-width: 1200px) {
  .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: 100%;
  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: 1200px) {
  .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%);
}

nav.nav {
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  transition: 0.3s;
  /*黏*/
}
nav.nav .nav-list {
  color: unset;
  background: #fff;
  padding: 0 24px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0px;
  margin: 0 auto;
}
nav.nav .nav-list * {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  nav.nav .nav-list * {
    font-size: 18px;
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  nav.nav .nav-list {
    flex-wrap: nowrap;
    justify-content: left;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
    margin: 0px auto;
    padding: 0 8px;
  }
}
nav.nav .nav-list .nav-tab {
  cursor: pointer;
  text-align: center;
  position: relative;
  padding: 16px;
  white-space: nowrap;
  color: #ff5917;
  background: unset;
}
nav.nav .nav-list .nav-tab:hover {
  color: #fff;
  background: #ff5917;
}
@media (max-width: 576px) {
  nav.nav .nav-list .nav-tab:hover {
    color: #ff5917;
    background: unset;
  }
}
nav.nav .nav-list .nav-tab.on {
  color: #fff;
  background: #ff5917;
}
nav.nav.sticky {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0px auto;
}
nav.nav .poi-list {
  color: unset;
  background: #ff5917;
  width: 100%;
  top: 0px;
  left: 0;
  text-align: center;
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 32px;
  padding: 16px 24px;
  position: relative;
}
nav.nav .poi-list * {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  nav.nav .poi-list * {
    font-size: 14px;
    font-weight: 500;
  }
}
@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;
  flex-shrink: 0;
  color: #FFF;
  background: unset;
}
nav.nav .poi-list .poi-tab:hover {
  color: #ff0;
  background: unset;
}

#hkhallopage .nav-list {
  color: unset;
  background: #2F162B;
}
#hkhallopage .nav-list .nav-tab {
  color: #fff;
  background: unset;
}
#hkhallopage .nav-list .nav-tab:hover {
  color: #fff;
  background: #FF7F00;
}
@media (max-width: 576px) {
  #hkhallopage .nav-list .nav-tab:hover {
    color: #fff;
    background: unset;
  }
}
#hkhallopage .nav-list .nav-tab.on {
  color: #fff;
  background: #FF7F00;
}
#hkhallopage .poi-list {
  color: unset;
  background: #FF7F00;
}
#hkhallopage .poi-list .poi-tab {
  color: #FFF;
  background: unset;
}
#hkhallopage .poi-list .poi-tab:hover {
  color: rgb(255, 228, 203);
  background: unset;
}

#newyearpage .nav-list {
  color: unset;
  background: #000;
}
#newyearpage .nav-list .nav-tab {
  color: #fff;
  background: unset;
}
#newyearpage .nav-list .nav-tab:hover {
  color: #fff;
  background: #ED5534;
}
@media (max-width: 576px) {
  #newyearpage .nav-list .nav-tab:hover {
    color: #fff;
    background: unset;
  }
}
#newyearpage .nav-list .nav-tab.on {
  color: #fff;
  background: #ED5534;
}
#newyearpage .poi-list {
  color: unset;
  background: #ED5534;
}
#newyearpage .poi-list .poi-tab {
  color: #FFF;
  background: unset;
}
#newyearpage .poi-list .poi-tab:hover {
  color: rgb(255, 245, 200);
  background: unset;
}

#hktp nav.nav .nav-list {
  background: #1d6564;
}
#hktp nav.nav .nav-list .nav-tab {
  color: #fff;
}
#hktp nav.nav .nav-list .nav-tab:hover, #hktp nav.nav .nav-list .nav-tab.on {
  background: #ffc507;
  color: #1d6564;
}
#hktp nav.nav .poi-list {
  background: #ffc507;
}
@media (max-width: 768px) {
  #hktp nav.nav .poi-list {
    flex-wrap: nowrap;
    justify-content: left;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
  }
}
#hktp nav.nav .poi-list .poi-tab {
  color: #2F0101;
}

#seniorpage .nav-list {
  background: #FF837A;
  color: #FFF;
}
#seniorpage .nav-list .nav-tab {
  color: #FFFFFF;
}
#seniorpage .nav-list .nav-tab:hover {
  background: #FFECD0;
  color: #2F0101;
}
@media (max-width: 576px) {
  #seniorpage .nav-list .nav-tab:hover {
    background: #FFECD0;
    color: #2F0101;
  }
}
#seniorpage .nav-list .nav-tab.on {
  background: #FFECD0;
  color: #2F0101;
}
#seniorpage .poi-list {
  background: #FFECD0;
  color: #2F0101;
}
#seniorpage .poi-list .poi-tab {
  color: #2F0101;
}
#seniorpage .poi-list .poi-tab:hover {
  color: #ff5b50;
}

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

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;
  }
}

#hkhallopage .goTop {
  background: #FF7F00;
}

.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: #1d6564;
  text-decoration: none;
}
.goTop:hover {
  padding-top: 30px;
  color: #fff;
  background-color: rgb(17.6230769231, 61.3769230769, 60.7692307692);
  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;
}

/*版頭POI*/
header.kv-banner {
  position: relative;
  height: 450px;
  background-position: top center;
  background-repeat: no-repeat;
}

header.kv-banner h1 {
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  header.kv-banner {
    background-size: 160%;
    height: 37vw;
  }
}
@media screen and (max-width: 768px) {
  header.kv-banner .container-fluid.pin-header-banner, header.kv-banner .container-fullbg.pin-header {
    margin-top: 0;
  }
}
.bnad img {
  width: 100%;
  transition: 0.3s;
}
.bnad img:hover {
  transform: scale(0.98);
}

.h2-title {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  color: #df321c;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .h2-title {
    font-size: 24px;
    font-weight: 700;
  }
}
.h2-title.senior_title1 {
  width: min(362px, 80%);
}
.h2-title.senior_title2 {
  width: min(292px, 70%);
}
.h2-title.senior_title3 {
  width: min(362px, 80%);
}
.h2-title.senior_title4 {
  width: min(362px, 80%);
}
.h2-title span {
  position: relative;
}
.h2-title:has(+ .bnad) {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .h2-title:has(+ .bnad) {
    margin-bottom: 24px;
  }
}
.h2-title img {
  width: 100%;
}

.h3-title {
  text-align: center;
}
@media (max-width: 576px) {
  .h3-title {
    overflow: hidden;
  }
}
.h3-title span {
  position: relative;
  display: inline-block;
}
.h3-title span::before {
  content: "";
  background: url(../images/title-dot_index.svg) center center no-repeat;
  width: 481px;
  height: 6px;
  position: absolute;
  left: 109%;
  top: 50%;
}
@media (max-width: 576px) {
  .h3-title span::before {
    left: 100%;
  }
}
.h3-title span::after {
  content: "";
  background: url(../images/title-dot_index.svg) center center no-repeat;
  width: 481px;
  height: 6px;
  position: absolute;
  right: 109%;
  top: 50%;
  transform: scale(-1);
}
@media (max-width: 576px) {
  .h3-title span::after {
    right: 100%;
  }
}
@media (max-width: 576px) {
  .h3-title span:has(.title1-1_infor)::before {
    left: 93%;
  }
}
@media (max-width: 576px) {
  .h3-title span:has(.title1-1_infor)::after {
    right: 93%;
  }
}
@media (max-width: 576px) {
  .h3-title span img {
    width: min(162px, 80%);
  }
}
@media (max-width: 576px) {
  .h3-title span img.title1-1_infor {
    width: min(489px, 80%);
  }
}

.main-content {
  padding: 40px 0 80px 0;
  background: #fff1d4;
  overflow: hidden;
}
.main-content:has(.moreHK) {
  padding: 40px 0 0px 0;
}
.main-content:has(.more-goods-btn) {
  padding: 24px 0 0px 0;
}
@media (max-width: 992px) {
  .main-content {
    padding: 16px 0 40px 0;
  }
  .main-content:has(.moreHK) {
    padding: 24px 0 40px 0;
  }
}

/*moreHK*/
.moreHK {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #90430c;
}
@media (max-width: 992px) {
  .moreHK {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.moreHK .ph-group-title {
  display: block;
  padding: 24px 0 24px 0;
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: white;
}
@media (max-width: 768px) {
  .moreHK .ph-group-title {
    font-size: 24px;
  }
}

.moreHK .ph-group-content-photo,
.moreHK .ph-menu,
.moreHK .ph-group-content-text-sale,
.moreHK .ph-group-content-text-detail,
.moreHK .ph-group-content-text-price {
  display: none;
}

.moreHK .ph {
  width: 95%;
  max-width: 1200px;
}

.moreHK .ph-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 992px) {
  .moreHK .ph-group {
    gap: 4px;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .moreHK .ph-group {
    gap: 4px;
  }
}

.moreHK .ph-group-content {
  display: inline-block;
  margin: 10px;
  padding: 5px 0;
  width: calc(50% - 20px);
  max-width: 200px;
  border: 1px solid white;
  text-align: center;
  border-radius: 99em;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .moreHK .ph-group-content {
    width: 45%;
    flex-grow: 1;
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .moreHK .ph-group-content {
    width: 47%;
    flex-shrink: 1;
    margin: 0;
  }
}

.moreHK .ph-group-content-text-name {
  display: flex;
  flex-direction: column;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: white;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .moreHK .ph-group-content-text-name {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .moreHK .ph-group-content-text-name {
    letter-spacing: 1px;
    font-size: 15px;
  }
}

.moreHK ul li a span {
  display: flex;
  justify-content: center;
}

.moreHK .ph-group-content:hover {
  transform: translateY(-5px);
}

/*客製化*/
#hkhallopage .main-content {
  background: url(../images/bg_hallo.jpg) top center repeat-y;
}
#hkhallopage .h2-title {
  color: #E66CFF;
}
#hkhallopage .h2-title.h2-title-hallo::before {
  content: "";
  background: url(../images/title_hallo1_left.svg) top center repeat-y;
  width: 55px;
  height: 71px;
  left: -52px;
  top: -14px;
  position: absolute;
}
@media (max-width: 992px) {
  #hkhallopage .h2-title.h2-title-hallo::before {
    top: -25px;
  }
}
#hkhallopage .h2-title.h2-title-hallo::after {
  content: "";
  background: url(../images/title_hallo1_right.svg) top center repeat-y;
  width: 59px;
  height: 44px;
  right: -64px;
  top: 0;
  position: absolute;
}
@media (max-width: 992px) {
  #hkhallopage .h2-title.h2-title-hallo::after {
    top: -9px;
  }
}
#hkhallopage .h2-title.h2-title-food::before {
  content: "";
  background: url(../images/title_hallo2_left.svg) top center repeat-y;
  width: 66px;
  height: 55px;
  left: -66px;
  top: -4px;
  position: absolute;
}
@media (max-width: 992px) {
  #hkhallopage .h2-title.h2-title-food::before {
    top: -13px;
  }
}
#hkhallopage .h2-title.h2-title-food::after {
  content: "";
  background: url(../images/title_hallo2_right.svg) top center repeat-y;
  width: 69px;
  height: 48px;
  right: -73px;
  top: -4px;
  position: absolute;
}
@media (max-width: 992px) {
  #hkhallopage .h2-title.h2-title-food::after {
    top: -12px;
  }
}
#hkhallopage .h2-title.h2-title-fun::before {
  content: "";
  background: url(../images/title_hallo3_left.svg) top center repeat-y;
  width: 94px;
  height: 83px;
  left: -78px;
  top: -18px;
  position: absolute;
}
@media (max-width: 992px) {
  #hkhallopage .h2-title.h2-title-fun::before {
    top: -26px;
  }
}
#hkhallopage .h2-title.h2-title-fun::after {
  content: "";
  background: url(../images/title_hallo3_right.svg) top center repeat-y;
  width: 68px;
  height: 64px;
  right: -62px;
  top: -12px;
  position: absolute;
}
@media (max-width: 992px) {
  #hkhallopage .h2-title.h2-title-fun::after {
    top: -22px;
  }
}

.more-goods-btn {
  background: linear-gradient(180deg, #FFFBC7 -497.65%, #F3B0CD 70.12%);
  text-align: center;
  padding: 20px;
}
.more-goods-btn a {
  background: #000000;
  width: min(430px, 95%);
  display: block;
  margin: 0 auto;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  padding: 8px 0;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .more-goods-btn a {
    font-size: 18px;
  }
}
.more-goods-btn a div {
  display: inline-block;
  position: relative;
  transform: translateX(-18px);
}
.more-goods-btn a div::after {
  content: "";
  background: url(../images/btn-arrow2.svg) top center no-repeat;
  width: 38px;
  height: 9px;
  right: -51px;
  top: 10px;
  position: absolute;
}
@media (max-width: 992px) {
  .more-goods-btn a div::after {
    top: 7px;
    right: -46px;
  }
}
.more-goods-btn a div span {
  color: #FFFBC7;
  padding: 8px 0;
}

/*客製化*/
#newyearpage {
  /*版頭POI*/
}
#newyearpage .goTop {
  background-color: #ED5534;
}
#newyearpage .goTop:hover {
  background-color: rgb(218.6153846154, 54.9230769231, 19.3846153846);
}
#newyearpage .main-content {
  background: url(../images/bg_newyear_bottom.webp) bottom center no-repeat, url(../images/bg_newyear.webp) top center repeat-y;
}
#newyearpage .h2-title {
  font-size: 48px;
  font-weight: 700;
  background: var(--Linear, linear-gradient(180deg, #FFFBC7 0%, #F3B0CD 95%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  #newyearpage .h2-title {
    font-size: 32px;
  }
}
#newyearpage .h2-title::before {
  content: "";
  background: url(../images/title_newyear_left.svg) top center no-repeat;
  width: 35px;
  height: 35px;
  left: -47px;
  top: 19px;
  position: absolute;
}
@media (max-width: 768px) {
  #newyearpage .h2-title::before {
    top: 3px;
    left: -45px;
  }
}
#newyearpage .h2-title::after {
  content: "";
  background: url(../images/title_newyear_left.svg) top center no-repeat;
  width: 35px;
  height: 35px;
  right: -47px;
  top: 19px;
  position: absolute;
}
@media (max-width: 768px) {
  #newyearpage .h2-title::after {
    top: 3px;
    right: -40px;
  }
}
@media (max-width: 576px) {
  #newyearpage nav.nav .poi-list {
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
  }
}

#seniorpage .bg-pink {
  background: url(../images/senior_bg2.jpg) top center repeat-y;
}
#seniorpage .main-content {
  padding: 0;
  background: url(../images/senior_bg3.jpg) top center repeat-y;
}
#seniorpage .poi {
  padding: 0;
}
#seniorpage .poi-goods {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  #seniorpage .poi-goods {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#seniorpage .poi-goods.bg-youtube {
  background: url(../images/senior_bg1.jpg) top center repeat-y;
}
#seniorpage .poi-goods.bg-youtube .ph-group {
  margin-bottom: 0;
}
#seniorpage .poi-goods .ph-group {
  margin-bottom: 0;
}
#seniorpage .poi-goods .ph-group .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  background: #FF766C;
}
#seniorpage .poi-goods .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  background: #31A6D7;
  color: #fff;
}
#seniorpage .poi-goods .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  background: #31A6D7;
  color: #fff;
}
#seniorpage .poi-goods .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  color: #FF3B2C;
}
#seniorpage .moreHK {
  background: #FFECD0;
}
#seniorpage .moreHK .ph-group-title {
  color: #793030;
}
#seniorpage .moreHK .ph-group-title span {
  font-family: "Noto Serif TC";
}
#seniorpage .moreHK .ph-group-content {
  transition: 0s;
  border: 1px solid #694B48;
}
#seniorpage .moreHK .ph-group-content .ph-group-content-text-name {
  color: #694B48;
}
#seniorpage .moreHK .ph-group-content:hover {
  background: #FF766C;
  border: 1px solid #FF766C;
  transform: unset;
}
#seniorpage .moreHK .ph-group-content:hover .ph-group-content-text-name {
  color: #fff;
}
#seniorpage .goTop {
  background: #0FAE6B;
}
#seniorpage .goTop:hover {
  background: #078651;
}/*# sourceMappingURL=all.css.map */