@media screen and (min-width: 768px) {
  .u-img_w100-pc {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .u-img_h100-pc {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .u-img_w100-sp {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .u-img_h100-sp {
    height: 100%;
  }
}
#container {
  overflow: hidden;
}
.slick-slider.slick-initialized {
  display: block !important;
}
.u-img-wrap {
  font-size: 0;
  line-height: 0;
}
.l-product-inner {
  max-width: calc(1064px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-product-inner {
    padding: 0 5.333333333333334vw;
  }
}
.c-accordion__body {
  background: var(--accordion-body-bg-color, #fff);
}
.c-accordion-header {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 0 0;
  color: #fff;
  background: var(--accordion-header-color);
}
@media screen and (min-width: 768px) {
  .c-accordion-header {
    min-height: 65px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-accordion-header {
    padding: 4vw;
  }
}
.c-accordion-header--how-to {
  background: var(--how-to-accordion-header-color, #fff);
  border: 3px solid var(--how-to-color, #00a0d2);
  padding: 12px 20px 12px 60px;
}
@media screen and (max-width: 767px) {
  .c-accordion-header--how-to {
    padding: 0.8vw 4vw 0.8vw 8vw;
    border-width: 0.533333333333333vw;
  }
}
.c-accordion-header--how-to .c-accordion-header__text {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.9px;
  color: var(--how-to-color, #00a0d2);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-accordion-header--how-to .c-accordion-header__text {
    position: relative;
    top: 0.533333333333333vw;
    text-align: center;
    font-size: 6.4vw;
    letter-spacing: 0.16vw;
  }
}
.c-accordion-header--how-to .c-accordion-header__toggle {
  background-color: var(--how-to-color, #00a0d2);
}
.c-accordion-header--how-to .c-accordion-header__toggle::before,
.c-accordion-header--how-to .c-accordion-header__toggle::after {
  background: var(--how-to-accordion-header-color, #fff);
}
.c-accordion-header__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.2px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .c-accordion-header__text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .c-accordion-header__text {
    line-height: 150%;
    text-align: center;
    font-size: 4.266666666666667vw;
    letter-spacing: 0.213333333333333vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-accordion-header.is-index .c-accordion-header__text {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-accordion-header__text sup {
  font-size: 50%;
  top: -0.75em;
}
.c-accordion-header__min-text {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .c-accordion-header__min-text {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-accordion-header__min-text {
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
  }
}
.c-accordion-header__index {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.85px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .c-accordion-header__index {
    margin-right: 2.666666666666667vw;
    font-size: 5.333333333333334vw;
    letter-spacing: 0.133333333333333vw;
  }
}
.c-accordion-header__toggle {
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #fff;
}
.c-accordion-header__toggle::before,
.c-accordion-header__toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  background-color: var(--primary-color);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-accordion-header__toggle::before,
  .c-accordion-header__toggle::after {
    width: 0.266666666666667vw;
    height: 2.133333333333333vw;
  }
}
.c-accordion-header__toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .c-accordion-header__toggle {
    width: 4vw;
    height: 4vw;
  }
}
.c-accordion.is-open .c-accordion-header__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .c-awards-wrapper {
    margin-top: calc(65px + 35.5px);
  }
}
@media screen and (max-width: 767px) {
  .c-awards-wrapper {
    margin-top: 20.266666666666666vw;
  }
}
.c-awards {
  border: 1px solid #bd9a5f;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .c-awards {
    border-width: 0.266666666666667vw;
  }
}
.c-awards__hdg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-awards__hdg {
    gap: 30px;
  }
  .c-awards__hdg img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 434px;
  }
}
@media screen and (max-width: 767px) {
  .c-awards__hdg {
    gap: 2.666666666666667vw;
  }
  .c-awards__hdg img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 51.46666666666667vw;
    max-width: 51.46666666666667vw;
  }
}
.c-awards__hdg::before,
.c-awards__hdg::after {
  content: '';
  position: relative;
  display: block;
  background-color: #bd9a5f;
  height: 1px;
  top: 50%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-awards__hdg::before,
  .c-awards__hdg::after {
    border-bottom: 0.266666666666667vw solid #bd9a5f;
  }
}
@media screen and (max-width: 767px) {
  .c-awards__hdg::before {
    left: -0.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-awards__hdg::after {
    right: -0.266666666666667vw;
  }
}
.c-awards__body {
  margin-top: calc(13.12px - 35.5px);
  padding: 0 30px 30px;
}
@media screen and (max-width: 767px) {
  .c-awards__body {
    margin-top: -6.101333333333335vw;
    padding: 0 5.066666666666666vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .c-awards__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .c-awards__text {
    font-size: 3.466666666666666vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.173333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-awards__text {
    text-align: center;
  }
}
.c-awards__text:not(:first-child) {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-awards__text:not(:first-child) {
    margin-top: 2.666666666666667vw;
  }
}
.c-awards__accordion {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-awards__accordion {
    margin-top: 4vw;
  }
}
.c-awards-accordion__header {
  cursor: pointer;
  position: relative;
  background: var(--awards-accordion-header-color, rgba(159,139,73,0.6));
  color: #fff;
  padding: 12px 10px 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-awards-accordion__header {
    padding: 2.666666666666667vw 2.666666666666667vw 2.133333333333333vw;
  }
}
.c-awards-accordion__title {
  cursor: pointer;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100% /* 18px */;
  letter-spacing: 0.45px;
}
@media screen and (max-width: 767px) {
  .c-awards-accordion__title {
    font-size: 3.733333333333334vw;
    letter-spacing: 0.093333333333333vw;
  }
}
.c-awards-accordion__sub-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-awards-accordion__sub-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 767px) {
  .c-awards-accordion__sub-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.12vw;
  }
}
.c-awards-accordion__box {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-awards-accordion__box {
    margin: 1.333333333333333vw -2.666666666666667vw 0;
  }
}
.c-awards-accordion__toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .c-awards-accordion__toggle {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
  }
}
.c-awards-accordion__toggle::before,
.c-awards-accordion__toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-awards-accordion__toggle::before,
  .c-awards-accordion__toggle::after {
    width: 0.266666666666667vw;
    height: 2.133333333333333vw;
  }
}
.c-awards-accordion__toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.c-awards-accordion.is-open .c-awards-accordion__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.c-awards-accordion__body {
  padding: 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .c-awards-accordion__body {
    padding: 2.666666666666667vw 2.666666666666667vw 0;
  }
}
.c-awards-accordion__text {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 150% /* 19.5px */;
  letter-spacing: 0.65px;
}
.c-awards-accordion__text:not(:first-child) {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-awards-accordion__text:not(:first-child) {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-awards-accordion__text {
    text-align: left;
    font-size: 2.666666666666667vw;
    letter-spacing: 0.133333333333333vw;
  }
}
.c-awards-accordion__text-small {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 150% /* 19.5px */;
  letter-spacing: 0.65px;
}
.c-awards-accordion__text-small:not(:first-child) {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-awards-accordion__text-small:not(:first-child) {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-awards-accordion__text-small {
    text-align: left;
    font-size: 2.666666666666667vw;
    letter-spacing: 0.133333333333333vw;
  }
}
.c-product-compare-wrapper {
  padding: 90px 0;
  background: var(--compare-bg-color);
}
@media screen and (max-width: 767px) {
  .c-product-compare-wrapper {
    padding: 10.666666666666668vw 0;
  }
}
.c-product-compare {
  color: #454141;
}
.c-product-compare__body {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-product-compare__body {
    padding: 40px;
  }
}
.c-product-compare__note {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-product-compare__note {
    padding: 0 2.666666666666667vw 1.333333333333333vw;
    margin-top: 1.333333333333333vw;
  }
}
.c-product-compare-link-wrapper {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-product-compare-link-wrapper {
    margin-top: 10.666666666666668vw;
  }
}
.c-product-compare-link {
  color: #fff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1px;
  height: 120px;
  text-decoration: none;
  background: var(--compare-link-bg-color);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .c-product-compare-link {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .c-product-compare-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-product-compare-link {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    font-size: 3.733333333333334vw;
    letter-spacing: 0.186666666666667vw;
    height: 16vw;
    padding-right: 2.666666666666667vw;
    padding-left: 29.546666666666667vw;
  }
}
.c-product-compare-link:hover {
  color: #fff;
}
.c-product-compare-link__img {
  pointer-events: none;
  position: absolute;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-product-compare-link__img {
    top: -49px;
    left: 20px;
    width: 235px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  .c-product-compare-link__img {
    top: -6.824vw;
    left: -1.546666666666667vw;
    width: 32vw;
  }
}
.c-product-compare-link__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-product-compare-link__text {
    gap: 30px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .c-product-compare-link__text {
    width: 100%;
    text-align: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-product-compare-link__text svg {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .c-product-compare-link__text svg {
    width: 2.133333333333333vw;
    height: auto;
  }
}
.c-product-compare-table {
  border: 1px solid var(--table-border-color);
}
@media screen and (max-width: 767px) {
  .c-product-compare-table {
    border-width: 0.266666666666667vw;
  }
}
.c-product-compare-table__products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-product-compare-table__figure {
  padding: 20px;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-product-compare-table__figure {
    padding: 2.666666666666667vw 1.333333333333333vw;
  }
}
.c-product-compare-table__figure:not(:first-child) {
  border-left: 1px solid var(--table-border-color);
}
@media screen and (max-width: 767px) {
  .c-product-compare-table__figure:not(:first-child) {
    border-left-width: 0.266666666666667vw;
  }
}
.c-product-compare-table__figure figcaption {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .c-product-compare-table__figure figcaption {
    font-size: 2.666666666666667vw;
    letter-spacing: 0.133333333333333vw;
  }
}
.c-product-compare-table__figure img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-product-compare-table__figure img {
    width: 205px;
    aspect-ratio: 205/173;
  }
}
@media screen and (max-width: 767px) {
  .c-product-compare-table__figure img {
    width: 100%;
    margin-top: 1.333333333333333vw;
  }
}
.c-product-compare-table__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 130px 1fr;
  grid-template-columns: 1fr 130px 1fr;
  border-top: 1px solid var(--table-border-color);
  background: var(--table-bg-color);
}
@media screen and (max-width: 767px) {
  .c-product-compare-table__row {
    -ms-grid-columns: 1fr 21.333333333333336vw 1fr;
    grid-template-columns: 1fr 21.333333333333336vw 1fr;
    border-top-width: 0.266666666666667vw;
  }
}
.c-product-compare-table__value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 15px;
}
.c-product-compare-table__value:first-child {
  padding-left: 65px;
}
@media screen and (max-width: 767px) {
  .c-product-compare-table__value:first-child {
    padding: 2.666666666666667vw 0 2.666666666666667vw 4vw;
  }
}
.c-product-compare-table__value:last-child {
  padding-right: 65px;
}
@media screen and (max-width: 767px) {
  .c-product-compare-table__value:last-child {
    padding: 2.666666666666667vw 4vw 2.666666666666667vw 0;
  }
}
.c-product-compare-table__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: var(--compare-label-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .c-product-compare-table__label {
    padding: 2.666666666666667vw 0;
    font-size: 2.666666666666667vw;
    letter-spacing: 0.133333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-product-compare-table__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-compare-table__text {
    font-size: 3.466666666666666vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.173333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-product-compare-table__text {
    font-size: 2.666666666666667vw !important;
    font-style: normal !important;
    line-height: 150% !important;
    letter-spacing: 0.133333333333333vw !important;
  }
}
.c-product-compare-table__text span {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-product-compare-table__text span {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.65px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-compare-table__text span {
    font-size: 2.666666666666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.133333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-product-compare-table__text span {
    font-size: 2.666666666666667vw !important;
    font-style: normal !important;
    line-height: 150% !important;
    letter-spacing: 0.133333333333333vw !important;
  }
}
.c-product-compare-bottom-note-list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-product-compare-bottom-note-list {
    margin-top: 5.333333333333334vw;
  }
}
.c-cv-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  color: #454141;
}
.c-cv-modal.is-opened {
  display: block;
}
.c-cv-modal__bg {
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
}
.c-cv-modal__wrapper {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 730px;
  width: 100%;
  height: auto;
  padding-top: 44px;
  padding-bottom: 40px;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-cv-modal__wrapper {
    max-height: calc(700 / 804 * 100%);
  }
}
@media screen and (max-width: 767px) {
  .c-cv-modal__wrapper {
    max-height: calc(100% - ((100 / 850) * 100dvh));
    padding-top: 11.733333333333333vw;
    padding-bottom: 0;
  }
}
.c-cv-modal__close {
  pointer-events: auto;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .c-cv-modal__close {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .c-cv-modal__close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-cv-modal__close {
    right: 2.666666666666667vw;
  }
}
.c-cv-modal__close svg {
  width: 34px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .c-cv-modal__close svg {
    width: 9.066666666666666vw;
  }
}
.c-cv-modal__scroll {
  pointer-events: auto;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
}
.c-cv-modal__inner {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-cv-modal__inner {
    padding: 0 5.333333333333334vw;
  }
}
.c-cv-product {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .c-cv-product {
    padding: 5.333333333333334vw 0;
  }
}
.c-cv-product.is-hidden {
  display: none;
}
.c-cv-product:not(:first-child) {
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .c-cv-product:not(:first-child) {
    border-width: 0.266666666666667vw;
  }
}
.c-cv-product__badge {
  border: 1px solid #454141;
  padding: 2px 7px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .c-cv-product__badge {
    font-size: 2.4vw;
    letter-spacing: 0.12vw;
  }
}
.c-cv-product__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
}
@media screen and (max-width: 767px) {
  .c-cv-product__container {
    gap: 1.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-cv-product__container:not(:first-child) {
    margin-top: 2.666666666666667vw;
  }
}
.c-cv-product__image {
  width: 100px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-cv-product__image {
    width: 24vw;
  }
}
.c-cv-product__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.c-cv-product__payments {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-cv-product__payments {
    margin-top: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .c-cv-detail__name {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .c-cv-detail__name {
    font-size: 3.733333333333334vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.186666666666667vw;
  }
}
.c-cv-detail__type {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c-cv-detail__type {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .c-cv-detail__type {
    font-size: 3.466666666666666vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.173333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-cv-detail__type {
    margin-top: 1.333333333333333vw;
    font-size: 2.666666666666667vw;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.133333333333333vw;
  }
}
.c-cv-detail__color {
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .c-cv-detail__color {
    gap: 1.333333333333333vw;
    margin-top: 1.333333333333333vw;
  }
}
.c-cv-detail__color-swatch {
  display: inline-block;
  width: 13px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-cv-detail__color-swatch {
    width: 2.933333333333333vw;
  }
}
.c-cv-detail__color-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .c-cv-detail__color-label {
    font-size: 2.4vw;
    letter-spacing: 0.12vw;
  }
}
.c-cv-detail__content {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .c-cv-detail__content {
    gap: 3.2vw;
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-cv-detail__size {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .c-cv-detail__size {
    font-size: 3.466666666666666vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.173333333333333vw;
  }
}
.c-cv-detail__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .c-cv-detail__price {
    gap: 0.533333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-cv-detail__price-number {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .c-cv-detail__price-number {
    font-size: 3.466666666666666vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.173333333333333vw;
  }
}
.c-cv-detail__price-unit {
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .c-cv-detail__price-unit {
    font-size: 2.666666666666667vw;
    letter-spacing: 0.133333333333333vw;
    line-height: 1.4;
  }
}
.c-cv-detail__note {
  margin-top: 5px;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .c-cv-detail__note {
    margin-top: 1.066666666666667vw;
    font-size: 2.133333333333333vw;
    letter-spacing: 0.106666666666667vw;
  }
}
.c-cv-payments__title {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 150% /* 18px */;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .c-cv-payments__title {
    font-size: 2.4vw;
    letter-spacing: 0.12vw;
  }
}
.c-cv-payments__variations {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-cv-payments__variations {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8vw;
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .is-not-floating.is-multi .c-cv-payments__variations {
    gap: 0;
  }
  .is-not-floating.is-multi .c-cv-payments__variations .c-cv-payments__variation::before {
    content: "";
  }
  .is-not-floating.is-multi .c-cv-payments__variations .c-cv-payments__variation-header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.is-not-floating.is-multi .c-cv-payments__variations.is-single:has([data-is-single="true"].is-show) .c-cv-payments__variation-header {
  display: none;
}
.is-not-floating.is-multi .c-cv-payments__variations.is-single:has([data-is-single="true"].is-show) .c-cv-payments__variation:not(:first-child) {
  display: none;
}
.c-cv-payments__variation {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-cv-payments__variation:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: rgba(211,211,211,0.4);
}
@media screen and (min-width: 768px) {
  .c-cv-payments__variation:not(:first-child)::before {
    content: none;
    width: 1px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-cv-payments__variation:not(:first-child)::before {
    width: 0.266666666666667vw;
    left: -4vw;
  }
}
.c-cv-payments__variation.is-hidden {
  display: none;
}
.c-cv-payments__variation-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-cv-payments__variation-header {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-cv-payments__variation-header {
    margin-bottom: 2.666666666666667vw;
  }
}
.c-cv-payments__variation-color {
  display: inline-block;
  width: 18px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-cv-payments__variation-color {
    width: 2.933333333333333vw;
    margin-right: 1.333333333333333vw;
  }
}
.c-cv-payments__variation-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .c-cv-payments__variation-label {
    font-size: 2.666666666666667vw;
    letter-spacing: 0.133333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-cv-payments__item {
    width: 100%;
  }
}
.c-cv-payments__list {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
}
@media screen and (max-width: 767px) {
  .c-cv-payments__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.133333333333333vw;
  }
}
.c-cv-payments__list.is-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-cv-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5.17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  width: 216px;
  border: 1px solid #c6c6c6;
  background: #fff;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .c-cv-button {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .c-cv-button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-cv-button {
    width: 100%;
    height: 12vw;
    border-width: 0.266666666666667vw;
    padding-right: 1.066666666666667vw;
  }
}
.c-cv-button::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 11.58px;
  top: 50%;
  display: block;
  width: 10.8px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIiBmaWxsPSJub25lIj4gPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM1NTlfMjExODU0KSI+IDxwYXRoIGQ9Ik0wLjcxNDI4NiAyLjE0MDYyVjguNTY5Mkg4LjU3MTQzVjkuMjgzNDhIMFYyLjE0MDYySDAuNzE0Mjg2WiIgZmlsbD0iIzQ1NDE0MSIvPiA8cGF0aCBkPSJNMTAuMDAxMSAwLjcxMDkzOFY3Ljg1Mzc5SDEuNDI5NjlWMC43MTA5MzhIMTAuMDAxMVpNMi4xNDM5NyA3LjEzOTUxSDkuMjg2ODNWMS40MjUyMkgyLjE0Mzk3VjcuMTM5NTFaIiBmaWxsPSIjNDU0MTQxIi8+IDwvZz4gPGRlZnM+IDxjbGlwUGF0aCBpZD0iY2xpcDBfMzU1OV8yMTE4NTQiPiA8cmVjdCB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9IndoaXRlIi8+IDwvY2xpcFBhdGg+IDwvZGVmcz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-cv-button::after {
    width: 2.4vw;
    right: 2.570666666666667vw;
  }
}
.c-cv-button__logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.c-cv-button--shiseido .c-cv-button__logo img {
  height: auto;
  width: 100.768px;
}
@media screen and (max-width: 767px) {
  .c-cv-button--shiseido .c-cv-button__logo img {
    width: 22.392799999999998vw;
  }
}
.c-cv-button--amazon .c-cv-button__logo img {
  width: 71.747px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-cv-button--amazon .c-cv-button__logo img {
    width: 15.943733333333334vw;
  }
}
.c-cv-button--rakuten .c-cv-button__logo img {
  width: 70.941px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-cv-button--rakuten .c-cv-button__logo img {
    width: 15.764533333333333vw;
  }
}
.c-daily-use-wrapper {
  background: var(--daily-use-bg-color);
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .c-daily-use-wrapper {
    padding: 10.666666666666668vw 0;
  }
}
@media screen and (min-width: 768px) {
  .c-daily-use__body {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-daily-use__body {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .c-daily-use__body--carousel {
    margin-top: 70px;
  }
}
.c-daily-use__lead {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-daily-use__lead {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.25px;
  }
}
@media screen and (max-width: 767px) {
  .c-daily-use__lead {
    font-size: 4.266666666666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.213333333333333vw;
  }
}
.c-daily-use__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .c-daily-use__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.666666666666667vw;
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-daily-use__container img {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .c-daily-use__container img {
    width: 100%;
  }
}
.c-daily-use__carousel {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-daily-use__carousel {
    margin-top: 2.666666666666667vw;
    padding: 0 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .c-daily-use-carousel .slick-list {
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #000), color-stop(80%, #000), to(transparent));
    -webkit-mask-image: -webkit-linear-gradient(left, transparent 0%, #000 20%, #000 80%, transparent 100%);
            mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #000), color-stop(80%, #000), to(transparent));
            mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 80%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
.c-daily-use-carousel .slick-slide.slick-current {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-daily-use-carousel__slide {
    margin: 0 17.5px;
  }
}
.c-daily-use-carousel__slide img {
  width: 630px;
}
.c-daily-use-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  background-image: url("../../../../products/suncare/common/img/new/arrow-gold.svg");
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-daily-use-arrow {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0;
    width: 22px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-daily-use-arrow {
    width: 5.333333333333334vw;
    height: 8.799999999999999vw;
    right: -2.4vw;
    bottom: -2.666666666666667vw;
  }
}
.c-daily-use-arrow--prev {
  left: 0;
  right: initial;
}
@media screen and (min-width: 768px) {
  .c-daily-use-arrow--prev {
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .c-daily-use-arrow--prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    left: -2.4vw;
    right: initial;
  }
}
.c-daily-use-dots {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-daily-use-dots {
    margin-top: 30px;
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-daily-use-dots {
    gap: 3.733333333333334vw;
    margin-top: 8vw;
  }
}
.c-daily-use-dots li {
  border-radius: 50%;
  background-color: #d1d1d1;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .c-daily-use-dots li {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-daily-use-dots li {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
  }
}
.c-daily-use-dots li.slick-active {
  background-color: #bd9a5f;
}
.c-product-detail {
  padding: 60px 67px;
  background: var(--detail-bg-color, #fff);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-product-detail {
    padding: 5.333333333333334vw;
  }
}
.c-product-detail__containers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-product-detail__containers {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-detail__containers {
    gap: 1.333333333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-product-detail__img {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-product-detail__img {
    width: 100%;
  }
}
.c-product-detail__container:first-child {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-product-detail__container:first-child {
    width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-detail__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2.666666666666667vw;
  }
}
.c-product-detail__copy {
  color: var(--detail-copy-color, #454141);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.9px;
  margin-left: -1vw;
}
@media screen and (max-width: 767px) {
  .c-product-detail__copy {
    text-align: center;
    width: 100%;
    font-size: 6.932vw;
    letter-spacing: 0.173333333333333vw;
  }
}
.c-product-detail__spf {
  width: 277px;
  height: auto;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-product-detail__spf {
    margin-top: 0;
    width: 28.799999999999997vw;
  }
}
.c-product-detail__spf:first-child {
  margin-top: 0;
}
.c-product-detail__box,
.c-product-detail__box--has-border {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-product-detail__box,
  .c-product-detail__box--has-border {
    margin-top: 2.133333333333333vw;
  }
}
.c-product-detail__box--has-border,
.c-product-detail__box--has-border--has-border {
  border-top: 1px solid #d3d3d3;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .c-product-detail__box--has-border,
  .c-product-detail__box--has-border--has-border {
    padding-top: 1.6vw;
    border-top-width: 0.266666666666667vw;
  }
}
.c-product-detail__hdg {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .c-product-detail__hdg {
    width: 47.199999999999996vw;
    font-size: 3.2vw;
    letter-spacing: 0.16vw;
    margin-top: 0;
  }
}
.c-product-detail__contents {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-product-detail__contents {
    margin-top: 2.666666666666667vw;
  }
}
.c-product-detail__notes {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-product-detail__notes {
    margin-top: 1.333333333333333vw;
  }
}
.c-product-detail__outside-notes {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-product-detail__outside-notes {
    margin-top: 2.666666666666667vw;
  }
}
.c-product-detail__modal-button-wrapper {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-product-detail__modal-button-wrapper {
    margin-top: 4.266666666666667vw;
    text-align: center;
  }
}
.c-product-price-note-list {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-product-price-note-list {
    margin-top: 1.333333333333333vw;
  }
}
.c-product-spec-list {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .c-product-spec-list {
    font-size: 2.666666666666667vw;
    letter-spacing: 0.133333333333333vw;
  }
}
.c-product-spec-list__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .c-product-spec-list__item {
    gap: 2.666666666666667vw;
  }
}
.c-product-spec-list__value {
  padding-left: 15px;
  border-left: 1px solid #d3d3d3;
}
@media screen and (min-width: 768px) {
  .c-product-spec-list__value {
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .c-product-spec-list__value {
    padding-left: 2.666666666666667vw;
    border-left-width: 0.266666666666667vw;
  }
}
.c-product-price-list__hdg {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .c-product-price-list__hdg {
    font-size: 3.733333333333334vw;
    letter-spacing: 0.093333333333333vw;
  }
}
.c-product-price-list__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .c-product-price-list__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .c-product-price-list__items {
    gap: 1.333333333333333vw;
    font-size: 4.266666666666667vw;
    letter-spacing: 0.213333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-product-price-list__item:not(:last-child)::after {
    content: '/';
    display: inline-block;
    margin-left: 0.8vw;
  }
}
.c-product-price-list__tax {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .c-product-price-list__tax {
    font-size: 2.666666666666667vw;
    letter-spacing: 0.213333333333333vw;
  }
}
.c-product-tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .c-product-tag-list {
    gap: 1.6vw;
  }
}
.c-product-tag-list__item {
  border-radius: 9999px;
  border: 1px solid currentColor;
  padding: 4px 11px;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.65px;
}
@media screen and (max-width: 767px) {
  .c-product-tag-list__item {
    padding: 0.533333333333333vw 2.4vw;
    font-size: 2.666666666666667vw;
    letter-spacing: 0.133333333333333vw;
    border-width: 0.266666666666667vw;
  }
}
.c-product-feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5.55px;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .c-product-feature-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.333333333333333vw;
  }
}
.c-product-feature-list__item {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .c-product-feature-list__item {
    width: 14.666666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .c-product-feature-list__item img {
    width: 88px;
  }
}
.c-fixed-cart-link {
  background: -webkit-linear-gradient(153deg, #a58a32 8.42%, #d0b96d 40.7%, #b89d44 77.65%);
  background: linear-gradient(297deg, #a58a32 8.42%, #d0b96d 40.7%, #b89d44 77.65%);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  gap: 15px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .c-fixed-cart-link {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .c-fixed-cart-link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .c-fixed-cart-link {
    height: 50px;
    width: 50px;
    padding-left: 10.55px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-cart-link {
    width: 100%;
    height: 12vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 5.333333333333334vw;
    gap: 2.666666666666667vw;
  }
}
.c-fixed-cart-link__icon svg {
  width: 24.599px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-fixed-cart-link__icon svg {
    width: 4.533333333333333vw;
  }
}
.c-fixed-cart-link__text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100% /* 16px */;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .c-fixed-cart-link__text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-cart-link__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 3.733333333333334vw;
    letter-spacing: 0.186666666666667vw;
    padding-left: 4.533333333333333vw;
  }
}
.c-product-how-to-wrapper {
  padding: 90px 0;
  background: var(--how-to-wrapper-color, transparent);
}
@media screen and (max-width: 767px) {
  .c-product-how-to-wrapper {
    padding: 10.666666666666668vw 5.333333333333334vw;
  }
  .c-product-how-to-wrapper .l-product-inner {
    padding: 0;
  }
}
.c-product-how-to__body {
  background: var(--how-to-bg-color, #f9f9f9);
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .c-product-how-to__body {
    padding: 10.666666666666668vw 4.533333333333333vw;
  }
}
.c-product-how-to__attention {
  margin: 60px auto 0;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .c-product-how-to__attention {
    max-width: calc(100% - 72px);
  }
}
@media screen and (max-width: 767px) {
  .c-product-how-to__attention {
    margin: 11.200000000000001vw auto 0;
    padding: 5.333333333333334vw 4vw 0;
  }
}
.c-product-how-to__pbp {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-product-how-to__pbp {
    margin-top: 5.866666666666666vw;
  }
}
.c-product-how-to-section + .c-product-how-to-section {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-product-how-to-section + .c-product-how-to-section {
    margin-top: 13.333333333333334vw;
  }
}
.c-product-how-to-section__title {
  color: var(--how-to-color, #00a0d2);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-product-how-to-section__title {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.25px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-how-to-section__title {
    font-size: 4.266666666666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.213333333333333vw;
  }
}
.c-product-how-to-section__sub-title {
  text-align: center;
  font-weight: 500;
  line-height: 150%;
  color: var(--how-to-color, #00a0d2);
}
@media screen and (min-width: 768px) {
  .c-product-how-to-section__sub-title {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-how-to-section__sub-title {
    margin-top: 1.333333333333333vw;
    font-size: 3.733333333333334vw;
    letter-spacing: 0.186666666666667vw;
  }
}
.c-product-how-to-section__title-notes {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-product-how-to-section__title-notes {
    margin-top: 1.333333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-product-how-to-section__container {
    margin-top: 30px;
  }
  .c-product-how-to-section__container .slick-list {
    -webkit-mask-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0px, rgba(0,0,0,0) 103.4px, #000 188px, #000 920.4px, rgba(0,0,0,0) 999.4px, rgba(0,0,0,0) 100%);
            mask-image: linear-gradient(to right, rgba(0,0,0,0) 0px, rgba(0,0,0,0) 103.4px, #000 188px, #000 920.4px, rgba(0,0,0,0) 999.4px, rgba(0,0,0,0) 100%);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
  .c-product-how-to-section__container .slick-slide {
    margin: 0 20px;
  }
  .c-product-how-to-section__container .slick-track {
    left: -344px;
  }
  .c-product-how-to-section__container:not(.is-pc-carousel) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-how-to-section__container:not(:first-child) {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .c-product-how-to-section__step {
    width: 304px;
  }
}
@media screen and (min-width: 768px) {
  .c-product-how-to-section__notes {
    margin-top: 30px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-how-to-section__notes {
    margin-top: 24px;
  }
  .c-product-how-to-section__notes .c-note-list__item {
    font-size: 2.666666666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.133333333333333vw;
  }
}
.c-product-how-to-section .slick-arrow {
  position: absolute;
  z-index: 2;
  width: 22px;
  aspect-ratio: 22/36;
  font-size: 0;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .c-product-how-to-section .slick-arrow {
    top: 106px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-how-to-section .slick-arrow {
    width: 4vw;
    bottom: -1.666666666666667vw;
  }
}
.c-product-how-to-section .slick-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--how-to-color, #00a0d2);
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDIyIDM2IiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTIuOTk2MDkgMS44OTg0NEwxOC45OTYxIDE3Ljk3MzRMMy4xNTA4NCAzMy44OTg0IiBzdHJva2U9IiMwRDc3QzkiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+");
          mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDIyIDM2IiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTIuOTk2MDkgMS44OTg0NEwxOC45OTYxIDE3Ljk3MzRMMy4xNTA4NCAzMy44OTg0IiBzdHJva2U9IiMwRDc3QzkiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+");
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-product-how-to-section .slick-next {
  right: 40px;
}
@media screen and (max-width: 767px) {
  .c-product-how-to-section .slick-next {
    right: 0;
  }
}
.c-product-how-to-section .slick-prev {
  left: 40px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .c-product-how-to-section .slick-prev {
    left: 0;
  }
}
.c-product-how-to-step__title {
  color: var(--how-to-color, #00a0d2);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-product-how-to-step__title {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.25px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-how-to-step__title {
    font-size: 4.266666666666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.213333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-product-how-to-step__title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-product-how-to-step__title + .c-product-how-to-step__figure {
    margin-top: 5.866666666666666vw;
  }
}
.c-product-how-to-step__figure iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 304/171;
}
.c-product-how-to-step__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--how-to-color, #00a0d2);
  margin-top: 15px;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .c-product-how-to-step__label {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-how-to-step__label {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.12vw;
  }
}
@media screen and (max-width: 767px) {
  .c-product-how-to-step__label {
    gap: 4vw;
  }
}
.c-product-how-to-step__label span {
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  font-family: 'Noto Sans TC', sans-serif;
}
@media screen and (min-width: 768px) {
  .c-product-how-to-step__label span {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-how-to-step__label span {
    font-size: 4.266666666666667vw;
    letter-spacing: 0.213333333333333vw;
  }
}
.c-product-how-to-step__text {
  color: #454141;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .c-product-how-to-step__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-how-to-step__text {
    font-size: 3.466666666666666vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.173333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-product-how-to-step__text {
    margin-top: 2.666666666666667vw;
  }
}
.c-product-how-to-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-product-how-to-dots {
    margin-top: 30px;
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-how-to-dots {
    position: relative;
    gap: 3.733333333333334vw;
    margin-top: 6.933333333333333vw;
  }
}
.c-product-how-to-dots li {
  border-radius: 50%;
  background-color: #d1d1d1;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .c-product-how-to-dots li {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-how-to-dots li {
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
  }
}
.c-product-how-to-dots li.slick-active {
  background-color: var(--how-to-color, #00a0d2);
}
.c-product-kv__img img {
  width: 100%;
  aspect-ratio: 1440/550;
}
@media screen and (max-width: 767px) {
  .c-product-kv__img img {
    aspect-ratio: 1/1;
  }
}
.c-product-intro {
  background: var(--intro-bg-color, "transparent");
  color: var(--intro-text-color, #454141);
}
.c-product-intro__body {
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .c-product-intro__body {
    padding: 5.333333333333334vw 0 0;
  }
}
.c-product-intro__container {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-product-intro__container {
    margin-top: 2.666666666666667vw;
  }
}
.c-product-intro__container img {
  width: 100%;
  max-width: 1064px;
}
.c-product-intro__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-product-intro__title {
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.55px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-intro__title {
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.24vw;
  }
}
.c-product-intro__text {
  margin-top: 18px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .c-product-intro__text {
    margin-top: 5.333333333333334vw;
    font-size: 3.466666666666666vw;
    line-height: 150%;
    letter-spacing: 0.173333333333333vw;
  }
}
.c-product-intro__figure-caption {
  margin-top: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-product-intro__figure-caption {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-intro__figure-caption {
    font-size: 3.733333333333334vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.186666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-product-intro__figure-caption {
    margin-top: 4vw;
  }
}
.c-tab-wrapper {
  border-bottom: 2px solid var(--primary-color, "transparent");
}
@media screen and (min-width: 768px) {
  .c-tab-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-tab-wrapper {
    margin-top: 8vw;
    border-bottom-width: 0.533333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-tab-wrapper__inner {
    padding: 0;
  }
}
.c-tab-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c-tab-buttons {
    gap: 1.333333333333333vw;
  }
}
.c-tab-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 524px;
  height: 100px;
  color: var(--comparison-primary-color, #454141) !important;
  border: 2px solid var(--comparison-primary-color, #454141);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1px;
  border-bottom: none;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .c-tab-button {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .c-tab-button:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .c-tab-button {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    height: 20vw;
    font-size: 3.733333333333334vw;
    letter-spacing: 0.186666666666667vw;
    border-width: 0.266666666666667vw;
  }
}
.c-tab-button__box {
  position: relative;
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-tab-button__box {
    padding-right: calc(60 / 524 * 100%);
  }
}
@media screen and (max-width: 767px) {
  .c-tab-button__box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 7.066666666666667vw;
  }
}
.c-tab-button.is-active {
  color: #fff !important;
  border: none;
  pointer-events: none;
  opacity: 1;
  background: var(--tab-active-color);
}
@media screen and (min-width: 768px) {
  .c-tab-button.is-active {
    height: 115px;
  }
}
@media screen and (max-width: 767px) {
  .c-tab-button.is-active {
    height: 22.666666666666664vw;
  }
}
@media screen and (min-width: 768px) {
  .c-cm-movie-wrapper {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-cm-movie-wrapper {
    margin-top: 10.666666666666668vw;
  }
}
.c-cm-movie {
  width: 100%;
}
.c-cm-movie__iframe-wrapper {
  width: 100%;
}
.c-cm-movie__iframe-wrapper iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.c-muse-wrapper {
  background-color: #e8f6fb;
}
@media screen and (min-width: 768px) {
  .c-muse-wrapper {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-muse-wrapper {
    padding: 10.666666666666668vw 0;
  }
}
@media screen and (min-width: 768px) {
  .c-muse .c-underline-title {
    font-size: 31px;
  }
}
@media screen and (min-width: 768px) {
  .c-muse__body {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-muse__body {
    margin-top: 5.333333333333334vw;
  }
}
.c-muse__title {
  font-family: 'Noto Sans TC', sans-serif;
}
@media screen and (max-width: 767px) {
  .c-muse__title {
    font-size: 5.333333333333334vw;
  }
}
@media screen and (max-width: 767px) {
  .c-muse__description2 {
    margin-top: 4vw;
  }
}
.c-muse__profile {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-muse__profile {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .c-muse-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c-muse-row__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .c-muse-row__text {
    font-size: 3.466666666666666vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.173333333333333vw;
  }
}
.c-muse-row__figure {
  height: 192px;
}
@media screen and (max-width: 767px) {
  .c-muse-row__figure {
    height: auto;
    margin-top: 4vw;
  }
}
.c-muse-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .c-muse-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .c-muse-profile > div:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5.333333333333334vw;
  }
}
.c-muse-profile__figure {
  width: 282px;
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-muse-profile__figure {
    width: 44.800000000000004vw;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.c-muse-profile__label {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%; /* 28px */
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .c-muse-profile__label {
    font-size: 4.266666666666667vw;
    letter-spacing: 0.106666666666667vw;
    font-weight: 400;
  }
}
.c-muse-profile__name {
  font-size: 25px;
  font-weight: 500;
  line-height: 150%; /* 37.5px */
  letter-spacing: 1.25px;
}
@media screen and (max-width: 767px) {
  .c-muse-profile__name {
    font-size: 5.333333333333334vw;
    letter-spacing: 0.266666666666667vw;
  }
}
.c-muse-profile__text {
  font-size: 13px;
  font-weight: 400;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.65px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-muse-profile__text {
    font-size: 2.666666666666667vw;
    letter-spacing: 0.133333333333333vw;
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .c-note-list__item {
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.55px;
  }
}
@media screen and (max-width: 767px) {
  .c-note-list__item {
    font-size: 7px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.35px;
  }
}
.c-note-list__item sup {
  top: 0;
}
.c-underline-title {
  padding: 10px 0;
  text-align: center;
  border-bottom: 3px solid currentColor;
}
@media screen and (min-width: 768px) {
  .c-underline-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 767px) {
  .c-underline-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.16vw;
  }
}
@media screen and (max-width: 767px) {
  .c-underline-title {
    padding: 1.333333333333333vw 0 0.8vw;
    border-bottom-width: 0.533333333333333vw;
  }
}
.c-underline-title--primary {
  color: #00a0d2;
  border-color: #00a0d2;
}
.c-pbp-link {
  position: relative;
  border: 2px solid var(--primary-color);
  color: var(--primary-color) !important;
  padding: 8px 33px 8px 13px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .c-pbp-link {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .c-pbp-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-pbp-link {
    width: 68vw;
    padding: 1.866666666666667vw 9.333333333333334vw 1.866666666666667vw 2.4vw;
    border-width: 0.266666666666667vw;
  }
}
.c-pbp-link svg {
  color: var(--primary-color);
  width: 21px;
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-pbp-link svg {
    width: 5.333333333333334vw;
  }
}
.c-pbp-link__box {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-pbp-link__box {
    padding: 0;
  }
}
.c-pbp-link__label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .c-pbp-link__label {
    font-size: 2.666666666666667vw;
    letter-spacing: 0.133333333333333vw;
  }
}
.c-pbp-link__name {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .c-pbp-link__name {
    font-size: 3.733333333333334vw;
    letter-spacing: 0.186666666666667vw;
  }
}
.c-pbp-link::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: auto;
  background-color: var(--primary-color);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
@media screen and (min-width: 768px) {
  .c-pbp-link::after {
    width: 7px;
    height: 9px;
    right: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-pbp-link::after {
    width: 1.066666666666667vw;
    height: 1.6vw;
    right: 2.4vw;
  }
}
.c-store-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: 0.6px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 3px 9px 4px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-store-badge {
    font-size: 2.4vw;
    letter-spacing: 0.12vw;
    padding: 0.8vw 1.333333333333333vw 1.066666666666667vw;
    margin-top: 1.333333333333333vw;
    border-width: 0.266666666666667vw;
  }
}
.c-slashed-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 37.5px */
  letter-spacing: 1.25px;
}
@media screen and (max-width: 767px) {
  .c-slashed-text {
    font-size: 4.266666666666667vw;
    letter-spacing: 0.213333333333333vw;
  }
}
.c-slashed-text::before,
.c-slashed-text::after {
  content: '';
  display: block;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  vertical-align: middle;
  width: 18px;
  aspect-ratio: 18/27;
  margin-right: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/anessa/products/suncare/common/img/new/slash-right_white.svg");
}
@media screen and (max-width: 767px) {
  .c-slashed-text::before,
  .c-slashed-text::after {
    background-image: url("/anessa/products/suncare/common/img/new/slash-right_white_long.svg");
    aspect-ratio: 17/35;
    width: 4.533333333333333vw;
    margin-right: 2.666666666666667vw;
  }
}
.c-slashed-text::after {
  margin-right: 0;
  margin-left: 15px;
  background-image: url("/anessa/products/suncare/common/img/new/slash-left_white.svg");
}
@media screen and (max-width: 767px) {
  .c-slashed-text::after {
    background-image: url("/anessa/products/suncare/common/img/new/slash-left_white_long.svg");
    margin-left: 2.666666666666667vw;
  }
}
.c-uv-modal-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00a0d2;
  border: 1px solid currentColor;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .c-uv-modal-button {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .c-uv-modal-button:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .c-uv-modal-button {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-uv-modal-button {
    padding: 2.666666666666667vw 4vw;
  }
}
.c-uv-modal-button span {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.65px;
}
@media screen and (max-width: 767px) {
  .c-uv-modal-button span {
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
    min-width: 41.333333333333336vw;
  }
}
.c-uv-modal-button svg {
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-uv-modal-button svg {
    width: 4vw;
  }
}
.c-product-attention {
  color: #454141;
  border-top: 1px solid rgba(0,0,0,0.08);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-product-attention {
    border-width: 0.266666666666667vw;
  }
}
.c-product-attention__title {
  color: var(--bop-bop_gold, #bd9a5f);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .c-product-attention__title {
    font-size: 3.733333333333334vw;
    letter-spacing: 0.186666666666667vw;
  }
}
.c-product-attention__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-product-attention__text {
    margin-top: 1.333333333333333vw;
    font-size: 2.666666666666667vw;
    letter-spacing: 0.133333333333333vw;
  }
}
.c-new-badge {
  display: inline-block;
  background-color: #fbf5a2;
  border-radius: 100px;
  padding: 6px 23px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  letter-spacing: 0.4px;
  margin-top: 10px;
  color: #454141;
}
@media screen and (max-width: 767px) {
  .c-new-badge {
    padding: 0.8vw 2.133333333333333vw 0.533333333333333vw;
    font-size: 2.666666666666667vw;
    letter-spacing: 0.066666666666667vw;
    margin-top: 1.333333333333333vw;
  }
}
.c-new-badge__new {
  font-weight: 400;
}
.u-font-weight--500 {
  font-weight: 500 !important;
}
.u-font-weight--700 {
  font-weight: 700 !important;
}
.u-color--text-black {
  color: #454141 !important;
}
.u-text-marker,
.u-text-marker--accent-yellow {
  display: inline;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-attachment: local;
}
.u-text-marker--accent-yellow,
.u-text-marker--accent-yellow--accent-yellow {
  background-image: -webkit-linear-gradient(transparent calc(100% - 11px), #fbf5a2 calc(100% - 11px), #fbf5a2 100%);
  background-image: linear-gradient(transparent calc(100% - 11px), #fbf5a2 calc(100% - 11px), #fbf5a2 100%);
}
@media screen and (max-width: 767px) {
  .u-text-marker--accent-yellow,
  .u-text-marker--accent-yellow--accent-yellow {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#fbf5a2), to(#fbf5a2));
    background-image: -webkit-linear-gradient(transparent calc(100% - 1.6vw), #fbf5a2 calc(100% - 1.6vw), #fbf5a2 100%);
    background-image: linear-gradient(transparent calc(100% - 1.6vw), #fbf5a2 calc(100% - 1.6vw), #fbf5a2 100%);
  }
}
.c-shiseido100 {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-shiseido100 {
    padding-bottom: 5.333333333333334vw;
  }
}
.c-shiseido100__link {
  display: block;
  width: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .c-shiseido100__link {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .c-shiseido100__link:hover {
    opacity: 0.7;
  }
}
.c-shiseido100__link img {
  width: 100%;
}
.c-points-wrapper {
  margin-top: 60px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .c-points-wrapper {
    margin-top: 10.666666666666668vw;
    padding-bottom: 10.666666666666668vw;
  }
}
.c-points__body {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-points__body {
    margin-top: 5.333333333333334vw;
  }
}
.c-points__title {
  font-size: 31px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.55px;
}
@media screen and (max-width: 767px) {
  .c-points__title {
    font-size: 4.266666666666667vw;
    letter-spacing: 0.213333333333333vw;
  }
}
.c-points__summary-img {
  text-align: center;
}
.c-points__title + .c-points__summary-img {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-points__title + .c-points__summary-img {
    margin-top: 2.666666666666667vw;
  }
}
.c-points__summary-img img {
  width: 100%;
}
.c-points__container {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .c-points__container {
    margin-top: 10.666666666666668vw;
  }
}
.c-points__hdg + .c-points__container {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-points__hdg + .c-points__container {
    margin-top: 5.333333333333334vw;
  }
}
.c-points__item:not(:first-child) {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .c-points__item:not(:first-child) {
    margin-top: 10.666666666666668vw;
  }
}
.c-point__body {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .c-point__body {
    padding: 5.333333333333334vw;
  }
}
.c-point__iframe-wrapper {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .c-point__iframe-wrapper {
    margin-top: 10.666666666666668vw;
  }
}
.c-point__iframe-text {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.25px;
}
@media screen and (max-width: 767px) {
  .c-point__iframe-text {
    font-size: 3.733333333333334vw;
    letter-spacing: 0.186666666666667vw;
    margin: 0 -2.666666666666667vw;
  }
}
.c-point__iframe {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-point__iframe {
    margin-top: 2.666666666666667vw;
  }
}
.c-point__iframe iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto !important;
}
.c-point-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-point-dots {
    margin-top: 30px;
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-point-dots {
    position: relative;
    gap: 3.733333333333334vw;
    margin-top: 3.733333333333334vw;
  }
}
.c-point-dots li {
  border-radius: 50%;
  background-color: #d1d1d1;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .c-point-dots li {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-point-dots li {
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
  }
}
.c-point-dots li.slick-active {
  background-color: var(--how-to-color, #00a0d2);
}
@media screen and (max-width: 767px) {
  .c-point-dots {
    margin-top: 5.333333333333334vw;
  }
  .c-point-dots li {
    background-color: #00a0d2;
    opacity: 0.2;
  }
  .c-point-dots li.slick-active {
    background-color: #00a0d2;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .c-point-carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .c-point-carousel__item {
    width: 400px;
  }
}
.c-point-carousel__caption-wrapper {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-point-carousel__caption-wrapper {
    margin-top: 2.666666666666667vw;
  }
}
.c-point-carousel__text {
  display: block;
  color: var(--point-color, #00a0d2);
  font-size: 16px;
  font-weight: 700;
  line-height: 150% /* 24px */;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .c-point-carousel__text {
    font-size: 3.2vw;
    letter-spacing: 0.16vw;
  }
}
.c-point-carousel__note {
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c-point-carousel__note {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.65px;
  }
}
@media screen and (max-width: 767px) {
  .c-point-carousel__note {
    font-size: 2.666666666666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.133333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-point-carousel__note {
    margin-top: 1.333333333333333vw;
  }
}
.c-point-carousel .slick-arrow {
  position: absolute;
  z-index: 2;
  width: 22px;
  aspect-ratio: 22/36;
  font-size: 0;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .c-point-carousel .slick-arrow {
    top: 106px;
  }
}
@media screen and (max-width: 767px) {
  .c-point-carousel .slick-arrow {
    width: 4vw;
    bottom: -1.666666666666667vw;
  }
}
.c-point-carousel .slick-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--point-color, #00a0d2);
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDIyIDM2IiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTIuOTk2MDkgMS44OTg0NEwxOC45OTYxIDE3Ljk3MzRMMy4xNTA4NCAzMy44OTg0IiBzdHJva2U9IiMwRDc3QzkiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+");
          mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDIyIDM2IiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTIuOTk2MDkgMS44OTg0NEwxOC45OTYxIDE3Ljk3MzRMMy4xNTA4NCAzMy44OTg0IiBzdHJva2U9IiMwRDc3QzkiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+");
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-point-carousel .slick-next {
  right: 40px;
}
@media screen and (max-width: 767px) {
  .c-point-carousel .slick-next {
    right: 0;
  }
}
.c-point-carousel .slick-prev {
  left: 40px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .c-point-carousel .slick-prev {
    left: 0;
  }
}
.c-qa-wrapper {
  position: relative;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .c-qa-wrapper {
    padding: 10.666666666666668vw 0;
  }
}
.c-qa-wrapper__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-qa-wrapper__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.c-qa {
  color: #fff;
}
.c-qa__body {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-qa__body {
    margin-top: 5.333333333333334vw;
  }
}
.c-qa__title {
  color: #fff;
  border-color: #fff;
}
.c-qa__list {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-qa__list {
    margin-top: 5.333333333333334vw;
  }
}
.c-qa-list__item + .c-qa-list__item {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-qa-list__item + .c-qa-list__item {
    margin-top: 5.333333333333334vw;
  }
}
.c-qa-list__question {
  background-color: var(--primary-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 1px;
  padding: 15px 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-qa-list__question {
    font-size: 3.2vw;
    letter-spacing: 0.16vw;
    padding: 2.133333333333333vw;
    gap: 0.8vw;
  }
}
.c-qa-list__answer {
  background-color: #fff;
  color: #454141;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
  padding: 10px 20px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-qa-list__answer {
    font-size: 3.2vw;
    letter-spacing: 0.16vw;
    padding: 2.133333333333333vw;
    gap: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .c-qa-list__answer > span:last-child {
    padding-top: 5px;
  }
}
.c-qa-list__initial {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 35px */
  letter-spacing: 0.625px;
}
@media screen and (min-width: 768px) {
  .c-qa-list__initial {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-qa-list__initial {
    font-size: 3.733333333333334vw;
    letter-spacing: 0.093333333333333vw;
    font-weight: 600;
    width: 4.8vw;
  }
}
.c-qa-list__a {
  color: var(--primary-color);
}
.c-product-textures-wrapper {
  padding: 90px 0;
  background: var(--texture-bg-color);
}
@media screen and (max-width: 767px) {
  .c-product-textures-wrapper {
    padding: 10.666666666666668vw 0;
  }
}
.c-product-textures {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-product-textures__body {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .c-product-textures__body {
    margin: 5.333333333333334vw auto 0;
  }
}
.c-product-texture {
  color: inherit;
}
.c-product-texture + .c-product-texture {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-product-texture + .c-product-texture {
    margin-top: 5.333333333333334vw;
  }
}
.c-product-texture__title {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.25px;
}
@media screen and (max-width: 767px) {
  .c-product-texture__title {
    font-size: 4.266666666666667vw;
    letter-spacing: 0.213333333333333vw;
  }
}
.c-product-texture__title-note {
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.55px;
}
.c-product-texture__text {
  color: #454141;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .c-product-texture__text {
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
  }
}
.c-product-texture__box {
  margin: 20px auto 0;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .c-product-texture__box {
    margin: 2.666666666666667vw auto 0;
  }
}
.c-product-texture__col2 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-product-texture__col2 {
    margin-top: 2.666666666666667vw;
  }
}
.c-product-texture__col3 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-product-texture__col3 {
    margin-top: 8vw;
  }
}
.c-product-texture__note-list {
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-product-texture__note-list {
    margin-top: 2.666666666666667vw;
  }
}
.c-texture-carousel {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-texture-carousel {
    max-width: 700px;
  }
}
.c-texture-carousel__item img {
  width: 700px;
}
.c-texture-carousel__text {
  margin-top: 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.9px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-texture-carousel__text {
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
    margin-top: 2.666666666666667vw;
  }
}
.c-texture-note-list {
  color: #454141;
}
.c-texture-note-list__item {
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.55px;
}
@media screen and (max-width: 767px) {
  .c-texture-note-list__item {
    font-size: 1.866666666666667vw;
    letter-spacing: 0.093333333333333vw;
  }
}
.c-texture-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .c-texture-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .c-texture-col2-item {
    width: 50%;
  }
}
.c-texture-col2-item__text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .c-texture-col2-item__text {
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
  }
}
.c-texture-col2-item__figure {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-texture-col2-item__figure {
    margin-top: 2.666666666666667vw;
  }
}
.c-texture-col2-item__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 500/282;
}
.c-texture-col2-item__iframe {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-texture-col2-item__iframe {
    margin-top: 2.666666666666667vw;
  }
}
.c-texture-col2-item__iframe iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 500/282;
}
.c-texture-col2-item__caption {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .c-texture-col2-item__caption {
    font-size: 2.666666666666667vw;
    letter-spacing: 0.133333333333333vw;
    margin-top: 2.666666666666667vw;
  }
}
.c-texture-col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 29.5px;
}
@media screen and (max-width: 767px) {
  .c-texture-col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.666666666666667vw;
  }
}
.c-texture-col3-item__text {
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .c-texture-col3-item__text {
    font-size: 3.733333333333334vw;
    letter-spacing: 0.186666666666667vw;
    padding: 2vw;
  }
}
.c-texture-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-texture-dots {
    margin-top: 30px;
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-texture-dots {
    position: relative;
    gap: 3.733333333333334vw;
    margin-top: 5.333333333333334vw;
  }
}
.c-texture-dots li {
  border-radius: 50%;
  background-color: #d1d1d1;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .c-texture-dots li {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-texture-dots li {
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
  }
}
.c-texture-dots li.slick-active {
  background-color: var(--texture-color, #00a0d2);
}
.c-texture-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  aspect-ratio: 22/36;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-texture-arrow {
    top: 50%;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    right: -20px;
    width: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c-texture-arrow {
    bottom: -1.666666666666667vw;
    width: 4vw;
    right: 0;
  }
}
.c-texture-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--texture-color, #00a0d2);
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDIyIDM2IiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTIuOTk2MDkgMS44OTg0NEwxOC45OTYxIDE3Ljk3MzRMMy4xNTA4NCAzMy44OTg0IiBzdHJva2U9IiMwRDc3QzkiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+");
          mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDIyIDM2IiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTIuOTk2MDkgMS44OTg0NEwxOC45OTYxIDE3Ljk3MzRMMy4xNTA4NCAzMy44OTg0IiBzdHJva2U9IiMwRDc3QzkiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+");
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-texture-arrow--prev {
  left: -20px;
  right: initial;
}
@media screen and (min-width: 768px) {
  .c-texture-arrow--prev {
    -webkit-transform: translate(-100%, -50%) rotate(180deg);
            transform: translate(-100%, -50%) rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .c-texture-arrow--prev {
    left: 0;
    right: initial;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
.c-users-voice-wrapper {
  background: var(--user-voice-bg-color);
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .c-users-voice-wrapper {
    padding: 10.666666666666668vw 0;
  }
}
.c-users-voice__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-users-voice__body {
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-users-voice__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.333333333333334vw;
    margin-top: 20px;
  }
}
.c-users-voice__link {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (min-width: 768px) {
  .c-users-voice__link {
    max-width: 455px;
  }
}
.c-users-voice-link,
.c-users-voice-link--at-cosme {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid currentColor;
  text-decoration: none;
  background-color: #fff;
  height: 100px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .c-users-voice-link,
  .c-users-voice-link--at-cosme {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .c-users-voice-link:hover,
  .c-users-voice-link--at-cosme:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-users-voice-link,
  .c-users-voice-link--at-cosme {
    border-width: 0.3928vw;
    min-height: 19.733333333333334vw;
    font-size: 3.926666666666666vw;
    letter-spacing: 0.196266666666667vw;
  }
}
.c-users-voice-link span,
.c-users-voice-link--at-cosme span {
  text-align: center;
  width: 190px;
}
@media screen and (max-width: 767px) {
  .c-users-voice-link span,
  .c-users-voice-link--at-cosme span {
    width: 37.333333333333336vw;
  }
}
.c-users-voice-link::after,
.c-users-voice-link--at-cosme::after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/window-green.svg");
  aspect-ratio: 1/1;
  width: 14px;
  height: auto;
  margin-left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-users-voice-link::after,
  .c-users-voice-link--at-cosme::after {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-users-voice-link::after,
  .c-users-voice-link--at-cosme::after {
    width: 3.733333333333334vw;
    right: 4vw;
  }
}
.c-users-voice-link--at-cosme,
.c-users-voice-link--at-cosme--at-cosme {
  color: #2eb6aa !important;
}
.c-uv-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.c-uv-modal.is-opened {
  display: block;
}
.c-uv-modal__bg {
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
}
.c-uv-modal__wrapper {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 666px;
  width: 100%;
  max-height: calc(840 / 950 * 100%);
  height: 100%;
  padding-top: 68px;
  padding-bottom: 30px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-uv-modal__wrapper {
    padding-top: 9.866666666666667vw;
    padding-bottom: 9.866666666666667vw;
  }
}
.c-uv-modal__close {
  pointer-events: auto;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .c-uv-modal__close {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .c-uv-modal__close:hover {
    opacity: 0.7;
  }
}
.c-uv-modal__close svg {
  width: 57.947px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .c-uv-modal__close svg {
    width: 9.866666666666667vw;
  }
}
.c-uv-modal__scroll {
  pointer-events: auto;
  background: -webkit-linear-gradient(136deg, #ebf9ff 14.82%, #d4f0f5 86.11%);
  background: linear-gradient(314deg, #ebf9ff 14.82%, #d4f0f5 86.11%);
  height: 100%;
  overflow-y: auto;
}
.c-uv-modal__inner {
  padding: 45px 20px;
  max-width: 597px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-uv-modal__inner {
    padding: 10.666666666666668vw 3.733333333333334vw 10.666666666666668vw;
  }
}
.c-uv-modal__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.099px;
  letter-spacing: 1px;
  color: #00a0d2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-uv-modal__title {
    font-size: 5.333333333333334vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.908266666666666vw;
    letter-spacing: 0.266666666666667vw;
  }
}
.c-uv-modal__body {
  margin-top: 13.76px;
}
@media screen and (max-width: 767px) {
  .c-uv-modal__body {
    margin-top: 3.2vw;
  }
}
.c-uv-modal__text-wrapper {
  margin: 0 auto;
  max-width: 332px;
}
@media screen and (max-width: 767px) {
  .c-uv-modal__text-wrapper {
    max-width: 77.06666666666668vw;
  }
}
.c-uv-modal__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.926px;
  letter-spacing: 0.7px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-uv-modal__text {
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.333333333333334vw;
    letter-spacing: 0.16vw;
  }
}
.c-uv-modal__figure {
  margin-top: 18.34px;
}
@media screen and (max-width: 767px) {
  .c-uv-modal__figure {
    margin-top: 4.266666666666667vw;
  }
}
.c-where-to-buy-wrapper {
  background: var(--where-to-buy-wrapper-bg-color);
  padding: 30px 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-where-to-buy-wrapper {
    margin-top: 10.666666666666668vw;
    padding: 5.333333333333334vw 0;
  }
}
.c-where-to-buy-wrapper__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-where-to-buy-wrapper__inner {
    max-width: 760px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-where-to-buy-wrapper__inner {
    padding: 0 5.333333333333334vw;
  }
}
.c-where-to-buy__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-where-to-buy__flex {
    margin-top: 2.666666666666667vw;
    gap: 2.666666666666667vw;
  }
}
.c-buy-link {
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .c-buy-link {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .c-buy-link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .c-buy-link {
    padding-right: 19px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .c-buy-link {
    padding-right: 3.733333333333334vw;
    height: 13.333333333333334vw;
  }
}
.c-buy-link span {
  color: #454141 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .c-buy-link span {
    font-size: 3.2vw;
    letter-spacing: 0.16vw;
  }
}
.c-buy-link img {
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-right: 1px solid rgba(69,65,65,0.2);
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-buy-link img {
    padding-right: 30px;
    width: 125px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-buy-link img {
    border-width: 0.266666666666667vw;
    padding-right: 5.333333333333334vw;
    width: 21.6vw;
    margin-right: 5.333333333333334vw;
  }
}
@media screen and (max-width: 767px) {
  .c-buy-link--amazon {
    padding-right: 2.133333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-buy-link--amazon img {
    width: 89px;
  }
}
@media screen and (max-width: 767px) {
  .c-buy-link--amazon img {
    width: 16.53333333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .c-buy-link--amazon span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-buy-link--rakuten {
    padding-right: 2.133333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-buy-link--rakuten img {
    width: 88px;
  }
}
@media screen and (max-width: 767px) {
  .c-buy-link--rakuten img {
    width: 17.066666666666666vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .c-buy-link--rakuten span {
    display: none;
  }
}
.c-buy-link.is-link.c-buy-link::after {
  content: "";
  position: absolute;
  display: block;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/anessa/products/suncare/common/img/new/cv-modal/icon_window.svg");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  aspect-ratio: 1/1;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-buy-link.is-link.c-buy-link::after {
    width: 14px;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-buy-link.is-link.c-buy-link::after {
    width: 3.2vw;
    right: 2.666666666666667vw;
  }
}
.c-buy-link:not(.is-link)::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: auto;
  background-color: #454141;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  aspect-ratio: 7/9;
}
@media screen and (min-width: 768px) {
  .c-buy-link:not(.is-link)::after {
    width: 7px;
    height: 9px;
    right: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-buy-link:not(.is-link)::after {
    width: 1.2vw;
    height: 1.6vw;
    right: 3.6vw;
  }
}
.follow-cart {
  position: fixed;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right bottom, from(#d0bd7e), color-stop(8.37%, #c6b273), color-stop(39.41%, #9f8b49), to(#7e6921));
  background: -webkit-linear-gradient(top left, #d0bd7e 0%, #c6b273 8.37%, #9f8b49 39.41%, #7e6921 100%);
  background: linear-gradient(to bottom right, #d0bd7e 0%, #c6b273 8.37%, #9f8b49 39.41%, #7e6921 100%);
  border: 1px solid #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .follow-cart {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .follow-cart:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .follow-cart {
    width: 695px;
    height: 70px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .follow-cart {
    width: 94.39999999999999vw;
    height: 18.666666666666668vw;
    bottom: 1.333333333333333vw;
  }
}
.follow-cart::before,
.follow-cart::after {
  content: '';
}
.follow-cart::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0.81;
}
@media screen and (min-width: 768px) {
  .follow-cart::before {
    width: 507px;
    background: -webkit-linear-gradient(350deg, #95813e 0%, #f5e1a0 24.63%, rgba(126,105,33,0) 100%);
    background: linear-gradient(100deg, #95813e 0%, #f5e1a0 24.63%, rgba(126,105,33,0) 100%);
  }
}
@media screen and (max-width: 767px) {
  .follow-cart::before {
    width: 60.266666666666666vw;
    background: -webkit-linear-gradient(340deg, #95813e 0%, #f5e1a0 20.95%, #c6b273 38.36%, rgba(191,171,108,0) 59.53%, rgba(126,105,33,0) 100%);
    background: linear-gradient(110deg, #95813e 0%, #f5e1a0 20.95%, #c6b273 38.36%, rgba(191,171,108,0) 59.53%, rgba(126,105,33,0) 100%);
  }
}
.follow-cart::after {
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 768px) {
  .follow-cart::after {
    border-width: 4px 0px 4px 7px;
    margin-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .follow-cart::after {
    border-width: 1.066666666666667vw 0px 1.066666666666667vw 1.866666666666667vw;
    margin-left: 3.466666666666666vw;
  }
}
.follow-cart__icon {
  position: relative;
}
@media screen and (min-width: 768px) {
  .follow-cart__icon {
    width: 28px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .follow-cart__icon {
    width: 7.466666666666668vw;
    margin-right: 4vw;
  }
}
.follow-cart__txt {
  color: #fff;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .follow-cart__txt {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .follow-cart__txt {
    font-size: 5.600000000000001vw;
  }
}
@media screen and (min-width: 768px) {
  #lineup_bnr {
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-image: url("../img/lineup_bnr_bg01_pc.jpg");
  }
}
.lineup_bnr_link {
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .lineup_bnr_link {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .lineup_bnr_link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .lineup_bnr_link {
    margin: auto;
    max-width: 1440px;
  }
}
@media screen and (min-width: 768px) {
  .lineup_bnr_img::before,
  .lineup_bnr_txt::before {
    content: '';
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    min-width: 100%;
    width: 50vw;
  }
}
@media screen and (min-width: 768px) {
  .lineup_bnr_img {
    position: relative;
    width: 807px;
    margin-left: auto;
  }
  .lineup_bnr_img::before {
    -webkit-transform: translateX(-99%);
            transform: translateX(-99%);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-image: url("../img/lineup_bnr_bg01_pc.jpg");
  }
}
@media screen and (max-width: 767px) {
  .lineup_bnr_img {

  }
}
.lineup_bnr_txt {
  background-color: #00a0d2;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .lineup_bnr_txt {
    width: 633px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_bnr_txt {

    padding-top: 0.533333333333333vw;
  }
}
.lineup_bnr_txt_main {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  line-height: 1;
}
.lineup_bnr_txt_main::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .lineup_bnr_txt_main {
    font-size: 36px;
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 767px) {
  .lineup_bnr_txt_main {
    font-size: 5.866666666666666vw;
    letter-spacing: 0.06em;
  }
}
.lineup_bnr_txt_main::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2211%22%20viewBox%3D%220%200%208%2011%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M-17732.443-6247.467l8-4.679-8-4.679v11%22%20transform%3D%22translate(17732.443%206256.825)%22%2F%3E%3C%2Fsvg%3E");
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .lineup_bnr_txt_main::after {
    width: 7px;
    height: 12px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_bnr_txt_main::after {
    width: 1.866666666666667vw;
    height: 3.2vw;
    margin-left: 3.2vw;
  }
}
.lineup_bnr_txt_sub {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lineup_bnr_txt_sub {
    font-size: 13px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_bnr_txt_sub {
    font-size: 2.133333333333333vw;
    margin-top: 2.4vw;
  }
}
/* --------------------------------
  MODAL
-------------------------------- */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal_bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.modal .modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 900px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal .modal_inner .close {
  position: absolute;
  top: -32px;
  right: 0;
  width: 24px;
  cursor: pointer;
}
.modal .modal_inner .yt {
  position: relative;
  aspect-ratio: 1280 / 720;
  width: 100%;
}
.modal .modal_inner .yt._sp {
  aspect-ratio: 335 / 596;
  max-height: 80vh;
  width: auto;
  margin: auto;
}
.modal .modal_inner .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.modal .modal_inner_gra {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 424px;
  /* height: 600px; */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal .modal_inner_gra .graphic {
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
}
.modal .modal_inner_gra .graphic .close {
  position: absolute;
  top: -32px;
  right: 0;
  width: 24px;
  cursor: pointer;
}
.modal .modal_inner_gra .graphic .right,
.modal .modal_inner_gra .graphic .left {
  position: absolute;
  top: 50%;
  right: -35px;
  border-right: 2px solid #019bb9;
  border-bottom: 2px solid #019bb9;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal .modal_inner_gra .graphic .left {
  right: auto;
  left: -38px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.modal .modal_inner_gra .graphic ul {
  width: 100%;
  height: 100%;
}
.modal .modal_inner_gra .graphic ul li {
  display: none;
  width: auto;
  height: 100%;
}
.modal .modal_inner_gra .graphic ul li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1180px) {
  .modal .modal_inner_gra {
    width: 424px;
    height: 600px;
  }
  .modal .modal_inner_gra .graphic {
    width: 100%;
  }
  .modal .modal_inner_gra .graphic ul {
    width: 100%;
    height: auto;
  }
  .modal .modal_inner_gra .graphic ul li {
    display: none;
    width: 100%;
    height: auto;
  }
  .modal .modal_inner_gra .graphic ul li img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .modal .modal_inner {
    width: 100%;
  }
  .modal .modal_inner .yt {
    width: 100%;
  }
  .modal .modal_inner_gra {
    width: 90%;
    max-width: 424px;
    height: auto;
  }
  .modal .modal_inner_gra .graphic {
    width: 100%;
  }
  .modal .modal_inner_gra .graphic .right,
  .modal .modal_inner_gra .graphic .left {
    right: -25px;
    width: 20px;
    height: 20px;
  }
  .modal .modal_inner_gra .graphic .left {
    left: -27px;
  }
  .modal .modal_inner_gra .graphic ul {
    width: 100%;
    height: auto;
  }
  .modal .modal_inner_gra .graphic ul li {
    display: none;
    width: 100%;
    height: auto;
  }
  .modal .modal_inner_gra .graphic ul li img {
    width: 100%;
    height: auto;
  }
}
body {
  font-family: 'Noto Sans TC', sans-serif;
  color: #454141;
}
body.is-fixed {
  overflow: hidden;
}
#content {
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  #container {
    min-width: 1440px;
  }
}
.movie_iframewrap {
  position: relative;
  margin: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 1280/720;
}
.movie_iframewrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie_sp_iframewrap {
  position: relative;
  margin: auto;
  height: auto;
  aspect-ratio: 335/596;
}
@media screen and (max-width: 767px) {
  .movie_sp_iframewrap {
    width: 100%;
  }
}
.movie_sp_iframewrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#kv {
  position: relative;
}
.kv_img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .kv_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 1440px;
    padding-left: 280px;
  }
}
@media screen and (max-width: 767px) {
  .kv_txt {
    position: relative;
    padding-left: 5.333333333333334vw;
    padding-right: 5.333333333333334vw;
    padding-top: 6.666666666666667vw;
    padding-bottom: 7.466666666666668vw;
  }
}
.kv_lead {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .kv_lead {
    font-size: 23px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .kv_lead {
    font-size: 4.8vw;
    line-height: 1.666666666666667;
    letter-spacing: 0.05em;
  }
  html:lang(en) .kv_lead {
    line-height: 1.222222222222222;
  }
}
.kv_hdg {
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .kv_hdg {
    margin-top: 13px;
    font-size: 50px;
    line-height: 1.32;
  }
}
@media screen and (max-width: 767px) {
  .kv_hdg {
    line-height: 1;
    margin-top: 2.133333333333333vw;
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .kv_hdg_new {
    margin-bottom: 5px;
  }
  .kv_hdg_new img {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .kv_hdg_new {
    margin-bottom: 1.066666666666667vw;
    width: 14.399999999999999vw;
  }
}
.kv_name {
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .kv_name {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .kv_name {
    margin-top: 0.533333333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .kv_note {
    width: 335px;
    margin-top: 33px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.285714285714286;
  }
}
@media screen and (max-width: 767px) {
  .kv_note {
    margin-top: 4vw;
    font-size: 3.2vw;
    letter-spacing: -0.02em;
  }
}
.kv_logo {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .online {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 92.53333333333333vw;
  }
}
.online_btn {
  display: block;
  margin: auto;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .online_btn {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .online_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .online_btn {
    width: 512px;
  }
}
.online_note {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .online_note {
    margin-top: 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .online_note {
    margin-top: 1.6vw;
    font-size: 3.2vw;
  }
}
.online_about {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .online_about {
    margin-top: 9px;
    width: 492px;
  }
}
@media screen and (max-width: 767px) {
  .online_about {
    margin-top: 0.533333333333333vw;
    width: 89.33333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .about__container {
    margin: auto;
    padding: 39px 0;
    width: 1064px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .about__container {
    padding-bottom: 6.933333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .about_images {
    width: 460px;
  }
}
.about_images video {
  width: 100%;
}
.about_slider {
  line-height: 0;
}
.about_slider img {
  height: auto;
  width: 100%;
}
.about_slider_body {
  display: none;
}
.about_slider_thumbnail {
  display: none;
}
@media screen and (min-width: 768px) {
  .about_slider_thumbnail {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about_slider_thumbnail {
    margin-top: 5.333333333333334vw;
  }
}
.about_slider_thumbnail .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
}
@media screen and (max-width: 767px) {
  .about_slider_thumbnail .slick-track {
    text-align: center;
  }
}
.about_slider_thumbnail .slick-slide {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media screen and (min-width: 768px) {
  .about_slider_thumbnail .slick-slide {
    width: 57px !important;
    height: 57px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 767px) {
  .about_slider_thumbnail .slick-slide {
    display: inline-block;
    float: none;
    width: 12vw !important;
    height: 12vw;
    margin: 0 0.4vw;
  }
}
.about_slider_thumbnail .slick-slide div {
  height: 100%;
}
.about_slider_thumbnail .slick-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_slider_thumbnail .slick-slide.slick-current,
.about_slider_thumbnail .slick-slide:hover {
  opacity: 1;
}
.about_slider_thumbnail .slick-slide:hover {
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .about_sustainable {
    width: 349px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about_sustainable {
    margin: auto;
    margin-top: 5.066666666666666vw;
    width: 89.33333333333333vw;
  }
}
.about_products {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about_products {
    width: 512px;
  }
}
@media screen and (max-width: 767px) {
  .about_products {
    margin-top: 5.866666666666666vw;
    padding-left: 5.333333333333334vw;
    padding-right: 5.333333333333334vw;
  }
}
.about_products_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_products_detail_txt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .about_products_spf {
    margin-top: 9px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about_products_spf + .about_products_use {
    margin-top: 2.4vw;
  }
}
.about_products_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .about_products_tag {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about_products_tag {
    margin-top: 2.933333333333333vw;
  }
}
.about_products_tag_item {
  display: inline-block;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .about_products_tag_item:not(:nth-child(1)) {
    margin-top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .about_products_tag_item:not(:nth-child(1)) {
    margin-top: 2.933333333333333vw;
  }
}
.about_products_capacity {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .about_products_capacity {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .about_products_capacity {
    margin-top: 2.666666666666667vw;
    font-size: 3.466666666666666vw;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}
.about_products_recommend {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .about_products_recommend {
    margin-top: 38px;
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .about_products_recommend {
    position: absolute;
    left: 0;
    bottom: -5.866666666666666vw;
    width: 89.60000000000001vw;
    font-size: 4vw;
  }
}
.about_products_detail_img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#sustainable {
  color: #00a0d2;
  background: #d4f0f5;
}
@media screen and (min-width: 768px) {
  #sustainable {
    padding: 35px 0 52px;
  }
}
@media screen and (max-width: 767px) {
  #sustainable {
    padding-top: 9.066666666666666vw;
  }
}
.sustainable_logo {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sustainable_logo {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sustainable_logo {
    width: 26.666666666666668vw;
  }
}
.sustainable_hdg {
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .sustainable_hdg {
    margin-top: 13px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .sustainable_hdg {
    margin-top: 4.266666666666667vw;
    font-size: 4.8vw;
    line-height: 1.555555555555556;
  }
}
@media screen and (min-width: 768px) {
  .sustainable_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sustainable_img {
    margin-top: 5.066666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .sustainable_icon {
    width: 541px;
  }
}
@media screen and (min-width: 768px) {
  .sustainable_graph {
    width: 241px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sustainable_graph {
    margin-top: 5.866666666666666vw;
  }
}
.sustainable_graph_img {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sustainable_graph_img {
    width: 63.733333333333334vw;
  }
}
.sustainable_graph_txt {
  color: #00a0d2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .sustainable_graph_txt {
    margin-top: -2px;
    font-size: 8px;
    line-height: 1.375;
  }
}
@media screen and (max-width: 767px) {
  .sustainable_graph_txt {
    padding-left: 5.333333333333334vw;
    padding-right: 5.333333333333334vw;
    margin-top: -0.8vw;
    font-size: 2.666666666666667vw;
    line-height: 1.5;
  }
}
.sustainable_badge {
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .sustainable_badge {
    margin-top: 8vw;
    padding-bottom: 8vw;
  }
}
.sustainable_badge img {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .sustainable_badge img {
    width: 66.66666666666666vw;
  }
}
.trial__carousel {
  display: none;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .trial__carousel {
    max-width: 1064px;
  }
}
@media screen and (max-width: 767px) {
  .trial__carousel {
    width: 89.33333333333333vw;
  }
}
.trial__carousel .slick-dots {
  position: relative;
  bottom: auto;
  left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  -webkit-transform: none;
          transform: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .trial__carousel .slick-dots {
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .trial__carousel .slick-dots {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .trial__carousel .slick-dots li {
    margin: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .trial__carousel .slick-dots li {
    margin: 0 2.133333333333333vw;
  }
}
.trial__carousel .slick-dots button {
  background-color: #9f8b49;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .trial__carousel .slick-dots button {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .trial__carousel .slick-dots button {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
  }
}
.trial__carousel .slick-dots .slick-active button {
  background-color: #fff;
}
.trial__carousel_item a {
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .trial__carousel_item a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .trial__carousel_item a:hover {
    opacity: 0.7;
  }
}
.l-product-wrapper {
  padding-top: 40px;
  background: var(--wrapper-bg-color, "transparent");
}
@media screen and (max-width: 767px) {
  .l-product-wrapper {
    padding-top: 5.333333333333334vw;
  }
}
.l-product-wrapper-2 {
  background: var(--wrapper-bg-color-2, "transparent");
}
@media screen and (max-width: 767px) {
  .l-footer_shiseido {
    padding-bottom: 16vw;
  }
}
.products-suncare-allinone_beauty_pact {
  --primary-color: #a48326;
  --detail-copy-color: #a48326;
  --wrapper-bg-color: linear-gradient(132deg, #eef3f4 -0.02%, #fcfcfe 99.97%);
  --where-to-buy-wrapper-bg-color: linear-gradient(90deg, #b9a770 33.17%, #dac792 100%);
  --accordion-header-color: linear-gradient(90deg, #b9a770 33.17%, #dac792 100%);
  --accordion-body-bg-color: $grd_01;
  --user-voice-bg-color: linear-gradient(108deg, #fff -0.03%, #f7f2e8 101.58%);
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .c-product-price-list__items {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .c-product-price-list__item::after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact .c-product-feature-list__item img {
    width: 110px;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact .c-points__summary-img img {
    max-width: 641px;
  }
}
.products-suncare-allinone_beauty_pact .point {
  text-align: center;
}
.products-suncare-allinone_beauty_pact .point__text-small {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .point__text-small {
    font-size: 2.666666666666667vw;
    line-height: 150%;
    letter-spacing: 0.133333333333333vw;
  }
}
.products-suncare-allinone_beauty_pact .point__title {
  font-size: 34px;
  font-weight: 500;
  line-height: 150% /* 51px */;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .point__title {
    font-size: 5.333333333333334vw;
    letter-spacing: 0.266666666666667vw;
  }
}
.products-suncare-allinone_beauty_pact .point__text-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 150% /* 30px */;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .point__text-medium {
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
  }
}
.products-suncare-allinone_beauty_pact .c-accordion__body[data-accordion='point-1'] {
  background-image: url("/anessa/products/suncare/allinone_beauty_pact/img/points/1/bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .c-accordion__body[data-accordion='point-1'] {
    background-image: url("/anessa/products/suncare/allinone_beauty_pact/img/points/1/bg_sp.jpg");
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact .point-1__title {
    font-size: 31px;
    letter-spacing: 1.55px;
  }
}
.products-suncare-allinone_beauty_pact .point-1__figure {
  margin: 20px auto 0;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .point-1__figure {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .point-1__medium {
    font-size: 3.733333333333334vw;
    letter-spacing: 0.186666666666667vw;
    margin: 0 -2.666666666666667vw;
  }
}
.products-suncare-allinone_beauty_pact .c-accordion__body[data-accordion='point-2'] {
  background-image: url("/anessa/products/suncare/allinone_beauty_pact/img/points/2/bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .c-accordion__body[data-accordion='point-2'] {
    background-image: url("/anessa/products/suncare/allinone_beauty_pact/img/points/2/bg_sp.jpg");
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .point-2__small {
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
  }
}
.products-suncare-allinone_beauty_pact .point-2__title {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .point-2__title {
    margin-top: 1.333333333333333vw;
  }
}
.products-suncare-allinone_beauty_pact .point-2__medium {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .point-2__medium {
    margin-top: 1.333333333333333vw;
  }
}
.products-suncare-allinone_beauty_pact .point-2__figure {
  margin: 30px auto 0;
  max-width: 858px;
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .point-2__figure {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-allinone_beauty_pact .point-2__note {
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .point-2__note {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-brush_on_powder {
  --primary-color: #0394ca;
  --wrapper-bg-color: linear-gradient(141deg, #fbf5e3 22.53%, #f9fffb 50%, #e1f9ff 77.47%);
  --detail-copy-color: #0394ca;
  --where-to-buy-wrapper-bg-color: linear-gradient(92deg, #0394ca -0.09%, #6ab6c7 99.91%);
  --accordion-header-color: linear-gradient(92deg, #0394ca -0.09%, #6ab6c7 99.91%);
  --accordion-body-bg-color: linear-gradient(113deg, #e1f9ff 0.73%, #fff 49.89%, #fbf5e3 100%);
  --texture-bg-color: linear-gradient(182deg, #fff 0.57%, #e2f9ff 97.09%);
  --daily-use-bg-color: linear-gradient(113deg, #e1f9ff 0.73%, #fff 49.89%, #fbf5e3 100%);
  --how-to-color: #bd9a5f;
  --point-color: #0394ca;
}
.products-suncare-brush_on_powder .l-product-wrapper {
  padding-top: 0;
}
.products-suncare-brush_on_powder .c-product-intro__title {
  font-weight: 700;
}
.products-suncare-brush_on_powder .c-product-intro__title span {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 35px;
  letter-spacing: 1.75px;
}
@media screen and (max-width: 767px) {
  .products-suncare-brush_on_powder .c-product-intro__title span {
    font-size: 5.600000000000001vw;
    letter-spacing: 0.28vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brush_on_powder .c-product-detail-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brush_on_powder .c-product-detail-wrapper {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brush_on_powder .c-product-price-list__items {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brush_on_powder .c-product-price-list__item::after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brush_on_powder .c-product-feature-list__item img {
    width: 110px;
  }
}
.products-suncare-brush_on_powder .point {
  text-align: center;
}
.products-suncare-brush_on_powder .point__title {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .products-suncare-brush_on_powder .point__title {
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.55px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brush_on_powder .point__title {
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.24vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brush_on_powder .point__title {
    margin: 0 -2.666666666666667vw 2.666666666666667vw;
  }
}
.products-suncare-brush_on_powder .c-product-textures {
  position: relative;
}
.products-suncare-brush_on_powder .c-product-textures::before {
  content: '';
  position: absolute;
  pointer-events: none;
  display: block;
  background: url("../../../../products/suncare/brush_on_powder/img/textures/texture_pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .products-suncare-brush_on_powder .c-product-textures::before {
    width: 270px;
    aspect-ratio: 270/259;
    top: -82px;
    right: 22.98px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brush_on_powder .c-product-textures::before {
    background-image: url("../../../../products/suncare/brush_on_powder/img/textures/texture_sp.png");
    width: 33.6vw;
    aspect-ratio: 126/121;
    right: -7.477333333333333vw;
    top: -6.909333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brush_on_powder .c-product-textures__body {
    max-width: unset;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brush_on_powder .c-product-texture:first-child .c-product-texture__box img {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brush_on_powder .c-texture-arrow {
    top: calc(190.5px + 16px);
  }
}
.products-suncare-brush_on_powder .how-to-append {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .products-suncare-brush_on_powder .how-to-append {
    margin-bottom: 11.200000000000001vw;
  }
}
.products-suncare-brush_on_powder .how-to-append__iframe-wrapper {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products-suncare-brush_on_powder .how-to-append__iframe-wrapper iframe {
    aspect-ratio: 335/596;
    width: 100%;
    height: auto;
  }
}
.products-suncare-brush_on_powder .banner-append img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .products-suncare-brush_on_powder .cm-banner-append {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brush_on_powder .cm-banner-append {
    margin-top: 10.666666666666668vw;
  }
}
.products-suncare-brush_on_powder .cm-banner-append__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .products-suncare-brush_on_powder .cm-banner-append__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
}
.products-suncare-brush_on_powder .cm-banner-append__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .products-suncare-brush_on_powder .cm-banner-append__title {
    font-size: 3.733333333333334vw;
    letter-spacing: 0.186666666666667vw;
  }
}
.products-suncare-brush_on_powder .cm-banner-append__title::before,
.products-suncare-brush_on_powder .cm-banner-append__title::after {
  content: '';
  display: block;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  vertical-align: middle;
  width: 18px;
  height: 27px;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/anessa/products/suncare/common/img/new/slash-right.svg");
}
@media screen and (max-width: 767px) {
  .products-suncare-brush_on_powder .cm-banner-append__title::before,
  .products-suncare-brush_on_powder .cm-banner-append__title::after {
    width: 3.466666666666666vw;
    height: 5.066666666666666vw;
    margin-right: 2.666666666666667vw;
  }
}
.products-suncare-brush_on_powder .cm-banner-append__title::after {
  margin-right: 0;
  margin-left: 10px;
  background-image: url("/anessa/products/suncare/common/img/new/slash-left.svg");
}
@media screen and (max-width: 767px) {
  .products-suncare-brush_on_powder .cm-banner-append__title::after {
    margin-left: 2.666666666666667vw;
  }
}
.products-suncare-brush_on_powder .cm-banner-append__container {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products-suncare-brush_on_powder .cm-banner-append__container {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-brush_on_powder .cm-banner-append__container iframe,
.products-suncare-brush_on_powder .cm-banner-append__container img {
  aspect-ratio: 500/281;
  height: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-brush_on_powder .cm-banner-append__container iframe,
  .products-suncare-brush_on_powder .cm-banner-append__container img {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brush_on_powder .cm-banner-append__container iframe,
  .products-suncare-brush_on_powder .cm-banner-append__container img {
    width: 100%;
  }
}
.products-suncare-daily-uv-gel-brightening {
  --primary-color: #d19cee;
  --intro-bg-color: linear-gradient(92deg, #dcefff -0.09%, #f3faff 59.52%, #daeeff 99.91%);
  --tab-active-color: linear-gradient(90deg, #d19cee 0%, #dab1ef 100%);
  --comparison-primary-color: #65abe5;
  --detail-copy-color: #b575c7;
  --wrapper-bg-color: linear-gradient(174deg, #f2e3f9 -6.14%, #fdf8ff 28.9%, #f8effc 61.41%, #f2e3f9 98.13%);
  --where-to-buy-wrapper-bg-color: linear-gradient(90deg, #d19cee 0%, #dab1ef 100%);
  --texture-bg-color: linear-gradient(92deg, #fff0ff -0.09%, #fff 59.52%, #ffedff 99.91%);
  --wrapper-bg-color-2: linear-gradient(314deg, #ebf9ff 14.82%, #d4f0f5 86.11%);
  --compare-label-color: #b575c7;
  --table-border-color: #e8cff1;
  --table-bg-color: #fefbff;
  --compare-link-bg-color: linear-gradient(92deg, #65abe5 -0.09%, #93ccfc 99.91%);
  --accordion-header-color: linear-gradient(90deg, #d19cee 0%, #dab1ef 100%);
}
.products-suncare-daily-uv-gel-brightening .l-product-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .l-product-wrapper {
    padding-top: 5.333333333333334vw;
    padding-bottom: 10.666666666666668vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-daily-uv-gel-brightening .c-tab-wrapper {
    margin-top: 48px;
  }
}
.products-suncare-daily-uv-gel-brightening .c-tab-button .c-tab-button__box {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.products-suncare-daily-uv-gel-brightening .c-tab-button .c-tab-button__box img {
  width: 96.69px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .c-tab-button .c-tab-button__box img {
    width: 13.066666666666665vw;
  }
}
.products-suncare-daily-uv-gel-brightening .c-tab-button .c-tab-button__box span {
  margin-left: -18px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .c-tab-button .c-tab-button__box span {
    margin-left: -3.733333333333334vw;
  }
}
.products-suncare-daily-uv-gel-brightening .c-tab-button--1 .c-tab-button__box {
  padding-left: 120px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .c-tab-button--1 .c-tab-button__box {
    padding-left: 4vw;
  }
}
.products-suncare-daily-uv-gel-brightening .c-tab-button--2 .c-tab-button__box {
  padding-left: 76px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .c-tab-button--2 .c-tab-button__box {
    padding-left: 4vw;
  }
}
.products-suncare-daily-uv-gel-brightening .c-product-textures::before {
  content: '';
  position: absolute;
  pointer-events: none;
  display: block;
  background-image: url("../img/textures/texture.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 191.69/179;
}
@media screen and (min-width: 768px) {
  .products-suncare-daily-uv-gel-brightening .c-product-textures::before {
    width: 191.691px;
    top: -20px;
    right: 18.31px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .c-product-textures::before {
    width: 22.400000000000002vw;
    right: -0.266666666666667vw;
    top: -2.546666666666667vw;
  }
}
.products-suncare-daily-uv-gel-brightening .c-product-texture__box {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .products-suncare-daily-uv-gel-brightening .c-product-texture__box {
    margin-bottom: -75px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .c-product-texture__box {
    margin-bottom: -8vw;
  }
}
.products-suncare-daily-uv-gel-brightening .c-product-compare-wrapper {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .products-suncare-daily-uv-gel-brightening .c-product-compare-wrapper {
    margin-top: -30px;
  }
}
.products-suncare-daily-uv-gel-brightening .c-cm-movie-wrapper {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .c-cm-movie-wrapper {
    margin-top: 10.666666666666668vw;
  }
}
.products-suncare-daily-uv-gel-brightening .c-points-wrapper {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .products-suncare-daily-uv-gel-brightening .c-points__summary-img img {
    max-width: 641px;
  }
}
.products-suncare-daily-uv-gel-brightening .point {
  text-align: center;
}
.products-suncare-daily-uv-gel-brightening .point .bold {
  font-weight: 700;
}
.products-suncare-daily-uv-gel-brightening .point__text-small {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .point__text-small {
    font-size: 2.666666666666667vw;
    line-height: 150%;
    letter-spacing: 0.133333333333333vw;
  }
}
.products-suncare-daily-uv-gel-brightening .point__title {
  font-size: 34px;
  font-weight: 500;
  line-height: 150% /* 51px */;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .point__title {
    font-size: 5.333333333333334vw;
    letter-spacing: 0.266666666666667vw;
  }
}
.products-suncare-daily-uv-gel-brightening .point__text-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 150% /* 30px */;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .point__text-medium {
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
  }
}
.products-suncare-daily-uv-gel-brightening .c-accordion__body[data-accordion='point-1'] {
  background: -webkit-linear-gradient(277deg, #f6e9ff -13.59%, #fff 126.41%);
  background: linear-gradient(173deg, #f6e9ff -13.59%, #fff 126.41%);
}
.products-suncare-daily-uv-gel-brightening .point-1__text-small-2 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .point-1__text-small-2 {
    margin-top: 5.333333333333334vw;
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
  }
}
.products-suncare-daily-uv-gel-brightening .point-1__figure-1 {
  margin: 20px auto 0;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .point-1__figure-1 {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-daily-uv-gel-brightening .point-1__figure-2 {
  margin: 30px auto 0;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .point-1__figure-2 {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-daily-uv-gel-brightening .point-1__note {
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .point-1__note {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-daily-uv-gel-brightening .c-accordion__body[data-accordion='point-2'] {
  background-image: url("../img/points/2/bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .c-accordion__body[data-accordion='point-2'] {
    background-image: url("../img/points/2/bg_sp.png");
  }
}
.products-suncare-daily-uv-gel-brightening .point-2__text-small {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .point-2__text-small {
    margin: 5.333333333333334vw -2.666666666666667vw 0 -2.666666666666667vw;
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
  }
}
.products-suncare-daily-uv-gel-brightening .point-2__figure {
  margin: 20px auto 0;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .point-2__figure {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-daily-uv-gel-brightening .point-2__note {
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .point-2__note {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-daily-uv-gel-brightening .sustainable_icon {
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-brightening .sustainable_icon {
    width: 50vw;
    margin: 0 auto;
  }
}
.products-suncare-daily-uv-gel-moisture {
  --primary-color: #65abe5;
  --intro-bg-color: linear-gradient(92deg, #dcefff -0.09%, #f3faff 59.52%, #daeeff 99.91%);
  --tab-active-color: linear-gradient(92deg, #65abe5 -0.09%, #93ccfc 99.91%);
  --comparison-primary-color: #b575c7;
  --detail-copy-color: #3482c2;
  --wrapper-bg-color: linear-gradient(92deg, #dcefff -0.09%, #f3faff 59.52%, #daeeff 99.91%);
  --where-to-buy-wrapper-bg-color: linear-gradient(92deg, #65abe5 -0.09%, #93ccfc 99.91%);
  --texture-bg-color: linear-gradient(92deg, #f6eccf -0.09%, #fff 59.52%, #fef6e1 99.91%);
  --wrapper-bg-color-2: linear-gradient(314deg, #ebf9ff 14.82%, #d4f0f5 86.11%);
  --compare-label-color: #3482c2;
  --table-border-color: #bedaf1;
  --table-bg-color: #f4faff;
  --compare-link-bg-color: linear-gradient(90deg, #d19cee 0%, #dab1ef 100%);
  --accordion-header-color: linear-gradient(92deg, #65abe5 -0.09%, #93ccfc 99.91%);
}
.products-suncare-daily-uv-gel-moisture .l-product-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .l-product-wrapper {
    padding-top: 5.333333333333334vw;
    padding-bottom: 10.666666666666668vw;
  }
}
.products-suncare-daily-uv-gel-moisture .l-product-wrapper-2 {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .l-product-wrapper-2 {
    padding-top: 10.666666666666668vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-daily-uv-gel-moisture .c-tab-wrapper {
    margin-top: 48px;
  }
}
.products-suncare-daily-uv-gel-moisture .c-tab-button .c-tab-button__box {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.products-suncare-daily-uv-gel-moisture .c-tab-button .c-tab-button__box img {
  width: 96.69px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .c-tab-button .c-tab-button__box img {
    width: 13.066666666666665vw;
  }
}
.products-suncare-daily-uv-gel-moisture .c-tab-button .c-tab-button__box span {
  margin-left: -18px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .c-tab-button .c-tab-button__box span {
    margin-left: -3.733333333333334vw;
  }
}
.products-suncare-daily-uv-gel-moisture .c-tab-button--1 .c-tab-button__box {
  padding-left: 120px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .c-tab-button--1 .c-tab-button__box {
    padding-left: 4vw;
  }
}
.products-suncare-daily-uv-gel-moisture .c-tab-button--2 .c-tab-button__box {
  padding-left: 76px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .c-tab-button--2 .c-tab-button__box {
    padding-left: 4vw;
  }
}
.products-suncare-daily-uv-gel-moisture .c-product-textures::before {
  content: '';
  position: absolute;
  pointer-events: none;
  display: block;
  background-image: url("../img/textures/texture.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .products-suncare-daily-uv-gel-moisture .c-product-textures::before {
    width: 611px;
    height: 407.423px;
    aspect-ratio: 611/407.42;
    top: -119.24px;
    right: -188px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .c-product-textures::before {
    width: 59.73333333333334vw;
    height: 40vw;
    aspect-ratio: 112/75;
    right: -13.866666666666665vw;
    top: -16.122666666666667vw;
  }
}
.products-suncare-daily-uv-gel-moisture .c-product-compare-wrapper {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .products-suncare-daily-uv-gel-moisture .c-product-compare-wrapper {
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-daily-uv-gel-moisture .c-product-compare-link {
    padding-left: 40px;
  }
  .products-suncare-daily-uv-gel-moisture .c-product-compare-link__img {
    left: -200px;
    -webkit-transform: none;
            transform: none;
  }
}
.products-suncare-daily-uv-gel-moisture .c-cm-movie-wrapper {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .c-cm-movie-wrapper {
    margin-top: 10.666666666666668vw;
  }
}
.products-suncare-daily-uv-gel-moisture .c-points-wrapper {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .products-suncare-daily-uv-gel-moisture .c-points__summary-img img {
    max-width: 1012px;
  }
}
.products-suncare-daily-uv-gel-moisture .point {
  text-align: center;
}
.products-suncare-daily-uv-gel-moisture .point .bold {
  font-weight: 700;
}
.products-suncare-daily-uv-gel-moisture .point__text-small {
  font-size: 17px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .point__text-small {
    font-size: 2.666666666666667vw;
    line-height: 150%;
    letter-spacing: 0.133333333333333vw;
  }
}
.products-suncare-daily-uv-gel-moisture .point__title {
  font-size: 34px;
  font-weight: 500;
  line-height: 150% /* 51px */;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .point__title {
    font-size: 5.333333333333334vw;
    letter-spacing: 0.266666666666667vw;
  }
}
.products-suncare-daily-uv-gel-moisture .point__text-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 150% /* 30px */;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .point__text-medium {
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
  }
}
.products-suncare-daily-uv-gel-moisture .c-accordion__body[data-accordion='point-1'] {
  background: -webkit-linear-gradient(339deg, #ece2c4 -14.42%, #fff 28.83%, #fff 65.65%, #ece2c4 89.41%);
  background: linear-gradient(111deg, #ece2c4 -14.42%, #fff 28.83%, #fff 65.65%, #ece2c4 89.41%);
}
.products-suncare-daily-uv-gel-moisture .point-1__text-small-2 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .point-1__text-small-2 {
    margin-top: 5.333333333333334vw;
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
  }
}
.products-suncare-daily-uv-gel-moisture .point-1__figure {
  margin: 20px auto 0;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .point-1__figure {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-daily-uv-gel-moisture .c-accordion__body[data-accordion='point-2'] {
  background-image: url("../img/points/2/bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .c-accordion__body[data-accordion='point-2'] {
    background-image: url("../img/points/2/bg_sp.png");
  }
}
.products-suncare-daily-uv-gel-moisture .point-2__figure {
  margin: 30px auto 0;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .point-2__figure {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-daily-uv-gel-moisture .point-2__note {
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .point-2__note {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-daily-uv-gel-moisture .c-accordion__body[data-accordion='point-3'] {
  background: -webkit-linear-gradient(307deg, #99ceff 6.68%, #cbe6ff 74.22%, #b5d7f7 115.03%);
  background: linear-gradient(143deg, #99ceff 6.68%, #cbe6ff 74.22%, #b5d7f7 115.03%);
}
.products-suncare-daily-uv-gel-moisture .point-3__figures {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .point-3__figures {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.333333333333334vw;
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-daily-uv-gel-moisture .point-3__figure {
    max-width: 400px;
  }
}
.products-suncare-daily-uv-gel-moisture .point-3__caption {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .point-3__caption {
    margin-bottom: 2.666666666666667vw;
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
  }
}
.products-suncare-daily-uv-gel-moisture .append-content {
  background-image: url("../img/compare/append_bg_pc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .products-suncare-daily-uv-gel-moisture .append-content {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .append-content {
    background-image: url("../img/compare/append_bg_sp.jpg");
    padding: 5.333333333333334vw;
    background-size: cover;
  }
}
.products-suncare-daily-uv-gel-moisture .append-content__titles {
  color: #c69d13;
  text-align: center;
}
.products-suncare-daily-uv-gel-moisture .append-content__titles img {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .append-content__titles img {
    width: 7.466666666666668vw;
  }
}
.products-suncare-daily-uv-gel-moisture .append-content__title {
  display: block;
  margin-top: 5px;
  font-size: 27px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.25px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .append-content__title {
    font-size: 4.266666666666667vw;
    letter-spacing: 0.213333333333333vw;
    margin-top: 1.333333333333333vw;
  }
}
.products-suncare-daily-uv-gel-moisture .append-content__sub-title {
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .append-content__sub-title {
    font-size: 3.733333333333334vw;
    letter-spacing: 0.186666666666667vw;
    margin-top: 1.333333333333333vw;
  }
}
.products-suncare-daily-uv-gel-moisture .append-content__body {
  margin-top: 30px;
  color: #454141;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .append-content__body {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-daily-uv-gel-moisture .append-content__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .append-content__text {
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
  }
}
.products-suncare-daily-uv-gel-moisture .append-content__note {
  margin-top: 30px;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.65px;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .append-content__note {
    margin-top: 2.666666666666667vw;
    font-size: 2.666666666666667vw;
    letter-spacing: 0.133333333333333vw;
  }
}
.products-suncare-daily-uv-gel-moisture .point-1-append {
  margin-top: 40px;
  text-align: center;
}
.products-suncare-daily-uv-gel-moisture .point-1-append__anchor {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  width: 455px;
  border: 2px solid #3482c2;
  background: #fff;
  color: #3482c2;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .products-suncare-daily-uv-gel-moisture .point-1-append__anchor {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .point-1-append__anchor {
    font-size: 3.733333333333334vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.186666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-daily-uv-gel-moisture .point-1-append__anchor {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-daily-uv-gel-moisture .point-1-append__anchor:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .point-1-append__anchor {
    width: 100%;
    height: 12vw;
    border-width: 0.266666666666667vw;
  }
}
.products-suncare-daily-uv-gel-moisture .point-1-append__anchor::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: currentColor;
  width: 9px;
  aspect-ratio: 9/7;
}
@media screen and (max-width: 767px) {
  .products-suncare-daily-uv-gel-moisture .point-1-append__anchor::before {
    width: 1.6vw;
    right: 2.666666666666667vw;
  }
}
.products-suncare-dayserum {
  --primary-color: #b9a770;
  --detail-copy-color: #9f8b49;
  --where-to-buy-wrapper-bg-color: linear-gradient(90deg, var(--dayserum-primary_02, #b9a770) 0%, var(--dayserum-primary_pale_03, #dac792) 100%);
  --user-voice-bg-color: linear-gradient(113deg, #fbf5fe 0.73%, #fefdef 49.89%, #eafffa 100%);
  --compare-bg-color: linear-gradient(113deg, #eafffa 0.73%, #fefdef 50.84%, #fbf5fe 100%);
  --compare-label-color: #b9a770;
  --table-border-color: #efead8;
  --table-bg-color: linear-gradient(90deg, #f0fbff 0%, #fff3fa 100%);
  --compare-link-bg-color: linear-gradient(90deg, #b886d2 0%, #d5a5ee 100%);
  --texture-color: #b9a770;
  --texture-bg-color: linear-gradient(92deg, var(--dayserum-primary_pale_01, #f6eccf) -0.09%, #fff 59.52%, var(--dayserum-primary_pale_02, #fef6e1) 99.91%);
  --accordion-header-color: linear-gradient(90deg, var(--dayserum-primary_02, #b9a770) 0%, var(--dayserum-primary_pale_03, #dac792) 100%);
  --accordion-body-bg-color: linear-gradient(113deg, #fbf5fe 0.73%, #fefdef 49.89%, #eafffa 100%);
  --point-color: #b9a770;
  --how-to-color: #b9a770;
}
.products-suncare-dayserum .l-product-wrapper {
  background-image: url("../img/bg.png");
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .l-product-wrapper {
    background-image: url("../img/bg_sp.png");
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .c-product-how-to-section {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .c-product-how-to-section__container {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .c-product-how-to-section__title {
    display: none;
  }
}
.products-suncare-dayserum .c-product-how-to-section .product-how-to__image {
  text-align: center;
  margin-top: 30px;
}
.products-suncare-dayserum .c-product-how-to-section .product-how-to__image img {
  width: 500px;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .c-product-compare-link__text {
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .c-product-compare-link__text span {
    padding: 0 30px 0 39px;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .c-product-compare-link__img {
    -webkit-transform: none;
            transform: none;
    left: -157px;
  }
}
.products-suncare-dayserum .c-product-textures::before {
  content: '';
  position: absolute;
  pointer-events: none;
  display: block;
  background-image: url("../img/textures/texture.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 219/180;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .c-product-textures::before {
    width: 219px;
    top: -60.86px;
    right: 88px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .c-product-textures::before {
    width: 26.93333333333333vw;
    right: 0vw;
    top: -6.562666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .c-texture-arrow {
    top: calc(190.5px + 16px);
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .point-sub-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .point-sub-title {
    font-size: 3.733333333333334vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.186666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .c-points__title {
    font-size: 5.333333333333334vw;
    letter-spacing: 0.266666666666667vw;
  }
}
.products-suncare-dayserum .point-summary-note {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .point-summary-note {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .c-points__summary-img img {
    max-width: 641px;
  }
}
.products-suncare-dayserum .point {
  text-align: center;
}
.products-suncare-dayserum .point__text-small {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .point__text-small {
    font-size: 2.666666666666667vw;
    line-height: 150%;
    letter-spacing: 0.133333333333333vw;
  }
}
.products-suncare-dayserum .point__title {
  font-size: 34px;
  font-weight: 500;
  line-height: 150% /* 51px */;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .point__title {
    font-size: 5.333333333333334vw;
    letter-spacing: 0.266666666666667vw;
  }
}
.products-suncare-dayserum .point__text-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 150% /* 30px */;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .point__text-medium {
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .c-accordion__body[data-accordion='point-1'] .c-point__body {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .point-1__title {
    font-size: 4.8vw;
    letter-spacing: 0.24vw;
  }
}
.products-suncare-dayserum .point-1__figure {
  margin: 30px auto 0;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .point-1__figure {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .point-1__box {
    margin: 30px auto 0;
    max-width: 650px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .point-1__box {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-dayserum .point-1__note-1 {
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .point-1__note-1 {
    margin-top: 1.333333333333333vw;
  }
}
.products-suncare-dayserum .point-1__note-2 {
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .point-1__note-2 {
    margin-top: 1.333333333333333vw;
  }
}
.products-suncare-dayserum .point-2 .bold {
  font-weight: 700;
}
.products-suncare-dayserum .point-2__logo {
  text-align: center;
}
.products-suncare-dayserum .point-2__logo img {
  width: 411px;
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .point-2__logo img {
    width: 62.66666666666667vw;
  }
}
.products-suncare-dayserum .point-2__text-medium {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .point-2__text-medium {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-dayserum .point-2__text-small {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .point-2__text-small {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-dayserum .c-point-carousel {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .c-point-carousel {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .c-point-carousel__caption-wrapper {
    margin-top: 5px;
  }
}
.products-suncare-dayserum .c-point-carousel__attention,
.products-suncare-dayserum .c-point-carousel__note {
  display: block;
  margin-top: 5px;
  text-align: left;
  font-size: 11px;
  font-weight: 400;
  line-height: 150% /* 16.5px */;
  letter-spacing: 0.55px;
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .c-point-carousel__attention,
  .products-suncare-dayserum .c-point-carousel__note {
    margin-top: 1.333333333333333vw;
    font-size: 1.866666666666667vw;
    letter-spacing: 0.093333333333333vw;
  }
}
.products-suncare-dayserum .c-point-carousel__text {
  color: #454141;
  margin-top: 15px;
  font-size: 13px;
  font-weight: 700;
  line-height: 150% /* 19.5px */;
  letter-spacing: 0.65px;
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .c-point-carousel__text {
    margin-top: 2.666666666666667vw;
    font-size: 2.666666666666667vw;
    letter-spacing: 0.133333333333333vw;
  }
}
.products-suncare-men-multicontrol-uv-gel {
  --primary-color: #013485;
  --comparison-primary-color: #0076c5;
  --intro-bg-color: linear-gradient(180deg, #1a4389 0%, #bbdbee 82.21%);
  --tab-active-color: linear-gradient(99deg, #013485 0.69%, #09224a 100%);
  --wrapper-bg-color: linear-gradient(113deg, #e4ebf4 0.73%, #8cb2d3 100%);
  --detail-copy-color: #013485;
  --texture-bg-color: #013485;
  --daily-use-bg-color: linear-gradient(113deg, #8cb2d3 0.73%, #e4ebf4 100%);
  --how-to-color: #013485;
  --compare-link-bg-color: linear-gradient(93deg, #01a0d2 2.01%, #0076c5 100%);
  --accordion-header-color: linear-gradient(99deg, #013485 0.69%, #09224a 100%);
}
@media screen and (max-width: 767px) {
  .products-suncare-men-multicontrol-uv-gel .c-tab-wrapper {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-men-multicontrol-uv-gel .c-tab-button .c-tab-button__box {
  padding-right: calc(30 / 524 * 100%);
}
.products-suncare-men-multicontrol-uv-gel .c-tab-button img {
  width: 39.486px;
  aspect-ratio: 39.49/78.7;
  margin-right: 20px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .products-suncare-men-multicontrol-uv-gel .c-tab-button img {
    width: 8.266666666666666vw;
    margin-right: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-men-multicontrol-uv-gel .c-tab-button--1 .c-tab-button__box {
    padding-left: 7.466666666666668vw;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-men-multicontrol-uv-gel .c-tab-button--2 .c-tab-button__box {
    padding-left: 4vw;
  }
}
.products-suncare-men-multicontrol-uv-gel .c-product-intro {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .products-suncare-men-multicontrol-uv-gel .c-product-texture__box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-men-multicontrol-uv-gel .c-product-texture__box {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-men-multicontrol-uv-gel .c-product-texture + .c-product-texture {
    margin-top: 8vw;
  }
}
.products-suncare-men-multicontrol-uv-gel .c-product-textures {
  color: #fff;
}
.products-suncare-men-multicontrol-uv-gel .c-product-textures::before {
  content: '';
  position: absolute;
  pointer-events: none;
  display: block;
  background-image: url("../img/textures/texture.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .products-suncare-men-multicontrol-uv-gel .c-product-textures::before {
    aspect-ratio: 242/116;
    width: 242px;
    top: -6px;
    right: -26px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-men-multicontrol-uv-gel .c-product-textures::before {
    aspect-ratio: 111/78;
    width: 29.599999999999998vw;
    right: -5.333333333333334vw;
    top: -3.186666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-men-multicontrol-uv-gel .c-daily-use__container img {
    width: 500px;
    aspect-ratio: 500/281;
  }
}
.products-suncare-men-multicontrol-uv-gel .how-to-append {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .products-suncare-men-multicontrol-uv-gel .how-to-append {
    margin-bottom: 5.866666666666666vw;
  }
}
.products-suncare-men-multicontrol-uv-gel .how-to-append__iframe-wrapper {
  text-align: center;
}
.products-suncare-men-multicontrol-uv-gel .how-to-append__iframe-wrapper iframe {
  width: 500px;
  height: auto;
  aspect-ratio: 500/281;
}
@media screen and (max-width: 767px) {
  .products-suncare-men-multicontrol-uv-gel .how-to-append__iframe-wrapper iframe {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-men-multicontrol-uv-gel .c-product-compare-link {
    padding-left: 28.000000000000004vw;
  }
}
.products-suncare-men-multicontrol-uv-gel .c-product-compare-link__img {
  width: 73px;
  height: 145px;
  top: -12.22px;
  left: -39px;
}
@media screen and (max-width: 767px) {
  .products-suncare-men-multicontrol-uv-gel .c-product-compare-link__img {
    width: 11.653333333333334vw;
    height: 23.200000000000003vw;
    top: -5.197333333333333vw;
    left: 8.360000000000001vw;
  }
}
.products-suncare-men-multicontrol-uv-gel .c-product-how-to-wrapper {
  padding-bottom: 0;
}
.products-suncare-men-multicontrol-uv-gel .compare-wrapper {
  margin-top: 60px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .products-suncare-men-multicontrol-uv-gel .compare-wrapper {
    margin-top: 10.666666666666668vw;
    padding-bottom: 10.666666666666668vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-men-multicontrol-uv-gel .c-product-compare-link {
    padding-left: 50px;
  }
}
.products-suncare-men-multicontrol-uv-gel .c-points__body {
  display: none;
}
.products-suncare-men-multicontrol-uv-gel .c-points__container {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .products-suncare-men-multicontrol-uv-gel .c-points__container {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-men-multicontrol-uv-gel .point-figures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .products-suncare-men-multicontrol-uv-gel .point-figures {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-men-multicontrol-uv-gel .point-figures__figure {
    width: 420px;
  }
}
.products-suncare-men-multicontrol-uv-gel .point-figures__caption-wrapper {
  text-align: center;
}
.products-suncare-men-multicontrol-uv-gel .point-figures__caption-wrapper .bold {
  display: block;
  font-size: 19px;
  font-weight: 700;
  line-height: 150% /* 24px */;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .products-suncare-men-multicontrol-uv-gel .point-figures__caption-wrapper .bold {
    font-size: 5.119vw;
    letter-spacing: 0.213333333333333vw;
  }
}
.products-suncare-men-multicontrol-uv-gel .point-figures__caption-wrapper .normal {
  margin-top: 2px;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 150% /* 18px */;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .products-suncare-men-multicontrol-uv-gel .point-figures__caption-wrapper .normal {
    margin-top: 0.533333333333333vw;
    font-size: 4.159vw;
    letter-spacing: 0.173333333333333vw;
  }
}
.products-suncare-men-multicontrol-uv-gel .point-figures img {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .products-suncare-men-multicontrol-uv-gel .point-figures img {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-men-perfect-uv-sm {
  --primary-color: #01a0d2;
  --comparison-primary-color: #013485;
  --intro-bg-color: linear-gradient(180deg, #1974b0 0%, #9fceeb 76.44%);
  --tab-active-color: linear-gradient(93deg, #01a0d2 2.01%, #0076c5 100%);
  --wrapper-bg-color: linear-gradient(113deg, #e6f3fb 0.73%, #95cde9 100%);
  --detail-copy-color: #01a0d2;
  --where-to-buy-wrapper-bg-color: linear-gradient(93deg, #01a0d2 2.01%, #0076c5 100%);
  --texture-bg-color: #01a0d2;
  --daily-use-bg-color: linear-gradient(113deg, #95cde9 0.73%, #e6f3fb 100%);
  --how-to-color: #01a0d2;
  --compare-link-bg-color: linear-gradient(99deg, #013485 0.69%, #09224a 100%);
  --accordion-header-color: linear-gradient(93deg, #01a0d2 2.01%, #0076c5 100%);
}
@media screen and (max-width: 767px) {
  .products-suncare-men-perfect-uv-sm .c-tab-wrapper {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-men-perfect-uv-sm .c-tab-button .c-tab-button__box {
  padding-right: calc(30 / 524 * 100%);
}
.products-suncare-men-perfect-uv-sm .c-tab-button img {
  width: 39.486px;
  aspect-ratio: 39.49/78.7;
  margin-right: 20px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .products-suncare-men-perfect-uv-sm .c-tab-button img {
    width: 8.266666666666666vw;
    margin-right: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-men-perfect-uv-sm .c-tab-button--1 .c-tab-button__box {
    padding-left: 7.466666666666668vw;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-men-perfect-uv-sm .c-tab-button--2 .c-tab-button__box {
    padding-left: 4vw;
  }
}
.products-suncare-men-perfect-uv-sm .c-product-intro {
  color: #fff;
}
.products-suncare-men-perfect-uv-sm .append_banner {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .products-suncare-men-perfect-uv-sm .append_banner {
    margin-top: 10.666666666666668vw;
  }
}
.products-suncare-men-perfect-uv-sm .append_banner2 {
  margin-top: 0px;
}
.products-suncare-men-perfect-uv-sm .append_banner3 {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .products-suncare-men-perfect-uv-sm .append_banner3 {
    margin-top: 10.666666666666668vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-men-perfect-uv-sm .c-product-texture + .c-product-texture {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-men-perfect-uv-sm .c-product-texture + .c-product-texture {
    margin-top: 8vw;
  }
}
.products-suncare-men-perfect-uv-sm .c-product-textures {
  color: #fff;
}
.products-suncare-men-perfect-uv-sm .c-product-textures::before {
  content: '';
  position: absolute;
  pointer-events: none;
  display: block;
  background-image: url("../img/textures/texture.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 191/127;
}
@media screen and (min-width: 768px) {
  .products-suncare-men-perfect-uv-sm .c-product-textures::before {
    width: 191px;
    top: -23px;
    right: 86px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-men-perfect-uv-sm .c-product-textures::before {
    width: 24vw;
    right: -0.8vw;
    top: -1.6vw;
  }
}
.products-suncare-men-perfect-uv-sm .c-daily-use-wrapper {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .products-suncare-men-perfect-uv-sm .c-daily-use-wrapper {
    padding: 10.666666666666668vw 0;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-men-perfect-uv-sm .c-daily-use__container img {
    width: 500px;
    aspect-ratio: 500/281;
  }
}
.products-suncare-men-perfect-uv-sm .c-points-wrapper {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .products-suncare-men-perfect-uv-sm .c-points-wrapper {
    padding-bottom: 10.666666666666668vw;
  }
}
.products-suncare-men-perfect-uv-sm .c-product-how-to-wrapper {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .products-suncare-men-perfect-uv-sm .c-product-compare-link {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-men-perfect-uv-sm .c-product-compare-link {
    padding-left: 28.000000000000004vw;
  }
}
.products-suncare-men-perfect-uv-sm .c-product-compare-link__img {
  width: 73px;
  height: 145px;
  top: -12.22px;
  left: -39px;
}
@media screen and (max-width: 767px) {
  .products-suncare-men-perfect-uv-sm .c-product-compare-link__img {
    width: 11.653333333333334vw;
    height: 23.200000000000003vw;
    top: -5.197333333333333vw;
    left: 8.360000000000001vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-men-perfect-uv-sm .c-points .c-accordion-header {
    padding-top: 15px;
    padding-bottom: 20px;
    min-height: 90px;
  }
}
.products-suncare-men-perfect-uv-sm .c-points__body {
  display: none;
}
.products-suncare-men-perfect-uv-sm .c-points__container {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .products-suncare-men-perfect-uv-sm .c-points__container {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-men-perfect-uv-sm .point {
  text-align: center;
}
.products-suncare-men-perfect-uv-sm .point__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
}
.products-suncare-men-perfect-uv-sm .point__text .bold {
  font-weight: 700;
}
.products-suncare-men-perfect-uv-sm .point__figure {
  max-width: 700px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .products-suncare-men-perfect-uv-sm .point__figure {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-mineral_uv_mild {
  --primary-color: #508fe1;
  --intro-bg-color: linear-gradient(180deg, var(--mild_milk-primary_pale_01, #fff1f2) 0%, var(--mild_milk-secondary_pale, #ebf5ff) 56.25%);
  --intro-text-color: #9d7516;
  --tab-active-color: linear-gradient(93deg, var(--mild_gel-primary_deep_01, #508fe1) 2.01%, var(--mild_gel-primary_deep_02, #78affa) 100%);
  --detail-copy-color: #508fe1;
  --wrapper-bg-color: linear-gradient(90deg, var(--mild_gel-primary_pale_01, #ebf2fd) 0%, #fff 50%, var(--mild_gel-primary_pale_02, #d5f1fd) 100%);
  --comparison-primary-color: #f08895;
  --where-to-buy-wrapper-bg-color: linear-gradient(93deg, var(--mild_gel-primary_deep_01, #508fe1) 2.01%, var(--mild_gel-primary_deep_02, #78affa) 100%);
  --user-voice-bg-color: linear-gradient(303deg, var(--mild_gel-primary_pale_01, #ebf2fd) 19.61%, #fff 50%, var(--mild_gel-primary_pale_02, #d5f1fd) 80.39%);
  --compare-link-bg-color: linear-gradient(99deg, var(--mild_milk-primary_deep_01, #f08895) 0.69%, var(--mild_milk-primary_deep_02, #faacb5) 100%);
  --texture-bg-color: #d1def0;
  --accordion-header-color: linear-gradient(93deg, var(--mild_gel-primary_deep_01, #508fe1) 2.01%, var(--mild_gel-primary_deep_02, #78affa) 100%);
  --accordion-body-bg-color: linear-gradient(303deg, var(--mild_gel-primary_pale_01, #ebf2fd) 19.61%, #fff 50%, var(--mild_gel-primary_pale_02, #d5f1fd) 80.39%);
  --how-to-color: #508fe1;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .c-product-feature-list__item img {
    width: 98px;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .c-texture-col2-item__text {
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.products-suncare-mineral_uv_mild .c-product-how-to-step__label {
  font-family: 'Noto Sans TC', sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .c-product-how-to-step__label {
    font-size: 3.733333333333334vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.186666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .c-product-how-to-step__text {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .p-tab-button--1 .c-tab-button__box {
    padding-right: 11.75px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .p-tab-button--1 .c-tab-button__box {
    padding-left: 4vw;
  }
}
.products-suncare-mineral_uv_mild .p-tab-button--1 img {
  aspect-ratio: 1/2;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .p-tab-button--1 img {
    margin-right: 19.5px;
    width: 38.005px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .p-tab-button--1 img {
    margin-right: 2.666666666666667vw;
    width: 8.266666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .p-tab-button--2 .c-tab-button__box {
    padding-right: 8.03px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .p-tab-button--2 .c-tab-button__box {
    padding-left: 4.533333333333333vw;
  }
}
.products-suncare-mineral_uv_mild .p-tab-button--2 img {
  aspect-ratio: 22/63;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .p-tab-button--2 img {
    margin-right: 16.22px;
    width: 29.84px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .p-tab-button--2 img {
    margin-right: 4.533333333333333vw;
    width: 5.866666666666666vw;
  }
}
.products-suncare-mineral_uv_mild .c-product-textures::before {
  content: '';
  position: absolute;
  pointer-events: none;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .c-product-textures::before {
    background-image: url("../../../../products/suncare/mineral_uv_mild/img/textures/texture_pc.png");
    width: 379.31px;
    aspect-ratio: 379.31/253;
    top: -87.45px;
    right: -38.31px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .c-product-textures::before {
    background-image: url("../../../../products/suncare/mineral_uv_mild/img/textures/texture_sp.png");
    width: 43.46666666666666vw;
    aspect-ratio: 160/107;
    right: -8.533333333333333vw;
    top: -6.2vw;
  }
}
.products-suncare-mineral_uv_mild .append-users-voice {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .append-users-voice {
    margin-top: 16vw;
  }
}
.products-suncare-mineral_uv_mild .append-users-voice__title {
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
  letter-spacing: 1.25px;
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .append-users-voice__title {
    font-size: 4.266666666666667vw;
    letter-spacing: 0.213333333333333vw;
  }
}
.products-suncare-mineral_uv_mild .append-users-voice__body {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .append-users-voice__body {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .c-product-compare-link {
    padding-left: 28.000000000000004vw;
  }
}
.products-suncare-mineral_uv_mild .c-product-compare-link__img {
  aspect-ratio: 71.73/144.19;
  height: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .c-product-compare-link__img {
    width: 71.73px;
    left: -29.77px;
    top: -12.83px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .c-product-compare-link__img {
    width: 10.666666666666668vw;
    left: 12.266666666666666vw;
    top: -3.288vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .c-points__body {
    margin-top: 36px;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .c-points__summary-img {
    margin-top: 36px;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .c-points__summary-img img {
    max-width: 1012px;
  }
}
.products-suncare-mineral_uv_mild .point-summary-note {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .point-summary-note {
    margin-top: 1.333333333333333vw;
  }
}
.products-suncare-mineral_uv_mild .point {
  text-align: center;
}
.products-suncare-mineral_uv_mild .point__text-small {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .point__text-small {
    font-size: 2.666666666666667vw;
    line-height: 150%;
    letter-spacing: 0.133333333333333vw;
  }
}
.products-suncare-mineral_uv_mild .point__title {
  font-size: 34px;
  font-weight: 500;
  line-height: 150% /* 51px */;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .point__title {
    font-size: 5.333333333333334vw;
    letter-spacing: 0.266666666666667vw;
  }
}
.products-suncare-mineral_uv_mild .point__text-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 150% /* 30px */;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .point__text-medium {
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
  }
}
.products-suncare-mineral_uv_mild .point-1__text-small {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .point-1__text-small {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-mineral_uv_mild .point-1__figure {
  margin: 20px auto 0;
  max-width: 858px;
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .point-1__figure {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-mineral_uv_mild .point-1__note {
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .point-1__note {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-mineral_uv_mild .point-2__figure {
  margin: 0 auto;
  max-width: 700px;
}
.products-suncare-mineral_uv_mild .point-2__note {
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .point-2__note {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-mineral_uv_mild .point-3__figure {
  margin: 0 auto;
  max-width: 700px;
}
.products-suncare-mineral_uv_mild .point-3__note {
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .point-3__note {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_mild {
  --primary-color: #f08895;
  --intro-bg-color: linear-gradient(180deg, #fff1f2 0%, #ebf5ff 56.25%);
  --intro-text-color: #9d7516;
  --tab-active-color: linear-gradient(99deg, #f08895 0.69%, #faacb5 100%);
  --detail-copy-color: #f08895;
  --wrapper-bg-color: linear-gradient(90deg, #fff1f2 0%, #fff 50%, #ebf5ff 100%);
  --comparison-primary-color: #508fe1;
  --where-to-buy-wrapper-bg-color: linear-gradient(99deg, #f08895 0.69%, #faacb5 100%);
  --user-voice-bg-color: linear-gradient(90deg, #ebf5ff 0%, #fff 50%, #fff1f2 100%);
  --compare-link-bg-color: linear-gradient(93deg, var(--mild_gel-primary_deep_01, #508fe1) 2.01%, var(--mild_gel-primary_deep_02, #78affa) 100%);
  --texture-bg-color: #fff6f7;
  --accordion-header-color: linear-gradient(99deg, #f08895 0.69%, #faacb5 100%);
  --accordion-body-bg-color: linear-gradient(90deg, #ebf5ff 0%, #fff 50%, #fff1f2 100%);
  --how-to-color: #f08895;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .c-texture-col2-item__text {
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.products-suncare-perfect_uv_mild .c-product-how-to-step__label {
  font-family: 'Noto Sans TC', sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .c-product-how-to-step__label {
    font-size: 3.733333333333334vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.186666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .c-product-how-to-step__text {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .p-tab-button--1 .c-tab-button__box {
    padding-right: 11.75px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .p-tab-button--1 .c-tab-button__box {
    padding-left: 4vw;
  }
}
.products-suncare-perfect_uv_mild .p-tab-button--1 img {
  aspect-ratio: 1/2;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .p-tab-button--1 img {
    margin-right: 19.5px;
    width: 38.005px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .p-tab-button--1 img {
    margin-right: 2.666666666666667vw;
    width: 8.266666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .p-tab-button--2 .c-tab-button__box {
    padding-right: 8.03px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .p-tab-button--2 .c-tab-button__box {
    padding-left: 4.533333333333333vw;
  }
}
.products-suncare-perfect_uv_mild .p-tab-button--2 img {
  aspect-ratio: 22/63;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .p-tab-button--2 img {
    margin-right: 16.22px;
    width: 29.84px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .p-tab-button--2 img {
    margin-right: 4.533333333333333vw;
    width: 5.866666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .c-texture-col2-item__figure {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .c-texture-col2-item__figure img {
    aspect-ratio: 500/300;
  }
}
.products-suncare-perfect_uv_mild .c-product-textures::before {
  content: '';
  position: absolute;
  pointer-events: none;
  display: block;
  background-image: url("../img/textures/texture.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .c-product-textures::before {
    width: 191px;
    aspect-ratio: 191/127;
    top: -27.82px;
    right: 27px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .c-product-textures::before {
    width: 24vw;
    aspect-ratio: 90/60;
    right: -0.8vw;
    top: -1.554666666666667vw;
  }
}
.products-suncare-perfect_uv_mild .append-users-voice {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .append-users-voice {
    margin-top: 16vw;
  }
}
.products-suncare-perfect_uv_mild .append-users-voice__title {
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
  letter-spacing: 1.25px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .append-users-voice__title {
    font-size: 4.266666666666667vw;
    letter-spacing: 0.213333333333333vw;
  }
}
.products-suncare-perfect_uv_mild .append-users-voice__body {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .append-users-voice__body {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .c-product-compare-link {
    padding-left: 28.000000000000004vw;
  }
}
.products-suncare-perfect_uv_mild .c-product-compare-link__img {
  aspect-ratio: 55/154.23;
  height: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .c-product-compare-link__img {
    width: 55px;
    left: -30.5px;
    top: -16.87px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .c-product-compare-link__img {
    width: 8vw;
    left: 15.733333333333333vw;
    top: -3.821333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .c-points__body {
    margin-top: 36px;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .c-points__summary-img {
    margin-top: 36px;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .c-points__summary-img img {
    max-width: 1012px;
  }
}
.products-suncare-perfect_uv_mild .point-summary-note {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .point-summary-note {
    margin-top: 1.333333333333333vw;
  }
}
.products-suncare-perfect_uv_mild .point {
  text-align: center;
}
.products-suncare-perfect_uv_mild .point__text-small {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .point__text-small {
    font-size: 2.666666666666667vw;
    line-height: 150%;
    letter-spacing: 0.133333333333333vw;
  }
}
.products-suncare-perfect_uv_mild .point__title {
  font-size: 34px;
  font-weight: 500;
  line-height: 150% /* 51px */;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .point__title {
    font-size: 5.333333333333334vw;
    letter-spacing: 0.266666666666667vw;
  }
}
.products-suncare-perfect_uv_mild .point__text-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 150% /* 30px */;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .point__text-medium {
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
  }
}
.products-suncare-perfect_uv_mild .point-1__text-small {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .point-1__text-small {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_mild .point-1__figure {
  margin: 20px auto 0;
  max-width: 862px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .point-1__figure {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-perfect_uv_mild .point-2__figure {
  margin: 0 auto;
  max-width: 700px;
}
.products-suncare-perfect_uv_mild .point-2__note {
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .point-2__note {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_mild .point-3__figure {
  margin: 0 auto;
  max-width: 700px;
}
.products-suncare-perfect_uv_mild .point-3__note {
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .point-3__note {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_sm {
  --primary-color: #23539d;
  --detail-copy-color: #23539d;
  --comparison-primary-color: #cae1f3;
  --wrapper-bg-color: linear-gradient(90deg, #cae1f3 0%, #eff7fe 100%);
  --where-to-buy-wrapper-bg-color: linear-gradient(90deg, #23539d 0%, #4a84c5 100%);
  --user-voice-bg-color: linear-gradient(90deg, #eff7fe 0%, #cae1f3 100%);
  --compare-bg-color: linear-gradient(90deg, #cae1f3 0%, #eff7fe 100%);
  --compare-label-color: #23539d;
  --table-border-color: #c5d6e9;
  --table-bg-color: #f8fbff;
  --compare-link-bg-color: linear-gradient(92deg, #65abe5 -0.09%, #93ccfc 99.91%);
  --accordion-header-color: linear-gradient(90deg, #23539d 0%, #4a84c5 100%);
  --accordion-body-bg-color: linear-gradient(90deg, #eff7fe 0%, #cae1f3 100%);
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .c-points__summary-img img {
    max-width: 1012px;
  }
}
.products-suncare-perfect_uv_sm .point-bottom {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point-bottom {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-perfect_uv_sm .point-bottom__text,
.products-suncare-perfect_uv_sm .point-bottom__iframe {
  margin-top: 30px;
  width: 100%;
}
.products-suncare-perfect_uv_sm .point-bottom__text iframe,
.products-suncare-perfect_uv_sm .point-bottom__iframe iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point-bottom__text,
  .products-suncare-perfect_uv_sm .point-bottom__iframe {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_sm .point__text-small {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point__text-small {
    font-size: 2.666666666666667vw;
    line-height: 150%;
    letter-spacing: 0.133333333333333vw;
  }
}
.products-suncare-perfect_uv_sm .point__title {
  font-size: 34px;
  font-weight: 500;
  line-height: 150% /* 51px */;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point__title {
    font-size: 5.333333333333334vw;
    letter-spacing: 0.266666666666667vw;
  }
}
.products-suncare-perfect_uv_sm .point__text-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 150% /* 30px */;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point__text-medium {
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
  }
}
.products-suncare-perfect_uv_sm .point-1 {
  text-align: center;
}
.products-suncare-perfect_uv_sm .point-1:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point-1:not(:first-child) {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-perfect_uv_sm .point-1__tilted {
  background-color: #eee363;
  display: inline-block;
  padding: 0 30px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% /* 36px */;
  letter-spacing: 1.2px;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point-1__tilted {
    font-size: 4.266666666666667vw;
    letter-spacing: 0.213333333333333vw;
    padding: 0 5.333333333333334vw;
  }
}
.products-suncare-perfect_uv_sm .point-1__text-small {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point-1__text-small {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_sm .point-1__text-small-2 {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point-1__text-small-2 {
    margin-top: 1.333333333333333vw;
  }
}
.products-suncare-perfect_uv_sm .point-1__text-medium {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point-1__text-medium {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-perfect_uv_sm .point-1__title {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point-1__title {
    margin-top: 1.333333333333333vw;
  }
}
.products-suncare-perfect_uv_sm .point-1__title-2 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point-1__title-2 {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_sm .point-1__figure {
  margin: 30px auto 0;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point-1__figure {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_sm .point-1__note-1 {
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point-1__note-1 {
    margin-top: 1.333333333333333vw;
  }
}
.products-suncare-perfect_uv_sm .point-1__note-2 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point-1__note-2 {
    margin-top: 1.333333333333333vw;
  }
}
.products-suncare-perfect_uv_sm .point-1__figure-2 {
  margin: 20px auto 0;
  max-width: 858px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point-1__figure-2 {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_sm .point-2 {
  text-align: center;
}
.products-suncare-perfect_uv_sm .point-2__figure {
  margin: 30px auto 0;
  max-width: 858px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point-2__figure {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-perfect_uv_sm .c-accordion__body[data-accordion='point-3'] {
  background-image: url("../img/points/3/bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .c-accordion__body[data-accordion='point-3'] {
    background-image: url("/anessa/products/suncare/perfect_uv_sm/img/points/3/bg_sp.png");
  }
}
.products-suncare-perfect_uv_sm .point-3 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point-3__title {
    margin-top: 1.333333333333333vw;
  }
}
.products-suncare-perfect_uv_sm .point-3__figure {
  margin: 30px auto 0;
  max-width: 860px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point-3__figure {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-perfect_uv_sm .point-3__note {
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point-3__note {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_sm .point-3__text-small {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .point-3__text-small {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk {
  --primary-color: #1fa9da;
  --detail-copy-color: #0d77c9;
  --wrapper-bg-color: linear-gradient(90deg, #ddf5ff 0%, #dfedff 100%);
  --where-to-buy-wrapper-bg-color: linear-gradient(90deg, #0d77c9 0%, #1fa9da 100%);
  --user-voice-bg-color: linear-gradient(90deg, #ddf5ff 0%, #dfedff 100%);
  --accordion-header-color: linear-gradient(90deg, #0d77c9 0%, #1fa9da 100%);
  --accordion-body-bg-color: linear-gradient(137deg, #dfedff -0.04%, #fff 49.96%, #ddf5ff 99.96%);
  --texture-bg-color: linear-gradient(137deg, #dfedff -0.04%, #fff 49.96%, #ddf5ff 99.96%);
  --how-to-color: #0d77c9;
}
.products-suncare-perfect_uv_spray_a_sk .c-product-textures {
  text-align: center;
  position: relative;
}
.products-suncare-perfect_uv_spray_a_sk .c-product-textures::before {
  content: '';
  position: absolute;
  pointer-events: none;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .c-product-textures::before {
    aspect-ratio: 402/268;
    background-image: url("../../../../products/suncare/perfect_uv_spray_a_sk/img/textures/texture_pc.png");
    width: 402px;
    top: -67px;
    right: -66px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .c-product-textures::before {
    aspect-ratio: 210.39/140.12;
    background-image: url("../../../../products/suncare/perfect_uv_spray_a_sk/img/textures/texture_sp.png");
    width: 56.00000000000001vw;
    right: -13.437333333333335vw;
    top: -12.831999999999999vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .c-product-textures .texture-title {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.25px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .c-product-textures .texture-title {
    font-size: 4.266666666666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.213333333333333vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .c-product-textures .texture-text {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .c-product-textures .texture-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .c-product-textures .texture-text {
    font-size: 3.733333333333334vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.186666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .c-product-textures .texture-text {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .c-product-textures .texture-image {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .c-product-textures .texture-image {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .c-product-textures .texture-image img {
    width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .c-points__summary-img img {
    max-width: 641px;
  }
}
.products-suncare-perfect_uv_spray_a_sk .point-bottom {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .point-bottom {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .point-bottom__text {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.25px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .point-bottom__text {
    font-size: 3.733333333333334vw;
    letter-spacing: 0.186666666666667vw;
    margin: 0 -2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .point-bottom__banner {
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .point-bottom__banner {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .point__text-small {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .point__text-small {
    font-size: 2.666666666666667vw;
    line-height: 150%;
    letter-spacing: 0.133333333333333vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .point__title {
  font-size: 34px;
  font-weight: 500;
  line-height: 150% /* 51px */;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .point__title {
    font-size: 5.333333333333334vw;
    letter-spacing: 0.266666666666667vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .point__text-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 150% /* 30px */;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .point__text-medium {
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .point-1 {
  text-align: center;
}
.products-suncare-perfect_uv_spray_a_sk .point-1__text-small {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .point-1__text-small {
    margin-top: 1.333333333333333vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .point-1__figure {
  margin: 30px auto 0;
  max-width: 858px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .point-1__figure {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .point-1__list {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .point-1__list {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .point-1__list-text:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .point-1__list-text:not(:first-child) {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .point-2 {
  text-align: center;
}
.products-suncare-perfect_uv_spray_a_sk .point-2__title {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .point-2__title {
    margin-top: 1.333333333333333vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .point-2__figure {
  margin: 20px auto 0;
  max-width: 720px;
}
.products-suncare-perfect_uv_spray_a_sk .point-2__note {
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .point-2__note {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .point-2__text-small {
    font-size: 3.733333333333334vw;
    font-weight: 500;
    line-height: 150% /* 21px */;
    letter-spacing: 0.186666666666667vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .point-2__text-small-2 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .point-2__text-small-2 {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-skinserum {
  --primary-color: #004681;
  --wrapper-bg-color: linear-gradient(90deg, #000f54 0%, #012384 100%);
  --detail-bg-color: #004681;
  --detail-copy-color: #d8bb5a;
  --where-to-buy-wrapper-bg-color: linear-gradient(113deg, #004681 0.73%, #000 100%);
  --accordion-header-color: linear-gradient(90deg, #ae9237 45.67%, #d8bb5a 100%);
  --accordion-body-bg-color: linear-gradient(113deg, #004681 0.73%, #000 100%);
  --wrapper-bg-color-2: linear-gradient(90deg, #012384 0%, #000f54 100%);
  --how-to-color: #bd9a5f;
  --how-to-accordion-header-color: #000f54;
  --how-to-wrapper-color: #000f54;
  --how-to-bg-color: #004681;
  --compare-link-bg-color: linear-gradient(90deg, #23539d 0%, #4a84c5 100%);
  --awards-accordion-header-color: #9f8b49;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .c-product-feature-list__item img {
    width: 101px;
  }
}
.products-suncare-skinserum .c-points .c-accordion-header__toggle::before,
.products-suncare-skinserum .c-points .c-accordion-header__toggle::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(45.67%, #ae9237), to(#d8bb5a));
  background: -webkit-linear-gradient(left, #ae9237 45.67%, #d8bb5a 100%);
  background: linear-gradient(90deg, #ae9237 45.67%, #d8bb5a 100%);
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .c-product-textures-wrapper {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .c-product-texture__col2 {
    margin-top: 84px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .c-product-texture__col2 {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-skinserum .c-product-textures {
  position: relative;
}
.products-suncare-skinserum .c-product-textures::before {
  content: '';
  position: absolute;
  pointer-events: none;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/textures/texture.png");
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .c-product-textures::before {
    width: 120px;
    top: -2.93px;
    right: 64px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .c-product-textures::before {
    width: 15.466666666666667vw;
    right: 3.733333333333334vw;
    top: -0.706666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .c-texture-col2-item__text {
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.products-suncare-skinserum .c-product-how-to-wrapper {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .c-product-how-to-wrapper {
    padding-bottom: 10.666666666666668vw;
  }
}
.products-suncare-skinserum .c-product-compare-link-wrapper {
  padding: 90px 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .c-product-compare-link-wrapper {
    padding: 10.666666666666668vw 0;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .c-product-compare-link {
    padding-left: 50px;
  }
}
.products-suncare-skinserum .c-product-compare-link__img {
  width: 71px;
  height: 147.195px;
  top: -13.5px;
  left: -58px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .c-product-compare-link__img {
    width: 10.666666666666668vw;
    height: 21.333333333333336vw;
    top: -3.290666666666667vw;
    left: 15.2vw;
  }
}
.products-suncare-skinserum .c-product-detail__box--has-border {
  border-color: rgba(255,255,255,0.2);
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .c-product-price-list__items {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .c-product-price-list__item::after {
    content: none;
  }
}
.products-suncare-skinserum .append-how-to:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .append-how-to:not(:first-child) {
    margin-top: 13.333333333333334vw;
  }
}
.products-suncare-skinserum .append-how-to__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .append-how-to__body {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .append-how-to__title::before,
  .products-suncare-skinserum .append-how-to__title::after {
    width: 3.072vw;
    height: auto;
    aspect-ratio: 11.52/18;
    background-image: url("/anessa/products/suncare/skinserum/img/slash-left_sp.svg");
  }
  .products-suncare-skinserum .append-how-to__title::after {
    background-image: url("/anessa/products/suncare/skinserum/img/slash-right_sp.svg");
  }
}
.products-suncare-skinserum .append-how-to__image {
  margin: 0 auto;
  text-align: center;
}
.products-suncare-skinserum .append-how-to__image img {
  width: 512px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .append-how-to__image img {
    width: 100%;
  }
}
.products-suncare-skinserum .append-how-to__note-list {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .append-how-to__note-list {
    max-width: 512px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .append-how-to__note-list {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-skinserum .append-how-to__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .append-how-to__dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.666666666666667vw;
    margin-top: -2.666666666666667vw;
  }
}
.products-suncare-skinserum .append-how-to__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 9px 20px;
  border: 1px solid #d8bb5a;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 311px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .append-how-to__box {
    padding: 2.666666666666667vw;
    max-width: 100%;
    gap: 1.333333333333333vw;
  }
}
.products-suncare-skinserum .append-how-to__box dt {
  color: #d8bb5a;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .append-how-to__box dt {
    font-size: 3.733333333333334vw;
    letter-spacing: 0.186666666666667vw;
  }
}
.products-suncare-skinserum .append-how-to__box dd {
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .append-how-to__box dd {
    font-size: 2.666666666666667vw;
    letter-spacing: 0.133333333333333vw;
  }
}
.products-suncare-skinserum .append-refill-wrapper {
  background: -webkit-linear-gradient(337deg, #000f54 0.73%, #012384 100%);
  background: linear-gradient(113deg, #000f54 0.73%, #012384 100%);
  padding: 6.32px 0 8.68px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .append-refill-wrapper {
    padding: 0;
  }
}
.products-suncare-skinserum .append-refill__image {
  text-align: center;
}
.products-suncare-skinserum .append-refill__image img {
  width: 671px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .append-refill__image img {
    position: relative;
    left: -42.5px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .append-refill__image img {
    width: 100%;
  }
}
.products-suncare-skinserum .append-refill__note {
  text-align: center;
  margin-top: 8px;
  font-size: 11.435px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.572px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .append-refill__note {
    display: none;
  }
}
.products-suncare-skinserum .append-bottom-kv-wrapper {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .c-points__summary-img img {
    max-width: 507px;
  }
}
.products-suncare-skinserum .point-summary__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 140% /* 28px */;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .point-summary__text {
    font-size: 3.466666666666666vw;
    line-height: 150% /* 19.5px */;
    letter-spacing: 0.173333333333333vw;
  }
}
.products-suncare-skinserum .point-summary__title {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .point-summary__title {
    margin-top: 2.666666666666667vw;
    font-size: 5.333333333333334vw;
    letter-spacing: 0.266666666666667vw;
  }
}
.products-suncare-skinserum .point-summary__note {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .point-summary__note {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-skinserum .c-points__summary-img {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .c-points__summary-img {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-skinserum .point {
  text-align: center;
}
.products-suncare-skinserum .point__text-small {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .point__text-small {
    font-size: 2.666666666666667vw;
    line-height: 150%;
    letter-spacing: 0.133333333333333vw;
  }
}
.products-suncare-skinserum .point__title {
  font-size: 34px;
  font-weight: 500;
  line-height: 150% /* 51px */;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .point__title {
    font-size: 5.333333333333334vw;
    letter-spacing: 0.266666666666667vw;
  }
}
.products-suncare-skinserum .point__text-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 150% /* 30px */;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .point__text-medium {
    font-size: 3.466666666666666vw;
    letter-spacing: 0.173333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .point-1__title {
    font-size: 31px;
    letter-spacing: 1.55px;
  }
}
.products-suncare-skinserum .point-1__figure {
  margin: 30px auto 0;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .point-1__figure {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-skinserum .point-1__note {
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .point-1__note {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .point-2__title {
    font-size: 31px;
    letter-spacing: 1.55px;
  }
}
.products-suncare-skinserum .point-2__figure {
  margin: 20px auto 0;
  max-width: 432px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .point-2__figure {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-skinserum .point-2__note {
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .point-2__note {
    margin-top: 5.333333333333334vw;
  }
}
