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

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;
}
main.l-container {
  margin: 180px 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%;
  position: relative;
}
.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;
}
.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: "Jost", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin: 0 0 30px;
}
.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: "Jost", 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: "Jost", 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: "Jost", 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 .footer__user__btn {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 0 48px 0 0;
  margin: 31px 0 0;
}
.footer .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: "Jost", 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: 30px;
  line-height: 1.4333333333;
  letter-spacing: 0.1em;
  margin: 0 0 6px;
}
.c-ttl__ja {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3333333333;
  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);
}

/* =======================================
 共通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 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;
}
@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;
  }
  .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 44px;
  }
  .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__container {
    padding: 0 0 120px;
  }
  .header__nav__list {
    width: 100%;
    margin: 0 0 40px;
  }
  .header__nav__list__in {
    gap: 23px 0 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 .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-bottom: 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;
  }
  .c-billing__container {
    width: 100%;
  }
  .p-subscription_detail__block__head__title {
    margin-bottom: 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: 767px) {
  main.l-container {
    margin: 120px 0 60px;
  }
  .header::before {
    height: 75px;
  }
  .p-account__inner__menu {
    margin-top: -10px;
  }
}
@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%;
  }
  .header__nav__user__item {
    width: 47.826087%;
    margin: 0;
  }
  .header__nav__user__item:last-child {
    margin: 0;
  }
  .header__nav__user__item__in {
    padding: 0 19px;
  }
  .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;
  }
}