@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&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;
}

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

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

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

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

@keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes updown {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}
.poi {
  padding: 0px 0;
}

.poi-goods {
  padding: 0px 0;
  position: relative;
  z-index: 0;
  text-align: center;
  /*三個一排*/
  /*切換*/
  /*一般的樣式*/
  /*poi選單*/
  /*youtube*/
  /*1大2小*/
  /*純文字*/
  /*景點專用 左右圖文交錯*/
  /*放最下面*/
}
.poi-goods.p02-change .ph-group-base {
  display: none;
}
.poi-goods.p02-change .ph-group-base.on {
  display: block;
}
.poi-goods.p02-change .ph-group-title {
  display: none;
}
.poi-goods .ph-group-menu {
  margin: 16px auto;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
}
.poi-goods .ph-group-menu li {
  padding: 4px 8px;
  border-radius: 20px;
  color: #868686;
  background: unset;
}
.poi-goods .ph-group-menu li a {
  color: #868686;
  background: unset;
}
.poi-goods .ph-group-menu li.on {
  color: #fff;
  background: #868686;
}
.poi-goods .ph-group-menu li.on a {
  color: #fff;
  background: #868686;
}
.poi-goods .ph-group-tab {
  display: none;
}
.poi-goods .ph-group-tab.on {
  display: block;
}
.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: #5AC4F1;
  background: unset;
}
@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: #5AC4F1;
  background: unset;
}
@media not all and (pointer: coarse) {
  .poi-goods .ph .link-right:hover {
    color: #FFF;
    background: #5AC4F1;
  }
}
.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-1 .ph-group-content {
  width: 100%;
  flex-grow: 1;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 16px;
}
@media (max-width: 992px) {
  .poi-goods.poi-1 .ph-group-content {
    flex-wrap: wrap;
    display: block;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1 .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1 .ph-group-content .ph-group-content-photo {
  width: 55%;
  display: inline-flex;
}
@media (max-width: 992px) {
  .poi-goods.poi-1 .ph-group-content .ph-group-content-photo {
    width: 100%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1 .ph-group-content .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .poi-goods.poi-1 .ph-group-content .ph-group-content-photo img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.poi-goods.poi-1 .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-1 .ph-group-content .ph-group-content-text {
    flex-shrink: 0;
    width: 100%;
  }
}
.poi-goods.poi-1-theme2 .ph-group .ph-group-content {
  gap: 48px;
  align-items: center;
  background: unset;
}
.poi-goods.poi-1-theme2 .ph-group .ph-group-content::before {
  content: "";
  position: absolute;
  left: -138px;
  top: 50%;
  transform: translateY(-50%);
  width: 402px;
  height: 627px;
  background: url(../images/section-blog-bg.png) top center no-repeat;
  z-index: -1;
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme2 .ph-group .ph-group-content::before {
    content: unset;
  }
}
@media not all and (pointer: coarse) {
  .poi-goods.poi-1-theme2 .ph-group .ph-group-content:hover {
    filter: unset;
  }
}
.poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-photo {
  width: 70%;
  padding: 20px;
  border: 1px solid #FFC5B1;
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-photo {
    width: 100%;
  }
}
.poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text {
  width: 30%;
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text {
    width: 100%;
  }
}
.poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  font-family: "Noto Serif TC";
  color: #333;
  padding-bottom: 16px;
  border-bottom: 1px solid #C59D34;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
.poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  position: relative;
}
.poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80px;
  right: -20px;
  bottom: -12px;
  background: #F06C3C;
}
@media (max-width: 576px) {
  .poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail:before {
    content: unset;
  }
}
.poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  right: -20px;
  bottom: -12px;
  background: #F06C3C;
}
@media (max-width: 576px) {
  .poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail:after {
    content: unset;
  }
}
.poi-goods.poi-1-theme3 .ph-group {
  gap: 80px 0;
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme3 .ph-group {
    gap: 16px 0;
  }
}
.poi-goods.poi-1-theme3 .ph-group .ph-group-content {
  gap: 30px;
  align-items: center;
  background: unset;
}
@media not all and (pointer: coarse) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content:hover {
    filter: unset;
  }
}
.poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-photo {
  width: 70%;
  position: relative;
  overflow: unset;
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-photo {
    width: 100%;
  }
}
.poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-photo::before {
  content: "";
  position: absolute;
  left: -24px;
  top: -24px;
  width: 185px;
  height: 185px;
  background: #FF9F8C;
  z-index: -1;
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-photo::before {
    content: unset;
  }
}
.poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text {
  width: 36%;
  background: #FFF;
  padding: 40px;
  position: relative;
  height: calc(100% + 48px);
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text {
    width: 100%;
    height: unset;
    padding-bottom: 52px;
    padding: 16px 16px 45px 16px;
  }
}
.poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 185px;
  height: 185px;
  background: #FF9F8C;
  z-index: -1;
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text::after {
    content: unset;
  }
}
.poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  font-family: "Noto Serif TC";
  padding-bottom: 16px;
  border-bottom: 1px solid #C59D34;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
.poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
    font-size: 14px;
  }
}
.poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
    font-size: 14px;
  }
}
.poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  background: #FD5837;
  border-radius: 40px;
  color: #FFF;
  padding: 4px 20px;
  left: 50%;
  right: unset;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
    font-size: 16px;
  }
}
.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-title {
  display: flex !important;
  flex-wrap: nowrap;
  font-size: 48px;
  font-weight: 700;
  color: #FF5136;
  background: unset;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .poi-goods .ph-title {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .poi-goods .ph-title {
    margin-bottom: 24px;
  }
}
.poi-goods .ph-title div {
  position: relative;
  background: url(../images/title_bg_yellow.svg) top center no-repeat;
  padding: 12px 0;
  min-width: 412px;
  background-size: 100%;
}
@media (max-width: 768px) {
  .poi-goods .ph-title div {
    min-width: 296px;
  }
}
.poi-goods .ph-title div::before {
  content: "";
  position: absolute;
  left: -78px;
  top: 16px;
  width: 57px;
  height: 48px;
  background: url(../images/title_left.svg) top center no-repeat;
}
@media (max-width: 768px) {
  .poi-goods .ph-title div::before {
    width: 45px;
    left: -59px;
    top: 5px;
    background: url(../images/title_left.svg) top center no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-title div::before {
    content: none;
  }
}
.poi-goods .ph-title div::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 13px;
  width: 65px;
  height: 56px;
  background: url(../images/title_right.svg) top center no-repeat;
}
@media (max-width: 768px) {
  .poi-goods .ph-title div::after {
    width: 47px;
    right: -61px;
    top: 3px;
    background: url(../images/title_right.svg) top center no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-title div::after {
    content: none;
  }
}
.poi-goods .ph-group-title {
  display: block;
  padding: 24px 0;
  color: #FF5136;
  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));
}
@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: #FF5136;
}
@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: #542F28;
  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: #515151;
  background: unset;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-detail {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-detail a {
  color: #515151;
  background: unset;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-detail a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-price {
  position: absolute;
  right: 16px;
  bottom: 16px;
  letter-spacing: 0.2px;
  font-family: "Manrope", "Noto Sans TC";
  color: #FF5136;
  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: #7D4137;
  background: #FCF77F;
  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: #7D4137;
  background: #FCF77F;
  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: flex;
  text-align: center;
  position: relative;
  flex-wrap: wrap;
  gap: 4px;
}
.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 12px;
  border: 1px solid #B1382F;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-otherlink a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
@media not all and (pointer: coarse) {
  .poi-goods .ph-group-content-otherlink a:hover {
    color: #FFF;
    background: #5AC4F1;
  }
}
.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: 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;
  color: #333;
  background: unset;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  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: #FF5136;
  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.hide-ph-group-title .ph-group-title {
  display: none;
}
.poi-goods.poi-pic2-onlytext .ph-group-content {
  /*除了第一和第二個*/
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
  flex-grow: 1;
  padding: 16px;
}
.poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1), .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) {
  width: 45%;
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 16px;
}
@media (max-width: 992px) {
  .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1), .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) {
    width: calc(50% - 16px);
    padding: 14px 14px 43px 14px;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1), .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) {
    width: 85%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-photo {
  width: 55%;
  display: inline-block;
}
@media (max-width: 992px) {
  .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-photo {
    display: block;
    width: 100%;
  }
}
.poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo .ph-group-content-tag, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-photo .ph-group-content-tag {
  top: 0px;
  left: 0px;
  position: absolute;
  border-radius: 10px 20px 20px 0px;
}
.poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo img, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
}
.poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-text {
  width: calc(45% - 16px);
  display: inline-block;
  padding: 0 0 29px 0;
}
@media (max-width: 992px) {
  .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-text {
    display: block;
    width: 100%;
  }
}
.poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-sale, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-text .ph-group-content-text-sale {
  color: #7D4137;
  background: #FCF77F;
}
.poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-sale a, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-text .ph-group-content-text-sale a {
  padding: 8px;
  color: #7D4137;
  background: #FCF77F;
}
@media (max-width: 992px) {
  .poi-goods.poi-pic2-onlytext .ph-group-content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-pic2-onlytext .ph-group-content {
    width: 85%;
  }
}
.poi-goods.poi-pic2-onlytext .ph-group-content .ph-group-content-photo {
  display: inline-block;
  overflow: unset;
  flex-shrink: 0;
}
.poi-goods.poi-pic2-onlytext .ph-group-content .ph-group-content-photo img {
  display: none;
}
.poi-goods.poi-pic2-onlytext .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  position: relative;
  top: 16px;
  left: -16px;
  border-radius: 0px 20px 20px 0px;
}
.poi-goods.poi-pic2-onlytext .ph-group-content .ph-group-content-text {
  display: inline-block;
  flex-shrink: 1;
}
.poi-goods.poi-pic2-onlytext .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  color: #FF5136;
  background: unset;
}
.poi-goods.poi-pic2-onlytext .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  padding: 0px;
  color: #FF5136;
  background: unset;
}
.poi-goods.poi-pic3-onlytext .ph-group-content {
  width: calc(33.3333333333% - 11px);
}
@media (max-width: 576px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) {
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
  flex-grow: 1;
  padding: 16px;
}
@media (max-width: 1200px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) {
    padding-bottom: 43px;
  }
}
@media (max-width: 992px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) {
    width: 90%;
    flex-wrap: wrap;
    align-content: baseline;
  }
}
.poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-photo {
  display: inline-block;
  overflow: unset;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-photo {
    width: 100%;
    display: block;
  }
}
.poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-photo img {
  display: none;
}
@media (max-width: 576px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-photo img {
    display: block;
  }
}
.poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-photo .ph-group-content-tag {
  position: relative;
  top: 16px;
  left: -16px;
  min-width: 152px;
  display: inline-block;
  text-align: center;
  border-radius: 0px 20px 20px 0px;
}
@media (max-width: 576px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-photo .ph-group-content-tag {
    top: 0px;
    left: 0px;
    position: absolute;
    min-width: unset;
    border-radius: 10px 20px 20px 0px;
    padding: 8px 16px;
    color: #FFF;
    background: #FF5136;
  }
}
.poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-text {
  display: inline-block;
  flex-shrink: 1;
  width: calc(100% - 338px);
}
@media (max-width: 1200px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-text {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-text {
    display: block;
    width: 100%;
  }
}
.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-weight: 700;
  color: #CB120D;
  position: relative;
  padding-bottom: 40px;
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-name::after {
  content: "";
  position: absolute;
  left: 0px;
  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);
}
.poi-goods.poi-youtube-theme3 .ph-group {
  gap: 24px;
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content {
  padding: 0;
  gap: 16px;
  background: unset;
}
@media not all and (pointer: coarse) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content:hover {
    filter: unset;
  }
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-photo {
  order: 1;
}
@media (max-width: 992px) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content {
    flex-wrap: wrap;
  }
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-photo {
  width: 80%;
}
@media (max-width: 992px) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-photo {
    width: 100%;
  }
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text {
  background: #FFF;
  align-self: normal;
  width: 45%;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
@media (max-width: 992px) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text {
    padding: 24px;
  }
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  font-family: "Noto Serif TC";
  color: #333333;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
@media (max-width: 992px) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name::after {
  content: unset;
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  width: 100%;
  display: block;
  text-align: center;
  border-bottom: 1px solid #C59D34;
  border-top: 1px solid #C59D34;
  color: #C59D34;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  font-family: "Noto Serif TC";
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
    line-height: 1.3;
  }
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  color: #C59D34;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  font-family: "Noto Serif TC";
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
    line-height: 1.3;
  }
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  width: 100%;
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-otherlink {
  width: 100%;
  background: #F06C3C;
}
@media (max-width: 992px) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-otherlink {
    position: static;
    transform: unset;
  }
}
.poi-goods.poi-1large-2small .ph-group-content {
  width: 45%;
  flex-grow: 1;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
}
.poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) {
  width: 100%;
  gap: 16px;
  display: flex;
  flex-wrap: nowrap;
  padding: 16px;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) {
    display: block;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) .ph-group-content-photo {
  width: 45%;
  display: inline-block;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) .ph-group-content-photo {
    width: 100%;
  }
}
.poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) .ph-group-content-text {
  width: 53%;
  display: inline-block;
  padding: 0 0 29px 0;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) .ph-group-content-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content {
    flex-wrap: wrap;
    display: block;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-2small .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1large-2small .ph-group-content .ph-group-content-photo {
  width: 55%;
  display: inline-flex;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content .ph-group-content-photo {
    width: 100%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1large-2small .ph-group-content .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content .ph-group-content-photo img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.poi-goods.poi-1large-2small .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-1large-2small .ph-group-content .ph-group-content-text {
    flex-shrink: 0;
    width: 100%;
  }
}
.poi-goods.poi-onlytext .ph-group .ph-group-content {
  width: 100%;
}
@media (max-width: 576px) {
  .poi-goods.poi-onlytext .ph-group .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-onlytext .ph-group .ph-group-content .ph-group-content-photo {
  display: none;
}
.poi-goods.poi-onlytext .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  display: none;
}
.poi-goods.poi-onlytext .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  color: #755101;
}
.poi-goods.poi-landmark {
  text-align: center;
}
.poi-goods.poi-landmark .ph-group-title {
  display: none;
}
.poi-goods.poi-landmark .ph-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  text-align: left;
}
@media (max-width: 992px) {
  .poi-goods.poi-landmark .ph-group {
    align-items: baseline;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-landmark .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.poi-landmark .ph-group .ph-group-content {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  align-items: center;
  padding: 0;
  width: 100%;
  background: unset;
}
@media (max-width: 992px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-photo {
  order: 2;
}
@media (max-width: 992px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-photo {
    order: 1;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-text {
  order: 1;
}
@media (max-width: 992px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-text {
    order: 2;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-photo {
  max-width: 600px;
  width: 60%;
}
@media (max-width: 992px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-photo {
    max-width: 900px;
    width: 100%;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-photo img {
  width: 100%;
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text {
  padding: 30px;
  width: 50%;
  position: relative;
  right: 0px;
  top: 0px;
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text {
    width: 100%;
    right: unset;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-weight: 700;
  color: #755101;
  display: inline-flex;
  position: relative;
  border-bottom: 1px solid #E9C562;
  align-items: flex-start;
  top: 0;
  padding-bottom: 16px;
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name::before {
  content: "";
  width: 5px;
  height: 26px;
  background: #C1922E;
  position: relative;
  flex-shrink: 0;
  margin-right: 10px;
  top: 5px;
}
@media (max-width: 768px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name::before {
    top: 0;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .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) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
    font-size: 14px;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
    font-size: 14px;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  padding-top: 16px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
    font-size: 14px;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
    font-size: 14px;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  display: none;
}
.poi-goods.poi-1-theme1 {
  text-align: center;
}
.poi-goods.poi-1-theme1 .ph-group-title {
  display: none;
}
.poi-goods.poi-1-theme1 .ph-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  text-align: left;
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme1 .ph-group {
    align-items: baseline;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1-theme1 .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;
    gap: 4px;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content {
  width: 100%;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 16px;
  padding-right: 40px;
  background: unset;
  align-items: center;
  filter: unset;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content {
    flex-wrap: wrap;
    gap: 0;
    padding: 16px 16px 96px 16px;
    align-content: baseline;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content:nth-of-type(even) {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content:nth-of-type(even) {
    padding: 16px 16px 96px 16px;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-photo {
  order: 2;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-photo {
    order: 1;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-photo::before {
  left: unset;
  right: -50px;
  transform: rotate(2.657deg);
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-photo::before {
    right: unset;
    left: -30px;
    transform: rotate(-2.657deg);
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-text {
  order: 1;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-text {
    order: 2;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-photo {
  width: 60%;
  overflow: unset;
  position: relative;
  border-radius: 10px;
  outline: 2px solid #FFF38F;
  border: 13px solid #fff;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-photo {
    width: 100%;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-photo::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF38F;
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: -1;
  transform: rotate(-2.657deg);
  border-radius: 20px;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-photo::before {
    left: -30px;
    top: -30px;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-text {
  align-self: center;
  width: 45%;
  flex-grow: 1;
  background: #FFE9D0;
  padding: 30px 30px 30px 40px;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-text {
    width: 100%;
    align-self: top;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  text-align: center;
  border-bottom: 2px dashed #FF9C43;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    font-size: 20px;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  display: none;
  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-1-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
    font-size: 16px;
  }
}
.poi-goods.poi-1-theme1 .ph-group .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-1-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
    font-size: 16px;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  margin-top: 10px;
  color: #333;
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  color: #333;
}
.poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) {
  width: 100%;
  gap: 16px;
  display: flex;
  flex-wrap: nowrap;
  padding: 16px;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) {
    display: block;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) .ph-group-content-photo {
  width: 45%;
  display: inline-block;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) .ph-group-content-photo {
    width: 100%;
  }
}
.poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) .ph-group-content-text {
  width: 53%;
  display: inline-block;
  padding: 0 0 29px 0;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) .ph-group-content-text {
    width: 100%;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group {
  margin-top: 80px;
  gap: 40px 24px;
  padding: 8px 12px;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group {
    margin-top: 0px;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content {
  padding: 0;
  background: unset;
}
@media not all and (pointer: coarse) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:hover {
    filter: unset;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) {
  margin-bottom: 80px;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) {
    align-items: start;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) {
    margin-bottom: 0;
    gap: 0;
    align-items: normal;
    flex-direction: column;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo {
  width: 66%;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo {
    width: 90%;
    margin: 0 auto;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo .ph-group-content-tag {
  top: 0px;
  left: 0px;
  position: absolute;
  border-radius: 0px;
  padding: 36px 16px 36px 14px;
  writing-mode: vertical-lr;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: #FF473A;
  letter-spacing: 10px;
  text-indent: 10px;
}
@media (max-width: 768px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo .ph-group-content-tag {
    line-height: 1;
  }
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo .ph-group-content-tag {
    writing-mode: unset;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    text-indent: 0px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo .ph-group-content-tag {
    line-height: 1;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text {
  padding: 40px 40px 80px 40px;
  margin: 0 0 -35px -80px;
  width: 25%;
  flex-grow: 1;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
  border-radius: 0 0 40px 0;
  background: #FFF;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text {
    padding: 16px 24px;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text {
    margin: 0;
    border-radius: 0 0 0px 0;
    width: 100%;
    padding: 20px;
    flex-grow: 0;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-name {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  font-family: "Noto Serif TC";
  padding-left: 16px;
}
@media (max-width: 768px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 0px;
    border-bottom: 1px solid #C59D34;
    padding-bottom: 4px;
    text-align: center;
  }
}
@media (max-width: 576px) and (max-width: 768px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #FF473A;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-name:before {
    content: unset;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(4)::before {
  content: "";
  position: absolute;
  right: -350px;
  bottom: -25px;
  width: 499px;
  height: 452px;
  background: url(../images/section-spot-bg-right.png) top center no-repeat;
  z-index: -1;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(4)::before {
    content: unset;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) {
  width: 30%;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) {
    width: 90%;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-photo {
  width: 90%;
  margin: 0 auto;
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background: #FFF;
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  font-family: "Noto Serif TC";
  border-bottom: 1px solid #C59D34;
  padding-bottom: 4px;
  text-align: center;
  color: #333;
}
@media (max-width: 768px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media (max-width: 576px) and (max-width: 768px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-detail {
  color: #333;
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-detail a {
  color: #333;
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group {
  gap: 24px;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group {
    gap: 0px;
  }
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content {
  background: unset;
}
@media not all and (pointer: coarse) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:hover {
    filter: unset;
  }
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content .ph-group-content-photo img {
  border-radius: 40px 40px 0 0;
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content .ph-group-content-text {
  margin-top: 16px;
  display: inline-block;
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 3px solid #D4B17D;
}
@media (max-width: 768px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    font-size: 20px;
  }
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  margin-top: 12px;
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(1) {
  display: flex;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(1) {
    display: block;
  }
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo {
  text-align: center;
  position: relative;
  width: 65%;
  overflow: unset;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: unset;
  }
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo::before {
  content: "";
  width: 100%;
  position: absolute;
  left: -12px;
  bottom: -12px;
  height: 50%;
  background: linear-gradient(180deg, #F3E2C7 0%, #C9A063 100%);
  z-index: -1;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -8px;
    height: 50%;
    background: linear-gradient(180deg, #F3E2C7 0%, #C9A063 100%);
    z-index: -1;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo img {
    width: calc(100% - 16px);
  }
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text {
  width: 33%;
  align-self: center;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text {
    width: 100%;
    padding-bottom: 0;
  }
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(n+2) {
  padding: 0;
  width: calc(33% - 16px);
  flex-grow: 1;
  max-width: 371px;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(n+2) {
    width: calc(50% - 16px);
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(n+2) {
    width: 90%;
    flex-shrink: 0;
    padding: 16px;
    max-width: unset;
  }
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-photo {
  position: relative;
  text-align: center;
  overflow: unset;
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-photo img {
  width: calc(100% - 24px);
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-photo img {
    width: calc(100% - 16px);
  }
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-photo::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -12px;
  height: 50%;
  background: linear-gradient(180deg, #F3E2C7 0%, #C9A063 100%);
  z-index: -1;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-photo::before {
    bottom: -8px;
  }
}
.poi-goods.poi-gfp .ph-group {
  margin-top: 80px;
  gap: 120px 16px;
}
@media (max-width: 576px) {
  .poi-goods.poi-gfp .ph-group {
    margin-top: 16px;
    padding: 100px 0px 16px 0;
  }
}
.poi-goods.poi-gfp .ph-group .ph-group-content .ph-group-content-photo {
  margin-top: -100px;
  position: relative;
  overflow: unset;
}
.poi-goods.poi-gfp .ph-group .ph-group-content .ph-group-content-photo img {
  border-radius: 10px;
}
.poi-goods.poi-gfp .ph-group .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  border-radius: 100px;
  top: unset;
  border: 1px solid #FFF;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 16px;
}
.poi-goods.poi-gfp .ph-group .ph-group-content .ph-group-content-text {
  margin-top: 20px;
}
.poi-goods.poi-gfp .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  text-align: center;
  color: var(--main-color);
}
.poi-goods.poi-gfp .link-right {
  width: 100%;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  background: #FFF;
  color: var(--main-color);
  margin-top: 16px;
}
@media (max-width: 768px) {
  .poi-goods.poi-gfp .link-right {
    font-size: 18px;
  }
}
.poi-goods.poi-coupon .ph-group {
  gap: 16px;
}
@media (max-width: 576px) {
  .poi-goods.poi-coupon .ph-group {
    flex-wrap: wrap;
    justify-content: center;
    overflow: unset;
  }
}
.poi-goods.poi-coupon .ph-group .ph-group-content {
  padding: 32px;
  flex-grow: 1;
  max-width: 376px;
}
.poi-goods.poi-coupon .ph-group .ph-group-content:hover {
  filter: unset;
}
.poi-goods.poi-coupon .ph-group .ph-group-content::before {
  content: "";
  background: #FFF1D6;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0%;
  top: 50%;
  border-radius: 99em;
  transform: translate(-50%, -50%);
}
.poi-goods.poi-coupon .ph-group .ph-group-content::after {
  content: "";
  background: #FFF1D6;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0%;
  top: 50%;
  border-radius: 99em;
  transform: translate(50%, -50%);
}
.poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-photo {
  display: none;
}
.poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text {
  text-align: center;
}
.poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid var(--main-color);
  padding-bottom: 12px;
  margin: 0 auto 8px auto;
}
@media (max-width: 768px) {
  .poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    font-size: 20px;
  }
}
.poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
    font-size: 18px;
  }
}
.poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  padding-top: 12px;
}
@media (max-width: 768px) {
  .poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
    font-size: 18px;
  }
}
.poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  display: none;
}
.poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  width: 100%;
  display: block;
  position: static;
  padding: 8px 16px;
  font-size: 24px;
  font-weight: 700;
  background: var(--main-color);
  color: #FFF;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
@media (max-width: 768px) {
  .poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
    font-size: 20px;
  }
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content {
  background: unset;
  padding: 0;
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  left: 3px;
  top: 3px;
  display: none;
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-photo img {
  border-radius: 20px;
  border: 3px solid #fff;
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text {
  background: #FFF;
  width: calc(100% - 28px);
  margin: -24px 0 0 14px;
  border-radius: 20px;
  z-index: 1;
  position: relative;
  padding: 12px 24px;
  border: 1px solid #A5F59C;
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  text-align: center;
  color: #1AB179;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
    font-size: 16px;
  }
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
    font-size: 16px;
  }
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  display: none;
}
@media (max-width: 576px) {
  .poi-goods.poi-mobile-small .ph-group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    overflow: auto;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-mobile-small .ph-group .ph-group-content {
    overflow: hidden;
    padding: 0 0 32px 0;
    width: calc(50% - 4px);
    max-width: 247px;
    flex-grow: 0;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-mobile-small .ph-group .ph-group-content .ph-group-content-text-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 8px;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-mobile-small .ph-group .ph-group-content .ph-group-content-text-detail {
    display: none;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-mobile-small .ph-group .ph-group-content .ph-group-content-text-price {
    bottom: 8px;
    padding: 0 8px;
    right: 0;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-mobile-small .ph-group .ph-group-content .ph-group-content-text-sale {
    display: none;
  }
}

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

.movie-goods-content {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  background: rgba(141, 254, 242, 0.7);
  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: 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: 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%);
}

.blue .poi-goods .ph-title {
  color: #0299FF;
  background: unset;
}
.blue .poi-goods .ph-group-content {
  color: unset;
  background: #FFF;
}
.blue .poi-goods .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  color: #FFF;
  background: #0299FF;
}
.blue .poi-goods .ph-menu .slidecontain li:hover a, .blue .poi-goods .ph-menu .slidecontain li.on a {
  color: #fff;
  background: #0299FF;
}

.green .poi-goods .ph-title {
  color: #00AA71;
  background: unset;
}
.green .poi-goods .ph-group-content {
  color: unset;
  background: #FFF;
}
.green .poi-goods .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  color: #FFF;
  background: #00AA71;
}
.green .poi-goods .ph-menu .slidecontain li:hover a, .green .poi-goods .ph-menu .slidecontain li.on a {
  color: #fff;
  background: #00AA71;
}

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: #123CB2;
  padding: 0 24px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0px;
}
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;
  white-space: nowrap;
  color: #fff;
  background: unset;
}
nav.nav .nav-list .nav-tab a {
  padding: 16px;
  display: block;
  color: #fff;
  background: unset;
}
nav.nav .nav-list .nav-tab a.on {
  color: #FEDC18;
  background: unset;
}
nav.nav .nav-list .nav-tab a:hover {
  color: #FEDC18;
  background: unset;
}
@media (max-width: 576px) {
  nav.nav .nav-list .nav-tab a:hover {
    color: #fff;
    background: unset;
  }
}
nav.nav.sticky {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0px auto;
}
nav.nav .poi-list {
  color: unset;
  background: #FEDC18;
  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: #123CB2;
  background: unset;
}
nav.nav .poi-list .poi-tab:hover {
  color: #f44af4;
  background: unset;
}

/*分頁改色範例*/
.eventpage nav.nav .nav-list .nav-tab {
  color: #a15e34;
}
.eventpage nav.nav .nav-list .nav-tab:hover {
  background: #df8045;
  color: #fff;
}
.eventpage nav.nav .nav-list .nav-tab.on {
  background: #a15e34;
  color: #fff;
}
.eventpage nav.nav .poi-list {
  background: #a15e34;
}

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;
}
@media (max-width: 768px) {
  body * {
    line-height: 1.3;
  }
}

.main-content {
  overflow: hidden;
}

.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: #FF6C55;
  text-decoration: none;
}
.goTop:hover {
  padding-top: 30px;
  background-color: rgb(255, 63.9, 34);
  transition: all 0.2s;
}
.goTop::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 18px;
  width: 0;
  height: 0;
  border: 4px solid #000;
  border-color: transparent transparent #fff;
}

.kv-banner {
  position: relative;
  height: 600px;
  max-width: 1920px;
  overflow: hidden;
  background: url(../images/kv2025_pc.webp) top center no-repeat;
}
@media (max-width: 1200px) {
  .kv-banner {
    height: 63vw;
    background: url(../images/kv2025_m.webp) top center no-repeat;
    background-size: 100%;
  }
}
.kv-banner .kv-somethings {
  z-index: 2;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  position: relative;
}
.kv-banner .kv-somethings .kv-title {
  position: absolute;
  right: -522px;
  bottom: -171px;
  opacity: 0;
  animation: bounce 0.8s forwards cubic-bezier(0.73, -0.46, 0.14, 1.49);
}
@media (max-width: 1200px) {
  .kv-banner .kv-somethings .kv-title {
    right: -32vw;
    bottom: 3vw;
  }
}
.kv-banner .kv-somethings .kv-title img {
  max-width: 1040px;
}
@media (max-width: 1200px) {
  .kv-banner .kv-somethings .kv-title img {
    max-width: 1200px;
    width: 63vw;
  }
}
.kv-banner h1 {
  display: none;
}
.kv-banner h1 img {
  width: 100%;
}

/*POI版頭*/
.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: 0 auto;
  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.h2-title01 {
  width: min(516px, 100%);
}
.h2-title.h2-title02 {
  width: min(471px, 100%);
}
.h2-title.h2-title03 {
  width: min(508px, 100%);
}
.h2-title.h2-title04 {
  width: min(179px, 70%);
}
.h2-title img {
  width: 100%;
}
.h2-title span {
  position: relative;
}

.h3-title {
  text-align: center;
}
@media (max-width: 576px) {
  .h3-title {
    overflow: hidden;
  }
}
.h3-title span {
  position: relative;
  display: inline-block;
}
@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%);
  }
}

.section-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .section-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-content.bg-radius {
  border-radius: 100px 100px 0 0;
  margin: -80px auto -80px auto;
}
@media (max-width: 992px) {
  .section-content.bg-radius {
    border-radius: 40px 40px 0 0;
  }
}
.section-content:nth-of-type(odd) {
  background: url(../images/bg1.jpg) repeat-y top center;
}
.section-content:nth-of-type(even) {
  background: url(../images/bg2.jpg) repeat-y top center;
}

.timeline-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 40px 0 80px 0;
}
@media (max-width: 1200px) {
  .timeline-content {
    flex-direction: column;
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .timeline-content {
    gap: 44px;
  }
}

/* 共用卡片結構 */
.timeline-box {
  position: relative;
  /* Box 1 & 3: Card Styles */
}
.timeline-box.timeline-box1, .timeline-box.timeline-box3 {
  flex: 1;
  max-width: 450px;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* 讓 Header 凸出 */
}
@media (max-width: 576px) {
  .timeline-box.timeline-box1, .timeline-box.timeline-box3 {
    max-width: unset;
    width: 92%;
  }
}
.timeline-box.timeline-box1 .timeline-box-header, .timeline-box.timeline-box3 .timeline-box-header {
  background-color: #123CB2;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  padding: 8px 24px 8px 40px;
  border-radius: 20px 20px 0 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px 0px 0px 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .timeline-box.timeline-box1 .timeline-box-header, .timeline-box.timeline-box3 .timeline-box-header {
    padding: 2vw 4vw 2vw 6vw;
    margin: 0px 0px 0px 20vw;
  }
}
@media (max-width: 420px) {
  .timeline-box.timeline-box1 .timeline-box-header, .timeline-box.timeline-box3 .timeline-box-header {
    margin: 0px 0px 0px 18vw;
  }
}
.timeline-box.timeline-box1 .timeline-box-header p, .timeline-box.timeline-box3 .timeline-box-header p {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 0;
  font-family: "Manrope";
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .timeline-box-header p, .timeline-box.timeline-box3 .timeline-box-header p {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .timeline-box-header p, .timeline-box.timeline-box3 .timeline-box-header p {
    font-size: 5vw;
    font-weight: 500;
    line-height: 1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .timeline-box.timeline-box1 .timeline-box-header p, .timeline-box.timeline-box3 .timeline-box-header p {
    line-height: 1;
  }
}
.timeline-box.timeline-box1 .timeline-box-header p .yellow, .timeline-box.timeline-box3 .timeline-box-header p .yellow {
  color: #FEDC18;
  line-height: 1;
  font-family: "Manrope";
}
.timeline-box.timeline-box1 .timeline-box-header .icon-clock, .timeline-box.timeline-box3 .timeline-box-header .icon-clock {
  display: inline-block;
  left: -43px;
  top: -13px;
  margin-right: 8px;
  position: absolute;
}
@media (max-width: 576px) {
  .timeline-box.timeline-box1 .timeline-box-header .icon-clock, .timeline-box.timeline-box3 .timeline-box-header .icon-clock {
    width: 15vw;
    left: -11vw;
    top: -3vw;
  }
}
.timeline-box.timeline-box1 .timeline-box-header .icon-clock img, .timeline-box.timeline-box3 .timeline-box-header .icon-clock img {
  width: 100%;
}
.timeline-box.timeline-box1 .timeline-box-text, .timeline-box.timeline-box3 .timeline-box-text {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 40px 32px 32px 32px;
  gap: 16px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #123CB2;
  box-shadow: 0 8px 0px #123CB2;
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .timeline-box-text, .timeline-box.timeline-box3 .timeline-box-text {
    padding: 24px;
    min-height: auto;
  }
}
.timeline-box.timeline-box1 .timeline-box-text:has(.pink-theme), .timeline-box.timeline-box3 .timeline-box-text:has(.pink-theme) {
  padding: 32px 72px;
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .timeline-box-text:has(.pink-theme), .timeline-box.timeline-box3 .timeline-box-text:has(.pink-theme) {
    padding: 24px;
  }
}
.timeline-box.timeline-box1 .timeline-box-link, .timeline-box.timeline-box3 .timeline-box-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .timeline-box-link, .timeline-box.timeline-box3 .timeline-box-link {
    margin-top: 24px;
  }
}
.timeline-box.timeline-box1 .timeline-box-link a, .timeline-box.timeline-box3 .timeline-box-link a {
  color: #FFF;
  background: #123cb2;
  border-radius: 50px;
  padding: 12px 40px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .timeline-box-link a, .timeline-box.timeline-box3 .timeline-box-link a {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .timeline-box-link a, .timeline-box.timeline-box3 .timeline-box-link a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .timeline-box.timeline-box1 .timeline-box-link a, .timeline-box.timeline-box3 .timeline-box-link a {
    line-height: 1;
  }
}
.timeline-box.timeline-box1 .timeline-box-link a:hover, .timeline-box.timeline-box3 .timeline-box-link a:hover {
  color: #FEDC18;
}
.timeline-box.timeline-box1 .timeline-box-link a svg, .timeline-box.timeline-box3 .timeline-box-link a svg {
  margin-left: 8px;
}
.timeline-box.timeline-box1 .tag, .timeline-box.timeline-box3 .tag {
  display: inline-block;
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .tag, .timeline-box.timeline-box3 .tag {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .tag, .timeline-box.timeline-box3 .tag {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .timeline-box.timeline-box1 .tag, .timeline-box.timeline-box3 .tag {
    line-height: 1;
  }
}
.timeline-box.timeline-box1 .tag.blue-tag, .timeline-box.timeline-box3 .tag.blue-tag {
  background-color: #123cb2;
}
.timeline-box.timeline-box1 .tag.pink-tag, .timeline-box.timeline-box3 .tag.pink-tag {
  background-color: #F448F4;
}
.timeline-box.timeline-box1 .desc, .timeline-box.timeline-box3 .desc {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .desc, .timeline-box.timeline-box3 .desc {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .desc, .timeline-box.timeline-box3 .desc {
    font-size: 16px; /* PC 18 -> Mob 16 */
  }
}
.timeline-box.timeline-box1 .highlight-group.orange-theme .big-text, .timeline-box.timeline-box3 .highlight-group.orange-theme .big-text {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: -4px;
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .highlight-group.orange-theme .big-text, .timeline-box.timeline-box3 .highlight-group.orange-theme .big-text {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .highlight-group.orange-theme .big-text, .timeline-box.timeline-box3 .highlight-group.orange-theme .big-text {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .timeline-box.timeline-box1 .highlight-group.orange-theme .big-text, .timeline-box.timeline-box3 .highlight-group.orange-theme .big-text {
    line-height: 1;
  }
}
.timeline-box.timeline-box1 .highlight-group.orange-theme .big-text span, .timeline-box.timeline-box3 .highlight-group.orange-theme .big-text span {
  color: #FF791F;
  font-size: 78px;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .highlight-group.orange-theme .big-text span, .timeline-box.timeline-box3 .highlight-group.orange-theme .big-text span {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .highlight-group.orange-theme .big-text span, .timeline-box.timeline-box3 .highlight-group.orange-theme .big-text span {
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .timeline-box.timeline-box1 .highlight-group.orange-theme .big-text span, .timeline-box.timeline-box3 .highlight-group.orange-theme .big-text span {
    line-height: 1;
  }
}
.timeline-box.timeline-box1 .highlight-group.pink-theme, .timeline-box.timeline-box3 .highlight-group.pink-theme {
  color: #F448F4;
}
.timeline-box.timeline-box1 .highlight-group.pink-theme .big-text, .timeline-box.timeline-box3 .highlight-group.pink-theme .big-text {
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
  /* 稍微調整以符合版面 */
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .highlight-group.pink-theme .big-text, .timeline-box.timeline-box3 .highlight-group.pink-theme .big-text {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .highlight-group.pink-theme .big-text, .timeline-box.timeline-box3 .highlight-group.pink-theme .big-text {
    font-size: 36px;
  }
}
.timeline-box.timeline-box1 .highlight-group .big-price, .timeline-box.timeline-box3 .highlight-group .big-price {
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 4px;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .highlight-group .big-price, .timeline-box.timeline-box3 .highlight-group .big-price {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .highlight-group .big-price, .timeline-box.timeline-box3 .highlight-group .big-price {
    font-size: 58px;
    font-weight: 900;
    line-height: 1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .timeline-box.timeline-box1 .highlight-group .big-price, .timeline-box.timeline-box3 .highlight-group .big-price {
    line-height: 1;
  }
}
.timeline-box.timeline-box1 .highlight-group .big-price span, .timeline-box.timeline-box3 .highlight-group .big-price span {
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .highlight-group .big-price span, .timeline-box.timeline-box3 .highlight-group .big-price span {
    line-height: 1;
  }
}
.timeline-box.timeline-box1 .highlight-group .sub-text, .timeline-box.timeline-box3 .highlight-group .sub-text {
  color: #000000;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .highlight-group .sub-text, .timeline-box.timeline-box3 .highlight-group .sub-text {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 .highlight-group .sub-text, .timeline-box.timeline-box3 .highlight-group .sub-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .timeline-box.timeline-box1 .highlight-group .sub-text, .timeline-box.timeline-box3 .highlight-group .sub-text {
    line-height: 1.3;
  }
}
@media (max-width: 1200px) {
  .timeline-box.timeline-box1 {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .timeline-box.timeline-box1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .timeline-box.timeline-box3 {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .timeline-box.timeline-box3 {
    margin-top: 126px;
  }
}

/* Box 2: Middle Arrow Section */
.timeline-box2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* 膠囊標籤 */
  /* 虛線箭頭 */
}
@media (max-width: 1200px) {
  .timeline-box2 {
    flex-direction: column;
  }
}
.timeline-box2 .trans-badge {
  background-color: #123cb2;
  font-family: "Manrope";
  color: #fff;
  padding: 8px 20px;
  border-radius: 99em;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .timeline-box2 .trans-badge {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .timeline-box2 .trans-badge {
    font-size: 5vw;
    font-weight: 500;
    line-height: 1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .timeline-box2 .trans-badge {
    line-height: 1;
  }
}
.timeline-box2 .trans-badge .yellow {
  font-family: "Manrope";
  color: #FEDC18;
  line-height: 1;
}
.timeline-box2 .arrow-dashed {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .timeline-box2 .arrow-dashed {
    transform: translateX(-50%);
    bottom: -120px;
    text-align: center;
  }
}
.timeline-box2 .arrow-dashed img {
  width: 100%;
}
@media (max-width: 1200px) {
  .timeline-box2 .arrow-dashed img {
    width: 41px;
    margin: 0 auto;
  }
}

/*生日禮等級*/
.level-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 40px 0 80px 0;
}
@media (max-width: 992px) {
  .level-content {
    flex-wrap: wrap;
    gap: 140px 16px;
  }
}
@media (max-width: 768px) {
  .level-content {
    flex-wrap: wrap;
    gap: 172px 16px;
  }
}
@media (max-width: 576px) {
  .level-content {
    gap: 33vw;
  }
}
.level-content .level-box {
  width: 32%;
  flex-grow: 1;
  margin: 0 auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
  position: relative;
}
@media (max-width: 992px) {
  .level-content .level-box {
    width: 47%;
    flex-grow: 0;
  }
}
@media (max-width: 768px) {
  .level-content .level-box {
    width: 66%;
  }
}
@media (max-width: 576px) {
  .level-content .level-box {
    width: 100%;
    padding: 0 20px;
  }
}
.level-content .level-box:before {
  content: "";
  width: 100%;
  height: 61px;
  top: -46px;
  left: 0;
  position: absolute;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='368' height='57' viewBox='0 0 368 57' fill='none' class='level-box-top'%3E%3Cpath d='M355.484 0C352.17 0 349.586 2.76735 348.447 5.87914C346.06 12.4013 339.811 17.0479 332.468 17.0479C325.125 17.0479 318.877 12.4013 316.489 5.87914C315.35 2.76735 312.766 0 309.453 0H297.081C293.768 0 291.184 2.76735 290.045 5.87914C287.657 12.4013 281.409 17.0479 274.066 17.0479C266.723 17.0479 260.474 12.4013 258.087 5.87914C256.948 2.76735 254.364 0 251.05 0H234.283C230.969 0 228.325 2.70102 227.883 5.98511C224.966 27.6572 206.43 44.3669 184 44.3669C161.57 44.3669 143.034 27.6572 140.117 5.98512C139.675 2.70102 137.031 0 133.717 0H121.917C118.603 0 116.019 2.76735 114.88 5.87914C112.493 12.4013 106.245 17.0479 98.9013 17.0479C91.5581 17.0479 85.3099 12.4013 82.9225 5.87914C81.7834 2.76735 79.1995 0 75.8858 0H63.5145C60.2008 0 57.6169 2.76735 56.4779 5.87914C54.0905 12.4013 47.8423 17.0479 40.499 17.0479C33.156 17.0479 26.9208 12.4015 24.5389 5.87969C23.4021 2.76708 20.8184 0 17.5047 0H6C2.6863 0 0 2.68629 0 6V285C0 288.314 2.68629 291 6 291H362C365.314 291 368 288.314 368 285V6C368 2.68629 365.314 0 362 0H355.484Z' fill='%2332A2FF'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 992px) {
  .level-content .level-box:before {
    top: -5.2vw;
  }
}
@media (max-width: 768px) {
  .level-content .level-box:before {
    top: -9.2vw;
    height: 14.5vw;
  }
}
@media (max-width: 576px) {
  .level-content .level-box:before {
    top: -11.2vw;
    left: 20px;
    width: calc(100% - 40px);
  }
}
.level-content .level-box:after {
  content: "";
  width: 100%;
  height: 61px;
  bottom: -60px;
  left: 0;
  position: absolute;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='56' viewBox='0 0 368 56' fill='none' class='level-box-bottom'%3E%3Cpath d='M12.5163 56C15.83 56 18.4138 53.2325 19.5539 50.121C21.9419 43.6033 28.1895 38.9601 35.5318 38.9601C42.8741 38.9601 49.1216 43.6033 51.5097 50.121C52.6497 53.2325 55.2335 56 58.5472 56L70.9186 56C74.2323 56 76.8161 53.2325 77.9561 50.121C80.3442 43.6033 86.5918 38.9601 93.9341 38.9601C101.276 38.9601 107.524 43.6033 109.912 50.1211C111.052 53.2325 113.636 56 116.95 56L133.717 56C137.031 56 139.675 53.2989 140.117 50.0149C143.036 28.3545 161.571 11.6541 184 11.6541C206.429 11.6541 224.964 28.3545 227.883 50.0149C228.325 53.299 230.969 56 234.283 56L246.083 56C249.397 56 251.981 53.2325 253.121 50.1211C255.509 43.6033 261.756 38.9602 269.099 38.9602C276.441 38.9602 282.688 43.6033 285.077 50.1211C286.217 53.2325 288.8 56 292.114 56L304.485 56C307.799 56 310.383 53.2325 311.523 50.1211C313.911 43.6034 320.159 38.9602 327.501 38.9602C334.843 38.9602 341.078 43.6031 343.46 50.1205C344.598 53.2328 347.182 56 350.495 56L362 56C365.314 56 368 53.3137 368 50L368 -483C368 -486.314 365.314 -489 362 -489L6 -489C2.68629 -489 -1.34742e-05 -486.314 -1.35783e-05 -483L-3.0329e-05 50C-3.04332e-05 53.3137 2.68626 56 5.99997 56L12.5163 56Z' fill='white'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 576px) {
  .level-content .level-box:after {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.level-content .level-box .level-card {
  width: 100%;
  max-width: 271px;
}
.level-content .level-box.level-box2 .level-title {
  background: #FF791F;
}
.level-content .level-box.level-box2 .level-item p:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='14' viewBox='0 0 23 14' fill='none'%3E%3Cpath d='M22.674 4.47841V1.48425C22.674 0.664591 22.01 0 21.1911 0H1.48295C0.664005 0 0 0.664591 0 1.48425V4.47841C1.17774 4.47841 2.13297 5.43449 2.13297 6.61326C2.13297 7.79203 1.17774 8.74811 0 8.74811V11.7423C0 12.5619 0.664005 13.2265 1.48295 13.2265H21.1911C22.01 13.2265 22.674 12.5619 22.674 11.7423V8.74811C21.4963 8.74811 20.5411 7.79203 20.5411 6.61326C20.5411 5.43449 21.4963 4.47841 22.674 4.47841ZM11.337 11.2444C10.821 11.2444 10.4016 10.8258 10.4016 10.3082C10.4016 9.79047 10.8198 9.37189 11.337 9.37189C11.8542 9.37189 12.2724 9.79047 12.2724 10.3082C12.2724 10.8258 11.8542 11.2444 11.337 11.2444ZM11.337 7.30933C10.821 7.30933 10.4016 6.89076 10.4016 6.37307C10.4016 5.85539 10.8198 5.43682 11.337 5.43682C11.8542 5.43682 12.2724 5.85539 12.2724 6.37307C12.2724 6.89076 11.8542 7.30933 11.337 7.30933ZM11.337 3.37425C10.821 3.37425 10.4016 2.95568 10.4016 2.438C10.4016 1.92032 10.8198 1.50174 11.337 1.50174C11.8542 1.50174 12.2724 1.92032 12.2724 2.438C12.2724 2.95568 11.8542 3.37425 11.337 3.37425Z' fill='%23FF791F'/%3E%3C/svg%3E");
}
.level-content .level-box.level-box2 .level-item .level-price {
  color: #FF791F;
}
.level-content .level-box.level-box2::before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='368' height='57' viewBox='0 0 368 57' fill='none' class='level-box-top'%3E%3Cpath d='M355.484 0C352.17 0 349.586 2.76735 348.447 5.87914C346.06 12.4013 339.811 17.0479 332.468 17.0479C325.125 17.0479 318.877 12.4013 316.489 5.87914C315.35 2.76735 312.766 0 309.453 0H297.081C293.768 0 291.184 2.76735 290.045 5.87914C287.657 12.4013 281.409 17.0479 274.066 17.0479C266.723 17.0479 260.474 12.4013 258.087 5.87914C256.948 2.76735 254.364 0 251.05 0H234.283C230.969 0 228.325 2.70102 227.883 5.98511C224.966 27.6572 206.43 44.3669 184 44.3669C161.57 44.3669 143.034 27.6572 140.117 5.98512C139.675 2.70102 137.031 0 133.717 0H121.917C118.603 0 116.019 2.76735 114.88 5.87914C112.493 12.4013 106.245 17.0479 98.9013 17.0479C91.5581 17.0479 85.3099 12.4013 82.9225 5.87914C81.7834 2.76735 79.1995 0 75.8858 0H63.5145C60.2008 0 57.6169 2.76735 56.4779 5.87914C54.0905 12.4013 47.8423 17.0479 40.499 17.0479C33.156 17.0479 26.9208 12.4015 24.5389 5.87969C23.4021 2.76708 20.8184 0 17.5047 0H6C2.6863 0 0 2.68629 0 6V285C0 288.314 2.68629 291 6 291H362C365.314 291 368 288.314 368 285V6C368 2.68629 365.314 0 362 0H355.484Z' fill='%23FF791F'/%3E%3C/svg%3E ");
}
.level-content .level-box.level-box3 .level-title {
  background: #E2171A;
}
.level-content .level-box.level-box3 .level-item p:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='14' viewBox='0 0 23 14' fill='none'%3E%3Cpath d='M22.674 4.47841V1.48425C22.674 0.664591 22.01 0 21.1911 0H1.48295C0.664005 0 0 0.664591 0 1.48425V4.47841C1.17774 4.47841 2.13297 5.43449 2.13297 6.61326C2.13297 7.79203 1.17774 8.74811 0 8.74811V11.7423C0 12.5619 0.664005 13.2265 1.48295 13.2265H21.1911C22.01 13.2265 22.674 12.5619 22.674 11.7423V8.74811C21.4963 8.74811 20.5411 7.79203 20.5411 6.61326C20.5411 5.43449 21.4963 4.47841 22.674 4.47841ZM11.337 11.2444C10.821 11.2444 10.4016 10.8258 10.4016 10.3082C10.4016 9.79047 10.8198 9.37189 11.337 9.37189C11.8542 9.37189 12.2724 9.79047 12.2724 10.3082C12.2724 10.8258 11.8542 11.2444 11.337 11.2444ZM11.337 7.30933C10.821 7.30933 10.4016 6.89076 10.4016 6.37307C10.4016 5.85539 10.8198 5.43682 11.337 5.43682C11.8542 5.43682 12.2724 5.85539 12.2724 6.37307C12.2724 6.89076 11.8542 7.30933 11.337 7.30933ZM11.337 3.37425C10.821 3.37425 10.4016 2.95568 10.4016 2.438C10.4016 1.92032 10.8198 1.50174 11.337 1.50174C11.8542 1.50174 12.2724 1.92032 12.2724 2.438C12.2724 2.95568 11.8542 3.37425 11.337 3.37425Z' fill='%23E2171A'/%3E%3C/svg%3E");
}
.level-content .level-box.level-box3 .level-item .level-price {
  color: #E2171A;
}
.level-content .level-box.level-box3::before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='368' height='57' viewBox='0 0 368 57' fill='none' class='level-box-top'%3E%3Cpath d='M355.484 0C352.17 0 349.586 2.76735 348.447 5.87914C346.06 12.4013 339.811 17.0479 332.468 17.0479C325.125 17.0479 318.877 12.4013 316.489 5.87914C315.35 2.76735 312.766 0 309.453 0H297.081C293.768 0 291.184 2.76735 290.045 5.87914C287.657 12.4013 281.409 17.0479 274.066 17.0479C266.723 17.0479 260.474 12.4013 258.087 5.87914C256.948 2.76735 254.364 0 251.05 0H234.283C230.969 0 228.325 2.70102 227.883 5.98511C224.966 27.6572 206.43 44.3669 184 44.3669C161.57 44.3669 143.034 27.6572 140.117 5.98512C139.675 2.70102 137.031 0 133.717 0H121.917C118.603 0 116.019 2.76735 114.88 5.87914C112.493 12.4013 106.245 17.0479 98.9013 17.0479C91.5581 17.0479 85.3099 12.4013 82.9225 5.87914C81.7834 2.76735 79.1995 0 75.8858 0H63.5145C60.2008 0 57.6169 2.76735 56.4779 5.87914C54.0905 12.4013 47.8423 17.0479 40.499 17.0479C33.156 17.0479 26.9208 12.4015 24.5389 5.87969C23.4021 2.76708 20.8184 0 17.5047 0H6C2.6863 0 0 2.68629 0 6V285C0 288.314 2.68629 291 6 291H362C365.314 291 368 288.314 368 285V6C368 2.68629 365.314 0 362 0H355.484Z' fill='%23E2171A'/%3E%3C/svg%3E ");
}
.level-content .level-box .level-title {
  position: relative;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  background: #32A2FF;
}
.level-content .level-box .level-title img {
  margin-bottom: 16px;
}
.level-content .level-box .level-title b {
  display: block;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .level-content .level-box .level-title b {
    line-height: 1;
  }
}
@media (max-width: 992px) {
  .level-content .level-box .level-title b {
    font-size: 4vw;
    font-weight: 700;
    line-height: 1;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .level-content .level-box .level-title b {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .level-content .level-box .level-title b {
    font-size: 6.5vw;
    font-weight: 700;
    line-height: 1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .level-content .level-box .level-title b {
    line-height: 1;
  }
}
.level-content .level-box .level-title .level-title-price {
  color: #FEE718;
  font-size: 62px;
  font-weight: 900;
  line-height: 1;
  margin-top: 4px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 768px) {
  .level-content .level-box .level-title .level-title-price {
    line-height: 1;
  }
}
@media (max-width: 992px) {
  .level-content .level-box .level-title .level-title-price {
    font-size: 6vw;
    font-weight: 900;
    line-height: 1;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .level-content .level-box .level-title .level-title-price {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .level-content .level-box .level-title .level-title-price {
    font-size: 10vw;
    font-weight: 900;
    line-height: 1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .level-content .level-box .level-title .level-title-price {
    line-height: 1;
  }
}
.level-content .level-box .level-title .level-title-price span {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
  vertical-align: top;
  margin-right: 4px;
  position: relative;
  top: 8px;
}
@media (max-width: 768px) {
  .level-content .level-box .level-title .level-title-price span {
    line-height: 1.3;
  }
}
@media (max-width: 992px) {
  .level-content .level-box .level-title .level-title-price span {
    font-size: 3.5vw;
    font-weight: 900;
    line-height: 1;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .level-content .level-box .level-title .level-title-price span {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .level-content .level-box .level-title .level-title-price span {
    font-size: 6vw;
    font-weight: 900;
    line-height: 1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .level-content .level-box .level-title .level-title-price span {
    line-height: 1;
  }
}
.level-content .level-box .level-detail {
  background-color: #ffffff;
  padding: 32px 20px 20px 20px;
  position: relative;
}
@media (max-width: 992px) {
  .level-content .level-box .level-detail {
    padding: 24px 20px 20px 20px;
  }
}
.level-content .level-box .level-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 16px;
  padding-left: 32px;
  position: relative;
}
.level-content .level-box .level-item:last-child {
  margin-bottom: 0;
}
.level-content .level-box .level-item p {
  margin: 0;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-right: 8px;
  display: flex;
  align-items: baseline;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .level-content .level-box .level-item p {
    line-height: 1;
  }
}
@media (max-width: 1200px) {
  .level-content .level-box .level-item p {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .level-content .level-box .level-item p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    flex-direction: row;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .level-content .level-box .level-item p {
    line-height: 1;
  }
}
@media (max-width: 576px) {
  .level-content .level-box .level-item p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }
}
@media (max-width: 576px) and (max-width: 768px) {
  .level-content .level-box .level-item p {
    line-height: 1;
  }
}
.level-content .level-box .level-item p::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 22px;
  width: 23px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='14' viewBox='0 0 23 14' fill='none'%3E%3Cpath d='M22.674 4.47841V1.48425C22.674 0.664591 22.01 0 21.1911 0H1.48295C0.664005 0 0 0.664591 0 1.48425V4.47841C1.17774 4.47841 2.13297 5.43449 2.13297 6.61326C2.13297 7.79203 1.17774 8.74811 0 8.74811V11.7423C0 12.5619 0.664005 13.2265 1.48295 13.2265H21.1911C22.01 13.2265 22.674 12.5619 22.674 11.7423V8.74811C21.4963 8.74811 20.5411 7.79203 20.5411 6.61326C20.5411 5.43449 21.4963 4.47841 22.674 4.47841ZM11.337 11.2444C10.821 11.2444 10.4016 10.8258 10.4016 10.3082C10.4016 9.79047 10.8198 9.37189 11.337 9.37189C11.8542 9.37189 12.2724 9.79047 12.2724 10.3082C12.2724 10.8258 11.8542 11.2444 11.337 11.2444ZM11.337 7.30933C10.821 7.30933 10.4016 6.89076 10.4016 6.37307C10.4016 5.85539 10.8198 5.43682 11.337 5.43682C11.8542 5.43682 12.2724 5.85539 12.2724 6.37307C12.2724 6.89076 11.8542 7.30933 11.337 7.30933ZM11.337 3.37425C10.821 3.37425 10.4016 2.95568 10.4016 2.438C10.4016 1.92032 10.8198 1.50174 11.337 1.50174C11.8542 1.50174 12.2724 1.92032 12.2724 2.438C12.2724 2.95568 11.8542 3.37425 11.337 3.37425Z' fill='%2332A2FF'/%3E%3C/svg%3E");
}
@media (max-width: 1200px) {
  .level-content .level-box .level-item p::before {
    top: 8px;
  }
}
@media (max-width: 768px) {
  .level-content .level-box .level-item p::before {
    top: 4.2vw;
  }
}
.level-content .level-box .level-item p .level-price {
  color: #32A2FF;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .level-content .level-box .level-item p .level-price {
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .level-content .level-box .level-item p .level-price {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
  }
}
@media (max-width: 576px) and (max-width: 768px) {
  .level-content .level-box .level-item p .level-price {
    line-height: 1.2;
  }
}
.level-content .level-box .level-item p .level-price em {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .level-content .level-box .level-item p .level-price em {
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .level-content .level-box .level-item p .level-price em {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
  }
}
@media (max-width: 576px) and (max-width: 768px) {
  .level-content .level-box .level-item p .level-price em {
    line-height: 1.2;
  }
}
.level-content .level-box .level-item small {
  color: #888888;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .level-content .level-box .level-item small {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .level-content .level-box .level-item small {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .level-content .level-box .level-item small {
    line-height: 1.3;
  }
}

/*步驟*/
.step-content {
  padding: 140px 20px 40px 20px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .step-content {
    flex-direction: column;
    align-items: center;
    padding: 80px 16px;
    gap: 172px;
  }
}

.step-box {
  flex: 1;
  max-width: 360px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 24px;
  position: relative;
  padding: 104px 20px 32px 20px;
  border: 2px solid #123CB2;
  box-shadow: 0 8px 0px #123CB2;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .step-box {
    max-width: 100%;
  }
}
.step-box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  width: 34px;
  height: 37px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='37' viewBox='0 0 34 37' fill='none'%3E%3Cpath d='M30.5626 13.7307C33.9453 15.6455 33.9453 20.5186 30.5626 22.4333L7.46297 35.5084C4.12981 37.3951 1.98297e-06 34.9872 2.15038e-06 31.1571L3.29344e-06 5.00695C3.46086e-06 1.17689 4.12982 -1.23101 7.46297 0.655655L30.5626 13.7307Z' fill='%23123CB2'/%3E%3C/svg%3E");
  z-index: 2;
  background-size: contain;
}
@media (max-width: 768px) {
  .step-box:not(:last-child)::after {
    display: block;
    top: auto;
    bottom: -68px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
}

.step-icon {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 210px;
  height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .step-icon {
    width: 160px;
    height: 160px;
    top: -12px;
  }
}
.step-icon img {
  width: 100%;
}
.step-icon .step-icon-title {
  background-color: #123CB2;
  color: #ffffff;
  padding: 4px 20px;
  border-radius: 20px;
  position: absolute;
  bottom: -12px;
  z-index: 2;
  white-space: nowrap;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .step-icon .step-icon-title {
    line-height: 1;
  }
}

.step-text b {
  text-align: center;
  display: block;
  color: #123CB2;
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #C7C7CC;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .step-text b {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .step-text b {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .step-text b {
    line-height: 1.3;
  }
}
.step-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.step-text li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  color: #333333;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .step-text li {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .step-text li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .step-text li {
    line-height: 1.3;
  }
}
.step-text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #F448F4;
  border-radius: 50%;
}
.step-text li span.highlight {
  color: #F448F4;
  line-height: inherit;
}

/*QA*/
.qa-content {
  margin: 40px auto;
  border: 2px solid #123CB2;
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 0px;
  box-shadow: 0 8px 0px #123CB2;
}
@media (max-width: 768px) {
  .qa-content {
    padding: 24px 0px;
    border-width: 2px;
  }
}
.qa-content .qa-box {
  margin-bottom: 32px;
  padding-bottom: 32px;
  text-align: center;
  position: relative;
}
.qa-content .qa-box:nth-child(3) {
  padding-bottom: 0px;
}
.qa-content .qa-box:nth-child(3):after {
  content: unset;
}
.qa-content .qa-box:after {
  content: "";
  width: calc(100% - 48px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  border-bottom: 2px dashed #C7C7CC;
}
.qa-content .qa-box h3 {
  display: inline-block;
  background-color: #F448F4;
  color: #ffffff;
  padding: 8px 48px;
  border-radius: 100px;
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .qa-content .qa-box h3 {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .qa-content .qa-box h3 {
    padding: 8px 32px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .qa-content .qa-box h3 {
    line-height: 1;
  }
}
.qa-content .qa-box .qa-list {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 12px 0;
}
.qa-content .qa-item {
  padding: 12px 36px;
  width: 100%;
  position: relative;
}
.qa-content .qa-item:nth-of-type(even) {
  background: #F4FAFF;
}
.qa-content .qa-item div {
  margin: 4px auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 768px) {
  .qa-content .qa-item div {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .qa-content .qa-item div {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .qa-content .qa-item div {
    line-height: 1.3;
  }
}
.qa-content .qa-item div:first-child {
  margin-top: 0;
}
.qa-content .qa-item div span {
  color: #F448F4;
  margin-right: 8px;
  font-weight: 700;
  flex-shrink: 0;
}
.qa-content .qa-link-box {
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 2px dashed #cccccc;
}
.qa-content .qa-link-box a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  background-color: #4387f6;
  padding: 12px 40px;
  border-radius: 8px;
  transition: opacity 0.3s;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .qa-content .qa-link-box a {
    line-height: 1.3;
  }
}
.qa-content .qa-link-box a:hover {
  opacity: 0.8;
}

.qa-link-content {
  width: 100%;
  text-align: center;
}

.qa-link {
  text-align: center;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  padding: 14px 40px;
  background: #F448F4;
  border-radius: 99em;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qa-link {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .qa-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .qa-link {
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .qa-link {
    padding: 14px 20px;
  }
}
.qa-link a {
  color: #FEDC18;
  text-decoration: underline;
  font-weight: 700;
}
.qa-link svg {
  margin-left: 8px;
}

/*注意事項*/
.notice-content {
  margin: 40px auto;
  border: 2px solid #123CB2;
  border-radius: 20px;
  background-color: #fff;
  padding: 60px 36px;
  box-shadow: 0 8px 0px #123CB2;
}
.notice-content ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.notice-content li {
  position: relative;
  padding-left: 20px;
  margin: 4px auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 768px) {
  .notice-content li {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .notice-content li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .notice-content li {
    line-height: 1.3;
  }
}
.notice-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #ff6600;
  border-radius: 50%;
}/*# sourceMappingURL=all.css.map */