@charset "UTF-8";
h1.title-forSeo {
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -101%;
  position: absolute;
}

body.is-open {
  overflow: hidden;
}

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

main {
  padding: 120px 0 120px 0;
}
@media (min-width: 768px) {
  main {
    padding: 123px 0 143px 0;
  }
}
main button, main input {
  outline: none;
}

:root {
  --padd-15:15px;
}

.l-heater {
  position: relative;
  z-index: 5000;
  --width:30px;
}
@media (min-width: 768px) {
  .l-heater {
    --width:50px;
  }
}
.l-heater a.contact-btn, .l-heater button.gotop-btn {
  position: fixed;
  width: var(--width);
  height: var(--width);
  border-radius: 50rem;
  border: 1px solid #b6d75d;
}
.l-heater a.contact-btn::after, .l-heater button.gotop-btn::after {
  content: "";
  position: absolute;
  background-color: #7ea54f;
}
.l-heater a.contact-btn {
  visibility: hidden;
  display: block;
  bottom: 85px;
  right: 18px;
  background-color: rgba(255, 255, 255, 0.8901960784);
  -webkit-animation-name: comment_animation;
          animation-name: comment_animation;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.l-heater a.contact-btn::after {
  --icon2-w:14px;
  top: 7px;
  right: 7px;
  width: var(--icon2-w);
  height: var(--icon2-w);
  -webkit-mask: url(/images/common/comment-dots-solid.svg) no-repeat center center/contain;
          mask: url(/images/common/comment-dots-solid.svg) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .l-heater a.contact-btn::after {
    --icon2-w:20px;
    top: 14px;
    right: 14px;
  }
}
@media (min-width: 768px) {
  .l-heater a.contact-btn {
    bottom: 110px;
    right: 2rem;
  }
}
.l-heater a.contact-btn.is-show {
  visibility: visible;
}
.l-heater button.gotop-btn {
  display: none;
  bottom: 40px;
  right: 18px;
  background: transparent;
}
.l-heater button.gotop-btn::after {
  --icon-w:10px;
  top: calc(50% - 5px);
  right: calc(50% - 5px);
  width: var(--icon-w);
  height: var(--icon-w);
  -webkit-mask: url(/images/common/chevron-up-solid.svg) no-repeat center center/contain;
          mask: url(/images/common/chevron-up-solid.svg) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .l-heater button.gotop-btn {
    --width:50px;
    right: 2rem;
  }
}
.l-heater a.l-heater__logo {
  position: absolute;
  top: 1.5rem;
  padding-left: 1.5rem;
  width: 47%;
  opacity: 1;
  -webkit-transform: opacity 0.5s ease-in-out;
          transform: opacity 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .l-heater a.l-heater__logo {
    width: min(35%, 250px);
  }
}
.l-heater a.l-heater__logo.pass {
  opacity: 0;
}
.l-heater a.l-heater__logo .index-logo {
  opacity: 0.8;
}
.l-heater a.l-heater__logo .index-logo img:first-child {
  display: block;
  padding-left: 5px;
  width: 25px;
}
@media (min-width: 768px) {
  .l-heater a.l-heater__logo .index-logo img:first-child {
    width: 24px;
  }
}
.l-heater a.l-heater__logo .index-logo img:last-child {
  width: min(100%, 210px);
  padding-top: 10px;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  opacity: 0.8;
}
@media (min-width: 768px) {
  .l-heater a.l-heater__logo .index-logo img:last-child {
    padding-top: 15px;
    margin-left: -5px;
  }
}
.l-heater a.l-heater__logo .page-logo {
  display: none;
}
.l-heater a.l-heater__logo.change .index-logo {
  display: none;
}
.l-heater a.l-heater__logo.change .page-logo {
  display: block;
  width: min(90%, 160px);
}
@media (min-width: 768px) {
  .l-heater a.l-heater__logo.change .page-logo {
    margin: 1rem 0 0 1rem;
    width: min(100%, 160px);
  }
}
.l-heater .nav-bar .meun-btn, .l-heater .nav-bar .cart-btn {
  position: fixed;
  height: 5rem;
  display: block;
}
.l-heater .nav-bar .cart-btn::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5019607843);
  display: block;
  -webkit-mask-image: url(/images/common/cricle1-1-bg.svg);
          mask-image: url(/images/common/cricle1-1-bg.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 90%;
          mask-size: 90%;
  width: 10vmin;
  height: 50px;
  position: absolute;
  top: 26%;
  left: -6%;
  z-index: -1;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media (min-width: 768px) {
  .l-heater .nav-bar .cart-btn::after {
    width: 50px;
    position: absolute;
    top: 28%;
    left: 8%;
  }
}
.l-heater .nav-bar .meun-btn {
  z-index: 5020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  right: 0;
  margin-right: 0.8rem;
  width: 3.35rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .l-heater .nav-bar .meun-btn {
    width: 6rem;
    height: 6rem;
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .l-heater .nav-bar .meun-btn {
    width: 8rem;
    height: 8rem;
  }
}
.l-heater .nav-bar .meun-btn.change {
  background-color: #bad579;
  -webkit-mask-image: url(/images/common/cricle1-1-bg.svg);
          mask-image: url(/images/common/cricle1-1-bg.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 90%;
          mask-size: 90%;
  margin-top: 0.2rem;
}
@media (min-width: 768px) {
  .l-heater .nav-bar .meun-btn.change {
    margin: 0.8rem 1rem 0 0;
    -webkit-mask-size: 63%;
            mask-size: 63%;
  }
}
@media (min-width: 992px) {
  .l-heater .nav-bar .meun-btn.change {
    width: 6rem;
    height: 6rem;
  }
}
.l-heater .nav-bar .meun-btn.change .hamberger {
  width: 55%;
}
@media (min-width: 768px) {
  .l-heater .nav-bar .meun-btn.change .hamberger {
    width: 37.8%;
  }
}
.l-heater .nav-bar .meun-btn.change .hamberger span {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .l-heater .nav-bar .meun-btn.change .hamberger {
    height: 1.2rem;
  }
}
.l-heater .nav-bar .meun-btn .hamberger {
  position: relative;
  width: 44.6%;
  height: 0.9rem;
  mix-blend-mode: luminosity;
}
@media (min-width: 768px) {
  .l-heater .nav-bar .meun-btn .hamberger {
    height: 1.25rem;
  }
}
@media (min-width: 992px) {
  .l-heater .nav-bar .meun-btn .hamberger {
    height: 1.5rem;
  }
}
.l-heater .nav-bar .meun-btn .hamberger span {
  position: absolute;
  background-color: #d7d7d7;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .l-heater .nav-bar .meun-btn .hamberger span {
    height: 2px;
  }
}
.l-heater .nav-bar .meun-btn .hamberger span:first-child {
  top: 0;
}
.l-heater .nav-bar .meun-btn .hamberger span:nth-child(2) {
  top: 50%;
}
.l-heater .nav-bar .meun-btn .hamberger span:nth-child(3) {
  top: 100%;
  width: 55%;
}
.l-heater .nav-bar .meun-btn.is-open {
  background-color: transparent;
}
.l-heater .nav-bar .meun-btn.is-open .hamberger span {
  background-color: rgba(157, 187, 123, 0.81);
}
.l-heater .nav-bar .meun-btn.is-open .hamberger span:first-child {
  top: 0.45rem;
  -webkit-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px);
  width: 80%;
}
.l-heater .nav-bar .meun-btn.is-open .hamberger span:nth-child(2) {
  opacity: 0;
}
.l-heater .nav-bar .meun-btn.is-open .hamberger span:nth-child(3) {
  top: 0.45rem;
  width: 80%;
  -webkit-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px);
}
.l-heater .nav-bar .cart-btn {
  right: 4.9rem;
  z-index: 5010;
  width: 2.5rem;
}
@media (min-width: 768px) {
  .l-heater .nav-bar .cart-btn {
    right: 7rem;
    width: 3rem;
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .l-heater .nav-bar .cart-btn {
    margin-top: 1.5rem;
    width: 4rem;
  }
}
.l-heater .nav-bar .cart-btn.no-visit {
  display: none;
}
.l-heater .nav-bar .cart-btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.l-heater .nav-bar .cart-btn a .cart-icon {
  position: absolute;
  width: 24px;
  height: 31px;
  top: calc((100% - 20px) / 2);
  left: calc((100% - 31px) / 2);
  -webkit-mask: url("/images/common/cart-bag.svg") no-repeat center center;
          mask: url("/images/common/cart-bag.svg") no-repeat center center;
  background-color: #a3bd82;
}
@media (min-width: 768px) {
  .l-heater .nav-bar .cart-btn a .cart-icon {
    width: 28px;
    height: 40px;
    top: calc((100% - 31px) / 2);
    left: calc((100% - 32px) / 2);
  }
}
.l-heater .nav-bar .cart-btn a .cart-number {
  position: absolute;
  top: 1.6rem;
  right: 0;
  z-index: 1;
  display: block;
  width: 19px;
  height: 19px;
  font-size: 12px;
  font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0;
  background-color: #4c8703;
  border-radius: 99em;
}
@media (min-width: 768px) {
  .l-heater .nav-bar .cart-btn a .cart-number {
    top: 1.3rem;
    right: 0.2rem;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .l-heater .nav-bar .cart-btn a .cart-number {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}
.l-heater .Menu-layer {
  z-index: 5010;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f2f3db), color-stop(90%, #ffffff));
  background: linear-gradient(#f2f3db 50%, #ffffff 90%);
  opacity: 0;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  visibility: hidden;
}
.l-heater .Menu-layer.is-open {
  display: block;
  visibility: visible;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.99;
}
.l-heater .Menu-layer .wrapper {
  overflow-y: scroll;
  height: 100%;
}
@media (min-width: 576px) {
  .l-heater .Menu-layer .wrapper {
    overflow-y: hidden;
  }
}
.l-heater .Menu-layer .meun-inner {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: min(80%, 815px);
  margin: auto;
  padding-top: 100px;
  opacity: 0;
  -webkit-transition-property: opacity, padding-top;
  transition-property: opacity, padding-top;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (min-width: 576px) {
  .l-heater .Menu-layer .meun-inner {
    position: absolute;
  }
}
@media (min-width: 992px) {
  .l-heater .Menu-layer .meun-inner {
    padding-top: 120px;
  }
}
@media (min-width: 1400px) {
  .l-heater .Menu-layer .meun-inner {
    width: min(70%, 1080px);
  }
}
.l-heater .Menu-layer .meun-inner.is-open {
  padding: 90px 0;
  opacity: 1;
  -webkit-transition-property: opacity, padding-top;
  transition-property: opacity, padding-top;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (min-width: 992px) {
  .l-heater .Menu-layer .meun-inner.is-open {
    padding-top: 110px;
  }
}
.l-heater .Menu-layer .meun-inner.is-open .ul-width .item::before {
  width: 100%;
}
.l-heater .Menu-layer .meun-inner ul.ul-width {
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 576px) {
  .l-heater .Menu-layer .meun-inner ul.ul-width:nth-child(1) li:first-child {
    padding: 0rem;
  }
}
.l-heater .Menu-layer .meun-inner ul:nth-child(3) {
  margin-bottom: 4vh;
}
@media (min-width: 576px) {
  .l-heater .Menu-layer .meun-inner ul:nth-child(3) {
    grid-template-columns: 1fr 1fr;
    gap: 0 50px;
    margin-bottom: 8vh;
  }
}
@media (min-width: 992px) {
  .l-heater .Menu-layer .meun-inner ul:nth-child(3) {
    gap: 0 50px;
    margin-bottom: 8vh;
  }
}
.l-heater .Menu-layer .meun-inner ul:nth-child(3) li::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 8px;
  top: calc(50% - 4px);
  right: 2px;
  -webkit-mask-image: url(/images/index/arrow-triangle.svg);
          mask-image: url(/images/index/arrow-triangle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #c4db9e;
}
.l-heater .Menu-layer .meun-inner ul li {
  padding: 1.5rem 0;
  position: relative;
}
.l-heater .Menu-layer .meun-inner ul li:last-child::before {
  border-bottom: 0;
}
.l-heater .Menu-layer .meun-inner ul li a {
  color: #72ac3f;
}
.l-heater .Menu-layer .meun-inner ul li.item {
  position: relative;
  font-size: 1.25rem;
}
.l-heater .Menu-layer .meun-inner ul li.item::before {
  content: "";
  position: absolute;
  width: 30%;
  left: 0;
  bottom: 0;
  -webkit-transition: 2.5s ease-out;
  transition: 2.5s ease-out;
  border-bottom: 1px solid #d8ebaa;
}
.l-heater .Menu-layer .meun-inner ul li.item a {
  font-weight: 500;
  letter-spacing: 0.12rem;
  -webkit-padding-end: 60%;
          padding-inline-end: 60%;
}
@media (min-width: 768px) {
  .l-heater .Menu-layer .meun-inner ul li.item a {
    font-size: 1.4rem;
    letter-spacing: 0.22rem;
  }
}
.l-heater .Menu-layer .meun-inner .P-item {
  padding-bottom: 3vh;
  padding: 13px 0 10px 15px;
  border-bottom: 1px solid #e2eec1;
}
@media (min-width: 576px) {
  .l-heater .Menu-layer .meun-inner .P-item {
    padding-bottom: 5vh;
  }
}
@media (min-width: 768px) {
  .l-heater .Menu-layer .meun-inner .P-item {
    padding-bottom: 5.3vh;
  }
}
@media (min-width: 1400px) {
  .l-heater .Menu-layer .meun-inner .P-item {
    padding-top: 2rem;
  }
}
.l-heater .Menu-layer .meun-inner .P-item ul {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .l-heater .Menu-layer .meun-inner .P-item ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .l-heater .Menu-layer .meun-inner .P-item ul {
    grid-template-columns: 1.15fr 1fr 1fr;
  }
}
.l-heater .Menu-layer .meun-inner .P-item li {
  padding: 12px 15px 12px 0;
  border-bottom: 0;
}
.l-heater .Menu-layer .meun-inner .P-item li a {
  position: relative;
  padding-inline: 15px 60px;
  color: #454443;
  letter-spacing: 0.17rem;
}
@media (min-width: 1400px) {
  .l-heater .Menu-layer .meun-inner .P-item li a {
    font-size: 1.1rem;
  }
}
.l-heater .Menu-layer .meun-inner .P-item li a::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 1px;
  background: #000;
  left: 0;
  top: 50%;
}
.l-heater .Menu-layer .meun-inner .login-btn {
  text-align: right;
}
.l-heater .Menu-layer .meun-inner .login-btn a {
  display: inline-block;
  padding: 0.8rem 0;
  width: 45%;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  border-radius: 99em;
  letter-spacing: 0.15rem;
  background: #aeca84;
}
@media (min-width: 768px) {
  .l-heater .Menu-layer .meun-inner .login-btn a {
    max-width: 163px;
  }
}
.l-heater .Menu-layer .meun-inner .login-btn a span {
  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;
  font-size: 0.87rem;
  letter-spacing: 0.5px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .l-heater .Menu-layer .meun-inner .login-btn a span {
    font-size: 1.06rem;
    letter-spacing: 3px;
  }
}
.l-heater .Menu-layer .meun-inner .login-btn a span::before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 22px;
  -webkit-mask-image: url(/images/common/user-off.svg);
          mask-image: url(/images/common/user-off.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #ffffff;
}
.l-heater .cover {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4090;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.l-heater .cover.is-open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.txt-3 {
  font-family: "Arial", sans-serif;
}

.plus-icon {
  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;
  position: relative;
  width: 13px;
  height: 13px;
}
.plus-icon span {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #c5d5af;
  border-radius: 1em;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.plus-icon span:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.go-position {
  margin-left: -3px;
  width: 105px;
}
@media (min-width: 768px) {
  .go-position {
    width: 7rem;
  }
}

.item-box.contentus.is-open .plus-icon span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.item-box.contentus.is-open .plus-icon span:nth-child(2) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  background-color: #499b25;
}

.l-footer {
  padding: 85px;
  background-color: #f5f1ee;
  color: #ffffff;
}

footer.footer {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: -8vw;
}
@media (min-width: 992px) {
  footer.footer {
    margin-top: -65px;
  }
}
footer.footer .padd {
  padding: 3.5rem 7vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f8e2), color-stop(65%, #ffffff));
  background: linear-gradient(to bottom, #f3f8e2 0%, #ffffff 65%);
}
@media (min-width: 576px) {
  footer.footer .padd {
    padding: 2rem 7vw;
  }
}
footer.footer.wish-tree-style {
  margin-top: 0px;
}
footer.footer.wish-tree-style .footer__header {
  display: none;
}
footer.footer.wish-tree-style .padd {
  background: #4b5541;
}
footer.footer.wish-tree-style .footer__inner__logo img {
  mix-blend-mode: color-dodge;
}
footer.footer.wish-tree-style .footer__inner__contentus .contentus-inner,
footer.footer.wish-tree-style .footer__inner .item-box .grid a.about-item,
footer.footer.wish-tree-style .footer__inner__otheritem a.other-item,
footer.footer.wish-tree-style .footer__inner__copyright,
footer.footer.wish-tree-style .footer__inner__declare,
footer.footer.wish-tree-style .footer__inner__declare a,
footer.footer.wish-tree-style .footer__inner__contentus .contentus-inner .tel {
  color: #a4a994;
}
footer.footer.wish-tree-style .footer__inner__contentus .contentus-inner .cube {
  border: 1px solid #a4a994;
}
footer.footer.wish-tree-style .footer__inner .item-box .item-title.about-us {
  color: #778359;
}
footer.footer.wish-tree-style .footer__inner .item-box .grid a.about-item span::before {
  background: #a4a994;
}
footer .footer__header {
  height: 8vw;
  margin-bottom: -1px;
  -webkit-mask-image: url(/images/index/shape02.svg);
          mask-image: url(/images/index/shape02.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #f3f8e2;
}
@media (min-width: 992px) {
  footer .footer__header {
    height: 65px;
  }
}
footer .footer__inner, footer .footer__inner__copyright, footer .footer__inner__declare {
  max-width: 1088px;
  margin: auto;
}
footer .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.2rem;
  --footertitle-c:#6b9f1e;
}
@media (min-width: 992px) {
  footer .footer__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 5rem;
  }
}
footer .footer__inner > div:nth-child(1), footer .footer__inner > div:nth-child(2) {
  width: 100%;
}
@media (min-width: 992px) {
  footer .footer__inner > div:nth-child(1) {
    width: max(30%, 354px);
  }
  footer .footer__inner > div:nth-child(2) {
    margin-top: 1.5vw;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 50px;
  }
}
footer .footer__inner__sns {
  margin-bottom: 2rem;
}
footer .footer__inner__sns a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 45%;
  -webkit-box-shadow: -3.42px 9.397px 15px 0px rgba(151, 185, 101, 0.15);
          box-shadow: -3.42px 9.397px 15px 0px rgba(151, 185, 101, 0.15);
}
footer .footer__inner__sns a:nth-child(1) img {
  width: 21px;
}
footer .footer__inner__sns a:nth-child(2) img {
  width: 18px;
}
footer .footer__inner__sns a:nth-child(3) img {
  width: 8px;
}
footer .footer__inner__sns a:nth-child(4) img {
  width: 17px;
}
footer .footer__inner__logo {
  display: block;
  margin-bottom: 2rem;
}
footer .footer__inner__logo img {
  width: min(46%, 180px);
}
footer .footer__inner .item-box, footer .footer__inner .other-item {
  display: block;
  padding: 1.9rem 0 1.8rem 0;
  line-height: 1;
  border-top: 1px solid rgba(205, 228, 170, 0.8588235294);
}
@media (min-width: 992px) {
  footer .footer__inner .item-box, footer .footer__inner .other-item {
    padding: 20px 0;
    border-top: 0;
  }
}
footer .footer__inner .item-box .item-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--footertitle-c);
}
@media (min-width: 992px) {
  footer .footer__inner .item-box .item-title {
    font-size: 1.13rem;
  }
}
footer .footer__inner .item-box .item-title.about-us {
  margin-bottom: 1.4rem;
  color: #b2c77f;
}
footer .footer__inner .item-box:nth-child(2) p.item-title {
  color: #adc889;
}
footer .footer__inner .item-box .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 576px) {
  footer .footer__inner .item-box .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  footer .footer__inner .item-box .grid {
    grid-template-columns: 1fr;
  }
}
footer .footer__inner .item-box .grid a.about-item {
  --about-item-c:#6c734b;
  display: block;
  padding: 12px 15px 12px 0;
  color: var(--about-item-c);
  font-weight: 500;
}
footer .footer__inner .item-box .grid a.about-item span {
  display: block;
  padding-left: 20px;
  position: relative;
}
footer .footer__inner .item-box .grid a.about-item span::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 1px;
  margin-left: 5px;
  left: 0;
  top: 8px;
  background: var(--about-item-c);
  opacity: 0.5;
}
footer .footer__inner__otheritem {
  margin-bottom: 2.8rem;
}
footer .footer__inner__otheritem a.other-item {
  position: relative;
  font-size: 1.13rem;
  font-weight: 500;
  color: var(--footertitle-c);
}
footer .footer__inner__otheritem a.other-item::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 8px;
  top: calc(50% - 4px);
  right: 2px;
  -webkit-mask-image: url(/images/index/arrow-triangle.svg);
          mask-image: url(/images/index/arrow-triangle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #c4db9e;
}
@media (min-width: 992px) {
  footer .footer__inner__otheritem a.other-item::after {
    content: none;
  }
}
footer .footer__inner__contentus {
  display: block;
  line-height: 2;
}
footer .footer__inner__contentus .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  footer .footer__inner__contentus .item-box {
    visibility: hidden;
    padding: 0;
  }
}
footer .footer__inner__contentus .contentus-inner {
  display: none;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  footer .footer__inner__contentus .contentus-inner {
    display: block;
  }
}
footer .footer__inner__contentus .contentus-inner address {
  margin: 1rem 0 0 0;
  line-height: 1.5;
}
@media (min-width: 992px) {
  footer .footer__inner__contentus .contentus-inner address {
    display: block;
    font-size: 0.87rem;
    line-height: 2;
  }
  footer .footer__inner__contentus .contentus-inner address span {
    font-weight: 300;
  }
}
footer .footer__inner__contentus .contentus-inner .tel {
  font-size: 1.5rem;
  font-weight: 200;
  color: #555555;
  letter-spacing: 0.2rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
@media (min-width: 992px) {
  footer .footer__inner__contentus .contentus-inner .tel {
    margin-bottom: 1rem;
  }
}
footer .footer__inner__contentus .contentus-inner .cube {
  display: inline-block;
  width: 70px;
  margin-block: 0.5rem;
  line-height: 1.6;
  text-align: center;
  border: 1px solid #bdbdbd;
}
footer .footer__inner__contentus .contentus-inner .cube p {
  font-size: 0.75rem;
  letter-spacing: 0;
}
footer .footer__inner__contentus .contentus-inner .cube + p {
  margin-bottom: 8px;
}
footer .footer__inner__contentus .contentus-inner .time {
  font-size: 0.87rem;
}
@media (min-width: 992px) {
  footer .footer__inner__contentus .contentus-inner .time {
    display: inline-block;
    letter-spacing: 0.1rem;
  }
}
footer .footer__inner__declare, footer .footer__inner__copyright {
  margin-bottom: 1.4rem;
  font-size: 0.75rem;
  color: #333333;
  letter-spacing: 0.05rem;
}
@media (min-width: 992px) {
  footer .footer__inner__declare, footer .footer__inner__copyright {
    text-align: right;
  }
}
footer .footer__inner__declare a {
  display: inline-block;
  padding-right: 15px;
  color: #333333;
  border-right: 1px solid #cdcccb;
}
footer .footer__inner__declare a:nth-child(2) {
  padding-left: 15px;
}

.shop-bag-list-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 460ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 460ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.shop-bag-list-bg.show {
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
  z-index: 5020;
  width: 100vw;
}
@media (max-width: 768px) {
  .shop-bag-list-bg.show {
    pointer-events: auto;
  }
}
.shop-bag-list-bg.show .shop-bag-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.shop-bag-list-bg .shop-bag-list {
  position: absolute;
  width: 100vw;
  min-height: 100vh;
  top: 0;
  right: 0;
  left: auto;
  background-color: #fff;
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
  -webkit-transition: -webkit-transform 460ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 460ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 460ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 460ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 460ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 768px) {
  .shop-bag-list-bg .shop-bag-list {
    width: min(43%, 500px);
    top: 110px;
    min-height: auto;
    padding-bottom: 2rem;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50px 0 0 50px;
    pointer-events: auto;
  }
}
.shop-bag-list-bg .top {
  position: relative;
  padding: 1.5rem 0 1rem 0;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
.shop-bag-list-bg .top::after {
  content: "";
  position: absolute;
  height: 13px;
  width: 10px;
  top: 30px;
  right: 10%;
  -webkit-mask: url(/images/common/chevron-right-solid.svg) no-repeat center center/contain;
          mask: url(/images/common/chevron-right-solid.svg) no-repeat center center/contain;
  background-color: #bbbbbb;
}
.shop-bag-list-bg .top p {
  font-size: 1.12rem;
  letter-spacing: 10px;
  font-weight: 500;
}
.shop-bag-list-bg .all-money {
  padding: 1.5rem 1.5rem 3rem 1rem;
  text-align: right;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .shop-bag-list-bg .all-money {
    max-width: 380px;
    margin: auto;
    padding: 2rem 0 3rem 0;
  }
}
.shop-bag-list-bg .all-money .number {
  margin-left: 0.5rem;
  color: #d65e50;
  font-size: 1.25rem;
}
.shop-bag-list-bg .all-money .number::before {
  content: "NT$";
  font-size: 1rem;
}
.shop-bag-list-bg .goto-car-btn {
  display: block;
  width: 80%;
  margin: auto;
  margin-bottom: 6rem;
  padding: 1rem 0;
  font-size: 1.25rem;
  text-align: center;
  color: #ffffff;
  background-color: #80c34b;
  border-radius: 50em;
}
@media (min-width: 768px) {
  .shop-bag-list-bg .goto-car-btn {
    margin-bottom: 5rem;
  }
}
.shop-bag-list-bg .shop-list {
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .shop-bag-list-bg .shop-list {
    padding: 0;
    max-width: 380px;
    margin: auto;
  }
}
.shop-bag-list-bg .shop-list__item {
  padding: 1.5rem 0;
  border-bottom: 1px dashed #e5e1e1;
}
.shop-bag-list-bg .shop-list__item::last-child {
  border-bottom: 3px solid #e6e9e2;
}
.shop-bag-list-bg .shop-list__item .grid-3 {
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr 20px;
  gap: 1rem;
}
.shop-bag-list-bg .shop-list__item .grid-3 img {
  width: 100%;
  border-radius: 10px;
}
.shop-bag-list-bg .shop-list__item .grid-3 img.teste-icon {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
}
.shop-bag-list-bg .shop-list__item .grid-3 .name {
  line-height: 1.5;
}
.shop-bag-list-bg .shop-list__item .grid-3 .box {
  color: #9d9998;
}
.shop-bag-list-bg .shop-list__item .grid-3 .taste {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0 5px;
  font-size: 0.87rem;
  border-radius: 5px;
  letter-spacing: 0;
}
.shop-bag-list-bg .shop-list__item .grid-3 .original {
  background: #c8eff5;
}
.shop-bag-list-bg .shop-list__item .grid-3 .lemon {
  background: #b9eb92;
}
.shop-bag-list-bg .shop-list__item .grid-3 .s-original {
  background: #f9bf95;
}
.shop-bag-list-bg .shop-list__item .grid-3 .kumquat {
  background: #ffe9b6;
}
.shop-bag-list-bg .shop-list__item .grid-3 .spot-goods {
  background: #f8dada;
  color: #c3414c;
  margin-left: 5px;
}
.shop-bag-list-bg .shop-list__item .grid-3 .gift {
  margin-top: 0.5rem;
  font-size: 0.87rem;
}
.shop-bag-list-bg .shop-list__item .grid-3 .gift span {
  display: inline-block;
  padding: 2px 5px;
  color: #ad3b3b;
  background: #ffe9e9;
  border-radius: 5px;
  letter-spacing: 0;
}
.shop-bag-list-bg .shop-list__item .grid-3 .gift span::before {
  content: "贈品：";
}
.shop-bag-list-bg .shop-list__item .three-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.8rem;
}
.shop-bag-list-bg .shop-list__item .three-btn-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 126px;
}
.shop-bag-list-bg .shop-list__item .three-btn-box .box a {
  display: inline-block;
}
.shop-bag-list-bg .shop-list__item .three-btn-box .box .prduct-num {
  width: 40px;
  text-align: center;
  line-height: 25px;
}
.shop-bag-list-bg .shop-list__item .three-btn-box .box .plus-btn, .shop-bag-list-bg .shop-list__item .three-btn-box .box .minus-btn {
  position: relative;
  width: 25px;
  height: 25px;
  background: #eeeeee;
  border-radius: 5px;
}
.shop-bag-list-bg .shop-list__item .three-btn-box .box .plus-btn::after, .shop-bag-list-bg .shop-list__item .three-btn-box .box .minus-btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 8px;
  right: 8px;
  background-color: #666666;
}
.shop-bag-list-bg .shop-list__item .three-btn-box .box .plus-btn::after {
  -webkit-mask: url(/images/common/plus-solid.svg) no-repeat center center/contain;
          mask: url(/images/common/plus-solid.svg) no-repeat center center/contain;
}
.shop-bag-list-bg .shop-list__item .three-btn-box .box .minus-btn::after {
  -webkit-mask: url(/images/common/minus-solid.svg) no-repeat center center/contain;
          mask: url(/images/common/minus-solid.svg) no-repeat center center/contain;
}
.shop-bag-list-bg .shop-list__item .three-btn-box .total-money {
  font-size: 1.06rem;
  color: #d65e50;
  letter-spacing: 0.5px;
}
.shop-bag-list-bg .shop-list__item .three-btn-box .total-money::before {
  content: "NT$";
  font-size: 0.87rem;
}
.shop-bag-list-bg .shop-list__item .delet-btn {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50em;
  text-align: center;
  background-color: #e5e5e5;
  cursor: pointer;
}
.shop-bag-list-bg .shop-list__item .delet-btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 4px;
  right: 4.5px;
  width: 12px;
  height: 12px;
  -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: #666666;
}

.Activity-btn {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: min(100%, 350px);
  margin-top: 1rem;
  padding: 1rem 0;
  font-size: 1.12rem;
  color: #ffffff;
  letter-spacing: 0.5px;
  background-color: #d54b24;
  border: 0;
  border-radius: 50em;
  cursor: pointer;
}
@media (min-width: 768px) {
  .Activity-btn {
    padding: 0.8rem 0;
  }
}
.Activity-btn:hover {
  background-color: #af3310;
}
.Activity-btn::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  top: calc(50% - 4px);
  right: 10%;
  -webkit-mask-image: url(/images/index/arrow-triangle.svg);
          mask-image: url(/images/index/arrow-triangle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #ffffff;
}

.popact {
  position: relative;
  width: min(100%, 1350px);
}
@media (min-width: 768px) {
  .popact {
    left: 15%;
  }
}
.popact .popupAct {
  position: fixed;
  bottom: -100%; /* 初始位置在視窗下方 */
  width: min(100%, 490px);
  height: auto;
  -webkit-transition: bottom 700ms ease-in-out;
  transition: bottom 700ms ease-in-out;
  z-index: 9;
}
.popact .popupAct .moreani {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popact .popupAct .moreani .lileft {
  width: 10%;
  margin-left: 12%;
}
.popact .popupAct .moreani .liright {
  width: 13%;
  margin-right: 14%;
}
.popact .popupAct .align-div {
  width: 100%;
  position: absolute;
  top: 69%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.popact .popupAct .align-div .start-text {
  width: 50%;
  color: #000000;
  background-color: #e6c781;
  padding: 0;
  border-radius: 13px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .popact .popupAct .align-div .start-text {
    padding: 2px;
    margin-top: 3px;
  }
}
.popact .popupAct .align-div .start-text .p-days, .popact .popupAct .align-div .start-text .p-hours, .popact .popupAct .align-div .start-text .p-minutes {
  color: #ac2930;
  font-size: 22px;
  font-weight: 600;
  margin: 0 3px;
}
@media (min-width: 768px) {
  .popact .popupAct .align-div .start-text .p-days, .popact .popupAct .align-div .start-text .p-hours, .popact .popupAct .align-div .start-text .p-minutes {
    font-size: 1.8rem;
  }
}
.popact .popupAct .align-div .main-title {
  width: 100%;
  font-size: 1rem;
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .popact .popupAct .align-div .main-title {
    line-height: 1;
  }
}
.popact .popupAct .tag-ad {
  position: absolute;
  display: block;
  top: 10%; /*依活動修改高度*/
  left: 0;
  width: 100%;
  height: 90%; /*依活動修改高度*/
  border-radius: 50em 50em 0 0;
}
.popact .popupAct img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@-webkit-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;
  }
}

@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;
}

.h1-title {
  font-family: "Shippori Mincho", serif;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #333333;
  font-weight: 500;
  letter-spacing: 6px;
}
@media (min-width: 992px) {
  .h1-title {
    margin-bottom: 2.5rem;
    font-size: 2.12rem;
    letter-spacing: 15px;
  }
}

.txt-center {
  text-align: center;
}

.document-part h1, .document-part h2, .privacy-part h1, .privacy-part h2, .news-part h1, .news-part h2, .copyright-part h1, .copyright-part h2, .faq-part h1, .faq-part h2, .contact-part h1, .contact-part h2, .about-part h1, .about-part h2, .cooperate-part h1, .cooperate-part h2,
.member-login-part h1,
.member-login-part h2, .trial-index-part h1, .trial-index-part h2, .member-nav h1, .member-nav h2, .knowledge-part h1, .knowledge-part h2, .member-index h1, .member-index h2, .member-history h1, .member-history h2, .member-coupons h1, .member-coupons h2, .member-review-results h1, .member-review-results h2, .member-levelup-unlock h1, .member-levelup-unlock h2, .member-profile h1, .member-profile h2 {
  font-family: "Shippori Mincho", serif;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  text-align: center;
  color: #333333;
  font-weight: 500;
  letter-spacing: 6px;
}
@media (min-width: 992px) {
  .document-part h1, .document-part h2, .privacy-part h1, .privacy-part h2, .news-part h1, .news-part h2, .copyright-part h1, .copyright-part h2, .faq-part h1, .faq-part h2, .contact-part h1, .contact-part h2, .about-part h1, .about-part h2, .cooperate-part h1, .cooperate-part h2,
  .member-login-part h1,
  .member-login-part h2, .trial-index-part h1, .trial-index-part h2, .member-nav h1, .member-nav h2, .knowledge-part h1, .knowledge-part h2, .member-index h1, .member-index h2, .member-history h1, .member-history h2, .member-coupons h1, .member-coupons h2, .member-review-results h1, .member-review-results h2, .member-levelup-unlock h1, .member-levelup-unlock h2, .member-profile h1, .member-profile h2 {
    letter-spacing: 15px;
    font-size: 2.12rem;
    margin-bottom: 2.5rem;
  }
}

h2.faq-quertion-h2 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #333333;
  font-weight: 500;
  letter-spacing: 6px;
  text-align: center;
}
@media (min-width: 768px) {
  h2.faq-quertion-h2 {
    letter-spacing: 15px;
    font-size: 2.12rem;
    margin-bottom: 2.5rem;
  }
}

.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;
}

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

.grid {
  display: grid;
}

.g-1-2-3 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .g-1-2-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .g-1-2-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.gap-1rem {
  gap: 1rem;
}

.list-f-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fx-c-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.padd-2r {
  padding: 2rem var(--padd-15);
}

.padd-b-1r {
  padding-bottom: 1rem;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}