@charset "UTF-8";
/*** variable ***/
/*** mixin ***/
.c-btn__toggle + * {
  display: none;
}
.c-btn__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  background: #ddcbd0;
  border-radius: 30px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0 5px 0 0;
  display: block;
  position: relative;
  width: 141px;
  padding: 0.45em 0 0.4em;
}
.c-btn__more::before, .c-btn__more::after {
  content: "";
  display: block;
  width: 0.83333333em;
  aspect-ratio: unset;
  background: no-repeat center;
  background-image: initial;
  background-image: unset;
  background-size: contain;
  position: absolute;
  right: 1.333333em;
  top: calc(50% - 0.5px);
  height: 1px;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-btn__more::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-btn__more.active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.c-btn__close {
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 1;
  background: no-repeat center;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/about/ico_close.svg);
  background-size: contain;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.c-btn__close:hover {
  opacity: 0.8;
}

#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  opacity: 0;
}
.is-modalOpen #overlay {
  z-index: 100000000000;
  opacity: 1;
  pointer-events: initial;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  padding: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal.open {
  z-index: 100000000001;
  opacity: 1;
}
.modal__in {
  position: relative;
}
.modal .c-btn__close {
  position: absolute;
  top: 24px;
  right: 23px;
  -webkit-filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
}

.small,
small {
  font-size: 10px;
}

.header__logo {
  width: 90px;
}

.header.active .header__container img.black {
  opacity: 1;
  visibility: visible;
}
.header.active .header__container img.white {
  opacity: 0;
  visibility: hidden;
}

.product {
  overflow: hidden;
  letter-spacing: 0.2em;
  padding: 0 0 106px;
}
.product__in {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 125px 0 0;
}
.product .fv__breadcrumbs {
  margin: 0 auto 30px;
}
.product__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product .p-product_content__inner__img {
  width: 44.259259%;
}
.product .c-product_img__slider--thumbnail {
  margin-top: 20px;
  padding: 0;
}
.product .splide__arrows {
  display: none;
}
.product .p-product_content__inner__info {
  width: 46.851852%;
}
.product .c-product_info__category {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 5px 13px;
  border-radius: 30px;
  background: #CCC8BA;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 17px;
}
.product .c-product_info__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4583333333;
  margin: 0 0 5px;
  width: 100%;
}
.product .c-product_info__title__en {
  font-family: "Jost", serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  margin: 0 0 37px;
  width: 100%;
}
.product__description {
  margin: 0 0 46px;
}
.product__description__ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4444444444;
  margin: 0 0 28px;
}
.product__description__ttl .note {
  font-size: 10px;
}
.product__description__txt {
  font-size: 14px;
  line-height: 1.6428571429;
  margin: 0 0 23px;
}
.product__description__txt .note {
  font-size: 10px;
}
.product__description__note {
  font-size: 10px;
  line-height: 1.6;
}
.product__detail {
  margin: 0 0 50px;
}
.product__detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0;
  background-image: linear-gradient(to right, #a6a6a6 3px, transparent 3px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.product__detail__item:first-child {
  padding: 0 0 15px;
}
.product__detail__item__ttl {
  width: 155px;
  font-size: 14px;
  line-height: 1.1428571429;
}
.product__detail__item__popup {
  cursor: pointer;
}
.product__detail__item__popup span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 22px 0 0;
  position: relative;
}
.product__detail__item__popup span::before {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 17px;
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/common/ico_hatena.svg) no-repeat center center/100%;
}
.product__detail__item__des {
  width: calc(100% - 155px);
  font-size: 14px;
  line-height: 1.1428571429;
}
.product__detail__modal {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  padding: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product__detail__modal.open {
  z-index: 1000000000001;
  opacity: 1;
}
.product__detail__modal__in {
  position: relative;
}
.product__detail__modal__wrap {
  width: 650px;
  padding: 70px 40px;
  background: #fff;
}
.product__detail__modal__box {
  display: none;
}
.product__detail__modal__ttl {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.1428571429;
  padding: 0 0 0 18px;
  position: relative;
  margin: 0 0 17px;
}
.product__detail__modal__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ddcbd0;
  border-radius: 50%;
  width: 11px;
  height: 11px;
}
.product__detail__modal__txt {
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}
.product__detail__modal__txt__in {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.product__detail__modal .c-btn__close {
  position: absolute;
  top: 24px;
  right: 23px;
  -webkit-filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
}
.product__block {
  padding: 44px 0 37px;
  border-radius: 30px;
  -webkit-filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
  background: #fff;
  position: relative;
  margin: 0 0 33px;
}
.product__block:last-child {
  margin: 0;
}
.product__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 72px);
  height: 5px;
  background: #CCC8BA;
}
.product__block__top {
  padding: 0 33px;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__block__top__box {
  display: contents;
}
.product__block__top__label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 5px 13px;
  border-radius: 30px;
  background: #CCC8BA;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 15px 0 0;
}
.product__block__top__price {
  font-family: "Jost", serif;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.product__block__top__price span {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
}
.product__block__top__off {
  font-size: 10px;
  line-height: 1.6;
  margin: 0 0 0 auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.product__block__top__off span {
  font-family: "Jost", serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  padding: 0 0 0 3px;
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.product__block__top__btn {
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #dbdbdb;
  padding: 0 12px 5px 0;
  position: relative;
  width: 80px;
  margin: 0 0 0 auto;
}
.product__block__top__btn::before {
  content: "";
  position: absolute;
  top: 35%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 8px;
  background: #787878;
}
.product__block__top__btn::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 3.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 8px;
  width: 1px;
  background: #787878;
  -webkit-transform: 0.4s;
          transform: 0.4s;
}
.product__block__top__btn.active::after {
  opacity: 0;
}
.product__block__container__in {
  padding: 33px 33px 20px;
  border-top: 1px solid #f6f6f6;
}
.product__block__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6666666667;
  margin: 0 0 17px;
}
.product__block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px 2.5%;
}
.product__block__item {
  width: 31.6%;
  min-height: 81px;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 5px 8px;
}
.product__block__item__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2857142857;
  text-align: center;
}
.product__block__item__txt strong {
  color: #a7a291;
  font-weight: 700;
}
.product__block__item__txt .note {
  font-size: 10px;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.product__block__cart__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #58585a;
  border-radius: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 336px;
  height: 61px;
}
.product__block__cart__btn span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0 0 0 30px;
}
.product__block__cart__btn span::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/common/ico_cart_white.svg) no-repeat center center/100%;
}
.product__block__cart__popup {
  font-size: 10px;
  line-height: 1.6;
  padding: 0 0 0 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product__block__cart__popup:hover {
  opacity: 0.7;
}
.product__block__cart__popup::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 17px;
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/common/ico_hatena.svg) no-repeat center center/100%;
}
.product__set {
  padding: 8px;
  border-radius: 30px;
  background: linear-gradient(45deg, #d4d0df, #d8eaec, #deeff4);
  -webkit-filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
  margin: 0 0 50px;
}
.product__set__in {
  background: #fff;
  border-radius: 22px;
  padding: 30px 0 32px;
}
.product__set__top {
  display: contents;
}
.product__set .product__block__ttl {
  margin: 0 0 22px;
  text-align: center;
}
.product__set__wrap__in {
  padding: 20px 33px 0;
  margin: 0 0 30px;
  border-top: 1px solid #f6f6f6;
}
.product__set__txt {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 20px;
}
.product__set__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__set__img {
  width: 42.5%;
}
.product__set__box {
  width: 57.5%;
  padding: 0 0 0 24px;
}
.product__set__box__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 7px;
}
.product__set__box__in:last-child {
  margin: 0;
}
.product__set__box__in.box01 .product__set__box__label {
  background: #bbcecb;
}
.product__set__box__in.box01 .product__set__box__off {
  color: #acbfbc;
}
.product__set__box__in.box01 .product__set__box__off span {
  color: #acbfbc;
}
.product__set__box__in.box02 .product__set__box__label {
  background: #b5c8ad;
}
.product__set__box__in.box02 .product__set__box__off {
  color: #b5c8ad;
}
.product__set__box__in.box02 .product__set__box__off span {
  color: #b5c8ad;
}
.product__set__box__label {
  width: 94px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 4px 5px 6px;
}
.product__set__box__off {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Jost", serif;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
}
.product__set__box__off span {
  font-size: 24px;
}

.point {
  position: relative;
  letter-spacing: 0.2em;
  z-index: 3;
}
.point__ttl {
  margin: 0 0 55px;
  text-align: center;
}
.point__item.item01 {
  position: relative;
  z-index: 1;
  margin: 0 0 93px;
}
.point__item.item02 {
  position: relative;
  z-index: 2;
  margin: 0 0 98px;
}
.point__item.item02 .point__item__top__box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 0 0 50px;
}
.point__item.item02 .point__item__top__img {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.point__item.item03 {
  position: relative;
  z-index: 3;
  margin: 0 0 85px;
}
.point__item.item04 {
  margin: 0 0 98px;
}
.point__item.item04 .point__item__top__box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 0 0 50px;
}
.point__item.item04 .point__item__top__img {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.point__item:last-child {
  margin: 0;
}
.point__item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
}
.point__item__top__box {
  width: 50%;
}
.point__item__top__en {
  font-family: "Jost", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 0 0 33px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 106px 0 0;
  position: relative;
}
.point__item__top__en::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 91px;
  height: 1px;
  background: #7c7b7c;
}
.point__item__top__sub {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.3571428571;
  margin: 0 0 15px;
}
.point__item__top__ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4583333333;
}
.point__item__top__ttl span {
  font-size: 10px;
}
.point__item__top__ttl__sub {
  font-size: 14px;
  line-height: 1.3571428571;
  letter-spacing: 0.01em;
  margin: 0 0 10px;
}
.point__item__top__ttl__note {
  margin: 22px 0 0;
  font-size: 10px;
}
.point__item__top__note {
  font-size: 10px;
  line-height: 1.4;
  margin: 10px 0 0;
}
.point__item__top__img {
  width: 50%;
}
.point__item__top__img img {
  border-radius: 20px;
  -webkit-filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
}
.point__item__top__container {
  width: 50%;
}
.point__item__top__container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 19px;
}
.point__item__top__container ul li {
  width: 31.440162%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #ccc8ba;
  border-radius: 50%;
}
.point__item__top__container ul li p {
  color: #fff;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 5px 0 0;
}
.point__item__top__container ul li p span {
  color: #fff;
  font-size: 10px;
}
.point__item__top__container__note {
  font-size: 10px;
  line-height: 1.4;
}
.point__item__block.block01 {
  position: relative;
  margin: 60px 0 33px;
  z-index: 3;
}
.point__item__block.block01 .point__item__block__ttl {
  margin: 0 0 27px;
}
.point__item__block.block02 {
  position: relative;
  z-index: 2;
}
.point__item__block.block02 .point__item__block__ttl {
  margin: 0 0 30px;
}
.point__item__block.block02 .point__item__block__deco {
  position: absolute;
  top: -256px;
  left: -266px;
  width: 600px;
  z-index: -1;
}
.point__item__block.block03 {
  position: relative;
  z-index: 1;
}
.point__item__block.block03 .point__item__block__deco {
  position: absolute;
  bottom: -284px;
  right: -317px;
  width: 600px;
  z-index: -1;
}
.point__item__block__ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4444444444;
  padding: 8px 5px;
  border-radius: 30px;
  border: 1px solid #58585a;
  text-align: center;
  position: relative;
}
.point__item__block__txt {
  font-size: 14px;
  line-height: 1.8571428571;
  text-align: center;
  margin: 0 0 44px;
}
.point__item__block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.point__item__block__img {
  width: 50%;
  padding: 0 30px 0 0;
}
.point__item__block__img img {
  max-width: 450px;
  margin: 0 0 0 auto;
}
.point__item__block__box {
  width: 50%;
}
.point__item__block__box__txt {
  font-size: 14px;
  line-height: 1.8571428571;
  margin: 0 0 30px;
}
.point__item__block__box__txt span {
  font-size: 10px;
}
.point__item__block__box__note {
  font-size: 10px;
  line-height: 1.4;
}

.natural {
  position: relative;
  background: none;
  /*** modal ***/
}
.natural__in {
  position: relative;
  z-index: 1;
  padding-top: 110px;
  padding-bottom: 120px;
}
.natural .flex {
  gap: 30px;
}
.natural__ttl {
  /* 欧文：Jost
  // 日本語：Noto Sans JP
  // 書体がない場合はサンセリフ体 */
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 68px;
  letter-spacing: 0.1em;
}
.natural__ttl__ja {
  font-family: "Noto Sans JP", serif;
}
.natural__container {
  margin-bottom: 64px;
}
.natural__container__main {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4583333333;
  letter-spacing: 0.2em;
  margin-top: 1.5em;
}
.natural__container__txt {
  margin-top: 2em;
}
.natural__container__txt p {
  letter-spacing: 0.2em;
}
.natural__container__txt p + p {
  margin-top: 2.5em;
}
.natural::after {
  content: none;
}
.natural__block + .natural__block {
  margin-top: 26px;
}
.natural__block__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.natural__block > .small {
  margin-top: 28px;
  letter-spacing: 0.2em;
}
.natural__picture {
  width: 71.2962962963%;
}
.natural .ingredient__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  background: #ddcbd0;
  border-radius: 30px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0 5px 0 0;
  height: 25px;
  margin-bottom: 10px;
  padding: 0 0.8em 0.1em;
  background: #CCC8BA;
}
.natural .ingredient__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.natural .ingredient__item.item03 .ingredient__item__img {
  -webkit-transform: translateY(-8%);
          transform: translateY(-8%);
}
.natural .ingredient__item.item04 .ingredient__item__img {
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}
.natural .ingredient__item__ttl {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1.6666666667;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  color: #a7a291;
  font-weight: 600;
}
.natural .ingredient__item__ttl span {
  color: #a7a291;
}
.natural .ingredient__item__btn {
  background: #f7f7f7;
  color: #58585A;
}
.natural .ingredient__item__btn::before, .natural .ingredient__item__btn::after {
  background: #58585A;
}
.natural .ingredient__item__img {
  width: 60%;
  margin: auto;
}
.natural__modal {
  width: 455px;
  padding: 16px 30px 47px;
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/about/bg_natural_modal.png) no-repeat center center/cover;
  background-color: #fff;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.natural__modal .img {
  width: 70%;
  margin: auto;
}
.natural__modal .tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.natural__modal .tag__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  background: #ddcbd0;
  border-radius: 30px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0 5px 0 0;
  padding: 0 21px;
}
.natural__modal .tag__item.strong {
  padding: 0 18px;
  background-color: #b3cfd1;
}
.natural__modal .ttl {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 21px auto 15px;
  font-weight: inherit;
  letter-spacing: inherit;
}
.natural__modal .txt p {
  line-height: 1.8571428571;
  font-size: 14px;
}
.natural__modal .box03 .img {
  -webkit-transform: translateY(-3%);
          transform: translateY(-3%);
}

.accordion {
  margin: 27px 0 0;
}
.accordion__item {
  margin: 0 0 30px;
}
.accordion__item__ttl {
  padding: 18px 40px;
  background: #f7f7f7;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.accordion__item__ttl:hover {
  opacity: 0.7;
}
.accordion__item__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  width: 14px;
  height: 1.5px;
  background: #58585a;
}
.accordion__item__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 46px;
  height: 14px;
  width: 1.5px;
  background: #58585a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.accordion__item__ttl.active::after {
  opacity: 0;
}
.accordion__item__des {
  display: none;
}
.accordion__item__des__list {
  padding: 24px 40px 54px;
}
.accordion__item__des ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 22px 20px;
  margin: 7px 0 0;
}
.accordion__item__des ul:first-child {
  margin: 0;
}
.accordion__item__des ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion__item__des ul li p {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
}
.accordion__item__des ul li p span {
  font-size: 10px;
}
.accordion__item__des ul li figure {
  width: 53px;
  margin: 0 16px 0 0;
}
.accordion__item__des__note {
  font-size: 10px;
  line-height: 1.4;
  margin: 30px 0 0;
}
.accordion__item__des__txt {
  padding: 20px 40px 0;
  font-size: 14px;
  line-height: 1.6;
}

.clean {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 40px;
  margin: 45px 0 93px;
}
.clean__list {
  width: 823px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.clean__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 127px;
  aspect-ratio: 1;
  padding-left: 0.2em;
  border-radius: 50%;
  border: 1px solid #d4d4d4;
  text-align: center;
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: 0.2em;
}
.clean__item.free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9em;
  overflow: hidden;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.clean__item.free::before, .clean__item.free::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: unset;
  background: no-repeat center;
  background-image: initial;
  background-image: unset;
  background-size: contain;
  height: 1px;
  background: #7c7b7c;
}
.clean__item.free::before, .clean__item.free::after {
  position: absolute;
  width: 22.5px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  background: #d4d4d4;
}
.clean__item.free::before {
  top: 18%;
  right: 14%;
}
.clean__item.free::after {
  bottom: 18%;
  left: 14%;
}
.clean__item small {
  position: absolute;
  top: 42px;
  right: 14px;
}
.clean .small {
  margin-top: 27px;
  text-align: center;
  letter-spacing: 0.2em;
}
.clean__note {
  width: calc(100% - 823px);
  padding: 0 0 0 21px;
  font-size: 14px;
  line-height: 1.2857142857;
}

.reco {
  max-width: 750px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 38px 15px;
  background: #f7f7f7;
}
.reco__in {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.reco__ttl {
  margin: 0 0 23px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4444444444;
  text-align: center;
}
.reco__item {
  margin: 0 0 15px;
  padding: 0 0 0 23px;
  position: relative;
}
.reco__item:last-child {
  margin: 0;
}
.reco__item::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 14px;
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/common/ico_check.svg) no-repeat center center/100%;
}
.reco__item__txt {
  padding: 0 0 5px;
  background-image: linear-gradient(to right, #a6a6a6 3px, transparent 3px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 14px;
  line-height: 1.3571428571;
}
.reco__note {
  font-size: 10px;
  text-align: right;
  padding: 10px 0 0;
}

/*** .fragrance ***/
.fragrance {
  position: relative;
  position: relative;
  z-index: 2;
  overflow: visible;
}
.fragrance__in {
  position: relative;
  z-index: 1;
  padding-top: 110px;
  padding-bottom: 120px;
}
.fragrance .flex {
  gap: 30px;
}
.fragrance__ttl {
  /* 欧文：Jost
  // 日本語：Noto Sans JP
  // 書体がない場合はサンセリフ体 */
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 68px;
  letter-spacing: 0.1em;
}
.fragrance__ttl__ja {
  font-family: "Noto Sans JP", serif;
}
.fragrance__container {
  margin-bottom: 64px;
}
.fragrance__container__main {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4583333333;
  letter-spacing: 0.2em;
  margin-top: 1.5em;
}
.fragrance__container__txt {
  margin-top: 2em;
}
.fragrance__container__txt p {
  letter-spacing: 0.2em;
}
.fragrance__container__txt p + p {
  margin-top: 2.5em;
}
.fragrance::before {
  content: "";
  display: block;
  width: 417px;
  aspect-ratio: 1;
  background: no-repeat center;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/common/deco01.png);
  background-size: contain;
  position: absolute;
  top: -120px;
  right: -100px;
}
.fragrance__wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.fragrance__container__main {
  margin-right: -3em;
}
.fragrance__container__sub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  background: #ddcbd0;
  border-radius: 30px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0 5px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-top: 1.25em;
  padding: 0.75em 1.2em 0.8em 1.4em;
  text-align: left;
  font-weight: 300;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  color: #fff;
  background: #ccc8ba;
}

.how {
  letter-spacing: 0.2em;
  margin: 0 0 100px;
}
.how__ttl {
  margin: 0 0 50px;
}
.how__top {
  margin: 0 0 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.how__top__img {
  width: 50%;
  padding: 0 23px 0 0;
  position: relative;
  z-index: 2;
}
.how__top__img img {
  -webkit-filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
  border-radius: 30px;
}
.how__top__container {
  width: 50%;
  padding: 0 0 0 16px;
  position: relative;
  z-index: 1;
}
.how__top__container__txt {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin: 20px 0 0;
}
.how__top__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.how__top__item:first-child {
  position: relative;
}
.how__top__item:first-child::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-right: 7px solid transparent;
  border-top: 12px solid #58585a;
  border-left: 7px solid transparent;
}
.how__top__item:first-child .how__top__item__item__txt {
  position: relative;
}
.how__top__item__img {
  width: 156px;
}
.how__top__item__txt {
  width: calc(100% - 156px);
  padding: 0 0 0 7px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
.how__list__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.how__item {
  width: 22.685185%;
}
.how__item.item02 .how__item__top::before {
  background: #DDCBD0;
}
.how__item.item02 .how__item__box {
  background: #DDCBD0;
}
.how__item.item03 .how__item__top::before {
  background: #ACBFBC;
}
.how__item.item03 .how__item__box {
  background: #ACBFBC;
}
.how__item.item04 .how__item__top::before {
  background: #BBCCB4;
}
.how__item.item04 .how__item__box {
  background: #BBCCB4;
}
.how__item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 8px;
  margin: 0 0 20px;
  position: relative;
}
.how__item__top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 10px);
  height: 2px;
  background: #CCC8BA;
}
.how__item__num {
  width: 40px;
  font-family: "Jost", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  padding: 0 0 0 4px;
}
.how__item__ttl {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4545454545;
}
.how__item__product {
  position: absolute;
  bottom: -22px;
  width: 38px;
  right: 0;
}
.how__item__img {
  -webkit-filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.1));
  margin: 0 0 16px;
}
.how__item__box {
  padding: 7px 5px 6px;
  background: #CCC8BA;
}
.how__item__box__ttl {
  color: #fff;
  font-size: 14px;
  line-height: 1.3571428571;
  font-weight: 700;
  text-align: center;
  margin: 0 0 3px;
}
.how__item__box__txt {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}

.how__top__item__item__txt {
  width: calc(100% - 156px);
  padding: 0 0 0 7px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

.faq {
  margin: 0 0 120px;
}
.faq__ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.0833333333;
  letter-spacing: 0.2em;
  margin: 0 0 30px;
}
.faq__list {
  margin: 0 0 20px 0;
}
.faq__list:last-child {
  margin: 0;
}
.faq__list__ttl {
  cursor: -webkit-grab;
  cursor: grab;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.2em;
  background: #f7f7f7;
  padding: 17px 64px 17px 40px;
  position: relative;
}
.faq__list__ttl::before {
  content: "";
  position: absolute;
  background: #58585a;
  width: 2px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 46px;
}
.faq__list__ttl::after {
  content: "";
  position: absolute;
  background: #58585a;
  width: 14px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
}
.faq__list.active .faq__list__ttl::before {
  background: transparent;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.faq__list.active .faq__list__ttl::before::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__list__des {
  display: none;
}
.faq__list__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.2em;
  padding: 25px 44px 30px 34px;
}
.faq__list__txt a {
  font-weight: bold;
  text-decoration: underline;
}

.commit {
  position: relative;
  /* 欧文：Jost
  // 日本語：Noto Sans JP */
  font-family: "Jost", "Noto Sans JP", sans-serif;
  margin: 0 0 130px;
}
.commit__in {
  position: relative;
  z-index: 1;
  padding-top: 110px;
  padding-bottom: 120px;
}
.commit .flex {
  gap: 30px;
}
.commit__ttl {
  /* 欧文：Jost
  // 日本語：Noto Sans JP
  // 書体がない場合はサンセリフ体 */
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 68px;
  letter-spacing: 0.1em;
}
.commit__ttl__ja {
  font-family: "Noto Sans JP", serif;
}
.commit__container {
  margin-bottom: 64px;
}
.commit__container__main {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4583333333;
  letter-spacing: 0.2em;
  margin-top: 1.5em;
}
.commit__container__txt {
  margin-top: 2em;
}
.commit__container__txt p {
  letter-spacing: 0.2em;
}
.commit__container__txt p + p {
  margin-top: 2.5em;
}
.commit__in {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: unset;
  background: no-repeat center;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/about/bg_environment_commit.png);
  background-size: contain;
  background-size: cover;
}
.commit__container {
  margin-bottom: 0;
}
.commit__ttl {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-weight: 400;
}
.commit__ttl .jost {
  font-weight: 400;
}
.commit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
}
.commit__item + .commit__item {
  margin-top: 25px;
}
.commit__item__ttl {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1.6666666667;
  font-weight: 400;
}
.commit__item__img {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.1));
}
.commit__item__container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.commit__item .check__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 1.4em;
  margin-top: 6px;
  color: #787878;
}
.commit__item .check__item {
  color: #787878;
  font-size: 14px;
  line-height: 1.7142857143;
}
.commit__item .check__item::before {
  -webkit-filter: grayscale(100%) brightness(130%) contrast(90%);
          filter: grayscale(100%) brightness(130%) contrast(90%);
}
.commit__item .check__item a {
  border-bottom: 2px solid;
  font-weight: 600;
  color: inherit;
}
.check__item {
  position: relative;
  padding-left: 2em;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.check__item::before {
  content: "";
  display: block;
  width: 1.1em;
  aspect-ratio: 1.028;
  background: no-repeat center;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/about/ico_check.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.4em;
}

.line {
  line-height: 0.02em;
  margin: 0 0 130px;
}
.line__ttl {
  margin: 0 0 50px;
}
.line__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.6%;
}
.line__item {
  width: 23.8%;
}
.line__item.item01 .line__item__cat {
  background: #DDCBD0;
}
.line__item.item02 .line__item__cat {
  background: #ACBFBC;
}
.line__item.item03 .line__item__cat {
  background: #BBCCB4;
}
.line__item.item04 .line__item__cat {
  background: #CCC8BA;
}
.line__item__link {
  display: block;
}
.line__item__img {
  margin: 0 0 22px;
}
.line__item__cat {
  padding: 5px 11px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 1.3571428571;
  margin: 0 0 12px;
}
.line__item__ttl {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.3571428571;
  margin: 0 0 13px;
}
.line__item__price {
  font-family: "Jost", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.line__item__price .yen {
  font-family: "Noto Sans JP", serif;
}
.line__item__price .tax {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0 0 0 2px;
}
.line__item__price .amount {
  position: relative;
  font-family: "Jost", serif;
  font-size: 14px;
  margin: 0 0 0 2px;
  padding: 0 0 0 14px;
}
.line__item__price .amount::before {
  position: absolute;
  content: "";
  top: 55%;
  -webkit-transform: translateY(-50%) rotate(130deg);
          transform: translateY(-50%) rotate(130deg);
  left: -2px;
  width: 11px;
  height: 0.5px;
  background: #58585A;
}
.line .slick-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0 0;
}
.line .slick-num {
  width: auto;
}
.line .slick-slider {
  padding: 0 0 25px;
  margin: 0;
}
.line .slick-scroll {
  color: #dbdbdb;
  font-family: "Jost", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  width: 56px;
}
.line .progress-container {
  width: calc(100% - 56px);
  height: 0.5px;
  background-color: #787878;
  background: rgba(219, 219, 219, 0.7);
  position: relative;
  margin: 0 auto;
}
.line .progress-bar1-1 {
  width: 0;
  height: 4px;
  background-color: #dbdbdb;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.review {
  margin: 0 0 120px;
}

.faq__btn.c-btn {
  margin: 50px auto 0;
}

body.opened .navigation {
  opacity: 0;
  visibility: hidden;
}

.navigation {
  position: fixed;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 834px;
  width: 100%;
  background: #fff;
  border-radius: 40px;
  height: 60px;
  -webkit-filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
  z-index: 99999999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.navigation__in {
  width: 100%;
}
.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
}
.navigation__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.navigation__item__link {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  line-height: 1.3571428571;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.navigation__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 51px;
  margin: 0 auto;
  background: #58585a;
  border-radius: 30px;
}
.navigation__cart span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0 30px;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
  color: #fff;
}
.navigation__cart span::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/common/ico_cart_white.svg) no-repeat center center/100%;
}

.buy {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 100px;
  width: 110px;
  height: 110px;
  background: #58585A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.buy.active {
  opacity: 1;
  visibility: visible;
}
.buy__link {
  display: block;
  width: 100%;
}
.buy__ico {
  width: 16px;
  margin: 0 auto 7px;
}
.buy__txt {
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  line-height: 1.3571428571;
}

.cat-milky-lotion .c-product_info__category {
  background: #BBCCB4;
}
.cat-milky-lotion .product__block::before {
  background: #BBCCB4;
}
.cat-milky-lotion .product__block__top__label {
  background: #BBCCB4;
}
.cat-milky-lotion .product__block__item__txt strong {
  color: #96B58A;
}
.cat-milky-lotion .point__item__block__img img {
  margin: 0;
  max-width: none;
}
.cat-milky-lotion .natural .ingredient__label {
  background: #BBCCB4;
}
.cat-milky-lotion .natural .ingredient__item__ttl {
  color: #96B58A;
}
.cat-milky-lotion .fragrance__container__sub {
  background: #BBCCB4;
}

.cat-cosmetic-lotion .c-product_info__category {
  background: #ACBFBC;
}
.cat-cosmetic-lotion .product__block::before {
  background: #ACBFBC;
}
.cat-cosmetic-lotion .product__block__top__label {
  background: #ACBFBC;
}
.cat-cosmetic-lotion .product__block__item__txt strong {
  color: #88AEA8;
}
.cat-cosmetic-lotion .point__item__block__img img {
  margin: 0;
  max-width: none;
}
.cat-cosmetic-lotion .natural .ingredient__label {
  background: #ACBFBC;
}
.cat-cosmetic-lotion .natural .ingredient__item__ttl {
  color: #88AEA8;
}
.cat-cosmetic-lotion .fragrance__container__sub {
  background: #ACBFBC;
}
.cat-cosmetic-lotion .point__item__block__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 13.333333%;
}
.cat-cosmetic-lotion .point__item__block__box {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}
.cat-cosmetic-lotion .point__item__block__box__txt {
  margin: 0;
}
.cat-cosmetic-lotion .point__item__block__img {
  padding: 0;
}
.cat-cosmetic-lotion .point__item__block__img.img01 {
  width: 36.296296%;
}
.cat-cosmetic-lotion .point__item__block__img.img02 {
  width: 31.481481%;
}
.cat-cosmetic-lotion .point__item__block__box__note {
  margin: 32px 0 53px;
  width: 100%;
  text-align: center;
}

.cat-facial-cleanser .c-product_info__category {
  background: #DDCBD0;
}
.cat-facial-cleanser .product__block::before {
  background: #DDCBD0;
}
.cat-facial-cleanser .product__block__top__label {
  background: #DDCBD0;
}
.cat-facial-cleanser .product__block__item__txt strong {
  color: #C5A9B1;
}
.cat-facial-cleanser .point__item__block__img img {
  margin: 0;
  max-width: none;
}
.cat-facial-cleanser .natural .ingredient__label {
  background: #DDCBD0;
}
.cat-facial-cleanser .natural .ingredient__item__ttl {
  color: #C5A9B1;
}
.cat-facial-cleanser .fragrance__container__sub {
  background: #DDCBD0;
}
.cat-facial-cleanser .point__item.item02 .point__item__top {
  margin: 0 0 54px;
}
.cat-facial-cleanser .point__item__block__container {
  padding: 0 40px;
}
.cat-facial-cleanser .point__item__block__box.slider {
  width: calc(100% - 505px);
  padding: 0 0 0 60px;
}
.cat-facial-cleanser .point__item__block__slider {
  position: relative;
  width: 505px;
}
.cat-facial-cleanser .point__item__block__slider .slide {
  width: 505px;
  margin: 0 10px;
}
.cat-facial-cleanser .point__item__block__slider .c-btn,
.cat-facial-cleanser .point__item__block__slider .slick-dots {
  position: absolute;
  bottom: -27px;
  left: 193px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.cat-facial-cleanser .point__item__block__slider .slick-dots {
  -webkit-transform: translate(-53px, 6px);
          transform: translate(-53px, 6px);
}
.cat-facial-cleanser .point__item__block__slider .slick-dots li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 12.5px;
  padding: 0;
}
.cat-facial-cleanser .point__item__block__slider .slick-dots li button {
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 0;
  background: #D9D9D9;
}
.cat-facial-cleanser .point__item__block__slider .slick-dots li button::before {
  display: none;
}
.cat-facial-cleanser .point__item__block__slider .slick-dots li.slick-active button {
  background: var(--base-color);
}
.cat-facial-cleanser .point__item__block__slider .btn__arrow__prev {
  -webkit-transform: translateX(-124.5px) rotate(180deg);
          transform: translateX(-124.5px) rotate(180deg);
}

.cat-trial-set .c-product_info__category {
  background: #DDCBD0;
}
.cat-trial-set .product__block::before {
  background: #DDCBD0;
}
.cat-trial-set .product__block__top__label {
  background: #DDCBD0;
}
.cat-trial-set .product__block__item__txt strong {
  color: #C5A9B1;
}
.cat-trial-set .point__item__block__img img {
  margin: 0;
  max-width: none;
}
.cat-trial-set .natural .ingredient__label {
  background: #DDCBD0;
}
.cat-trial-set .natural .ingredient__item__ttl {
  color: #C5A9B1;
}
.cat-trial-set .fragrance__container__sub {
  background: #DDCBD0;
}
.cat-trial-set .point__item.item02 .point__item__top {
  margin: 0 0 54px;
}
.cat-trial-set .point__item__block__container {
  padding: 0 40px;
}
.cat-trial-set .point__item__block__box.slider {
  width: calc(100% - 505px);
  padding: 0 0 0 60px;
}
.cat-trial-set .point__item__block__slider {
  position: relative;
  width: 505px;
}
.cat-trial-set .point__item__block__slider .slide {
  width: 505px;
  margin: 0 10px;
}
.cat-trial-set .point__item__block__slider .c-btn,
.cat-trial-set .point__item__block__slider .slick-dots {
  position: absolute;
  bottom: -27px;
  left: 193px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.cat-trial-set .point__item__block__slider .slick-dots {
  -webkit-transform: translate(-53px, 6px);
          transform: translate(-53px, 6px);
}
.cat-trial-set .point__item__block__slider .slick-dots li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 12.5px;
  padding: 0;
}
.cat-trial-set .point__item__block__slider .slick-dots li button {
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 0;
  background: #D9D9D9;
}
.cat-trial-set .point__item__block__slider .slick-dots li button::before {
  display: none;
}
.cat-trial-set .point__item__block__slider .slick-dots li.slick-active button {
  background: var(--base-color);
}
.cat-trial-set .point__item__block__slider .btn__arrow__prev {
  -webkit-transform: translateX(-124.5px) rotate(180deg);
          transform: translateX(-124.5px) rotate(180deg);
}
.cat-trial-set .product {
  padding-bottom: 130px;
}
.cat-trial-set .bnr {
  margin-bottom: 130px;
}
@media only screen and (max-width: 719px) {
  .modal .c-btn__close {
    top: 18px;
    right: 17px;
    width: 24px;
  }
  .header__logo {
    width: 81px;
  }
  .product {
    padding: 0 0 60px;
  }
  .product__in {
    padding: 120px 0 0;
  }
  .product .fv__breadcrumbs {
    margin: 0 auto 40px;
  }
  .product .p-product_content__inner__img {
    width: 100%;
  }
  .product .c-product_img__slider--thumbnail {
    margin-top: 2px;
  }
  .product .p-product_content__inner__info {
    width: 100%;
    padding: 0;
    margin-top: 35px;
  }
  .product .c-product_info__category {
    font-size: 12px;
    padding: 5px 13px;
  }
  .product__description {
    margin: 0 0 50px;
  }
  .product__description__ttl {
    margin: 0 0 25px;
  }
  .product__detail__item__ttl {
    width: 140px;
  }
  .product__detail__item__popup span {
    padding: 0 20px 0 0;
  }
  .product__detail__item__des {
    width: calc(100% - 140px);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .product__detail__modal__wrap {
    width: 345px;
    padding: 60px 25px;
  }
  .product__detail__modal .c-btn__close {
    top: 18px;
    right: 17px;
    width: 24px;
  }
  .product__block {
    padding: 33px 0 27px;
    margin: 0 0 18px;
  }
  .product__block__top {
    padding: 0 8px 0 18px;
    margin: 0 0 21px;
  }
  .product__block__top__box {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .product__block__top__label {
    line-height: 1.2142857143;
    text-align: center;
    border-radius: 6px;
    padding: 7px 8px;
    margin: 0 9px 0 0;
  }
  .product__block__top__price {
    margin: 0 0 2px;
  }
  .product__block__container {
    display: none;
  }
  .product__block__container__in {
    padding: 22px 20px 25px;
  }
  .product__block__ttl {
    font-size: 16px;
    line-height: 1.375;
    margin: 0 0 15px;
    text-align: center;
  }
  .product__block__list {
    gap: 13px 3.793103%;
  }
  .product__block__item {
    width: 47.931034%;
  }
  .product__block__item.item01 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .product__block__item.item02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product__block__item.item03 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 100%;
  }
  .product__block__item.item04 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .product__block__item.item05 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .product__block__cart__btn {
    max-width: 290px;
    height: 51px;
  }
  .product__set {
    padding: 6px;
    margin: 0 0 20px;
  }
  .product__set__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px 0 30px;
    margin: 0 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product__set .product__block__ttl {
    margin: 0;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .product__set__wrap {
    display: none;
  }
  .product__set__wrap__in {
    padding: 18px 10px 0;
  }
  .product__set__txt {
    margin: 0 0 15px;
  }
  .product__set__container {
    max-width: 285px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product__set__img {
    width: 16.551724%;
  }
  .product__set__box {
    width: 75.172414%;
    padding: 0;
  }
  .product__set__box__in {
    gap: 0 8px;
    margin: 0 0 3px;
    margin: 0;
  }
  .point__ttl {
    margin: 0 0 35px;
    text-align: left;
  }
  .point__item.item01 {
    margin: 0 0 50px;
  }
  .point__item.item02 {
    margin: 0 0 60px;
  }
  .point__item.item02 .point__item__top__en {
    margin: 0 0 24px;
  }
  .point__item.item02 .point__item__top__box {
    padding: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .point__item.item02 .point__item__top__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .point__item.item03 {
    margin: 0 0 60px;
  }
  .point__item.item03 .point__item__top__en {
    margin: 0 0 24px;
  }
  .point__item.item04 {
    margin: 0 0 0px;
  }
  .point__item.item04 .point__item__top__en {
    margin: 0 0 24px;
  }
  .point__item.item04 .point__item__top__box {
    padding: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .point__item.item04 .point__item__top__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .point__item__top {
    padding: 0;
  }
  .point__item__top__box {
    width: 100%;
    margin: 0 0 23px;
  }
  .point__item__top__sub {
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .point__item__top__ttl {
    font-size: 22px;
    line-height: 1.4545454545;
  }
  .point__item__top__img {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .point__item__top__img img {
    border-radius: 0;
  }
  .point__item__top__container {
    width: 100%;
  }
  .point__item__top__container ul {
    margin: 0 0 22px;
  }
  .point__item__top__container ul li {
    width: 32%;
  }
  .point__item__top__container ul li p {
    font-size: 16px;
    line-height: 1.3125;
  }
  .point__item__block.block01 {
    margin: 40px 0 52px;
  }
  .point__item__block.block01 .point__item__block__ttl {
    margin: 0 0 28px;
  }
  .point__item__block.block02 .point__item__block__ttl {
    margin: 0 0 24px;
  }
  .point__item__block.block02 .point__item__block__deco {
    top: -160px;
    left: -270px;
  }
  .point__item__block.block03 .point__item__block__deco {
    bottom: -333px;
    right: -233px;
  }
  .point__item__block__ttl {
    font-size: 14px;
    border-radius: 30px;
  }
  .point__item__block__txt {
    line-height: 1.6;
    margin: 0 0 23px;
    text-align: left;
  }
  .point__item__block__img {
    width: calc(100% + 20px);
    padding: 0;
    margin: 0 -10px 32px;
  }
  .point__item__block__box {
    width: 100%;
  }
  .point__item__block__box__txt {
    line-height: 1.6;
    margin: 0 0 23px;
  }
  .natural__in {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .natural .flex {
    display: block;
  }
  .natural__ttl {
    font-size: 40px;
  }
  .natural__container {
    margin-bottom: 35px;
  }
  .natural__in {
    padding-bottom: 35px;
  }
  .natural__block + .natural__block {
    margin-top: 70px;
  }
  .natural__block__in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .natural__picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 50px;
  }
  .natural .ingredient {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
  .natural .ingredient__list * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .natural .ingredient__item__ttl {
    font-size: 14px;
  }
  .natural .ingredient__item__ttl {
    height: 36px;
    margin-bottom: 0;
    line-height: 1.2857142857;
  }
  .natural .ingredient__item__btn {
    padding: 0 5px 1px 0;
  }
  .natural__modal {
    width: 345px;
    padding: 16px 26px 36px;
  }
  .natural__modal .tag__item {
    padding: 0 11px;
    height: 24px;
  }
  .natural__modal .ttl {
    font-size: 16px;
  }
  .natural__modal .ttl {
    margin: 12px auto 17px;
  }
  .natural__modal .txt p {
    text-align: left;
  }
  .accordion {
    margin: 52px 0 0;
  }
  .accordion__item__ttl {
    padding: 16px 18px;
  }
  .accordion__item__ttl::before {
    right: 13px;
  }
  .accordion__item__ttl::after {
    right: 19.5px;
  }
  .accordion__item__des__list {
    padding: 20px 0;
  }
  .accordion__item__des ul {
    margin: 5px 0 0;
  }
  .accordion__item__des ul:first-child li {
    width: 100%;
  }
  .accordion__item__des ul li {
    gap: 4px 10px;
  }
  .accordion__item__des ul li p {
    font-size: 12px;
    line-height: 1.4166666667;
  }
  .accordion__item__des ul li figure {
    width: 40px;
    margin: 0;
  }
  .accordion__item__des__note {
    margin: 23px 0 0;
  }
  .accordion__item__des__txt {
    padding: 25px 0;
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .clean {
    padding: 0;
    margin: 20px 0 63px;
  }
  .clean__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 11px 8.4px;
    width: 100%;
    margin: 0 0 12px;
  }
  .clean__item.free {
    gap: 0.6em;
  }
  .clean__item.free::before, .clean__item.free::after {
    width: 14.72px;
  }
  .clean__item {
    width: 109px;
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .clean__item small {
    top: 23px;
    right: 9px;
  }
  .clean .small {
    margin-top: 22px;
    font-size: 12px;
    letter-spacing: 0.015em;
    line-height: 1.3333333333;
  }
  .clean__note {
    width: 100%;
    padding: 0;
    font-size: 12px;
    line-height: 1.3333333333;
    text-align: center;
  }
  .reco {
    padding: 32px 20px 34px;
  }
  .reco__ttl {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.4375;
  }
  .fragrance__in {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .fragrance .flex {
    display: block;
  }
  .fragrance__ttl {
    font-size: 40px;
  }
  .fragrance__container {
    margin-bottom: 35px;
  }
  .fragrance::before {
    top: -100px;
    right: -120px;
  }
  .fragrance__in {
    padding-top: 61px;
  }
  .fragrance__container {
    margin-bottom: 7px;
  }
  .fragrance__container__main {
    letter-spacing: 0.15em;
  }
  .fragrance__container__sub {
    margin-top: 24px;
  }
  .how {
    margin: 0 0 60px;
  }
  .how__ttl {
    margin: 0 0 40px;
  }
  .how__top {
    margin: 0 0 30px;
  }
  .how__top__img {
    width: 100%;
    padding: 0;
    margin: 0 0 36px;
  }
  .how__top__container {
    width: 100%;
    padding: 0;
  }
  .how__top__container__txt {
    margin: 30px 0 0;
  }
  .how__top__item:first-child {
    margin: 0 0 20px;
  }
  .how__top__item:first-child::before {
    content: none;
  }
  .how__top__item:first-child .how__top__item__item__txt::before {
    content: "";
    position: absolute;
    bottom: -52px;
    left: 35%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-right: 7px solid transparent;
    border-top: 12px solid #58585a;
    border-left: 7px solid transparent;
  }
  .how__top__item__img {
    width: 120px;
  }
  .how__top__item__txt {
    width: calc(100% - 128px);
  }
  .how__btn {
    font-size: 14px;
    position: relative;
    padding: 0 24px 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .how__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 10px;
    height: 1.5px;
    background: #58585a;
  }
  .how__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.5px;
    width: 1.5px;
    height: 10px;
    background: #58585a;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .how__btn.active::after {
    opacity: 0;
  }
  .how__list {
    display: none;
  }
  .how__list__in {
    padding: 50px 0 0;
    gap: 50px 0;
  }
  .how__item {
    width: 48.115942%;
  }
  .how__item__top {
    margin: 0 0 13px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .how__item__num {
    width: 42px;
  }
  .how__item__ttl {
    font-size: 18px;
    line-height: 1.4444444444;
  }
  .how__item__product {
    width: 32px;
    bottom: -14px;
  }
  .how__item__img {
    margin: 0 0 14px;
  }
  .how__item__box {
    padding: 5px 5px 4px;
  }
  .how__item__box__ttl {
    margin: 0 0 2px;
  }
  .how__top__item__item__txt {
    width: calc(100% - 120px);
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .faq {
    margin: 0 0 80px;
  }
  .faq__ttl {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4444444444;
    margin: 80px 0 25px 0;
  }
  .faq__ttl:first-child {
    margin: 0 0 25px 0;
  }
  .faq__list__ttl {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5714285714;
    padding: 13px 90px 13px 18px;
  }
  .faq__list__ttl::before {
    right: 24px;
    width: 1px;
    height: 10px;
  }
  .faq__list__ttl::after {
    right: 20px;
    width: 10px;
    height: 1px;
  }
  .faq__list__txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.2em;
    padding: 15px 0 10px 0;
  }
  .commit__in {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .commit .flex {
    display: block;
  }
  .commit__ttl {
    font-size: 40px;
  }
  .commit__container {
    margin-bottom: 35px;
  }
  .commit {
    margin: 0 0 60px;
  }
  .commit__container {
    margin-bottom: 0;
  }
  .commit__ttl {
    top: -21px;
  }
  .commit__item {
    gap: 18px;
  }
  .commit__item__ttl {
    font-size: 14px;
  }
  .commit__item__img {
    width: 74px;
  }
  .commit__item .check__list {
    margin-top: 17px;
    font-size: 12px;
  }
  .commit__item .check__item::before {
    top: 0.2em;
  }
  .commit__item .check__item {
    text-align: justify;
    font-size: inherit;
    line-height: 1.3333333333;
  }
  .commit__item .check__item span {
    display: block;
    margin-left: -24px;
    margin-top: 11px;
  }
  .line {
    margin: 0 0 86px;
  }
  .line__item {
    width: 257px;
    margin: 0 16px 0 0;
  }
  .line__item__price .tax {
    font-size: 10px;
  }
  .review {
    margin: 0 0 57px;
  }
  .faq__btn.c-btn {
    margin: 42px auto 0;
  }
  .navigation {
    top: auto;
    top: initial;
    bottom: 20px;
    width: 350px;
    height: auto;
  }
  .navigation__in {
    display: none;
  }
  .navigation__wrap {
    padding: 45px 0 35px;
    border-bottom: 1px solid #f6f6f6;
  }
  .navigation__list {
    padding: 0;
    margin: 0 0 25px;
  }
  .navigation__item {
    margin: 0 0 30px;
    width: 100%;
  }
  .navigation__item:last-child {
    margin: 0;
  }
  .navigation__item__link {
    position: relative;
    padding: 0 80px 0 30px;
    width: 100%;
    display: block;
  }
  .navigation__item__link::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 28px;
    height: 22px;
    width: 47px;
    background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/common/ico_arrow.svg) no-repeat center center/100%;
  }
  .navigation__btn {
    width: 100%;
    cursor: pointer;
    padding: 18px 0 18px;
    text-align: center;
    position: relative;
    font-family: "Jost", serif;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .navigation__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 1.5px;
    background: #787878;
  }
  .navigation__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 33px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.5px;
    height: 8px;
    background: #787878;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .navigation__btn.active::after {
    opacity: 0;
  }
  .footer {
    margin: 0 0 100px;
  }
  .cat-cosmetic-lotion .point__item__block__img.img01 {
    width: 100%;
    margin: 0 0 20px;
  }
  .cat-cosmetic-lotion .point__item__block__img.img02 {
    width: 100%;
  }
  .cat-cosmetic-lotion .point__item__block__box__note {
    margin: 25px 0 0;
  }
  .cat-cosmetic-lotion .point__item__block__img.img02 {
    padding: 0 40px;
  }
  .cat-facial-cleanser .point__item.item02 .point__item__top {
    margin: 0 0 40px;
  }
  .cat-facial-cleanser .point__item__block__container {
    padding: 0;
  }
  .cat-facial-cleanser .point__item__block__box.slider {
    width: 100%;
    padding: 30px 0 0;
  }
  .cat-facial-cleanser .point__item__block__slider {
    width: 100%;
  }
  .cat-facial-cleanser .point__item__block__slider .slide {
    width: calc(100vw - 30px);
  }
  .cat-facial-cleanser .point__item__block__slider .c-btn,
  .cat-facial-cleanser .point__item__block__slider .slick-dots {
    display: none;
  }
  .cat-trial-set .point__item.item02 .point__item__top {
    margin: 0 0 40px;
  }
  .cat-trial-set .point__item__block__container {
    padding: 0;
  }
  .cat-trial-set .point__item__block__box.slider {
    width: 100%;
    padding: 30px 0 0;
  }
  .cat-trial-set .point__item__block__slider {
    width: 100%;
  }
  .cat-trial-set .point__item__block__slider .slide {
    width: calc(100vw - 30px);
  }
  .cat-trial-set .point__item__block__slider .c-btn,
  .cat-trial-set .point__item__block__slider .slick-dots {
    display: none;
  }
  .cat-trial-set .product {
    padding-bottom: 80px;
  }
  .cat-trial-set .bnr {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 720px) {
  .product .p-product_content__inner__img {
    width: 40%;
  }
  .product .p-product_content__inner__info {
    width: 56%;
  }
  .clean__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .clean__note {
    width: 100%;
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 720px) {
  .natural .flex > * {
    margin-bottom: 0;
  }
  .natural__in {
    padding-top: 64px;
  }
  .natural__block__in {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 15px;
  }
  .natural__block > .small {
    text-align: center;
  }
  .natural__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .natural .ingredient__label {
    padding-top: 0;
    padding-bottom: 0.1em;
    font-size: 14px;
  }
  .natural .ingredient.ingredient01 {
    width: 31.7592592593%;
  }
  .natural .ingredient.ingredient01 .ingredient__list {
    gap: 68px;
  }
  .natural .ingredient.ingredient02 {
    width: 31.7592592593%;
  }
  .natural .ingredient.ingredient02 .ingredient__list {
    gap: 80px;
  }
  .natural .ingredient__item.item01 {
    margin-right: -40%;
  }
  .natural .ingredient__item:nth-child(2) {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .natural .ingredient__item__img {
    display: none;
  }
  .natural__container__main, .natural__container__txt {
    text-align: center;
  }
  .fragrance .flex > * {
    margin-bottom: 0;
  }
  .fragrance::before {
    width: 467px;
  }
  .fragrance__container {
    width: 46.6666666667%;
  }
  .fragrance__box {
    width: 53.3333333333%;
  }
  .commit .flex > * {
    margin-bottom: 0;
  }
  .commit__in {
    padding: 84px 44px 44px 132px;
  }
}
@media only screen and (max-width: 719px) and (max-width: 719px) {
  .commit__item:not(.item05) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .commit__item:not(.item05) .commit__item__container {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 1110px) {
  .cat-facial-cleanser .point__item__block__slider .c-btn,
  .cat-facial-cleanser .point__item__block__slider .slick-dots {
    right: 30px;
  }
  .cat-trial-set .point__item__block__slider .c-btn,
  .cat-trial-set .point__item__block__slider .slick-dots {
    right: 30px;
  }
}