@charset "UTF-8";

/* ===========================================
  BASE
=========================================== */
html,
body {
  color: #666;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

img {
  max-width: 100%;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.a-font-en {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* ===========================================
  FV
=========================================== */
.p-fv {
  background-color: #FBF5F4;
  position: relative;
}

.p-fv__slideshow {
  position: relative;
  max-width: 1260px;
  margin-inline: auto;
}

.p-fv__slideshow::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: linear-gradient(to bottom, transparent 15%, rgba(251, 245, 244, 0.9) 100%);
  pointer-events: none;
  z-index: 1;
}

.p-fv__img {
  display: block;
  width: 100%;
  opacity: 0;
  transition: opacity 1.5s ease;
}

.p-fv__img.is-active {
  opacity: 1;
}

.p-fv__img--2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-fv__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.p-fv__text-area {
  text-align: center;
  padding: 24px 20px 40px;
  background-color: #FBF5F4;
  position: relative;
  max-width: 960px;
  margin-inline: auto;
}

.p-fv__label {
  font-size: 12px;
  color: #666666;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}

.p-fv__title {
  font-size: 40px;
  color: #666666;
  line-height: 1.1;
  margin-bottom: 12px;
  font-weight: 300;
}

.p-fv__copy {
  font-size: 16px;
  color: #333333;
  font-weight: 300;
}

.p-fv__color-exchange-btn {
  position: absolute;
  top: 0;
  translate: 0 -50%;
  right:0px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #D39D8D;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  gap: 4px;
  transition: opacity 0.3s ease;
  z-index: 2;
opacity: 0;
  animation: 0.5s 1.0s ease-in-out forwards  fv-fadeIn;
}
@keyframes fv-fadeIn {
  0% {
    opacity: 0;
    translate: 0 -30%;
  }
  100% {
    opacity: 1;
    translate: 0 -50%;
  }
}

.p-fv__color-exchange-text {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.4;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

.p-fv__color-exchange-arrow {
  font-size: 14px;
  color: #ffffff;
}

@media (any-hover: hover) {
  .p-fv__color-exchange-btn:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}

/* ===========================================
  CAMPAIGN
=========================================== */
.p-campaign {
  background-color: #FBF5F4;
  padding: 80px 0;
}

.p-campaign--bottom {
  padding-top: 60px;
  background-color: #FBF5F4;
}

.p-campaign__inner {
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 20px;
}

.p-campaign__top {
  display: grid;
  grid-template-columns: calc(415 / 920 * 100%) 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 7px;
}

.p-campaign__img-col {
  position: relative;
}

.p-campaign__product-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.p-campaign__title {
  font-size: 30px;
  color: #D39D8D;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  font-weight: 300;
}

.p-campaign__title-line {
  width: 100%;
  max-width: 430px;
  height: 1px;
  background-color: #D39D8D;
  margin-bottom: 16px;
}

.p-campaign__lead {
  font-size: 13px;
  color: #333333;
  line-height: 1.65;
  margin-bottom: 24px;
  max-width: 430px;
}

/* 購入特典カード */
.p-campaign__gift {
position: relative;
  max-width: 430px;
}

.p-campaign__gift-inner{
  border: 1px solid #D39D8D;
  border-radius: 18px;
  overflow: hidden;
}

.p-campaign__gift-header {
  display: block;
  width: 100%;
  background-color: #D39D8D;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 16px;
}

.p-campaign__gift-body {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 14px 16px 14px;
}

.p-campaign__gift-text {
  flex: 1;
}

.p-campaign__gift-date {
  font-size: 13px;
  color: #666666;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.p-campaign__gift-name-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
}

.p-campaign__gift-name {
  font-size: 13px;
  font-weight: 700;
  color: #666666;
  margin-bottom: 0;
}

.p-campaign__gift-size {
  font-size: 8px;
  color: #666666;
  margin-bottom: 0;
}

.p-campaign__gift-img {
  position: absolute;
  top: -18px;
  right: 0;
  width: 130px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.p-campaign__gift-note {
  font-size: 8px;
  color: #666666;
  line-height: 1.6;
  white-space: nowrap;
}

/* 商品カード */
.p-campaign__product-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0px;
}

.p-campaign__products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 16px;
}

.p-campaign__product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.p-campaign__product img {
  width: 117px;
  height: auto;
  object-fit: contain;
}

.p-campaign__product-name {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 10px;
}

.p-campaign__product-price {
  font-size: 14px;
  color: #333333;
  font-weight: 300;
}

.p-campaign__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 355px;
  height: 61px;
  background-color: #333333;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid #333333;
  letter-spacing: 0.04em;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 4px;
}

.p-campaign__btn::after {
  content: '';
  position: absolute;
  right: 22px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}

@media (any-hover: hover) {
  .p-campaign__btn:hover {
    background-color: transparent;
    color: #333333;
    cursor: pointer;
  }
  .p-campaign__btn:hover::after {
    border-top-color: #333333;
    border-right-color: #333333;
  }
}

.p-campaign__caution {
  font-size: 8px;
  color: #333333;
  text-align: center;
  line-height: 1.65;
}

.p-campaign__caution strong{
  font-weight: 500;
}

/* ===========================================
  PRODUCT
=========================================== */
.p-product {
  position: relative;
  overflow: hidden;
}

.p-product__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.p-product__bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-product__inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin-inline: auto;
  padding: 60px 20px;
}

.p-product__title {
  font-size: 35px;
  color: #666666;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 300;
}

.p-product__grid {
  display: grid;
  grid-template-columns: calc(447 / 920 * 100%) 1fr;
  gap: 0px;
  align-items: center;
}

.p-product__card {
  padding: 28px 0;
}

.p-product__card-label {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  background-color: #D39D8D;
  padding: 8px 16px;
  margin: -28px 0 14px 0;
  text-align: center;
}

.p-product__card-label span{
 font-weight: 500;
 font-family: "itc-avant-garde-gothic-pro", sans-serif;
}



.p-product__card-text {
  font-size: 14px;
  color: #000000;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 20px;
}

.p-product__soap {
  display: flex;
  align-items: center;
  gap: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  padding-right: 12px;
}

.p-product__soap-icon {
  width: 112px;
  height: auto;
  flex-shrink: 0;
}

.p-product__soap-title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 4px;
}

.p-product__soap-text {
  font-size: 11px;
  color: #000000;
  font-weight: 300;
  line-height: 1.7;
}

.p-product__flower-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-product__flower-grid {
  position: relative;
  width: 397px;
  height: 387px;
}

.p-product__flower-img {
  position: absolute;
  width: 220px;
  height: auto;
  aspect-ratio: 1;
}

/* ツヤ肌 - 上中央 */
.p-product__flower-img--1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* 薄づきで自然にカバー - 右中段 */
.p-product__flower-img--2 {
  top: 18%;
  right: 0;
}

/* クレンジング不要 - 右下 */
.p-product__flower-img--3 {
  bottom: 0;
  right: 6%;
  z-index: 1;
}

/* 敏感肌にもやさしく - 左下 */
.p-product__flower-img--4 {
  bottom: 0;
  left: 6%;
}

/* 乾きにくい - 左中段 */
.p-product__flower-img--5 {
  top: 18%;
  left: 0;
}

/* フリー処方 */
.p-product__free {
  text-align: center;
  margin-top: -30px;
}

.p-product__free-title {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 10px;
}

.p-product__free-img {
  display: block;
  max-width: 610px;
}

.p-product__free-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* ===========================================
  POINT
=========================================== */
.p-point {
  background-color: #FBF5F4;
  padding: 80px 0;
}

.p-point__inner {
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 20px;
}

.p-point__title {
  font-size: 34px;
  color: #666666;
  text-align: center;
  margin-bottom: 48px;
  font-weight: 400;
}

.p-point__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
  max-width: 840px;
  margin-inline: auto;
  margin-bottom: 24px;
}

.p-point__card {
  display: contents;
}

.p-point__card-item {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 28px 24px;
}

.p-point__card-num {
  font-size: 24px;
  color: #3E3E3E;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  font-weight: 200;
  text-align: center;
}

.p-point__card-heading {
  font-size: 18px;
  color: #CC9483;
  line-height: 1.4;
  margin-bottom: 14px;
  font-weight: 400;
  text-align: center;
}

.p-point__card-heading sup{
  padding-left: 3px;
}

.p-point__card-text {
  font-size: 14px;
  color: #3E3E3E;
  line-height: 1.75;
  font-weight: 300;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

.p-point__plants {
  display: flex;
  gap: 10px;
}

.p-point__plant {
  text-align: center;
  flex: 1;
}

.p-point__plant img {
  width: 100%;
  max-width: 108px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto 4px;
}

.p-point__plant-name {
  font-size: 8px;
  color: #000000;
  font-weight: 300;
}

.p-point__card-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 25px;
}

.p-point__swiper-pagination {
  display: none;
}

.p-point__note {
  font-size: 8px;
  color: #666666;
  text-align: center;
  letter-spacing: 0.04em;
}

/* ===========================================
  COLOR CHART
=========================================== */
.p-color-chart {
  background-color: #ffffff;
  padding: 80px 0;
}

.p-color-chart__inner {
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 20px;
}

.p-color-chart__title {
  font-size: 36px;
  color: #666666;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 48px;
  font-weight: 300;
}

.p-color-chart__main {
  display: grid;
  grid-template-columns: calc(404 / 920 * 100%) calc(391 / 920 * 100%);
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.p-color-chart__face {
  position: relative;
}
.p-color-chart__face .p-color-chart__swatch-info {
  text-align: right;
}
.p-color-chart__face img,
.p-color-chart__product img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.p-color-chart__face .p-color-chart__swatch-circle {
  grid-column: 3;
}
.p-color-chart__face #js-face-label {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: grid;
}

.p-color-chart__swatches {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.p-color-chart__swatches-sp{
  display: none;
}

.p-color-chart__swatch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

@media (any-hover: hover) {
  .p-color-chart__swatch:hover {
    opacity: 0.75;
  }
}

.p-color-chart__swatch.is-active {
  opacity: 1;
  outline: 2px solid #D39D8D;
  outline-offset: 2px;
}

.p-color-chart__swatch img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.p-color-chart__swatch-info{
  display: grid;
  gap: 0 4px;
  line-height: 1.2;
}
.p-color-chart__swatch-circle {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  align-self: center;
}

.p-color-chart__swatch-num {
  grid-column: 2;
  grid-row: 1;
  font-size: 11px;
  font-weight: 500;
  color: #333333;
  align-self: end;
}

.p-color-chart__swatch-name {
  grid-column: 2;
  grid-row: 2;
  font-size: 9px;
  font-weight: 500;
  color: #333333;
  align-self: start;
}

@media (min-width: 961px) {
  .p-color-chart__thumbs{
  display: none;
  }
}

.p-color-chart__btn-wrap {
  text-align: center;
}

.p-color-chart__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 355px;
  height: 59px;
  border: 1px solid #000000;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
  cursor: pointer;
}


.p-color-chart__btn::after {
  content: '';
  position: absolute;
  right: 22px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: translateY(-50%) rotate(45deg);
}

@media (any-hover: hover) {
  .p-color-chart__btn:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .p-color-chart__btn:hover::after {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
  }
}

/* ===========================================
  HOW TO USE
=========================================== */
.p-how-to-use {
  background-color: #FBF5F4;
  padding: 80px 0;
}

.p-how-to-use__inner {
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 20px;
}

.p-how-to-use__title {
  font-size: 36px;
  color: #666666;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 300;
}

.p-how-to-use__lead {
  font-size: 18px;
  color: #666666;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 70px;
}

/* 色交換カード */
.p-how-to-use__card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px 43px;
  max-width: 820px;
  margin-inline: auto;
}

.p-how-to-use__card-label {
  font-size: 16px;
  color: #CC9483;
  text-align: center;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}

.p-how-to-use__card-title {
  font-size: 21px;
  color: #333333;
  text-align: center;
  font-weight: 400;
  margin-bottom: 24px;
}

.p-how-to-use__exchange {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  margin-bottom: 24px;
}

.p-how-to-use__exchange-img {
  width: 144px;
  height: auto;
  object-fit: contain;
}

.p-how-to-use__exchange-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.p-how-to-use__exchange-text {
  font-size: 19px;
  font-weight: 400;
  color: #CC9483;
  letter-spacing: -0.04em;
  text-align: center;
  line-height: 1.35;
}

.p-how-to-use__exchange-line {
  display: block;
  width: 60px;
  height: auto;
}

.p-how-to-use__card-body {
  font-size: 14px;
  color: #000000;
  line-height: 1.9;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
}

.p-how-to-use__card-period {
  font-size: 16px;
  color: #CC9483;
  text-align: center;
  font-weight: 400;
  margin-bottom: 22px;
}

/* STEPボックス */
.p-how-to-use__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 16px;
}

.p-how-to-use__step {
  border: 1px solid #707070;
  padding: 16px;
  min-height: 225px;
  display: flex;
  flex-direction: column;
}

.p-how-to-use__step-num {
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  text-align: center;
}

.p-how-to-use__step-line {
  width: 100%;
  height: 1px;
  background-color: #707070;
  margin-bottom: 12px;
}

.p-how-to-use__step-text {
  font-size: 12px;
  color: #000000;
  line-height: 1.7;
  font-weight: 300;
}

.p-how-to-use__card-note {
  font-size: 8px;
  color: #000000;
  font-weight: 300;
  line-height: 1.65;
}

.u-font500{
  font-weight: 500 !important;
}

.block-cookie-consent{
  display: none;
}

