@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.64rem;
  }
  .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;
  margin: auto;
  color: #383838;
}

.hero {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .hero {
    padding-top: 13.79310345rem;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    padding-top: 12.41666667rem;
  }
}
.hero-wrapper {
  height: auto;
  z-index: -1;
  margin: auto;
}
.hero-slider img {
  width: 100%;
  display: block;
}

.about-wrapper {
  width: 48.44%;
  max-width: 930px;
  margin: auto;
  padding: 22.65rem 0 20.12rem;
}
@media screen and (max-width: 768px) {
  .about-wrapper {
    max-width: none;
    padding: 8.34rem 0 7.92rem;
    width: 81.34%;
  }
}
.about__head {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about__head {
    justify-content: space-between;
    margin: 0 6.8rem;
  }
}
.about__head--logo {
  width: 19.29%;
  margin-right: 6rem;
}
@media screen and (max-width: 768px) {
  .about__head--logo {
    width: 49.7%;
    margin-right: 0;
  }
}
.about__head--name {
  color: #333;
  font-size: 2.53rem;
  letter-spacing: 0.3rem;
  margin-right: -0.3rem;
}
@media screen and (max-width: 768px) {
  .about__head--name {
    font-size: 2.17rem;
    letter-spacing: 0.73rem;
  }
}
.about__introduction {
  color: #333;
  text-align: center;
  font-size: 2.53rem;
  letter-spacing: 0.5rem;
  line-height: 7rem;
  margin-top: 8.63rem;
  margin-right: -0.5rem;
}
@media screen and (max-width: 768px) {
  .about__introduction {
    font-size: 2.3rem;
    line-height: 4.17rem;
    letter-spacing: 0.7rem;
    margin-right: -0.7rem;
    margin-top: 5.5rem;
  }
}
.about__etymology {
  margin-top: 7.48rem;
}
@media screen and (max-width: 768px) {
  .about__etymology {
    margin-top: 5.92rem;
  }
}
.about__etymology-wrapper {
  text-align: center;
  border: solid thin;
}
.about__etymology__head {
  border-bottom: solid thin;
  padding: 1.88rem 0;
}
@media screen and (max-width: 768px) {
  .about__etymology__head {
    padding: 2.38rem 0;
  }
}
.about__etymology__head--text {
  font-size: 4.6rem;
  line-height: 4.65rem;
  letter-spacing: 0.91954023rem;
  margin-right: -0.91954023rem;
}
@media screen and (max-width: 768px) {
  .about__etymology__head--text {
    font-size: 3.75rem;
    line-height: 3.34rem;
    letter-spacing: 0.29954023rem;
    margin-right: -0.29954023rem;
  }
}
.about__etymology__head-sub {
  border-bottom: solid thin;
  font-size: 2.9rem;
  padding: 0.21rem 0;
}
@media screen and (max-width: 768px) {
  .about__etymology__head-sub {
    font-size: 2.1rem;
    padding: 0;
  }
}
.about__etymology__head-sub--text {
  line-height: 4.65rem;
  letter-spacing: 0.6rem;
  margin-right: -0.6rem;
}
@media screen and (max-width: 768px) {
  .about__etymology__head-sub--text {
    line-height: 3rem;
    letter-spacing: 0.17rem;
    margin-right: -0.17rem;
  }
}
.about__etymology__content {
  font-size: 2.07rem;
  letter-spacing: 0.43rem;
  padding: 2.88rem 0;
  color: #333;
  line-height: 4.65rem;
}
@media screen and (max-width: 768px) {
  .about__etymology__content {
    font-size: 1.8rem;
    letter-spacing: 0.12rem;
    line-height: 3.34rem;
    padding: 1.83rem 0;
  }
}

.brand-message {
  overflow: hidden;
}
.brand-message-wrapper {
  position: relative;
  width: 51.34%;
  max-width: 978px;
  text-align: center;
  padding: 21.72413793rem 0 3rem 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .brand-message-wrapper {
    padding: 8rem 4rem 6rem;
    width: auto;
  }
}
.brand-message__intro {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .brand-message__intro {
    width: 100%;
    margin: 0;
    align-items: center;
  }
}
.brand-message__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .brand-message__head {
    align-items: center;
    text-align: center;
  }
}
.brand-message__head--text {
  font-size: 8.04597701rem;
  color: #383838;
  letter-spacing: 0.40229885rem;
  line-height: 0.92857143;
}
@media screen and (max-width: 768px) {
  .brand-message__head--text {
    font-size: 4.66666667rem;
    letter-spacing: 0.23333333rem;
    line-height: normal;
  }
}
.brand-message__head--text-sub {
  align-self: flex-start;
  margin-top: 2rem;
  font-size: 2.52873563rem;
  color: #383838;
  letter-spacing: 0.4045977rem;
}
@media screen and (max-width: 768px) {
  .brand-message__head--text-sub {
    align-self: center;
    font-size: 2.25rem;
    letter-spacing: 0.36rem;
    margin-top: 0;
  }
}
.brand-message__lead {
  margin-top: 9.873563rem;
  text-align: left;
  font-family: a1-mincho, "Shippori Mincho", serif;
  font-size: 2.4137931rem;
  color: #383838;
  letter-spacing: 0.4045977rem;
  line-height: 2.32;
}
@media screen and (max-width: 768px) {
  .brand-message__lead {
    margin-top: 9rem;
    text-align: center;
    font-size: 2.75rem;
    letter-spacing: 0.58333333rem;
    line-height: 1.71428571;
  }
}
.brand-message__arrow {
  margin-top: 5.74712644rem;
  margin-left: 7.01149425rem;
}
.brand-message__arrow img {
  width: 1.89655172rem;
}
@media screen and (max-width: 768px) {
  .brand-message__arrow {
    margin-top: 3rem;
    margin-left: 0;
  }
  .brand-message__arrow img {
    width: 1.5rem;
  }
}
.brand-message__body {
  margin-top: 6.7816092rem;
  text-align: left;
  font-size: 1.72413793rem;
  color: #828282;
  letter-spacing: 0.27586207rem;
  line-height: 2.13;
}
@media screen and (max-width: 768px) {
  .brand-message__body {
    margin-top: 4rem;
    text-align: center;
    font-size: 1.91666667rem;
    letter-spacing: 0.41666667rem;
    line-height: 2.2;
  }
}
.brand-message__img {
  position: absolute;
  top: 23.770115rem;
  left: 74.505747rem;
  width: 40.25rem;
}
.brand-message__img img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .brand-message__img {
    position: static;
    width: 66%;
    margin: 8rem auto 0;
  }
}

.ready-star {
  overflow: hidden;
}
.ready-star__track {
  display: flex;
  width: max-content;
  animation: ready-star-marquee 30s linear infinite;
}
.ready-star__text {
  flex: none;
  padding-right: 8rem;
  font-size: 25.28735632rem;
  color: #f7f7f7;
  letter-spacing: 0.75862069rem;
  text-align: center;
  white-space: nowrap;
  cursor: default;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .ready-star__text {
    font-size: 10rem;
    letter-spacing: 0.3rem;
  }
}

@keyframes ready-star-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.news-wrapper {
  width: 51.34%;
  max-width: 978px;
  margin: auto;
  padding: 8rem 0 19.54022989rem;
}
@media screen and (max-width: 768px) {
  .news-wrapper {
    max-width: none;
    width: 69.87%;
    padding: 3.5rem 0 10.91666667rem;
  }
}
.news__head {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news__head {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.news__head--text {
  font-size: 8.04597701rem;
  margin-right: 7.7rem;
  letter-spacing: 1.14942529rem;
}
@media screen and (max-width: 768px) {
  .news__head--text {
    font-size: 4.66666667rem;
    letter-spacing: 0.23333333rem;
    margin-right: 0;
  }
}
.news__head--text-sub {
  letter-spacing: 0.25287356rem;
  font-size: 2.52873563rem;
}
@media screen and (max-width: 768px) {
  .news__head--text-sub {
    font-size: 2.25rem;
    letter-spacing: 0.36rem;
  }
}
.news .card {
  width: 30.68%;
  box-shadow: 0px 0px 2.5rem rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .news .card {
    width: 85.76%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
.news .card-group {
  width: 100%;
  height: 40.23rem;
  display: flex;
  margin-top: 6rem;
  justify-content: flex-start;
  column-gap: 4.5rem;
}
@media screen and (max-width: 768px) {
  .news .card-group {
    display: block;
    height: auto;
    width: 100%;
    margin-top: 7rem;
    justify-content: space-between;
    column-gap: 0;
  }
}
.news .card__imgframe {
  height: 57.145%;
}
@media screen and (max-width: 768px) {
  .news .card__imgframe {
    height: 29.11666667rem;
    width: 100%;
  }
}
.news .card__imgframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media screen and (max-width: 768px) {
  .news .card__imgframe img {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}
.news .card__textbox {
  padding: 2.88rem;
}
@media screen and (max-width: 768px) {
  .news .card__textbox {
    padding: 3.5rem 3.58rem 4rem;
    width: 100%;
    height: 21.83333333rem;
  }
}
.news .card__head {
  display: flex;
  justify-content: space-between;
  padding-right: 4rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news .card__head {
    padding-right: 0;
  }
}
.news .card__date {
  font-size: 1.83908046rem;
}
@media screen and (max-width: 768px) {
  .news .card__date {
    font-size: 1.33333333rem;
  }
}
.news .card__category {
  font-size: 1.6091954rem;
  background-color: #D9D9D9;
  padding: 0 1.5rem;
  border-radius: 3px;
  letter-spacing: 0.16091954rem;
}
@media screen and (max-width: 768px) {
  .news .card__category {
    font-size: 1.16666667rem;
    letter-spacing: 0.11666667rem;
    padding: 0.7rem 4rem;
  }
}
.news .card__title {
  font-size: 2.06896552rem;
  margin-top: 2.75862069rem;
  letter-spacing: 0.20689655rem;
}
@media screen and (max-width: 768px) {
  .news .card__title {
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
    line-height: 2.2;
    margin-top: 2.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.news__btn {
  display: block;
  border: 0.22988506rem solid;
  color: #8a8a8a;
  width: 46.43678161rem;
  position: relative;
  border-radius: 100vh;
  padding: 0;
  margin: 10.22988506rem auto 0;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .news__btn {
    padding: 0.91rem 0;
    width: 74.85%;
    margin: 7rem auto 0;
    border: 0.2rem solid;
  }
}
.news__btn--text {
  font-size: 2.52873563rem;
  color: #8a8a8a;
  line-height: 5.46551724rem;
  letter-spacing: 0.35402299rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news__btn--text {
    font-size: 2.5rem;
    color: #383838;
    line-height: 1.62;
    letter-spacing: 0.35rem;
    text-align: center;
  }
}
.news__btn--img {
  width: 8.4%;
  position: absolute;
  bottom: 44%;
  right: 6%;
}
@media screen and (max-width: 768px) {
  .news__btn--img {
    width: 9.1%;
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .news .slick-list {
    padding: 3rem 0;
  }
}
.news .news-dots {
  display: none;
}
@media screen and (max-width: 768px) {
  .news .news-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
  }
  .news .news-dots li {
    margin: 1rem;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
  }
  .news .news-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;
  }
  .news .news-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;
  }
  .news .news-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
  }
}

.products {
  background-color: #f6f6f6;
}
.products-wrapper {
  padding-top: 17.3rem;
  padding-bottom: 11.83908046rem;
}
@media screen and (max-width: 768px) {
  .products-wrapper {
    width: 100%;
    padding-top: 8.34rem;
    padding-bottom: 8.1rem;
  }
}
.products__head {
  width: 112.64367816rem;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .products__head {
    width: 91.73333333%;
    flex-direction: column;
    justify-content: center;
  }
}
.products__head--text {
  font-size: 8.04597701rem;
  margin-right: 5.05747126rem;
  letter-spacing: 0.29166667rem;
}
@media screen and (max-width: 768px) {
  .products__head--text {
    font-size: 4.66666667rem;
    letter-spacing: 0.23333333rem;
    line-height: 1;
    margin-right: 0;
  }
}
.products__head--text-sub {
  letter-spacing: 0.4045977rem;
  font-size: 2.52873563rem;
}
@media screen and (max-width: 768px) {
  .products__head--text-sub {
    font-size: 2.25rem;
    letter-spacing: 0.36rem;
    margin-top: 0.41666667rem;
  }
}
.products .product-list {
  margin: 3.5rem auto auto;
}
@media screen and (max-width: 768px) {
  .products .product-list {
    display: block;
    margin: 0 auto auto;
  }
}
.products .product-list__btn {
  display: block;
  border: 0.22988506rem solid;
  width: 46.43678161rem;
  position: relative;
  border-radius: 100vh;
  padding: 0;
  margin: 6.22988506rem auto 0;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .products .product-list__btn {
    padding: 0.91rem 0;
    width: 43.83333333rem;
    margin: 5rem auto 0;
    border: 0.33333333rem solid #8a8a8a;
  }
}
.products .product-list__btn--text {
  font-size: 2.29885057rem;
  line-height: 5.46551724rem;
  letter-spacing: 0.32183908rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .products .product-list__btn--text {
    font-size: 2.5rem;
    line-height: 1.62;
    letter-spacing: 0.35rem;
    color: #383838;
    text-align: center;
  }
}
.products .product-list__btn--img {
  width: 8.4%;
  position: absolute;
  bottom: 44%;
  right: 6%;
}
@media screen and (max-width: 768px) {
  .products .product-list__btn--img {
    width: 9.1%;
    right: 5%;
  }
}
.products .product-card-list {
  position: relative;
  width: 114.82758618rem;
  max-width: 1000px;
  margin: 6rem auto 0;
}
@media screen and (max-width: 768px) {
  .products .product-card-list {
    width: 100%;
    margin: 7rem auto 0;
  }
}
.products .product-card-list .slider-arrow {
  position: absolute;
  top: 30.45977012rem;
  transform: translateY(-50%);
  width: 6.89655172rem;
  height: auto;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .products .product-card-list .slider-arrow {
    top: 36.45833333rem;
    width: 7rem;
  }
}
.products .product-card-list .slider-arrow--prev {
  left: -6.89655172rem;
}
@media screen and (max-width: 768px) {
  .products .product-card-list .slider-arrow--prev {
    left: 7rem;
  }
}
.products .product-card-list .slider-arrow--next {
  right: -6.89655172rem;
}
@media screen and (max-width: 768px) {
  .products .product-card-list .slider-arrow--next {
    right: 6rem;
  }
}
.products .product-card-list .slider-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.products .product-card-list .product-card {
  width: 32.29885057rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .products .product-card-list .product-card {
    width: 40.75rem;
    height: 72.91666667rem;
    padding: 4.33rem 3.33333333rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .products .product-card-list .product-card__img {
    height: 35.16666667rem;
  }
}
@media screen and (max-width: 768px) {
  .products .product-card-list .product-card__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .products .product-card-list .product-card__description {
    min-height: 8.33333333rem;
    margin-top: 3.3rem;
    font-size: 2.5rem;
    line-height: 4.16666667rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 768px) {
  .products .product-card-list .product-card__name {
    margin-top: 2.5rem;
    font-size: 3.33333333rem;
    line-height: 3.08333333rem;
    letter-spacing: 0.16666667rem;
  }
}
@media screen and (max-width: 768px) {
  .products .product-card-list .product-card[href="/products/sk_cleansing/"] .product-card__name {
    font-size: 2.64rem;
  }
}
@media screen and (max-width: 768px) {
  .products .product-card-list .product-card__btn {
    width: 34.08333333rem;
    height: 7.34rem;
    background-color: #525252;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .products .product-card-list .product-card__btn--text {
    font-size: 3.33333333rem;
    letter-spacing: 0.26666667rem;
  }
}
@media screen and (max-width: 768px) {
  .products .product-card-list .product-card__btn--arrow svg {
    width: 3.26333333rem;
  }
}
.products .arrow_box {
  position: relative;
}
.products .next-arrow, .products .prev-arrow {
  width: 7.08333333rem;
  height: 7.08333333rem;
  position: absolute;
  top: 42rem;
  z-index: 2;
}
.products .prev-arrow {
  left: 10rem;
}
@media screen and (max-width: 768px) {
  .products .prev-arrow {
    left: 4rem;
  }
}
.products .next-arrow {
  right: 10rem;
}
@media screen and (max-width: 768px) {
  .products .next-arrow {
    right: 4rem;
  }
}
.products .slick-disabled {
  opacity: 0;
}
.products .slick-disabled:before {
  opacity: 1;
}
.products .product-list-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.16666667rem;
}
.products .product-list-dots li {
  margin: 1rem;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
.products .product-list-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;
}
.products .product-list-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;
}
.products .product-list-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.concept-wrapper {
  max-width: 112.64367816rem;
  margin: auto;
  padding-top: 13rem;
  padding-bottom: 13rem;
}
@media screen and (max-width: 768px) {
  .concept-wrapper {
    max-width: none;
    width: 80.4%;
    padding-top: 11.09rem;
    padding-bottom: 11.09rem;
  }
}
.concept__head {
  text-align: center;
  margin-bottom: 6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .concept__head {
    margin-bottom: 7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.concept__head--text {
  font-size: 8.04597701rem;
  letter-spacing: 0.40229885rem;
}
@media screen and (max-width: 768px) {
  .concept__head--text {
    font-size: 4.66666667rem;
    letter-spacing: 0.23333333rem;
  }
}
.concept__head--text-sub {
  font-size: 2.52873563rem;
  letter-spacing: 0.4045977rem;
  margin-left: 2.29885057rem;
}
@media screen and (max-width: 768px) {
  .concept__head--text-sub {
    display: block;
    font-size: 2.25rem;
    letter-spacing: 0.36rem;
    margin-left: 0;
  }
}
.concept__banner {
  max-width: 108.50574713rem;
  margin: 0 auto;
}
.concept__banner + .concept__banner {
  margin-top: 12.29885057rem;
}
@media screen and (max-width: 768px) {
  .concept__banner + .concept__banner {
    margin-top: 9rem;
  }
}
.concept__banner--link {
  display: block;
}
.concept__banner--link img {
  display: block;
  width: 100%;
  height: auto;
}
.concept__more {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 34.71264368rem;
  max-width: 100%;
  margin: 3.10344828rem auto 0;
  border: 0.22988506rem solid;
  border-radius: 100vh;
  background: rgba(255, 255, 255, 0.7);
  line-height: 5.86206897rem;
}
@media screen and (max-width: 768px) {
  .concept__more {
    width: 43.9rem;
    line-height: 7rem;
    border-width: 0.2rem;
  }
}
.concept__more--text {
  font-size: 2.29885057rem;
  letter-spacing: 0.32183908rem;
  text-indent: 0.32183908rem;
}
@media screen and (max-width: 768px) {
  .concept__more--text {
    font-size: 2.16666667rem;
  }
}
.concept__more--arrow {
  position: absolute;
  right: 2.75862069rem;
  width: 3.74712644rem;
  line-height: 0;
}
.concept__more--arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .concept__more--arrow {
    right: 3rem;
    width: 4.5rem;
  }
}

.blog-wrapper {
  width: 51.444%;
  max-width: 980px;
  margin: auto;
  padding: 13rem 0 20.91954023rem;
}
@media screen and (max-width: 768px) {
  .blog-wrapper {
    max-width: none;
    width: 80%;
    padding: 8rem 0 16.25rem;
  }
}
.blog__head {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog__head {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.blog__head--text {
  font-size: 8.04597701rem;
  margin-right: 7.7rem;
  letter-spacing: 0.40229885rem;
}
@media screen and (max-width: 768px) {
  .blog__head--text {
    font-size: 4.66666667rem;
    letter-spacing: 0.23333333rem;
    margin-right: 0;
  }
}
.blog__head--text-sub {
  letter-spacing: 0.25rem;
  font-size: 2.52873563rem;
}
@media screen and (max-width: 768px) {
  .blog__head--text-sub {
    font-size: 2.25rem;
    letter-spacing: 0.36rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .blog .banner {
    display: block;
  }
}
.blog .banner-group {
  width: 100%;
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4rem;
  row-gap: 4rem;
}
@media screen and (max-width: 768px) {
  .blog .banner-group {
    width: 100%;
    margin-top: 7rem;
    display: block;
  }
}
.blog .banner__imgframe {
  height: 22.99rem;
}
@media screen and (max-width: 768px) {
  .blog .banner__imgframe {
    height: auto;
  }
}
.blog .banner__imgframe img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .blog .banner__imgframe img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .blog .slick-list {
    padding: 1rem 0;
  }
}
.blog .blog-dots {
  display: none;
}
@media screen and (max-width: 768px) {
  .blog .blog-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.75rem;
  }
  .blog .blog-dots li {
    margin: 1rem;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
  }
  .blog .blog-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;
  }
  .blog .blog-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;
  }
  .blog .blog-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
  }
}
.blog__btn {
  display: block;
  border: 0.3rem solid;
  width: 41.27%;
  position: relative;
  border-radius: 100vh;
  padding: 0.46rem 0;
  margin: 5.98rem auto 0;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .blog__btn {
    padding: 0.91rem 0;
    width: 74.85%;
    margin: 3rem auto 0;
    border: 0.2rem solid;
  }
}
.blog__btn--text {
  font-size: 2.52873563rem;
  line-height: 2.1;
  letter-spacing: 0.35rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .blog__btn--text {
    font-size: 2.16666667rem;
    line-height: 1.62;
    letter-spacing: 0.30333333rem;
    text-align: center;
  }
}
.blog__btn--img {
  width: 8.4%;
  position: absolute;
  bottom: 44%;
  right: 6%;
}
@media screen and (max-width: 768px) {
  .blog__btn--img {
    width: 9.1%;
    right: 5%;
  }
}

.js-fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s ease;
  transition-delay: var(--fade-delay, 0s);
  will-change: opacity, transform;
}
@media screen and (max-width: 768px) {
  .js-fade-up {
    transform: translateY(24px);
  }
}
.js-fade-up.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .js-fade-up {
    transition: none;
    opacity: 1;
    transform: none;
  }
}