@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;
}
.follow-cart {
  position: fixed;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .follow-cart {
    width: 60px;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .follow-cart {
    width: 19.733333333333334vw;
    right: -2.4vw;
    bottom: -1.066666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #lineup_bnr {
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-image: url("../img/lineup_bnr_bg02_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;
}
@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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 1440px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_bnr_link {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .lineup_bnr_img,
  .lineup_bnr_txt {
    position: relative;
  }
  .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 {
    /*width: 617px;*/
    width: 43%;
    margin-left: auto;
    margin-right: 60px;
  }
  .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");
  }
}
.lineup_bnr_txt {
  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;
}
.lineup_bnr_txt::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .lineup_bnr_txt {
    width: 477px;
    font-size: 20px;
    letter-spacing: 0.1em;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .lineup_bnr_txt::before {
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-image: url("../img/lineup_bnr_bg03_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .lineup_bnr_txt {
    height: 21.333333333333336vw;
    background: -webkit-gradient(linear, left top, right top, from(#65d5ec), to(#4496bf));
    background: -webkit-linear-gradient(left, #65d5ec 0%, #4496bf 100%);
    background: linear-gradient(90deg, #65d5ec 0%, #4496bf 100%);
    font-size: 4.266666666666667vw;
    letter-spacing: 0.06em;
  }
}
.lineup_bnr_txt::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");
}
@media screen and (min-width: 768px) {
  .lineup_bnr_txt::after {
    width: 7px;
    height: 12px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_bnr_txt::after {
    width: 1.866666666666667vw;
    height: 3.2vw;
    margin-left: 3.2vw;
  }
}
/* --------------------------------
  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;
  padding-top: 56.25%;
  width: 100%;
}
.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;
  }
}
#content {
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  #container {
    min-width: auto;
  }
}
.movie_iframewrap {
  position: relative;
  height: 0;
  margin: auto;
  width: 100%;
  padding-bottom: 56.25%;
}
.movie_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: 9%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    /*width: 1440px;
    padding-left: 280px;*/
  }
}
@media screen and (min-width: 1024px) {
  .kv_txt {
    position: absolute;
    top: 50%;
    left: 19%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    /*width: 1440px;
    padding-left: 280px;*/
  }
}
@media screen and (max-width: 767px) {
  .kv_txt {
    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: 40px;
    letter-spacing: 0.1em;
    margin-bottom: -20px;
  }
}
@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;
  }
}
@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: -10px;
    font-size: 30px;
  }
}
@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;
  }
}
@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 20px;
    max-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;*/
    width: 43%;
  }
}
.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 !important;
    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 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about_sustainable {
    margin: auto;
    margin-top: 5.066666666666666vw;
    width: 70.33333333333333vw;
  }
}
.about_products {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about_products {
    /*width: 512px;*/
    width: 48%;
  }
}
@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: 0px;
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .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: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .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: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .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: 5px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1024px) {
  .about_products_capacity {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1024px) {
  .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;
    margin-bottom: 20px;
  }
}
@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;
    padding:0 20px;
    max-width:1360px;
    margin: auto;
  }
}
@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: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sustainable_graph {
    margin-top: 5.866666666666666vw;
    padding-bottom: 7.199999999999999vw;
  }
}
.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;
  }
}
.products-suncare-allinone_beauty_pact {
  letter-spacing: 2px;
  color: #483431;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #container {
    min-width: 1180px;
  }
}
.products-suncare-allinone_beauty_pact h2,
.products-suncare-allinone_beauty_pact h3,
.products-suncare-allinone_beauty_pact h4,
.products-suncare-allinone_beauty_pact h5 {
  font-weight: normal;
}
.products-suncare-allinone_beauty_pact #lp_kv .kv_img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_kv .kv_img {
    width: 100%;
    height: 450px;
    background: url("/anessa/products/suncare/allinone_beauty_pact/img/kv_pc.jpg") no-repeat top center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_kv .kv_img {
    width: 100%;
  }
}
.products-suncare-allinone_beauty_pact #lp_kv .kv_img .ttl {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_kv .kv_img .ttl {
    margin: -154px 0 0 -501px;
    width: 591px !important;
    top: 50%;
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_kv .kv_img .ttl {
    width: 84.26%;
    bottom: auto;
    top: 4%;
    left: 8%;
  }
}
.products-suncare-allinone_beauty_pact #read {
  background-color: #fbfaf5;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read {
    padding: 0 0 39px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read {
    padding: 0 0 12.8vw;
  }
}
.products-suncare-allinone_beauty_pact #read 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) {
  .products-suncare-allinone_beauty_pact #read a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-allinone_beauty_pact #read a:hover {
    opacity: 0.7;
  }
}
.products-suncare-allinone_beauty_pact #read h2 {
  background-color: #fff;
  font-style: italic;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15em;
  color: #a48326;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read h2 {
    padding: 26px 0 33px;
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read h2 {
    padding: 3.466666666666666vw 0 4.266666666666667vw;
    font-size: 4.666666666666667vw;
  }
}
.products-suncare-allinone_beauty_pact #read h2 span {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read h2 span {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read h2 span {
    font-size: 3.333333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion {
    margin: 99px auto 0;
    width: 990px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .promotion {
    margin: 9.866666666666667vw auto 0;
    width: 89.33333333333333vw;
  }
}
.products-suncare-allinone_beauty_pact #read .promotion .flex-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area .area-l {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area .area-l {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area .area-l .image {
    margin: 0;
    padding: 33px 0 0;
    width: 500px;
    height: 440px;
    background-color: #fff;
  }
}
.products-suncare-allinone_beauty_pact #read .promotion .flex-area .area-l .image img {
  display: block;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area .area-l .image img {
    margin: 30px 0 0 75px;
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area .area-l .image img {
    margin: 4vw 0 0 1.333333333333333vw;
    width: 41.733333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area .area-r {
    margin: 0;
    width: 399px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area .area-r {
    margin: -1.333333333333333vw 0 0;
    width: 50%;
  }
}
.products-suncare-allinone_beauty_pact #read .promotion .flex-area .become-one {
  text-align: center;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area .become-one {
    margin: 0 0 0 5px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area .become-one {
    margin: 0 0 0 1.333333333333333vw;
    display: inline-block;
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area .become-one--cn {
    margin: 0 0 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area .become-one--cn {
    margin: 0 0 0 12vw;
  }
}
.products-suncare-allinone_beauty_pact #read .promotion .flex-area ul.merit-list {
  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 (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area ul.merit-list {
    margin: 29px 0 0 2px;
    width: 277px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area ul.merit-list {
    margin: 1.866666666666667vw auto 0 0;
    width: 36.8vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area ul.merit-list li {
    width: 87px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area ul.merit-list li {
    width: 11.600000000000001vw;
  }
}
.products-suncare-allinone_beauty_pact #read .promotion .flex-area h3.name {
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area h3.name {
    margin: -6px 0 0 0;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area h3.name {
    margin: 0 0 0 -0.8vw;
    font-size: 4vw;
  }
}
.products-suncare-allinone_beauty_pact #read .promotion .flex-area h3.name span {
  display: inline-block;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area h3.name span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area h3.name span {
    font-size: 2.933333333333333vw;
  }
}
.products-suncare-allinone_beauty_pact #read .promotion .flex-area p.tag {
  display: inline-block;
  background-color: #333;
  text-align: center;
  letter-spacing: 0.18em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area p.tag {
    min-width: 48%;
    margin: 21px 0 0 2px;
    padding: 0 1.5em;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area p.tag {
    min-width: 78.57142857142857%;
    margin: 2.666666666666667vw 0 0 0;
    padding: 0 0.2em;
    height: 6vw;
    line-height: 6vw;
    font-size: 2.8vw;
  }
}
.products-suncare-allinone_beauty_pact #read .promotion .flex-area .icon {
  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 (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area .icon {
    margin: 0;
    width: 167px;
    position: absolute;
    top: -2px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area .icon {
    margin: 2.666666666666667vw 0 0 -0.8vw;
    width: 25.066666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area .icon img {
    width: 79px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .promotion .flex-area .icon img {
    width: 12.266666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion p.color-txt {
    margin: 27px 0 0 -7px;
    letter-spacing: 0.03em;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .promotion p.color-txt {
    margin: 5.866666666666666vw 0 -0.266666666666667vw -1.6vw;
    letter-spacing: 0em;
    font-size: 2.933333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion p.shop--cn,
  .products-suncare-allinone_beauty_pact #read .promotion p.shop--en {
    margin: 22px auto 0;
    line-height: 2.2;
    letter-spacing: 0.05em;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .promotion p.shop--cn,
  .products-suncare-allinone_beauty_pact #read .promotion p.shop--en {
    margin: 4vw auto 0;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion .colors {
    margin: 13px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .promotion .colors {
    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;
    margin: 2.133333333333333vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion .colors div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .promotion .colors div {
    width: calc(50% - 0.5px);
  }
}
.products-suncare-allinone_beauty_pact #read .promotion .colors div:nth-of-type(1) p {
  background-color: #f1eae2;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion .colors div:nth-of-type(2) {
    margin: 11px 0 0;
  }
}
.products-suncare-allinone_beauty_pact #read .promotion .colors div:nth-of-type(2) p {
  background-color: #e4d1b2;
}
.products-suncare-allinone_beauty_pact #read .promotion .colors p {
  margin: 0 0 1px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion .colors p {
    height: 38px;
    text-align: center;
    line-height: 38px;
    letter-spacing: 0.06em;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .promotion .colors p {
    height: 6.666666666666667vw;
    padding: 0 0 0 2.133333333333333vw;
    font-size: 2.4vw;
    letter-spacing: 0em;
    line-height: 6.666666666666667vw;
  }
}
.products-suncare-allinone_beauty_pact #read .promotion .colors p:nth-of-type(1) {
  background-color: #f1eae2;
}
.products-suncare-allinone_beauty_pact #read .promotion .colors p:nth-of-type(2) {
  background-color: #e4d1b2;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .promotion .colors p:nth-of-type(2) {
    margin: 11px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .limited-colors {
    margin: 15px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .limited-colors {
    margin: 1.866666666666667vw auto 0;
    width: 89.33333333333333vw;
  }
}
.products-suncare-allinone_beauty_pact #read .limited-colors p.item {
  margin: 0 0 0 0;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .limited-colors p.item {
    text-align: left;
    letter-spacing: 0.01em;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .limited-colors p.item {
    letter-spacing: 0.03em;
    font-size: 2.933333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .limited-colors p.item:nth-of-type(2) {
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .limited-colors p.item:nth-of-type(2) {
    margin: 2.933333333333333vw 0 0 0;
  }
}
.products-suncare-allinone_beauty_pact #read .limited-colors p.item span {
  display: inline-block;
  margin: 0 1em 0 0;
  padding: 0.2em 0;
  background-color: #ffd200;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .limited-colors p.item span {
    width: 85px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .limited-colors p.item span {
    width: 18.666666666666668vw;
  }
}
.products-suncare-allinone_beauty_pact #read .limited-colors p.shop--cn,
.products-suncare-allinone_beauty_pact #read .limited-colors p.shop--en {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .limited-colors p.shop--cn,
  .products-suncare-allinone_beauty_pact #read .limited-colors p.shop--en {
    margin: 13px 0 0 0;
    line-height: 2.2;
    letter-spacing: 0.05em;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .limited-colors p.shop--cn,
  .products-suncare-allinone_beauty_pact #read .limited-colors p.shop--en {
    margin: 1.6vw 0 0 0;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-size: 3.2vw;
  }
}
.products-suncare-allinone_beauty_pact #read .limited-colors .colors {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .limited-colors .colors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .limited-colors .colors div {
    width: calc(50% - 0.5px);
  }
}
.products-suncare-allinone_beauty_pact #read .limited-colors .colors div:nth-of-type(1) p {
  background-color: #f1eae2;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .limited-colors .colors div:nth-of-type(2) {
    margin: 11px 0 0;
  }
}
.products-suncare-allinone_beauty_pact #read .limited-colors .colors div:nth-of-type(2) p {
  background-color: #e4d1b2;
}
.products-suncare-allinone_beauty_pact #read .limited-colors .colors p {
  margin: 0 0 1px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .limited-colors .colors p {
    height: 38px;
    text-align: center;
    line-height: 38px;
    letter-spacing: 0.06em;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .limited-colors .colors p {
    padding: 0 0 0 2.133333333333333vw;
    height: 6.666666666666667vw;
    font-size: 2.4vw;
    letter-spacing: 0em;
    line-height: 6.666666666666667vw;
  }
}
.products-suncare-allinone_beauty_pact #read .limited-colors .colors p:nth-of-type(1) {
  background-color: #f1eae2;
}
.products-suncare-allinone_beauty_pact #read .limited-colors .colors p:nth-of-type(2) {
  background-color: #e4d1b2;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .limited-colors .colors p:nth-of-type(2) {
    margin: 11px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .limited {
    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;
    margin: 61px auto 0;
    padding: 30px 0 30px;
    border-top: 1px solid #e6e5e3;
    width: 990px;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .limited {
    margin: 10.666666666666668vw auto 0;
    width: 89.33333333333333vw;
  }
}
.products-suncare-allinone_beauty_pact #read .limited h3 {
  font-style: italic;
  letter-spacing: 0.18em;
  color: #00acd7;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .limited h3 {
    text-align: center;
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .limited h3 {
    text-align: right;
    font-size: 4.666666666666667vw;
  }
}
.products-suncare-allinone_beauty_pact #read .limited h3.--cn {
  margin: 0 25px 0 auto;
}
html:lang(en) .products-suncare-allinone_beauty_pact #read .limited h3 {
  margin: 0 -10px 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .limited p {
    margin: 0 40px 0 auto;
    width: 100%;
    text-align: center;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .limited p {
    margin: 0 10.666666666666668vw 0 auto;
    width: 50%;
    text-align: right;
    font-size: 3.2vw;
  }
}
html:lang(en) .products-suncare-allinone_beauty_pact #read .limited p {
  margin: 0 3px 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .limited .image {
    margin: 26px 0 0;
    padding: 28px 0 49px 35px;
    width: 500px;
    background-color: #fff;
  }
  .products-suncare-allinone_beauty_pact #read .limited .image img {
    width: 441px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .limited .image {
    margin: -8vw auto 0 -0.8vw;
    width: 78.13333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #read .limited .text {
    margin: 12px 0 0;
    width: 399px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #read .limited .text {
    margin: 4vw 0 0;
    width: 106.4vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_navi {
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  color: #333;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_navi {
    border-top: 1px solid #e4e4e4;
  }
}
.products-suncare-allinone_beauty_pact #lp_navi ul.navi-list {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_navi ul.navi-list {
    margin: 0 auto;
    width: 85.33333333333334vw;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li {
    padding: 12px 20px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li {
    padding: 3.2vw 4vw 5.333333333333334vw 4vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li:nth-child(1) {
    border-bottom: 1px solid #e4e4e4;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li:nth-child(2) {
    border-bottom: 1px solid #e4e4e4;
    width: 50%;
  }
  .products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li:nth-child(2):after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li:nth-child(3) {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li:nth-child(4) {
    width: 50%;
  }
}
.products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li a {
  display: block;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li a {
    padding-bottom: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li a {
    padding-bottom: 4vw;
    font-size: 3.733333333333334vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li a span.u-sofia-pro {
  display: block;
  padding-bottom: 0;
  color: #bebebe;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li a span.u-sofia-pro {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li a span.u-sofia-pro {
    font-size: 4vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background: url("../img/navi_arrow.png") no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li a::before {
    margin-left: -5px;
    width: 9px;
    height: 7px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li a::before {
    margin-left: -1.333333333333333vw;
    width: 2.4vw;
    height: 1.866666666666667vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li::after {
  content: "/";
  position: absolute;
  top: 50%;
  color: #bebebe;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li::after {
    right: -5px;
    margin-top: -14px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li::after {
    right: -1.333333333333333vw;
    margin-top: -3.733333333333334vw;
    font-size: 4.266666666666667vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_navi ul.navi-list li:last-child::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_concept .lp_wrapper {
    padding: 99px 0 99px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_concept .lp_wrapper {
    padding: 26.400000000000002vw 0 16vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_concept .lp_wrapper h4 {
    margin: 0 0 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_concept .lp_wrapper h4 {
    margin: 0 0 13.333333333333334vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_concept .lp_wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_concept .lp_wrapper ul {
    width: 990px;
    padding-top: 31px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_concept .lp_wrapper ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
}
.products-suncare-allinone_beauty_pact #lp_concept .lp_wrapper ul li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_concept .lp_wrapper ul li {
    font-size: 17px;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_concept .lp_wrapper ul li {
    font-size: 3.733333333333334vw;
    line-height: 8vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_concept .lp_wrapper ul li:nth-child(1) {
  line-height: 2.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_concept .lp_wrapper ul li:nth-child(1) {
    padding: 0 0 0 27px;
    width: 480px;
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_concept .lp_wrapper ul li:nth-child(1) {
    padding: 10.666666666666668vw 0 0;
    width: 128vw;
    font-size: 3.733333333333334vw;
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_concept .lp_wrapper ul li:nth-child(1) span {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_concept .lp_wrapper ul li:nth-child(1) span {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_concept .lp_wrapper ul li:nth-child(2) {
    width: 510px;
  }
  .products-suncare-allinone_beauty_pact #lp_concept .lp_wrapper ul li:nth-child(2) img {
    margin: 0 auto 0 65px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_concept .lp_wrapper ul li:nth-child(2) {
    width: 136vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_concept .pact_use {
  margin: 0 auto;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use {
    padding: 55px 0;
    width: calc(100% - 48px);
    background: url("/anessa/products/suncare/allinone_beauty_pact/img/use_bg_pc.jpg") no-repeat top center;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use {
    padding: 9.333333333333334vw 0;
    background: url("/anessa/products/suncare/allinone_beauty_pact/img/use_bg_sp.jpg") no-repeat top center;
  }
}
.products-suncare-allinone_beauty_pact #lp_concept .pact_use .ul_wrap::before,
.products-suncare-allinone_beauty_pact #lp_concept .pact_use ul::before,
.products-suncare-allinone_beauty_pact #lp_concept .pact_use .ul_wrap::after,
.products-suncare-allinone_beauty_pact #lp_concept .pact_use ul::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #019bb8;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use .ul_wrap::before,
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use ul::before,
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use .ul_wrap::after,
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use ul::after {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use .ul_wrap::before,
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use ul::before,
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use .ul_wrap::after,
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use ul::after {
    width: 4vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_concept .pact_use .ul_wrap {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use .ul_wrap {
    width: 900px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use .ul_wrap {
    width: 85%;
  }
}
.products-suncare-allinone_beauty_pact #lp_concept .pact_use .ul_wrap::before {
  top: 0;
  right: 0;
}
.products-suncare-allinone_beauty_pact #lp_concept .pact_use .ul_wrap::after {
  right: 0;
  bottom: 0;
}
.products-suncare-allinone_beauty_pact #lp_concept .pact_use ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-right: 1px solid #019bb8;
  border-left: 1px solid #019bb8;
  -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 (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 8vw 0;
  }
}
.products-suncare-allinone_beauty_pact #lp_concept .pact_use ul::before {
  top: 0;
  left: 0;
}
.products-suncare-allinone_beauty_pact #lp_concept .pact_use ul::after {
  bottom: 0;
  left: 0;
}
.products-suncare-allinone_beauty_pact #lp_concept .pact_use ul p {
  text-align: center;
  font-weight: bold;
}
html:lang(en) .products-suncare-allinone_beauty_pact #lp_concept .pact_use ul p {
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use ul p {
    padding-bottom: 30px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use ul p {
    padding-bottom: 6.666666666666667vw;
    font-size: 5.600000000000001vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use ul li:nth-child(1) {
    margin-right: 40px;
    width: 475px;
    font-size: 10px;
    line-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use ul li:nth-child(1) {
    width: 80%;
    font-size: 2.933333333333333vw;
    line-height: 3.733333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use ul li:nth-child(2) {
    margin-left: 40px;
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use ul li:nth-child(2) {
    margin-bottom: 5.333333333333334vw;
    text-align: center;
  }
  .products-suncare-allinone_beauty_pact #lp_concept .pact_use ul li:nth-child(2) img {
    width: 50%;
  }
}
.products-suncare-allinone_beauty_pact #lp_secret {
  margin: 0 auto;
  background: #fbf9f5;
  color: #454141;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_secret {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_secret {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper {
    padding-bottom: 10.666666666666668vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner {
    width: 990px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner {
    width: 100%;
  }
}
.products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner .ttl {
  width: 100%;
  text-align: center;
  color: #333;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner .ttl {
    padding-bottom: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner .ttl {
    padding-bottom: 6.666666666666667vw;
    font-size: 3.466666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner .ttl p {
    padding-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner .ttl p {
    padding-bottom: 2.666666666666667vw;
    font-size: 3.466666666666666vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner .ttl h5 {
  color: #019bb8;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner .ttl h5 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner .ttl h5 {
    padding-bottom: 0;
    font-size: 5.333333333333334vw;
    margin-left: -1.6vw;
    white-space: nowrap;
  }
}
.products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner .ttl span {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner .ttl span {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner .ttl span {
    font-size: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner .box {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner .box {
    padding-bottom: 13.333333333333334vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner .box .img_plain {
  width: 100%;
  background: #cbdce2;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner .box .img_plain {
    padding: 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner .box .img_plain {
    padding: 10.666666666666668vw 8vw;
  }
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner .box .img_plain img {
    margin: 0 auto;
    width: 50.66666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner ul.pact_secret {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner ul.pact_secret li {
    width: 480px;
  }
}
.products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner ul.pact_secret li .img {
  width: 100%;
  background: #cbdce2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner ul.pact_secret li .img {
    padding: 40px 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner ul.pact_secret li .img {
    padding: 5.333333333333334vw 0;
    font-size: 3.466666666666666vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner ul.pact_secret li .img p {
  color: #019bb8;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner ul.pact_secret li .img p {
    padding-bottom: 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner ul.pact_secret li .img p {
    font-size: 4.8vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner ul.pact_secret li .img .inner_img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner ul.pact_secret li .img .inner_img {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner ul.pact_secret li .img .inner_img {
    margin: 4vw auto 0;
  }
}
.products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner ul.pact_secret li .img .inner_img img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner ul.pact_secret li .img .inner_img img {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_secret .lp_wrapper .inner ul.pact_secret li .img .inner_img img {
    height: 34.66666666666667vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_secret .check {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_secret .check {
    margin: 0 auto 50px auto;
    width: 760px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_secret .check {
    margin: 0 auto 6.666666666666667vw auto;
  }
}
.products-suncare-allinone_beauty_pact #lp_secret .check ul li {
  background: url("/anessa/products/suncare/allinone_beauty_pact/img/icon_check.png") no-repeat top left;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_secret .check ul li {
    margin-bottom: 25px;
    padding-left: 30px;
    background-size: 22px 22px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_secret .check ul li {
    margin-bottom: 3.2vw;
    padding-left: 8vw;
    background-size: 5.866666666666666vw 5.866666666666666vw;
    font-size: 3.733333333333334vw;
    line-height: 5.866666666666666vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_secret .check ul li span {
  color: #009bb9;
}
.products-suncare-allinone_beauty_pact #lp_secret .check ul li ul li {
  padding-left: 0;
  background: none;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_secret .check ul li ul li {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_secret .check ul li ul li {
    padding-top: 4vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_secret .check ul li ul li + li {
  padding-top: 0;
}
.products-suncare-allinone_beauty_pact #lp_secret .check .cap {
  letter-spacing: 0;
  font-size: 10px;
}
.products-suncare-allinone_beauty_pact #lp_product {
  margin-top: 0;
}
.products-suncare-allinone_beauty_pact #lp_product 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) {
  .products-suncare-allinone_beauty_pact #lp_product a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-allinone_beauty_pact #lp_product a:hover {
    opacity: 0.7;
  }
}
.products-suncare-allinone_beauty_pact #lp_product .lp_wrapper {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper {
    max-width: 1280px;
    padding-bottom: 246px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper {
    padding-bottom: 2.666666666666667vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner {
    height: 580px;
    background: url("/anessa/products/suncare/allinone_beauty_pact/img/product_bg_pc.jpg") no-repeat center right;
    background-size: auto 100%;
  }
}
.products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .pact_bg {
  float: right;
}
.products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail {
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail {
    position: absolute;
    left: 0;
    margin-top: 30px;
    padding: 40px 100px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail {
    position: relative;
    margin: -10.666666666666668vw auto 0 auto;
    padding: 8.533333333333333vw 0;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail h5 {
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 39px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail h5 {
    padding-bottom: 5.333333333333334vw;
    font-size: 5.333333333333334vw;
    line-height: 10.4vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail p {
    padding: 10px 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail p {
    padding: 2.666666666666667vw 0 5.333333333333334vw 0;
  }
}
.products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail p.name {
  padding-bottom: 0;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail p.name {
    padding-top: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail p.name {
    padding-top: 5.333333333333334vw;
    font-size: 6.4vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail p.name span {
  display: block;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail p.name span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail p.name span {
    font-size: 2.933333333333333vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail p.shop--cn,
.products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail p.shop--en {
  padding: 0;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail p.shop--cn,
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail p.shop--en {
    margin: 22px auto 0;
    line-height: 2.2;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail p.shop--cn,
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail p.shop--en {
    margin: 5.333333333333334vw 0 0;
    line-height: 1.8;
    font-size: 3.2vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail ul {
  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;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail ul li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail ul li {
    margin: 0 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail ul li img {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail ul li img {
    width: 21.333333333333336vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail ul li span.body {
  background: #333;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail ul li span.body {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail ul li span.body {
    padding: 2.666666666666667vw;
    font-size: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail .colors {
    margin: -2px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail .colors {
    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: -1.866666666666667vw -4.266666666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail .colors div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail .colors div {
    width: 44.53333333333334vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail .colors div p {
  padding: 0;
  text-align: center;
}
.products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail .colors div:nth-of-type(1) {
  margin: 0 1px 0 0;
}
.products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail .colors div:nth-of-type(1) p {
  background-color: #f1eae2;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail .colors div:nth-of-type(2) {
    margin: 11px 0 0;
  }
}
.products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail .colors div:nth-of-type(2) p {
  background-color: #e4d1b2;
}
.products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail .colors p {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail .colors p {
    height: 38px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail .colors p {
    margin: 0 0 1px;
    padding: 0 0 0 2.133333333333333vw;
    height: 6.666666666666667vw;
    font-size: 2.4vw;
    letter-spacing: 0em;
    line-height: 6.666666666666667vw;
  }
}
.products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail .colors p:nth-of-type(1) {
  background-color: #f1eae2;
}
.products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail .colors p:nth-of-type(2) {
  background-color: #e4d1b2;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail .colors p:nth-of-type(2) {
    margin: 11px 0 0;
  }
}
.products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail .colors a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact #lp_product .lp_wrapper .inner .product_detail a.review {
    padding: 0 0 0 6.666666666666667vw;
  }
}
.products-suncare-allinone_beauty_pact .num_navi {
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #bebebe;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact .num_navi {
    top: 60px;
    left: 50%;
    margin-left: -500px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .num_navi {
    top: 10.666666666666668vw;
    left: 0;
    font-size: 2.933333333333333vw;
  }
}
.products-suncare-allinone_beauty_pact .num_navi:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #bebebe;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact .num_navi:after {
    right: -65px;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .num_navi:after {
    right: -17.333333333333336vw;
    width: 16vw;
  }
}
.products-suncare-allinone_beauty_pact h4 {
  text-align: center;
  font-weight: bold !important;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact h4 {
    margin-bottom: 50px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact h4 {
    margin-bottom: 10.666666666666668vw;
    font-size: 4vw;
  }
}
.products-suncare-allinone_beauty_pact .lp_wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact .lp_wrapper {
    padding: 100px 0 130px 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .lp_wrapper {
    margin: 0 auto;
    padding: 24vw 0 18.666666666666668vw 0;
    width: 90%;
  }
}
.products-suncare-allinone_beauty_pact .use_ttl {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact .use_ttl {
    margin-bottom: 50px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .use_ttl {
    margin-bottom: 7.466666666666668vw;
    font-size: 5.066666666666666vw;
  }
}
.products-suncare-allinone_beauty_pact .ul_wrap {
  position: relative;
}
.products-suncare-allinone_beauty_pact .ul_wrap ul {
  border-right: 1px solid #019bb8;
  border-left: 1px solid #019bb8;
}
.products-suncare-allinone_beauty_pact .ul_wrap ul::before,
.products-suncare-allinone_beauty_pact .ul_wrap ul::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #019bb8;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact .ul_wrap ul::before,
  .products-suncare-allinone_beauty_pact .ul_wrap ul::after {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .ul_wrap ul::before,
  .products-suncare-allinone_beauty_pact .ul_wrap ul::after {
    width: 4vw;
  }
}
.products-suncare-allinone_beauty_pact .ul_wrap ul::before {
  top: 0;
  left: 0;
}
.products-suncare-allinone_beauty_pact .ul_wrap ul::after {
  bottom: 0;
  left: 0;
}
.products-suncare-allinone_beauty_pact .ul_wrap::before,
.products-suncare-allinone_beauty_pact .ul_wrap::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #019bb8;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact .ul_wrap::before,
  .products-suncare-allinone_beauty_pact .ul_wrap::after {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact .ul_wrap::before,
  .products-suncare-allinone_beauty_pact .ul_wrap::after {
    width: 4vw;
  }
}
.products-suncare-allinone_beauty_pact .ul_wrap::before {
  top: 0;
  right: 0;
}
.products-suncare-allinone_beauty_pact .ul_wrap::after {
  right: 0;
  bottom: 0;
}
.products-suncare-allinone_beauty_pact a.review {
  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;
  border: 1px solid #33b8ac;
  background-color: #fff;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #616161;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact a.review {
    margin: 22px auto 0;
    padding: 0 0 0 34px;
    width: 100%;
    height: 62px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact a.review {
    margin: 4vw auto 0;
    padding: 0 0 0 16.266666666666666vw;
    height: 12vw;
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact a.review img {
    margin: 0 15px 0 0;
    width: 94px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact a.review img {
    margin: 0 1.066666666666667vw 0 0;
    width: 16.8vw;
  }
}
.products-suncare-allinone_beauty_pact a.review::before {
  display: block;
  content: "";
  background-image: url("/anessa/products/suncare/allinone_beauty_pact/img/pact.png");
  position: absolute;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact a.review::before {
    width: 78px;
    height: 57px;
    background-size: 78px 57px;
    top: -4px;
    right: 62px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact a.review::before {
    width: 12.666666666666668vw;
    height: 9.333333333333334vw;
    background-size: 12.666666666666668vw 9.333333333333334vw;
    top: 0.8vw;
    right: 18.4vw;
  }
}
.products-suncare-allinone_beauty_pact a.review::after {
  display: block;
  content: "";
  background-image: url("/anessa/products/suncare/allinone_beauty_pact/img/ico_link-green.png");
  position: absolute;
}
@media screen and (min-width: 768px) {
  .products-suncare-allinone_beauty_pact a.review::after {
    width: 24px;
    height: 24px;
    background-size: 24px;
    top: 18px;
    right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-allinone_beauty_pact a.review::after {
    width: 2.4vw;
    height: 2.4vw;
    background-size: 2.4vw;
    top: 4.533333333333333vw;
    right: 14.133333333333335vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel #container {
    min-width: 1180px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .kv_txt {
    background: url("/anessa/products/suncare/brightening_uv_gel/img/bg_kv_lead_sp.png") no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .kv_lead {
    color: #00a0d2;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .kv_lead {
    color: #007aa6;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .kv_hdg {
    color: #00a0d2;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .kv_hdg {
    color: #007aa6;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .kv_name {
    color: #00a0d2;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .kv_name {
    color: #007aa6;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .kv_note {
    width: auto;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-point {
  background: -webkit-gradient(linear, left top, left bottom, from(#d0eafc), to(#f0f9ff));
  background: -webkit-linear-gradient(#d0eafc, #f0f9ff);
  background: linear-gradient(#d0eafc, #f0f9ff);
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-point {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-point {
    overflow: hidden;
    padding: 4.533333333333333vw 0 13.333333333333334vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-point_hdg {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-point_hdg {
    width: 117px;
  }
  html:lang(en) .products-suncare-brightening_uv_gel .p-wgel-point_hdg {
    width: 393px;
  }
  html:lang(zh-cmn-Hans) .products-suncare-brightening_uv_gel .p-wgel-point_hdg {
    width: 189.24px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-point_hdg {
    width: 22.400000000000002vw;
  }
  html:lang(en) .products-suncare-brightening_uv_gel .p-wgel-point_hdg {
    width: 61.33333333333333vw;
  }
  html:lang(zh-cmn-Hans) .products-suncare-brightening_uv_gel .p-wgel-point_hdg {
    width: 35.199999999999996vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-point_hdg img {
  width: 100%;
}
.products-suncare-brightening_uv_gel .p-wgel-point_list .slick-list {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-point_list .slick-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;
    position: relative;
    margin-top: 2.666666666666667vw;
    top: -3vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-point_list .slick-dots li {
  background-color: #d1d1d1;
  border-radius: 50%;
  width: 2.666666666666667vw;
  height: 2.666666666666667vw;
}
.products-suncare-brightening_uv_gel .p-wgel-point_list .slick-dots li + li {
  margin-left: 3.2vw;
}
.products-suncare-brightening_uv_gel .p-wgel-point_list .slick-dots li.slick-active {
  background-color: #00a2ca;
}
.products-suncare-brightening_uv_gel .p-wgel-point_list .slick-dots button {
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}
.products-suncare-brightening_uv_gel .p-wgel-point_list_hdg img {
  width: 100%;
}
.products-suncare-brightening_uv_gel .p-wgel-point_list_desc {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-point_list_desc {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.73;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-point_list_desc {
    margin-top: 2.666666666666667vw;
    font-size: 3.733333333333334vw;
    line-height: 1.85;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-point_list {
    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;
    margin-top: 31px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-point_list {
    margin-top: 8vw;
    width: 85.6vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-point_list li {
    width: 476px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-point_list .slick-list .slick-slide {
    margin-right: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-point_list_hdg {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-point_list_hdg {
    margin-top: 2.4vw;
  }
}
.products-suncare-brightening_uv_gel .c-wgel-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .c-wgel-inner {
    width: 992px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .c-wgel-inner {
    width: 87.2vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product {
  background-color: #00a2ca;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product {
    padding: 70px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product {
    padding: 12.8vw 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_inner {
    width: 94.66666666666667vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_hdg {
  font-family: sofia-pro, sans-serif;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_hdg {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_hdg {
    font-size: 7.466666666666668vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_tab {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_tab {
    margin-top: 58px;
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_tab {
    margin-top: 6.666666666666667vw;
    padding-bottom: 12.8vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_detail {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail {
    width: 820px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail {
    width: 86.93333333333332vw;
    padding-top: 8vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_detail_hdg {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_hdg {
    height: 37.6px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_hdg {
    height: 8.090666666666667vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_detail_hdg img {
  width: auto;
  height: 100%;
}
.products-suncare-brightening_uv_gel .p-wgel-product_detail_lead {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_lead {
    height: 18.82px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_lead {
    height: 10.938666666666668vw;
    margin-top: 4.533333333333333vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_detail_lead img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_col {
    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;
    margin-top: 62px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_col {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_slide {
    width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_slide {
    width: 86.93333333333332vw;
    margin: 0 auto;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_detail_slide img {
  max-width: inherit;
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_slide_thumb {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_slide_thumb {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_slide_thumb .slick-slide {
    width: 46px !important;
    margin-right: 11px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_slide_thumb .slick-slide {
    float: none;
    width: 13.333333333333334vw !important;
    margin-right: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_slide_thumb .slick-slide:nth-of-type(7n) {
    margin-right: 0;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_detail_slide_thumb .slick-slide li {
  border: 1px solid #d1d1d1;
}
.products-suncare-brightening_uv_gel .p-wgel-product_detail_slide_thumb .slick-slide.slick-current li {
  border: 2px solid #00a2ca;
}
.products-suncare-brightening_uv_gel .p-wgel-product_detail_slide_thumb .slick-track {
  width: 100% !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_slide_thumb .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_info {
    width: 390px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_info {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_detail_info_hdg {
  font-weight: bold !important;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_info_hdg {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_info_hdg {
    font-size: 5.333333333333334vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_detail_info_amount {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_info_amount {
    font-size: 15px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_info_amount {
    font-size: 4.266666666666667vw;
    margin-top: 1.866666666666667vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_detail_info_desc {
  letter-spacing: 0.04em;
  line-height: 1.86;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_info_desc {
    font-size: 15px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_info_desc {
    font-size: 3.733333333333334vw;
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_info_notes {
    margin-top: 21px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_info_notes {
    margin-top: 5.333333333333334vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_detail_info_notes li {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_info_notes li {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_info_notes li {
    font-size: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_info .online {
    margin-top: 37px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_detail_info .online {
    margin-top: 8vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_detail_info .online_btn {
  width: 100%;
}
.products-suncare-brightening_uv_gel .p-wgel-product_detail_info .online_note {
  color: #000;
}
.products-suncare-brightening_uv_gel .p-wgel-product_detail_info .online_about {
  width: 97%;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature {
    margin-top: 51px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature {
    margin-top: 10.666666666666668vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_feature img {
  width: 100%;
}
.products-suncare-brightening_uv_gel .p-wgel-product_feature_hdg {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_hdg {
    width: 204px;
  }
  html:lang(en) .products-suncare-brightening_uv_gel .p-wgel-product_feature_hdg {
    width: 424px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_hdg {
    width: 43.733333333333334vw;
  }
  html:lang(en) .products-suncare-brightening_uv_gel .p-wgel-product_feature_hdg {
    width: 74.66666666666667vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_feature_list {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list {
    width: 901px;
    margin-top: 41px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list {
    margin-top: 8.799999999999999vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_feature_list.is-product02 .p-wgel-product_feature_list_item {
  background-color: #faf4f9;
}
.products-suncare-brightening_uv_gel .p-wgel-product_feature_list_item {
  background-color: #faf9f4;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_item+.p-wgel-product_feature_list_item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_item+.p-wgel-product_feature_list_item {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_feature_list_hdg {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_hdg {
    padding: 27px 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_hdg {
    padding: 5.600000000000001vw 0;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_feature_list_hdg .p-wgel-product_feature_list_hdg_btn {
  position: absolute;
  border: 1px solid #00a2ca;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_hdg .p-wgel-product_feature_list_hdg_btn {
    top: 38px;
    right: 39px;
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_hdg .p-wgel-product_feature_list_hdg_btn {
    top: 9.333333333333334vw;
    right: 4vw;
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_feature_list_hdg.is-active .p-wgel-product_feature_list_hdg_btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.products-suncare-brightening_uv_gel .p-wgel-product_feature_list_hdg .p-wgel-product_feature_list_hdg_btn::before,
.products-suncare-brightening_uv_gel .p-wgel-product_feature_list_hdg .p-wgel-product_feature_list_hdg_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  background-color: #00a2ca;
  border-bottom: 1px solid #00a2ca;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_hdg .p-wgel-product_feature_list_hdg_btn::before,
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_hdg .p-wgel-product_feature_list_hdg_btn::after {
    width: 14px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_hdg .p-wgel-product_feature_list_hdg_btn::before,
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_hdg .p-wgel-product_feature_list_hdg_btn::after {
    width: 2.666666666666667vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_feature_list_hdg .p-wgel-product_feature_list_hdg_btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list.is-product01 .p-wgel-product_feature_list_item:nth-of-type(2) .p-wgel-product_feature_list_cnt {
    width: 728px;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_feature_list_cnt {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_cnt {
    width: 708px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_cnt {
    width: 100%;
    padding-bottom: 8vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_feature_list_img p {
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_img p {
    font-size: 11px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_img p {
    font-size: 2.666666666666667vw;
    margin-top: 5.600000000000001vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list.is-product01 .p-wgel-product_feature_list_item:nth-of-type(2) .p-wgel-product_feature_list_desc {
    width: 100%;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_feature_list_desc {
  line-height: 1.85;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_desc {
    width: 648px;
    font-size: 15px;
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_desc {
    width: 86.66666666666667vw;
    font-size: 3.733333333333334vw;
    margin: 4.8vw auto 0;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_notes+.p-wgel-product_feature_list_desc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_notes+.p-wgel-product_feature_list_desc {
    margin-top: 4.8vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_feature_list_notes {
  margin: 0 auto;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_notes {
    width: 648px;
    font-size: 11px;
    line-height: 1.45;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_notes {
    width: 86.66666666666667vw;
    font-size: 2.666666666666667vw;
    line-height: 1.4;
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_notes +.p-wgel-product_feature_list_desc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_feature_list_notes +.p-wgel-product_feature_list_desc {
    margin-top: 4.8vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_voice {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_voice {
    width: 820px;
    margin: 88px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_voice {
    width: 87.2vw;
    margin: 18.133333333333333vw auto 0;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_voice_hdg {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_voice_hdg {
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_voice_hdg {
    width: 55.496vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_voice_hdg img {
  width: 100%;
}
.products-suncare-brightening_uv_gel .p-wgel-product_voice_fig {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_voice_fig {
    width: 728px;
    margin-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_voice_fig {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_voice_notes {
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_voice_notes {
    margin-top: 5.600000000000001vw;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_voice_notes li {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_voice_notes li {
    font-size: 11px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product_voice_notes li {
    font-size: 2.666666666666667vw;
    line-height: 1.4;
  }
}
.products-suncare-brightening_uv_gel .p-wgel-product_voice_notes li span {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .p-wgel-product + .online {
    margin-top: 62px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .p-wgel-product + .online {
    margin-top: 12.8vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel #howto {
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel #howto {
    overflow: hidden;
    margin-top: 14.133333333333335vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .howto_container {
    margin: 0 auto;
    width: 89.33333333333333vw;
  }
}
.products-suncare-brightening_uv_gel .howto_hdg {
  font-family: sofia-pro, sans-serif;
  text-align: center;
  color: #00a0d2;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .howto_hdg {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .howto_hdg {
    font-size: 10.666666666666668vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .howto_category {
    margin-top: 59px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .howto_category {
    margin-top: 9.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .howto_category+.howto_category {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .howto_category+.howto_category {
    margin-top: 13.333333333333334vw;
  }
}
.products-suncare-brightening_uv_gel .howto_category_hdg {
  text-align: center;
  color: #00a0d2;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .howto_category_hdg {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .howto_category_hdg {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .howto_list {
    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: 30px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .howto_list {
    width: 85.6vw;
    margin-top: 5.866666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .howto_list>li {
    width: 304px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .howto_list>li {
    margin-right: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .howto_list>li+li {
    margin-left: 39px;
  }
}
.products-suncare-brightening_uv_gel .howto_list .slick-list {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .howto_list .slick-list .slick-slide {
    margin-right: 5.333333333333334vw;
  }
}
.products-suncare-brightening_uv_gel .howto_list .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;
  margin-top: 3.733333333333334vw;
}
.products-suncare-brightening_uv_gel .howto_list .slick-dots li {
  margin: 0 1.866666666666667vw;
}
.products-suncare-brightening_uv_gel .howto_list .slick-dots button {
  background-color: #d1d1d1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 100%;
  width: 2.666666666666667vw;
  height: 2.666666666666667vw;
}
.products-suncare-brightening_uv_gel .howto_list .slick-dots .slick-active button {
  background-color: #00a0d2;
}
.products-suncare-brightening_uv_gel .howto_list_num {
  font-family: sofia-pro, sans-serif;
  color: #00a0d2;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .howto_list_num {
    margin-top: 18px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .howto_list_num {
    margin-top: 4.8vw;
    font-size: 4.8vw;
  }
}
.products-suncare-brightening_uv_gel .howto_list_desc {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .howto_list_desc {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.73;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .howto_list_desc {
    margin-top: 1.6vw;
    font-size: 3.733333333333334vw;
    line-height: 1.85;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .product-banner {
    margin-top: 80px;
    padding: 50px 0 54px;
    background: -webkit-linear-gradient(120deg, #faf9ef 0%, #fefefe 65.52%, #e8e2c7 100%);
    background: linear-gradient(-30deg, #faf9ef 0%, #fefefe 65.52%, #e8e2c7 100%);
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .product-banner {
    margin-top: 12.8vw;
    padding: 8vw 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e0c3), color-stop(32.02%, #fff), color-stop(87.19%, #fdfdfc), to(#faf9ee));
    background: -webkit-linear-gradient(#e6e0c3 0%, #fff 32.02%, #fdfdfc 87.19%, #faf9ee 100%);
    background: linear-gradient(#e6e0c3 0%, #fff 32.02%, #fdfdfc 87.19%, #faf9ee 100%);
  }
}
.products-suncare-brightening_uv_gel .product-banner .inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .product-banner .inner {
    width: 908px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .product-banner .inner {
    width: 100%;
    max-width: 89.33333333333333%;
  }
}
.products-suncare-brightening_uv_gel .product-banner .product-banner-title {
  line-height: 1.5;
  text-align: center;
  color: #454141;
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .product-banner .product-banner-title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .product-banner .product-banner-title {
    font-size: 5.600000000000001vw;
    margin-bottom: 8vw;
  }
}
.products-suncare-brightening_uv_gel .product-banner .flex-area {
  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;
}
@media screen and (max-width: 767px) {
  .products-suncare-brightening_uv_gel .product-banner .flex-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.8vw 0;
  }
}
.products-suncare-brightening_uv_gel .product-banner-item {
  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-brightening_uv_gel .product-banner-item {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-brightening_uv_gel .product-banner-item:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-brightening_uv_gel .product-banner-item.banner-01 {
    width: 472px;
  }
}
.products-suncare-dayserum img {
  width: 100%;
  display: block;
}
.products-suncare-dayserum a:not(.lineup_bnr_link) {
  max-width: 100%;
  display: block;
  text-decoration: none;
}
.products-suncare-dayserum .online_about {
  max-width: 100%;
}
.products-suncare-dayserum button {
  padding: 0;
  background-color: transparent;
  border: none;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
}
.products-suncare-dayserum .c-ds-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .c-ds-inner {
    width: 992px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .c-ds-inner {
    width: 94.39999999999999vw;
  }
}
.products-suncare-dayserum .slick-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;
}
.products-suncare-dayserum .slick-dots li {
  background-color: #d1d1d1;
  border-radius: 50%;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .slick-dots li {
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
  }
  .products-suncare-dayserum .slick-dots li + li {
    margin-left: 3.2vw;
  }
}
.products-suncare-dayserum .slick-dots li.slick-active {
  background-color: #aa842a;
}
.products-suncare-dayserum .slick-dots button {
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}
.products-suncare-dayserum #point {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6eaeb), to(#ebf2f3));
  background: -webkit-linear-gradient(top, #e6eaeb 0%, #ebf2f3 100%);
  background: linear-gradient(180deg, #e6eaeb 0%, #ebf2f3 100%);
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum #point {
    padding: 30px 0 26px;
  }
}
.products-suncare-dayserum .p-ds-point_cnt {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-point_cnt {
    width: 940px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-point_cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-point_cnt_txt {
    width: 470px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-point_cnt_txt {
    width: 100%;
    max-width: 73.3333%;
    margin: 10.4vw auto;
  }
}
.products-suncare-dayserum .p-ds-point_hdg {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-point_hdg {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-point_hdg {
    width: 31.2vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  html:lang(en) .products-suncare-dayserum .p-ds-point_hdg {
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(en) .products-suncare-dayserum .p-ds-point_hdg {
    width: 64.53333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-point_list {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-point_list {
    width: 74.66666666666667vw;
    margin: 7.466666666666668vw auto 0;
  }
}
.products-suncare-dayserum .p-ds-point_list li {
  background-image: url("/anessa/products/suncare/dayserum/img/ico_check.png");
  background-repeat: no-repeat;
  color: #aa842a;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-point_list li {
    background-position: top 4px left;
    background-size: 23px auto;
    font-size: 18px;
    padding: 0 0 5px 36px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-point_list li {
    background-position: center left 0.8vw;
    background-size: 4.8vw auto;
    font-size: 3.733333333333334vw;
    padding: 0 0 0 7.466666666666668vw;
    line-height: 1.42;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-point_list li + li {
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-point_list li + li {
    margin-top: 4.8vw;
  }
}
.products-suncare-dayserum .p-ds-point_recom {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-point_recom {
    max-width: 470px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-point_recom {
    width: 37.6vw;
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  html:lang(en) .products-suncare-dayserum .p-ds-point_recom {
    width: 484.5px;
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(en) .products-suncare-dayserum .p-ds-point_recom {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  html:lang(zh-cmn-Hans) .products-suncare-dayserum .p-ds-point_recom {
    width: 374px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(zh-cmn-Hans) .products-suncare-dayserum .p-ds-point_recom {
    width: 62.133333333333326vw;
  }
}
.products-suncare-dayserum .p-ds-point_cnt_cart {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-point_cnt_cart {
    max-width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-point_cnt_cart {
    padding: 8vw 3.733333333333334vw;
    background: #fff;
    background: -webkit-linear-gradient(50deg, #fff 65%, #d6e7ed 100%);
    background: linear-gradient(40deg, #fff 65%, #d6e7ed 100%);
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-point_cnt_cart_img {
    width: 64vw;
    margin-bottom: 6.933333333333333vw;
  }
}
.products-suncare-dayserum .p-ds-point_cnt_cart_txt_btn {
  display: block;
  background-color: #d1c2a2;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-point_cnt_cart_txt_btn {
    width: 390px;
    margin-bottom: 30px;
    padding: 13px 30px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-point_cnt_cart_txt_btn {
    margin-bottom: 8vw;
    padding: 3.466666666666666vw 8vw;
    font-size: 3.466666666666666vw;
  }
}
.products-suncare-dayserum .p-ds-point_cnt_cart_txt_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-image: url("/anessa/products/suncare/dayserum/img/ico_arrow-white.png");
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-point_cnt_cart_txt_btn::before {
    right: 15px;
    width: 10px;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-point_cnt_cart_txt_btn::before {
    right: 4vw;
    width: 2.666666666666667vw;
    height: 1.6vw;
  }
}
.products-suncare-dayserum #product {
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum #product {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(20%, #ebf2f3), color-stop(80%, #ebf2f3), to(rgba(255,255,255,0))), url("/anessa/products/suncare/dayserum/img/bg_product-top_pc.jpg"), url("/anessa/products/suncare/dayserum/img/bg_product-btm_pc.jpg");
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #ebf2f3 20%, #ebf2f3 80%, rgba(255,255,255,0) 100%), url("/anessa/products/suncare/dayserum/img/bg_product-top_pc.jpg"), url("/anessa/products/suncare/dayserum/img/bg_product-btm_pc.jpg");
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ebf2f3 20%, #ebf2f3 80%, rgba(255,255,255,0) 100%), url("/anessa/products/suncare/dayserum/img/bg_product-top_pc.jpg"), url("/anessa/products/suncare/dayserum/img/bg_product-btm_pc.jpg");
    background-position: center center, center top, center bottom;
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum #product {
    background: url("/anessa/products/suncare/dayserum/img/bg_product-top_sp.png"), url("/anessa/products/suncare/dayserum/img/bg_product-btm_sp.jpg");
    background-color: #ebf2f3;
    background-position: center top, center bottom;
    padding: 10.666666666666668vw 0 13.333333333333334vw;
  }
}
.products-suncare-dayserum .p-ds-product_cnt {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_cnt {
    padding: 89px 45px 83px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_cnt {
    padding: 16vw 0 21.866666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_cnt + .online {
    margin-top: 63px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_cnt + .online {
    margin-top: 11.200000000000001vw;
  }
}
.products-suncare-dayserum .p-ds-product_hdg {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_hdg {
    width: 206px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_hdg {
    width: 43.733333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  html:lang(en) .products-suncare-dayserum .p-ds-product_hdg {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(en) .products-suncare-dayserum .p-ds-product_hdg {
    width: 74.66666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html:lang(zh-cmn-Hans) .products-suncare-dayserum .p-ds-product_hdg {
    width: 512px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(zh-cmn-Hans) .products-suncare-dayserum .p-ds-product_hdg {
    width: 88vw;
  }
}
.products-suncare-dayserum .p-ds-product_hdg_lead {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_hdg_lead {
    width: 290px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_hdg_lead {
    width: 61.86666666666667vw;
    margin-top: 4.266666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html:lang(en) .products-suncare-dayserum .p-ds-product_hdg_lead {
    width: 378px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(en) .products-suncare-dayserum .p-ds-product_hdg_lead {
    width: 80vw;
  }
}
@media screen and (min-width: 768px) {
  html:lang(zh-cmn-Hans) .products-suncare-dayserum .p-ds-product_hdg_lead {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(zh-cmn-Hans) .products-suncare-dayserum .p-ds-product_hdg_lead {
    width: 53.333333333333336vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum #about {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .about__container {
    width: 820px;
    padding: 0;
    padding-top: 33px;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .about_slider {
    width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .about_slider {
    width: 92%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .about_products {
    width: 390px;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .about_products_detail + .online {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .about_products_detail + .online {
    margin-top: 6.933333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .about_products_capacity {
    margin-top: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .about_products_capacity {
    margin-top: 5.866666666666666vw;
    font-size: 5.333333333333334vw;
  }
}
.products-suncare-dayserum .about_products_tag_item {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .about_products_tag_item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .about_products_tag_item {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .about_products_recommend {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .about_products_recommend {
    position: relative;
    width: 100%;
    font-size: 3.733333333333334vw;
    bottom: auto;
    margin-top: 6.933333333333333vw;
  }
}
.products-suncare-dayserum .p-ds-product_limited {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_limited {
    width: 868px;
    margin: 83px auto 90px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_limited {
    width: 85.06666666666666vw;
    margin-top: 13.333333333333334vw;
  }
}
.products-suncare-dayserum .p-ds-product_limited img {
  width: 100%;
}
.products-suncare-dayserum .p-ds-product_limited 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) {
  .products-suncare-dayserum .p-ds-product_limited a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-dayserum .p-ds-product_limited a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_feature {
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_feature {
    margin-top: 13.333333333333334vw;
  }
}
.products-suncare-dayserum .p-ds-product_feature_hdg {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_feature_hdg {
    width: 188px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_feature_hdg {
    width: 40.53333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  html:lang(en) .products-suncare-dayserum .p-ds-product_feature_hdg {
    width: 314px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(en) .products-suncare-dayserum .p-ds-product_feature_hdg {
    width: 64vw;
  }
}
@media screen and (min-width: 768px) {
  html:lang(zh-cmn-Hans) .products-suncare-dayserum .p-ds-product_feature_hdg {
    width: 232px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(zh-cmn-Hans) .products-suncare-dayserum .p-ds-product_feature_hdg {
    width: 49.6vw;
  }
}
.products-suncare-dayserum .p-ds-product_feature_lead {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_feature_lead {
    width: 471px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_feature_lead {
    width: 87.2vw;
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html:lang(en) .products-suncare-dayserum .p-ds-product_feature_lead {
    width: 472px;
  }
}
@media screen and (min-width: 768px) {
  html:lang(zh-cmn-Hans) .products-suncare-dayserum .p-ds-product_feature_lead {
    width: 472px;
  }
}
.products-suncare-dayserum .p-ds-product_feature_list {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_feature_list {
    width: 901px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_feature_list {
    margin-top: 8.799999999999999vw;
  }
}
.products-suncare-dayserum .p-ds-product_feature_list_item {
  background-color: #faf9f4;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_feature_list_item + .p-ds-product_feature_list_item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_feature_list_item + .p-ds-product_feature_list_item {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-dayserum .p-ds-product_feature_list_hdg {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_feature_list_hdg {
    padding: 27px 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_feature_list_hdg {
    padding: 5.600000000000001vw 0;
  }
}
.products-suncare-dayserum .p-ds-product_feature_list_hdg.is-active .p-ds-product_feature_list_hdg_btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.products-suncare-dayserum .p-ds-product_feature_list_hdg_btn {
  position: absolute;
  border: 1px solid #aa842a;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_feature_list_hdg_btn {
    top: 38px;
    right: 39px;
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_feature_list_hdg_btn {
    top: 9.333333333333334vw;
    right: 4vw;
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
  }
}
.products-suncare-dayserum .p-ds-product_feature_list_hdg_btn::before,
.products-suncare-dayserum .p-ds-product_feature_list_hdg_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  background-color: #aa842a;
  border-bottom: 1px solid #aa842a;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_feature_list_hdg_btn::before,
  .products-suncare-dayserum .p-ds-product_feature_list_hdg_btn::after {
    width: 14px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_feature_list_hdg_btn::before,
  .products-suncare-dayserum .p-ds-product_feature_list_hdg_btn::after {
    width: 2.666666666666667vw;
  }
}
.products-suncare-dayserum .p-ds-product_feature_list_hdg_btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.products-suncare-dayserum .p-ds-product_feature_list_cnt {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_feature_list_cnt {
    width: 648px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_feature_list_cnt {
    width: 86.66666666666667vw;
    padding-bottom: 8vw;
  }
}
.products-suncare-dayserum .p-ds-product_feature_list_img p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_feature_list_img p {
    font-size: 11px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_feature_list_img p {
    font-size: 2.666666666666667vw;
    margin-top: 5.600000000000001vw;
  }
}
.products-suncare-dayserum .p-ds-product_feature_list_desc {
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_feature_list_desc {
    font-size: 15px;
    margin-top: 15px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_feature_list_desc {
    font-size: 3.733333333333334vw;
    margin-top: 5.333333333333334vw;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_feature_list_notes {
    font-size: 11px;
    line-height: 1.27;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_feature_list_notes {
    font-size: 2.666666666666667vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_feature_list_notes + .p-ds-product_feature_list_desc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_feature_list_notes + .p-ds-product_feature_list_desc {
    margin-top: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_tech {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_tech {
    margin: 13.333333333333334vw auto 0;
  }
}
.products-suncare-dayserum .p-ds-product_tech_hdg {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_tech_hdg {
    width: 654px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_tech_hdg {
    width: 92.80000000000001vw;
  }
}
.products-suncare-dayserum .p-ds-product_tech_list {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_tech_list {
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 35px;
    width: 820px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_tech_list {
    width: 86.93333333333332vw;
    margin-top: 8.533333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_tech_list .slick-dots {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_tech_list_item {
    margin-bottom: 50px;
    width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_tech_list_item.is-detail {
    padding: 2.666666666666667vw 2.133333333333333vw 0;
  }
}
.products-suncare-dayserum .p-ds-product_tech_list_item:first-of-type {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_tech_list_hdg {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_tech_list_hdg {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_tech_list_desc {
    font-size: 15px;
    margin-top: 21px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_tech_list_desc {
    font-size: 3.733333333333334vw;
    margin-top: 4vw;
  }
}
.products-suncare-dayserum .p-ds-product_tech_list_desc span {
  font-weight: bold;
}
.products-suncare-dayserum .p-ds-product_tech_list_link {
  display: block;
  position: relative;
  background-color: #faf9f4;
  color: #aa842a;
  text-align: center;
  width: 100%;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_tech_list_link {
    font-size: 13px;
    padding: 8px 30px 8px 20px;
    margin-top: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_tech_list_link {
    font-size: 3.2vw;
    padding: 3.466666666666666vw 8vw 3.466666666666666vw 5.333333333333334vw;
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_tech_list_link:hover {
    opacity: 0.7;
  }
}
.products-suncare-dayserum .p-ds-product_tech_list_link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("/anessa/products/suncare/dayserum/img/ico_blank-brown.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_tech_list_link::before {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_tech_list_link::before {
    width: 3.2vw;
    height: 3.2vw;
    right: 3.466666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_tech_list_notes {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_tech_list_notes {
    margin: 2.666666666666667vw 1.333333333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_tech_list_notes li {
    line-height: 1.45;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_tech_list_notes li {
    line-height: 1.4;
    font-size: 2.666666666666667vw;
  }
}
.products-suncare-dayserum .p-ds-product_voice {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_voice {
    width: 820px;
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_voice {
    width: 87.2vw;
    margin-top: 18.133333333333333vw;
  }
}
.products-suncare-dayserum .p-ds-product_voice_hdg {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_voice_hdg {
    width: 270px;
  }
}
@media screen and (min-width: 768px) {
  html:lang(en) .products-suncare-dayserum .p-ds-product_voice_hdg {
    width: 326px;
  }
}
@media screen and (min-width: 768px) {
  html:lang(zh-cmn-Hans) .products-suncare-dayserum .p-ds-product_voice_hdg {
    width: 228px;
  }
}
.products-suncare-dayserum .p-ds-product_voice_fig {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_voice_fig {
    width: 728px;
    margin-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_voice_fig {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_voice_notes {
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_voice_notes {
    margin-top: 5.600000000000001vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_voice_notes li {
    font-size: 11px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_voice_notes li {
    font-size: 2.666666666666667vw;
    line-height: 1.4;
  }
}
.products-suncare-dayserum .p-ds-product_voice_notes li span {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_voice_slide {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_voice_slide {
    margin-top: 9.866666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_voice_slide .slick-dots {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_voice_slide_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_voice_slide_list_item {
    width: 266px;
  }
}
.products-suncare-dayserum .p-ds-product_voice_slide_notes {
  width: 100%;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_voice_slide_notes {
    font-size: 10px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_voice_slide_notes {
    font-size: 2.666666666666667vw;
    margin-top: 4vw;
  }
}
.products-suncare-dayserum .p-ds-product_voice_slide_notes span {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_voice_slide_notes span {
    font-size: 12px;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_voice_slide_notes span {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_voice_btnWrap {
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_voice_btnWrap {
    margin-top: 13.066666666666665vw;
  }
}
.products-suncare-dayserum .p-ds-product_voice_btnWrap a {
  display: block;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_voice_btnWrap a {
    width: 326px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_voice_btnWrap a + a {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_voice_btnWrap a:nth-of-type(even) {
    margin-left: 40px;
  }
}
.products-suncare-dayserum .p-ds-product_voice_btn {
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
  background-color: #fff;
  border: 1px solid #df1067;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_voice_btn {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-dayserum .p-ds-product_voice_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_voice_btn {
    width: 326px;
    font-size: 13px;
    padding: 13px 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_voice_btn {
    width: 100%;
    font-size: 3.466666666666666vw;
    padding: 3.466666666666666vw 12vw;
  }
}
.products-suncare-dayserum .p-ds-product_voice_btn[target="_blank"]::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/anessa/products/suncare/dayserum/img/ico_blank-pink.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-product_voice_btn[target="_blank"]::before {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-product_voice_btn[target="_blank"]::before {
    width: 4vw;
    height: 4vw;
    right: 5.333333333333334vw;
  }
}
.products-suncare-dayserum .p-ds-product_voice_btn span {
  color: #df1067;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum #howto {
    padding: 74px 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum #howto {
    overflow: hidden;
    padding: 12.266666666666666vw 0 18.666666666666668vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-howto_inner {
    width: 87.2vw;
  }
}
.products-suncare-dayserum .p-ds-howto_hdg {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-howto_hdg {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-howto_hdg {
    width: 36.266666666666666vw;
  }
}
.products-suncare-dayserum .p-ds-howto_syukan {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-howto_syukan {
    width: 648px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-howto_step_hdg {
    height: 4.8vw;
    margin-bottom: 6.133333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html:lang(en) .products-suncare-dayserum .p-ds-howto_step_hdg {
    height: 5.066666666666666vw;
  }
}
@media screen and (max-width: 767px) {
  html:lang(zh-cmn-Hans) .products-suncare-dayserum .p-ds-howto_step_hdg {
    height: 5.066666666666666vw;
  }
}
.products-suncare-dayserum .p-ds-howto_step_hdg img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-howto_kihon {
    margin-top: 80px;
  }
}
.products-suncare-dayserum .p-ds-howto_kihon_hdg {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-howto_kihon_hdg {
    width: 300px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  html:lang(en) .products-suncare-dayserum .p-ds-howto_kihon_hdg {
    width: 392px;
  }
}
@media screen and (min-width: 768px) {
  html:lang(zh-cmn-Hans) .products-suncare-dayserum .p-ds-howto_kihon_hdg {
    width: 402px;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-howto_kihon_step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-howto_kihon_step {
    width: 85.33333333333334vw;
    margin-top: 7.466666666666668vw;
  }
  .products-suncare-dayserum .p-ds-howto_kihon_step .slick-list {
    overflow: visible;
  }
  .products-suncare-dayserum .p-ds-howto_kihon_step .slick-slide {
    margin-right: 5.866666666666666vw;
  }
  .products-suncare-dayserum .p-ds-howto_kihon_step .slick-dots {
    width: 87.2vw;
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-howto_kihon_step li {
    width: 304px;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-howto_kihon_step_num {
    width: 60px;
    margin-top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-howto_kihon_step_num {
    width: 15.466666666666667vw;
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-dayserum .p-ds-howto_kihon_step_desc {
    margin-top: 4px;
    font-size: 15px;
    line-height: 1.73;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-dayserum .p-ds-howto_kihon_step_desc {
    margin-top: 0.533333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1.85;
  }
}
.products-suncare-mineral_uv_mild {
  background: #d1def0;
}
.products-suncare-mineral_uv_mild #kv {
  color: #906d1b;
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild #kv {
    background-image: url("/anessa/products/suncare/mineral_uv_mild/img/kv_bg_sp.jpg");
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .kv_txt {
    height: 101.06666666666666vw;
  }
}
.products-suncare-mineral_uv_mild #about {
  color: #906d1b;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild #about .online {
    margin-top: 34px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild #about .online {
    margin-top: 5.866666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .about_products_more {
    margin-top: 145px;
    width: 510px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .about_products_more {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .about_products_spf {
    width: 37.06666666666666vw;
  }
}
.products-suncare-mineral_uv_mild .about_products_tag_item {
  border: 1px solid #906d1b;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .about_products_tag_item {
    padding: 0 22px;
    height: 32px;
    border-radius: 32px;
    line-height: 32px;
    font-size: 17px;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .about_products_tag_item {
    padding: 0 4vw;
    height: 6.666666666666667vw;
    border-radius: 6.666666666666667vw;
    line-height: 6.666666666666667vw;
    font-size: 3.733333333333334vw;
    white-space: nowrap;
  }
}
.products-suncare-mineral_uv_mild .about_products_recommend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .about_products_recommend {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.products-suncare-mineral_uv_mild .about_products_recommend::before {
  content: '';
  display: block;
  background-image: url("/anessa/products/suncare/mineral_uv_mild/img/about_recommend_icon.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .about_products_recommend::before {
    width: 18px;
    height: 20px;
    margin-right: 7px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .about_products_recommend::before {
    width: 4.72vw;
    height: 5.333333333333334vw;
    margin-right: 1.866666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .about_products_detail_txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 47.46666666666667vw;
  }
  .products-suncare-mineral_uv_mild .about_products_detail_txt::after {
    display: block;
    height: 8vw;
    margin-top: 1.6vw;
    background: url("/anessa/products/suncare/mineral_uv_mild/img/deco_01.svg") no-repeat right center;
    background-size: auto 100%;
    content: '';
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .about_products_detail_img {
    width: 202px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .about_products_detail_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 42.93333333333334vw;
    margin-right: -2.133333333333333vw;
    margin-top: -2.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .about_products_icon {
    margin-top: -1.066666666666667vw;
    width: 74.93333333333332vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .about_sustainable {
    margin-top: 4.8vw;
  }
  .products-suncare-mineral_uv_mild .about_sustainable::before {
    display: block;
    height: 1.6vw;
    margin-bottom: 3.2vw;
    background: url("/anessa/products/suncare/mineral_uv_mild/img/deco_02.svg") no-repeat right center;
    background-size: auto 100%;
    content: '';
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild #another {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 1064px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild #another {
    margin-top: 3.466666666666666vw;
  }
}
.products-suncare-mineral_uv_mild .another__hdg {
  color: #007aa6;
  text-align: center;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .another__hdg {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .another__hdg {
    font-size: 3.733333333333334vw;
  }
}
.products-suncare-mineral_uv_mild .another_link {
  display: block;
  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-mineral_uv_mild .another_link {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-mineral_uv_mild .another_link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .another_link {
    margin-top: 14px;
  }
}
.products-suncare-mineral_uv_mild #evolution {
  color: #906d1b;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild #evolution {
    margin-top: 62px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild #evolution {
    margin-top: 10.666666666666668vw;
  }
}
.products-suncare-mineral_uv_mild .evolution_hdg {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#f9e3e6), color-stop(37.79%, #fff), to(#77cce7));
  background: -webkit-linear-gradient(left, #f9e3e6 0%, #fff 37.79%, #77cce7 100%);
  background: linear-gradient(to right, #f9e3e6 0%, #fff 37.79%, #77cce7 100%);
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .evolution_hdg {
    font-size: 21px;
    padding: 41px 0;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .evolution_hdg {
    font-size: 5.600000000000001vw;
    padding: 2.666666666666667vw 0;
    line-height: 1.476190476190476;
  }
}
.products-suncare-mineral_uv_mild .evolution_hdg::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: rgba(255,255,255,0.35);
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .evolution_hdg::after {
    width: 249px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .evolution_hdg::after {
    width: 66.4vw;
    height: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .evolution_list {
    margin-left: auto;
    margin-right: auto;
    width: 1064px;
    margin-top: 104px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .evolution_list {
    margin-top: 28.799999999999997vw;
  }
}
.products-suncare-mineral_uv_mild .evolution_list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .evolution_list__item:not(:nth-child(1)) {
    margin-top: 118px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .evolution_list__item:not(:nth-child(1)) {
    margin-top: 20vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img {
    margin-top: 36px;
    width: 554px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img {
    margin-top: 6.666666666666667vw;
    width: 69.86666666666666vw;
  }
}
.products-suncare-mineral_uv_mild .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img {
  position: relative;
}
.products-suncare-mineral_uv_mild .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img_gif {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img_gif {
    width: 204px;
    right: 32px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img_gif {
    width: 54.666666666666664vw;
    left: 6.933333333333333vw;
    bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .evolution_list__item:nth-child(2) .evolution_list__item__cnt_img {
    width: 696px;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .evolution_list__item:nth-child(3) .evolution_list__item__cnt_img {
    width: 670px;
  }
}
.products-suncare-mineral_uv_mild .evolution_list__item__hdg {
  color: #00a0d2;
  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;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.55)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.55), #fff);
  background: linear-gradient(to bottom, rgba(255,255,255,0.55), #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) {
  .products-suncare-mineral_uv_mild .evolution_list__item__hdg {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-mineral_uv_mild .evolution_list__item__hdg:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .evolution_list__item__hdg {
    padding: 29px 70px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .evolution_list__item__hdg {
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
    padding-left: 5.333333333333334vw;
    padding-right: 16vw;
  }
}
.products-suncare-mineral_uv_mild .evolution_list__item__hdg::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%2300a0d2%3B%7D.b%7Bfill%3Anone%3Bstroke%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(25%2025)%20rotate(180)%22%3E%3Ccircle%20class%3D%22a%22%20cx%3D%2212.5%22%20cy%3D%2212.5%22%20r%3D%2212.5%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M0%2C10.021l5.01-5.01L0%2C0%22%20transform%3D%22translate(7.49%2015.006)%20rotate(-90)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .evolution_list__item__hdg::after {
    width: 25px;
    height: 25px;
    right: 68px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .evolution_list__item__hdg::after {
    width: 6.666666666666667vw;
    height: 6.666666666666667vw;
    right: 5.333333333333334vw;
  }
}
.products-suncare-mineral_uv_mild .evolution_list__item__hdg.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .evolution_list__item__hdg_new {
    margin-right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .evolution_list__item__hdg_new {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 14.933333333333335vw;
    margin-right: 2.4vw;
  }
}
.products-suncare-mineral_uv_mild .evolution_list__item__hdg_num {
  color: #906d1b;
  position: absolute;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .evolution_list__item__hdg_num {
    top: -58px;
    left: 0;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .evolution_list__item__hdg_num {
    top: -16.8vw;
    left: 5.333333333333334vw;
    font-size: 4.533333333333333vw;
  }
}
.products-suncare-mineral_uv_mild .evolution_list__item__hdg_num span {
  font-family: sofia-pro, sans-serif;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .evolution_list__item__hdg_num span {
    font-size: 37px;
    margin-left: 7px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .evolution_list__item__hdg_num span {
    font-size: 9.866666666666667vw;
    margin-left: 1.866666666666667vw;
  }
}
.products-suncare-mineral_uv_mild .evolution_list__item__hdg_txt {
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .evolution_list__item__hdg_txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .evolution_list__item__hdg_txt {
    font-size: 4.8vw;
    line-height: 1.555555555555556;
  }
}
.products-suncare-mineral_uv_mild .evolution_list__item__cnt {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(rgba(195,241,255,0.6)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.6), rgba(195,241,255,0.6));
  background: linear-gradient(to bottom, rgba(255,255,255,0.6), rgba(195,241,255,0.6));
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .evolution_list__item__cnt {
    padding: 65px 0 58px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .evolution_list__item__cnt {
    padding: 6.933333333333333vw 5.333333333333334vw 10.4vw;
  }
}
.products-suncare-mineral_uv_mild .evolution_list__item__cnt_hdg {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .evolution_list__item__cnt_hdg {
    padding-bottom: 5px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .evolution_list__item__cnt_hdg {
    font-size: 5.333333333333334vw;
  }
}
.products-suncare-mineral_uv_mild .evolution_list__item__cnt_lead {
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .evolution_list__item__cnt_lead {
    margin-top: 21px;
    font-size: 16px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .evolution_list__item__cnt_lead {
    margin-top: 0.8vw;
    padding: 0 0.533333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1.714285714285714;
  }
}
.products-suncare-mineral_uv_mild .evolution_list__item__cnt_img {
  margin: auto;
}
.products-suncare-mineral_uv_mild #statement {
  color: #906d1b;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild #statement {
    margin-top: 50px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild #statement {
    margin-top: 8.533333333333333vw;
    padding-bottom: 10.666666666666668vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild #statement .online {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild #statement .online {
    margin-top: 15.733333333333333vw;
  }
}
.products-suncare-mineral_uv_mild #links {
  position: relative;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#ffeded), color-stop(55.34%, #ecf6fa), to(#b9efff));
  background: -webkit-linear-gradient(left, #ffeded 0%, #ecf6fa 55.34%, #b9efff 100%);
  background: linear-gradient(to right, #ffeded 0%, #ecf6fa 55.34%, #b9efff 100%);
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild #links {
    padding-top: 50px;
    height: 326px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild #links {
    padding: 6.4vw 5.333333333333334vw 10.933333333333334vw;
  }
}
.products-suncare-mineral_uv_mild .links__hdg {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .links__hdg {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .links__hdg {
    font-size: 4.8vw;
    line-height: 1.722222222222222;
  }
}
.products-suncare-mineral_uv_mild .links__bnr {
  margin: auto;
  display: block;
  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-mineral_uv_mild .links__bnr {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-mineral_uv_mild .links__bnr:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild .links__bnr {
    margin-top: 41px;
    width: 472px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .links__bnr {
    margin-top: 6.933333333333333vw;
  }
}
.products-suncare-mineral_uv_mild #howto {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-mineral_uv_mild #howto {
    margin-top: 71px;
    padding-bottom: 68px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild #howto {
    margin-top: 10.666666666666668vw;
    padding-bottom: 12.8vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-mineral_uv_mild .howto__img {
    margin: auto;
    margin-top: 6.666666666666667vw;
    width: 89.60000000000001vw;
  }
}
.products-suncare-perfect_uv_gel #kv {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .kv_txt {
    background-image: url("/anessa/products/suncare/perfect_uv_gel/img/kv_bg_sp.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
.products-suncare-perfect_uv_gel #about {
  background-image: url("/anessa/products/suncare/perfect_uv_gel/img/about_bg.jpg");
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel #about .online {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel #about .online {
    margin-top: 5.866666666666666vw;
  }
}
.products-suncare-perfect_uv_gel .about__container {
  position: relative;
}
.products-suncare-perfect_uv_gel .about__container::before {
  content: '';
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .about__container::before {
    background-image: url("../img/about_bg_img_pc.png");
    width: 939px;
    top: 0;
    right: -436px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .about__container::before {
    background-image: url(../img/about_bg_img_sp.png");
    width: 194.66666666666669vw;
    top: 64vw;
    right: -94.66666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .about_products_more {
    margin-top: 13px;
    width: 510px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .about_products_more {
    margin-top: 4vw;
  }
}
.products-suncare-perfect_uv_gel .about_products_detail_txt {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .about_products_spf {
    width: 46.666666666666664vw;
  }
}
.products-suncare-perfect_uv_gel .about_products_tag_item {
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .about_products_tag_item {
    padding: 0 22px;
    height: 32px;
    border-radius: 32px;
    line-height: 32px;
    font-size: 17px;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .about_products_tag_item {
    padding: 0 4vw;
    height: 6.666666666666667vw;
    border-radius: 6.666666666666667vw;
    line-height: 6.666666666666667vw;
    font-size: 3.733333333333334vw;
  }
}
.products-suncare-perfect_uv_gel .about_products_recommend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .about_products_recommend {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.products-suncare-perfect_uv_gel .about_products_recommend::before {
  content: '';
  display: block;
  background-image: url("/anessa/products/suncare/perfect_uv_gel/img/about_recommend_icon.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .about_products_recommend::before {
    width: 18px;
    height: 20px;
    margin-right: 7px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .about_products_recommend::before {
    width: 4.72vw;
    height: 5.333333333333334vw;
    margin-right: 1.866666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .about_products_detail_img {
    width: 196px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .about_products_detail_img {
    width: 36.266666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .about_products_icon {
    margin-top: -6px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .about_products_icon {
    margin-top: 2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_gel #another {
  background: #4a84c5;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel #another {
    padding: 33px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel #another {
    padding-top: 6.133333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .another_container {
    margin-left: auto;
    margin-right: auto;
    width: 1064px;
  }
}
.products-suncare-perfect_uv_gel .another_hdg {
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .another_hdg {
    font-size: 28px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .another_hdg {
    font-size: 4.266666666666667vw;
    line-height: 1.5625;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .another_table {
    margin-top: 29px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .another_table {
    margin-top: 6.133333333333333vw;
  }
}
.products-suncare-perfect_uv_gel .another_link {
  display: block;
  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-perfect_uv_gel .another_link {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-perfect_uv_gel .another_link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .another_link {
    margin-top: 14px;
  }
}
.products-suncare-perfect_uv_gel #movie {
  background: #005795;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel #movie {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel #movie {
    padding: 8vw 0;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .movie_container {
    margin-left: auto;
    margin-right: auto;
    width: 1064px;
  }
}
.products-suncare-perfect_uv_gel #evolution {
  background-repeat: repeat-y;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel #evolution {
    padding-bottom: 40px;
    background-image: url("../img/evolution_bg_pc.jpg");
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel #evolution {
    background-image: url("../img/evolution_bg_sp.jpg");
  }
}
.products-suncare-perfect_uv_gel .evolution_hdg {
  background: #9f8b49;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_hdg {
    font-size: 36px;
    padding: 34px 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_hdg {
    font-size: 4.8vw;
    padding: 5.866666666666666vw 0;
  }
}
.products-suncare-perfect_uv_gel .evolution_veil {
  position: relative;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_veil {
    margin-top: 40px;
    width: 863px;
  }
  html:lang(zh-cmn-Hans) .products-suncare-perfect_uv_gel .evolution_veil {
    width: 701px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_veil {
    margin-top: 5.600000000000001vw;
    width: 89.33333333333333vw;
  }
}
.products-suncare-perfect_uv_gel .evolution_veil .evolution_veil_gif {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_veil .evolution_veil_gif {
    width: 370px;
    top: 215px;
    left: 0;
    right: 0;
    margin: auto;
  }
  html:lang(en) .products-suncare-perfect_uv_gel .evolution_veil .evolution_veil_gif {
    top: 275px;
  }
  html:lang(zh-cmn-Hans) .products-suncare-perfect_uv_gel .evolution_veil .evolution_veil_gif {
    top: 232px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_veil .evolution_veil_gif {
    width: 74.66666666666667vw;
    left: 0;
    right: 0;
    margin: auto;
    top: 43.2vw;
  }
  html:lang(en) .products-suncare-perfect_uv_gel .evolution_veil .evolution_veil_gif {
    top: 52.26666666666666vw;
  }
  html:lang(zh-cmn-Hans) .products-suncare-perfect_uv_gel .evolution_veil .evolution_veil_gif {
    top: 40.53333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_list {
    margin-left: auto;
    margin-right: auto;
    width: 1064px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_list {
    margin-top: 5.600000000000001vw;
  }
}
.products-suncare-perfect_uv_gel .evolution_list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_list__item:not(:nth-child(1)) {
    margin-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_list__item:not(:nth-child(1)) {
    margin-top: 15.466666666666667vw;
  }
}
.products-suncare-perfect_uv_gel .evolution_list__item:not(:nth-child(1))::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/evolution_list_plus.svg");
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_list__item:not(:nth-child(1))::before {
    top: -40px;
    width: 30px;
    height: 30px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_list__item:not(:nth-child(1))::before {
    top: -11.733333333333333vw;
    width: 8vw;
    height: 8vw;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img {
    width: 696px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img {
    width: 89.33333333333333vw;
  }
}
.products-suncare-perfect_uv_gel .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img {
  position: relative;
}
.products-suncare-perfect_uv_gel .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img_gif {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img_gif {
    width: 328px;
    right: 0;
    bottom: 71px;
  }
  html:lang(en) .products-suncare-perfect_uv_gel .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img_gif {
    bottom: 79px;
  }
  html:lang(zh-cmn-Hans) .products-suncare-perfect_uv_gel .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img_gif {
    bottom: 54px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img_gif {
    width: 74.66666666666667vw;
    left: 7.466666666666668vw;
    bottom: 16.266666666666666vw;
  }
  html:lang(zh-cmn-Hans) .products-suncare-perfect_uv_gel .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img_gif {
    bottom: 12.266666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_list__item:nth-child(2) .evolution_list__item__cnt_img {
    width: 880px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_list__item:nth-child(2) .evolution_list__item__cnt_img {
    width: 89.33333333333333vw;
  }
}
.products-suncare-perfect_uv_gel .evolution_list__item__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;
  color: #00a0d2;
  line-height: 1;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-image: url("../img/evolution_list_hdg_bg.png");
  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-perfect_uv_gel .evolution_list__item__hdg {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-perfect_uv_gel .evolution_list__item__hdg:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__hdg {
    padding: 29px 72px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__hdg {
    padding: 7.733333333333333vw 5.333333333333334vw;
  }
}
.products-suncare-perfect_uv_gel .evolution_list__item__hdg::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%2300a0d2%3B%7D.b%7Bfill%3Anone%3Bstroke%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(25%2025)%20rotate(180)%22%3E%3Ccircle%20class%3D%22a%22%20cx%3D%2212.5%22%20cy%3D%2212.5%22%20r%3D%2212.5%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M0%2C10.021l5.01-5.01L0%2C0%22%20transform%3D%22translate(7.49%2015.006)%20rotate(-90)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__hdg::after {
    width: 25px;
    height: 25px;
    right: 68px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__hdg::after {
    width: 6.666666666666667vw;
    height: 6.666666666666667vw;
    right: 5.333333333333334vw;
  }
}
.products-suncare-perfect_uv_gel .evolution_list__item__hdg.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__hdg_new {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__hdg_new {
    position: absolute;
    width: 14.933333333333335vw;
    top: 1.333333333333333vw;
    left: 5.333333333333334vw;
  }
}
.products-suncare-perfect_uv_gel .evolution_list__item__hdg_num {
  font-family: sofia-pro, sans-serif;
  font-style: italic;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__hdg_num {
    margin-top: -4px;
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__hdg_num {
    font-size: 8.533333333333333vw;
  }
}
.products-suncare-perfect_uv_gel .evolution_list__item__hdg_dot {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__hdg_dot {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__hdg_dot {
    font-size: 4.8vw;
  }
}
.products-suncare-perfect_uv_gel .evolution_list__item__hdg_txt {
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__hdg_txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__hdg_txt {
    font-size: 4.8vw;
  }
}
.products-suncare-perfect_uv_gel .evolution_list__item__cnt {
  background: rgba(255,255,255,0.6);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__cnt {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__cnt {
    padding: 5.600000000000001vw 0 7.733333333333333vw;
  }
}
.products-suncare-perfect_uv_gel .evolution_list__item__cnt_lead {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__cnt_lead {
    font-size: 18px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__cnt_lead {
    font-size: 3.733333333333334vw;
    line-height: 1.571428571428571;
  }
}
.products-suncare-perfect_uv_gel .evolution_list__item__cnt_hdg {
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__cnt_hdg {
    margin-top: 20px;
    font-size: 28px;
    line-height: 1.607142857142857;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__cnt_hdg {
    margin-top: 2.933333333333333vw;
    font-size: 4.266666666666667vw;
    line-height: 1.625;
  }
}
@media screen and (max-width: 767px) {
  html:lang(ja) .products-suncare-perfect_uv_gel .evolution_list__item:nth-child(2) .evolution_list__item__cnt_hdg {
    font-size: 6.4vw;
  }
}
.products-suncare-perfect_uv_gel .evolution_list__item__cnt_img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__cnt_img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__cnt_img {
    margin-top: 6.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__cnt_movie {
    width: 696px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .evolution_list__item__cnt_movie {
    margin-top: 6.666666666666667vw;
  }
}
.products-suncare-perfect_uv_gel #shiseido100 {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel #shiseido100 {
    margin-top: 77px;
    width: 1064px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel #shiseido100 {
    margin-top: 4.8vw;
    width: 89.33333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel #shiseido100 .online {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel #shiseido100 .online {
    margin-top: 8.266666666666666vw;
  }
}
.products-suncare-perfect_uv_gel .shiseido100__hdg {
  text-align: center;
  color: #026c9c;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .shiseido100__hdg {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .shiseido100__hdg {
    font-size: 3.733333333333334vw;
    line-height: 1.4;
  }
}
.products-suncare-perfect_uv_gel .shiseido100__link {
  display: block;
  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-perfect_uv_gel .shiseido100__link {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-perfect_uv_gel .shiseido100__link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .shiseido100__link {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .shiseido100__link {
    margin-top: 2.133333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel #howto {
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel #howto {
    overflow: hidden;
    margin-top: 14.133333333333335vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .howto_container {
    margin: 0 auto;
    width: 89.33333333333333vw;
  }
}
.products-suncare-perfect_uv_gel .howto_hdg {
  font-family: sofia-pro, sans-serif;
  text-align: center;
  color: #00a0d2;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .howto_hdg {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .howto_hdg {
    font-size: 10.666666666666668vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .howto_category {
    margin-top: 59px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .howto_category {
    margin-top: 9.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .howto_category+.howto_category {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .howto_category+.howto_category {
    margin-top: 13.333333333333334vw;
  }
}
.products-suncare-perfect_uv_gel .howto_category_hdg {
  text-align: center;
  color: #00a0d2;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .howto_category_hdg {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .howto_category_hdg {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .howto_list {
    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: 30px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .howto_list {
    width: 85.6vw;
    margin-top: 5.866666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .howto_list>li {
    width: 304px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .howto_list>li {
    margin-right: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .howto_list>li+li {
    margin-left: 39px;
  }
}
.products-suncare-perfect_uv_gel .howto_list .slick-list {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .howto_list .slick-list .slick-slide {
    margin-right: 5.333333333333334vw;
  }
}
.products-suncare-perfect_uv_gel .howto_list .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;
  margin-top: 3.733333333333334vw;
}
.products-suncare-perfect_uv_gel .howto_list .slick-dots li {
  margin: 0 1.866666666666667vw;
}
.products-suncare-perfect_uv_gel .howto_list .slick-dots button {
  background-color: #d1d1d1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 100%;
  width: 2.666666666666667vw;
  height: 2.666666666666667vw;
}
.products-suncare-perfect_uv_gel .howto_list .slick-dots .slick-active button {
  background-color: #00a0d2;
}
.products-suncare-perfect_uv_gel .howto_list_num {
  font-family: sofia-pro, sans-serif;
  color: #00a0d2;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .howto_list_num {
    margin-top: 18px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .howto_list_num {
    margin-top: 4.8vw;
    font-size: 4.8vw;
  }
}
.products-suncare-perfect_uv_gel .howto_list_desc {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .howto_list_desc {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.73;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .howto_list_desc {
    margin-top: 1.6vw;
    font-size: 3.733333333333334vw;
    line-height: 1.85;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel #links {
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 518px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel #links {
    margin-top: 13.333333333333334vw;
  }
}
.products-suncare-perfect_uv_gel .links__hdg {
  color: #9f8b49;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .links__hdg {
    font-size: 20px;
  }
}
.products-suncare-perfect_uv_gel .links__item01,
.products-suncare-perfect_uv_gel .links__item02 {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .links__item01,
  .products-suncare-perfect_uv_gel .links__item02 {
    width: 50%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .links__item01,
  .products-suncare-perfect_uv_gel .links__item02 {
    padding: 6.4vw 5.333333333333334vw 8.533333333333333vw;
  }
}
.products-suncare-perfect_uv_gel .links__item01::before,
.products-suncare-perfect_uv_gel .links__item02::before {
  content: '';
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 0;
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .links__item01::before,
  .products-suncare-perfect_uv_gel .links__item02::before {
    min-width: 720px;
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .links__item01::before,
  .products-suncare-perfect_uv_gel .links__item02::before {
    width: 100%;
  }
}
.products-suncare-perfect_uv_gel .links__item01::before {
  right: 0;
  background-image: url("/anessa/products/suncare/perfect_uv_gel/img/links_01_bg.jpg");
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .links__item01 .links__hdg {
    font-size: 5.600000000000001vw;
    line-height: 1.476190476190476;
  }
}
.products-suncare-perfect_uv_gel .links__item01 .links__bnr_list {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .links__item01 .links__bnr_list {
    margin-top: 41px;
    width: 472px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .links__item01 .links__bnr_list {
    margin-top: 6.933333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .links__item01 .links__bnr_list li:not(:nth-child(1)) {
    margin-top: 33px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .links__item01 .links__bnr_list li:not(:nth-child(1)) {
    margin-top: 4.8vw;
  }
}
.products-suncare-perfect_uv_gel .links__item02::before {
  left: 0;
  background-image: url("/anessa/products/suncare/perfect_uv_gel/img/links_02_bg.jpg");
}
.products-suncare-perfect_uv_gel .links__item02 .links__hdg {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .links__item02 .links__hdg {
    font-size: 4.266666666666667vw;
    line-height: 1.625;
  }
}
.products-suncare-perfect_uv_gel .links__item02 .links__hdg::before,
.products-suncare-perfect_uv_gel .links__item02 .links__hdg::after {
  content: "";
  position: absolute;
  display: block;
  background: #9f8b49;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .links__item02 .links__hdg::before,
  .products-suncare-perfect_uv_gel .links__item02 .links__hdg::after {
    height: 44px;
    top: -11px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .links__item02 .links__hdg::before,
  .products-suncare-perfect_uv_gel .links__item02 .links__hdg::after {
    height: 13.333333333333334vw;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .links__item02 .links__hdg::before {
    left: -24px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .links__item02 .links__hdg::before {
    left: -6.666666666666667vw;
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .links__item02 .links__hdg::after {
    right: -16px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .links__item02 .links__hdg::after {
    right: -4vw;
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
}
.products-suncare-perfect_uv_gel .links__item02 .links__bnr {
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .links__item02 .links__bnr {
    margin-top: 36px;
    width: 474px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .links__item02 .links__bnr {
    margin-top: 6.933333333333333vw;
  }
}
.products-suncare-perfect_uv_gel .links__item02_img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_gel .links__item02_img {
    margin-top: 34px;
    width: 335px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_gel .links__item02_img {
    margin-top: 7.199999999999999vw;
  }
}
.products-suncare-perfect_uv_gel .links__bnr {
  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-perfect_uv_gel .links__bnr {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-perfect_uv_gel .links__bnr:hover {
    opacity: 0.7;
  }
}
.products-suncare-perfect_uv_mild {
  background: #f8dee1;
}
.products-suncare-perfect_uv_mild #kv {
  color: #906d1b;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .kv_txt {
    background-image: url("/anessa/products/suncare/perfect_uv_mild/img/kv_bg_sp.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
.products-suncare-perfect_uv_mild #about {
  color: #906d1b;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild #about .online {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild #about .online {
    margin-top: 5.866666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .about_products_more {
    margin-top: 145px;
    width: 510px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .about_products_more {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .about_products_spf {
    width: 46.666666666666664vw;
  }
}
.products-suncare-perfect_uv_mild .about_products_tag_item {
  border: 1px solid #906d1b;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .about_products_tag_item {
    padding: 0 22px;
    height: 32px;
    border-radius: 32px;
    line-height: 32px;
    font-size: 17px;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .about_products_tag_item {
    padding: 0 4vw;
    height: 6.666666666666667vw;
    border-radius: 6.666666666666667vw;
    line-height: 6.666666666666667vw;
    font-size: 3.733333333333334vw;
  }
  html:lang(en) .products-suncare-perfect_uv_mild .about_products_tag_item {
    font-size: 3.2vw;
  }
}
.products-suncare-perfect_uv_mild .about_products_recommend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .about_products_recommend {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.products-suncare-perfect_uv_mild .about_products_recommend::before {
  content: '';
  display: block;
  background-image: url("/anessa/products/suncare/perfect_uv_mild/img/about_recommend_icon.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .about_products_recommend::before {
    width: 18px;
    height: 20px;
    margin-right: 7px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .about_products_recommend::before {
    width: 4.72vw;
    height: 5.333333333333334vw;
    margin-right: 1.866666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .about_products_detail_img {
    width: 201px;
    margin-top: -20px;
    margin-right: -4px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .about_products_detail_img {
    width: 45.06666666666666vw;
    margin-left: -2.666666666666667vw;
    margin-top: -2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .about_products_icon {
    margin-top: -9px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .about_products_icon {
    margin-top: -3.466666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild #another {
    margin-top: 43px;
    margin-left: auto;
    margin-right: auto;
    width: 1064px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild #another {
    margin-top: 0.8vw;
  }
}
.products-suncare-perfect_uv_mild .another__hdg {
  color: #007aa6;
  text-align: center;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .another__hdg {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .another__hdg {
    font-size: 3.733333333333334vw;
  }
}
.products-suncare-perfect_uv_mild .another_link {
  display: block;
  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-perfect_uv_mild .another_link {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-perfect_uv_mild .another_link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .another_link {
    margin-top: 14px;
  }
}
.products-suncare-perfect_uv_mild #evolution {
  color: #906d1b;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild #evolution {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild #evolution {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild #evolution .online {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild #evolution .online {
    margin-top: 5.866666666666666vw;
  }
}
.products-suncare-perfect_uv_mild .evolution_hdg {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#f9e3e6), color-stop(37.79%, #fff), to(#77cce7));
  background: -webkit-linear-gradient(left, #f9e3e6 0%, #fff 37.79%, #77cce7 100%);
  background: linear-gradient(to right, #f9e3e6 0%, #fff 37.79%, #77cce7 100%);
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .evolution_hdg {
    font-size: 36px;
    padding: 34px 0;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .evolution_hdg {
    font-size: 5.600000000000001vw;
    padding: 2.666666666666667vw 0;
    line-height: 1.476190476190476;
  }
}
.products-suncare-perfect_uv_mild .evolution_hdg::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: rgba(255,255,255,0.35);
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .evolution_hdg::after {
    width: 249px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .evolution_hdg::after {
    width: 66.4vw;
    height: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .evolution_list {
    margin-left: auto;
    margin-right: auto;
    width: 1064px;
    margin-top: 107px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .evolution_list {
    margin-top: 21.6vw;
  }
}
.products-suncare-perfect_uv_mild .evolution_list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .evolution_list__item:not(:nth-child(1)) {
    margin-top: 118px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .evolution_list__item:not(:nth-child(1)) {
    margin-top: 22.933333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img {
    margin-top: 36px;
    width: 696px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img {
    margin-top: 6.666666666666667vw;
    width: 78.66666666666666vw;
  }
}
.products-suncare-perfect_uv_mild .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img {
  position: relative;
}
.products-suncare-perfect_uv_mild .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img_gif {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img_gif {
    width: 328px;
    right: 0;
    bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img_gif {
    width: 78.66666666666666vw;
    left: 0;
    bottom: 7.733333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .evolution_list__item:nth-child(2) .evolution_list__item__cnt_img {
    width: 696px;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .evolution_list__item:nth-child(3) .evolution_list__item__cnt_img {
    width: 670px;
  }
}
.products-suncare-perfect_uv_mild .evolution_list__item__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;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.55)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.55), #fff);
  background: linear-gradient(to bottom, rgba(255,255,255,0.55), #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) {
  .products-suncare-perfect_uv_mild .evolution_list__item__hdg {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-perfect_uv_mild .evolution_list__item__hdg:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .evolution_list__item__hdg {
    padding: 29px 70px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .evolution_list__item__hdg {
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
    padding-left: 5.333333333333334vw;
    padding-right: 16vw;
  }
}
.products-suncare-perfect_uv_mild .evolution_list__item__hdg::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23906d1b%3B%7D.b%7Bfill%3Anone%3Bstroke%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(25%2025)%20rotate(180)%22%3E%3Ccircle%20class%3D%22a%22%20cx%3D%2212.5%22%20cy%3D%2212.5%22%20r%3D%2212.5%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M0%2C10.021l5.01-5.01L0%2C0%22%20transform%3D%22translate(7.49%2015.006)%20rotate(-90)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .evolution_list__item__hdg::after {
    width: 25px;
    height: 25px;
    right: 68px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .evolution_list__item__hdg::after {
    width: 6.666666666666667vw;
    height: 6.666666666666667vw;
    right: 5.333333333333334vw;
  }
}
.products-suncare-perfect_uv_mild .evolution_list__item__hdg.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .evolution_list__item__hdg_new {
    margin-right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .evolution_list__item__hdg_new {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 14.933333333333335vw;
    margin-right: 2.4vw;
  }
}
.products-suncare-perfect_uv_mild .evolution_list__item__hdg_num {
  position: absolute;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .evolution_list__item__hdg_num {
    top: -80px;
    left: 0;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .evolution_list__item__hdg_num {
    top: -16.8vw;
    left: 5.333333333333334vw;
    font-size: 4.533333333333333vw;
  }
}
.products-suncare-perfect_uv_mild .evolution_list__item__hdg_num span {
  font-family: sofia-pro, sans-serif;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .evolution_list__item__hdg_num span {
    font-size: 58px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .evolution_list__item__hdg_num span {
    font-size: 9.866666666666667vw;
    margin-left: 1.866666666666667vw;
  }
}
.products-suncare-perfect_uv_mild .evolution_list__item__hdg_txt {
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .evolution_list__item__hdg_txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .evolution_list__item__hdg_txt {
    font-size: 4.8vw;
    line-height: 1.555555555555556;
  }
}
.products-suncare-perfect_uv_mild .evolution_list__item__cnt {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(rgba(195,241,255,0.6)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.6), rgba(195,241,255,0.6));
  background: linear-gradient(to bottom, rgba(255,255,255,0.6), rgba(195,241,255,0.6));
}
html:lang(ja) .products-suncare-perfect_uv_mild .evolution_list__item__cnt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .evolution_list__item__cnt {
    text-align: center;
    padding: 40px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .evolution_list__item__cnt {
    padding: 6.933333333333333vw 5.333333333333334vw 10.4vw;
  }
}
.products-suncare-perfect_uv_mild .evolution_list__item__cnt_hdg {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.625;
  border-bottom: 2px solid #906d1b;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .evolution_list__item__cnt_hdg {
    padding-bottom: 5px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .evolution_list__item__cnt_hdg {
    font-size: 4.266666666666667vw;
  }
}
html:lang(en) .products-suncare-perfect_uv_mild .evolution_list__item__cnt_hdg {
  border-bottom: none;
  text-align: center;
}
html:lang(en) .products-suncare-perfect_uv_mild .evolution_list__item__cnt_hdg span {
  display: inline-block;
  position: relative;
}
html:lang(en) .products-suncare-perfect_uv_mild .evolution_list__item__cnt_hdg span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #906d1b;
  content: '';
}
.products-suncare-perfect_uv_mild .evolution_list__item__cnt_lead {
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .evolution_list__item__cnt_lead {
    margin-top: 21px;
    font-size: 18px;
    line-height: 1.388888888888889;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .evolution_list__item__cnt_lead {
    margin-top: 2.933333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1.571428571428571;
  }
}
.products-suncare-perfect_uv_mild .evolution_list__item__cnt_img {
  margin: auto;
}
.products-suncare-perfect_uv_mild #statement {
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild #statement {
    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;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 1440px;
    height: 493px;
    background-image: url("/anessa/products/suncare/perfect_uv_mild/img/statement_bg_pc.jpg");
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild #statement {
    margin-top: 10.666666666666668vw;
    height: 125.06666666666666vw;
    background-image: url("/anessa/products/suncare/perfect_uv_mild/img/statement_bg_sp.jpg");
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .statement_txt {
    margin-top: 6.666666666666667vw;
    width: 124vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  html:lang(en) .products-suncare-perfect_uv_mild .statement_txt,
  html:lang(zh-cmn-Hans) .products-suncare-perfect_uv_mild .statement_txt {
    width: 89.60000000000001vw;
  }
}
.products-suncare-perfect_uv_mild #links {
  position: relative;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#ffeded), color-stop(55.34%, #ecf6fa), to(#b9efff));
  background: -webkit-linear-gradient(left, #ffeded 0%, #ecf6fa 55.34%, #b9efff 100%);
  background: linear-gradient(to right, #ffeded 0%, #ecf6fa 55.34%, #b9efff 100%);
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild #links {
    padding-top: 50px;
    height: 326px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild #links {
    padding: 6.4vw 5.333333333333334vw 10.933333333333334vw;
  }
}
.products-suncare-perfect_uv_mild .links__hdg {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .links__hdg {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .links__hdg {
    font-size: 4.8vw;
    line-height: 1.722222222222222;
  }
}
.products-suncare-perfect_uv_mild .links__bnr {
  margin: auto;
  display: block;
  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-perfect_uv_mild .links__bnr {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-perfect_uv_mild .links__bnr:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_mild .links__bnr {
    margin-top: 41px;
    width: 472px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_mild .links__bnr {
    margin-top: 6.933333333333333vw;
  }
}
.products-suncare-perfect_uv_sm #kv {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .kv_txt {
    background-image: url("../img/kv_bg_sp.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 51vw;
  }
}
.products-suncare-perfect_uv_sm #about {
  background-image: url("../img/about_bg.jpg");
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm #about .online {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm #about .online {
    margin-top: 5.866666666666666vw;
  }
}
.products-suncare-perfect_uv_sm .about__container {
  position: relative;
}
.products-suncare-perfect_uv_sm .about__container::before {
  content: '';
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .about__container::before {
    background-image: url("../img/about_bg_img_pc.png");
    width: 384px;
    top: 0;
    right: -188px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .about__container::before {
    background-image: url("../img/about_bg_img_sp.png");
    width: 49.86666666666667vw;
    top: 68.26666666666667vw;
    right: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .about_products_more {
    margin-top: 145px;
    width: 510px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .about_products_more {
    margin-top: 4vw;
  }
}
.products-suncare-perfect_uv_sm .about_products_detail_txt {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .about_products_spf {
    width: 46.666666666666664vw;
  }
}
.products-suncare-perfect_uv_sm .about_products_tag_item {
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .about_products_tag_item {
    padding: 0 22px;
    height: 23px;
    border-radius: 32px;
    line-height: 23px;
    font-size: 13px;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 1024px) {
  .products-suncare-perfect_uv_sm .about_products_tag_item {
    padding: 0 22px;
    height: 32px;
    border-radius: 32px;
    line-height: 32px;
    font-size: 17px;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .about_products_tag_item {
    padding: 0 4vw;
    height: 6.666666666666667vw;
    border-radius: 6.666666666666667vw;
    line-height: 6.666666666666667vw;
    font-size: 3.733333333333334vw;
  }
}
.products-suncare-perfect_uv_sm .about_products_recommend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .about_products_recommend {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.products-suncare-perfect_uv_sm .about_products_recommend::before {
  content: '';
  display: block;
  background-image: url("/anessa/products/suncare/perfect_uv_sm/img/about_recommend_icon.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .about_products_recommend::before {
    width: 18px;
    height: 20px;
    margin-right: 7px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .about_products_recommend::before {
    width: 4.72vw;
    height: 5.333333333333334vw;
    margin-right: 1.866666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .about_products_detail_img {
    /*width: 300px;*/
    width: 58%;
    margin-right: -7px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .about_products_detail_img {
    width: 54.53333333333334vw;
    margin-left: -11.066666666666667vw;
    margin-top: 7.199999999999999vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .about_products_icon {
    margin-top: -9px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .about_products_icon {
    /*margin-top: -7.466666666666668vw;*/
  }
}
.products-suncare-perfect_uv_sm #another {
  background: #4a84c5;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm #another {
    padding: 33px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm #another {
    padding-top: 6.133333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .another_container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1064px;
  }
}
.products-suncare-perfect_uv_sm .another_hdg {
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .another_hdg {
    font-size: 28px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .another_hdg {
    font-size: 4.266666666666667vw;
    line-height: 1.5625;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .another_table {
    margin-top: 29px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .another_table {
    margin-top: 6.133333333333333vw;
  }
}
.products-suncare-perfect_uv_sm .another_link {
  display: block;
  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-perfect_uv_sm .another_link {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-perfect_uv_sm .another_link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .another_link {
    margin-top: 14px;
  }
}
.products-suncare-perfect_uv_sm #movie {
  background: #005795;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm #movie {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm #movie {
    padding: 8vw 0;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .movie_container {
    margin-left: auto;
    margin-right: auto;
    width: 1064px;
  }
}
.products-suncare-perfect_uv_sm #evolution {
  background-repeat: repeat-y;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm #evolution {
    padding-bottom: 76px;
    background-image: url("../img/evolution_bg_pc.jpg");
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm #evolution {
    padding-bottom: 9.066666666666666vw;
    background-image: url("../img/evolution_bg_sp.jpg");
  }
}
.products-suncare-perfect_uv_sm #evolution + #links {
  margin-top: 0;
}
.products-suncare-perfect_uv_sm .evolution_hdg {
  background: #9f8b49;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_hdg {
    font-size: 36px;
    padding: 34px 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .evolution_hdg {
    font-size: 4.8vw;
    padding: 5.866666666666666vw 0;
  }
}
.products-suncare-perfect_uv_sm .evolution_img01 {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_img01 {
    margin-top: 40px;
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .evolution_img01 {
    margin-top: 5.600000000000001vw;
    width: 89.33333333333333vw;
  }
}
.products-suncare-perfect_uv_sm .evolution_lead {
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.products-suncare-perfect_uv_sm .evolution_lead em {
  display: block;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_lead {
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.5;
  }
  .products-suncare-perfect_uv_sm .evolution_lead em {
    margin-top: 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .evolution_lead {
    margin-top: 2.666666666666667vw;
    font-size: 3.733333333333334vw;
    line-height: 1.571428571428571;
    margin-left: 20px;
    margin-right: 20px;
  }
  .products-suncare-perfect_uv_sm .evolution_lead em {
    margin-top: 1.333333333333333vw;
    font-size: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_list {
    margin-left: auto;
    margin-right: auto;
    max-width: 1064px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .evolution_list {
    margin-top: 5.600000000000001vw;
  }
}
.products-suncare-perfect_uv_sm .evolution_list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_list__item:not(:nth-child(1)) {
    margin-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .evolution_list__item:not(:nth-child(1)) {
    margin-top: 15.466666666666667vw;
  }
}
.products-suncare-perfect_uv_sm .evolution_list__item:not(:nth-child(1))::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/evolution_list_plus.svg");
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_list__item:not(:nth-child(1))::before {
    top: -40px;
    width: 30px;
    height: 30px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .evolution_list__item:not(:nth-child(1))::before {
    top: -11.733333333333333vw;
    width: 8vw;
    height: 8vw;
    background-size: auto 100%;
  }
}
.products-suncare-perfect_uv_sm .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img {
  position: relative;
}
.products-suncare-perfect_uv_sm .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img_gif {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img_gif {
    width: 328px;
    right: 186px;
    bottom: 74px;
  }
  html:lang(en) .products-suncare-perfect_uv_sm .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img_gif {
    bottom: 80px;
  }
  html:lang(zh-cmn-Hans) .products-suncare-perfect_uv_sm .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img_gif {
    bottom: 57px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img_gif {
    width: 74.66666666666667vw;
    left: 12.533333333333333vw;
    bottom: 17.599999999999998vw;
  }
  html:lang(en) .products-suncare-perfect_uv_sm .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img_gif {
    bottom: 14.666666666666666vw;
  }
  html:lang(zh-cmn-Hans) .products-suncare-perfect_uv_sm .evolution_list__item:nth-child(1) .evolution_list__item__cnt_img_gif {
    bottom: 12.266666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_list__item:nth-child(2) .evolution_list__item__cnt {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_list__item:nth-child(2) .evolution_list__item__cnt_img {
    margin-top: 40px;
    width: 696px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .evolution_list__item:nth-child(2) .evolution_list__item__cnt_img {
    margin-top: 9.6vw;
    width: 89.33333333333333vw;
  }
}
.products-suncare-perfect_uv_sm .evolution_list__item:nth-child(3) .evolution_list__item__cnt {
  padding-top: 0;
  padding-bottom: 0;
}
.products-suncare-perfect_uv_sm .evolution_list__item__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;
  color: #00a0d2;
  line-height: 1;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-image: url("../img/evolution_list_hdg_bg.png");
  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-perfect_uv_sm .evolution_list__item__hdg {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-perfect_uv_sm .evolution_list__item__hdg:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__hdg {
    padding: 29px 72px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__hdg {
    padding: 7.733333333333333vw 5.333333333333334vw;
  }
}
.products-suncare-perfect_uv_sm .evolution_list__item__hdg::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%2300a0d2%3B%7D.b%7Bfill%3Anone%3Bstroke%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(25%2025)%20rotate(180)%22%3E%3Ccircle%20class%3D%22a%22%20cx%3D%2212.5%22%20cy%3D%2212.5%22%20r%3D%2212.5%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M0%2C10.021l5.01-5.01L0%2C0%22%20transform%3D%22translate(7.49%2015.006)%20rotate(-90)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__hdg::after {
    width: 25px;
    height: 25px;
    right: 68px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__hdg::after {
    width: 6.666666666666667vw;
    height: 6.666666666666667vw;
    right: 5.333333333333334vw;
  }
}
.products-suncare-perfect_uv_sm .evolution_list__item__hdg.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__hdg_new {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__hdg_new {
    position: absolute;
    width: 14.933333333333335vw;
    top: 1.333333333333333vw;
    left: 5.333333333333334vw;
  }
}
.products-suncare-perfect_uv_sm .evolution_list__item__hdg_num {
  font-family: sofia-pro, sans-serif;
  font-style: italic;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__hdg_num {
    margin-top: -4px;
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__hdg_num {
    font-size: 8.533333333333333vw;
  }
}
.products-suncare-perfect_uv_sm .evolution_list__item__hdg_dot {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__hdg_dot {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__hdg_dot {
    font-size: 4.8vw;
  }
}
.products-suncare-perfect_uv_sm .evolution_list__item__hdg_txt {
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__hdg_txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__hdg_txt {
    font-size: 4.8vw;
    width: 70vw;
  }
}
.products-suncare-perfect_uv_sm .evolution_list__item__cnt {
  background: rgba(255,255,255,0.6);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__cnt {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__cnt {
    padding: 11.733333333333333vw 0 10.4vw;
  }
}
.products-suncare-perfect_uv_sm .evolution_list__item__cnt_lead {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__cnt_lead {
    font-size: 18px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__cnt_lead {
    font-size: 3.733333333333334vw;
    line-height: 1.571428571428571;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.products-suncare-perfect_uv_sm .evolution_list__item__cnt_hdg {
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__cnt_hdg {
    margin-top: 20px;
    line-height: 1;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__cnt_hdg {
    margin-top: 2.933333333333333vw;
    font-size: 4.266666666666667vw;
    line-height: 1.625;
  }
}
.products-suncare-perfect_uv_sm .evolution_list__item__cnt_img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__cnt_movie {
    width: 696px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .evolution_list__item__cnt_movie {
    margin-top: 6.666666666666667vw;
  }
}
.products-suncare-perfect_uv_sm .evolution_img02 {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .evolution_img02 {
    margin-top: 80px;
    width: 880px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .evolution_img02 {
    margin-top: 10.666666666666668vw;
    width: 89.33333333333333vw;
  }
}
.products-suncare-perfect_uv_sm #shiseido100 {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm #shiseido100 {
    margin-top: 77px;
    width: 1064px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm #shiseido100 {
    margin-top: 4.8vw;
    width: 89.33333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm #shiseido100 .online {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm #shiseido100 .online {
    margin-top: 8.266666666666666vw;
  }
}
.products-suncare-perfect_uv_sm .shiseido100__hdg {
  text-align: center;
  color: #026c9c;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .shiseido100__hdg {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .shiseido100__hdg {
    font-size: 3.733333333333334vw;
    line-height: 1.4;
  }
}
.products-suncare-perfect_uv_sm .shiseido100__link {
  display: block;
  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-perfect_uv_sm .shiseido100__link {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-perfect_uv_sm .shiseido100__link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .shiseido100__link {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .shiseido100__link {
    margin-top: 2.133333333333333vw;
  }
}
.products-suncare-perfect_uv_sm #links {
  position: relative;
  text-align: center;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm #links {
    margin-top: 75px;
    padding-top: 50px;
    height: 326px;
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-image: url("../img/links_01_bg_pc.jpg");
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm #links {
    margin-top: 13.333333333333334vw;
    padding: 6.4vw 5.333333333333334vw 8.533333333333333vw;
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-image: url("../img/links_01_bg_sp.jpg");
  }
}
.products-suncare-perfect_uv_sm .links__hdg {
  color: #9f8b49;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .links__hdg {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .links__hdg {
    font-size: 5.600000000000001vw;
    line-height: 1.476190476190476;
  }
}
.products-suncare-perfect_uv_sm .links__bnr_list {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .links__bnr_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 41px;
    max-width: 984px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .links__bnr_list {
    margin-top: 6.933333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_sm .links__bnr_list li:not(:nth-child(1)) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_sm .links__bnr_list li:not(:nth-child(1)) {
    margin-top: 4.8vw;
  }
}
.products-suncare-perfect_uv_sm .links__bnr {
  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-perfect_uv_sm .links__bnr {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-perfect_uv_sm .links__bnr:hover {
    opacity: 0.7;
  }
}
.products-suncare-perfect_uv_spray_a_sk {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #kv {
    background-image: url("/anessa/products/suncare/perfect_uv_spray_a_sk/img/kv_bg_sp.jpg");
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .kv_txt {
    background-image: url("/anessa/products/suncare/perfect_uv_spray_a_sk/img/kv_bg_sp.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
.products-suncare-perfect_uv_spray_a_sk #product-content {
  background: -webkit-gradient(linear, left bottom, left top, from(#1aa9da), color-stop(50%, #3eb7e0), to(#84d1eb));
  background: -webkit-linear-gradient(bottom, #1aa9da 0%, #3eb7e0 50%, #84d1eb 100%);
  background: linear-gradient(0deg, #1aa9da 0%, #3eb7e0 50%, #84d1eb 100%);
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #product-content {
    margin-top: -5px;
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #product-content {
    padding: 12vw 5.333333333333334vw 13.333333333333334vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .product,
.products-suncare-perfect_uv_spray_a_sk #point {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product,
  .products-suncare-perfect_uv_spray_a_sk #point {
    width: 990px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product,
  .products-suncare-perfect_uv_spray_a_sk #point {
    max-width: 89.33333333333333vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .product .flex-area {
  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 (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product .flex-area {
    margin: 0 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product .flex-area {
    margin: 0 0 5.333333333333334vw;
    padding: 0 0 0 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-img {
    width: 485px;
    height: 485px;
    background-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;
  }
  .products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-img img {
    display: block;
    margin: auto;
    width: 151px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-img {
    padding: 1.333333333333333vw 0 0;
    width: 16.266666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product .flex-area .about_sustainable {
    margin-top: 15.5px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product .flex-area .about_sustainable {
    margin-top: 4.266666666666667vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt {
  background-repeat: no-repeat;
}
html:lang(ja) .products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt {
  background-image: url("/anessa/products/suncare/perfect_uv_spray_a_sk/img/50_white_3.png");
}
html:lang(en) .products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt {
  background-image: url("/anessa/en/products/suncare/perfect_uv_spray_a_sk/img/50_white_3.png");
}
html:lang(zh-cmn-Hans) .products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt {
  background-image: url("/anessa/cn/products/suncare/perfect_uv_spray_a_sk/img/50_white_3.png");
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt {
    width: 399px;
    background-size: 131px 80px;
    background-position: top 3px right;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt {
    width: 63.46666666666667vw;
    background-size: 22.933333333333334vw 13.866666666666665vw;
    background-position: top 1.333333333333333vw right;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt h3 {
    margin: -8px 0 5px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt h3 {
    margin: 0 0 1.333333333333333vw;
    font-size: 4vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt h3 span {
  display: inline-block;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt h3 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt h3 span {
    font-size: 2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt p {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt p {
    margin: 0 0 16px -8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt p {
    margin: 0 0 3.2vw -1.333333333333333vw;
    font-size: 2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt .merit-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt .merit-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 22px;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt .merit-list li {
    width: 73px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt .merit-list li {
    width: 11.466666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt .merit-list li:not(:nth-child(1)) {
    margin-left: 1.333333333333333vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt--en {
  background-image: url("/anessa/products/suncare/perfect_uv_spray_a_sk/img/50_white_3--en.png");
}
.products-suncare-perfect_uv_spray_a_sk .product .flex-area .product-txt--cn {
  background-image: url("/anessa/products/suncare/perfect_uv_spray_a_sk/img/50_white_3--cn.png");
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product .detail-buy {
    margin: 0 0 2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .product .detail-buy p.explain {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product .detail-buy p.explain {
    margin: 0 0 23px 3px;
    line-height: 2.2;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product .detail-buy p.explain {
    line-height: 1.8;
    font-size: 4vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .product .detail-buy p.shop--en,
.products-suncare-perfect_uv_spray_a_sk .product .detail-buy p.shop--cn {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product .detail-buy p.shop--en,
  .products-suncare-perfect_uv_spray_a_sk .product .detail-buy p.shop--cn {
    margin: 0 0 0 3px;
    line-height: 2.2;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product .detail-buy p.shop--en,
  .products-suncare-perfect_uv_spray_a_sk .product .detail-buy p.shop--cn {
    margin: 0;
    line-height: 1.8;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product .detail-buy .online {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product .detail-buy .online {
    margin-top: 7.466666666666668vw;
    margin-bottom: 10.666666666666668vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .product .detail-buy .online_btn {
  width: 100%;
}
.products-suncare-perfect_uv_spray_a_sk .product .detail-buy .online_note {
  color: #000;
}
.products-suncare-perfect_uv_spray_a_sk .product .detail-buy .online_about {
  width: 97%;
}
.products-suncare-perfect_uv_spray_a_sk .product a.review {
  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;
  background-color: #fff;
  letter-spacing: 0em;
  font-weight: bold;
  position: relative;
  color: #616161;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product a.review {
    padding: 0 0 0 34px;
    height: 62px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product a.review {
    padding: 0 0 0 16.666666666666664vw;
    height: 12vw;
    font-size: 2.933333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product a.review img {
    margin: 0 13px 0 0;
    padding: 0;
    width: 94px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product a.review img {
    margin: 0 1.066666666666667vw 0 0;
    width: 16.8vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .product a.review::before {
  content: "";
  display: block;
  background-image: url("/anessa/products/suncare/perfect_uv_spray_a_sk/img/pic_gold-spray.png");
  background-repeat: no-repeat;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product a.review::before {
    width: 29px;
    height: 77px;
    background-size: 29px 77px;
    bottom: 1px;
    right: 90px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product a.review::before {
    width: 5.866666666666666vw;
    background-size: 5.866666666666666vw 15.466666666666667vw;
    height: 15.466666666666667vw;
    bottom: 1.066666666666667vw;
    right: 25.466666666666665vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .product a.review::after {
  content: "";
  display: block;
  background-image: url("/anessa/products/suncare/perfect_uv_spray_a_sk/img/ico_link-green.png");
  position: absolute;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product a.review::after {
    width: 24px;
    height: 24px;
    background-size: 24px;
    top: 18px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product a.review::after {
    width: 3.2vw;
    height: 3.2vw;
    background-size: 3.2vw;
    right: 4vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk #point {
  background: transparent;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point {
    padding: 76px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point {
    padding: 12.266666666666666vw 0 0;
  }
}
.products-suncare-perfect_uv_spray_a_sk #point h3 {
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point h3 {
    margin: 0 0 36px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point h3 {
    margin: 0 0 5.866666666666666vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk #point h3 span:nth-of-type(1) {
  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;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point h3 span:nth-of-type(1) {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point h3 span:nth-of-type(1) {
    font-size: 7.199999999999999vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk #point h3 span:nth-of-type(1)::before {
  display: block;
  content: "";
  background-image: url("/anessa/products/suncare/perfect_uv_spray_a_sk/img/bg_point-deco.png");
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point h3 span:nth-of-type(1)::before {
    margin: 0 12px 0 auto;
    width: 105px;
    height: 4px;
    background-size: 12px 4px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point h3 span:nth-of-type(1)::before {
    margin: 0 2.666666666666667vw 0 auto;
    width: 19.733333333333334vw;
    height: 0.533333333333333vw;
    background-size: 2.133333333333333vw 0.533333333333333vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk #point h3 span:nth-of-type(1)::after {
  display: block;
  content: "";
  background-image: url("/anessa/products/suncare/perfect_uv_spray_a_sk/img/bg_point-deco.png");
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point h3 span:nth-of-type(1)::after {
    margin: 0 auto 0 12px;
    width: 105px;
    height: 4px;
    background-size: 12px 4px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point h3 span:nth-of-type(1)::after {
    margin: 0 auto 0 2.666666666666667vw;
    width: 19.733333333333334vw;
    height: 0.533333333333333vw;
    background-size: 2.133333333333333vw 0.533333333333333vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk #point h3 span:nth-of-type(2) {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point h3 span:nth-of-type(2) {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point h3 span:nth-of-type(2) {
    font-size: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(n+2) {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(n+2) {
    margin: 4vw auto 0;
  }
}
.products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title {
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  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;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title {
    margin: 0 0 4px;
    padding: 0 30px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title {
    margin: 0 0 0.533333333333333vw;
    padding: 0 5.333333333333334vw;
    min-height: 22.933333333333334vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title.is-active .state {
  background-color: #fff;
}
.products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title.is-active .state::before {
  background-color: #00acd7;
}
.products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title.is-active .state::after {
  display: none;
  background-color: #00acd7;
}
.products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title h4 {
  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;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #454141;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title h4 {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title h4 span.new {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title h4 span.new {
    position: absolute;
    width: 14.933333333333335vw;
    top: 0.533333333333333vw;
    left: 5.333333333333334vw;
  }
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title h4 span.new + .u-sofia-pro + span {
    margin: 6.4vw 0;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title h4 span.u-sofia-pro {
    margin: 0 36px 0 0;
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title h4 span.u-sofia-pro {
    margin: 0 4.533333333333333vw 0 0;
    font-size: 6.4vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title h4 span._small {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title h4 span._small {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title h4 span._small {
    font-size: 2.933333333333333vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title .state {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid #00acd7;
  background-color: #00acd7;
  position: relative;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title .state {
    margin: 0 0 0 auto;
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title .state {
    margin: 0 0 1.866666666666667vw auto;
    width: 5.600000000000001vw;
    height: 5.600000000000001vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title .state::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title .state::before {
    width: 14px;
    height: 2px;
    top: 12px;
    left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title .state::before {
    width: 2.933333333333333vw;
    height: 1px;
    top: 2.4vw;
    left: 1.066666666666667vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title .state::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title .state::after {
    width: 2px;
    height: 14px;
    top: 6px;
    left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .title .state::after {
    width: 1px;
    height: 2.933333333333333vw;
    top: 1.066666666666667vw;
    left: 2.4vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .desc {
  display: none;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .desc {
    padding: 52px 145px 58px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .desc {
    padding: 5.866666666666666vw 5.333333333333334vw 7.466666666666668vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .desc p {
  line-height: 2;
  color: #454141;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .desc p {
    letter-spacing: 0.08em;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .desc p {
    letter-spacing: 0.1em;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .desc p.mv-desc {
    letter-spacing: 0.1em;
    margin: 12px 0 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .desc p.mv-desc {
    margin: 5.333333333333334vw 0 0;
    font-size: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .desc .movie {
    margin: 33px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content .desc .movie {
    margin: 8vw -5.333333333333334vw 0;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(1) .desc .movie {
    margin: 33px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(1) .desc .movie {
    margin: 8vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(2) .desc {
    padding: 52px 145px 92px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(2) .desc {
    padding: 5.866666666666666vw 5.333333333333334vw 8vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(2) .desc .movie {
    margin: 33px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(2) .desc .movie {
    margin: 6.133333333333333vw -5.333333333333334vw 0;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(3) .desc {
    padding: 52px 145px 56px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(3) .desc {
    padding: 5.866666666666666vw 5.333333333333334vw 6.933333333333333vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(3) .desc h5 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.5;
  color: #000;
}
.products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(3) .desc h5 + p {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(3) .desc h5 + p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(3) .desc h5 + p {
    font-size: 3.733333333333334vw;
    margin-bottom: 3.466666666666666vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(3) .desc .movie {
    width: 100%;
    margin: 0 auto !important;
  }
}
.products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(3) .desc .movie + p {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(3) .desc .movie + p {
    text-align: center;
    margin-top: 37px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(3) .desc .movie + p {
    margin-top: 4.266666666666667vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc {
    padding: 58px 145px 59px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc {
    padding: 6.933333333333333vw 5.333333333333334vw 6.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist {
    border: 2px solid #00acd7;
    padding: 33px 0 32px 78px;
  }
}
.products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li {
  background-image: url("/anessa/products/suncare/perfect_uv_spray_a_sk/img/ico_checkbox.png");
  background-repeat: no-repeat;
  background-position: top 50% left 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #454141;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li {
    padding: 0 0 0 44px;
    background-size: 32px 31px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li {
    padding: 0 0 0 8.266666666666666vw;
    background-size: 6.133333333333333vw 5.866666666666666vw;
    line-height: 1.8;
  }
}
.products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li em {
  font-style: normal;
  color: #00acd7;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li em {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li em {
    font-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(n+2) {
    margin: 39px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(n+2) {
    margin: 4vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(1) {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(1) {
    font-size: 2.933333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(2) {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(2) {
    font-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(3) {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(3) {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(4) {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(4) {
    font-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(5) {
    line-height: 1.2;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(5) {
    line-height: 1.5;
    font-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(5) span {
    letter-spacing: 0.05em;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(5) span {
    font-size: 2.933333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(6) {
    margin: 37px 0 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(6) {
    margin: 5.333333333333334vw 0 0;
    font-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(7) {
    margin: 39px 0 0;
    line-height: 1.2;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(7) {
    margin: 5.866666666666666vw 0 0;
    line-height: 1.5;
    font-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(7) span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #point .point-contents .content:nth-of-type(4) .desc ul.checklist li:nth-child(7) span {
    font-size: 2.666666666666667vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk #product h2 {
  text-align: center;
  letter-spacing: 0.1em;
  color: #00acd7;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #product h2 {
    font-size: 50px;
    padding: 101px 0 39px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #product h2 {
    font-size: 9.6vw;
    padding: 12vw 0 10.4vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk #product h2::after {
  display: block;
  content: "";
  height: 1px;
  background-color: #00acd7;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk #product h2::after {
    margin: 5px auto 0;
    width: 76px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk #product h2::after {
    margin: 1.333333333333333vw auto 0;
    width: 5.333333333333334vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .product_inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#84d1eb), color-stop(50%, #3eb7e0), to(#1aa9da));
  background: -webkit-linear-gradient(top, #84d1eb 0%, #3eb7e0 50%, #1aa9da 100%);
  background: linear-gradient(to bottom, #84d1eb 0%, #3eb7e0 50%, #1aa9da 100%);
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product_inner {
    padding: 77px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product_inner {
    padding: 8vw 0 8vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .product-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product-banner {
    padding: 50px 0 77px;
    background-image: url("/anessa/products/suncare/perfect_uv_spray_a_sk/img/pic_banner_bg_pc.jpg");
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product-banner {
    padding: 8vw 0 8.533333333333333vw;
    background-image: url("/anessa/products/suncare/perfect_uv_spray_a_sk/img/pic_banner_bg_sp.jpg");
  }
}
.products-suncare-perfect_uv_spray_a_sk .product-banner .inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product-banner .inner {
    width: 985.21px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product-banner .inner {
    width: 100%;
    max-width: 89%;
  }
}
.products-suncare-perfect_uv_spray_a_sk .product-banner .product-banner-title {
  line-height: 1.5;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product-banner .product-banner-title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product-banner .product-banner-title {
    font-size: 5.600000000000001vw;
    margin-bottom: 6.666666666666667vw;
  }
}
.products-suncare-perfect_uv_spray_a_sk .product-banner .flex-area {
  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;
}
@media screen and (max-width: 767px) {
  .products-suncare-perfect_uv_spray_a_sk .product-banner .flex-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.8vw 0;
  }
}
.products-suncare-perfect_uv_spray_a_sk .product-banner-item {
  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-perfect_uv_spray_a_sk .product-banner-item {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-perfect_uv_spray_a_sk .product-banner-item:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-perfect_uv_spray_a_sk .product-banner-item {
    width: 472px;
  }
}
.products-suncare-skinserum #kv {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum #kv {
    background: #004681;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .kv_hdg {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .kv_hdg {
    margin-top: 3.466666666666666vw;
    font-size: 7.199999999999999vw;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}
.products-suncare-skinserum #about {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum #about {
    background-image: url("/anessa/products/suncare/skinserum/img/about_bg.jpg");
    background-repeat: repeat-x;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum #about {
    background: #004681;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum #about .online {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum #about .online {
    margin-top: 5.866666666666666vw;
  }
}
.products-suncare-skinserum .about_products_tag {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .about_products_tag {
    margin-top: 17.066666666666666vw;
  }
}
.products-suncare-skinserum .about_products_tag_item {
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .about_products_tag_item {
    padding: 0 43px;
    height: 52px;
    border-radius: 52px;
    line-height: 52px;
    font-size: 24px;
    letter-spacing: -0.08em;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .about_products_tag_item {
    padding: 0 3.2vw;
    min-height: 7.050666666666667vw;
    border-radius: 7.050666666666667vw;
    line-height: 7.050666666666667vw;
    font-size: 4.533333333333333vw;
  }
  html:lang(en) .products-suncare-skinserum .about_products_tag_item {
    font-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .about_products_capacity {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .about_products_capacity {
    margin-top: 2.666666666666667vw;
    font-size: 4vw;
    line-height: 1.6;
  }
}
.products-suncare-skinserum .about_products_recommend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .about_products_recommend {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.products-suncare-skinserum .about_products_recommend::before {
  content: '';
  display: block;
  background-image: url("/anessa/products/suncare/skinserum/img/about_recommend_icon.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .about_products_recommend::before {
    width: 18px;
    height: 20px;
    margin-right: 7px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .about_products_recommend::before {
    width: 4.72vw;
    height: 5.333333333333334vw;
    margin-right: 1.866666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .about_products_detail_img {
    width: 205px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .about_products_detail_img {
    width: 48.266666666666666vw;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .about_products_icon {
    margin-top: 10.933333333333334vw;
  }
}
.products-suncare-skinserum .trial__carousel {
  display: none;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .trial__carousel {
    margin-left: auto;
    margin-right: auto;
    width: 1064px;
  }
}
.products-suncare-skinserum .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) {
  .products-suncare-skinserum .trial__carousel .slick-dots {
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .trial__carousel .slick-dots {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .trial__carousel .slick-dots li {
    margin: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .trial__carousel .slick-dots li {
    margin: 0 2.133333333333333vw;
  }
}
.products-suncare-skinserum .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) {
  .products-suncare-skinserum .trial__carousel .slick-dots button {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .trial__carousel .slick-dots button {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
  }
}
.products-suncare-skinserum .trial__carousel .slick-dots .slick-active button {
  background-color: #fff;
}
.products-suncare-skinserum .trial__carousel_item {
  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-skinserum .trial__carousel_item {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .products-suncare-skinserum .trial__carousel_item:hover {
    opacity: 0.7;
  }
}
.products-suncare-skinserum #trial {
  background-repeat: repeat-y;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum #trial {
    background-image: url("/anessa/products/suncare/skinserum/img/trial_bg_pc.jpg");
    padding: 52px 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum #trial {
    background-image: url("/anessa/products/suncare/skinserum/img/trial_bg_sp.jpg");
    padding-top: 9.066666666666666vw;
    padding-bottom: 4vw;
    padding-left: 5.333333333333334vw;
    padding-right: 5.333333333333334vw;
  }
}
.products-suncare-skinserum #description {
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum #description {
    background-image: url("/anessa/products/suncare/skinserum/img/description_bg_pc.jpg");
    padding: 45px 0 47px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum #description {
    background-image: url("/anessa/products/suncare/skinserum/img/description_bg_sp.jpg");
    padding: 18.133333333333333vw 0 10.666666666666668vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum #description .online {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum #description .online {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .description__container {
    margin-left: auto;
    margin-right: auto;
    width: 1064px;
  }
}
.products-suncare-skinserum #howto {
  background: #014681;
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum #howto {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum #howto {
    padding: 17.333333333333336vw 0 10.666666666666668vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .howto__container {
    margin-left: auto;
    margin-right: auto;
    width: 1064px;
  }
}
.products-suncare-skinserum .howto__hdg {
  text-align: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .howto__hdg {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .howto__hdg {
    font-size: 5.600000000000001vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .howto__img01 {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .howto__img01 {
    margin-top: 7.733333333333333vw;
  }
}
.products-suncare-skinserum .howto__trial_hdg {
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .howto__trial_hdg {
    font-size: 18px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .howto__trial_hdg {
    margin-top: 7.466666666666668vw;
    font-size: 5.600000000000001vw;
    line-height: 1.476190476190476;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .howto__trial {
    margin-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .howto__trial {
    margin-top: 1.333333333333333vw;
    padding-left: 5.333333333333334vw;
    padding-right: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .howto__refill {
    border: 1px #fff solid;
    margin-top: 58px;
    padding: 30px 80px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .howto__refill {
    margin-top: 13.333333333333334vw;
    padding-left: 5.333333333333334vw;
    padding-right: 5.333333333333334vw;
  }
}
.products-suncare-skinserum .howto__refill .online {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .howto__refill .online {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-suncare-skinserum .howto__refill .online {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .products-suncare-skinserum .howto__refill_img {
    width: 903px;
    margin: auto;
  }
}
