@charset "UTF-8";
/* body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} */
article:first-of-type {
  scroll-margin-top: 230px;
}
@media (max-width: 767px) {
  article:first-of-type {
    scroll-margin-top: 70px;
  }
}
article:not(:first-of-type) {
  scroll-margin-top: 180px;
}
@media (max-width: 767px) {
  article:not(:first-of-type) {
    scroll-margin-top: 70px;
  }
}

.otherInfo {
  display: none;
}

.showInSP {
  display: none;
}
@media (max-width: 480px) {
  .showInSP {
    display: block;
  }
}

@media (max-width: 767px) {
  .showInPC {
    display: none;
  }
}

body {
  font-family: "Noto Sans TC", sans-serif !important;
  font-weight: 500;
}
body :where(.otherInfo img) {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.info-title,
.info-point {
  font-family: "Noto Serif TC", serif !important;
  font-weight: 600;
}

.prod-title {
  font-family: "Noto Sans TC", sans-serif !important;
  font-weight: 300;
}

.prod_name {
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif !important;
}

.m-product-mv-cart {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .m-product-mv-cart {
    margin-top: 40px;
  }
}

.m-product-mv-cart-btn {
  background: #fbfbfb;
  margin-bottom: 10px;
}

.m-product-mv-content {
  position: relative;
  background-color: #f0f0f0;
}
.m-product-mv-content::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #f0f0f0;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 767px) {
  .m-product-mv-content::before {
    display: none;
  }
}

.balmBasicBg .balmBasicArea .info h3 {
  background: linear-gradient(to bottom, #ffffff 30%, #f0f0f0 35%);
}

body,
.m-font-en,
.m-font-serif {
  font-family: "微軟正黑體", "Microsoft JhengHei", "Noto Sans TC", sans-serif, Arial, Helvetica, sans-serif;
  /* font-family: '微軟正黑體', 'Noto Sans TC', 'Roboto', sans-serif; */
  /* font-family: 'Butler_Light', serif; */
}

/* footer */
.firm_logo {
  display: flex;
  align-items: center;
  justify-self: center;
  flex-direction: row;
}

.firm_logo li {
  margin: 0 0.5%;
}

@media (max-width: 767px) {
  .firm_logo {
    flex-wrap: wrap;
  }
  .firm_logo li {
    margin: 3% 1%;
    flex: 0 0 31.3%;
  }
}
.productTypeBg .infoInner {
  background: url(../images/product_bg.jpg) center top no-repeat;
  padding: 80px 0;
  position: relative;
}

.productTypeBg .typeArea {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.productTypeBg .typeArea .item {
  flex: 0 0 190px;
}

.productTypeBg .typeArea .item .title {
  border: 1px solid #000;
  border-radius: 100%;
  width: 132px;
  height: 132px;
  font-size: 22px;
  text-align: center;
  display: flex;
  justify-content: center;
  line-height: 1.2;
  margin: 0 auto;
  padding: 18px 0 0 0;
  box-sizing: border-box;
}

.productTypeBg .typeArea .item .pic {
  margin: -53px 0 0 0;
  display: flex;
  justify-content: center;
}

.productTypeBg .typeArea .item .text {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  flex-direction: column;
}

.productTypeBg .typeArea .item .text .component {
  padding: 8px 10px;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
}

.productTypeBg .typeArea .item .text .effect {
  background-color: #fff;
  padding: 8px 10px;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
}

.productTypeBg .typeArea .item .text .component.red {
  background-color: #fab2af;
}

.productTypeBg .typeArea .item .text .component.green {
  background-color: #00dcb7;
}

.productTypeBg .typeArea .item .text .component.white {
  background-color: #d2d5f7;
}

.productTypeBg .typeArea .item .text .component.yellow {
  background-color: #f5e393;
}

.productTypeBg .typeArea .item .text .component.black {
  background-color: #cccccc;
}

.productTypeBg .sticker01 {
  position: absolute;
  top: 378px;
  left: 20px;
  width: 298px;
}

.productTypeBg .sticker02 {
  position: absolute;
  top: 360px;
  right: 20px;
  width: 192px;
}

@media only screen and (max-width: 1280px) {
  .productTypeBg .typeArea {
    width: 90%;
  }
  .productTypeBg .infoInner {
    padding: 40px 0 16vw 0;
  }
  .productTypeBg .typeArea .item {
    margin: 0 10px;
    flex: 1 1;
  }
  .productTypeBg .typeArea .item .text .component {
    font-size: 15px;
  }
  .productTypeBg .typeArea .item .text .effect {
    font-size: 15px;
  }
  .productTypeBg .sticker01 {
    top: 330px;
  }
  .productTypeBg .sticker02 {
    top: 310px;
  }
}
@media only screen and (max-width: 1080px) {
  .productTypeBg .sticker01 {
    top: 308px;
  }
  .productTypeBg .sticker02 {
    top: 292px;
  }
  .productTypeBg .typeArea {
    width: 94%;
  }
}
@media only screen and (max-width: 1000px) {
  .productTypeBg .typeArea {
    width: 100%;
    padding: 0 10px;
  }
  .productTypeBg .typeArea .item .title {
    width: 100px;
    height: 100px;
    font-size: 20px;
  }
  .productTypeBg .typeArea .item .pic {
    margin: -31px 0 0 0;
  }
  .productTypeBg .sticker01 {
    top: 37vw;
    width: 35vw;
  }
  .productTypeBg .sticker02 {
    top: 37vw;
    width: 22vw;
  }
}
@media only screen and (max-width: 767px) {
  .productTypeBg .typeArea {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  .productTypeBg .typeArea .item {
    flex: 0 0 42%;
    margin: 0 4px 16px 4px;
  }
  .productTypeBg .infoInner {
    padding: 40px 0 34vw 0;
  }
  .productTypeBg .sticker01 {
    top: 90%;
    width: 47vw;
  }
  .productTypeBg .sticker02 {
    top: 85%;
    width: 36vw;
  }
  .m-product-index-list__item {
    margin-right: 0;
    width: 100%;
  }
  .productTypeBg .typeArea .item .title {
    width: 140px;
    height: 140px;
    font-size: 25px;
  }
  .productTypeBg .typeArea .item .pic {
    margin: -54px 0 0 0;
  }
}
.wrapper .l-container {
  background-color: #fff;
}

.useStepBg {
  background-color: #fef2f2;
  padding: 1px 0 100px 0;
}

.useStepBg h3 {
  margin: 60px auto 0 auto;
  padding: 0;
  font-size: 42px;
  border-top: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.4;
  width: 800px;
}

.useStepBg h4 {
  margin: 40px 0;
  padding: 0;
  font-size: 38px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.8;
}

.useStepBg .list {
  display: flex;
  justify-content: space-between;
  width: 1280px;
  margin: 0 auto;
}

.useStepBg .list li {
  flex: 0 0 23%;
  margin: 0 0 20px 0;
}

.useStepBg .list li img {
  width: 100%;
  max-width: 311px;
}

@media only screen and (max-width: 1280px) {
  .useStepBg .list {
    width: 94%;
  }
}
@media only screen and (max-width: 1000px) {
  .useStepBg h3 {
    width: 80%;
    font-size: 34px;
  }
  .useStepBg h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .useStepBg .list {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 10% 0 11%;
    box-sizing: border-box;
  }
  .useStepBg .list li {
    flex: 0 0 48%;
  }
  .useStepBg h3 {
    width: auto;
    font-size: 38px;
    margin: 60px 20px 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .useStepBg h3 {
    font-size: 8.5vw;
  }
  .useStepBg .list {
    padding: 0 15px 0 25px;
  }
}
.balmBasicBg .balmBasicArea {
  border: 2px solid;
  border-radius: 20px;
}

.balmBasicBg .balmBasicArea .m-product-mv-content {
  width: 100%;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
}

.balmBasicBg .balmBasicArea .m-product-mv-content .itemBox {
  flex: 1 1;
}

.balmBasicBg .balmBasicArea .info {
  border-bottom: none;
  margin: -130px 0 0 0;
  position: relative;
}

.balmBasicBg .balmBasicArea .info h3 {
  font-size: 40px;
  background-color: #fff;
  padding: 0 20px 0 10px;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
}

.balmBasicBg .balmBasicArea .info h3 .note {
  font-size: 24px;
  padding-left: 8px;
  vertical-align: 20%;
}
@media (max-width: 1024px) {
  .balmBasicBg .balmBasicArea .info h3 .note {
    vertical-align: 0%;
  }
}

.note_tag {
  margin-top: 8px;
  font-size: 16px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  padding: 6px 12px;
  letter-spacing: 2px;
}
.note_tag sup {
  font-size: 8px;
  position: absolute;
  top: 0.75em;
  transform: translateX(-5px);
}
.note_tag {
  color: white;
}
@media (max-width: 767px) {
  .note_tag {
    order: -1;
  }
}

.prod_info_container {
  width: 75%;
  margin: auto;
  flex-direction: column;
  display: flex;
}
@media (max-width: 767px) {
  .prod_info_container {
    width: 85%;
  }
}
@media (max-width: 480px) {
  .prod_info_container {
    width: 95%;
  }
}

.prod_info_container span:has(sup),
.product-info span:has(sup) {
  position: relative;
}
.prod_info_container span:has(sup) sup,
.product-info span:has(sup) sup {
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: -1em;
  font-size: max(0.35em, 8px);
  line-height: 0;
  white-space: nowrap;
}

.more-toggle-btn {
  cursor: pointer;
  border-radius: 0 0 18px 18px;
  transition: all ease-in-out 0.5s;
  width: 100%;
}
.more-toggle-btn.close {
  border-radius: 0 20px 20px 0 !important;
  width: 30px !important;
  height: auto;
}
.more-toggle-btn {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .more-toggle-btn {
    padding: 16px 0;
  }
}
@media (max-width: 480px) {
  .more-toggle-btn {
    padding: 8px 0;
  }
}
.more-toggle-btn span {
  color: white;
  margin-left: 8px;
  font-size: 2.4rem;
}
@media (max-width: 1024px) {
  .more-toggle-btn span {
    font-size: calc(2rem + 0.4 * (100vw - 76.8rem) / 25.6);
  }
}
@media (max-width: 768px) {
  .more-toggle-btn span {
    font-size: calc(1.8rem + 0.2 * (100vw - 43rem) / 33.8);
  }
}
@media (max-width: 480px) {
  .more-toggle-btn span {
    font-size: 1.8rem;
  }
}
.more-toggle-btn img {
  width: 36px;
  filter: invert(1);
}
@media (max-width: 767px) {
  .more-toggle-btn img {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .more-toggle-btn img {
    font-size: 28px;
  }
}

.info-point {
  color: white;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 12px 0 8px 0;
  font-size: 32px;
  margin: 64px auto 64px;
  letter-spacing: 4px;
}
.info-point .point-num {
  margin-left: 8px;
  font-size: 50px;
  transform: translateY(-5px);
}
@media (max-width: 767px) {
  .info-point .point-num {
    font-size: 32px;
    transform: translateY(-3px);
  }
}
@media (max-width: 480px) {
  .info-point .point-num {
    transform: translateY(-1px);
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .info-point {
    padding: 6px 0 6px 0;
    font-size: 28px;
    margin: 32px auto 48px;
  }
}
@media (max-width: 480px) {
  .info-point {
    padding: 4px 0 4px 0;
    font-size: 20px;
    margin: 24px auto 32px;
  }
}

#item1 .m-product-mv-cart-btn {
  border: solid 1px rgb(183, 0, 5);
}
#item1 .m-product-mv-cart-btn:hover {
  background-color: rgb(183, 0, 5);
}
#item1 .m-product-mv-image .m-icon-slide-next:before {
  border-right: rgb(183, 0, 5) solid 2px;
  border-top: rgb(183, 0, 5) solid 2px;
}
#item1 .m-product-mv-image .m-icon-slide-prev:before {
  border-left: rgb(183, 0, 5) solid 2px;
  border-top: rgb(183, 0, 5) solid 2px;
}
#item1 .m-product-mv-image .slick-dots li.slick-active {
  background-color: rgb(183, 0, 5);
}

#item2 .m-product-mv-cart-btn {
  border: solid 1px rgb(249, 190, 0);
}
#item2 .m-product-mv-cart-btn:hover {
  background-color: rgb(249, 190, 0);
}
#item2 .m-product-mv-image .m-icon-slide-next:before {
  border-right: rgb(249, 190, 0) solid 2px;
  border-top: rgb(249, 190, 0) solid 2px;
}
#item2 .m-product-mv-image .m-icon-slide-prev:before {
  border-left: rgb(249, 190, 0) solid 2px;
  border-top: rgb(249, 190, 0) solid 2px;
}
#item2 .m-product-mv-image .slick-dots li.slick-active {
  background-color: rgb(249, 190, 0);
}

#item3 .m-product-mv-cart-btn {
  border: solid 1px rgb(176, 169, 203);
}
#item3 .m-product-mv-cart-btn:hover {
  background-color: rgb(176, 169, 203);
}
#item3 .m-product-mv-image .m-icon-slide-next:before {
  border-right: rgb(176, 169, 203) solid 2px;
  border-top: rgb(176, 169, 203) solid 2px;
}
#item3 .m-product-mv-image .m-icon-slide-prev:before {
  border-left: rgb(176, 169, 203) solid 2px;
  border-top: rgb(176, 169, 203) solid 2px;
}
#item3 .m-product-mv-image .slick-dots li.slick-active {
  background-color: rgb(176, 169, 203);
}

#item4 .m-product-mv-cart-btn {
  border: solid 1px rgb(86, 151, 147);
}
#item4 .m-product-mv-cart-btn:hover {
  background-color: rgb(86, 151, 147);
}
#item4 .m-product-mv-image .m-icon-slide-next:before {
  border-right: rgb(86, 151, 147) solid 2px;
  border-top: rgb(86, 151, 147) solid 2px;
}
#item4 .m-product-mv-image .m-icon-slide-prev:before {
  border-left: rgb(86, 151, 147) solid 2px;
  border-top: rgb(86, 151, 147) solid 2px;
}
#item4 .m-product-mv-image .slick-dots li.slick-active {
  background-color: rgb(86, 151, 147);
}

#item5 .m-product-mv-cart-btn {
  border: solid 1px rgb(0, 0, 0);
}
#item5 .m-product-mv-cart-btn:hover {
  background-color: rgb(0, 0, 0);
}
#item5 .m-product-mv-image .m-icon-slide-next:before {
  border-right: rgb(0, 0, 0) solid 2px;
  border-top: rgb(0, 0, 0) solid 2px;
}
#item5 .m-product-mv-image .m-icon-slide-prev:before {
  border-left: rgb(0, 0, 0) solid 2px;
  border-top: rgb(0, 0, 0) solid 2px;
}
#item5 .m-product-mv-image .slick-dots li.slick-active {
  background-color: rgb(0, 0, 0);
}

#item1 .note_tag {
  background-color: rgb(183, 0, 5);
}
#item1 .prod-title {
  border-color: rgb(183, 0, 5);
}
#item1 .info-point {
  color: rgb(183, 0, 5);
  background-color: #efd1d3;
}
#item1 .prod_info_container img:not(.stepContainer *):nth-of-type(1) {
  width: 65%;
  margin: auto;
}
#item1 .prod_info_container img:not(.stepContainer *):nth-of-type(3),
#item1 .prod_info_container img:not(.stepContainer *):nth-of-type(4),
#item1 .prod_info_container img:not(.stepContainer *):nth-of-type(7) {
  width: 75%;
  margin: auto;
}
#item1 .prod_info_container img:not(.stepContainer *):nth-of-type(5),
#item1 .prod_info_container img:not(.stepContainer *):nth-of-type(8) {
  width: 85%;
  margin: auto;
}

#item2 .note_tag {
  background-color: rgb(249, 190, 0);
}
#item2 .prod-title {
  border-color: rgb(249, 190, 0);
}
#item2 .info-point {
  color: white;
  background-color: rgb(249, 190, 0);
}
#item2 .prod_info_container img:not(.stepContainer *):nth-of-type(1) {
  width: 100%;
  margin: auto;
}
#item2 .prod_info_container img:not(.stepContainer *):nth-of-type(2) {
  margin: 8rem auto;
}
@media (max-width: 767px) {
  #item2 .prod_info_container img:not(.stepContainer *):nth-of-type(2) {
    margin: 6rem auto;
  }
}
@media (max-width: 480px) {
  #item2 .prod_info_container img:not(.stepContainer *):nth-of-type(2) {
    margin: 4rem auto;
  }
}
#item2 .prod_info_container img:not(.stepContainer *):nth-of-type(3) {
  width: 80%;
  margin: auto;
}
@media (max-width: 767px) {
  #item2 .prod_info_container img:not(.stepContainer *):nth-of-type(3) {
    width: 85%;
  }
}
@media (max-width: 480px) {
  #item2 .prod_info_container img:not(.stepContainer *):nth-of-type(3) {
    width: 95%;
  }
}
#item2 .prod_info_container img:not(.stepContainer *):nth-of-type(4) {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  #item2 .prod_info_container img:not(.stepContainer *):nth-of-type(4) {
    margin-top: 3rem;
  }
}
@media (max-width: 480px) {
  #item2 .prod_info_container img:not(.stepContainer *):nth-of-type(4) {
    margin-top: 2rem;
  }
}
#item2 .prod_info_container img:not(.stepContainer *):nth-of-type(5) {
  width: 85%;
  margin: auto;
}
@media (max-width: 767px) {
  #item2 .prod_info_container img:not(.stepContainer *):nth-of-type(5) {
    width: 90%;
  }
}
@media (max-width: 480px) {
  #item2 .prod_info_container img:not(.stepContainer *):nth-of-type(5) {
    width: 95%;
  }
}
#item2 .introduction_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  -moz-column-gap: 48px;
       column-gap: 48px;
  margin: 48px auto 96px;
}
@media (max-width: 1024px) {
  #item2 .introduction_container {
    flex-direction: column;
    gap: 36px;
    margin: 32px auto 48px;
  }
}
#item2 .introduction_container .introduction_block {
  width: 45%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  #item2 .introduction_container .introduction_block {
    width: 100%;
  }
}
#item2 .introduction_container .intro_title {
  color: white;
  background: #f9be00;
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  padding: 12px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 4px;
  margin-bottom: 16px;
  font-size: 20px;
}
#item2 .introduction_container .intro_title span {
  margin-left: 16px;
}
#item2 .introduction_container .intro_content {
  line-height: 1.5;
  letter-spacing: 4px;
  text-align: justify;
  margin-bottom: 16px;
  font-size: 20px;
}
@media (max-width: 480px) {
  #item2 .introduction_container .intro_content {
    font-size: 18px;
    padding: 0 15px;
  }
}
#item2 .introduction_container .intro_info p {
  padding: 4px;
  font-size: 18px;
}
@media (max-width: 480px) {
  #item2 .introduction_container .intro_info p {
    font-size: 17px;
  }
}
#item2 .introduction_container .intro_info p::before {
  content: "*";
  margin-right: 5px;
}
#item2 .introduction_container .intro_info p.info_new {
  color: #f9be00;
}
#item2 .introduction_container .intro_info p.info_new::after {
  content: "NEW";
  color: white;
  background-color: #f9be00;
  padding: 2px 4px;
  border-radius: 4px;
  margin-left: 8px;
  font-size: 10px;
  vertical-align: 2px;
}

.stepContainer {
  padding: 4rem 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #d7a74c;
  background-color: #fffcf5;
  margin-bottom: 10%;
  isolation: isolate;
}
@media (max-width: 767px) {
  .stepContainer {
    padding: 3.5rem;
  }
}
@media (max-width: 480px) {
  .stepContainer {
    padding: 3rem;
  }
}
.stepContainer > span:first-of-type {
  color: #c99f4a;
  font-family: serif;
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .stepContainer > span:first-of-type {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  .stepContainer > span:first-of-type {
    font-size: 3.4rem;
  }
}
.stepContainer .stepTitle {
  color: #c99f4a;
  font-size: 5.6rem;
  margin: 24px auto;
}
@media (max-width: 767px) {
  .stepContainer .stepTitle {
    font-size: 4.8rem;
    margin: 20px auto;
  }
}
@media (max-width: 480px) {
  .stepContainer .stepTitle {
    font-size: 3.6rem;
    margin: 16px auto;
  }
}
.stepContainer:nth-child(1 of .stepContainer) img:nth-of-type(1) {
  width: 80%;
}
.stepContainer:nth-child(2 of .stepContainer) img:nth-of-type(1) {
  width: 90%;
}
.stepContainer:nth-child(3 of .stepContainer) img:nth-of-type(1) {
  width: 70%;
  margin-top: -6rem;
}
@media (max-width: 767px) {
  .stepContainer:nth-child(3 of .stepContainer) img:nth-of-type(1) {
    margin-top: -5rem;
  }
}
@media (max-width: 480px) {
  .stepContainer:nth-child(3 of .stepContainer) img:nth-of-type(1) {
    margin-top: -4rem;
  }
}
.stepContainer img {
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .stepContainer img {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .stepContainer img {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}

.stepNum {
  position: relative;
  background-color: #fffcf5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 80px;
  color: #c99f4a;
  font-family: serif;
  font-size: 7.6rem;
}
@media (max-width: 767px) {
  .stepNum {
    font-size: 6rem;
    width: 110px;
  }
}
@media (max-width: 480px) {
  .stepNum {
    font-size: 5.2rem;
    width: 100px;
  }
}

.stepNum::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  background-color: #c99f4a;
  z-index: -1;
  max-width: 50dvw;
  width: 650px;
  min-width: 25dvw;
}
@media (max-width: 480px) {
  .stepNum::before {
    max-width: 65dvw;
  }
}

/* 若要讓點擊元素有滑鼠手指樣式，可以加上這行 */
[data-infor] {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  [data-infor] {
    width: auto;
  }
}

[data-infor].is-active {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

[data-infor].is-active::before,
[data-infor].is-active::after {
  display: inline-block;
  text-decoration: none;
}

/* --- 氣泡主體 --- */
.custom-tooltip {
  position: absolute;
  display: none; /* 預設隱藏 */
  background-color: #fff9d2; /* 淡黃色背景 */
  border: 1.5px solid #ffc107; /* 黃色邊框 */
  border-radius: 20px;
  padding: 12px 18px;
  font-size: 15px;
  color: #4a4a4a;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  max-width: 30dvw;
}
@media (max-width: 1024px) {
  .custom-tooltip {
    max-width: 65dvw;
  }
}
@media (max-width: 480px) {
  .custom-tooltip {
    max-width: 80dvw;
  }
}

.tooltip-content {
  letter-spacing: 2px;
  line-height: 1.5;
  font-size: 20px;
  display: block;
  width: 100%;
  text-align: justify;
}
@media (max-width: 767px) {
  .tooltip-content {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .tooltip-content {
    font-size: 16px;
  }
}

/* 顯示動畫 */
.custom-tooltip.show {
  opacity: 1;
}

/* 右上角關閉按鈕 */
.tooltip-close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  border: 1.5px solid #ffc107;
  border-radius: 20%;
  color: #ffc107;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  padding: 0;
}

/* --- 繪製氣泡空心箭頭 (共用基礎) --- */
.custom-tooltip::before,
.custom-tooltip::after {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}

.tooltip-desktop::before {
  bottom: -16px;
  left: 20px;
  border-width: 16px 8px 0 8px;
  border-color: #ffc107 transparent transparent transparent;
}

.tooltip-desktop::after {
  bottom: -13px;
  left: 21px;
  border-width: 14px 7px 0 7px;
  border-color: #fff9d2 transparent transparent transparent;
}

.tooltip-mobile::before {
  bottom: -16px;
  left: 15%;
  transform: translateX(-50%);
  border-width: 16px 8px 0 8px;
  border-color: #ffc107 transparent transparent transparent;
}

.tooltip-mobile::after {
  bottom: -14px;
  left: 15%;
  transform: translateX(-50%);
  border-width: 14px 7px 0 7px;
  border-color: #fff9d2 transparent transparent transparent;
}

#item3 .note_tag {
  background-color: rgb(176, 169, 203);
  padding: 6px 20px 6px 12px;
}
#item3 .prod-title {
  border-color: rgb(176, 169, 203);
}
#item3 .info-point {
  color: white;
  background-color: rgb(176, 169, 203);
}
#item3 .GoldText {
  color: #d8a74b;
  font-size: 4.6rem;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 1rem auto;
}
@media (max-width: 1024px) {
  #item3 .GoldText {
    font-size: calc(3.8rem + 0.8 * (100vw - 76.8rem) / 25.6);
  }
}
@media (max-width: 768px) {
  #item3 .GoldText {
    font-size: calc(2rem + 1.8 * (100vw - 43rem) / 33.8);
  }
}
@media (max-width: 480px) {
  #item3 .GoldText {
    font-size: 2rem;
    margin: 0.75rem auto;
  }
}
#item3 .prod_info_container img:nth-of-type(1) {
  margin: 4rem auto;
}
@media (max-width: 767px) {
  #item3 .prod_info_container img:nth-of-type(1) {
    margin: 3rem auto;
  }
}
@media (max-width: 480px) {
  #item3 .prod_info_container img:nth-of-type(1) {
    margin: 2rem auto;
  }
}
#item3 .prod_info_container img:nth-of-type(2) {
  margin: 4rem auto 6rem;
}
@media (max-width: 767px) {
  #item3 .prod_info_container img:nth-of-type(2) {
    margin: 3rem auto 4rem;
  }
}
@media (max-width: 480px) {
  #item3 .prod_info_container img:nth-of-type(2) {
    margin: 2rem auto 3rem;
  }
}
#item3 .prod_info_container img:nth-of-type(3) {
  width: 85%;
  margin: -5% auto auto;
}
@media (max-width: 767px) {
  #item3 .prod_info_container img:nth-of-type(3) {
    width: 90%;
  }
}
@media (max-width: 480px) {
  #item3 .prod_info_container img:nth-of-type(3) {
    width: 95%;
  }
}
#item3 .prod_info_container img:nth-of-type(4),
#item3 .prod_info_container img:nth-of-type(6) {
  width: 80%;
  margin: auto auto 10rem;
}
@media (max-width: 767px) {
  #item3 .prod_info_container img:nth-of-type(4),
  #item3 .prod_info_container img:nth-of-type(6) {
    margin: auto auto 8rem;
  }
}
@media (max-width: 480px) {
  #item3 .prod_info_container img:nth-of-type(4),
  #item3 .prod_info_container img:nth-of-type(6) {
    width: 85%;
    margin: auto auto 6rem;
  }
}
#item3 .prod_info_container img:nth-of-type(8) {
  width: 85%;
  margin: auto;
}
@media (max-width: 767px) {
  #item3 .prod_info_container img:nth-of-type(8) {
    width: 90%;
  }
}
@media (max-width: 480px) {
  #item3 .prod_info_container img:nth-of-type(8) {
    width: 95%;
  }
}

#item4 .prod_info_container img:not(.stepContainer *):nth-of-type(3) {
  margin-bottom: 6rem;
}
@media (max-width: 480px) {
  #item4 .prod_info_container img:not(.stepContainer *):nth-of-type(3) {
    margin-bottom: 4rem;
  }
}
#item4 .note_tag {
  background-color: rgb(86, 151, 147);
  padding: 4px 20px 4px 12px;
}
#item4 .prod-title {
  border-color: rgb(86, 151, 147);
}
#item4 .info-point {
  color: white;
  background-color: rgb(86, 151, 147);
}
#item4 .flex-content .info-text {
  margin-bottom: 0px;
}
#item4 .flex-content .info-text:not(.green-title) p {
  font-size: 2rem;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
}
#item4 .flex-content .info-text.green-title p {
  font-size: 2.4rem;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  #item4 .flex-content .info-text.green-title p {
    color: rgb(86, 151, 147);
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  #item4 .flex-content .info-text.green-title p {
    color: rgb(86, 151, 147);
    font-size: 2.4rem;
  }
}
#item4 .custom_a2 {
  margin-top: 2rem;
}
#item4 .custom_a2 p {
  font-size: 2.8rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 4px;
  text-wrap: pretty;
}
@media (max-width: 1024px) {
  #item4 .custom_a2 p {
    font-size: calc(2.4rem + 0.4 * (100vw - 76.8rem) / 25.6);
    letter-spacing: 3px;
  }
}
@media (max-width: 768px) {
  #item4 .custom_a2 p {
    font-size: calc(2rem + 0.4 * (100vw - 43rem) / 33.8);
  }
}
@media (max-width: 480px) {
  #item4 .custom_a2 p {
    font-size: 2rem;
  }
}
@media (max-width: 430px) {
  #item4 .custom_a2 p {
    font-size: 1.8rem;
  }
}
#item4 .custom_a2 span.GoldText {
  color: #d8a74b;
  letter-spacing: 4px;
  line-height: 1.8;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-7px);
  font-size: 4.6rem;
}
@media (max-width: 1024px) {
  #item4 .custom_a2 span.GoldText {
    font-size: calc(3.8rem + 0.8 * (100vw - 76.8rem) / 25.6);
    transform: translateY(-6px);
  }
}
@media (max-width: 768px) {
  #item4 .custom_a2 span.GoldText {
    font-size: calc(2.8rem + 1 * (100vw - 43rem) / 33.8);
  }
}
@media (max-width: 480px) {
  #item4 .custom_a2 span.GoldText {
    letter-spacing: 3px;
    font-size: 2.8rem;
    transform: translateY(-5px);
  }
}
@media (max-width: 430px) {
  #item4 .custom_a2 span.GoldText {
    font-size: 2.6rem;
    transform: translateY(-4px);
  }
}
#item4 img:nth-last-of-type(2) {
  width: 85%;
  margin: auto;
}
@media (max-width: 767px) {
  #item4 img:nth-last-of-type(2) {
    width: 90%;
  }
}
@media (max-width: 480px) {
  #item4 img:nth-last-of-type(2) {
    width: 95%;
  }
}
#item4 .flex-content {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #item4 .flex-content {
    margin-bottom: 10px;
  }
}
#item4 .flex-content-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
#item4 .flex-content-item img {
  max-width: 100%;
  max-height: 250px;
  margin: 20px 0;
}
#item4 .flex-content-item .info-text {
  width: 100%;
}
#item4 .flex-content-item .info-text:first-child {
  margin-top: 0;
}
#item4 .flex-content-item .info-text:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  #item4 .flex-content {
    flex-direction: column;
  }
  #item4 .flex-content-item {
    margin-bottom: 40px;
    justify-content: flex-start;
  }
}

#item5 .note_tag {
  background-color: rgb(0, 0, 0);
}
#item5 .prod-title {
  border-color: rgb(0, 0, 0);
}
#item5 .info-point {
  color: white;
  background-color: rgb(0, 0, 0);
}
#item5 div.GoldText p {
  color: #d8a74b;
  font-size: 4.2rem;
  letter-spacing: 4px;
  line-height: 1.8;
  text-wrap: pretty;
}
@media (max-width: 1024px) {
  #item5 div.GoldText p {
    font-size: calc(3.4rem + 0.8 * (100vw - 76.8rem) / 25.6);
  }
}
@media (max-width: 768px) {
  #item5 div.GoldText p {
    font-size: calc(2.6rem + 0.8 * (100vw - 48rem) / 28.8);
    letter-spacing: 3px;
  }
}
@media (max-width: 480px) {
  #item5 div.GoldText p {
    font-size: calc(2.2rem + 0.4 * (100vw - 39rem) / 9);
  }
}
@media (max-width: 390px) {
  #item5 div.GoldText p {
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
}
#item5 .prod_info_container img:nth-of-type(1) {
  width: 90%;
  margin: auto;
  margin-bottom: 2rem;
}
#item5 .prod_info_container img:not(.stepContainer *):nth-of-type(2) {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  #item5 .prod_info_container img:not(.stepContainer *):nth-of-type(2) {
    margin-bottom: 8rem;
  }
}
@media (max-width: 480px) {
  #item5 .prod_info_container img:not(.stepContainer *):nth-of-type(2) {
    margin-bottom: 6rem;
  }
}
#item5 .prod_info_container img:not(.stepContainer *):nth-of-type(3) {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  #item5 .prod_info_container img:not(.stepContainer *):nth-of-type(3) {
    margin-bottom: 8rem;
  }
}
@media (max-width: 480px) {
  #item5 .prod_info_container img:not(.stepContainer *):nth-of-type(3) {
    margin-bottom: 6rem;
  }
}
#item5 .prod_info_container img:not(.stepContainer *):nth-of-type(4) {
  margin: auto;
  width: 90%;
  margin-top: 3rem;
  margin-bottom: 6rem;
}
@media (max-width: 480px) {
  #item5 .prod_info_container img:not(.stepContainer *):nth-of-type(4) {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}
#item5 .prod_info_container img:not(.stepContainer *):nth-of-type(5) {
  margin: auto;
  width: 90%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  #item5 .prod_info_container img:not(.stepContainer *):nth-of-type(5) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
#item5 .prod_info_container picture {
  transform: translateX(8%);
}
@media (max-width: 767px) {
  #item5 .prod_info_container picture {
    transform: translateX(0);
  }
}
#item5 .prod_info_container img:not(.stepContainer *):nth-of-type(7) {
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  #item5 .prod_info_container img:not(.stepContainer *):nth-of-type(7) {
    margin-bottom: 1.5rem;
  }
}
#item5 img:nth-last-of-type(2) {
  width: 85%;
  margin: auto;
}
@media (max-width: 767px) {
  #item5 img:nth-last-of-type(2) {
    width: 90%;
  }
}
@media (max-width: 480px) {
  #item5 img:nth-last-of-type(2) {
    width: 95%;
  }
}

.prod-title {
  font-size: 4rem;
  border-top: 1.5px solid;
  border-bottom: 1.5px solid;
  text-align: center;
  margin: 100px auto 20px;
  padding: 8px 16px;
  color: #605d61;
  letter-spacing: 4px;
  line-height: 1.25;
  text-wrap: pretty;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .prod-title {
    font-size: calc(2.8rem + 1.2 * (100vw - 76.8rem) / 25.6);
    letter-spacing: 3px;
    margin: 75px auto 15px;
  }
}
@media (max-width: 768px) {
  .prod-title {
    font-size: calc(2.4rem + 0.4 * (100vw - 43rem) / 33.8);
  }
}
@media (max-width: 480px) {
  .prod-title {
    font-size: 2.4rem;
    letter-spacing: 2.5px;
    margin: 50px auto 10px;
  }
}
@media (max-width: 430px) {
  .prod-title {
    font-size: 2rem;
  }
}

.info-title {
  margin: 0 auto 6rem;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .info-title {
    margin: 0 auto 5rem;
  }
}
@media (max-width: 480px) {
  .info-title {
    margin: 0 auto 4rem;
  }
}
.info-title {
  text-align: center;
}
.info-title p {
  font-size: 4.5rem;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.75;
}
.info-title p.mark {
  padding: 0 16px;
  display: inline;
}
@media (max-width: 1024px) {
  .info-title p {
    font-size: calc(3.2rem + 1.3 * (100vw - 76.8rem) / 25.6);
  }
}
@media (max-width: 768px) {
  .info-title p {
    font-size: calc(2.4rem + 0.8 * (100vw - 48rem) / 28.8);
  }
}
@media (max-width: 480px) {
  .info-title p {
    font-size: calc(2.2rem + 0.2 * (100vw - 43rem) / 5);
  }
}
@media (max-width: 430px) {
  .info-title p {
    font-size: 2.2rem;
  }
}

.info-text p {
  margin: 2rem auto;
  text-align: center;
  line-height: 2;
  letter-spacing: 1px;
  text-wrap: pretty;
  font-size: 2.8rem;
}
@media (max-width: 1024px) {
  .info-text p {
    font-size: calc(2.4rem + 0.4 * (100vw - 76.8rem) / 25.6);
  }
}
@media (max-width: 768px) {
  .info-text p {
    font-size: calc(2rem + 0.4 * (100vw - 43rem) / 33.8);
  }
}
@media (max-width: 480px) {
  .info-text p {
    font-size: 2rem;
  }
}
@media (max-width: 430px) {
  .info-text p {
    font-size: 1.8rem;
  }
}
.info-text {
  position: relative;
}
.info-text.arrowDown {
  margin-bottom: 100px;
}
.info-text.arrowDown::after {
  content: "";
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  height: 75px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23D4AF37" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 9L12 17L20 9"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.info-text.mark {
  margin-bottom: 0px;
}
.info-text.mark p {
  border: 2px solid black;
  margin-top: -5rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 1px;
  padding: 0 1rem;
  border: 2px solid black;
  padding: 0 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .info-text.mark p {
    margin-top: -4rem;
  }
}
@media (max-width: 480px) {
  .info-text.mark p {
    margin-top: -3rem;
  }
}
@media (max-width: 480px) {
  .info-text.mark {
    font-size: 1.8rem;
  }
}

.info-content {
  margin: 2rem auto 3rem;
}
.info-content p {
  font-size: 3rem;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 4px;
  margin-top: 32px;
  text-wrap: pretty;
}
@media (max-width: 1024px) {
  .info-content p {
    font-size: calc(2.4rem + 0.6 * (100vw - 76.8rem) / 25.6);
    letter-spacing: 3.5px;
  }
}
@media (max-width: 768px) {
  .info-content p {
    font-size: calc(1.6rem + 0.8 * (100vw - 43rem) / 33.8);
  }
}
@media (max-width: 480px) {
  .info-content p {
    font-size: 1.6rem;
    letter-spacing: 3px;
    line-height: 1.6;
  }
}

.extra-info {
  margin: 6rem auto;
  border: 2px solid black;
  padding: 3rem 2rem 2rem;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .extra-info {
    margin: 3rem 0;
    padding: 2rem 1rem;
  }
}
@media (max-width: 480px) {
  .extra-info {
    margin: 2rem 0 5rem;
    padding: 1rem 0.5rem 1rem;
  }
}
.extra-info .extra-info-title {
  text-wrap: balance;
  font-size: 4.4rem;
  color: #d7a64b;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .extra-info .extra-info-title {
    font-size: calc(3.2rem + 1.2 * (100vw - 76.8rem) / 25.6);
  }
}
@media (max-width: 768px) {
  .extra-info .extra-info-title {
    font-size: calc(2rem + 1.2 * (100vw - 43rem) / 33.8);
  }
}
@media (max-width: 480px) {
  .extra-info .extra-info-title {
    font-size: 2rem;
  }
}
.extra-info hr {
  background-color: #d7a64b;
  margin: 3rem;
  height: 1px;
}
@media (max-width: 767px) {
  .extra-info hr {
    margin: 2rem;
  }
}
@media (max-width: 480px) {
  .extra-info hr {
    margin: 1rem;
  }
}
.extra-info .infoma {
  padding: 0 2rem;
}
.extra-info .infoma .title {
  font-size: 3.2rem;
  line-height: 2;
  margin-top: 0.5rem;
  font-weight: 550;
}
@media (max-width: 1024px) {
  .extra-info .infoma .title {
    font-size: calc(2.6rem + 0.6 * (100vw - 76.8rem) / 25.6);
  }
}
@media (max-width: 768px) {
  .extra-info .infoma .title {
    font-size: calc(2rem + 0.6 * (100vw - 43rem) / 33.8);
  }
}
@media (max-width: 480px) {
  .extra-info .infoma .title {
    font-size: 2rem;
  }
}
.extra-info .infoma .content {
  font-size: 3rem;
  letter-spacing: 4px;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .extra-info .infoma .content {
    font-size: calc(2.4rem + 0.6 * (100vw - 76.8rem) / 25.6);
  }
}
@media (max-width: 768px) {
  .extra-info .infoma .content {
    font-size: calc(1.8rem + 0.6 * (100vw - 43rem) / 33.8);
  }
}
@media (max-width: 480px) {
  .extra-info .infoma .content {
    font-size: 1.8rem;
    margin-bottom: 12px;
    letter-spacing: 3px;
  }
}

span[data-anima=dott] {
  width: 0px;
  display: inline-block;
  text-align: left;
}

.explain {
  margin: 4rem auto 8rem 0;
  flex-wrap: wrap;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (max-width: 480px) {
  .explain {
    margin: 2rem auto 4rem 0;
  }
}
.explain p {
  letter-spacing: 2px;
  line-height: 1.5;
  color: gray;
  font-size: 1.44rem;
  text-align: left;
}
@media (max-width: 1024px) {
  .explain p {
    font-size: calc(1.4rem + 0.04 * (100vw - 76.8rem) / 25.6);
  }
}
@media (max-width: 768px) {
  .explain p {
    font-size: calc(1.2rem + 0.2 * (100vw - 43rem) / 33.8);
  }
}
@media (max-width: 480px) {
  .explain p {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  h3.m-text-42.m-color-cleansing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

@media (max-width: 767px) {
  .balmBasicBg .balmBasicArea .m-product-mv {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .m-product-mv-content {
    border-radius: 20px 20px 0 0;
  }
}

@media (max-width: 767px) {
  .balmBasicBg .balmBasicArea .info h3 {
    background: #f0f0f0;
  }
}

.RedText {
  margin: 4rem auto;
}
@media (max-width: 767px) {
  .RedText {
    margin: 3.5rem auto;
  }
}
@media (max-width: 480px) {
  .RedText {
    margin: 3rem auto;
  }
}
.RedText p {
  color: #b10000;
  font-size: 4.6rem;
  text-align: center;
  letter-spacing: 4px;
}
@media (max-width: 1024px) {
  .RedText p {
    font-size: calc(3.6rem + 1 * (100vw - 76.8rem) / 25.6);
    letter-spacing: 3px;
  }
}
@media (max-width: 768px) {
  .RedText p {
    font-size: calc(2.6rem + 1 * (100vw - 48rem) / 28.8);
  }
}
@media (max-width: 480px) {
  .RedText p {
    font-size: calc(2.2rem + 0.4 * (100vw - 43rem) / 5);
    letter-spacing: 2px;
  }
}
@media (max-width: 430px) {
  .RedText p {
    font-size: 2.2rem;
  }
}

.info-text.custom_a1 {
  margin: 4rem auto 3rem;
}
@media (max-width: 767px) {
  .info-text.custom_a1 {
    margin: 3rem auto 2rem;
  }
}
@media (max-width: 480px) {
  .info-text.custom_a1 {
    margin: 2rem auto 1rem;
  }
}
.info-text.custom_a1 p {
  margin: 0rem auto;
  letter-spacing: 4px;
}
.info-text.custom_a1 p:not(.GoldText) {
  text-wrap: balance;
}
@media (max-width: 480px) {
  .info-text.custom_a1 p:not(.GoldText) {
    text-wrap: pretty;
  }
}
.info-text.custom_a1 p.GoldText {
  color: #d8a74b;
  font-size: 4.8rem;
  letter-spacing: 5px;
  line-height: 1.8;
  text-wrap: balance;
  text-wrap: pretty;
}
@media (max-width: 1024px) {
  .info-text.custom_a1 p.GoldText {
    font-size: calc(3.6rem + 1.2 * (100vw - 76.8rem) / 25.6);
    letter-spacing: 4px;
  }
}
@media (max-width: 768px) {
  .info-text.custom_a1 p.GoldText {
    font-size: calc(2.4rem + 1.2 * (100vw - 43rem) / 33.8);
  }
}
@media (max-width: 480px) {
  .info-text.custom_a1 p.GoldText {
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
}

.info-text.mark_small p {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .info-text.mark_small p {
    font-size: 1.66rem;
  }
}
@media (max-width: 480px) {
  .info-text.mark_small p {
    font-size: 1.56rem;
  }
}

.custom_a3 p {
  font-size: 3.2rem;
  background-color: #d7a74c;
  color: white;
  padding: 0px 36px;
  border-radius: 50px;
  margin: 32px auto;
}
@media (max-width: 1024px) {
  .custom_a3 p {
    font-size: calc(2.6rem + 0.6 * (100vw - 76.8rem) / 25.6);
    padding: 0px 32px;
    margin: 28px auto;
  }
}
@media (max-width: 768px) {
  .custom_a3 p {
    font-size: calc(2.2rem + 0.4 * (100vw - 43rem) / 33.8);
  }
}
@media (max-width: 480px) {
  .custom_a3 p {
    font-size: 2.2rem;
    padding: 0px 28px;
    margin: 24px auto;
  }
}

.text_align_left {
  text-align: left !important;
  text-wrap: wrap !important;
}

.balmBasicBg .balmBasicArea .info .list {
  padding: 0 0 0 40px;
  margin: 20px 0 0 0;
  box-sizing: border-box;
}

.balmBasicBg .balmBasicArea .info .list li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 2;
}

.balmBasicBg .balmBasicArea .info .list li .btnBox {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.balmBasicBg .balmBasicArea .info .list li .btn {
  color: #fff;
  font-size: 16px;
  padding: 1px 14px;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0 4px;
  cursor: pointer;
}

.balmBasicBg .balmBasicArea .info .spoon {
  position: absolute;
  top: 166px;
  right: -100px;
  width: 261px;
}

.balmBasicBg .balmBasicArea .info .spoon img {
  width: 100%;
}

.balmBasicBg .balmBasicArea .m-product-mv-cart-btn {
  width: 300px;
  height: 60px;
  border-radius: 100px;
  font-size: 16px;
}

.balmBasicBg .balmBasicArea .m-product-mv-image {
  width: 26.6153846154%;
}

.balmBasicBg .balmBasicArea .m-product-mv-cart {
  margin-left: 20px;
}

.balmBasicBg .balmBasicArea .cb.slick-slider {
  position: absolute;
  top: -50px;
  left: 90px;
}

.balmBasicBg .balmBasicArea .m-product-mv {
  min-height: initial;
  display: block;
}

.balmBasicBg .balmBasicArea .m-product-mv-image .m-icon-slide-prev {
  left: -120px;
}

.balmBasicBg .balmBasicArea .m-product-mv-image .m-icon-slide-next {
  right: -120px;
}

.balmBasicBg .balmBasicArea .otherInfo {
  box-sizing: border-box;
  border-radius: 0 0 20px 20px;
  padding-bottom: 6rem;
}

.balmBasicBg .balmBasicArea .otherInfo .inner h3 {
  margin: 0;
  padding: 0;
  font-size: 38px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
  width: 480px;
  margin: 20px auto 40px auto;
  padding: 4px 0;
  color: #605d61;
  letter-spacing: 2px;
}

.balmBasicBg .balmBasicArea .otherInfo .inner p {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.8;
}

.balmBasicBg .balmBasicArea .slick-list {
  overflow: hidden;
}

.balmBasicBg .m-pt-2xl {
  padding-top: 0;
}

.balmBasicBg .slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
}

/********balmBasicArea#item1********/
.balmBasicBg .balmBasicArea#item1 {
  border-color: #dba3a9;
}

.balmBasicBg .balmBasicArea#item1 .info h3 {
  color: rgb(183, 0, 5);
}

.product-info {
  padding: 0 0 0 10px;
  margin: 30px 0 0 0;
  line-height: 2;
  letter-spacing: 4.5px;
  text-align: justify;
  font-size: 20px;
}
@media (max-width: 768px) {
  .product-info {
    font-size: calc(1.6rem + 0.4 * (100vw - 43rem) / 33.8);
  }
}
@media (max-width: 480px) {
  .product-info {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.product-info-description {
  padding: 0 0 0 10px;
  margin: 20px 0 0 0;
  font-size: 12px;
  line-height: 2;
}

.balmBasicBg .balmBasicArea#item1 .info .list li .btn {
  background-color: #dba3a9;
}

.balmBasicBg .balmBasicArea#item1 .info .list li .btn:hover {
  background-color: #ff6c7c;
}

.balmBasicBg .balmBasicArea#item1 .more-toggle-btn {
  background-color: rgb(183, 0, 5);
}

.balmBasicBg .balmBasicArea#item1 .otherInfo .inner h3 {
  border-color: #85262a;
}

.balmBasicBg .balmBasicArea#item1 .otherInfo .inner .text {
  background: url(../images/product_red_bg.png) center center no-repeat;
  padding: 40px 120px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto 40px auto;
  background-size: 100% auto;
}

.balmBasicBg .balmBasicArea#item1 .otherInfo .inner span {
  background-color: #fff;
  text-align: justify;
  line-height: 1.8;
  padding: 30px 20px;
  box-sizing: border-box;
  letter-spacing: 2px;
  display: block;
}

/********balmBasicArea#item2********/
.balmBasicBg .balmBasicArea#item2 {
  border-color: #e1ba04;
}

.balmBasicBg .balmBasicArea#item2 .info h3 {
  color: #e1ba04;
}

.balmBasicBg .balmBasicArea#item2 .info .list li .btn {
  background-color: #e1ba04;
}

.balmBasicBg .balmBasicArea#item2 .info .list li .btn:hover {
  background-color: #c7a505;
}

.balmBasicBg .balmBasicArea#item2 .more-toggle-btn {
  background-color: rgb(249, 190, 0);
}

.balmBasicBg .balmBasicArea#item2 .otherInfo .inner h3 {
  border-color: #e1ba04;
}

.balmBasicBg .balmBasicArea#item2 .otherInfo .inner .stepBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 700px;
  margin: 0 auto;
}

.balmBasicBg .balmBasicArea#item2 .otherInfo .inner .stepBox .item {
  flex: 1 1 46%;
  margin: 0 10px 20px 10px;
}

.balmBasicBg .balmBasicArea#item2 .otherInfo .inner .stepBox .item h4 {
  background-color: #e1ba04;
  border-radius: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  margin: 0 0 12px 0;
}

.balmBasicBg .balmBasicArea#item2 .otherInfo .inner .stepBox .item h4 .num {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translate(0, -43%);
}

.balmBasicBg .balmBasicArea#item2 .otherInfo .inner .stepBox .item p {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.8;
  text-align: justify;
  padding: 0 10px;
  margin: 0 0 20px 0;
}

.balmBasicBg .balmBasicArea#item2 .otherInfo .inner .stepBox .item p.push {
  cursor: pointer;
  text-decoration: underline;
  position: relative;
  font-size: 14px;
}

.balmBasicBg .balmBasicArea#item2 .otherInfo .inner .stepBox .item p.push:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/product_yellow_hand.svg) center center no-repeat;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 0 0 6px;
}

/********balmBasicArea#item3********/
.balmBasicBg .balmBasicArea#item3 {
  border-color: #a3a3c3;
}

.balmBasicBg .balmBasicArea#item3 .info h3 {
  color: #a3a3c3;
}

.balmBasicBg .balmBasicArea#item3 .info .list li .btn {
  background-color: #a3a3c3;
}

.balmBasicBg .balmBasicArea#item3 .info .list li .btn:hover {
  background-color: #8d8dc8;
}

.balmBasicBg .balmBasicArea#item3 .more-toggle-btn {
  background-color: rgb(176, 169, 203);
  position: relative;
}

.balmBasicBg .balmBasicArea#item3 .otherInfo .inner h3 {
  border-color: #a3a3c3;
}

.balmBasicBg .balmBasicArea#item3 .otherInfo .inner p {
  text-align: center;
}

.balmBasicBg .balmBasicArea#item3 .otherInfo .inner > h4 {
  font-size: 38px;
  letter-spacing: 2px;
  line-height: 1.8;
  text-align: center;
  margin: 40px 0 10px 0;
}

.balmBasicBg .balmBasicArea#item3 .skinBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94%;
  margin: 0 auto;
}

.balmBasicBg .balmBasicArea#item3 .skinBox .skin {
  flex: 1 1;
}

.balmBasicBg .balmBasicArea#item3 .skinBox .arrow {
  flex: 0 0 34px;
  margin: 0 10px;
}

.balmBasicBg .balmBasicArea#item3 .ingredientsBox {
  display: flex;
  justify-content: center;
  margin: 40px 0 100px 0;
}

.balmBasicBg .balmBasicArea#item3 .ingredientsBox .item {
  margin: 0 10px;
  flex: 0 0 18%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.balmBasicBg .balmBasicArea#item3 .ingredientsBox .item .pic {
  border-radius: 1000px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
}

.balmBasicBg .balmBasicArea#item3 .ingredientsBox .item .pic img {
  transition: 0.5s;
}

.balmBasicBg .balmBasicArea#item3 .ingredientsBox .item .pic:hover img {
  transform: scale(1.1);
}

.balmBasicBg .balmBasicArea#item3 .ingredientsBox .item h4 {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.8;
  text-align: center;
}

.balmBasicBg .balmBasicArea#item3 .otherInfo .inner p.text {
  margin: 0 0 120px 0;
}

/********balmBasicArea#item4********/
.balmBasicBg .balmBasicArea#item4 {
  border-color: #34af94;
  position: relative;
}

.balmBasicBg .balmBasicArea#item4 .info h3 {
  color: #34af94;
}

.balmBasicBg .balmBasicArea#item4 .info .list li .btn {
  background-color: #34af94;
}

.balmBasicBg .balmBasicArea#item4 .info .list li .btn:hover {
  background-color: #21987e;
}

.balmBasicBg .balmBasicArea#item4 .more-toggle-btn {
  background-color: rgb(86, 151, 147);
}

.balmBasicBg .balmBasicArea#item4 .otherInfo .inner h3 {
  border-color: #34af94;
}

.balmBasicBg .balmBasicArea#item4 .otherInfo .inner p {
  text-align: center;
}

.balmBasicBg .balmBasicArea#item4 .otherInfo .inner > h4 {
  font-size: 38px;
  letter-spacing: 2px;
  line-height: 1.8;
  text-align: center;
}

.balmBasicBg .balmBasicArea#item4 .protectBox {
  border: 1px solid #34af94;
  margin: 60px auto 60px auto;
  max-width: 1000px;
  width: 100%;
}

.balmBasicBg .balmBasicArea#item4 .protectBox h4 {
  font-size: 38px;
  letter-spacing: 2px;
  width: 400px;
  background-color: #34af94;
  border-radius: 100px;
  padding: 1px 0;
  margin: -23px auto 0 auto;
  text-align: center;
  color: #fff;
}

.balmBasicBg .balmBasicArea#item4 .protectBox .infoSet {
  display: flex;
  justify-content: center;
  margin: 40px 0 60px 0;
}

.balmBasicBg .balmBasicArea#item4 .protectBox .infoSet .item {
  flex: 0 0 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.balmBasicBg .balmBasicArea#item4 .protectBox .infoSet .item .text {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1.8;
  color: #fff;
  background-color: #34af94;
  padding: 10px 20px;
  position: relative;
  border-radius: 20px;
  width: 90%;
  text-align: center;
}

.balmBasicBg .balmBasicArea#item4 .protectBox .infoSet .item .text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 182%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: #34af94 transparent transparent transparent;
}

.balmBasicBg .balmBasicArea#item4 .protectBox .infoSet .item .name {
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 1.8;
  margin: 20px 0 6px 0;
}

.balmBasicBg .balmBasicArea#item4 .protectBox .infoSet .item .pic {
  overflow: hidden;
  cursor: pointer;
}

.balmBasicBg .balmBasicArea#item4 .protectBox .infoSet .item .pic img {
  transition: 0.5s;
}

.balmBasicBg .balmBasicArea#item4 .protectBox .infoSet .item .pic:hover img {
  transform: scale(1.1);
}

.balmBasicBg .balmBasicArea#item4 .ingredientsBox {
  display: flex;
  margin: 20px auto 50px auto;
  width: 680px;
}

.balmBasicBg .balmBasicArea#item4 .ingredientsBox .firstItem1 {
  flex: 0 0 200px;
  margin-right: 40px;
}

.balmBasicBg .balmBasicArea#item4 .ingredientsBox .firstItem2 {
  flex: 0 0 440px;
  display: flex;
  flex-direction: column;
}

.balmBasicBg .balmBasicArea#item4 .ingredientsBox .firstItem .subItem {
  display: flex;
  justify-content: space-between;
}

.balmBasicBg .balmBasicArea#item4 .ingredientsBox .subItem .item {
  flex: 0 0 200px;
}

.balmBasicBg .balmBasicArea#item4 .ingredientsBox .text {
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 1.8;
  color: #fff;
  background-color: #34af94;
  border-radius: 8px;
  text-align: center;
  width: 100%;
}

.balmBasicBg .balmBasicArea#item4 .ingredientsBox .text span {
  font-size: 16px;
  display: inline-block;
  transform: translate(0, -10px);
}

.balmBasicBg .balmBasicArea#item4 .ingredientsBox .name {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.8;
  text-align: center;
}

.balmBasicBg .balmBasicArea#item4 .ingredientsBox .pic {
  overflow: hidden;
  cursor: pointer;
}

.balmBasicBg .balmBasicArea#item4 .ingredientsBox .pic img {
  transition: 0.5s;
}

.balmBasicBg .balmBasicArea#item4 .ingredientsBox .pic:hover img {
  transform: scale(1.1);
}

.balmBasicBg .balmBasicArea#item4 .greenIcon {
  position: absolute;
  top: -120px;
  left: -10px;
  width: 120px;
  cursor: pointer;
}

/********balmBasicArea#item5********/
.balmBasicBg .balmBasicArea#item5 {
  border-color: #585858;
}

.balmBasicBg .balmBasicArea#item5 .info h3 {
  color: #585858;
}

.balmBasicBg .balmBasicArea#item5 .info .list li .btn {
  background-color: #7d7d7d;
}

.balmBasicBg .balmBasicArea#item5 .info .list li .btn:hover {
  background-color: #585858;
}

.balmBasicBg .balmBasicArea#item5 .more-toggle-btn {
  background-color: rgb(0, 0, 0);
}

.balmBasicBg .balmBasicArea#item5 .otherInfo .inner h3 {
  border-color: #585858;
  width: 780px;
}

.balmBasicBg .balmBasicArea#item5 .otherInfo .inner p {
  text-align: center;
}

.balmBasicBg .balmBasicArea#item5 .otherInfo .inner p {
  width: 740px;
  margin: 0 auto 20px auto;
}

.balmBasicBg .balmBasicArea#item5 .otherInfo .inner p.end {
  margin: 0 auto 80px auto;
}

.balmBasicBg .balmBasicArea#item5 .otherInfo .inner .pic {
  margin: 0 auto 80px auto;
  width: 662px;
}

.balmBasicBg .balmBasicArea#item5 .effectBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 100px 0;
}

.balmBasicBg .balmBasicArea#item5 .effectBox .item {
  flex: 0 0 20%;
  margin: 0 10px;
}

.balmBasicBg .balmBasicArea .m-product-mv-image.cb > .m-product-mv-image__item > figure img {
  opacity: 0;
}

@media screen and (max-width: 1280px) {
  .balmBasicBg .balmBasicArea .info h3 {
    font-size: 32px;
  }
  .balmBasicBg .balmBasicArea .cb.slick-slider {
    top: -50px;
    left: 60px;
  }
  .balmBasicBg .balmBasicArea .m-product-mv-image .m-icon-slide-prev {
    left: -80px;
  }
  .balmBasicBg .balmBasicArea .m-product-mv-image .m-icon-slide-next {
    right: -80px;
  }
  .balmBasicBg .balmBasicArea#item4 .greenIcon {
    width: 104px;
  }
}
@media screen and (max-width: 1100px) {
  .balmBasicBg .balmBasicArea .info h3 {
    font-size: 32px;
  }
  .balmBasicBg .balmBasicArea .m-product-mv-content .itemBox {
    flex: 0 0 50%;
  }
  .balmBasicBg .balmBasicArea .info .spoon {
    right: -84px;
    width: 200px;
    top: 220px;
  }
  .balmBasicBg .balmBasicArea#item3 .info .spoon {
    top: 287px;
  }
  .balmBasicBg .balmBasicArea#item3 .ingredientsBox .item {
    flex: 0 0 22%;
  }
  .balmBasicBg .balmBasicArea.info .list li .btn {
    font-size: 15px;
    padding: 1px 12px;
  }
}
@media screen and (max-width: 1000px) {
  .balmBasicBg .balmBasicArea .m-product-mv-content .itemBox:nth-child(1) {
    flex: 0 0 40%;
  }
  .balmBasicBg .balmBasicArea .m-product-mv-content .itemBox:nth-child(2) {
    flex: 0 0 60%;
  }
  .balmBasicBg .balmBasicArea .cb.slick-slider {
    left: 0;
  }
  .balmBasicBg .balmBasicArea .m-product-mv-image .m-icon-slide-prev {
    left: -6vw;
  }
  .balmBasicBg .balmBasicArea .m-product-mv-image .m-icon-slide-next {
    right: -6vw;
  }
  .balmBasicBg .balmBasicArea .info h3 {
    font-size: 3.2vw;
  }
  .balmBasicBg .balmBasicArea .info .list li {
    font-size: 16px;
  }
  .balmBasicBg .balmBasicArea .info .list li .btnBox {
    font-size: 16px;
  }
  .balmBasicBg .balmBasicArea .info .list li .btn {
    padding: 1px 5px;
  }
  .balmBasicBg .balmBasicArea .info .spoon {
    width: 20vw;
    top: 132px;
  }
  .balmBasicBg .balmBasicArea .info .spoon {
    width: 20vw;
    top: 132px;
  }
  .balmBasicBg .balmBasicArea#item1 .otherInfo .inner .text {
    padding: 40px 40px;
    width: 90%;
    background-size: 196% auto;
  }
  .balmBasicBg .balmBasicArea#item2 .otherInfo .inner .stepBox {
    width: 96%;
  }
  .balmBasicBg .balmBasicArea#item3 .info .spoon {
    top: 220px;
  }
  .balmBasicBg .balmBasicArea#item3 .skinBox .arrow {
    flex: 0 0 20px;
    margin: 0 6px;
  }
  .balmBasicBg .balmBasicArea#item3 .ingredientsBox .item h4 {
    font-size: 18px;
    margin: 0;
  }
  .balmBasicBg .balmBasicArea .otherInfo .inner p {
    font-size: 14px;
  }
  .balmBasicBg .balmBasicArea#item4 .protectBox .infoSet .item {
    flex: 0 0 26vw;
  }
  .balmBasicBg .balmBasicArea#item4 .protectBox .infoSet .item .text {
    font-size: 20px;
    line-height: 1.6;
  }
  .balmBasicBg .balmBasicArea#item4 .protectBox .infoSet .item .text:after {
    border-width: 20px 10px 0 10px;
  }
  .balmBasicBg .balmBasicArea#item4 .protectBox .infoSet .item .name {
    font-size: 20px;
  }
  .balmBasicBg .balmBasicArea#item4 .ingredientsBox .text {
    font-size: 20px;
  }
  .balmBasicBg .balmBasicArea#item4 .ingredientsBox .text span {
    font-size: 12px;
  }
  .balmBasicBg .balmBasicArea#item4 .ingredientsBox .name {
    font-size: 20px;
  }
  .balmBasicBg .balmBasicArea#item4 .ingredientsBox {
    width: 76vw;
  }
  .balmBasicBg .balmBasicArea#item4 .ingredientsBox .firstItem1 {
    flex: 0 0 25vw;
    margin-right: 2vw;
  }
  .balmBasicBg .balmBasicArea#item4 .ingredientsBox .firstItem2 {
    flex: 0 0 52vw;
  }
  .balmBasicBg .balmBasicArea#item4 .ingredientsBox .subItem .item {
    flex: 0 0 25vw;
  }
  .balmBasicBg .balmBasicArea#item5 .otherInfo .inner h3 {
    width: 96%;
  }
  .balmBasicBg .balmBasicArea#item5 .otherInfo .inner h3 br {
    display: none;
  }
  .balmBasicBg .balmBasicArea#item5 .otherInfo .inner p {
    width: 96%;
  }
  .balmBasicBg .balmBasicArea#item4 .greenIcon {
    width: 10vw;
  }
  .balmBasicBg .balmBasicArea .m-product-mv-cart-btn {
    width: 220px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .balmBasicBg .m-pt-2xl {
    padding-left: 10px;
    padding-right: 10px;
  }
  .balmBasicBg .balmBasicArea .m-product-mv-content {
    padding: 10px;
  }
  .balmBasicBg .balmBasicArea .m-product-mv-content {
    flex-direction: column;
  }
  .balmBasicBg .balmBasicArea .cb.slick-slider {
    position: relative;
    width: 84%;
    margin: 40px auto 0 auto;
  }
  .balmBasicBg .balmBasicArea .m-product-mv-content .itemBox:nth-child(1) {
    flex: 1 1;
  }
  .balmBasicBg .balmBasicArea .m-product-mv-content .itemBox:nth-child(2) {
    flex: 1 1;
  }
  .balmBasicBg .balmBasicArea .info {
    margin: 0;
  }
  .balmBasicBg .balmBasicArea .info h3 {
    font-size: 40px;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .balmBasicBg .balmBasicArea .info h3 .note {
    font-size: 20px;
  }
  .balmBasicBg .balmBasicArea .info .list {
    padding: 0 0 0 6vw;
  }
  .balmBasicBg .balmBasicArea .info .list li .btnBox {
    flex-wrap: wrap;
  }
  .balmBasicBg .balmBasicArea .info .list li .text {
    flex: 0 0 100%;
  }
  .balmBasicBg .balmBasicArea .info .list li .btn {
    margin: 0 6px 0 0;
  }
  .balmBasicBg .balmBasicArea .otherInfo {
    padding: 10px;
  }
  .balmBasicBg .balmBasicArea .otherInfo .inner h3 {
    font-size: 30px;
    width: 100%;
    margin: 20px auto 20px auto;
  }
  .balmBasicBg .balmBasicArea .otherInfo .inner p {
    font-size: 16px;
  }
  .balmBasicBg .balmBasicArea#item1 .otherInfo .inner .text {
    background-size: 462% auto;
    padding: 2vw 6vw;
  }
  .balmBasicBg .balmBasicArea#item3 .otherInfo .inner h3 {
    margin: 20px auto 20px auto;
  }
  .balmBasicBg .balmBasicArea#item3 .otherInfo .inner > h4 {
    font-size: 28px;
  }
  .balmBasicBg .balmBasicArea#item3 .skinBox {
    flex-direction: column;
  }
  .balmBasicBg .balmBasicArea#item3 .skinBox .arrow {
    margin: 5vw 0 -6vw 0;
    transform: rotate(90deg);
  }
  .balmBasicBg .balmBasicArea#item3 .ingredientsBox {
    margin: 5vw 0 14vw 0;
  }
  .balmBasicBg .balmBasicArea#item3 .ingredientsBox .item {
    flex: 0 0 27.2vw;
    margin: 0 1vw;
  }
  .balmBasicBg .balmBasicArea .m-product-mv-cart {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .balmBasicBg .balmBasicArea .info .spoon {
    display: none;
  }
  .balmBasicBg .balmBasicArea#item2 .otherInfo .inner .stepBox .item p {
    font-size: 16px;
  }
  .balmBasicBg .balmBasicArea#item3 .ingredientsBox .item h4 {
    font-size: 12px;
  }
  .balmBasicBg .balmBasicArea#item3 .ingredientsBox .item .nameTw {
    font-size: 16px;
    letter-spacing: initial;
  }
  .balmBasicBg .balmBasicArea#item3 .ingredientsBox .item .nameEn {
    line-height: inherit;
    font-size: 16px;
    letter-spacing: initial;
  }
  .balmBasicBg .balmBasicArea#item4 .protectBox {
    margin: 40px auto 40px auto;
  }
  .balmBasicBg .balmBasicArea#item4 .protectBox h4 {
    font-size: 28px;
    margin: -3vw auto 0 auto;
  }
  .balmBasicBg .balmBasicArea#item4 .protectBox .infoSet {
    margin: 20px 0 20px 0;
  }
  .balmBasicBg .balmBasicArea#item4 .protectBox .infoSet .item {
    margin: 0 0 10px 0;
    flex: 0 0 28vw;
  }
  .balmBasicBg .balmBasicArea#item4 .protectBox .infoSet .item .text {
    font-size: 16px;
  }
  .balmBasicBg .balmBasicArea#item4 .protectBox .infoSet .item .text:after {
    transform: translate(-50%, 130%);
  }
  .balmBasicBg .balmBasicArea#item4 .protectBox .infoSet .item .name {
    font-size: 16px;
  }
  .balmBasicBg .balmBasicArea#item4 .otherInfo .inner > h4 {
    font-size: 28px;
  }
  .balmBasicBg .balmBasicArea#item4 .otherInfo .inner p {
    text-align: justify;
  }
  .balmBasicBg .balmBasicArea#item4 .ingredientsBox {
    width: 87vw;
    margin: 8px auto 20px auto;
  }
  .balmBasicBg .balmBasicArea#item4 .ingredientsBox .name {
    font-size: 16px;
  }
  .balmBasicBg .balmBasicArea#item4 .ingredientsBox .pic {
    text-align: center;
  }
  .balmBasicBg .balmBasicArea#item4 .ingredientsBox .firstItem {
    margin-bottom: 20px;
    margin-right: 1vw;
    flex: 0 0 28.33vw;
  }
  .balmBasicBg .balmBasicArea#item4 .ingredientsBox .firstItem2 {
    margin-right: 0;
    flex: 0 0 57.66vw;
  }
  .balmBasicBg .balmBasicArea#item4 .ingredientsBox .subItem .item {
    flex: 0 0 28.33vw;
  }
  .balmBasicBg .balmBasicArea#item4 .ingredientsBox .subItem .item:first-child {
    margin-right: 1vw;
  }
  .balmBasicBg .balmBasicArea#item5 .otherInfo .inner .pic {
    width: 100%;
  }
  .balmBasicBg .balmBasicArea#item5 .otherInfo .inner p {
    text-align: justify;
  }
  .balmBasicBg .balmBasicArea#item5 .effectBox .item {
    flex: 0 0 43%;
    margin: 0 10px 10px 10px;
  }
  .balmBasicBg .balmBasicArea#item4 .greenIcon {
    top: -12vw;
    left: -1vw;
    width: 20vw;
    z-index: 1;
  }
  .balmBasicBg .balmBasicArea .otherInfo .inner p br {
    display: none;
  }
  .balmBasicBg .balmBasicArea .m-product-mv-cart-btn {
    width: 85vw;
    height: 10vw;
    font-size: 18px;
  }
  .balmBasicBg .balmBasicArea .productCart .m-text-16 {
    font-size: 1.6rem;
  }
  .balmBasicBg .balmBasicArea .productCart .m-text-14 {
    font-size: 1.4rem;
  }
  .balmBasicBg .balmBasicArea .productCart .m-text-26 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  .balmBasicBg .balmBasicArea .info .list li {
    font-size: 4.4vw;
  }
  .balmBasicBg .balmBasicArea .otherInfo .inner p {
    font-size: 4.4vw;
  }
  .balmBasicBg .balmBasicArea .info h3 {
    font-size: 9vw;
  }
  .balmBasicBg .balmBasicArea .info h3 .note {
    font-size: 5.2vw;
  }
  .balmBasicBg .balmBasicArea .otherInfo .inner h3 {
    font-size: 6vw;
  }
  .balmBasicBg .balmBasicArea#item2 .otherInfo .inner .stepBox .item p {
    font-size: 4.4vw;
  }
  .balmBasicBg .balmBasicArea#item3 .otherInfo .inner > h4 {
    font-size: 6vw;
  }
  .balmBasicBg .balmBasicArea#item3 .ingredientsBox .item .nameTw {
    font-size: 12px;
  }
  .balmBasicBg .balmBasicArea#item3 .ingredientsBox .item .nameEn {
    font-size: 10px;
  }
  .balmBasicBg .balmBasicArea#item4 .protectBox h4 {
    font-size: 7.5vw;
    width: 90%;
    margin: -5vw auto 0 auto;
  }
  .balmBasicBg .balmBasicArea#item4 .protectBox .infoSet {
    margin: 10px 0 10px 0;
  }
  .balmBasicBg .balmBasicArea#item4 .protectBox .infoSet .item .text {
    font-size: 12px;
    padding: 10px 4px;
    border-radius: 6px;
  }
  .balmBasicBg .balmBasicArea#item4 .protectBox .infoSet .item .text:after {
    transform: translate(-50%, 92%);
  }
  .balmBasicBg .balmBasicArea#item4 .protectBox .infoSet .item .name {
    font-size: 12px;
  }
  .balmBasicBg .balmBasicArea#item4 .otherInfo .inner > h4 {
    font-size: 6vw;
  }
  .balmBasicBg .balmBasicArea#item4 .ingredientsBox .text {
    font-size: 12px;
    border-radius: 4px;
  }
  .balmBasicBg .balmBasicArea#item4 .ingredientsBox .text span {
    transform: translate(0, -5px);
    font-size: 8px;
  }
  .balmBasicBg .balmBasicArea#item4 .ingredientsBox .name {
    font-size: 10px;
  }
}
.newsBg {
  padding: 40px 0;
}

.newsBg .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.newsBg .newsList {
  display: flex;
  flex-wrap: wrap;
}

.newsBg .newsList li {
  flex: 0 0 29.3%;
  margin: 0 2% 40px 2%;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d6d6d6;
}

.newsBg .newsList li a {
  display: flex;
  flex-direction: column;
}

.newsBg .newsList li a:hover {
  text-decoration: none;
}

.newsBg .newsList li a .item.rowSet {
  display: flex;
  margin: 10px 0;
  align-items: center;
}

.newsBg .newsList li a .item.arrowSet {
  display: flex;
  flex-direction: row-reverse;
}

.newsBg .newsList li a .pic {
  width: 100%;
}

.newsBg .newsList li a .type {
  background-color: #555555;
  color: #fff;
  font-size: 20px;
  border-radius: 6px;
  padding: 3px 10px;
  margin-right: 10px;
}

.newsBg .newsList li a .type.special {
  background-color: #f5989d;
}

.newsBg .newsList li a .date {
  color: #3b3a38;
  font-size: 18px;
}

.newsBg .newsList li a .text {
  color: #3b3a38;
  text-align: left;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 68px;
  margin: 0 0 10px 0;
}

.newsBg .newsList li a .arrow {
  width: 40px;
}

@media screen and (max-width: 767px) {
  .newsBg .newsList {
    margin: 0 20px 0 20px;
  }
  .newsBg .newsList li {
    flex: 0 0 100%;
    margin: 0 0 40px 0;
  }
}
.faqBg {
  background-color: #f8f8f8;
}

.faqBg .observeArea {
  background: url(../images/faq_observeArea.jpg) center center no-repeat;
}

.faqBg .observeArea .inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding: 120px 0;
}

.faqBg .observeArea h3 {
  font-size: 46px;
  letter-spacing: 2px;
  line-height: 1.8;
}

.faqBg .observeArea p {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.8;
}

.faqBg .observeArea a {
  font-size: 40px;
  color: #fff;
  background-color: #762225;
  position: relative;
  width: 380px;
  margin: 100px auto 0 auto;
  text-align: center;
  padding: 10px 0;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
}

.faqBg .observeArea a:hover {
  text-decoration: none;
}

.faqBg .observeArea a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.faqBg .faqArea {
  background-image: url(../images/faq_faqArea.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

.faqBg .faqArea .inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 1px;
}

.faqBg .faqArea h2 {
  font-size: 54px;
  letter-spacing: 2px;
  line-height: 1.8;
  text-align: center;
  margin: 72px 0 0 0;
  padding: 0;
  color: #973538;
}

.faqBg .faqArea .faqList {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}

.faqBg .faqArea .faqList li {
  flex: 0 0 46%;
  margin: 0 2% 60px 2%;
  cursor: pointer;
}

.faqBg .faqArea .faqList li .box {
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 40px;
  box-sizing: border-box;
  perspective: 1000px;
  height: 380px;
}

.faqBg .faqArea .faqList li .box:before {
  content: "";
  width: 154px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, 0);
}

.faqBg .faqArea .faqList li .type {
  position: absolute;
  top: -20px;
  left: 50%;
  font-size: 16px;
  transform: translate(-125%, 0);
}

.faqBg .faqArea .faqList li .basicLine {
  height: 1px;
  width: 60px;
  background-color: #000;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-65%, 0) rotate(-55deg);
}

.faqBg .faqArea .faqList li .num {
  position: absolute;
  top: -36px;
  left: 50%;
  font-size: 54px;
  transform: translate(12%, 0);
}

.faqBg .faqArea .faqList li .a_pic {
  display: none;
}

.faqBg .faqArea .faqList li .text {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.8;
  margin: 20px 0;
  text-align: left;
}

.faqBg .faqArea .faqList li .a_text {
  display: none;
}

.faqBg .faqArea .faqList li .note {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 2px;
  display: none;
  width: 100%;
}

.faqBg .faqArea .faqList li .q_btn {
  font-size: 18px;
  color: #fff;
  background-color: #762225;
  width: 200px;
  text-align: center;
  margin: 30px 0 0 0;
  padding: 10px 0;
  border-radius: 100px;
  box-sizing: border-box;
  position: absolute;
  bottom: 40px;
}

.faqBg .faqArea .faqList li .a_back {
  width: 100%;
  text-align: right;
  display: none;
  position: relative;
  margin-top: 40px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.faqBg .faqArea .faqList li .a_back:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent #000 transparent transparent;
  position: absolute;
  top: 4px;
  right: 41px;
}

.faqBg .faqArea .faqList li.action .box {
  animation-name: cardAction;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-style: preserve-3d;
}

@keyframes cardAction {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(89.9deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
.faqBg .faqArea .faqList li.change .q_pic {
  display: none;
}

.faqBg .faqArea .faqList li.change .a_pic {
  display: block;
}

.faqBg .faqArea .faqList li.change .q_text {
  display: none;
}

.faqBg .faqArea .faqList li.change .a_text {
  display: block;
}

.faqBg .faqArea .faqList li.change .note {
  display: block;
}

.faqBg .faqArea .faqList li.change .q_btn {
  display: none;
}

.faqBg .faqArea .faqList li.change .a_back {
  display: block;
}

.faqBg .text {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1.8;
  text-align: center;
}

.faqBg .qrcodeArea {
  text-align: center;
  padding: 20px 0 60px 0;
}

@media screen and (max-width: 1280px) {
  .faqBg .faqArea .faqList li .box {
    padding: 40px 20px;
    height: 432px;
  }
}
@media screen and (max-width: 1000px) {
  .faqBg .faqArea .faqList li .box {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .faqBg .observeArea {
    background-size: auto 150%;
    background-position: left top;
  }
  .faqBg .observeArea .inner {
    padding: 22vw 20px;
    box-sizing: border-box;
  }
  .faqBg .observeArea h3 {
    font-size: 38px;
    line-height: 1.3;
  }
  .faqBg .observeArea p {
    font-size: 16px;
    margin: 20px 0 0 0;
  }
  .faqBg .observeArea p br {
    display: none;
  }
  .faqBg .observeArea a {
    font-size: 28px;
    width: 250px;
  }
  .faqBg .observeArea a:after {
    border-width: 8px 0 8px 12px;
  }
  .faqBg .faqArea {
    background-size: 240% auto;
  }
  .faqBg .faqArea h2 {
    font-size: 38px;
    margin: 9vw 0 20vw 0;
  }
  .faqBg .faqArea .faqList li {
    flex: 1 1 100%;
    margin: 0 20px 60px 20px;
  }
  .faqBg .faqArea .faqList li .basicLine {
    border: none;
  }
  .faqBg .faqArea .faqList li.change .a_text {
    font-size: 16px;
  }
  .faqBg .faqArea .faqList li.change .a_back {
    font-size: 16px;
  }
  .faqBg .faqArea .faqList li .box {
    height: auto;
    min-height: 300px;
    padding: 40px 20px 60px 20px;
  }
  .faqBg .text {
    font-size: 20px;
    margin: 0 20px;
  }
  .faqBg .text br {
    display: none;
  }
  .faqBg .faqArea .faqList li .q_btn {
    margin: 20px 0 0 0;
    position: initial;
  }
}/*# sourceMappingURL=custom_2605.css.map */