@charset "UTF-8";
@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

.product-category {
  width: 73.18%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 12rem;
}
.product-category:last-child {
  padding-bottom: 28rem;
}
@media screen and (max-width: 768px) {
  .product-category {
    width: 100%;
    padding-top: 10rem;
  }
  .product-category:last-child {
    padding-bottom: 16rem;
  }
}
.product-category__title {
  margin-bottom: 3.44827586rem;
  font-size: 7.35632184rem;
  line-height: 1;
  letter-spacing: 1.10344828rem;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .product-category__title {
    margin-bottom: 2.5rem;
    font-size: 5.33333333rem;
    letter-spacing: 0.8rem;
    text-align: center;
  }
}
.product-category__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 5.97701149rem;
}
@media screen and (max-width: 768px) {
  .product-category__cards {
    flex-direction: column;
    align-items: center;
    gap: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .product-category__cards.slick-slider {
    position: relative;
    display: block;
    gap: 0;
  }
  .product-category__cards.slick-slider .slider-arrow {
    position: absolute;
    top: 36.45833333rem;
    transform: translateY(-50%);
    width: 7rem;
    height: auto;
    cursor: pointer;
    z-index: 2;
  }
  .product-category__cards.slick-slider .slider-arrow--prev {
    left: 6rem;
  }
  .product-category__cards.slick-slider .slider-arrow--next {
    right: 6rem;
  }
  .product-category__cards.slick-slider .slider-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .product-category__cards .product-card {
    width: 40.75rem;
    height: 72.91666667rem;
    margin-left: auto;
    margin-right: auto;
    padding: 4.33rem 3.33333333rem 4rem;
  }
  .product-category__cards .product-card__img {
    height: 35.16666667rem;
  }
  .product-category__cards .product-card__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product-category__cards .product-card__description {
    min-height: 8.33333333rem;
    margin-top: 3.3rem;
    font-size: 2.5rem;
    line-height: 4.16666667rem;
    letter-spacing: 0.125rem;
  }
  .product-category__cards .product-card__name {
    margin-top: 2.5rem;
    font-size: 3.33333333rem;
    line-height: 3.08333333rem;
    letter-spacing: 0.16666667rem;
  }
  .product-category__cards .product-card[href="/products/sk_cleansing/"] .product-card__name {
    font-size: 2.6666rem;
  }
  .product-category__cards .product-card__btn {
    width: 34.08333333rem;
    height: 7.34rem;
    background-color: #525252;
    border-radius: 5px;
  }
  .product-category__cards .product-card__btn--text {
    font-size: 3.33333333rem;
    letter-spacing: 0.26666667rem;
  }
  .product-category__cards .product-card__btn--arrow svg {
    width: 3.26333333rem;
  }
}
.product-category-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.16666667rem;
  padding: 0;
  list-style: none;
}
.product-category-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 1rem;
  padding: 0;
  cursor: pointer;
}
.product-category-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.product-category-dots li button:before {
  font-family: "slick";
  font-size: 7rem;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-category-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.product-card {
  display: flex;
  flex-direction: column;
  width: 32.29885057rem;
  height: 60.91954023rem;
  padding: 4.71264368rem 2.18390805rem 4.36781609rem;
  border: solid thin;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.product-card:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .product-card {
    width: 100%;
    height: auto;
    padding: 4rem 3rem 3.6rem;
  }
}
.product-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27.81609195rem;
}
.product-card__img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .product-card__img {
    height: 30rem;
  }
}
.product-card__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: content-box;
  min-height: 6.43678161rem;
  margin-top: 3.79310345rem;
  padding-bottom: 1.72413793rem;
  border-bottom: solid thin;
  font-size: 1.83908046rem;
  line-height: 3.21839081rem;
  letter-spacing: 0.09195402rem;
}
@media screen and (max-width: 768px) {
  .product-card__description {
    min-height: 7.2rem;
    margin-top: 3.2rem;
    font-size: 2.1rem;
    line-height: 3.6rem;
  }
}
.product-card__name {
  margin-top: 1.72413793rem;
  font-size: 1.83908046rem;
  line-height: 4.25287356rem;
  letter-spacing: 0.09195402rem;
}
@media screen and (max-width: 768px) {
  .product-card__name {
    font-size: 3.33333333rem;
    line-height: 3.6rem;
  }
}
.product-card__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20.44114943rem;
  margin: 1.83908046rem auto 0;
  margin-top: auto;
  height: 4.25287356rem;
  border-radius: 5px;
  background-color: #666;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .product-card__btn {
    width: 60%;
    height: 3.75rem;
  }
}
.product-card__btn--text {
  color: #fff;
  font-size: 1.83908046rem;
  letter-spacing: 0.14712644rem;
}
@media screen and (max-width: 768px) {
  .product-card__btn--text {
    font-size: 1.83333333rem;
  }
}
.product-card__btn--arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.95402299rem;
  display: flex;
  align-items: center;
}
.product-card__btn--arrow svg {
  width: 1.95402299rem;
  height: auto;
  color: #fff;
}

body {
  font-size: 2.34rem;
  color: #383838;
}

a {
  color: #383838;
}

.products-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 48.3908046rem;
  margin-top: 13.79310345rem;
  background-color: #F6F6F6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .products-header {
    height: auto;
    margin-top: 12.41666667rem;
    padding: 7rem 0;
  }
}
.products-header-title--text {
  display: block;
  letter-spacing: 2rem;
  font-size: 8rem;
  color: #333;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .products-header-title--text {
    letter-spacing: 1rem;
    font-size: 4.2rem;
  }
}
.products-header-title--sub-text {
  display: block;
  font-size: 3rem;
  letter-spacing: 1rem;
  font-weight: 400;
  color: #4D4D4D;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .products-header-title--sub-text {
    font-size: 2rem;
    padding-top: 2rem;
  }
}

.products-body {
  max-width: 1920px;
  margin: auto;
  background-image: url("../img/products/index/products_bg_pc.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .products-body {
    background-image: url("../img/products/index/products_bg_sp.png");
    background-repeat: repeat-y;
  }
}
.products-body .products-breadcrumbs {
  width: 79%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.1rem;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .products-body .products-breadcrumbs {
    font-size: 1.8rem;
    width: 86%;
    padding-top: 2rem;
  }
}
.products-body .products-breadcrumbs .products-breadcrumb {
  padding-bottom: 1rem;
}
.products-body .products-breadcrumbs .products-breadcrumb--current {
  color: #383838;
}
.products-body .products-breadcrumbs .products-breadcrumb--divider {
  position: relative;
  padding-right: 4rem;
}
.products-body .products-breadcrumbs .products-breadcrumb--divider:before, .products-body .products-breadcrumbs .products-breadcrumb--divider:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.58rem);
  right: 1.4rem;
  width: 1.4rem;
  height: 0.1rem;
  background-color: #333;
  transform-origin: 100% 50%;
}
.products-body .products-breadcrumbs .products-breadcrumb--divider:before {
  transform: rotate(45deg);
}
.products-body .products-breadcrumbs .products-breadcrumb--divider:after {
  transform: rotate(-45deg);
}
.products-body .product-list {
  width: 73.18%;
  max-width: 1394px;
  margin: auto;
  padding-top: 8rem;
  padding-bottom: 28rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .products-body .product-list {
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 16rem;
  }
}
.products-body .product-list .--retinol-bg {
  background-color: #AB80CA;
}
.products-body .product-list .--retinol-font {
  color: #AB80CA;
}
.products-body .product-list .--gluta-bg {
  background-color: #F5AE84;
}
.products-body .product-list .--gluta-font {
  color: #F5AE84;
}
.products-body .product-list .--herb_la_peel-bg {
  background-color: #4DB16F;
}
.products-body .product-list .--herb_la_peel-font {
  color: #4DB16F;
}
.products-body .product-list .--moist-bg {
  background-color: #36A3C0;
}
.products-body .product-list .--moist-font {
  color: #36A3C0;
}
.products-body .product-list .product-item {
  margin: 4rem 0;
}
.products-body .product-list .product-item:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .products-body .product-list .product-item {
    width: 45rem;
    padding: 10rem 0 0;
    margin: 0 1rem;
  }
}
.products-body .product-list .product-item__wrapper {
  position: relative;
  border: solid thin;
  width: 47.12643678rem;
  padding: 3.79310345rem 5.05747126rem 4.25287356rem;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 769px) {
  .products-body .product-list .product-item__wrapper:hover .--default {
    opacity: 0;
  }
  .products-body .product-list .product-item__wrapper:hover .--hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .products-body .product-list .product-item__wrapper {
    width: auto;
    padding: 3.84rem 2.33333333rem 3.92rem;
  }
}
.products-body .product-list .product-item__wrapper.--comming-soon {
  background-color: #CCC;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 78rem;
}
@media screen and (max-width: 768px) {
  .products-body .product-list .product-item__wrapper.--comming-soon {
    height: 75.22rem;
    min-height: auto;
  }
}
.products-body .product-list .product-item__title {
  font-size: 2.98850575rem;
  line-height: 4.26rem;
  letter-spacing: 0.19rem;
}
@media screen and (max-width: 768px) {
  .products-body .product-list .product-item__title {
    font-size: 2.6rem;
    line-height: 3.09rem;
    letter-spacing: 0.18rem;
  }
}
.products-body .product-list .product-item__sub-title {
  font-size: 2.06896552rem;
  color: #999;
  margin-top: 0.94597701rem;
  line-height: 4.26rem;
}
@media screen and (max-width: 768px) {
  .products-body .product-list .product-item__sub-title {
    font-size: 2.1rem;
    letter-spacing: 0.17rem;
    line-height: 3.1rem;
    margin-top: 0.92rem;
  }
}
.products-body .product-list .product-item__img {
  position: relative;
  margin-top: 0.81rem;
  margin-bottom: 1.15rem;
}
.products-body .product-list .product-item__img .--default {
  width: 100%;
  opacity: 1;
  transition: all 0.5s;
}
.products-body .product-list .product-item__img .--hover {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .products-body .product-list .product-item__img {
    margin-top: 2.59rem;
    margin-bottom: 2.13rem;
  }
}
.products-body .product-list .product-item__details {
  font-size: 2.29885057rem;
}
@media screen and (max-width: 768px) {
  .products-body .product-list .product-item__details {
    margin: 0 1.3rem;
  }
}
.products-body .product-list .product-item__ingredients {
  text-align: center;
  border-top: solid thin;
  border-bottom: solid thin;
  line-height: 3.74rem;
  letter-spacing: 0.18rem;
}
@media screen and (max-width: 768px) {
  .products-body .product-list .product-item__ingredients {
    font-size: 2.1rem;
    letter-spacing: 0.17rem;
    line-height: 3.6rem;
  }
}
.products-body .product-list .product-item__name {
  color: #333;
  text-align: center;
  border-bottom: solid thin;
  line-height: 4.26rem;
  padding: 0.35rem 0 1.13827586rem;
  letter-spacing: 0.3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .products-body .product-list .product-item__name {
    position: relative;
    font-size: 2.34rem;
    letter-spacing: 0.35rem;
    line-height: 3.1rem;
    padding: 0.66666667rem 0 1.23333333rem;
  }
}
.products-body .product-list .product-item__name-annotation {
  font-size: 0.91954023rem;
  position: absolute;
  bottom: -1.1rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .products-body .product-list .product-item__name-annotation {
    font-size: 0.66666667rem;
    bottom: -0.7rem;
  }
}
.products-body .product-list .product-item__attributes {
  display: flex;
}
.products-body .product-list .product-item__volume {
  flex: 0.62;
  border-bottom: solid thin;
  text-align: center;
}
.products-body .product-list .product-item__volume--title {
  border-bottom: solid thin;
  letter-spacing: 0.18rem;
  line-height: 3.23rem;
}
@media screen and (max-width: 768px) {
  .products-body .product-list .product-item__volume--title {
    font-size: 2.1rem;
    letter-spacing: 0.2rem;
    line-height: 3.1rem;
  }
}
.products-body .product-list .product-item__volume--content {
  line-height: 4.26rem;
  padding: 0.65rem 0;
}
@media screen and (max-width: 768px) {
  .products-body .product-list .product-item__volume--content {
    font-size: 2.5rem;
    line-height: 3.1rem;
    padding: 1.1rem 0;
  }
}
.products-body .product-list .product-item__type {
  flex: 0.38;
  border-bottom: solid thin;
  text-align: center;
  letter-spacing: 0.18rem;
}
.products-body .product-list .product-item__type--title {
  border-bottom: solid thin;
  border-left: solid thin;
  line-height: 3.23rem;
}
@media screen and (max-width: 768px) {
  .products-body .product-list .product-item__type--title {
    font-size: 2.1rem;
    letter-spacing: 0.2rem;
    line-height: 3.1rem;
  }
}
.products-body .product-list .product-item__type--content {
  border-left: solid thin;
  line-height: 4.26rem;
  padding: 0.65rem 0;
}
@media screen and (max-width: 768px) {
  .products-body .product-list .product-item__type--content {
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    line-height: 3.1rem;
    padding: 1.1rem 0;
  }
}
.products-body .product-list .product-item__btn {
  position: relative;
  background-color: #666;
  width: 24.59770115rem;
  margin: 3.6rem auto auto;
  padding: 0.81189655rem 0 0.61189655rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .products-body .product-list .product-item__btn {
    margin: 2.92rem auto auto;
    width: 60.46%;
    padding: 0;
    line-height: 3.75rem;
  }
}
.products-body .product-list .product-item__btn--text {
  font-size: 1.83908046rem;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.14137931rem;
}
@media screen and (max-width: 768px) {
  .products-body .product-list .product-item__btn--text {
    font-size: 1.83333333rem;
  }
}
.products-body .product-list .product-item__btn--img {
  position: absolute;
  top: 36%;
  right: 6%;
  width: 10.1%;
}
@media screen and (max-width: 768px) {
  .products-body .product-list .product-item__btn--img {
    top: 33%;
  }
}
.products-body .product-list .bookmark {
  position: absolute;
  top: -1px;
  left: -4.25287356rem;
  width: 4.13793103rem;
  height: 15.28735632rem;
  border-radius: 0px 0px 0px 1.14942529rem;
}
.products-body .product-list .bookmark.--gray {
  background-color: #999;
}
@media screen and (max-width: 768px) {
  .products-body .product-list .bookmark {
    width: 17.5rem;
    height: 5rem;
    top: -5.08333333rem;
    left: -1px;
    border-radius: 0px 1.66666667rem 0px 0px;
    text-align: center;
    vertical-align: middle;
    padding: 0.10833333rem 0;
  }
}
.products-body .product-list .bookmark-text {
  color: #FFF;
  writing-mode: sideways-lr;
  text-align: center;
  font-size: 2.87356322rem;
  letter-spacing: 0.11494253rem;
  margin: 2.98850575rem 0;
}
@media screen and (max-width: 768px) {
  .products-body .product-list .bookmark-text {
    writing-mode: horizontal-tb;
    margin: auto 0;
    text-align: start;
    vertical-align: middle;
    font-size: 2.83333333rem;
    letter-spacing: 0.11333333rem;
  }
}