@charset "UTF-8";
/* ==============================


youtube


=================================*/
/* モーダルのスタイル */
.modal-youtube {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}

.modal-content {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.modal-content iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.close-youtube {
  position: absolute;
  right: 0px;
  top: -60px;
  font-size: 30px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal-content {
    width: 90%;
  }
  .close-youtube {
    top: -50px;
  }
}
/* ==============================


base


=================================*/
.contents-area_glowbalm {
  overflow-x: hidden;
}

.contents-area_glowbalm h3 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal !important;
}

.contents-area_glowbalm h3 span {
  font-size: clamp(1.4rem, 9vw, 45px);
  font-family: "Instrument Serif", serif !important;
  line-height: 1;
  letter-spacing: -0.01rem;
}

@media screen and (max-width: 767px) {
  .contents-area_glowbalm {
    overflow: hidden;
  }
  .contents-area_glowbalm h3 span {
    font-size: 30px;
  }
}
p .small {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.l-inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 400px;
    width: 90%;
  }
}

.f-yugothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  font-weight: 500;
}

/* ==============================


follow-btn


=================================*/
.follow-btn {
  position: fixed;
  z-index: 11;
  bottom: 2vw;
  right: 3vw;
  transition: opacity 0.3s ease;
}

.follow-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.follow-btn a img {
  max-width: 176px;
}

@media screen and (max-width: 767px) {
  .follow-btn a img {
    width: clamp(0px, 36.26vw, 136px);
  }
}
/* ==============================
   KV（キービジュアル）
=================================*/
.p-kv {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 60px;
  line-height: 0;
}
.p-kv img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .p-kv {
    padding-top: 50px;
  }
}

/* ==============================
   anchor
=================================*/
.anchor a:nth-of-type(1) p,
.anchor a:nth-of-type(2) p:nth-of-type(2) {
  font-weight: 300;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .anchor a:nth-of-type(1) p,
.anchor a:nth-of-type(2) p:nth-of-type(2) {
    font-size: clamp(10px, 4.26vw, 16px);
  }
}
/* ==============================
   共通コンポーネント（見出し・ボタン）
=================================*/
.c-title-area {
  text-align: center;
  margin-bottom: clamp(30px, 5vw, 50px);
}

.c-title-en {
  color: #A57F00;
  font-size: clamp(2.4rem, 3.5vw, 3.6rem);
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-title-en {
    line-height: 2.5rem;
  }
}

.c-title-ja {
  color: #A57F00;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  letter-spacing: 0.2em;
}

.c-btn-area {
  text-align: center;
  margin: clamp(50px, 8vw, 80px) 0;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #A57F00;
  color: #fff;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  letter-spacing: 0.1em;
  padding: 20px 60px;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s;
  width: 100%;
  max-width: 400px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  font-weight: 500;
  /* =========================================
    枠線バージョン
  ========================================= */
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-btn .arrow span {
  display: block;
  position: relative;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background-color: #fff;
}
.c-btn .arrow span::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #A57F00;
  border-left: 1px solid #A57F00;
  top: calc(50% - 3px);
  left: calc(50% - 5px);
  transform: rotate(135deg);
}
.c-btn--bordeaux {
  border: 1px solid #8C283B;
  background-color: rgba(255, 255, 255, 0);
  color: #8C283B;
}
.c-btn--bordeaux .arrow span {
  background-color: transparent;
  border: 1px solid #8C283B;
}
.c-btn--bordeaux .arrow span::after {
  border-top: 1px solid #8C283B;
  border-left: 1px solid #8C283B;
}
.c-btn--blown {
  border: 1px solid #935308;
  background-color: rgba(255, 255, 255, 0);
  color: #935308;
}
.c-btn--blown .arrow span {
  background-color: transparent;
  border: 1px solid #935308;
}
.c-btn--blown .arrow span::after {
  border-top: 1px solid #935308;
  border-left: 1px solid #935308;
}

/* ==============================

   SECTION 01

=================================*/
.p-debut {
  padding: clamp(20px, 4vw, 80px) 0;
  position: relative;
  color: #A57F00;
}
.p-debut__hero-bg {
  width: 100%;
  background-image: url("../img/sc01_intro_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: clamp(30px, 4vw, 60px) 0;
}
@media screen and (max-width: 767px) {
  .p-debut__hero-bg {
    background-image: url("../img/sc01_intro_bg_02.png"), url("../img/sc01_intro_bg.png");
    padding: 0 0;
    background-position: center 60px, center 93%;
  }
}
.p-debut .inner-lead {
  margin-top: clamp(-80px, -4vw, -100px);
}
.p-debut__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin-bottom: clamp(60px, 8vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-debut__hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.p-debut__hero-img {
  width: 50%;
}
.p-debut__hero-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-debut__hero-img {
    order: 4;
    width: 75%;
    margin: 0 auto 10px;
    position: relative;
    z-index: 2;
  }
  .p-debut__hero-img img {
    width: 100%;
    height: auto;
  }
}
.p-debut__hero-text {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-debut__hero-text {
    display: contents;
  }
}
.p-debut__date {
  color: #A57F00;
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-debut__date {
    order: 1;
    font-size: clamp(1rem, 3.5vw, 1.2rem);
    letter-spacing: 0.1em;
    margin-bottom: 5px;
  }
}
.p-debut__en-title {
  color: #A57F00;
  font-size: clamp(2rem, 3.5vw, 3rem);
  letter-spacing: 0.12em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-debut__en-title {
    order: 2;
    font-size: clamp(1.8rem, 5vw, 2.4rem);
    font-family: serif;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
  }
}
.p-debut__ja-title {
  color: #A57F00;
  font-size: clamp(1.2rem, 1.4vw, 1.5rem);
  letter-spacing: 0.2em;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-debut__ja-title {
    order: 3;
    color: #A57F00;
    font-size: clamp(1rem, 3vw, 1.2rem);
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
}
.p-debut__title {
  color: #333;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-debut__title {
    order: 5;
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
  }
}
.p-debut__title .small {
  display: block;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-debut__title .small {
    display: block;
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
    margin-bottom: 5px;
  }
}
.p-debut__title .main {
  display: block;
  font-size: clamp(3rem, 4vw, 5.2rem);
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-debut__title .main {
    display: block;
    font-size: clamp(2.5rem, 5vw, 3rem);
  }
}
.p-debut__catch {
  color: #333;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-debut__catch {
    order: 6;
    color: #333;
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
  }
}
.p-debut__desc {
  position: relative;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .p-debut__desc {
    position: relative;
    text-align: center;
    padding: 0 20px;
  }
}
.p-debut__desc-text {
  font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  line-height: 2.9;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-debut__desc-text {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
    line-height: 2.2;
    color: #333;
  }
}
.p-debut__chara {
  position: absolute;
  width: clamp(60px, 10vw, 120px) !important;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-debut__chara {
    position: absolute;
    width: clamp(70px, 20vw, 100px);
    z-index: 10;
  }
}
.p-debut__chara--left {
  top: -30px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-debut__chara--left {
    top: -160px;
    left: -10px;
  }
}
.p-debut__chara--right {
  bottom: -30px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-debut__chara--right {
    bottom: 20px;
    right: -10px;
  }
}

.p-feature {
  padding: clamp(60px, 8vw, 100px) 0;
  text-align: center;
}
.p-feature__header {
  margin-bottom: clamp(30px, 6vw, 40px);
  text-align: center;
}
.p-feature__en-title {
  color: #A57F00;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  letter-spacing: 0.15em;
}
.p-feature__ja-title {
  color: #A57F00;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  letter-spacing: 0.2em;
}
.p-feature__list {
  display: flex;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-feature__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px 0;
    padding: 0;
  }
}
.p-feature__item {
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .p-feature__item {
    text-align: center;
  }
  .p-feature__item:nth-child(1) {
    width: 100%;
  }
  .p-feature__item:nth-child(1) .p-feature__circle {
    width: clamp(140px, 60vw, 180px);
    margin: 0 auto;
  }
  .p-feature__item:nth-child(1) .p-feature__circle .p-feature__circle-text {
    margin-top: -20px;
  }
  .p-feature__item:nth-child(2), .p-feature__item:nth-child(3) {
    width: 50%;
  }
  .p-feature__item:nth-child(2) .p-feature__circle, .p-feature__item:nth-child(3) .p-feature__circle {
    width: clamp(140px, 60vw, 180px);
    margin: 0 auto;
  }
}
.p-feature__circle {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 0;
  background-image: url("../img/sc01_features_point_base.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-feature__circle-text {
  color: #A57F00;
  font-weight: 600;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-feature__circle-note {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  font-size: 1rem;
  color: #A57F00;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-feature__circle-note {
    bottom: 20%;
    font-size: 0.9rem;
  }
}
.p-feature__desc {
  color: #333;
  font-size: clamp(1.3rem, 1.4vw, 1.5rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-feature__desc {
    font-size: clamp(1.1rem, 3vw, 1.2rem);
    line-height: 1.6;
    color: #333;
    margin-top: -10px;
  }
}

/* ==============================
   SECTION 03: POWER UP!
=================================*/
.p-powerup {
  padding: 0 0 clamp(80px, 12vw, 150px) 0;
}
.p-powerup__box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7882352941);
  border-radius: 40px;
  box-shadow: 0 10px 30px rgb(255, 255, 255);
  padding: clamp(20px, 2vw, 34px) clamp(30px, 5vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-powerup__box {
    border-radius: 20px;
    padding: 40px 20px;
  }
}
.p-powerup__chara {
  position: absolute;
  width: clamp(80px, 12vw, 160px) !important;
  pointer-events: none;
}
.p-powerup__chara--top-right {
  top: -20px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .p-powerup__chara--top-right {
    top: -30px;
    right: -10px;
  }
}
.p-powerup__chara--bottom-left {
  bottom: -20px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .p-powerup__chara--bottom-left {
    bottom: -30px;
    left: -10px;
  }
}
.p-powerup__header {
  text-align: center;
  margin-bottom: clamp(60px, 8vw, 90px);
}
.p-powerup__title {
  color: #A57F00;
  font-size: clamp(3.2rem, 4vw, 5.4rem);
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.p-powerup__subtitle {
  color: #A57F00;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  letter-spacing: 0.1em;
}
.p-powerup__points {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(10px, 1vw, 20px);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-powerup__points {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.p-powerup__point {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-powerup__point {
    width: 50%;
    max-width: 320px;
  }
}
.p-powerup__circle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(30px, 6vw, 35px);
  aspect-ratio: 1/1;
  background-color: #A57F00;
  border-radius: 50%;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 15px;
}
.p-powerup__point-title {
  color: text-gold;
  font-size: clamp(1.3rem, 1.7vw, 2rem);
  line-height: 1.4;
  margin-bottom: clamp(10px, 1vw, 15px);
}
@media screen and (max-width: 767px) {
  .p-powerup__point-title {
    line-height: 2.2rem;
  }
}
.p-powerup__point-title .marker {
  color: #A57F00;
  font-size: clamp(1.6rem, 1.7vw, 2rem);
  background: linear-gradient(transparent 60%, #F5E8BA 60%);
  padding: 0 4px;
}
@media screen and (max-width: 767px) {
  .p-powerup__point-title .marker {
    background: linear-gradient(transparent 70%, #F5E8BA 70%);
  }
}
.p-powerup__point-text {
  font-size: clamp(1.2rem, 1.3vw, 1.5rem);
}
.p-powerup__images {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  width: 87%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-powerup__images {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.p-powerup__images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-powerup__images {
    margin-top: 40px;
    flex-direction: column;
    gap: 0;
  }
}
.p-powerup__image-item img {
  width: 100%;
  height: auto;
  display: block;
}
.p-powerup__image-item--compact {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-powerup__image-item--compact {
    width: 100%;
  }
}
.p-powerup__image-item--ba {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .p-powerup__image-item--ba {
    width: 70%;
  }
}

/* ==============================
   SECTION 04: MAKEUP AREA (全体ラッパー)
=================================*/
.p-makeup-wrapper {
  position: relative;
  z-index: 10;
  margin-top: -60px;
  padding-top: clamp(80px, 10vw, 140px);
  padding-bottom: clamp(60px, 8vw, 100px);
  background-image: url("../img/sc02_how to bg.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-makeup-wrapper {
    background-image: url("../img/sc02_how to bg_sp.webp");
  }
}

/* ==============================
 HOW TO MAKEUP
=================================*/
.p-howto {
  margin-bottom: clamp(50px, 6vw, 80px);
}
.p-howto__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(40px, 6vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-howto__content {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.p-howto__text-area {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-howto__text-area {
    width: 100%;
  }
}
.p-howto__list {
  margin-bottom: 20px;
}
.p-howto__list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 15px;
  font-size: clamp(1.4rem, 3.5vw, 1.6rem);
  line-height: 1.8;
  color: #333;
}
.p-howto__list li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background-color: #A57F00;
  border-radius: 50%;
}
.p-howto__note {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  color: #666;
}
.p-howto__img-area {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-howto__img-area {
    width: 100%;
  }
}
.p-howto__circle-img {
  margin-bottom: 15px;
}
.p-howto__circle-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-howto__circle-img img {
    max-width: 200px;
  }
}
.p-howto__caption {
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  line-height: 1.6;
  color: #6a5643;
}

/* ==============================
 COLOR VARIATIONS
=================================*/
.p-color__box {
  position: relative;
  background-color: #fff;
  border: 2px solid #A57F00;
  border-radius: 55px;
  padding: clamp(50px, 5vw, 50px) clamp(20px, 4vw, 50px);
  max-width: 850px;
  margin: 0 auto;
}
.p-color__badge {
  position: absolute;
  top: -40px;
  left: -40px;
  width: clamp(12rem, 20vw, 22rem) !important;
}
@media screen and (max-width: 767px) {
  .p-color__badge {
    top: -40px;
    left: -10px;
  }
}
.p-color__chara {
  position: absolute;
  top: -50px;
  right: -20px;
  width: clamp(80px, 12vw, 140px) !important;
}
@media screen and (max-width: 767px) {
  .p-color__chara {
    top: -20px;
    right: -10px;
  }
}
.p-color__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(30px, 5vw, 60px);
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-color__content {
    flex-direction: column;
  }
}
.p-color__chart {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-color__chart {
    width: 80%;
  }
}
.p-color__chart img {
  width: 100%;
}
.p-color__list {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-color__list {
    width: 80%;
  }
}
.p-color__list li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-color__list li .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
}
.p-color__list li .text {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  color: #6a5643;
  line-height: 1.5;
}
.p-color__list li .text .num {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: bold;
}

/* ==============================
   SECTION 05: MAKEUP ITEMS
=================================*/
.p-items {
  padding-bottom: clamp(80px, 12vw, 120px);
}
.p-items__inner {
  position: relative;
}
.p-items__chara {
  position: absolute;
  top: -80px;
  left: -20px;
  width: clamp(80px, 12vw, 150px) !important;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-items__chara {
    top: 2%;
    left: -10%;
  }
}
.p-items__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(30px, 5vw, 60px);
  margin-bottom: clamp(50px, 8vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-items__content {
    flex-direction: column;
    align-items: center;
  }
}
.p-items__model {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-items__model {
    width: 80%;
    margin-bottom: 0;
  }
}
.p-items__model-img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-items__grid {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 2vw, 50px) clamp(10px, 2vw, 15px);
  grid-auto-flow: dense;
}
@media screen and (max-width: 767px) {
  .p-items__grid {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
}
.p-items__product {
  position: relative;
  text-align: center;
  z-index: 1;
  width: 100%;
  padding-bottom: 20px;
}
.p-items__product::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  filter: blur(5px);
  border-radius: 50px;
  z-index: -1;
  pointer-events: none;
}
.p-items__product--double {
  grid-column: span 2;
}
.p-items__product--double::before {
  width: 105%;
}
@media screen and (max-width: 767px) {
  .p-items__product--double {
    grid-column: span 2;
  }
  .p-items__product--double::before {
    width: 100%;
  }
}
.p-items__col-2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}
.p-items__col-2 .p-items__sub-item {
  width: 40%;
}
.p-items__category {
  color: #A57F00;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.p-items__img {
  position: relative;
  padding: 10px;
}
.p-items__img img {
  width: auto;
  height: clamp(130px, 15vw, 150px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-items__img img {
    max-height: 130px;
  }
}
.p-items__img--offset-left {
  transform: translateX(-25px);
}
@media screen and (max-width: 767px) {
  .p-items__img--offset-left {
    transform: translateX(-15px);
  }
}
.p-items__name {
  font-size: clamp(1rem, 1vw, 1.1rem);
  color: #A57F00;
  line-height: 1.5;
}

/* ==============================
   SECTION 03: NEW PRODUCTS
=================================*/
.sec03.p-new-products {
  position: relative;
  z-index: 10;
  margin-top: -160px;
  padding: clamp(70px, 12vw, 140px) 0 clamp(100px, 15vw, 150px);
  background-color: #FAE0E0;
  left: -10%;
  width: 120%;
  border-radius: 50% 50% 0 0/clamp(50px, 8vw, 120px) clamp(50px, 8vw, 120px) 0 0;
}
.sec03.p-new-products .p-new-products__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(20px, 4vw, 50px);
  margin-top: clamp(40px, 6vw, 60px);
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .sec03.p-new-products .p-new-products__list {
    flex-wrap: wrap;
    gap: 0 15px;
  }
}
.sec03.p-new-products .p-new-products__list li {
  width: clamp(140px, 20vw, 240px);
}
@media screen and (max-width: 767px) {
  .sec03.p-new-products .p-new-products__list li {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .sec03.p-new-products .p-new-products__list li:nth-child(1) {
    width: 100%;
  }
  .sec03.p-new-products .p-new-products__list li:nth-child(1) .p-new-products__img {
    max-width: 150px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sec03.p-new-products .p-new-products__list li:nth-child(2), .sec03.p-new-products .p-new-products__list li:nth-child(3) {
    width: 46%;
  }
  .sec03.p-new-products .p-new-products__list li:nth-child(2) .p-new-products__img, .sec03.p-new-products .p-new-products__list li:nth-child(3) .p-new-products__img {
    max-width: 150px;
    margin: 0 auto;
  }
}
.sec03.p-new-products .p-new-products__list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.sec03.p-new-products .p-new-products__list li a:hover {
  transform: translateY(-5px);
}
.sec03.p-new-products .p-new-products__img {
  margin-bottom: 20px;
}
.sec03.p-new-products .p-new-products__img img {
  max-width: 200px;
  margin: 0 auto;
  height: auto;
  display: block;
}
.sec03.p-new-products .p-new-products__name {
  color: #333;
  font-size: clamp(1.5rem, 1.4vw, 1.6rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  min-height: 3em;
}
@media screen and (max-width: 767px) {
  .sec03.p-new-products .p-new-products__name {
    margin-top: 20px;
    line-height: 1.2;
  }
}
.sec03.p-new-products .p-new-products__arrow {
  width: clamp(40px, 5vw, 50px);
  height: clamp(40px, 5vw, 50px);
  background-color: #A57F00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sec03.p-new-products .p-new-products__arrow span {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-2px) rotate(45deg);
}

#prd-lip, #concealer, #eyebrow {
  display: block;
}
@media screen and (max-width: 767px) {
  #prd-lip::before, #concealer::before, #eyebrow::before {
    content: "";
    display: block;
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
    pointer-events: none;
  }
}

/* ==============================
 SECTION 04: NENMAKU FAKE ROUGE Ⅱ
=================================*/
.sec04.p-rouge {
  position: relative;
  z-index: 10;
  margin-top: -60px;
  padding: clamp(60px, 8vw, 100px) 0;
}
.sec04.p-rouge::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background-image: url(../img/sc04_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 50% 50% 0 0/clamp(50px, 8vw, 120px) clamp(50px, 8vw, 120px) 0 0;
  overflow: hidden;
  z-index: -1;
}
.sec04.p-rouge__inner {
  position: relative;
  z-index: 2;
}
.sec04.p-rouge .p-rouge__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: clamp(60px, 10vw, 100px);
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .p-rouge__hero {
    flex-direction: column;
    gap: 30px;
  }
}
.sec04.p-rouge .p-rouge__hero-txt {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .p-rouge__hero-txt {
    width: 100%;
    text-align: center;
  }
}
.sec04.p-rouge .p-rouge__hero-title {
  margin-bottom: 30px;
}
.sec04.p-rouge .p-rouge__hero-title h3 {
  color: #8C283B;
  font-size: clamp(2.4rem, 3vw, 3.5rem);
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.sec04.p-rouge .p-rouge__hero-title h3 span {
  color: #8C283B;
}
.sec04.p-rouge .p-rouge__hero-title p {
  color: #8C283B;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  letter-spacing: 0.1em;
}
.sec04.p-rouge .p-rouge__hero-desc {
  color: #8C283B;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
  line-height: 2;
  letter-spacing: 0.3em;
}
.sec04.p-rouge .p-rouge__hero-desc-lead {
  color: #8C283B;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
  line-height: 4;
  letter-spacing: 0.3em;
}
.sec04.p-rouge .p-rouge__hero-img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .p-rouge__hero-img {
    width: 80%;
  }
}
.sec04.p-rouge .p-rouge__hero-img img {
  width: 100%;
  height: auto;
  display: block;
}
.sec04.p-rouge .p-story-box {
  position: relative;
  background-color: #DECEEB;
  border-radius: clamp(0px, 10.15625vw, 130px);
  margin: 0 auto clamp(60px, 10vw, 100px);
  max-width: 1100px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  z-index: 1;
  border: 2px solid #8C283B;
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .p-story-box {
    border-width: 1px;
    border-radius: clamp(0px, 17.3333333333vw, 65px);
  }
}
.sec04.p-rouge .p-story-box__inner {
  border-radius: clamp(0px, 10.15625vw, 130px);
  padding: clamp(0px, 4.6875vw, 60px) 0 35px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .p-story-box__inner {
    border-radius: clamp(0px, 17.3333333333vw, 65px);
    padding: clamp(0px, 18.6666666667vw, 70px) 0 45px;
  }
}
.sec04.p-rouge .p-story-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(-70px, -5.46875vw, 0px);
  left: 0px;
  width: clamp(0px, 26.4375vw, 338.4px);
  height: clamp(0px, 22.640625vw, 289.8px);
  background: url(../img/sc04-a__decor_top_left.png) no-repeat center center/contain;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .p-story-box::before {
    top: clamp(-60px, -16vw, 0px);
    left: -20px;
    width: clamp(0px, 50.1333333333vw, 188px);
    height: clamp(0px, 40.2666666667vw, 151px);
  }
}
.sec04.p-rouge .p-story-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(0px, 3.90625vw, 50px);
  right: clamp(0px, 1.5625vw, 20px);
  width: clamp(0px, 18.75vw, 240px);
  height: clamp(0px, 9.609375vw, 123px);
  background: url(../img/sc04-a__decor_top_right.png) no-repeat center center/contain;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .p-story-box::after {
    top: clamp(0px, 2.6666666667vw, 10px);
    right: clamp(0px, 4vw, 15px);
    width: clamp(0px, 24vw, 90px);
    height: clamp(0px, 16.2666666667vw, 61px);
  }
}
.sec04.p-rouge .p-story-box__cloud-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.sec04.p-rouge .p-story-box__decor-left {
  position: absolute;
  top: clamp(-70px, -5.46875vw, 0px);
  left: 0px;
  width: clamp(0px, 26.4375vw, 338.4px);
  height: clamp(0px, 22.640625vw, 289.8px);
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .p-story-box__decor-left {
    top: -20px;
    left: -10px;
  }
}
.sec04.p-rouge .p-story-box__decor-right {
  position: absolute;
  top: 5%;
  right: 2%;
  width: 20%;
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .p-story-box__decor-right {
    top: -30px;
    right: -10px;
  }
}
.sec04.p-rouge .p-story-box__intro {
  position: relative;
  z-index: 1;
  color: #333;
  font-size: clamp(0px, 1.875vw, 24px);
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: clamp(0px, 3.125vw, 40px);
}
.sec04.p-rouge .p-story-box__title {
  position: relative;
  z-index: 1;
  margin: clamp(90px, 4vw, 120px) auto clamp(0px, 2.34375vw, 30px);
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .p-story-box__title {
    margin: 0 auto clamp(0px, 2.34375vw, 30px);
  }
}
.sec04.p-rouge .p-story-box__title img {
  width: clamp(0px, 54.140625vw, 693px);
  margin: 0 auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .p-story-box__title img {
    width: 90%;
    margin-bottom: clamp(0px, 4vw, 15px);
  }
}
.sec04.p-rouge .p-story-box__products {
  position: relative;
  z-index: 1;
}
.sec04.p-rouge .p-story-box__products ul {
  display: flex;
  justify-content: space-between;
  width: clamp(0px, 78.125vw, 1000px);
  margin: 0 auto clamp(0px, 2.34375vw, 30px);
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .p-story-box__products ul {
    width: 90%;
    margin-bottom: 20px;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(0px, 8vw, 30px) clamp(0px, 6.6666666667vw, 25px);
  }
}
.sec04.p-rouge .p-story-box__products ul li {
  width: clamp(0px, 16.796875vw, 215px);
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .p-story-box__products ul li {
    width: clamp(0px, 32.5333333333vw, 122px);
  }
}
.sec04.p-rouge .p-story-box__products ul li img {
  width: 100%;
  height: auto;
  display: block;
}
.sec04.p-rouge .p-story-box__note {
  color: #666;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.5;
}
.sec04.p-rouge .sec04-a__midashi {
  text-align: center;
  margin-bottom: clamp(0px, 3.125vw, 40px);
  font-size: clamp(0px, 1.875vw, 24px);
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .sec04-a__midashi {
    margin-bottom: clamp(0px, 6.6666666667vw, 25px);
    font-size: clamp(0px, 4.2666666667vw, 16px);
    letter-spacing: normal;
  }
}
.sec04.p-rouge .p-standard-colors {
  padding-bottom: clamp(60px, 10vw, 100px);
}
.sec04.p-rouge .p-standard-colors__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(20px, 4vw, 40px) clamp(15px, 3vw, 30px);
  list-style: none;
  padding: 0;
  margin: 0 auto clamp(60px, 8vw, 100px);
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .p-standard-colors__list {
    gap: clamp(0px, 5vw, 30px);
    margin-bottom: 40px;
  }
}
.sec04.p-rouge .p-standard-colors__list li {
  width: clamp(140px, 22%, 240px);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .p-standard-colors__list li {
    width: clamp(0px, 37.3333333333vw, 130px);
  }
}
.sec04.p-rouge .p-standard-colors__list li img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s;
}
.sec04.p-rouge .p-standard-colors__list li img:hover {
  transform: scale(1.05);
}
.sec04.p-rouge .p-standard-colors__chart {
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .p-standard-colors__chart {
    flex-direction: column;
    gap: 0;
  }
}
.sec04.p-rouge .p-standard-colors__chart img {
  width: 50%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto clamp(40px, 6vw, 60px);
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .p-standard-colors__chart img {
    margin: 0 auto;
    width: 100%;
  }
}
.sec04.p-rouge .p-standard-colors__chart .c-btn-area {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .p-standard-colors__chart .c-btn-area {
    width: 90%;
    max-width: 350px;
    height: 62px;
    font-size: 14px;
  }
}
.sec04.p-rouge .sc04-c__present {
  margin: 0 auto 40px;
  background: #fff4f7;
  width: clamp(0px, 70.3125vw, 900px);
  height: clamp(0px, 25.46875vw, 326px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, 3.90625vw, 50px);
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .sc04-c__present {
    padding: clamp(0px, 4.8vw, 18px) 0;
    width: 100%;
    height: inherit;
    flex-direction: column;
    margin-bottom: 30px;
    gap: 0;
  }
}
.sec04.p-rouge .sc04-c__present-img {
  width: clamp(0px, 23vw, 300px);
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .sc04-c__present-img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: flex-end;
    gap: clamp(0px, 1.3333333333vw, 5px);
    margin-bottom: clamp(0px, 2.6666666667vw, 10px);
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .sc04-c__present-img img {
    padding-left: 4em;
    width: clamp(0px, 100vw, 250px);
  }
}
.sec04.p-rouge .sc04-c__present-img p {
  margin-top: clamp(0px, 0.234375vw, 3px);
  font-size: clamp(0px, 0.625vw, 8px);
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .sc04-c__present-img p {
    position: absolute;
    font-size: clamp(0px, 2.6666666667vw, 10px);
    margin: 0;
    bottom: 20px;
    right: 0;
  }
}
.sec04.p-rouge .sc04-c__present-txt {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .sc04-c__present-txt {
    display: contents;
  }
}
.sec04.p-rouge .sc04-c__present-txt p:nth-of-type(1), .sec04.p-rouge .sc04-c__present-txt p:nth-of-type(2) {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: clamp(0px, 1.5625vw, 20px);
  margin-bottom: clamp(0px, 0.78125vw, 10px);
  padding: 0 clamp(0px, 0.78125vw, 10px);
  background-color: #9172ac;
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .sc04-c__present-txt p:nth-of-type(1), .sec04.p-rouge .sc04-c__present-txt p:nth-of-type(2) {
    order: -1;
    font-size: clamp(0px, 5vw, 15px);
    margin-bottom: clamp(0px, 1.3333333333vw, 5px);
  }
}
.sec04.p-rouge .sc04-c__present-txt p:nth-of-type(2) {
  margin-bottom: clamp(0px, 2.34375vw, 30px);
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .sc04-c__present-txt p:nth-of-type(2) {
    margin-bottom: clamp(0px, 4vw, 15px);
  }
}
.sec04.p-rouge .sc04-c__present-txt p:nth-of-type(3) {
  font-size: clamp(0px, 1.25vw, 16px);
  line-height: 1.8;
  margin-bottom: clamp(0px, 0.390625vw, 5px);
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .sc04-c__present-txt p:nth-of-type(3) {
    line-height: 1.8;
    width: 90%;
    font-size: clamp(0px, 3vw, 15px);
    margin-bottom: clamp(0px, 3vw, 10px);
    letter-spacing: normal;
    text-align: center;
  }
}
.sec04.p-rouge .sc04-c__present-txt p:nth-of-type(4) {
  font-size: clamp(0px, 0.9375vw, 12px);
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .sc04-c__present-txt p:nth-of-type(4) {
    width: 90%;
    font-size: clamp(0px, 2.6666666667vw, 10px);
    text-align: center;
  }
}
.sec04.p-rouge .sc04-c__bnr {
  margin: 0 auto;
  display: block;
  width: clamp(0px, 48.4375vw, 620px);
}
@media screen and (max-width: 767px) {
  .sec04.p-rouge .sc04-c__bnr {
    width: 100%;
  }
}

/* ==============================
   SECTION 05: EYEBROW COLOR CONCEALER
=================================*/
.sec05.p-concealer {
  position: relative;
  z-index: 10;
  margin-top: -60px;
  padding: clamp(100px, 12vw, 140px) 0 clamp(110px, 15vw, 120px);
  background: url(../img/sc05_gb_concealer_bg.png);
  background-size: cover;
  background-position: bottom;
  left: -10%;
  width: 120%;
  border-radius: 50% 50% 0 0/clamp(50px, 8vw, 120px) clamp(50px, 8vw, 120px) 0 0;
}
.sec05.p-concealer .inner {
  width: 83.333%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05.p-concealer .inner {
    width: 70%;
    margin: 0 auto;
  }
}
.sec05.p-concealer .p-concealer__intro {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: clamp(40px, 6vw, 80px);
  margin-bottom: clamp(30px, 6vw, 50px);
}
@media screen and (max-width: 767px) {
  .sec05.p-concealer .p-concealer__intro {
    flex-direction: column;
  }
}
.sec05.p-concealer .p-concealer__intro-txt {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05.p-concealer .p-concealer__intro-txt {
    width: 100%;
    text-align: center;
  }
}
.sec05.p-concealer .p-concealer__intro-title {
  margin-bottom: 30px;
}
.sec05.p-concealer .p-concealer__intro-title h3 span {
  color: #935308;
}
.sec05.p-concealer .p-concealer__intro-title p {
  color: #935308;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  letter-spacing: 0.1em;
}
.sec05.p-concealer .p-concealer__intro-desc {
  color: #935308;
  font-size: clamp(1.2rem, 3.5vw, 1.6rem);
  line-height: 2;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .sec05.p-concealer .p-concealer__intro-desc {
    letter-spacing: 0.1em;
  }
}
.sec05.p-concealer .p-concealer__intro-desc-lead {
  color: #935308;
  font-size: clamp(1.2rem, 3.5vw, 1.6rem);
  line-height: 4;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .sec05.p-concealer .p-concealer__intro-desc-lead {
    letter-spacing: 0.1em;
  }
}
.sec05.p-concealer .p-concealer__intro-img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .sec05.p-concealer .p-concealer__intro-img {
    width: 100%;
  }
}
.sec05.p-concealer .p-concealer__intro-img img {
  width: 100%;
  height: auto;
  display: block;
}
.sec05.p-concealer .p-concealer__features {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  margin-bottom: clamp(40px, 8vw, 70px);
}
@media screen and (max-width: 767px) {
  .sec05.p-concealer .p-concealer__features {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px 0;
    padding: 0;
    width: 100%;
    margin: 0 auto 50px;
  }
}
.sec05.p-concealer .p-concealer__features .feature-item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05.p-concealer .p-concealer__features .feature-item {
    width: 48%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec05.p-concealer .p-concealer__features .feature-item:nth-child(1) {
    width: 100%;
  }
}
.sec05.p-concealer .p-concealer__features .feature-item img {
  width: clamp(160px, 20vw, 250px);
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .sec05.p-concealer .p-concealer__features .feature-item img {
    margin: 0 auto;
  }
}
.sec05.p-concealer .p-concealer__features .feature-item .text {
  color: #935308;
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  line-height: 1.6;
}
.sec05.p-concealer .p-concealer__features .feature-item .text span {
  color: #935308;
  font-size: 1rem;
  vertical-align: super;
}
.sec05.p-concealer .p-concealer__features .feature-item .text-small {
  color: #935308;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.sec05.p-concealer .p-concealer__make-img {
  text-align: center;
  margin-bottom: clamp(20px, 8vw, 80px);
}
.sec05.p-concealer .p-concealer__make-img .make-title {
  font-size: clamp(1.6rem, 2vw, 18px);
  color: #935308;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  padding: 10px;
  border-top: 1px solid #935308;
  border-bottom: 1px solid #935308;
  max-width: 200px;
  margin: 0 auto 30px;
  text-align: center;
}
.sec05.p-concealer .p-concealer__make-img .compare-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .sec05.p-concealer .p-concealer__make-img .compare-wrap {
    gap: 10px;
  }
}
.sec05.p-concealer .p-concealer__make-img .compare-box {
  position: relative;
  width: 25%;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .sec05.p-concealer .p-concealer__make-img .compare-box {
    width: 40%;
  }
}
.sec05.p-concealer .p-concealer__make-img .compare-box .label {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
}
.sec05.p-concealer .p-concealer__make-img .compare-box img {
  width: 100%;
  height: auto;
}
.sec05.p-concealer .p-concealer__make-img .arrow-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 25px;
  border-color: transparent transparent transparent #935308;
}
@media screen and (max-width: 767px) {
  .sec05.p-concealer .p-concealer__make-img .arrow-right {
    border-width: 10px 0 10px 16px;
  }
}
.sec05.p-concealer .p-concealer__swatch-area {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05.p-concealer .p-concealer__swatch-area {
    flex-direction: column;
  }
}
.sec05.p-concealer .p-concealer__swatch {
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 0;
  margin-bottom: clamp(40px, 6vw, 60px);
}
@media screen and (max-width: 767px) {
  .sec05.p-concealer .p-concealer__swatch {
    width: 100%;
    align-items: center;
    gap: 20px;
  }
}
.sec05.p-concealer .p-concealer__swatch .swatch-item {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05.p-concealer .p-concealer__swatch .swatch-item {
    width: 80%;
  }
}
.sec05.p-concealer .p-concealer__swatch .swatch-item__img {
  margin: 0 auto 10px;
}
.sec05.p-concealer .p-concealer__swatch .swatch-item__img img {
  width: 100%;
  height: auto;
  display: block;
}
.sec05.p-concealer .p-concealer__swatch .swatch-item__title {
  color: #935308;
  font-size: clamp(1.4rem, 1.2vw, 1.5rem);
  margin-bottom: 15px;
}
.sec05.p-concealer .p-concealer__swatch .swatch-item__desc {
  color: #935308;
  font-size: 1.3rem;
  line-height: 1.8;
}
.sec05.p-concealer .p-concealer__bottom {
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .sec05.p-concealer .p-concealer__bottom {
    width: 100%;
  }
}
.sec05.p-concealer .p-concealer__bottom .c-btn {
  margin: 0 auto;
}

/* ==============================
   SECTION 06: FLUFF DESIGN EYEBROW COLOR
=================================*/
.sec06.p-fluff-brow {
  position: relative;
  z-index: 10;
  margin-top: -60px;
  padding: clamp(100px, 12vw, 140px) 0 clamp(80px, 10vw, 120px);
  background: url(../img/sc06_gb_concealer_bg.png);
  background-size: cover;
  background-position: bottom;
  left: -10%;
  width: 120%;
  border-radius: 50% 50% 0 0/clamp(50px, 8vw, 120px) clamp(50px, 8vw, 120px) 0 0;
}
.sec06.p-fluff-brow .inner {
  width: 83.333%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06.p-fluff-brow .inner {
    width: 70%;
    margin: 0 auto;
  }
}
.sec06.p-fluff-brow .p-fluff-brow__intro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(40px, 6vw, 80px);
  margin-bottom: clamp(60px, 10vw, 100px);
}
@media screen and (max-width: 767px) {
  .sec06.p-fluff-brow .p-fluff-brow__intro {
    flex-direction: column;
  }
}
.sec06.p-fluff-brow .p-fluff-brow__intro-txt {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06.p-fluff-brow .p-fluff-brow__intro-txt {
    width: 100%;
    text-align: center;
  }
}
.sec06.p-fluff-brow .p-fluff-brow__intro-title {
  margin-bottom: 30px;
}
.sec06.p-fluff-brow .p-fluff-brow__intro-title h3 {
  color: #935308;
  font-size: clamp(2rem, 3vw, 3.2rem);
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.sec06.p-fluff-brow .p-fluff-brow__intro-title h3 span {
  color: #935308;
}
.sec06.p-fluff-brow .p-fluff-brow__intro-title p {
  color: #935308;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  letter-spacing: 0.1em;
}
.sec06.p-fluff-brow .p-fluff-brow__intro-desc {
  color: #935308;
  font-size: clamp(1.2rem, 3.5vw, 1.6rem);
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .sec06.p-fluff-brow .p-fluff-brow__intro-desc {
    letter-spacing: 0.1em;
  }
}
.sec06.p-fluff-brow .p-fluff-brow__intro-desc-lead {
  color: #935308;
  font-size: clamp(1.2rem, 3.5vw, 1.6rem);
  line-height: 2;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec06.p-fluff-brow .p-fluff-brow__intro-desc-lead {
    letter-spacing: 0.1em;
  }
}
.sec06.p-fluff-brow .p-fluff-brow__intro-img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .sec06.p-fluff-brow .p-fluff-brow__intro-img {
    width: 100%;
  }
}
.sec06.p-fluff-brow .p-fluff-brow__intro-img img {
  width: 100%;
  height: auto;
  display: block;
}
.sec06.p-fluff-brow .p-fluff-brow__features {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(20px, 4vw, 40px);
  margin-bottom: clamp(60px, 10vw, 100px);
}
@media screen and (max-width: 767px) {
  .sec06.p-fluff-brow .p-fluff-brow__features {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 4%;
  }
}
.sec06.p-fluff-brow .p-fluff-brow__features .feature-item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06.p-fluff-brow .p-fluff-brow__features .feature-item {
    width: 48%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec06.p-fluff-brow .p-fluff-brow__features .feature-item:nth-child(1) {
    width: 100%;
  }
}
.sec06.p-fluff-brow .p-fluff-brow__features .feature-item img {
  width: clamp(140px, 18vw, 220px);
}
@media screen and (max-width: 767px) {
  .sec06.p-fluff-brow .p-fluff-brow__features .feature-item img {
    width: clamp(160px, 20vw, 250px);
    margin: 0 auto;
  }
}
.sec06.p-fluff-brow .p-fluff-brow__make-img {
  text-align: center;
  margin-bottom: clamp(20px, 8vw, 80px);
}
.sec06.p-fluff-brow .p-fluff-brow__make-img .make-title {
  font-size: clamp(1.6rem, 2vw, 18px);
  color: #935308;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  padding: 10px;
  border-top: 1px solid #935308;
  border-bottom: 1px solid #935308;
  max-width: 200px;
  margin: 0 auto 30px;
  text-align: center;
}
.sec06.p-fluff-brow .p-fluff-brow__make-img .colors-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(30px, 5vw, 60px);
}
.sec06.p-fluff-brow .p-fluff-brow__make-img .color-box {
  position: relative;
  width: 25%;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .sec06.p-fluff-brow .p-fluff-brow__make-img .color-box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.sec06.p-fluff-brow .p-fluff-brow__make-img .color-box .eye-img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.sec06.p-fluff-brow .p-fluff-brow__make-img .color-box .brush-img {
  width: 80%;
  height: auto;
  margin: 0 auto 15px;
  display: block;
}
.sec06.p-fluff-brow .p-fluff-brow__make-img .color-box .color-name {
  font-size: 1.4rem;
  color: #935308;
  margin-bottom: 10px;
  line-height: 1.4;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.sec06.p-fluff-brow .p-fluff-brow__make-img .color-box .color-desc {
  font-size: 1.3rem;
  color: #935308;
  line-height: 1.6;
}
.sec06.p-fluff-brow .p-fluff-brow__variations {
  max-width: 900px;
  margin: 0 auto clamp(60px, 8vw, 80px);
}
.sec06.p-fluff-brow .p-fluff-brow__variations ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sec06.p-fluff-brow .p-fluff-brow__variations ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px 0;
  }
}
.sec06.p-fluff-brow .p-fluff-brow__variations ul li {
  width: 23%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06.p-fluff-brow .p-fluff-brow__variations ul li {
    width: 45%;
  }
}
.sec06.p-fluff-brow .p-fluff-brow__variations ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  max-width: 130px;
}
@media screen and (max-width: 767px) {
  .sec06.p-fluff-brow .p-fluff-brow__variations ul li img {
    max-width: 90px;
  }
}
.sec06.p-fluff-brow .p-fluff-brow__variations ul li .var-name {
  font-size: 1.4rem;
  color: #935308;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.sec06.p-fluff-brow .p-fluff-brow__variations ul li .var-desc {
  font-size: 1.3rem;
  color: #935308;
  line-height: 1.4;
}
.sec06.p-fluff-brow .p-fluff-brow__bottom {
  text-align: center;
}
.sec06.p-fluff-brow .p-fluff-brow__bottom .c-btn {
  max-width: 400px;
  margin: 0 auto;
}

/* --- pasokara -------------------------------- */
.sec13 {
  padding: 80px 0;
}

.sec03-pasokara-ctr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  margin-bottom: 80px;
}

.sec03-pasokara-ctr-img {
  max-width: 460px;
}

.sec03-pasokara-ctr .pasokara-ctr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

.sec03-pasokara-ctr .pasokara-ctr .pasokara-ctr-box {
  width: 100%;
  max-width: 350px;
}

.sec03-pasokara .btn {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .sec13 {
    padding: 40px;
  }
  .sec03-pasokara {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 350px;
  }
  .sec03-pasokara-ctr {
    display: contents;
    margin-bottom: 0px;
  }
  .sec03-pasokara-ctr-img {
    margin-bottom: 45px;
    order: -1;
  }
  .sec03-pasokara-ctr .pasokara-ctr {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 45px;
  }
  .sec03-pasokara-ctr .pasokara-ctr .pasokara-ctr-box {
    width: 100%;
    max-width: 400px;
  }
  .sec03-pasokara .btn {
    margin-bottom: 0px;
    order: -1;
  }
  .sec03-pasokara .pasokara__cta-btn {
    width: 100%;
  }
}
/* ==================================================
   アニメーションの「動き」の指定（じわっとフェードイン）
================================================== */
/* スクロールで現れる要素 */
.fade-in-02 {
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.fade-in-02.scroll-in {
  opacity: 1;
}

.contents-area_glowbalm,
.kv-area,
.anchor {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.scroll-in_special {
  opacity: 1 !important;
}/*# sourceMappingURL=style.css.map */