main {
  background-color: #f8f8fa;
  overflow: hidden;
}
main p, main h5 {
  font-size: 1.06rem;
}
@media (min-width: 768px) {
  main p, main h5 {
    line-height: 1.8;
  }
}
main p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  main p {
    margin-bottom: 2rem;
  }
}
main a {
  color: #333333;
}
main h2 {
  font-family: "Shippori Mincho", "Noto Serif TC", serif;
  font-size: 1.65rem;
  text-align: center;
}
@media (min-width: 768px) {
  main h2 {
    font-size: 2.6rem;
  }
}
main h3 {
  font-size: 5vw;
  text-align: center;
}
@media (min-width: 768px) {
  main h3 {
    font-size: 2rem;
  }
}
main h4 {
  font-size: 1.12rem;
  margin-bottom: 1rem;
}

.h2-l {
  font-size: 40px;
}
@media (min-width: 992px) {
  .h2-l {
    font-size: 60px;
  }
}

section:not(.one-top) {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  section:not(.one-top) {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}

@-webkit-keyframes circleBuyBtn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0px var(--anibtn-color);
            box-shadow: 0 0 0 0px var(--anibtn-color);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 0 0 7px var(--anibtn-color-50);
            box-shadow: 0 0 0 7px var(--anibtn-color-50);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0px var(--anibtn-color);
            box-shadow: 0 0 0 0px var(--anibtn-color);
  }
}

@keyframes circleBuyBtn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0px var(--anibtn-color);
            box-shadow: 0 0 0 0px var(--anibtn-color);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 0 0 7px var(--anibtn-color-50);
            box-shadow: 0 0 0 7px var(--anibtn-color-50);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0px var(--anibtn-color);
            box-shadow: 0 0 0 0px var(--anibtn-color);
  }
}
.w339 {
  max-width: 339px;
}
@media (min-width: 768px) {
  .w339 {
    margin-top: 20px;
  }
}

.w763 {
  max-width: 763px;
}

.w328 {
  max-width: 320px;
}

h2.p-slogn {
  font-size: 1.43rem !important;
  font-weight: 600 !important;
  color: #3f3a39;
  text-align: center;
  margin: 1rem 0 1.5rem 0;
}
@media (min-width: 768px) {
  h2.p-slogn {
    font-size: 2rem !important;
  }
}

.h2-style {
  font-family: "Shippori Mincho", "Noto Serif TC", serif;
  margin-bottom: 1.5rem;
  color: var(--prodColor);
  text-align: center;
}
@media (min-width: 768px) {
  .h2-style {
    margin-bottom: 2rem;
  }
}
.h2-style.white {
  color: #ffffff;
}

.sgs-part .content, .food-drug .content, .p-faq-part .content, .p-Ingredients .content {
  width: min(90%, 800px);
  margin-left: auto;
  margin-right: auto;
}

.k-taste-part, .Quality-part, .p-eat-part, .p-faq-part, .p-Ingredients {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .k-taste-part, .Quality-part, .p-eat-part, .p-faq-part, .p-Ingredients {
    margin-top: 5rem;
  }
}

.sgs-part {
  padding-bottom: 2rem;
  background: linear-gradient(45deg, rgb(239, 236, 229) 65%, rgb(255, 255, 255) 100%);
}
.sgs-part .h2-w {
  width: min(90%, 615px);
  margin: auto;
}
.sgs-part .bg-liner {
  padding: 8px 0 10px 0;
  background: linear-gradient(45deg, rgb(163, 132, 64) 24%, rgb(213, 168, 58) 31%, rgb(234, 209, 164) 39%, rgb(163, 132, 64) 74%);
}
.sgs-part .sgs-small-w {
  width: min(85%, 750px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  color: #7d6f51;
}
@media (min-width: 768px) {
  .sgs-part .sgs-small-w {
    margin-bottom: 2.5rem;
  }
}
.sgs-part .sgs-content {
  width: min(80%, 850px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .sgs-part .sgs-content {
    grid-template-columns: repeat(4, 1fr);
  }
}
.sgs-part .sgs-content img {
  -webkit-box-shadow: -5px 5px 5px rgba(161, 149, 128, 0.27);
          box-shadow: -5px 5px 5px rgba(161, 149, 128, 0.27);
}
.sgs-part .sgs-content__txt {
  font-family: "Shippori Mincho", serif;
  font-size: 1.06rem;
}
@media (min-width: 768px) {
  .sgs-part .sgs-content__txt {
    font-size: 1.25rem;
  }
}
.sgs-part .all-btn-W {
  width: min(80%, 500px);
  margin: auto;
}

.food-drug .h2-style {
  font-size: 3rem;
  font-weight: bold;
  background: linear-gradient(45deg, rgb(206, 165, 78) 35%, rgb(230, 212, 173) 41%, rgb(206, 165, 78) 64%) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  color: transparent !important;
}
.food-drug h3 {
  font-family: "Shippori Mincho", "Noto Serif TC", serif;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .food-drug h3 {
    margin-bottom: 1.5rem;
  }
}
.food-drug .grid-1-2 {
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .food-drug .grid-1-2 {
    grid-template-columns: 120px 1fr;
    gap: 2rem;
  }
}
.food-drug .grid-2 {
  grid-template-columns: 1fr;
  gap: 1rem;
}
.food-drug .all-btn {
  width: 100%;
}

.Quality-part table td {
  padding: 5px;
}
.Quality-part .box-border {
  width: min(90%, 650px);
  margin: -50px auto 0 auto;
  padding-top: 50px;
  border: 5px solid #f8f6df;
  border-radius: 25px;
}
.Quality-part .safe-txt {
  margin: 1rem;
  padding: 0.8rem;
  background: #f8f6df;
  border-radius: 20px;
}
.Quality-part h3 {
  font-family: "Shippori Mincho", "Noto Serif TC", serif;
  margin-bottom: 1rem;
}
.Quality-part h4 {
  font-family: "Shippori Mincho", "Noto Serif TC", serif;
}
@media (min-width: 768px) {
  .Quality-part h4 {
    font-size: 1.4rem;
  }
}

.p-faq-part .content {
  width: min(90%, 900px);
}
.p-faq-part .qa-box {
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .p-faq-part .qa-box {
    padding: 2rem 4rem;
  }
}
.p-faq-part .qa-box .faq-Q, .p-faq-part .qa-box .faq-A {
  padding: 0.5rem 0 1rem 40px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 27px 27px;
  background-repeat: no-repeat;
}
.p-faq-part .qa-box .faq-Q {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 1px dotted #c9c9c9;
  background-position: left 2px;
}
@media (min-width: 768px) {
  .p-faq-part .qa-box .faq-Q {
    font-size: 1.25rem;
  }
}
.p-faq-part .qa-box .faq-Q.gt {
  background-image: url(/images/product/gutarget/icon-Q.svg);
}
.p-faq-part .qa-box .faq-A {
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
  background-position: left 10px;
}
@media (min-width: 768px) {
  .p-faq-part .qa-box .faq-A {
    font-size: 1.1rem;
  }
}
.p-faq-part .qa-box .faq-A p {
  margin-bottom: 0;
}
.p-faq-part .qa-box .faq-A.gt {
  background-image: url(/images/product/gutarget/icon-A.svg);
}

.p-Ingredients .all-btn {
  width: min(90%, 500px);
}

.gutarget-part {
  padding-top: 0;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .gutarget-part {
    padding-bottom: 120px;
  }
}
.gutarget-part h5 {
  font-weight: bold;
}
.gutarget-part section .width-padd {
  width: min(90%, 800px);
  margin-left: auto;
  margin-right: auto;
}
.gutarget-part {
  text-align: center;
}
.gutarget-part .cm {
  margin-top: 0;
  padding: 2rem 0 0 0;
  background: url(/images/product/gutarget/t2-dm-bg-02.gif);
  background-position: bottom;
  background-color: #f8f8e0;
  background-repeat: repeat-x;
}
.gutarget-part .cm img {
  max-width: 807px;
}
.gutarget-part img.img830, .gutarget-part img.img760 {
  margin-left: auto;
  margin-right: auto;
}
.gutarget-part img.img830 {
  max-width: 830px;
}
.gutarget-part img.img760 {
  max-width: 760px;
}
.gutarget-part img.img345 {
  max-width: 345px;
}
.gutarget-part img.img610 {
  max-width: 610px;
}
.gutarget-part .three {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgb(248, 248, 250)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(248, 248, 250) 80%, rgb(255, 255, 255) 100%);
}
.gutarget-part .five {
  padding-top: 0;
}
.gutarget-part .five h2 {
  margin-bottom: 2rem;
}
.gutarget-part .five .padd {
  margin-bottom: 2rem;
}
.gutarget-part .five .text {
  padding: 25px 5px 0 5px;
}
@media (min-width: 768px) {
  .gutarget-part .five .text {
    padding: 25px 0 0 0;
  }
}
.gutarget-part .five .text p {
  margin-bottom: 0;
  text-align: left;
  line-height: 1.5;
}
.gutarget-part .five .content-bg-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  padding: 1rem;
  margin-top: 100px;
  background-color: #fbf8ed;
  border: 5px solid #ffffff;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .gutarget-part .five .content-bg-box {
    padding: 2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0;
  }
  .gutarget-part .five .content-bg-box .div2 {
    margin-top: 25px;
  }
}
.gutarget-part .five .posabso {
  position: absolute;
  top: -90px;
  width: 80%;
  left: 10%;
}
@media (min-width: 768px) {
  .gutarget-part .five .posabso {
    left: 25%;
  }
}
.gutarget-part .five .call-box {
  padding: 1rem;
  margin-top: 1.5rem;
  border: 4px dotted #d7cd86;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .gutarget-part .five .call-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.gutarget-part .five .call-box div:first-child {
  display: inline-block;
}
.gutarget-part .five .call-box span {
  display: block;
}
@media (min-width: 768px) {
  .gutarget-part .five .call-box span {
    display: inline-block;
  }
}
.gutarget-part .five .call-box img {
  max-width: 200px;
  display: inline-block;
}
.gutarget-part .five .call-box h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-block: 1rem;
}
@media (min-width: 768px) {
  .gutarget-part .five .call-box h4 {
    font-size: 1.5rem;
  }
}
.gutarget-part .user-part .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .gutarget-part .user-part .grid {
    grid-template-columns: 345px 1fr;
    gap: 50px;
  }
}
.gutarget-part .user-part .text {
  padding: 1rem 2rem;
  border-radius: 15px;
  background-color: #ffffff;
}
.gutarget-part .user-part .text .title {
  text-align: center;
  background-color: #e9e2b6;
  border-radius: 50em;
}
.gutarget-part .user-part .text p {
  text-align: left;
  margin-bottom: 0;
}

.COA-list, .sgs-list {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  z-index: 20;
  position: fixed;
  padding: 1rem 1rem 2rem 1rem;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: left;
  background: #fff;
  border-radius: 20px 20px 0 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
}
.COA-list.is-open, .sgs-list.is-open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
}
@media (min-width: 768px) {
  .COA-list, .sgs-list {
    width: 360px;
    left: 10%;
    bottom: 10%;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 3px rgba(100, 100, 100, 0.8);
            box-shadow: 4px 4px 3px rgba(100, 100, 100, 0.8);
  }
}
.COA-list .coa-title, .COA-list .sgs-title, .sgs-list .coa-title, .sgs-list .sgs-title {
  position: relative;
  padding: 0.8rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  text-align: left;
  background-color: #ebebeb;
  border-radius: 5px;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .COA-list .coa-title, .COA-list .sgs-title, .sgs-list .coa-title, .sgs-list .sgs-title {
    font-size: 1.06rem;
  }
}
.COA-list .coa-title::after, .COA-list .sgs-title::after, .sgs-list .coa-title::after, .sgs-list .sgs-title::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 15px;
  width: 15px;
  height: 15px;
  -webkit-mask: url(/images/common/xmark-solid.svg) no-repeat center center/contain;
          mask: url(/images/common/xmark-solid.svg) no-repeat center center/contain;
  background-color: #afafaf;
}
.COA-list ul li, .sgs-list ul li {
  padding: 0.6rem;
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .COA-list ul li, .sgs-list ul li {
    padding: 1rem;
    font-size: 1rem;
  }
}

.go-buy-buttom {
  display: none;
  margin: auto;
  width: 90%;
}
@media (min-width: 768px) {
  .go-buy-buttom {
    max-width: 400px;
  }
}