@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=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 {
  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;
  }
}

@keyframes updown {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*第二種*/
.poi {
  padding: 20px 0 0px 0;
}
.poi .poi-goods {
  padding: 0;
  position: relative;
  z-index: 0;
  text-align: center;
}
.poi .hide-price .ph-group-content {
  padding: 0px 0px 0px 0px;
}
.poi .hide-price .ph-group-content .ph-group-content-text-price {
  display: none;
}
.poi .hide-price .ph-group-content .ph-group-content-text-sale {
  display: none;
}
.poi .ph-group-title {
  display: none;
  text-align: center;
  margin: 80px auto;
}
.poi .ph-group-title span {
  padding: 5px 10px;
  position: relative;
  z-index: 0;
  color: #0292f3;
  background: unset;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .poi .ph-group-title span {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.4;
  }
}
.poi .ph-group-title.on {
  display: block;
}
.poi .ph-group {
  display: none;
  margin: 40px auto;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  gap: 20px;
}
.poi .ph-group.on {
  display: flex;
}
@media (max-width: 768px) {
  .poi .ph-group {
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
    padding: 10px 30px;
    gap: 25px;
  }
}
.poi .ph-group-content {
  padding: 10px 10px 50px 10px;
  width: 23%;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: unset;
  background: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .poi .ph-group-content {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
  }
}
@media (max-width: 1200px) {
  .poi .ph-group-content {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .poi .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi .ph-group-content-photo {
  display: block;
  overflow: hidden;
}
.poi .ph-group-content-photo img {
  width: 100%;
}
.poi .ph-group-content-photo .ph-group-content-tag {
  top: 0px;
  left: 0px;
  position: absolute;
  border-radius: 0px 20px 20px 0px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
  background: #000;
}
@media (max-width: 768px) {
  .poi .ph-group-content-photo .ph-group-content-tag {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
}
.poi .ph-group-content-text {
  padding: 0px 0 15px 0;
}
.poi .ph-group-content-text-name {
  padding: 0;
  margin: 5px auto;
  color: #000;
  background: unset;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}
@media (max-width: 992px) {
  .poi .ph-group-content-text-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }
}
.poi .ph-group-content-text-detail {
  padding: 5px 0;
}
.poi .ph-group-content-text-detail a {
  color: #333;
  background: unset;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .poi .ph-group-content-text-detail a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }
}
.poi .ph-group-content-text-price {
  position: absolute;
  right: 16px;
  bottom: 16px;
  letter-spacing: 0.2px;
  font-family: "Manrope", "Noto Sans TC";
  color: #E82583;
  background: unset;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi .ph-group-content-text-price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi .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 .ph-group-content-text-price span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.poi .ph-group-content-text-sale a {
  text-align: center;
  margin: 5px auto;
  padding: 5px;
  display: block;
  color: #ffffff;
  background: #0292f3;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .poi .ph-group-content-text-sale a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
  }
}
.poi .ph-menu {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .poi .ph-menu {
    flex-wrap: nowrap;
    justify-content: left;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
  }
}
.poi .ph-menu .slidecontain {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 25px;
  width: 100%;
}
@media (max-width: 768px) {
  .poi .ph-menu .slidecontain {
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.poi .ph-menu .slidecontain li {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #000;
  width: 20%;
  flex-grow: 1;
  max-width: 155px;
}
@media (max-width: 768px) {
  .poi .ph-menu .slidecontain li {
    flex-shrink: 0;
    width: auto;
    flex-grow: 0;
  }
}
.poi .ph-menu .slidecontain li a {
  color: #000;
  padding: 5px;
  display: block;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .poi .ph-menu .slidecontain li a {
    font-size: 16px;
    padding: 5px 10px;
  }
}
.poi .ph-menu .slidecontain li:hover, .poi .ph-menu .slidecontain li.on {
  border: 1px solid #0292f3;
  background: #0292f3;
}
.poi .ph-menu .slidecontain li:hover a, .poi .ph-menu .slidecontain li.on a {
  color: #ffffff;
}

@keyframes arrow {
  0% {
    opacity: 1;
    transform: translateY(-2px);
  }
  100% {
    opacity: 0;
    transform: translateY(3px);
  }
}
body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #fff;
  scroll-padding: 50px 0 0 50px !important;
}

body * {
  font-family: "Noto Sans TC", "微軟正黑體";
  box-sizing: border-box;
  vertical-align: top;
  letter-spacing: 1px;
  line-height: 1.4;
}

.h2-title {
  margin: 30px auto;
  width: 567px;
  text-align: center;
}
@media (max-width: 992px) {
  .h2-title {
    width: 100%;
    max-width: 567px;
  }
}
@media (max-width: 992px) {
  .h2-title img {
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
}

.bg-pink {
  background: #fce5e8;
}

.bg-gray {
  background: #f2e8e1;
}

.bg-blue {
  background: #d8ecf8;
}

.bg-title01 {
  background: #FCE5E8;
}

.bg-title02 {
  background: #F2E8E1;
}

.bg-title03 {
  background: #FFEEE2;
}

.bg-title04 {
  background: #FFFCDD;
}

.bg-title05 {
  background: #D8ECF8;
}

.bg-title06 {
  background: #CAEFE9;
}

.bg-title07 {
  background: #F5D0CB;
}

.bg-title08 {
  background: #ECE5FC;
}

.top-btn {
  width: 50px;
  height: 50px;
  border-radius: 99em;
  background: #0292f3;
  display: flex;
  align-items: center;
  justify-items: center;
  position: fixed;
  right: 3%;
  bottom: 10%;
  padding: 10px;
  transition: 0.3s;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 768px) {
  .top-btn {
    bottom: 5%;
  }
}
.top-btn:hover {
  height: 55px;
  padding-bottom: 5px;
}
.top-btn p {
  font-size: 14px;
  color: #ffffff;
}

.intro {
  position: relative;
}
.intro .intro-text {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 60px auto 60px auto;
}
@media (max-width: 992px) {
  .intro .intro-text {
    margin: 30px auto;
  }
}
.intro .intro-text img {
  width: 100%;
  max-width: 1019px;
  margin: 0 auto;
}
.intro .intro-text img.m {
  display: none;
}
@media (max-width: 992px) {
  .intro .intro-text img.pc {
    display: none;
  }
  .intro .intro-text img.m {
    display: block;
  }
}

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: #0093F2;
  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: #fff;
  background: #E82583;
}
nav.nav .nav-list .nav-tab a:hover {
  color: #fff;
  background: #E82583;
}
@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: #ff92cb;
  width: 100%;
  top: 0px;
  left: 0;
  text-align: center;
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 32px;
  padding: 16px 24px;
  position: relative;
}
nav.nav .poi-list * {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  nav.nav .poi-list * {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  nav.nav .poi-list {
    flex-wrap: nowrap;
    justify-content: left;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
  }
}
nav.nav .poi-list .poi-tab {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  background: unset;
}
nav.nav .poi-list .poi-tab:hover {
  color: #FCF77F;
  background: unset;
}

.kv-banner {
  height: 600px;
  background: url(../images/kv.jpg) top center no-repeat;
}
@media (max-width: 1200px) {
  .kv-banner {
    height: 50vw;
    background: url(../images/kv-m.jpg) top center no-repeat;
    background-size: cover;
  }
}
.kv-banner h1 {
  opacity: 0;
}/*# sourceMappingURL=all.css.map */