@charset "UTF-8";
:root {
  --henkel-ease-out-quart:cubic-bezier(0.165, 0.84, 0.44, 1);
  --title-letter:13px;
}
@media (min-width: 768px) {
  :root {
    --title-letter:3rem;
  }
}

@-webkit-keyframes comment_animation {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes comment_animation {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes runloading {
  0% {
    background-position: 0px top;
  }
  10% {
    background-position: -50px top;
  }
  20% {
    background-position: -100px top;
  }
  30% {
    background-position: -150px top;
  }
  40% {
    background-position: -200px top;
  }
  50% {
    background-position: -250px top;
  }
  60% {
    background-position: -300px top;
  }
  70% {
    background-position: -350px top;
  }
  80% {
    background-position: -400px top;
  }
  90% {
    background-position: -450px top;
  }
  100% {
    background-position: -500px top;
  }
}
@keyframes runloading {
  0% {
    background-position: 0px top;
  }
  10% {
    background-position: -50px top;
  }
  20% {
    background-position: -100px top;
  }
  30% {
    background-position: -150px top;
  }
  40% {
    background-position: -200px top;
  }
  50% {
    background-position: -250px top;
  }
  60% {
    background-position: -300px top;
  }
  70% {
    background-position: -350px top;
  }
  80% {
    background-position: -400px top;
  }
  90% {
    background-position: -450px top;
  }
  100% {
    background-position: -500px top;
  }
}
.index-main {
  padding: 143px 0 0 0 !important;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes hideloading {
  from {
    opacity: 1;
    display: block;
    top: 50%;
    left: 50%;
  }
  to {
    opacity: 0;
    display: none;
    top: 45%;
    left: 45%;
  }
}
@keyframes hideloading {
  from {
    opacity: 1;
    display: block;
    top: 50%;
    left: 50%;
  }
  to {
    opacity: 0;
    display: none;
    top: 45%;
    left: 45%;
  }
}
@-webkit-keyframes spanchange {
  from {
    display: none;
  }
  to {
    display: block;
  }
}
@keyframes spanchange {
  from {
    display: none;
  }
  to {
    display: block;
  }
}
.p-loader {
  width: 40px;
  height: 40px;
  border: 5px solid #cbdaa7;
  border-bottom-color: #76b91c;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.clearFloat {
  clear: both;
}

.mobile-br {
  display: block;
}
@media (min-width: 768px) {
  .mobile-br {
    display: inline;
  }
}

.more-link_btn {
  margin-top: 2rem;
}
.more-link_btn .more-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: var(--henkel-ease-out-quart);
          transition-timing-function: var(--henkel-ease-out-quart);
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}
.more-link_btn .more-link:hover .more-text::after {
  -webkit-transform: scaleX(0) translate3d(0, 0, 0);
          transform: scaleX(0) translate3d(0, 0, 0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.more-link_btn .more-link:hover i.arrow-icon::before {
  -webkit-transform: scale(1.2) translate3d(0, 0, 0);
          transform: scale(1.2) translate3d(0, 0, 0);
}
.more-link_btn .more-link.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.more-link_btn .more-link .more-text {
  position: relative;
  font-size: 0.8rem;
  color: #555555;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .more-link_btn .more-link .more-text {
    font-weight: 600;
    letter-spacing: 1px;
  }
}
.more-link_btn .more-link .more-text::after {
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  background-color: currentColor;
  -webkit-transition: -webkit-transform 400ms var(--henkel-ease-out-quart);
  transition: -webkit-transform 400ms var(--henkel-ease-out-quart);
  transition: transform 400ms var(--henkel-ease-out-quart);
  transition: transform 400ms var(--henkel-ease-out-quart), -webkit-transform 400ms var(--henkel-ease-out-quart);
  -webkit-transform: scaleX(1) translate3d(0, 0, 0);
          transform: scaleX(1) translate3d(0, 0, 0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.more-link_btn .more-link i.arrow-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1rem;
  width: 70px;
  height: 70px;
}
@media (min-width: 992px) {
  .more-link_btn .more-link i.arrow-icon {
    width: 78px;
    height: 78px;
  }
}
.more-link_btn .more-link i.arrow-icon::before {
  content: "";
  background: linear-gradient(76deg, rgb(185, 221, 100) 0%, rgb(150, 195, 79) 60%);
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 400ms var(--henkel-ease-out-quart);
  transition: -webkit-transform 400ms var(--henkel-ease-out-quart);
  transition: transform 400ms var(--henkel-ease-out-quart);
  transition: transform 400ms var(--henkel-ease-out-quart), -webkit-transform 400ms var(--henkel-ease-out-quart);
}
.more-link_btn .more-link i.arrow-icon::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 12px;
  top: calc(50% - 6px);
  right: calc(50% - 15px);
  -webkit-mask-image: url("/images/index/arrow-01.svg");
          mask-image: url("/images/index/arrow-01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #ffffff;
}

.br-div {
  display: block;
}
.br-div::before {
  content: none !important;
}
@media (min-width: 992px) {
  .br-div {
    display: none;
  }
}

.video-style {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
}

.video-style.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
}

.loader {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#eef5e5), color-stop(60%, #ffffff));
  background: linear-gradient(#eef5e5 0%, #ffffff 60%);
  z-index: 5500;
  display: block;
}
.loader .addloader {
  width: 100px;
  height: 25px;
  --c:no-repeat radial-gradient(farthest-side,#bad579 93%,#0000);
  background: var(--c) 0 0, var(--c) 33% 0, var(--c) 66% 0, var(--c) 100% 0;
  background-size: 10px 10px;
  position: relative;
  -webkit-animation: anidot 1.5s linear infinite alternate;
          animation: anidot 1.5s linear infinite alternate;
}
.loader .addloader:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 15px;
  opacity: 0.5;
  left: 0;
  top: 0;
  background-image: url(../../images/HCbird-load.svg);
  background-repeat: no-repeat;
  -webkit-animation: birdani 1.5s linear infinite alternate, birdani2 0.5s cubic-bezier(0, 200, 0.8, 200) infinite;
          animation: birdani 1.5s linear infinite alternate, birdani2 0.5s cubic-bezier(0, 200, 0.8, 200) infinite;
}
.loader .imgAni {
  width: 110px;
  height: 33px;
  background-image: url("../../images/ani-HCtxt.svg");
  background-position: 0 0;
  background-size: 100%;
  -webkit-animation: imganiTxt 6s steps(12) infinite;
          animation: imganiTxt 6s steps(12) infinite;
}
@-webkit-keyframes imganiTxt {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 100%;
  }
}
@keyframes imganiTxt {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 100%;
  }
}
.loader .logoanimate {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}

@-webkit-keyframes anidot {
  0% {
    background-position: 0 100%, 33% 0, 66% 0, 100% 0;
  }
  8%, 25.3% {
    background-position: 0 0, 33% 0, 66% 0, 100% 0;
  }
  33.3% {
    background-position: 0 0, 33% 100%, 66% 0, 100% 0;
  }
  41.8%, 58.6% {
    background-position: 0 0, 33% 0, 66% 0, 100% 0;
  }
  66.6% {
    background-position: 0 0, 33% 0, 66% 100%, 100% 0;
  }
  74.6%, 92% {
    background-position: 0 0, 33% 0, 66% 0, 100% 0;
  }
  100% {
    background-position: 0 0, 33% 0, 66% 0, 100% 100%;
  }
}

@keyframes anidot {
  0% {
    background-position: 0 100%, 33% 0, 66% 0, 100% 0;
  }
  8%, 25.3% {
    background-position: 0 0, 33% 0, 66% 0, 100% 0;
  }
  33.3% {
    background-position: 0 0, 33% 100%, 66% 0, 100% 0;
  }
  41.8%, 58.6% {
    background-position: 0 0, 33% 0, 66% 0, 100% 0;
  }
  66.6% {
    background-position: 0 0, 33% 0, 66% 100%, 100% 0;
  }
  74.6%, 92% {
    background-position: 0 0, 33% 0, 66% 0, 100% 0;
  }
  100% {
    background-position: 0 0, 33% 0, 66% 0, 100% 100%;
  }
}
@-webkit-keyframes birdani {
  100% {
    left: 100%;
  }
}
@keyframes birdani {
  100% {
    left: 100%;
  }
}
@-webkit-keyframes birdani2 {
  100% {
    top: -0.2px;
  }
}
@keyframes birdani2 {
  100% {
    top: -0.2px;
  }
}
.top {
  position: relative;
}
.top p {
  line-height: 1.8rem;
}
.top .top-bg {
  position: absolute;
  z-index: 15;
  width: 100%;
  height: 100vh;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.top .hc-part {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.top .hc-part img {
  max-width: 30%;
  margin-bottom: 2rem;
}

.big-slogn {
  font-family: "Shippori Mincho", serif;
  margin-top: 1.8rem;
  margin-bottom: 1.5rem;
  padding-inline: 15px;
  font-size: 1.3rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  line-height: 1.8;
  letter-spacing: 2px;
}
.big-slogn span {
  font-family: "Shippori Mincho", serif;
}
@media (min-width: 768px) {
  .big-slogn {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .big-slogn {
    margin-top: 2rem;
    margin-bottom: 1.3rem;
  }
}

.hotP-part__title, .Reviews-part__title, .QA-part__title {
  margin-bottom: 6vh;
  font-family: "Shippori Mincho", serif;
  font-size: 1.35rem;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  letter-spacing: var(--title-letter);
  text-indent: var(--title-letter);
}
@media (min-width: 768px) {
  .hotP-part__title, .Reviews-part__title, .QA-part__title {
    font-size: min(3vw, 2.2rem);
    font-weight: 500;
    letter-spacing: var(--title-letter);
    text-indent: var(--title-letter);
  }
}

.Reviews-part__title {
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .Reviews-part__title {
    padding-bottom: 80px;
    padding-left: 100px;
    letter-spacing: var(--title-letter);
  }
}

.hotP-part__title, .QA-part__title {
  text-align: center;
}

.page {
  position: relative;
}
.page .hotP-part-img {
  width: min(70%, 400px);
  margin: auto;
  text-align: center;
  aspect-ratio: 4.37/1;
  -webkit-mask-image: url(/images/index/bestseller-icon.svg);
          mask-image: url(/images/index/bestseller-icon.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background: radial-gradient(circle at 65% 40%, rgba(247, 255, 84, 0.2509803922) 0, rgba(213, 220, 221, 0) 35%), #a6dbdd;
}
@media (min-width: 992px) {
  .page .hotP-part-img {
    width: min(70%, 495px);
  }
}
.page .hotP-part-img.orange {
  background-color: rgb(251, 201, 149);
}
.page .hotP-part-img.pink {
  background-color: rgb(254, 183, 212);
}
.page .onepart {
  position: absolute;
}
.page .onepart .video-zindex {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.page .onepart .blurbg {
  position: absolute;
  width: 100%;
  height: 100vh;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 0;
  z-index: 2;
}
.page .onepart .blurbg.open {
  opacity: 1;
}
.page .onepart .video-style {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.page .twopart {
  position: relative;
  z-index: 5;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(189, 189, 189, 0.5)), color-stop(50%, rgba(201, 217, 154, 0.5)), color-stop(60%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(189, 189, 189, 0.5) 20%, rgba(201, 217, 154, 0.5) 50%, rgba(255, 255, 255, 0) 60%);
}
@media (min-width: 992px) {
  .page .twopart {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(189, 189, 189, 0.5)), color-stop(43%, rgba(201, 217, 154, 0.5)), color-stop(53%, rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgba(189, 189, 189, 0.5) 20%, rgba(201, 217, 154, 0.5) 43%, rgba(255, 255, 255, 0) 53%);
  }
}
.page .twopart .family {
  position: relative;
  height: 180vh;
}
.page .twopart .family .family-anmation {
  position: sticky;
  width: 78%;
  margin: auto;
  top: 55%;
  -webkit-transition: opacity 0.5 sease-in-out;
  transition: opacity 0.5 sease-in-out;
}
@media screen and (orientation: portrait) {
  .page .twopart .family .family-anmation {
    top: 47%;
  }
}
@media (min-width: 992px) {
  .page .twopart .family .family-anmation {
    width: 60%;
    top: 40%;
  }
}
@media (min-width: 1200px) {
  .page .twopart .family .family-anmation {
    width: 50%;
    top: 30%;
  }
}
@media (min-width: 1400px) {
  .page .twopart .family .family-anmation {
    width: 50%;
    max-width: 730px;
    top: 40%;
  }
}
@media screen and (min-width: 1600px) and (orientation: landscape) {
  .page .twopart .family .family-anmation {
    top: 33%;
  }
}
.page .twopart .family .family-anmation .f-all {
  width: 100%;
}
@media (min-width: 992px) {
  .page .twopart .family .hc-active {
    top: 30%;
  }
}
@media (min-width: 1200px) {
  .page .twopart .family .hc-active {
    top: 25%;
  }
}
.page .twopart .padd {
  position: relative;
  width: 100%;
  padding-bottom: 9rem;
  margin: auto;
}
.page .twopart .padd::before {
  content: "";
  padding-top: 10vh;
  background: rgba(200, 211, 184, 0.5);
}
@media (min-width: 992px) {
  .page .twopart .padd {
    width: min(80%, 996px);
    padding-bottom: 20vh;
  }
}
@media (min-width: 1200px) {
  .page .twopart .padd {
    padding-bottom: 25vh;
  }
}
@media (min-width: 1400px) {
  .page .twopart .padd {
    padding-bottom: 29vh;
  }
}
.page .twopart .padd p {
  font-family: "Shippori Mincho", serif;
  width: min(100%, 600px);
  margin: auto;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 1.12rem;
  line-height: 2.2;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 1px;
  text-align: justify;
}
@media (min-width: 992px) {
  .page .twopart .padd p {
    width: min(70%, 700px);
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25rem;
    text-align: center;
  }
}
.page .CMpart {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: -8vw;
}
.page .CMpart__header {
  height: min(8vw, 65px);
  margin-bottom: -1px;
  background: url(/images/index/shape02.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.page .CMpart__header img {
  width: 100%;
}
.page .CMpart__content {
  padding: 80px 7vw 100px 7vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgb(255, 250, 244)), to(rgb(244, 245, 245)));
  background: linear-gradient(to bottom, rgb(255, 250, 244) 90%, rgb(244, 245, 245) 100%);
}
@media (min-width: 992px) {
  .page .CMpart__content {
    padding: 110px 7vw 160px 7vw;
  }
}
.page .CMpart__content .CMbig-slogn {
  font-family: "Shippori Mincho", serif;
  padding-inline: 15px;
  padding-bottom: 3rem;
  font-size: 1.5rem;
  text-align: center;
  color: rgba(142, 175, 28, 0.5019607843);
  font-weight: 600;
  letter-spacing: 8px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .page .CMpart__content .CMbig-slogn {
    font-size: 1.7rem;
    letter-spacing: 18px;
  }
}
@media (min-width: 992px) {
  .page .CMpart__content .CMbig-slogn {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    display: inline-block;
    position: absolute;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -250px;
    margin-left: -3%;
    left: min(8%, 150px);
    font-size: min(3.5vw, 45px);
    font-weight: 500;
    letter-spacing: 1.8rem;
  }
}
@media (min-width: 1700px) {
  .page .CMpart__content .CMbig-slogn {
    margin-left: 0;
  }
}
.page .CMpart__content .radius {
  width: min(100%, 1100px);
  margin: auto;
  -webkit-mask: url(/images/common/cricle16-9-bg.svg) no-repeat top center;
          mask: url(/images/common/cricle16-9-bg.svg) no-repeat top center;
  background-size: cover;
}
.page .CMpart__content .radius video {
  width: 100%;
}
.page .CMpart__content .slogn {
  padding: 2.5rem 0 70px 0;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #48413a;
  letter-spacing: 7px;
}
@media (min-width: 768px) {
  .page .CMpart__content .slogn {
    color: rgba(255, 255, 255, 0.8);
  }
}
.page .CMpart__content .slogn::after {
  content: "我的健康一刻";
  color: inherit;
  letter-spacing: 5px;
  line-height: 50px;
  display: block;
  font-size: 1rem;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .page .CMpart__content .slogn::after {
    font-weight: 300;
    letter-spacing: 0.3rem;
  }
}
@media (min-width: 768px) {
  .page .CMpart__content .slogn {
    font-size: 1.6rem;
    letter-spacing: 10px;
  }
}
@media (min-width: 992px) {
  .page .CMpart__content .slogn {
    position: absolute;
    padding: 0;
    top: 50%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1.5rem;
    letter-spacing: 12px;
  }
}
.page .CMpart__content .slogn .big-txt {
  font-size: 1.8rem;
  letter-spacing: 6px;
}
@media (min-width: 768px) {
  .page .CMpart__content .slogn .big-txt {
    font-size: 2rem;
    letter-spacing: 10px;
  }
}
@media (min-width: 992px) {
  .page .CMpart__content .swiper {
    width: 80%;
  }
}
.page .CMpart__content .swiper-button-next, .page .CMpart__content .swiper-button-prev {
  top: 40vh;
}
.page .CMpart__content .swiper-pagination-bullet-active {
  border: 2px solid #8bb34f;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .page .CMpart__content .swiper-pagination-bullet-active {
    border: 0;
  }
}
.page .CMpart__content .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .page .CMpart__content .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}
.page .hotP-part {
  position: relative;
  z-index: 5;
  width: 100%;
}
.page .hotP-part__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  align-items: center;
  inset: 0px auto auto 0px;
  background: linear-gradient(45deg, rgb(211, 235, 236) 0%, rgb(221, 235, 235) 100%);
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.page .hotP-part__container.orange {
  background: linear-gradient(45deg, rgb(249, 216, 182) 0%, rgb(255, 231, 204) 100%);
}
.page .hotP-part__container.pink {
  background: linear-gradient(45deg, rgb(255, 212, 224) 0%, rgb(255, 222, 231) 100%);
}
.page .hotP-part__middle {
  display: block;
  width: 100%;
  margin-bottom: 5vh;
}
@media (min-width: 768px) {
  .page .hotP-part__middle {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .page .hotP-part__middle {
    margin-top: -1rem;
  }
}
.page .hotP-part__flex3 {
  display: block;
}
@media (min-width: 992px) {
  .page .hotP-part__flex3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1400px) {
  .page .hotP-part__flex3 {
    max-width: 1700px;
    margin: auto;
  }
}
.page .hotP-part__flex3 .one {
  width: 14%;
  position: absolute;
}
@media (min-width: 992px) {
  .page .hotP-part__flex3 .one {
    position: relative;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .page .hotP-part__flex3 .one {
    width: calc(20% - 30px);
  }
}
.page .hotP-part__flex3 .one .indicator {
  position: relative;
  height: 25vh;
  width: 0.17vh;
  margin-left: 4vh;
}
@media (min-width: 768px) {
  .page .hotP-part__flex3 .one .indicator {
    margin-left: 8vw;
  }
}
@media (min-width: 992px) {
  .page .hotP-part__flex3 .one .indicator {
    margin-top: 5vh;
    margin-left: 8vw;
    width: 1px;
  }
}
@media (min-width: 1200px) {
  .page .hotP-part__flex3 .one .indicator {
    margin-top: 6.8vh;
  }
}
@media (min-width: 1400px) {
  .page .hotP-part__flex3 .one .indicator {
    margin-top: 8vh;
    margin-left: 10.68vw;
  }
}
.page .hotP-part__flex3 .one .indicator__group {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
.page .hotP-part__flex3 .one .indicator__LINE {
  z-index: 1;
  position: absolute;
  top: 0;
  left: -0.5px;
  width: 100%;
  height: 0;
  background-color: #63636d;
}
.page .hotP-part__flex3 .one .indicator__list {
  z-index: 2;
  position: absolute;
  top: 0;
  height: 100%;
}
.page .hotP-part__flex3 .one .indicator__list.orange li:first-child, .page .hotP-part__flex3 .one .indicator__list.orange li:last-child {
  background-color: rgb(250, 220, 190);
  color: #555555;
}
.page .hotP-part__flex3 .one .indicator__list.orange li:nth-child(2) {
  color: #ffffff;
  background-color: rgba(107, 107, 107, 0.98);
}
.page .hotP-part__flex3 .one .indicator__list.pink li:first-child, .page .hotP-part__flex3 .one .indicator__list.pink li:nth-child(2) {
  background-color: rgb(254, 214, 225);
  color: #555555;
}
.page .hotP-part__flex3 .one .indicator__list.pink li:last-child {
  color: #ffffff;
  background-color: rgba(107, 107, 107, 0.98);
}
.page .hotP-part__flex3 .one .indicator__list li {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  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;
  width: 3vh;
  height: 3vh;
  color: #666666;
  border: 1px solid rgba(102, 102, 102, 0.8509803922);
  border-radius: 50%;
  background-color: #d3ebec;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media (min-width: 1400px) {
  .page .hotP-part__flex3 .one .indicator__list li {
    width: 51px;
    height: 51px;
  }
}
.page .hotP-part__flex3 .one .indicator__list li span {
  font-size: 0.5rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  .page .hotP-part__flex3 .one .indicator__list li span {
    font-size: 0.87rem;
  }
}
.page .hotP-part__flex3 .one .indicator__list li.is-hidden {
  background-color: #def0f1;
  color: #555555;
}
.page .hotP-part__flex3 .one .indicator__list li:first-child {
  top: 0;
  color: #ffffff;
  background-color: rgba(107, 107, 107, 0.98);
}
.page .hotP-part__flex3 .one .indicator__list li:nth-child(2) {
  top: 50%;
}
.page .hotP-part__flex3 .one .indicator__list li:last-child {
  top: 100%;
}
.page .hotP-part__flex3 .two {
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .page .hotP-part__flex3 .two {
    padding-right: 6.25%;
  }
}
@media (min-width: 1400px) {
  .page .hotP-part__flex3 .two {
    max-width: 850px;
    padding-right: 0;
  }
}
.page .hotP-part__flex3 .two ul {
  position: relative;
}
@media (min-width: 1600px) {
  .page .hotP-part__flex3 .two ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page .hotP-part__flex3 .two ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .page .hotP-part__flex3 .two ul li:first-child {
    width: min(100%, 730px);
  }
  .page .hotP-part__flex3 .two ul li:nth-child(2), .page .hotP-part__flex3 .two ul li:last-child {
    width: min(100%, 771px);
  }
}
.page .hotP-part__flex3 .two ul li.P-img {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.page .hotP-part__flex3 .two ul li.P-img.is-hidden {
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.page .hotP-part__flex3 .two ul li.S-img, .page .hotP-part__flex3 .two ul li.plusC-img {
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.page .hotP-part__flex3 .two ul li.S-img.active, .page .hotP-part__flex3 .two ul li.plusC-img.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 992px) {
  .page .hotP-part__flex3 .two ul li.P-img img {
    margin-top: 30px;
  }
  .page .hotP-part__flex3 .two ul li.S-img img {
    margin-top: 50px;
  }
  .page .hotP-part__flex3 .two ul li.plusC-img img {
    margin-top: 35px;
  }
}
.page .hotP-part__flex3 .two ul li img {
  width: 78%;
}
@media (min-width: 768px) {
  .page .hotP-part__flex3 .two ul li img {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .page .hotP-part__flex3 .two ul li img {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .page .hotP-part__flex3 .two ul li img {
    width: 100%;
  }
}
.page .hotP-part__flex3 .three {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .page .hotP-part__flex3 .three {
    width: 33.3%;
    padding: 0 3.8vw 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: -4vw;
  }
}
@media (min-width: 1200px) {
  .page .hotP-part__flex3 .three {
    left: -2vw;
  }
}
@media (min-width: 1400px) {
  .page .hotP-part__flex3 .three {
    width: 25%;
    left: 0;
  }
}
.page .hotP-part__flex3 .three ul {
  position: relative;
  margin-top: -1.5em;
  width: 80%;
  text-align: center;
}
@media (min-width: 992px) {
  .page .hotP-part__flex3 .three ul {
    margin-top: 0;
    width: 80%;
    position: absolute;
  }
}
@media (min-width: 1400px) {
  .page .hotP-part__flex3 .three ul {
    width: min(80%, 300px);
    margin: auto;
  }
}
@media (min-width: 1600px) {
  .page .hotP-part__flex3 .three ul {
    width: min(80%, 310px);
  }
}
.page .hotP-part__flex3 .three ul li {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 1400px) {
  .page .hotP-part__flex3 .three ul li:first-child .product-btn, .page .hotP-part__flex3 .three ul li:last-child .product-btn {
    margin: 0 auto 6vh auto;
  }
}
.page .hotP-part__flex3 .three ul li.P-text {
  position: relative;
  left: auto;
  top: auto;
}
@media (min-width: 992px) {
  .page .hotP-part__flex3 .three ul li.P-text {
    margin-top: -15px;
  }
}
.page .hotP-part__flex3 .three ul li.P-text h2 span {
  color: #00b6d4;
}
.page .hotP-part__flex3 .three ul li.P-text .product-btn {
  color: #00b6d4;
  border-color: #00b6d4;
}
.page .hotP-part__flex3 .three ul li.S-text {
  margin-top: -2em;
}
@media (min-width: 768px) {
  .page .hotP-part__flex3 .three ul li.S-text {
    margin-top: -4em;
  }
}
@media (min-width: 1400px) {
  .page .hotP-part__flex3 .three ul li.S-text {
    margin-top: -2em;
  }
}
.page .hotP-part__flex3 .three ul li.S-text h2 span {
  color: #fe7629;
}
@media (min-width: 1400px) {
  .page .hotP-part__flex3 .three ul li.S-text h2 span {
    white-space: nowrap;
  }
}
.page .hotP-part__flex3 .three ul li.S-text .product-btn {
  color: #fe7629;
  border-color: #fd9e4c;
}
.page .hotP-part__flex3 .three ul li.S-text .product-btn::after {
  background-color: #fe7f2c;
}
.page .hotP-part__flex3 .three ul li.PlusC-text {
  margin-top: -1em;
}
@media (min-width: 768px) {
  .page .hotP-part__flex3 .three ul li.PlusC-text {
    margin-top: -2em;
  }
}
.page .hotP-part__flex3 .three ul li.PlusC-text h2 span {
  color: #ff59af;
}
.page .hotP-part__flex3 .three ul li.PlusC-text .product-btn {
  color: #ff59af;
  border-color: #ff7ec1;
}
.page .hotP-part__flex3 .three ul li.PlusC-text .product-btn::after {
  background-color: #ff59af;
}
.page .hotP-part__flex3 .three ul li.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.page .hotP-part__flex3 .three ul li.is-hidden {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.page .hotP-part__flex3 .three ul li .product-btn {
  opacity: 0;
  display: block;
  position: relative;
  line-height: 59px;
  margin: 0 auto 3vh auto;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.2em;
  border-radius: 50em;
  border: 2px solid;
  -webkit-transition-property: width opacity;
  transition-property: width opacity;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.page .hotP-part__flex3 .three ul li .product-btn span {
  display: none;
}
.page .hotP-part__flex3 .three ul li .product-btn.active {
  opacity: 1;
  width: 80%;
  -webkit-transition-property: width opacity;
  transition-property: width opacity;
  -webkit-transition-duration: 0;
          transition-duration: 0;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
@media (min-width: 768px) {
  .page .hotP-part__flex3 .three ul li .product-btn.active {
    width: min(80%, 450px);
  }
}
@media (min-width: 992px) {
  .page .hotP-part__flex3 .three ul li .product-btn.active {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .page .hotP-part__flex3 .three ul li .product-btn.active {
    width: 90%;
  }
}
.page .hotP-part__flex3 .three ul li .product-btn.active span {
  -webkit-animation-name: spanchange;
          animation-name: spanchange;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  display: block;
}
.page .hotP-part__flex3 .three ul li .product-btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 7px;
  top: calc(50% - 3.5px);
  right: 1.4rem;
  -webkit-mask-image: url("/images/index/arrow-01.svg");
          mask-image: url("/images/index/arrow-01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 17px auto;
          mask-size: 17px auto;
  background-color: #00A9BA;
}
.page .hotP-part__flex3 .three ul li div {
  text-align: center;
  margin-bottom: 3vh;
}
@media (min-width: 992px) {
  .page .hotP-part__flex3 .three ul li div {
    margin-bottom: 2.2vw;
  }
}
.page .hotP-part__flex3 .three ul li img {
  display: none;
  width: 100%;
}
@media (min-width: 992px) {
  .page .hotP-part__flex3 .three ul li img {
    display: block;
    width: min(100%, 323px);
  }
}
.page .hotP-part__flex3 .three ul li h2 {
  margin-bottom: 3vh;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .page .hotP-part__flex3 .three ul li h2 {
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .page .hotP-part__flex3 .three ul li h2 {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
  }
}
@media (min-width: 992px) {
  .page .hotP-part__flex3 .three ul li h2 {
    margin-bottom: 2.2vw;
    font-size: 1.3rem;
    text-align: justify; /*對齊左右*/
  }
}
.page .hotP-part__flex3 .three ul li h2 span {
  line-height: 1.8;
  letter-spacing: 1.2px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .page .hotP-part__flex3 .three ul li h2 span {
    letter-spacing: 3px;
    white-space: wrap;
  }
}
.page .hotP-part__flex3 .three ul li h2 span::before {
  content: "#";
  padding: 0 5px;
  font-weight: 400;
}
.page .Reviews-part {
  position: relative;
  z-index: 5;
  padding: 120px 0 100px 0;
  background-color: #f9f6f4;
}
.page .Reviews-part .more-link_btn {
  margin-top: 2rem;
  text-align: right;
}
@media (min-width: 576px) {
  .page .Reviews-part .more-link_btn {
    margin-top: 3rem;
  }
}
.page .Reviews-part .more-link_btn .more-link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .page .Reviews-part .more-link_btn .more-link {
    margin-right: 15%;
  }
}
.page .Reviews-part .scroll-text {
  width: 95%;
  text-align: right;
}
@media (min-width: 1400px) {
  .page .Reviews-part .scroll-text {
    visibility: hidden;
  }
}
.page .Reviews-part .scroll-text img {
  display: inline-block;
  width: 8px;
  margin-left: 5px;
}
.page .Reviews-part .scroll-text p {
  display: inline-block;
  font-weight: 200;
  color: #bebab8;
}
.page .Reviews-part .bg-img {
  background-image: url(/images/index/Reviews-en-img.svg);
  background-repeat: no-repeat;
  background-position: 15px bottom;
  background-size: 255px;
}
@media (min-width: 576px) {
  .page .Reviews-part .bg-img {
    background-size: 390px;
  }
}
@media (min-width: 992px) {
  .page .Reviews-part .bg-img {
    margin-left: calc(7vw - 20px);
    margin-bottom: 3vh;
  }
}
.page .Reviews-part .Reviews-Swiper {
  padding-right: 70px;
}
@media (min-width: 576px) {
  .page .Reviews-part .Reviews-Swiper {
    padding-right: 100px;
  }
}
@media (min-width: 992px) {
  .page .Reviews-part .Reviews-Swiper {
    padding-right: 150px;
  }
}
@media (min-width: 1200px) {
  .page .Reviews-part .Reviews-Swiper {
    padding-right: 200px;
  }
}
.page .Reviews-part__list {
  padding: 3rem 0 0 7vw;
}
@media (min-width: 1400px) {
  .page .Reviews-part__list {
    padding-top: 3rem;
    padding-left: calc((100vw - 1605px) / 2);
  }
}
.page .Reviews-part__list__item {
  width: 281px;
}
.page .Reviews-part__list__item:first-child .Reviews-part__list__item__img {
  background-image: url(/images/index/reviews/img1.webp);
}
.page .Reviews-part__list__item:nth-child(2) .Reviews-part__list__item__img {
  background-image: url(/images/index/reviews/img2.webp);
}
.page .Reviews-part__list__item:nth-child(3) .Reviews-part__list__item__img {
  background-image: url(/images/index/reviews/img3.webp);
}
.page .Reviews-part__list__item:nth-child(4) .Reviews-part__list__item__img {
  background-image: url(/images/index/reviews/img4.webp);
}
.page .Reviews-part__list__item:nth-child(5) .Reviews-part__list__item__img {
  background-image: url(/images/index/reviews/img5.webp);
}
.page .Reviews-part__list__item:hover .title {
  color: #729d31;
}
.page .Reviews-part__list__item__img {
  width: 281px;
  height: 281px;
  margin-bottom: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-mask: url(/images/common/cricle1-1-bg.svg) no-repeat center center;
          mask: url(/images/common/cricle1-1-bg.svg) no-repeat center center;
  -webkit-transform: 0;
          transform: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.page .Reviews-part__list__item__text .padd {
  padding: 0 0 0 15px;
}
.page .Reviews-part__list__item__text .title {
  margin-bottom: 0.8rem;
  font-size: 1.23rem;
  color: #5f544a;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.page .Reviews-part__list__item__text P {
  margin-bottom: 25px;
  color: #736f6b;
  line-height: 1.8;
}
.page .Reviews-part__list__item__text P::after {
  content: "...";
  padding-left: 5px;
  color: rgb(175, 202, 93);
}
.page .QA-part {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 120px 20px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .page .QA-part {
    padding: 120px 20px 185px 20px;
  }
}
.page .QA-part .more-link_btn {
  text-align: center;
}
.page .QA-part .more-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .QA-part .qa-btn {
  position: relative;
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0 2rem;
  font-size: 1rem;
  color: #4d6b1d;
  background: #d5ecb3;
  border-radius: 50em;
}
.page .QA-part .qa-btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 10px;
  right: 15px;
  top: 10px;
  -webkit-mask: url(/images/index/arrow-triangle.svg) no-repeat center center;
          mask: url(/images/index/arrow-triangle.svg) no-repeat center center;
  background-color: #8da75f;
}
.page .QA-part .q-icon.ans {
  margin-bottom: 1rem;
  font-size: 1.06rem;
}
.page .qa-list {
  width: 100%;
  margin: auto;
}
@media (min-width: 576px) {
  .page .qa-list {
    width: min(80%, 800px);
    margin-bottom: 3rem;
  }
}
.page .qa-list__item {
  position: relative;
  padding: 1rem 0;
  border-top: 1px solid #e5ebda;
  font-size: 1.12rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
@media (min-width: 576px) {
  .page .qa-list__item {
    padding: 1.5rem 0;
  }
}
.page .qa-list__item a {
  display: block;
  color: #333333;
}
.page .qa-list__item a.active .plus-padd .plus-icon span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page .qa-list__item a.active .plus-padd .plus-icon span:nth-child(2) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  background-color: #333;
}
.page .qa-list__item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .page .qa-list__item .flex {
    padding: 0 1.5rem;
  }
}
.page .qa-list__item .q-icon {
  padding-left: 40px;
  color: #413d3a;
  font-size: 1.12rem;
  letter-spacing: 1px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .page .qa-list__item .q-icon {
    padding-left: 45px;
  }
}
.page .qa-list__item .q-icon::before {
  display: inline-block;
  content: "Q";
  width: 25px;
  height: 25px;
  margin-left: -40px;
  margin-right: 15px;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
  background-color: #b5d588;
  border-radius: 45%;
}
@media (min-width: 768px) {
  .page .qa-list__item .q-icon::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: -45px;
  }
}
.page .qa-list__item .q-icon.ans {
  position: relative;
  display: none;
  margin-top: 1rem;
  padding: 1rem 15px 1rem 43px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  background: rgb(255, 255, 252);
  border: 3px dotted rgb(211, 224, 189);
  border-radius: 20px;
}
@media (min-width: 768px) {
  .page .qa-list__item .q-icon.ans {
    margin-top: 1.5rem;
    padding: 1rem 1.5rem 1rem 68px;
  }
}
.page .qa-list__item .q-icon.ans::before {
  position: absolute;
  content: "A";
  color: #ffffff;
  background-color: #557a21;
  margin-left: -38px;
}
@media (min-width: 768px) {
  .page .qa-list__item .q-icon.ans::before {
    margin-left: -45px;
  }
}
.page .qa-list__item .q-icon.ans p {
  margin-bottom: 30px;
}
.page .qa-list__item .q-icon.ans P, .page .qa-list__item .q-icon.ans div, .page .qa-list__item .q-icon.ans li {
  font-size: 1.06rem;
  letter-spacing: 0.5px;
  color: #555555;
  line-height: 1.8;
}
.page .qa-list__item .plus-padd {
  padding-top: 9px;
  padding-left: 15px;
}

.hcSwiper {
  width: 100%;
  height: 100vh;
}
.hcSwiper .swiper-slide {
  background-position: center;
  background-size: cover;
}
.hcSwiper .swiper-slide video {
  display: block;
  width: 100%;
}

.swiper-wrapper.Reviews-part__list {
  -webkit-transform: translateX(40%);
          transform: translateX(40%);
}
@media (min-width: 768px) {
  .swiper-wrapper.Reviews-part__list {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
}

.jump-Ad {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(124, 110, 110, 0.7607843137);
  position: fixed;
  visibility: hidden;
  opacity: 0;
  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;
  z-index: 9999;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.jump-Ad .imgBox {
  position: relative;
  padding: 20px;
  height: calc(90vw + 40px);
}
@media (min-width: 992px) {
  .jump-Ad .imgBox {
    height: 640px;
  }
}
.jump-Ad .imgBox img {
  width: min(90vw, 600px);
  height: min(90vw, 600px);
}
.jump-Ad .imgClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 35px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  background-color: #8fb956;
  cursor: pointer;
  border-radius: 50%;
}

.isvisible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}