@charset "UTF-8";
* {
  font-family: "Noto Sans JP", serif;
}

/* =======================================
 お知らせバー
 ======================================= */
.info-bar {
  position: fixed;
  width: 100%;
  background: #58585a;
  padding: 4px 40px;
  text-align: center;
  z-index: 999999;
}

.info-bar__txt {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.info-bar__close {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0;
}

.info-bar__close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  margin-left: -4px;
  background: #58585a;
}

.info-bar__close span:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.info-bar__close span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/* =======================================
 新ヘッダー
 ======================================= */
.l-header {
  position: fixed;
  top: 0;
  top: var(--info-bar-height, 0);
  left: 0;
  width: 100%;
  z-index: 999999999;
  -webkit-transition: background 0.4s, top 0.3s;
  transition: background 0.4s, top 0.3s;
  border: none;
  background-color: #ffffff;
}

.l-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.l-header.is-transparent::before {
  opacity: 0;
}

.l-header__in {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 13px 46px 13px 41px;
}

.l-header__logo {
  display: block;
  width: 109px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-header__logo__img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}

/* PC ナビ */
.l-header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
  margin-right: 43px;
}

.l-header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-header__nav__item {
  position: relative;
}
.l-header__nav__item:nth-child(1) {
  padding-right: 53px;
}
.l-header__nav__item:nth-child(2) {
  padding-right: 30px;
}
.l-header__nav__item:nth-child(3) {
  padding-right: 37px;
}
.l-header__nav__item:nth-child(4) {
  margin-right: 54px;
}
.l-header__nav__item:nth-child(5) {
  padding-right: 54px;
}

.l-header__nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Marcellus", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #58585a;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.l-header__nav__link:hover {
  opacity: 0.6;
}

.l-header__nav__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4px;
}

.l-header__nav__ja {
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #b1b1b1;
  margin-top: 4px;
}

.l-header__nav__arrow {
  position: absolute;
  top: 62%;
  right: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 7px;
  height: 6px;
  background-color: #58585a;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.l-header__nav__item[\:has\(.l-header__dropdown\)]::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 37px;
}

.l-header__nav__item:has(.l-header__dropdown)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 37px;
}

/* ドロップダウン */
.l-header__dropdown {
  position: absolute;
  top: calc(100% + 31px);
  left: 32%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  padding: 12px 24px 10px;
  min-width: 350px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s, visibility 0.25s;
  transition: opacity 0.25s, visibility 0.25s;
  z-index: 100;
}

.l-header__dropdown.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.l-header__dropdown.is-open::before {
  content: "";
  position: absolute;
  top: -31px;
  left: 0;
  width: 100%;
  height: 31px;
}

.l-header__dropdown__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.l-header__dropdown__item {
  padding-bottom: 16px;
  border-bottom: 1px solid #dbdbdb;
}

.l-header__dropdown__item:nth-child(2) {
  margin-top: 11px;
  padding-bottom: 12px;
}

.l-header__dropdown__item:nth-child(3) {
  margin-top: 8px;
  padding-bottom: 10px;
}

.l-header__dropdown__item:nth-child(4) {
  margin-top: 7px;
  padding-bottom: 10px;
}

.l-header__dropdown__item:last-child {
  border-bottom: none;
}

.l-header__dropdown__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}

.l-header__dropdown__link:hover {
  opacity: 0.7;
}

.l-header__dropdown__img {
  width: 16px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  translate: 7px 4px;
}

.l-header__dropdown__item:nth-child(2) .l-header__dropdown__img {
  width: 19px;
}

.l-header__dropdown__item:nth-child(4) .l-header__dropdown__img {
  translate: 7px -2px;
}

.l-header__dropdown__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header__dropdown__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.l-header__dropdown__category {
  display: inline-block;
  padding: 2px 2px 3px;
  border-radius: calc(infinity * 1px);
  min-width: 81px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
}

.l-header__dropdown__category--cleansing {
  background: #cdc9bd;
}

.l-header__dropdown__category--wash {
  background: #d2c2cc;
}

.l-header__dropdown__category--lotion {
  background: #9fc2cd;
}

.l-header__dropdown__category--emulsion {
  background: #a1bfb1;
}

.l-header__dropdown__name {
  font-size: 12px;
  font-weight: 500;
  color: #58585a;
  letter-spacing: 0.1em;
  line-height: 1.1666666667;
  margin-top: 4px;
}

.l-header__dropdown__item:nth-child(2) .l-header__dropdown__name {
  margin-top: 2px;
}

.l-header__dropdown__arrow {
  position: absolute;
  top: 50%;
  right: -6px;
  display: block;
  width: 17px;
  height: 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-header__dropdown__item:nth-child(2) .l-header__dropdown__arrow {
  top: 36%;
}

.l-header__dropdown__arrow img {
  width: 100%;
  height: 100%;
}

/* SUBSCRIPTION ドロップダウン */
.l-header__dropdown--sub {
  min-width: 240px;
  top: calc(100% + 37px);
  left: 53%;
  padding: 15px 18px 5px;
}

.l-header__dropdown--sub.is-open::before {
  top: -37px;
  height: 37px;
}

.l-header__dropdown--sub .l-header__dropdown__item .l-header__dropdown__arrow {
  top: 25%;
  right: 2px;
}

.l-header__dropdown__list--sub .l-header__dropdown__link--text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  padding-bottom: 15px;
}

.l-header__dropdown__list--sub .l-header__dropdown__item:first-child .l-header__dropdown__name {
  margin-top: 0;
  font-size: 14px;
}

.l-header__dropdown__list--sub .l-header__dropdown__item {
  padding-bottom: 0;
}

.l-header__dropdown__list--sub .l-header__dropdown__item:last-child {
  margin-top: 14px;
}

.l-header__dropdown__label {
  display: inline-block;
  padding: 1px 8px 3px;
  border-radius: calc(infinity * 1px);
  background: #d2c2cc;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.425;
  translate: -4px;
}

.l-header__dropdown__list--sub .l-header__dropdown__item:last-child .l-header__dropdown__name {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.4285714286;
}

/* アイコン群 */
.l-header__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-header__icon {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.l-header__icon:hover {
  opacity: 0.6;
}

.l-header__icon--account {
  width: 20px;
  height: 20px;
}

.l-header__icon--cart {
  width: 21px;
  height: 20px;
}

.l-header__cart-badge {
  display: none;
  position: absolute;
  top: -4px;
  right: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cb6443;
  z-index: 1;
}

.l-header__cart-badge.is-active {
  display: block;
}

.l-header__icon img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.l-header__icon img.black {
  opacity: 1;
}

.l-header__icon img.white {
  opacity: 0;
}

.l-header__icon img:first-child {
  position: relative;
}

/* ハンバーガー */
.l-header__hamburger {
  display: none;
  position: relative;
  width: 40px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-header__hamburger img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.l-header__hamburger img.black {
  opacity: 1;
}

.l-header__hamburger img.white {
  opacity: 0;
}

.l-header__hamburger img:first-child {
  position: relative;
}

/* ヘッダー白反転時 */
.l-header.is-dark .l-header__icon img.black,
.l-header.is-dark .l-header__hamburger img.black {
  opacity: 0;
}

.l-header.is-dark .l-header__icon img.white,
.l-header.is-dark .l-header__hamburger img.white {
  opacity: 1;
}

.l-header.is-dark .l-header__nav__link {
  color: #ffffff;
}

.l-header.is-dark .l-header__nav__ja {
  color: #b1b1b1;
}

.l-header.is-dark .l-header__nav__arrow {
  border-color: #ffffff;
}

/* SPドロワー */
.l-header__drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-width: none;
  background: #ffffff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 3;
  overflow: hidden;
}

.l-header__drawer.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-header__drawer .header__nav__in {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0 17px 120px;
  overflow-y: auto;
  background: transparent;
  border-radius: 0;
}

.l-header__drawer .header__nav__in::before {
  content: "";
  position: absolute;
  top: -90px;
  right: 0;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5eff5 0%, #ebf3f5 36%, #e3eff2 100%);
  -webkit-filter: blur(94px);
          filter: blur(94px);
  pointer-events: none;
  z-index: 0;
}

.l-header__drawer .header__nav__wrap {
  position: relative;
  z-index: 1;
  max-width: none;
  width: 100%;
  margin: 0;
  height: auto;
}

.l-header__drawer .header__nav__toggle {
  position: relative;
  top: 3px;
  left: 0;
  z-index: 2;
  width: auto;
  background: none;
  border: none;
  padding: 0;
}

/* SPドロワー：お知らせ・ヘッダー行 */
.header__nav__notice {
  position: relative;
  z-index: 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;
  background: #58585a;
  padding: 2px 40px;
  margin: 0 -17px;
}

.header__nav__notice__txt {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}

.header__nav__notice__close {
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
}

.header__nav__notice__close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 1px;
  margin-left: -3px;
  background: #58585a;
}

.header__nav__notice__close span:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.header__nav__notice__close span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.header__nav__head {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  margin: 0 -15px;
  padding: 0 9px 4px 6px;
}

.l-header__drawer .header__nav__toggle .close {
  width: 58px;
  height: 49px;
  display: block;
}

.header__nav__head__logo {
  display: block;
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__nav__head__logo__img {
  width: 100%;
  height: auto;
  display: block;
}

.header__nav__head__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  translate: -18px;
}

.header__nav__head__icon {
  position: relative;
  display: block;
  width: 20px;
}

.header__nav__head__badge {
  position: absolute;
  top: -4px;
  right: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cb6443;
}

/* SPドロワー：PRODUCTS（トライアルセット・商品リスト） */
.l-header__drawer .header__nav__product {
  margin-top: 40px;
}

.l-header__drawer .header__nav__product__ttl {
  font-family: "Marcellus", serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #58585a;
  margin: 0;
}

.header__nav__trial {
  position: relative;
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
  background: #ffffff;
  border-radius: 4px;
  padding: 0 16px 0 0;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.header__nav__trial__img {
  width: 106px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__nav__trial__img img {
  width: 100%;
  height: auto;
  display: block;
}

.header__nav__trial__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.header__nav__trial__name {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #58585a;
  padding: 5px 0;
}

.header__nav__trial__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 2px;
  line-height: 1;
}

.header__nav__trial__price__num {
  font-family: "Jost", serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0;
  color: #83677e;
}

.header__nav__trial__price__unit {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  color: #83677e;
}

.header__nav__trial__arrow {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  margin: 0 4px 0 0;
}

.header__nav__trial__arrow img {
  width: 100%;
  height: auto;
  display: block;
}

.l-header__drawer .header__nav__product__list {
  margin-top: 28px;
  padding-left: 10px;
  padding-right: 10px;
  padding-inline: 10px;
}

.l-header__drawer .header__nav__product__item__img {
  width: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-header__drawer .header__nav__product__item__img img {
  width: 100%;
  height: auto;
  display: block;
}

.l-header__drawer .header__nav__product__item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px 0;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 0 0 0 16px;
}

.header__nav__product__item__tag {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 81px;
  padding: 2px 2px 3px;
  border-radius: calc(infinity * 1px);
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
}

.header__nav__product__item__tag--cleansing {
  background: #cdc9bd;
}

.header__nav__product__item__tag--wash {
  background: #d2c2cc;
}

.header__nav__product__item__tag--lotion {
  background: #9fc2cd;
}

.header__nav__product__item__tag--emulsion {
  background: #a1bfb1;
}

.header__nav__product__item__name {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #58585a;
}

/* SPドロワー：ナビリンク（英字+日本語） */
.l-header__drawer .header__nav__item__en {
  font-family: "Marcellus", serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #58585a;
}

.l-header__drawer .header__nav__item__ja {
  font-family: "Noto Sans JP", serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #58585a;
}

.l-header__drawer .header__nav__item__ja span {
  font-family: "Noto Sans JP", serif;
}

/* SPドロワー：MY PAGE / CART・ログインボタン */
.l-header__drawer .header__nav__user {
  gap: 20px 17px;
}

.l-header__drawer .header__nav__user__item {
  width: calc((100% - 17px) / 2);
  background: -webkit-gradient(linear, left top, right top, from(#ebdfdf), color-stop(33%, #cbd9d6), color-stop(64%, #dce6d3), to(#fbf9f6));
  background: linear-gradient(90deg, #ebdfdf 0%, #cbd9d6 33%, #dce6d3 64%, #fbf9f6 100%);
}

.l-header__drawer .header__nav__user__item__in {
  background: #fff;
}

.l-header__drawer .header__nav__user__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;
  gap: 0 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -3px auto 0;
}

.header__nav__user__btn__txt {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #58585a;
}

.header__nav__user__btn__arrow {
  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: 47px;
  height: 21px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #dbdbdb;
  border-radius: calc(infinity * 1px);
}

.header__nav__user__btn__arrow img {
  width: 13px;
  height: auto;
  display: block;
}

/* ドロワーオーバーレイ */
.l-header__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 1;
}

.l-header__overlay.is-open {
  display: block;
}

body {
  color: #58585a;
  letter-spacing: 0.2em;
}

/* =======================================
 汎用css
 ======================================= */
:root {
  --font-gothic: "Noto Sans JP", serif;
  --font-jost: "Jost", serif;
  --base-color: #58585a;
}

* {
  font-family: "Noto Sans JP", serif;
  font-family: var(--font-gothic);
  color: #58585a;
  color: var(--base-color);
}

body {
  font-family: "Noto Sans JP", serif;
  font-family: var(--font-gothic);
  color: #58585a;
  color: var(--base-color);
  letter-spacing: 0.2em;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", serif;
  font-family: var(--font-gothic);
  line-height: 1.25;
}

a img {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

a:hover img {
  opacity: 0.8;
}

a.opacity {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

a.opacity:hover {
  opacity: 0.8;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.f-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-ai-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.f-ai-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.f-ac-c {
  -ms-flex-line-pack: center;
      align-content: center;
}

.base {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}

.inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 15px;
}
main.l-container {
  margin: 70px 0 60px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 10px;
  z-index: 9999999999;
  letter-spacing: 0.2em;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__in {
  max-width: 1245px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  position: relative;
  display: block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 56px;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 19px;
}

.header__ico {
  display: block;
  position: relative;
}

.header__ico.account {
  width: 17px;
  height: 17px;
}

.header__ico.cart {
  width: 18px;
  height: 17px;
}

.header__ico img {
  width: 100%;
}

.header__toggle {
  position: relative;
  width: 62px;
  height: 49px;
  cursor: pointer;
}

.header__toggle img {
  width: 100%;
}

.header img.black,
.header img.white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header img.black {
  opacity: 1;
  visibility: visible;
}

.header img.white {
  opacity: 0;
  visibility: hidden;
}

.header__nav {
  position: fixed;
  top: 0;
  right: -5%;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.header__nav.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.header__nav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 76.923077%;
  border-radius: 100px 0 0 0;
  background: #fff;
}

.header__nav__in {
  position: relative;
  max-width: 1245px;
  padding: 93px 15px 80px;
  margin: 0 auto;
  height: 100%;
}

.header__nav__deco.c-deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 1060px;
  overflow: visible;
}

.header__nav__deco.c-deco img {
  -webkit-transform: translate(280px, -312px);
          transform: translate(280px, -312px);
}

.header__nav__wrap {
  max-width: 865px;
  margin: 0 0 0 auto;
  height: 100%;
  position: relative;
}

.header__nav__toggle {
  position: absolute;
  top: 30px;
  right: 15px;
  width: 62px;
  cursor: pointer;
}

.header__nav__product {
  margin: 0 0 60px;
}

.header__nav__product__ttl {
  font-family: "Jost", serif;
  font-size: 24px;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  margin: 0 0 23px;
}

.header__nav__product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px 0;
}

.header__nav__product__item {
  width: 45.086705%;
}

.header__nav__product__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav__product__item__img {
  width: 123px;
}

.header__nav__product__item__box {
  width: calc(100% - 123px);
  padding: 0 0 0 29px;
}

.header__nav__product__item__en {
  font-family: "Jost", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  margin: 0 0 4px;
}

.header__nav__product__item__ja {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
}

.header__nav__container {
  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;
}
.header__nav__list {
  width: calc(100% - 170px);
  max-width: 660px;
}

.header__nav__list__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 0;
}

.header__nav__item {
  width: 48%;
}

.header__nav__item:nth-child(2n) {
  width: 52%;
}

.header__nav__item__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 15px;
}

.header__nav__item__en {
  font-family: "Jost", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header__nav__item__ja {
  font-size: 12px;
  line-height: 1.3333333333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 2px;
}

.header__nav__item__ja span {
  font-family: "Jost", serif;
}

.header__nav__user {
  width: 170px;
}

.header__nav__user__item {
  display: block;
  color: #fff;
  width: 165px;
  border-radius: 3px;
  margin: 0 0 15px;
  background: linear-gradient(45deg, #d4d0df, #d8eaec, #deeff4);
  padding: 1px;
}

.header__nav__user__item:last-child {
  margin: 0 0 31px;
}

.header__nav__user__item.item01 .header__nav__user__item__ico img {
  width: 30px;
}

.header__nav__user__item.item02 .header__nav__user__item__ico img {
  width: 32px;
}

.header__nav__user__item__in {
  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: #fff;
  padding: 0 20px;
  height: 56px;
}

.header__nav__user__item__ico {
  width: 41px;
}

.header__nav__user__item__txt {
  font-family: "Jost", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  width: calc(100% - 41px);
}

.header__nav__user__item__txt span {
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.header__nav__user__btn {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  line-height: 1.4166666667;
}

body.scroll .header__logo {
  width: 56px;
}

.header.active::before {
  opacity: 0;
  visibility: hidden;
}

.header.active img.black {
  opacity: 0;
  visibility: hidden;
}

.header.active img.white {
  opacity: 1;
  visibility: visible;
}

.footer * {
  color: #fff;
}

.footer {
  font-family: "Noto Sans JP", serif;
  color: #fff;
  position: relative;
}

.webp .footer {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/common/bg_footer.webp) no-repeat center center/cover;
}

.no-webp .footer {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/common/bg_footer.jpg) no-repeat center center/cover;
}

.footer.comming-soon {
  position: relative;
}

.footer.comming-soon::before {
  content: "～ COMING SOON ～";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 388px;
  height: 130px;
  background: rgba(255, 255, 255, 0.9);
  color: #897c6b;
  font-family: "Jost", serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 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;
  z-index: 99999;
}

.footer.comming-soon .footer__in {
  position: relative;
}

.footer.comming-soon .footer__in::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.footer__in {
  padding: 130px 0 135px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.footer__top {
  padding: 0 0 78px;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px 20px;
}

.footer__products {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__products__ttl {
  font-family: "Marcellus", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin: 0 0 30px;
}

.footer__poducts__banner__box {
  margin-bottom: 26px;
}

.footer__products__banner__link {
  display: block;
  max-width: 335px;
}

.footer__products__banner__link img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}

.footer__products__item {
  color: #fff;
  margin: 0 0 20px;
}

.footer__products__item:last-child {
  margin: 0;
}

.footer__products__item__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
}

.footer__products__item__img {
  width: 22px;
}

.footer__products__item__en {
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 0 0 3px;
}

.footer__products__item__ja {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.3;
}

.footer__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__item {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 30px;
}

.footer__item:last-child {
  margin: 0;
}

.footer__item__in {
  display: block;
}

.footer__item__en {
  font-family: "Marcellus", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin: 0 0 3px;
}

.footer__item__ja {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2em;
}

.footer__item__ja span {
  font-family: "Jost", serif;
}

.footer__user {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__user__item {
  color: #fff;
  width: 165px;
  height: 56px;
  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: #b7aca1;
  border-radius: 3px;
  margin: 0 0 15px;
  padding: 0 20px;
}

.footer__user__item:last-child {
  margin: 0 0 31px;
}

.footer__user__item.item01 .footer__user__item__ico img {
  width: 30px;
}

.footer__user__item.item02 .footer__user__item__ico img {
  width: 32px;
}

.footer__user__item__ico {
  width: 41px;
}

.footer__user__item__txt {
  font-family: "Marcellus", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  width: calc(100% - 41px);
}

.footer__user__item__txt span {
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.footer__user__btn {
  color: #fff !important;
}

.footer__user__btn {
  font-size: 12px;
  line-height: 1;
  padding: 0 48px 0 0;
  margin: 31px 0 0;
}

.footer__user__btn::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 36px;
  height: 17px;
}

.footer__bottom {
  padding: 47px 0 0;
  border-top: 1px solid #fff;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0 30px;
}

.footer__bottom__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__bottom__item__txt {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.footer__copy {
  font-family: "Marcellus", serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* ========================================
共通パーツ
======================================== */
.c-ttl__en {
  font-family: "Jost", serif;
  font-size: 36px;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  margin: 0 0 6px;
}

.c-ttl__ja {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2857142857;
  letter-spacing: 0.1em;
}

.c-btn {
  display: block;
  position: relative;
  color: #58585a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 75px 0 0;
}

.c-btn::before {
  content: "";
  position: absolute;
  top: 53%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 22px;
  width: 47px;
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/common/ico_arrow.svg) no-repeat center center/100%;
}

.c-btn span {
  font-family: "Jost", serif;
  letter-spacing: 0;
}

.c-btn__white {
  color: #fff;
}

.c-btn__white::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.c-link-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  font-size: 14px;
  font-weight: 500;
  color: #58585a;
  letter-spacing: 0.1em;
}

.c-link-arrow__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47px;
  height: 21px;
  border-radius: 20px;
  border: 0.5px solid #dbdbdb;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-link-arrow__btn img {
  display: block;
  width: 14px;
  height: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-link-arrow--white {
  color: #ffffff;
}

.c-link-arrow--white .c-link-arrow__btn {
  border-color: #ffffff;
}

.c-link-arrow--gap-14 {
  gap: 14px;
}

.c-link-arrow--wide-gap {
  gap: 30px;
}

.c-scroll-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.c-scroll-indicator__label {
  font-family: "Marcellus", serif;
  white-space: nowrap;
  font-size: 14px;
  color: #dbdbdb;
}

.c-scroll-indicator__track {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 12px 0;
  cursor: pointer;
  -ms-touch-action: none;
      touch-action: none;
}

.c-scroll-indicator__track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #dbdbdb;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.c-scroll-indicator__thumb {
  position: absolute;
  left: 0;
  top: 50%;
  height: 3px;
  width: 25%;
  background: #b0b0b0;
  -webkit-transition: left 0.15s linear, width 0.15s linear;
  transition: left 0.15s linear, width 0.15s linear;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: -webkit-grab;
  cursor: grab;
  -ms-touch-action: none;
      touch-action: none;
}

.c-scroll-indicator.is-dragging .c-scroll-indicator__thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-transition: none;
  transition: none;
}

.c-sec-eyebrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Marcellus", serif;
  font-size: 14px;
  font-weight: 400;
  color: #58585a;
  letter-spacing: 0.1em;
  line-height: 1.9285714286;
}

.c-sec-eyebrow--line {
  gap: 6px;
}

.c-sec-eyebrow--line::before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-sec-eyebrow--white {
  color: #ffffff;
}

.c-sec-eyebrow--gray {
  color: #b0b0b0;
}

.c-heading__en {
  font-family: "Marcellus", serif;
  font-size: 36px;
  font-weight: 400;
  color: #58585a;
  letter-spacing: 0.1em;
  line-height: 1;
}

.c-heading__en--white {
  color: #ffffff;
}

.c-heading__en--sm {
  font-size: 24px;
  line-height: 1.25;
}

.c-heading__ja {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  color: #58585a;
  letter-spacing: 0.1em;
}

.c-sec-heading {
  font-family: "Noto Sans", "Noto Sans JP", serif;
  font-size: 28px;
  font-weight: 500;
  color: #58585a;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 16px;
}

.c-sec-heading--white {
  color: #ffffff;
}

/* =======================================
 共通FV
 ======================================= */
.fv {
  overflow: hidden;
}

.fv__in {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 120px 0 0;
}

.fv__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 1061px;
  z-index: -1;
}

.fv__deco img {
  -webkit-transform: translate(-224px, -373px);
          transform: translate(-224px, -373px);
}

.fv__breadcrumbs {
  max-width: 1250px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto 55px;
}

.fv__breadcrumbs li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.fv__breadcrumbs li[\:has\(a\)] {
  padding: 0 27px 0 0;
}

.fv__breadcrumbs li:has(a) {
  padding: 0 27px 0 0;
}

.fv__breadcrumbs li[\:has\(a\)]::before {
  content: "";
  position: absolute;
  top: 60%;
  right: 12px;
  padding: 2px;
  border-top: 1px solid #58585a;
  border-right: 1px solid #58585a;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.fv__breadcrumbs li:has(a)::before {
  content: "";
  position: absolute;
  top: 60%;
  right: 12px;
  padding: 2px;
  border-top: 1px solid #58585a;
  border-right: 1px solid #58585a;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.fv__breadcrumbs li a {
  display: block;
}

.fv__breadcrumbs li span {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  color: #58585a;
  color: var(--base-color);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.3;
}

.fv__breadcrumbs li span.en {
  font-family: "Jost", serif;
}

.fv__ttl {
  position: relative;
  color: #fff;
  font-family: "Jost", serif;
  font-size: 82px;
  letter-spacing: 0.1em;
  line-height: 1.07;
}

.fv__stl {
  margin-top: 90px;
}

.fv__stl__txt01 {
  font-size: 32px;
  letter-spacing: 0.2em;
  line-height: 1.4em;
}

.fv__stl__txt02 {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.2em;
}

.fv__stl__txt03 {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.2em;
  margin: 30px 0 0;
}

/* =======================================
 ecforceデフォルトcss打ち消し用
 ======================================= */
.u-font--body {
  color: #58585a !important;
  color: var(--base-color) !important;
}

.u-text--body {
  color: #58585a !important;
  color: var(--base-color) !important;
}

.u-text--body {
  font-family: "Noto Sans JP", serif;
  font-family: var(--font-gothic);
}

.u-text--body * {
  font-family: "Noto Sans JP", serif;
  font-family: var(--font-gothic);
}

.u-text--body span,
.u-text--body p,
.u-text--body a {
  font-family: "Noto Sans JP", serif;
  font-family: var(--font-gothic);
}

.u-text--input {
  color: #58585a !important;
  color: var(--base-color) !important;
}

.l-container .u-text--head {
  font-size: 30px !important;
}

.l-container .u-text--head {
  line-height: 1.4333333333;
  letter-spacing: 0.1em;
}

.l-container .u-text--head.font-en {
  font-family: "Jost", serif;
}

.l-container .u-text--subhead {
  font-family: "Noto Sans JP", serif;
  font-family: var(--font-gothic);
}

figure {
  margin: 0;
}

.p-set_selection {
  padding: 0;
}

.c-table tbody tr th {
  min-width: 170px;
}

.u-icon--heart:before {
  color: #fff;
}

.u-color__btn--text--bg .u-icon--heart:before {
  color: #58585a;
  color: var(--base-color);
}

.p-checkout_confirm__caution__block__outer .p-checkout_confirm__caution__block {
  display: none;
}

.p-checkout_confirm__caution__block__outer .p-checkout_confirm__caution__block:first-child {
  display: block;
}

.p-checkout_confirm__caution__block p {
  line-height: 1.6;
  font-size: 12px;
}

.u-text--head {
  font-family: "Noto Sans JP", serif;
}

.u-color__text--base span {
  color: #fff;
}

.u-color__bg--accent {
  background: #58585a;
  background: var(--base-color);
}

.u-color__bg--accent span {
  color: #fff;
}

.cart__note {
  font-family: "Noto Sans JP", serif;
  font-size: 13px;
  line-height: 1.3846153846;
  letter-spacing: 0.07em;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 20px 0 0;
}

.cart__note.note02 {
  padding: 0;
  margin: 15px 0px;
}

.cart__note.note03 {
  padding: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: -15px 0px 30px;
}

.cart__note span {
  color: #d72222;
  font-weight: 700;
}

.cart__note a {
  text-decoration: underline;
}

.c-billing__container {
  width: 320px;
}

.c-billing__note {
  font-family: "Noto Sans JP", serif;
  font-size: 13px;
  line-height: 1.3846153846;
  letter-spacing: 0.07em;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 20px 0 0;
}

.c-billing__note span {
  color: #d72222;
  font-weight: 700;
}

.c-account_menu__toggle-button-text {
  color: #fff;
}

.c-account_menu__toggle-button .u-icon--plus:before,
.c-account_menu__toggle-button .u-icon--minus:before {
  color: #fff;
}

.c-form_table__newsletter .u-text--body a {
  text-decoration: underline;
}

.p-checkout__bottom__buttons_wrap .u-color__bg--sub {
  background: #fff;
  color: #58585a;
  border: 1px solid #58585a;
}

.p-checkout__bottom__buttons_wrap .u-color__bg--sub span {
  color: #58585a;
}

.instagram-feed {
  position: relative;
  margin: 0 0 116px;
}

.instagram-feed__ttl {
  margin: 0 0 60px;
  text-align: center;
}

.instagram-feed ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px 2.0238095%;
  margin: 0 auto 70px;
  max-width: 805px;
}

.instagram-feed li {
  position: relative;
  width: 31.965174%;
}

.instagram-feed li a {
  display: block;
  padding-top: 100%;
}

.instagram-feed li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.instagram-feed__btn {
  margin: 0 auto;
  padding: 0 64px 0 0;
}

.p-mypage .line_new_ec {
  width: 100%;
  max-width: 420px;
  margin: 30px 0 0;
}

.line_new_ec .button-container .button {
  height: auto;
  padding-left: 0;
  max-width: 500px;
  margin: 0 auto 30px;
}

.c-blob {
  background: linear-gradient(135deg, #f5eff5 0%, #ebf3f5 36%, #e3eff2 100%);
  -webkit-filter: blur(28px);
          filter: blur(28px);
}

.c-badge {
  min-width: 138px;
  height: 25px;
  padding: 0 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.1em;
}

.c-badge--cleansing {
  background: #cdc9bd;
}

.c-badge--wash {
  background: #d2c2cc;
}

.c-badge--lotion {
  background: #9fc2cd;
}

.c-badge--emulsion {
  background: #a1bfb1;
}

.c-product-card__link {
  display: block;
  text-align: center;
}

.c-product-card__img {
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.c-product-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-product-card__name {
  font-size: 14px;
  font-weight: 500;
  color: #58585a;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.c-product-card__price {
  font-size: 15px;
  font-weight: 400;
  color: #58585a;
  margin-top: 6px;
}

.c-product-card__price__num {
  font-family: "Jost", serif;
}

/* =======================================
 ITEM セクション共通
 ======================================= */
.item {
  overflow-x: clip;
}

.item__bg {
  position: relative;
  overflow-x: clip;
}

.item__in {
  position: relative;
  z-index: 1;
}

.item__head {
  text-align: center;
}

.item__blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.item__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.item__list .c-product-card__img {
  width: 168px;
  height: 168px;
}

.u-check {
  font-size: 10px;
  line-height: 1;
  color: #b0b0b0;
  display: inline-block;
  translate: -2px -9px;
  margin-right: -3px;
}

@media only screen and (max-width: 767px) {
  .info-bar {
    padding: 3px 40px;
  }
  .info-bar__close {
    width: 12px;
    height: 12px;
    right: 7px;
  }
  .info-bar__close span {
    width: 6px;
    margin-left: -3px;
  }
  .l-header__in {
    padding: 3px 15px 2px;
  }
  .l-header__logo {
    width: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .l-header__nav {
    display: none;
  }
  .l-header__hamburger {
    display: block;
    width: 58px;
    height: 49px;
  }
  .inner {
    padding: 0 22px 0 27px;
  }
  main.l-container {
    margin: 37px 0 60px;
  }
  .header::before {
    height: 75px;
  }
  .c-scroll-indicator {
    gap: 21px;
  }
  .c-scroll-indicator__label {
    font-size: 12px;
  }
  .c-scroll-indicator__thumb {
    height: 4px;
    background: #dbdbdb;
    border-radius: 30px;
    -webkit-transition: left 0.1s linear;
    transition: left 0.1s linear;
  }
  .c-heading__en {
    font-size: 28px;
    letter-spacing: 0;
  }
  .c-heading__en--sm {
    font-size: 18px;
  }
  .c-sec-heading {
    font-size: 24px;
    line-height: 1.5;
  }
  .p-account__inner__menu {
    margin-top: -10px;
  }
  .item__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .item__list .c-product-card__img {
    width: 154px;
    height: 154px;
  }
}

@media only screen and (min-width: 768px) {
  .l-header__drawer {
    display: none;
  }
}

@media only screen and (min-width: 460px) and (max-width: 767px) {
  .base {
    max-width: 460px;
  }
  .inner {
    max-width: 460px;
  }
}

@media only screen and (min-width: 720px) {
  .sp {
    display: none !important;
  }
  .fv__stl.flex .fv__stl__txt02 {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 719px) {
  .pc {
    display: none !important;
  }
  .header {
    padding: 15px 0 10px;
  }
  .header__logo {
    width: 45px;
  }
  .header__container {
    gap: 0 22px;
  }
  .header__box {
    gap: 0 18px;
  }
  .header__toggle {
    width: 48px;
    height: 39px;
  }
  .header__nav::before {
    content: none;
  }
  .header__nav__in {
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    background: #fff;
    border-radius: 100px 0 0 0;
    padding: 90px 15px 0;
  }
  .header__nav__deco.c-deco {
    width: 800px;
    pointer-events: none;
  }
  .header__nav__deco.c-deco img {
    -webkit-transform: translate(350px, -207px);
            transform: translate(350px, -207px);
  }
  .header__nav__toggle {
    top: 20px;
    width: 48px;
  }
  .header__nav__product {
    margin: 0 0 56px;
  }
  .header__nav__product__list {
    gap: 15px 0;
  }
  .header__nav__product__item {
    width: 100%;
  }
  .header__nav__product__item__img {
    width: 75px;
  }
  .header__nav__product__item__box {
    width: calc(100% - 75px);
    padding: 0 0 0 18px;
  }
  .header__nav__list {
    width: 100%;
    margin: 0 0 40px;
  }
  .header__nav__list__in {
    gap: 26px 0;
  }
  .header__nav__item {
    width: 100%;
  }
  .header__nav__item:nth-child(2n) {
    width: 100%;
  }
  body.scroll .header__logo {
    width: 45px;
  }
  .webp .footer {
    background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/common/bg_footer_sp.webp) no-repeat center center/cover;
  }
  .no-webp .footer {
    background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/common/bg_footer_sp.jpg) no-repeat center center/cover;
  }
  .footer.comming-soon::before {
    width: 330px;
  }
  .footer__in {
    padding: 55px 0 10px;
  }
  .footer__top {
    padding: 0;
    gap: 0px 20px;
  }
  .footer__products {
    width: 100%;
    padding: 0 0 32px;
    border-bottom: 1px solid #b7aca1;
    margin: 0 0 34px;
  }
  .footer__products__ttl {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .footer__products__item {
    margin: 0 0 17px;
  }
  .footer__products__item__in {
    gap: 0 19px;
  }
  .footer__products__item__img {
    width: 21px;
  }
  .footer__products__item__en {
    font-size: 16px;
  }
  .footer__products__item__ja {
    font-size: 10px;
  }
  .footer__list {
    width: 100%;
  }
  .footer__list.list01 {
    margin: 0 0 15px;
  }
  .footer__list.list02 {
    padding: 0 0 30px;
    margin: 0 0 34px;
    border-bottom: 1px solid #b7aca1;
  }
  .footer__item {
    width: 100%;
    margin: 0 0 15px;
  }
  .footer__item__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;
    gap: 0 17px;
  }
  .footer__item__en {
    font-size: 22px;
    margin: 0;
  }
  .footer__item__ja {
    font-size: 10px;
    letter-spacing: 0.02em;
  }
  .footer__user {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 4.347826%;
  }
  .footer__user__item {
    width: 47.826087%;
  }
  .footer__user__item:last-child {
    margin: 0;
  }
  .footer__user__item__ico {
    width: 43px;
  }
  .footer__user__item__txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer__user__btn {
    padding: 0 48px 0 0;
    margin: 22px auto 33px;
  }
  .footer__bottom {
    border-top: 1px solid #b7aca1;
    padding: 24px 0 0;
  }
  .footer__bottom__list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    gap: 12px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 40px;
  }
  .footer__bottom__item {
    width: 49%;
  }
  .footer__copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: center;
  }
  .c-ttl__en {
    font-size: 28px;
    line-height: 1.4285714286;
    margin: 0 0 2px;
  }
  .fv__in {
    padding: 73px 0 0;
  }
  .fv__deco {
    width: 847px;
  }
  .fv__deco img {
    -webkit-transform: translate(-335px, -293px);
            transform: translate(-335px, -293px);
  }
  .fv__breadcrumbs {
    margin: 0 auto 50px;
  }
  .fv__breadcrumbs li[\:has\(a\)]::before {
    top: 65%;
    right: 12px;
    padding: 1.5px;
  }
  .fv__breadcrumbs li:has(a)::before {
    top: 65%;
    right: 12px;
    padding: 1.5px;
  }
  .fv__breadcrumbs li span {
    font-size: 10px;
  }
  .fv__ttl {
    font-size: 60px;
    line-height: 1;
  }
  .fv__stl {
    margin-top: 30px;
  }
  .fv__stl__txt01 {
    font-size: 24px;
    margin-top: 20px;
  }
  .fv__stl__txt02 {
    line-height: 1.6;
  }
  .fv__stl__txt03 {
    line-height: 1.6;
    margin: 24px 0 0;
  }
  .l-container .u-text--head {
    font-size: 28px !important;
  }
  .l-container .u-text--head {
    line-height: 1.4285714286;
  }
  .cart__note {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: -40px 0 0;
    padding: 0 0 40px;
  }
  .cart__note.note02 {
    margin: 10px 0 0;
  }
  .cart__note.note03 {
    margin: 10px 0 0;
  }
  .c-billing__container {
    width: 100%;
  }
  .p-subscription_detail__block__head__title {
    margin-top: 20px;
  }
  .instagram-feed {
    margin: 0 0 70px;
  }
  .instagram-feed__ttl {
    margin: 0 0 40px;
    text-align: left;
  }
  .instagram-feed ul {
    gap: 7px 2.017291%;
    margin: 0 auto 50px;
  }
  .instagram-feed li {
    width: 31.988473%;
    position: relative;
  }
  .p-mypage .line_new_ec {
    max-width: 100%;
  }
  .line_new_ec {
    width: 80%;
  }
}

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

@media only screen and (max-width: 1200px) and (min-width: 901px) {
  .header__nav::before {
    width: 800px;
  }
  .header__nav__wrap {
    max-width: 650px;
    overflow-y: scroll;
  }
  .header__nav__list {
    width: 100%;
    margin: 0 0 40px;
  }
  .header__nav__user {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) and (min-width: 720px) {
  .header__nav::before {
    width: 600px;
  }
  .header__nav__wrap {
    max-width: 500px;
    overflow-y: scroll;
  }
  .header__nav__product__item {
    width: 100%;
  }
  .header__nav__list {
    width: 100%;
    margin: 0 0 40px;
  }
  .header__nav__item {
    width: 100%;
  }
  .header__nav__item:nth-child(2n) {
    width: 100%;
  }
  .footer__user {
    width: 100%;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px 30px;
  }
  .footer__user__item {
    margin: 0;
  }
}

@media only screen and (max-width: 900px) {
  .header__nav__user {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 4.347826%;
    margin-left: -3px;
    margin-right: -3px;
    margin-inline: -3px;
  }
  .header__nav__user__item {
    width: 47.826087%;
    margin: 0;
  }
  .header__nav__user__item:last-child {
    margin: 0;
  }
  .header__nav__user__item__in {
    padding: 0 16px;
  }
  .header__nav__user__item__ico {
    width: 43px;
  }
  .header__nav__user__item__txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header__nav__user__btn {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1060px) {
  .c-sec-heading {
    font-size: 22px;
  }
  .item__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-inline: auto;
  }
}