@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Emoji:wght@300&family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Glegoo:wght@400;700&family=Noto+Emoji:wght@300&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
h1.title-forSeo {
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -101%;
  position: absolute;
}

#frame {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  max-width: 100vw;
  height: 100vh;
  background-color: #eef1e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  place-items: center;
  opacity: 0;
  -webkit-transform: translateX(125%);
          transform: translateX(125%);
  -webkit-transition: 0.6s cubic-bezier(1, 0.885, 0.32, 1);
  transition: 0.6s cubic-bezier(1, 0.885, 0.32, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
#frame::before, #frame::after {
  content: "";
  position: absolute;
  width: 125%;
  height: 100%;
  top: 0;
  left: -12.5%;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(237, 238, 155, 0)), color-stop(50%, rgba(237, 238, 155, 0.7490196078)), to(rgba(237, 238, 155, 0)));
  background: linear-gradient(to right, rgba(237, 238, 155, 0) 25%, rgba(237, 238, 155, 0.7490196078) 50%, rgba(237, 238, 155, 0) 100%);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(1, 0.885, 0.32, 1);
  transition: -webkit-transform 1.2s cubic-bezier(1, 0.885, 0.32, 1);
  transition: transform 1.2s cubic-bezier(1, 0.885, 0.32, 1);
  transition: transform 1.2s cubic-bezier(1, 0.885, 0.32, 1), -webkit-transform 1.2s cubic-bezier(1, 0.885, 0.32, 1);
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  z-index: 98;
  -webkit-transform: translateX(0) skewX(5deg);
          transform: translateX(0) skewX(5deg);
}
#frame::after {
  z-index: 99;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(163, 189, 47, 0)), color-stop(60%, rgba(163, 189, 47, 0.5803921569)), to(rgba(163, 189, 47, 0)));
  background: linear-gradient(to right, rgba(163, 189, 47, 0) 25%, rgba(163, 189, 47, 0.5803921569) 60%, rgba(163, 189, 47, 0) 100%);
  width: 125%;
  -webkit-transition: -webkit-transform 1.4s cubic-bezier(1, 0.885, 0.32, 1);
  transition: -webkit-transform 1.4s cubic-bezier(1, 0.885, 0.32, 1);
  transition: transform 1.4s cubic-bezier(1, 0.885, 0.32, 1);
  transition: transform 1.4s cubic-bezier(1, 0.885, 0.32, 1), -webkit-transform 1.4s cubic-bezier(1, 0.885, 0.32, 1);
}
#frame .frameClose {
  opacity: 0;
}
#frame .frameClose span {
  position: absolute;
  border-radius: 50%;
  font-size: 1.3em;
  width: 50px;
  line-height: 50px;
  background-color: #8bac61;
  color: #fff;
  font-family: "Noto Emoji", sans-serif !important;
  text-align: center;
}
#frame .frame-wrap {
  background-color: #c7c1bd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  padding: 15px;
}
#frame .frame-wrap iframe {
  min-width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media (min-width: 768px) {
  #frame .frame-wrap iframe {
    min-width: 90%;
  }
}
@media (min-width: 992px) {
  #frame .frame-wrap iframe {
    min-width: 70%;
  }
}

.buy-content-text a, .news-read-part a, .hc-news p a {
  display: inline-block;
  color: #2196F3;
  text-decoration: none;
}

p a {
  display: inline-block;
  line-height: 1.8;
  color: #555555;
}
p a:hover {
  color: #2196F3;
}

.frame_active {
  cursor: auto;
  overflow: hidden;
}
.frame_active #frame {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.frame_active #frame::before {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-transform: translateX(-175%) skewX(5deg);
          transform: translateX(-175%) skewX(5deg);
}
.frame_active #frame::after {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  -webkit-transform: translateX(-150%) skewX(-15deg);
          transform: translateX(-150%) skewX(-15deg);
}
.frame_active #frame .frame-wrap {
  opacity: 1;
  -webkit-transition: opacity 508ms ease 883ms, cubic-bezier(1, 0.885, 0.32, 1);
  transition: opacity 508ms ease 883ms, cubic-bezier(1, 0.885, 0.32, 1);
}
.frame_active #frame .frameClose {
  position: relative;
  top: 15px;
  left: -48%;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 1.25s;
  transition: opacity 1.25s;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
@media (min-width: 768px) {
  .frame_active #frame .frameClose {
    top: 15px;
    left: -45%;
  }
}
@media (min-width: 992px) {
  .frame_active #frame .frameClose {
    top: 15px;
    left: -36%;
  }
}
.frame_active #frame .frameClose b.actCircle {
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #e6ef96;
  opacity: 0.5;
  width: 60px;
  height: 60px;
  opacity: 0.85;
  border-radius: 50%;
  -webkit-animation: pulse 1.2s cubic-bezier(0.66, 0, 0.34, 1) infinite;
          animation: pulse 1.2s cubic-bezier(0.66, 0, 0.34, 1) infinite;
}
.frame_active #frame .frameClose b.actCircle::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(219, 231, 138, 0.568627451);
  top: 0;
  left: 0;
  -webkit-animation: pulse 1.2s cubic-bezier(0.66, 0, 0.34, 1) infinite;
          animation: pulse 1.2s cubic-bezier(0.66, 0, 0.34, 1) infinite;
  z-index: -1;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
}
@-webkit-keyframes pulse1 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
  50% {
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
}
@keyframes pulse1 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
  50% {
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
}
@-webkit-keyframes circleBuyBtn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 5px var(--anibtn-color);
            box-shadow: 0 0 0 5px var(--anibtn-color);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 14px var(--anibtn-color-50);
            box-shadow: 0 0 0 14px var(--anibtn-color-50);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 5px var(--anibtn-color);
            box-shadow: 0 0 0 5px var(--anibtn-color);
  }
}
@keyframes circleBuyBtn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 5px var(--anibtn-color);
            box-shadow: 0 0 0 5px var(--anibtn-color);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 14px var(--anibtn-color-50);
            box-shadow: 0 0 0 14px var(--anibtn-color-50);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 5px var(--anibtn-color);
            box-shadow: 0 0 0 5px var(--anibtn-color);
  }
}
@media (min-width: 992px) {
  .buy-part .popact .popupAct {
    left: calc((85% - 460px) / 2.85);
  }
}

.page-overlay {
  display: none;
}

.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.85;
  }
}
.pulse {
  -webkit-animation: pulse ease-in-out 1.8s infinite alternate both;
          animation: pulse ease-in-out 1.8s infinite alternate both;
}

.d1 {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

html {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

#options {
  width: 100% !important;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  #options {
    display: none;
  }
}
#options .dd-selected-image, #options .dd-option-image {
  max-width: 170px !important;
  float: none !important;
  margin-right: 0;
}
#options .dd-selected, #options .dd-option-selected, #options .dd-option {
  text-align: center;
  background: #ffffff;
}
#options .dd-option {
  padding: 1.1rem !important;
}
#options .dd-select, #options .dd-options {
  width: 100% !important;
}
#options .dd-option-text {
  line-height: 1.2 !important;
  color: #8b8b8b;
}
#options .dd-select {
  padding: 0.5rem 0;
  background-color: #ffffff !important;
}
#options .dd-options li:nth-child(5) .dd-option {
  padding: 1.1rem 0 1.3rem 0 !important;
}
#options .dd-selected .dd-selected-text {
  color: #8b8b8b;
}

.document-part {
  width: 80%;
  margin: auto;
  text-align: center;
}
.document-part h3 {
  padding: 10px 0;
  color: #828282;
  background: -webkit-gradient(linear, left top, right top, from(rgb(224, 224, 224)), color-stop(52%, rgb(242, 242, 242)), to(rgb(224, 224, 224)));
  background: linear-gradient(to right, rgb(224, 224, 224) 0%, rgb(242, 242, 242) 52%, rgb(224, 224, 224) 100%);
}
@media (min-width: 992px) {
  .document-part h3 {
    padding: 5px 15px;
    margin-right: 5px;
    font-weight: 600;
    font-size: 1.2rem;
    color: #666666;
    letter-spacing: 1px;
    border-radius: 50em;
  }
}
.document-part .document-meun-PC {
  display: none;
  padding: 2.5rem 1rem;
  margin-bottom: 3rem;
  width: 100%;
  background-color: #f2f4f5;
  border-radius: 50em;
}
@media (min-width: 992px) {
  .document-part .document-meun-PC {
    display: block;
  }
}
.document-part .document-meun-PC p {
  display: inline;
  color: #959595;
}
.document-part .document-meun-PC__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}
.document-part .document-meun-PC__list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
  width: min(20%, 263px);
  height: 85px;
  border-radius: 8px;
  -webkit-box-shadow: 0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.08), -0.5rem -0.5rem 1rem #fff;
          box-shadow: 0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.08), -0.5rem -0.5rem 1rem #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: transform, background;
  transition-property: transform, background, -webkit-transform;
}
.document-part .document-meun-PC__list li.active, .document-part .document-meun-PC__list li:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(239, 239, 239)), color-stop(60%, rgb(255, 255, 255)), to(rgb(249, 249, 249)));
  background: linear-gradient(0, rgb(239, 239, 239) 0%, rgb(255, 255, 255) 60%, rgb(249, 249, 249) 100%);
}
.document-part .document-meun-PC__list li.active {
  height: 100px;
}
.document-part .document-meun-PC__list li.active img {
  width: 100%;
}
.document-part .document-meun-PC__list li.active:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.document-part .document-meun-PC__list li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.document-part .document-meun-PC__list li:hover img {
  width: 88%;
}
.document-part .document-meun-PC__list li.p-p3hb89.active img {
  width: 90%;
}
.document-part .document-meun-PC__list li:last-child {
  margin-right: 0;
}
.document-part .document-meun-PC__list li img {
  width: 90%;
  margin: auto;
}
@media (min-width: 1400px) {
  .document-part .document-meun-PC__list li img {
    width: min(80%, 180px);
  }
}
.document-part .sgs-datahint {
  display: none;
}
@media (min-width: 992px) {
  .document-part .document-list__title {
    text-align: left;
    margin-left: 5px;
  }
  .document-part .document-list__title h3 {
    display: inline;
  }
}
.document-part .document-list__title div {
  text-align: left;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .document-part .document-list__title div {
    display: inline;
  }
}
.document-part .document-list__title div span {
  color: #999999;
}
.document-part .select {
  width: 100%;
  height: 60px;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  color: #a5b194;
  text-align: center;
  background-color: #f8faf6;
  border: 1px solid #a0b880;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.document-part .document-list .sgs-morebtn {
  display: none;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .document-part .document-list .sgs-morebtn {
    margin-top: 1.5rem;
  }
}
.document-part .document-list .sgs-morebtn__buttom {
  display: inline-block;
  padding: 18px 0;
  width: 80%;
  text-align: center;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(109, 109, 109)), color-stop(52%, rgb(135, 135, 135)), to(rgb(109, 109, 109)));
  background: linear-gradient(to right, rgb(109, 109, 109) 0%, rgb(135, 135, 135) 52%, rgb(109, 109, 109) 100%);
  border-radius: 50em;
}
@media (min-width: 768px) {
  .document-part .document-list .sgs-morebtn__buttom {
    width: min(50%, 320px);
  }
}
.document-part .document-list__ul__li {
  padding: 1.1rem 0;
  width: 100%;
  text-align: center;
  border-top: 1px dotted #e4e4e4;
}
.document-part .document-list__ul__li:last-child {
  border-bottom: 1px dotted #e4e4e4;
}
@media (min-width: 992px) {
  .document-part .document-list__ul__li {
    padding: 2rem 0;
  }
  .document-part .document-list__ul__li:first-child {
    border-top: 0;
  }
}
.document-part .document-list p {
  margin-bottom: 1rem;
  text-align: left;
}
@media (min-width: 992px) {
  .document-part .sgs-grid {
    display: block;
    margin-top: 2rem;
  }
}
@media (min-width: 1665px) {
  .document-part .sgs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.document-part .sgs-list {
  padding: 1.3rem 0;
  font-size: 1.12rem;
  text-align: left;
  border-bottom: 1px dotted #a4a4a4;
}
@media (max-width: 768px) {
  .document-part .sgs-list:nth-child(8) {
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .document-part .sgs-list {
    padding: 0;
    border-bottom: 0;
  }
}
.document-part .sgs-list:last-child {
  border-bottom: 0;
}
.document-part .sgs-list.d-none {
  display: none;
}
.document-part .sgs-list .sgs-item {
  display: block;
  margin-top: 0.3rem;
}
@media (min-width: 992px) {
  .document-part .sgs-list .sgs-item {
    display: inline-block;
    margin-left: 5px;
    margin-top: 0;
  }
}
.document-part .sgs-list .sgs-item a {
  display: inline-block;
  font-size: 1.1rem;
  color: #555555;
  line-height: 1.8;
}
.document-part .sgs-list .sgs-item a:hover {
  color: #2196F3;
}
.document-part .sgs-list .sgs-item a:not(:first-child)::before {
  content: "|";
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  color: #b9b9b9;
  text-decoration: none;
}
@media (min-width: 768px) {
  .document-part .sgs-list .sgs-item a:not(:first-child)::before {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.document-part .sgs-list .sgs-left {
  display: inline-block;
}
.document-part .sgs-list .sgs-left span.number {
  display: inline-block;
  width: auto;
  margin-right: 8px;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .document-part .sgs-list .sgs-left span.number {
    font-size: 1.1rem;
    width: 70px;
  }
}
.document-part .sgs-list .sgs-left span.date {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
  color: #978d82;
}
@media (min-width: 768px) {
  .document-part .sgs-list .sgs-left span.date {
    margin-right: 0.5rem;
    width: 95px;
    font-size: 1rem;
  }
}
.document-part .sgs-list .sgs-left .new {
  display: inline-block;
}
.document-part .sgs-list .sgs-left .new span {
  padding: 1px 3px;
  margin-right: 3px;
  font-size: 11px;
  font-weight: bold;
  color: #e56969;
  text-align: center;
  background-color: #ffd6d6;
  border-radius: 50em;
  vertical-align: super;
}
.document-part .sgs-list span[data-item=pp-taste], .document-part .sgs-list span[data-item=香草], .document-part .sgs-list span[data-item=lemon], .document-part .sgs-list span[data-item=milk], .document-part .sgs-list span[data-item=original], .document-part .sgs-list span[data-item=Kumquat] {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 10px;
  font-size: 0.9rem;
  border-radius: 6px;
  line-height: 1;
}
.document-part .sgs-list span[data-item=pp-taste] {
  color: #333333;
  border: 1px solid #333333;
}
.document-part .sgs-list span[data-item=香草] {
  color: #36c7e9;
  border: 1px solid #36c7e9;
}
.document-part .sgs-list span[data-item=lemon] {
  color: #61af23;
  border: 1px solid #61af23;
}
.document-part .sgs-list span[data-item=milk] {
  color: #009ead;
  border: 1px solid #009ead;
}
.document-part .sgs-list span[data-item=original] {
  color: #ff924e;
  border: 1px solid #ff924e;
}
.document-part .sgs-list span[data-item=Kumquat] {
  color: #97680e;
  border: 1px solid #e9c45d;
}
.document-part .material-list {
  text-align: left;
}
@media (min-width: 992px) {
  .document-part .material-list {
    display: block;
  }
}
.document-part .material-list__item {
  margin-bottom: 0.8rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .document-part .material-list__item {
    margin-bottom: 0.5rem;
  }
}
.document-part .material-list__item:first-child {
  margin-top: 2em;
}
.document-part .material-list__item .name {
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 5px;
  color: #414141;
  border: 1px solid #414141;
  border-radius: 8px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .document-part .material-list__item .name {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.document-part .material-list__item a {
  font-family: "Glegoo", "PingFang TC", "蘋果儷中黑", "Noto Emoji", "Noto Sans TC", "微軟正黑體", serif;
  color: #333333;
  letter-spacing: 0;
}
.document-part .material-list__item a:not(:first-of-type)::before {
  content: "|   ";
  display: inline-block;
  text-decoration: none;
  color: #b9b9b9;
}
.document-part .material-list__item a::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 8px;
  height: 11.5px;
  background: url(/images/other/file-regular.svg) no-repeat top center/8px;
}
@media (min-width: 768px) {
  .document-part .material-list__item a::after {
    margin-right: 1.1rem;
  }
}
.document-part .material-list__item a:hover {
  color: #2196F3;
}
.document-part .material-list__item > span:nth-child(2) {
  padding-top: 0.5rem;
}
.document-part .material-list__item > span > span {
  display: block;
}
@media (min-width: 992px) {
  .document-part .material-list__item > span > span {
    display: inline;
  }
}