@charset "UTF-8";

/* SP CSS と共通 */
/* =============================================
   Base Styles
   ============================================= */
.staticWrapper.static-1253036 .smallSection {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  color: #231815;
  line-height: 1.5;
}

.staticWrapper.static-1253036 .smallSection * {
  box-sizing: border-box;
}

.staticWrapper.static-1253036 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =============================================
   KV Section
   ============================================= */
.staticWrapper.static-1253036 .section-kv {
  position: relative;
  width: 100%;
  height: 568px;
  overflow: hidden;
  background-color: #fff;
}

.staticWrapper.static-1253036 .kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.staticWrapper.static-1253036 .kv__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staticWrapper.static-1253036 .kv__badges {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
}

.staticWrapper.static-1253036 .kv__badge--new {
  width: 55px;
  height: 55px;
  background-color: #e84471;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
}

.staticWrapper.static-1253036 .kv__badge--limited {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border: 1px solid #e84471;
  display: flex;
  align-items: center;
  justify-content: center;
}

.staticWrapper.static-1253036 .kv__badge-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #e84471;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-align: center;
}

.staticWrapper.static-1253036 .kv__title {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 0;
  right: 0;
  padding: 0 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* 時限落とし */
.staticWrapper.static-1253036 .autodrop {
  display: none;
}

.staticWrapper.static-1253036 .kv__title-sub {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #231815;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.staticWrapper.static-1253036 .kv__title-sub-text {
  display: block;
}

.staticWrapper.static-1253036 .kv__heart {
  width: 33.5px;
  height: 32.5px;
}

.staticWrapper.static-1253036 .kv__title-main {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
}

.staticWrapper.static-1253036 .kv__title-in {
  font-size: 26px;
  letter-spacing: 0;
}

.staticWrapper.static-1253036 .kv__title-product {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #231815;
  line-height: normal;
  letter-spacing: 0;
  margin: 0;
}

/* =============================================
   Link Navigation
   ============================================= */
.staticWrapper.static-1253036 .section-link-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 375px;
  max-width: 375px;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #fff;
}

.staticWrapper.static-1253036 .link-nav__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 0;
  padding: 0 17px;
  width: 100%;
}

.staticWrapper.static-1253036 .link-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  color: #231815;
  height: 65px;
  box-sizing: border-box;
}

/* 奇数アイテム（1, 3）: 幅168px、左ボーダーのみ */
.staticWrapper.static-1253036 .link-nav__item:nth-child(odd) {
  width: 168px;
  border-left: 1px solid #231815;
}

/* 偶数アイテム（2, 4）: 幅167px、左右ボーダー */
.staticWrapper.static-1253036 .link-nav__item:nth-child(even) {
  width: 167px;
  border-left: 1px solid #231815;
  border-right: 1px solid #231815;
}

.staticWrapper.static-1253036 .link-nav__text-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.staticWrapper.static-1253036 .link-nav__text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #231815;
}

.staticWrapper.static-1253036 .link-nav__icon {
  width: 10px;
  height: 6px;
  transform: scaleY(-1);
}

/* =============================================
   Intro Section - こんなに印象が変わる
   ============================================= */
.staticWrapper.static-1253036 .section-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 0;
  background-color: #fff;
}

/* Title */
.staticWrapper.static-1253036 .intro__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 0 67px;
  margin-bottom: 20px;
}

.staticWrapper.static-1253036 .intro__title-img {
  display: block;
  width: 214px;
  max-width: 214px;
  height: auto;
}

.staticWrapper.static-1253036 .intro__title-line {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 202px;
  height: 8px;
  background: url('/contents/small/1253036/images/icon-intro-title-line.svg') no-repeat center;
  background-size: contain;
}

.staticWrapper.static-1253036 .intro__title-text {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  color: #231815;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* Compare Section */
.staticWrapper.static-1253036 .intro__compare {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.staticWrapper.static-1253036 .intro__compare-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Tabs */
.staticWrapper.static-1253036 .intro__tabs {
  display: flex;
  gap: 10px;
  width: 335px;
  height: 40px;
}

.staticWrapper.static-1253036 .intro__tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease;
  padding: 0;
  background: none;
}

.staticWrapper.static-1253036 .intro__tab--before {
  width: 157px;
}

.staticWrapper.static-1253036 .intro__tab--after {
  width: 168px;
}

/* Tab background container */
.staticWrapper.static-1253036 .intro__tab-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 20px;
}

/* Tab background image */
.staticWrapper.static-1253036 .intro__tab-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Tab arrow icons */
.staticWrapper.static-1253036 .intro__tab-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
}

.staticWrapper.static-1253036 .intro__tab-icon--left {
  left: 5px;
}

.staticWrapper.static-1253036 .intro__tab-icon--right {
  right: 5px;
}

/* Tab text */
.staticWrapper.static-1253036 .intro__tab-text {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.4;
}

/* Before tab (inactive state) */
.staticWrapper.static-1253036 .intro__tab--before:not(.is-active) .intro__tab-text {
  color: #656565;
}

/* After tab (inactive state) */
.staticWrapper.static-1253036 .intro__tab--after:not(.is-active) .intro__tab-text {
  color: #656565;
}

/* Before tab (active state) */
.staticWrapper.static-1253036 .intro__tab--before.is-active .intro__tab-text {
  color: #fff;
}

/* After tab (active state) */
.staticWrapper.static-1253036 .intro__tab--after.is-active .intro__tab-text {
  color: #fff;
}

/* Image Wrapper */
.staticWrapper.static-1253036 .intro__compare-image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 335 / 188;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f6fbfe;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.staticWrapper.static-1253036 .intro__compare-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.staticWrapper.static-1253036 .intro__compare-img--before {
  top: auto;
  left: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.staticWrapper.static-1253036 .intro__compare-img.is-active {
  opacity: 1;
}

.staticWrapper.static-1253036 .intro__compare-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.staticWrapper.static-1253036 .intro__compare-image.is-after .intro__compare-badge {
  opacity: 1;
}

.staticWrapper.static-1253036 .intro__compare-badge-img {
  width: 70px;
  height: auto;
}

.staticWrapper.static-1253036 .intro__compare-plus {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 27px;
  height: 27px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 0;
  cursor: pointer;
}

.staticWrapper.static-1253036 .intro__compare-plus-icon {
  position: relative;
  width: 13px;
  height: 13px;
}

.staticWrapper.static-1253036 .intro__compare-plus-icon::before,
.staticWrapper.static-1253036 .intro__compare-plus-icon::after {
  content: '';
  position: absolute;
  background-color: #231815;
  border-radius: 1px;
}

.staticWrapper.static-1253036 .intro__compare-plus-icon::before {
  width: 13px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.staticWrapper.static-1253036 .intro__compare-plus-icon::after {
  width: 2px;
  height: 13px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.staticWrapper.static-1253036 .intro__compare-image.is-zoomed {
  cursor: grab;
  touch-action: none;
}

.staticWrapper.static-1253036 .intro__compare-image.is-dragging {
  cursor: grabbing;
}

.staticWrapper.static-1253036 .intro__compare-image.is-zoomed .intro__compare-plus {
  background-color: #231815;
}

.staticWrapper.static-1253036 .intro__compare-image.is-zoomed .intro__compare-plus-icon::before,
.staticWrapper.static-1253036 .intro__compare-image.is-zoomed .intro__compare-plus-icon::after {
  background-color: #fff;
}

.staticWrapper.static-1253036 .intro__compare-image.is-zoomed .intro__compare-plus-icon::after {
  opacity: 0;
}

/* Indicator */
.staticWrapper.static-1253036 .intro__compare-indicator {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.staticWrapper.static-1253036 .intro__compare-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ccc;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.staticWrapper.static-1253036 .intro__compare-dot.is-active {
  background-color: #e84471;
}

/* Copy */
.staticWrapper.static-1253036 .intro__compare-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  width: 284px;
  text-align: center;
}

.staticWrapper.static-1253036 .intro__compare-copy-line1 {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  margin: 0;
}

.staticWrapper.static-1253036 .intro__compare-copy-line1 strong {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.staticWrapper.static-1253036 .intro__compare-copy-highlight-wrapper {
  width: 260px;
}

.staticWrapper.static-1253036 .intro__compare-copy-img {
  width: 100%;
  height: auto;
}

/* COLOR LINEUP */
.staticWrapper.static-1253036 .intro__lineup {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  background-color: #fff;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.staticWrapper.static-1253036 .intro__lineup-title-wrapper {
  position: relative;
  width: 335px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-left: 0px;
  margin-right: 0px;
}

.staticWrapper.static-1253036 .intro__lineup-title-wrapper::before,
.staticWrapper.static-1253036 .intro__lineup-title-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgba(35, 24, 21, 0.5);
}

.staticWrapper.static-1253036 .intro__lineup-title-wrapper::before {
  top: 4px;
}

.staticWrapper.static-1253036 .intro__lineup-title-wrapper::after {
  bottom: 4px;
}

.staticWrapper.static-1253036 .intro__lineup-title {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 28px;
  font-weight: 600;
  color: #231815;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0;
  background-color: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.staticWrapper.static-1253036 .intro__lineup-title-img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.staticWrapper.static-1253036 .intro__lineup-colors {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
}

.staticWrapper.static-1253036 .intro__lineup-color {
  width: 100%;
  height: auto;
}

.staticWrapper.static-1253036 .intro__lineup-color-item {
  position: relative;
  width: 100%;
}
/* 完売グレーアウト */
.staticWrapper.static-1253036 .intro__lineup-color-soldout {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.5);
  font-size: 20px;
}

.staticWrapper.static-1253036 .intro__lineup-note {
  display: flex;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  color: #231815;
  text-align: center;
  margin: 8px 0 0;
}

/* Banner */
.staticWrapper.static-1253036 .intro__banner {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.staticWrapper.static-1253036 .intro__banner-link {
  display: block;
  text-decoration: none;
}

.staticWrapper.static-1253036 .intro__banner-img {
  width: 100%;
  height: auto;
  padding: 24px;
}

.staticWrapper.static-1253036 .intro__banner-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 287px;
  height: 39px;
  padding: 0 17px;
  background-color: #cc87be;
  margin: 0 auto;
  margin-bottom: 0;
}

.staticWrapper.static-1253036 .intro__banner-btn-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  flex: 1;
  text-align: center;
}

.staticWrapper.static-1253036 .intro__banner-btn-arrow {
  width: 9px;
  height: 5px;
  transform: rotate(180deg);
}

.staticWrapper.static-1253036 .intro__banner-note {
  font-size: 10px;
  color: #231815;
  line-height: 1.5;
  text-align: left;
  margin: 0 20px;
  padding: 16px 0 0;
}

/* Banner Content */
.staticWrapper.static-1253036 .intro__banner-content {
  width: 335px;
  padding: 24px 22px;
  margin: 60px auto 0;
  background: rgba(229, 195, 222, 0.3);
  border: 1px solid rgba(229, 195, 222, 0.6);
  box-sizing: border-box;
}

.staticWrapper.static-1253036 .intro__banner-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.staticWrapper.static-1253036 .intro__banner-icon {
  width: 57px;
  height: 57px;
  background-color: rgba(232, 68, 113, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.staticWrapper.static-1253036 .intro__banner-icon-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1;
}

.staticWrapper.static-1253036 .intro__banner-date {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
  padding: 3px 10px;
  gap: 9px;
  height: 28px;
}

.staticWrapper.static-1253036 .intro__banner-date-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #231815;
  line-height: 1;
}

.staticWrapper.static-1253036 .intro__banner-date-divider {
  width: 1px;
  height: 22px;
  background-color: #231815;
  display: block;
}

.staticWrapper.static-1253036 .intro__banner-date-off {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #231815;
  line-height: 1;
}

.staticWrapper.static-1253036 .intro__banner-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0 20px;
  width: 289px;
  margin: 0 auto;
}

.staticWrapper.static-1253036 .intro__banner-text-wrapper {
  width: 144px;
}

.staticWrapper.static-1253036 .intro__banner-text-line {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #231815;
  line-height: 1.3;
  margin: 0;
}

.staticWrapper.static-1253036 .intro__banner-text-line span {
  font-weight: bold;
  font-size: 14px;
}

.staticWrapper.static-1253036 .intro__banner-products {
  width: 130px;
  height: 74px;
  flex-shrink: 0;
}

.staticWrapper.static-1253036 .intro__banner-product-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
/*完売*/
.staticWrapper.static-1253036 .intro__banner-soldout {
  position: absolute;
  top: 50px;
  right: 10px;
  bottom: 0px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.5);
  font-size: 20px;
}

/* =============================================
   Intro1 Section - ハート塗り紹介
   ============================================= */
.staticWrapper.static-1253036 .section-intro1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #fff;
}

.staticWrapper.static-1253036 .intro1__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 67px;
  width: 100%;
}

.staticWrapper.static-1253036 .intro1__header-img {
  width: 375px;
  height: auto;
}

.staticWrapper.static-1253036 .intro1__face {
  width: 100%;
  height: 72vw;
  overflow: hidden;
}

.staticWrapper.static-1253036 .intro1__face-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}

.staticWrapper.static-1253036 .intro1__technique {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  padding: 15px 20px 0;
  width: 100%;
}

.staticWrapper.static-1253036 .intro1__technique-img {
  display: block;
  width: 100%;
  height: auto;
}

.staticWrapper.static-1253036 .intro1__technique-face {
  width: 158px;
  height: 157px;
  flex-shrink: 0;
}

.staticWrapper.static-1253036 .intro1__technique-face-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staticWrapper.static-1253036 .intro1__technique-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 16px;
}

.staticWrapper.static-1253036 .intro1__technique-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e84471;
  border-radius: 20px;
  padding: 6px 12px;
  height: 40px;
  width: 118px;
}

.staticWrapper.static-1253036 .intro1__technique-badge-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}

.staticWrapper.static-1253036 .intro1__technique-badge-ok {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}

.staticWrapper.static-1253036 .intro1__technique-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #231815;
  line-height: 1.4;
  margin: 16px 0 0;
  letter-spacing: -0.02em;
}

.staticWrapper.static-1253036 .intro1__technique-line {
  width: 161.5px;
  height: auto;
  margin-top: 8px;
}

.staticWrapper.static-1253036 .intro1__product {
  padding: 40px 0 10px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.staticWrapper.static-1253036 .intro1__product-bg {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.staticWrapper.static-1253036 .intro1__product-bg-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.staticWrapper.static-1253036 .intro1__product-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.staticWrapper.static-1253036 .intro1__product-title {
  margin-bottom: 12px;
}

.staticWrapper.static-1253036 .intro1__product-title-img {
  width: 206px;
  height: auto;
}

.staticWrapper.static-1253036 .intro1__product-desc {
  text-align: center;
  margin-bottom: 20px;
}

.staticWrapper.static-1253036 .intro1__product-desc-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  line-height: 1.8;
  margin: 0;
}

.staticWrapper.static-1253036 .intro1__product-lead {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  color: #231815;
  margin: 0 0 -15px;
  text-align: center;
  letter-spacing: -0.03em;
}

.staticWrapper.static-1253036 .intro1__product-tags {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  background-image: url('../images/img-intro-cheek-bg-shape.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 16px 10px;
}

.staticWrapper.static-1253036 .intro1__product-tags-row {
  display: flex;
  gap: 4px;
  justify-content: center;
}

.staticWrapper.static-1253036 .intro1__product-tag {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background-color: #fff;
  border-radius: 11px;
  padding: 3px 6px 3px 4px;
  height: 22px;
  box-sizing: border-box;
}

.staticWrapper.static-1253036 .intro1__product-tag-icon {
  width: 17px;
  height: 16px;
  flex-shrink: 0;
}

.staticWrapper.static-1253036 .intro1__product-tag-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #231815;
  line-height: 1;
  white-space: nowrap;
}

/* =============================================
   Point Section
   ============================================= */
.staticWrapper.static-1253036 .section-point {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.staticWrapper.static-1253036 .section-point-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 40px 0 65px;
  position: relative;
  background-image: url('../images/bg-point-intro.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.staticWrapper.static-1253036 .point__intro {
  padding: 30px 20px 10px;
}

.staticWrapper.static-1253036 .point__intro-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0px;
}

.staticWrapper.static-1253036 .point__intro-deco {
  width: 80px;
  height: auto;
}

.staticWrapper.static-1253036 .point__intro-deco--left {
  padding-bottom: 10px;
}

.staticWrapper.static-1253036 .point__intro-deco--right {
  padding-top: 69px;
}

.staticWrapper.static-1253036 .point__intro-text {
  text-align: center;
  padding-top: 48px;
}

.staticWrapper.static-1253036 .point__intro-sub {
  font-size: 16px;
  margin: 0;
}

.staticWrapper.static-1253036 .point__intro-main {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 28px;
  font-weight: 600;
  margin: 4px 0 0;
}

.staticWrapper.static-1253036 .point__intro-main-number {
  font-size: 38px;
  color: #e84471;
}

.staticWrapper.static-1253036 .point__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}

.staticWrapper.static-1253036 .point__nav-item {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 78px;
  padding: 21px 18px;
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #231815;
}

.staticWrapper.static-1253036 .point__nav-number-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.staticWrapper.static-1253036 .point__nav-label {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 10px;
  color: #231815;
  line-height: 1;
}

.staticWrapper.static-1253036 .point__nav-number {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 32px;
  font-weight: 300;
  color: #e84471;
  letter-spacing: -0.96px;
  line-height: 1;
}

.staticWrapper.static-1253036 .point__nav-text-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.staticWrapper.static-1253036 .point__nav-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #231815;
  white-space: nowrap;
}

.staticWrapper.static-1253036 .point__nav-text-bold {
  font-weight: bold;
}

.staticWrapper.static-1253036 .point__nav-arrow {
  display: none;
}

.staticWrapper.static-1253036 .point__nav-item::after {
  content: '';
  width: 6.36px;
  height: 6.36px;
  margin-left: auto;
  flex-shrink: 0;
  border-right: 1.5px solid #333;
  border-bottom: 1.5px solid #333;
  transform: rotate(45deg);
  margin-top: -2px;
}

/* Model Showcase Section */
.staticWrapper.static-1253036 .point__model {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  padding-top: 52px;
  width: 100%;
}

.staticWrapper.static-1253036 .point__model-title {
  display: flex;
  justify-content: center;
  padding: 0 61px;
  width: 100%;
}

.staticWrapper.static-1253036 .point__model-title-img {
  width: 253.5px;
  height: auto;
}

.staticWrapper.static-1253036 .point__model-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  position: relative;
}

.staticWrapper.static-1253036 .point__model-block--rose .point__model-photo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20px;
  width: 100%;
}

.staticWrapper.static-1253036 .point__model-block--rose .point__model-photo-img {
  max-width: 100%;
}

.staticWrapper.static-1253036 .point__model-block--rose .point__model-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
}

.staticWrapper.static-1253036 .point__model-block--lavender .point__model-photo {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 0;
}

.staticWrapper.static-1253036 .point__model-block--lavender .point__model-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}

.staticWrapper.static-1253036 .point__model-block--lavender {
  gap: 34px;
}

.staticWrapper.static-1253036 .point__model-photo-img {
  width: 100%;
  height: auto;
  max-width: calc(100% - 20px);
}

/* 完売グレーアウト */
.staticWrapper.static-1253036 .point__model-photo--soldout {
  position: relative;
  width: 100%;
}

.staticWrapper.static-1253036 .point__model-photo-img--soldout {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(1);
  opacity: 0.45;
}

.staticWrapper.static-1253036 .point__model-soldout {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: -5px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  z-index: 2;
}

.staticWrapper.static-1253036 .point__model-items-img {
  width: 335px;
  height: auto;
  max-width: calc(100% - 20px);
}

.staticWrapper.static-1253036 .point__block {
  padding: 40px 20px;
  background-color: #fff;
}

.staticWrapper.static-1253036 .point__block-header {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 6px;
}

.staticWrapper.static-1253036 .point__block-label {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}

.staticWrapper.static-1253036 .point__block-number {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 32px;
  color: #e84471;
}

.staticWrapper.static-1253036 .point__block-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 8px 0 20px;
}

.staticWrapper.static-1253036 .point__block-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}

.staticWrapper.static-1253036 .point__block-photo {
  width: 100%;
  height: auto;
}

.staticWrapper.static-1253036 .point__block-badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #e84471;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 20px;
}

.staticWrapper.static-1253036 .point__block-copy {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 12px;
}

.staticWrapper.static-1253036 .point__block-lead {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 12px;
}

.staticWrapper.static-1253036 .point__block-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.staticWrapper.static-1253036 .point__tag {
  background-color: #fff;
  border: 1px solid #e84471;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  color: #231815;
}

.staticWrapper.static-1253036 .point__compare {
  background-color: #fff5f7;
  padding: 16px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.staticWrapper.static-1253036 .point__compare-lead {
  font-size: 12px;
  margin: 0 0 6px;
}

.staticWrapper.static-1253036 .point__compare-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px;
}

.staticWrapper.static-1253036 .point__compare-sub {
  font-size: 12px;
  margin: 0 0 12px;
}

.staticWrapper.static-1253036 .point__compare-images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.staticWrapper.static-1253036 .point__compare-item {
  position: relative;
  width: 140px;
  border-radius: 10px;
  overflow: hidden;
}

.staticWrapper.static-1253036 .point__compare-item img {
  width: 100%;
  height: auto;
  display: block;
}

.staticWrapper.static-1253036 .point__compare-label {
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 12px;
}

.staticWrapper.static-1253036 .point__compare-label--after {
  color: #e84471;
  font-weight: bold;
}

.staticWrapper.static-1253036 .point__compare-arrow {
  width: 9px;
  height: 27px;
  display: inline-block;
  background: url('/contents/small/1253036/images/icon-arrow-right-white.svg') no-repeat center;
  background-size: contain;
  transform: rotate(90deg);
  filter: hue-rotate(300deg) saturate(4);
}

.staticWrapper.static-1253036 .point__beauty {
  border: 1px solid #e84471;
  border-radius: 10px;
  padding: 12px;
}

.staticWrapper.static-1253036 .point__beauty-label {
  display: inline-block;
  background-color: #e84471;
  color: #fff;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.staticWrapper.static-1253036 .point__beauty-body p {
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 6px;
}

/* =============================================
   POINT 01 Section - New Design
   ============================================= */
.staticWrapper.static-1253036 .point01 {
  padding: 60px 0;
  background-color: #fff;
  position: relative;
  background-image: url('../images/bg-point01.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

/* Point Header */
.staticWrapper.static-1253036 .point01__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 92px;
  margin-bottom: 30px;
}

.staticWrapper.static-1253036 .point01__number-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.staticWrapper.static-1253036 .point01__label {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 12px;
  color: #231815;
  line-height: 1;
}

.staticWrapper.static-1253036 .point01__number {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 42px;
  font-weight: 500;
  color: #e84471;
  letter-spacing: -0.84px;
  line-height: 1;
  margin-top: 4px;
}

/* Title Section */
.staticWrapper.static-1253036 .point01__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 16px;
}

.staticWrapper.static-1253036 .point01__title-text {
  position: relative;
  display: inline-block;
}

.staticWrapper.static-1253036 .point01__title-main {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.staticWrapper.static-1253036 .point01__title-bold {
  font-weight: bold;
}

.staticWrapper.static-1253036 .point01__title-highlight {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 154px;
  height: 10px;
  background-color: #ffdee8;
  z-index: 0;
}

.staticWrapper.static-1253036 .point01__title-sub {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  margin-top: 4px;
}

/* Heart Face Image */
.staticWrapper.static-1253036 .point01__heart-img {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
}

.staticWrapper.static-1253036 .point01__heart-img-photo {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Description */
.staticWrapper.static-1253036 .point01__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 13px;
}

.staticWrapper.static-1253036 .point01__desc-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  margin: 0;
}

.staticWrapper.static-1253036 .point01__desc-accent {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  color: #e84471;
}

/* Arrow separator */
.staticWrapper.static-1253036 .point01__arrow {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.staticWrapper.static-1253036 .point01__arrow-icon {
  width: 1px;
  height: 30px;
}

/* Tags Image */
.staticWrapper.static-1253036 .point01__tags-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 50px;
}

.staticWrapper.static-1253036 .point01__tags-img-photo {
  display: block;
  width: fit-content;
  height: auto;
}

/* Tags Box (legacy) */
.staticWrapper.static-1253036 .point01__tags-box {
  background: linear-gradient(168.47deg, rgba(255, 240, 242, 0.65) 18.7%, rgba(255, 227, 232, 0.65) 42.26%, rgba(255, 204, 212, 0.65) 81.13%);
  border-radius: 20px;
  padding: 12px 20px 16px;
  margin: 0 20px 50px;
  text-align: center;
}

.staticWrapper.static-1253036 .point01__tags-title {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 16px;
  font-weight: 600;
  color: #231815;
  line-height: 1.5;
  margin: 0 0 10px;
}

.staticWrapper.static-1253036 .point01__tags-title-large {
  font-size: 20px;
}

.staticWrapper.static-1253036 .point01__tags-title-small {
  font-size: 16px;
}

.staticWrapper.static-1253036 .point01__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px 10px;
}

.staticWrapper.static-1253036 .point01__tag {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 11px;
  padding: 3px 10px 3px 4px;
}

.staticWrapper.static-1253036 .point01__tag-icon {
  width: 17px;
  height: 16px;
  flex-shrink: 0;
}

.staticWrapper.static-1253036 .point01__tag-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #231815;
  line-height: 1.5;
}

/* Beauty Column Section */
.staticWrapper.static-1253036 .point01__beauty {
  margin-top: 18px;
  padding: 0;
}

.staticWrapper.static-1253036 .point01__beauty-image {
  display: block;
  width: 100%;
  height: auto;
}

.staticWrapper.static-1253036 .point01__beauty-header {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.staticWrapper.static-1253036 .point01__beauty-label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #231815;
  padding: 7px 13px;
  height: 23px;
  flex-shrink: 0;
}

.staticWrapper.static-1253036 .point01__beauty-label {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1.2px;
  white-space: nowrap;
}

.staticWrapper.static-1253036 .point01__beauty-line {
  flex: 1;
  height: 1px;
  background-color: #231815;
}

.staticWrapper.static-1253036 .point01__beauty-content {
  text-align: center;
  margin-bottom: 30px;
}

.staticWrapper.static-1253036 .point01__beauty-lead {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #231815;
  line-height: normal;
  margin: 0 0 8px;
  height: fit-content;
}

.staticWrapper.static-1253036 .point01__beauty-title-text {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  height: fit-content;
}

.staticWrapper.static-1253036 .point01__beauty-title {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #231815;
  line-height: normal;
  margin: 0;
  position: relative;
  z-index: 1;
}

.staticWrapper.static-1253036 .point01__beauty-title-highlight {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #f0dbec;
  z-index: 0;
}

/* Beauty Compare Section */
.staticWrapper.static-1253036 .point01__beauty-compare {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300;
}

.staticWrapper.static-1253036 .point01__beauty-compare-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #231815;
  line-height: 1.8;
  margin: 0 0 16px;
}

.staticWrapper.static-1253036 .point01__beauty-compare-img {
  display: flex;
  justify-content: center;
}

.staticWrapper.static-1253036 .point01__beauty-compare-img img {
  width: 269px;
  height: auto;
}

/* Beauty Box (bullet points) */
.staticWrapper.static-1253036 .point01__beauty-box {
  background-color: #fff8fd;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.staticWrapper.static-1253036 .point01__beauty-item {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.staticWrapper.static-1253036 .point01__beauty-bullet {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 3px;
}

.staticWrapper.static-1253036 .point01__beauty-item-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
}

.staticWrapper.static-1253036 .point01__beauty-item-text p {
  margin: 0;
}

.staticWrapper.static-1253036 .point01__beauty-item-text strong {
  font-weight: bold;
}

/* Beauty Footer */
.staticWrapper.static-1253036 .point01__beauty-footer {
  padding-top: 50px;
}

.staticWrapper.static-1253036 .point01__beauty-footer-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #231815;
}

.staticWrapper.static-1253036 .point__icon-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.staticWrapper.static-1253036 .point__icon-item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f6f1f4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.staticWrapper.static-1253036 .point__icon-text {
  font-size: 12px;
  line-height: 1.4;
}

.staticWrapper.static-1253036 .point__age-compare {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}

.staticWrapper.static-1253036 .point__age-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.staticWrapper.static-1253036 .point__age-label {
  background-color: #e8e8e8;
  padding: 6px 12px;
  border-radius: 18px;
  font-size: 14px;
  display: inline-block;
  width: fit-content;
}

.staticWrapper.static-1253036 .point__age-images {
  display: flex;
  align-items: center;
  gap: 8px;
}

.staticWrapper.static-1253036 .point__age-item {
  position: relative;
  width: 140px;
  border-radius: 10px;
  overflow: hidden;
}

.staticWrapper.static-1253036 .point__age-item img {
  width: 100%;
  height: auto;
  display: block;
}

.staticWrapper.static-1253036 .point__age-tag {
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: #fff;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
}

.staticWrapper.static-1253036 .point__pearl {
  background-color: rgba(242, 242, 242, 0.8);
  padding: 16px;
  border-radius: 10px;
}

.staticWrapper.static-1253036 .point__pearl-lead {
  font-size: 14px;
  text-align: center;
  margin: 0 0 6px;
}

.staticWrapper.static-1253036 .point__pearl-title {
  font-size: 18px;
  text-align: center;
  margin: 0 0 12px;
}

.staticWrapper.static-1253036 .point__pearl-number {
  color: #e84471;
  font-size: 22px;
}

.staticWrapper.static-1253036 .point__pearl-highlight {
  color: #e84471;
}

.staticWrapper.static-1253036 .point__pearl-image {
  margin: 0 auto 12px;
  width: 100%;
}

.staticWrapper.static-1253036 .point__pearl-image img {
  width: 100%;
  height: auto;
}

.staticWrapper.static-1253036 .point__pearl-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.staticWrapper.static-1253036 .point__pearl-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.staticWrapper.static-1253036 .point__pearl-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e84471;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.staticWrapper.static-1253036 .point__circle-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.staticWrapper.static-1253036 .point__circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #f6f1f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.staticWrapper.static-1253036 .point__circle-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.staticWrapper.static-1253036 .point__circle-sub {
  font-size: 12px;
  margin: 4px 0;
}

.staticWrapper.static-1253036 .point__circle-note {
  font-size: 12px;
  color: #231815;
  margin: 0;
}

.staticWrapper.static-1253036 .point__circle-plus {
  width: 20px;
  height: 20px;
  background: url('/contents/small/1253036/images/icon-plus.svg') no-repeat center;
  background-size: contain;
}

/* =============================================
   POINT 02 Section
   ============================================= */
.staticWrapper.static-1253036 .point02 {
  padding: 60px 0;
  background-color: #fff;
  position: relative;
  background-image: url('../images/bg-point02.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

/* Point Header */
.staticWrapper.static-1253036 .point02__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 31px;
}

.staticWrapper.static-1253036 .point02__number-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

.staticWrapper.static-1253036 .point02__label {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 12px;
  font-weight: 400;
  color: #231815;
  line-height: 1;
}

.staticWrapper.static-1253036 .point02__number {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 38px;
  font-weight: 500;
  color: #e84471;
  letter-spacing: -0.76px;
  line-height: 1;
}

/* Title Section */
.staticWrapper.static-1253036 .point02__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  margin-bottom: 34px;
}

.staticWrapper.static-1253036 .point02__title-main {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
}

.staticWrapper.static-1253036 .point02__title-text {
  position: relative;
  display: inline-block;
  padding: 0 4px;
}

.staticWrapper.static-1253036 .point02__title-sub {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #231815;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.staticWrapper.static-1253036 .point02__title-highlight {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #ffdee8;
  z-index: 0;
}

/* Circles Image */
.staticWrapper.static-1253036 .point02__circles-img {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 16px;
  margin-bottom: 30px;
}

.staticWrapper.static-1253036 .point02__circles-img-photo {
  width: 342px;
  max-width: 100%;
  height: auto;
}

/* Age Comparison Section */
.staticWrapper.static-1253036 .point02__compare {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 46px;
}

.staticWrapper.static-1253036 .point02__compare-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 16px;
}

.staticWrapper.static-1253036 .point02__compare-row--40 {
  align-items: flex-start;
  padding-right: 0;
}

.staticWrapper.static-1253036 .point02__compare-row--50 {
  align-items: flex-start;
  padding-left: 0;
}

.staticWrapper.static-1253036 .point02__compare-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 10px 16px;
  background-color: #e8e8e8;
  border-radius: 0 18px 18px 0;
}

.staticWrapper.static-1253036 .point02__compare-row--40 .point02__compare-label {
  border-radius: 0 18px 18px 0;
}

.staticWrapper.static-1253036 .point02__compare-row--50 .point02__compare-label {
  border-radius: 18px 0 0 18px;
}

.staticWrapper.static-1253036 .point02__compare-label-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
}

.staticWrapper.static-1253036 .point02__compare-image {
  width: 100%;
}

.staticWrapper.static-1253036 .point02__compare-row--40 .point02__compare-image {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.staticWrapper.static-1253036 .point02__compare-row--50 .point02__compare-image {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.staticWrapper.static-1253036 .point02__compare-photo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: calc(100% - 20px);
  height: auto;
}

/* Pearl Secret Section */
.staticWrapper.static-1253036 .point02__pearl {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

.staticWrapper.static-1253036 .point02__pearl-question {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #e84471;
  margin-bottom: 12px;
}

.staticWrapper.static-1253036 .point02__pearl-question-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
}

.staticWrapper.static-1253036 .point02__pearl-question-text-wide {
  letter-spacing: 2.4px;
}

.staticWrapper.static-1253036 .point02__pearl-question-highlight {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 26px;
  font-weight: 600;
  color: rgba(232, 68, 113, 1);
  letter-spacing: -2px;
}

.staticWrapper.static-1253036 .point02__pearl-question-suffix {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  letter-spacing: -0.8px;
}

.staticWrapper.static-1253036 .point02__pearl-card {
  position: relative;
  width: 100%;
  padding-top: 22px;
}

.staticWrapper.static-1253036 .point02__pearl-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 44px;
  background-color: rgba(184, 184, 184, 1);
  color: rgba(184, 184, 184, 1);
}

.staticWrapper.static-1253036 .point02__pearl-content {
  background-color: #f6f6f6;
  padding: 26px 18px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
}

/* Pearl Title */
.staticWrapper.static-1253036 .point02__pearl-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.staticWrapper.static-1253036 .point02__pearl-title-lead {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0;
}

.staticWrapper.static-1253036 .point02__pearl-title-main {
  display: flex;
  align-items: baseline;
  font-family: "YuMincho", "Yu Mincho", serif;
  line-height: 1.15;
}

.staticWrapper.static-1253036 .point02__pearl-title-number {
  font-size: 30px;
  font-weight: 600;
  color: #e84471;
  letter-spacing: 0.06em;
}

.staticWrapper.static-1253036 .point02__pearl-title-unit {
  font-size: 22px;
  font-weight: 600;
  color: #e84471;
}

.staticWrapper.static-1253036 .point02__pearl-title-particle {
  font-size: 22px;
  font-weight: 600;
  color: #231815;
  letter-spacing: 0.08em;
}

.staticWrapper.static-1253036 .point02__pearl-title-keyword {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 22px;
  font-weight: 600;
  color: #e84471;
}

.staticWrapper.static-1253036 .point02__pearl-title-text {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 22px;
  font-weight: 600;
  color: #231815;
}

/* Pearl Image */
.staticWrapper.static-1253036 .point02__pearl-image {
  display: flex;
  justify-content: center;
  width: 100%;
}

.staticWrapper.static-1253036 .point02__pearl-photo {
  display: block;
  width: 324px;
  height: 235px;
  max-width: 100%;
  object-fit: contain;
}

/* Pearl Copy */
.staticWrapper.static-1253036 .point02__pearl-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.staticWrapper.static-1253036 .point02__pearl-copy-lead {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #231815;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  padding-top: 0;
}

.staticWrapper.static-1253036 .point02__pearl-copy-main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding-top: 0;
  white-space: nowrap;
}

.staticWrapper.static-1253036 .point02__pearl-copy-text {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  color: #231815;
  line-height: 1.4;
}

.staticWrapper.static-1253036 .point02__pearl-copy-highlight {
  position: relative;
  display: inline-block;
}

.staticWrapper.static-1253036 .point02__pearl-copy-highlight-text {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  color: #e84471;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  padding: 0 2px;
}

.staticWrapper.static-1253036 .point02__pearl-copy-underline {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e84471;
}

/* =============================================
   POINT 03 Section
   ============================================= */
.staticWrapper.static-1253036 .point03 {
  padding: 60px 27px 40px;
  background-color: #fff;
  position: relative;
  background-image: url('../images/bg-point03.svg');
  background-size: 100% 370px;
  background-repeat: no-repeat;
  background-position: top center;
}

/* Point Header */
.staticWrapper.static-1253036 .point03__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.staticWrapper.static-1253036 .point03__number-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

.staticWrapper.static-1253036 .point03__label {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 12px;
  font-weight: 400;
  color: #231815;
  line-height: 1;
}

.staticWrapper.static-1253036 .point03__number {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 38px;
  font-weight: 500;
  color: #e84471;
  letter-spacing: -0.76px;
  line-height: 1;
}

/* Title Section */
.staticWrapper.static-1253036 .point03__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  margin-bottom: 34px;
}

.staticWrapper.static-1253036 .point03__title-main {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
}

.staticWrapper.static-1253036 .point03__title-text {
  position: relative;
  display: inline-block;
  padding: 0 4px;
}

.staticWrapper.static-1253036 .point03__title-sub {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #231815;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.staticWrapper.static-1253036 .point03__title-highlight {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #ffdee8;
  z-index: 0;
}

/* Feature Image */
.staticWrapper.static-1253036 .point03__feature-img {
  display: flex;
  justify-content: center;
  width: 100%;
}

.staticWrapper.static-1253036 .point03__feature-img-photo {
  width: 328px;
  max-width: 100%;
  height: auto;
}

.staticWrapper.static-1253036 .point__banner {
  padding: 0 20px 60px;
}

.staticWrapper.static-1253036 .section-point-banner__wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}

.staticWrapper.static-1253036 .section-point-banner {
  width: 335px;
  max-width: 100%;
  background: rgba(229, 195, 222, 0.3);
  border: 1px solid rgba(229, 195, 222, 0.6);
  color: #231815;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-bottom: 0;
}

.staticWrapper.static-1253036 .point__banner-link {
  text-decoration: none;
}

.staticWrapper.static-1253036 .point__banner-content {
  width: 335px;
  padding: 0 30px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.staticWrapper.static-1253036 .point__banner-header-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
}

.staticWrapper.static-1253036 .point__banner-icon {
  width: 57px;
  height: 57px;
  background-color: #e84471;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.staticWrapper.static-1253036 .point__banner-icon-text {
  font-size: 14px;
  color: #fff;
}

.staticWrapper.static-1253036 .point__banner-date {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
  padding: 3px 10px;
  gap: 9px;
  height: 28px;
}

.staticWrapper.static-1253036 .point__banner-date-text,
.staticWrapper.static-1253036 .point__banner-date-off {
  font-size: 16px;
  font-weight: bold;
}

.staticWrapper.static-1253036 .point__banner-date-off {
  padding-left: 8px;
  border-left: 1px solid #231815;
}

.staticWrapper.static-1253036 .point__banner-text {
  margin-top: 0;
  padding-top: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.staticWrapper.static-1253036 .point__banner-text span {
  font-size: 14px;
  font-weight: bold;
}

.staticWrapper.static-1253036 .point__banner-text p {
  margin: 0;
  font-weight: bold;
}

.staticWrapper.static-1253036 .point__banner-products {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 19px;
}

.staticWrapper.static-1253036 .point__banner-products img {
  width: 195px;
  height: 123px;
  object-fit: contain;
}

.staticWrapper.static-1253036 .point__banner-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 40px);
  height: 60px;
  background-color: #cc87be;
  margin: 0 20px;
  padding: 0 20px;
}

.staticWrapper.static-1253036 .point__banner-btn-text {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.staticWrapper.static-1253036 .point__banner-btn-arrow {
  width: 9px;
  height: 5px;
  transform: rotate(180deg);
}

.staticWrapper.static-1253036 .point__banner-note {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 500;
  color: #231815;
  text-align: left;
  margin: 16px 0 0;
  padding: 0 20px 0;
}

/*完売*/
.staticWrapper.static-1253036 .point__banner-soldout {
  position: absolute;
  top: -10px;
  right: 10px;
  bottom: -80px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.5);
  font-size: 20px;
}

/* =============================================
   Color Comparison Section
   ============================================= */
.staticWrapper.static-1253036 .section-color-compare {
  position: relative;
  background-image: url('/contents/small/1253036/images/bg-color-compare.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  padding: 60px 0 40px;
  overflow: hidden;
}

.staticWrapper.static-1253036 .color-compare__title-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 7px;
}

.staticWrapper.static-1253036 .color-compare__title {
  width: 335px;
  height: 62px;
  margin: 0;
  background-image: url('/contents/small/1253036/images/bg-color-compare-title.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.staticWrapper.static-1253036 .color-compare__title-text {
  font-family: "Hina Mincho", "YuMincho", "Yu Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  color: #231815;
  letter-spacing: 0.04em;
}

.staticWrapper.static-1253036 .color-compare__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto;
}

.staticWrapper.static-1253036 .color-compare__block {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
}

/* 完売グレーアウト */
.staticWrapper.static-1253036 .color-compare__block--soldout {
  position: relative;
}

.staticWrapper.static-1253036 .color-compare__product {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}

.staticWrapper.static-1253036 .color-compare__product-img {
  width: 144px;
  height: auto;
}

.staticWrapper.static-1253036 .color-compare__block--lavender .color-compare__product-img {
  width: 185px;
}

.staticWrapper.static-1253036 .color-compare__desc {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #231815;
  line-height: 1.5;
  margin: 0;
}

.staticWrapper.static-1253036 .color-compare__tags {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 14px 0 20px;
  flex-wrap: wrap;
}

.staticWrapper.static-1253036 .color-compare__tag {
  background-color: #fff;
  border-radius: 30px;
  padding: 5px 12px 5px 6px;
  font-size: 14px;
  color: #231815;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 26px;
}

.staticWrapper.static-1253036 .color-compare__tag-icon {
  width: 14px;
  height: 13px;
  flex-shrink: 0;
}

.staticWrapper.static-1253036 .color-compare__tag-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  letter-spacing: -0.84px;
}

.staticWrapper.static-1253036 .color-compare__faces {
  width: 100%;
  margin: 0 -20px;
  width: calc(100% + 40px);
}

.staticWrapper.static-1253036 .color-compare__faces-img {
  width: 100%;
  height: auto;
  display: block;
}

.staticWrapper.static-1253036 .color-compare__btn-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 249px;
  height: 46px;
  margin: 24px auto 0;
  padding: 4px 5px;
  background-color: #fff;
  border: 1px solid #e84471;
  border-radius: 30px;
  text-decoration: none;
}

.staticWrapper.static-1253036 .color-compare__btn-icon-img {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

.staticWrapper.static-1253036 .color-compare__btn-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #e84471;
  line-height: 1.8;
  text-align: center;
}

/* Lavender Pink Block specific spacing */
.staticWrapper.static-1253036 .color-compare__block--lavender {
  margin-top: 0;
}

/* =============================================
   Rose Pink Block - Image from Figma
   ============================================= */
.staticWrapper.static-1253036 .color-compare__block--rose {
  position: relative;
  padding: 0;
}

.staticWrapper.static-1253036 .color-compare__rose-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 完売グレーアウト */
.staticWrapper.static-1253036 .color-compare__rose-img--soldout,
.staticWrapper.static-1253036 .color-compare__lavender-img--soldout {
  filter: grayscale(1);
  opacity: 0.45;
}

.staticWrapper.static-1253036 .color-compare__block--lavender {
  position: relative;
  padding: 0;
}

.staticWrapper.static-1253036 .color-compare__lavender-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 完売グレーアウト */
.staticWrapper.static-1253036 .color-compare__soldout {
  position: absolute;
  top: 5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.5);
  font-size: 20px;
}

/* =============================================
   How To Use Section
   ============================================= */
.staticWrapper.static-1253036 .section-howto {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px 80px;
  background-color: #fff;
}

/* Title */
.staticWrapper.static-1253036 .howto__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.staticWrapper.static-1253036 .howto__title-text {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  color: #e84471;
  width: fit-content;
  max-width: none;
  white-space: nowrap;
  margin: 0;
  text-align: center;
}

.staticWrapper.static-1253036 .howto__title-line {
  width: 97px;
  height: auto;
  display: block;
}

.staticWrapper.static-1253036 .howto__usage-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 335px;
  margin: -12px auto 26px;
}

.staticWrapper.static-1253036 .howto__usage-heading::before,
.staticWrapper.static-1253036 .howto__usage-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #231815;
}

.staticWrapper.static-1253036 .howto__usage-heading-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #231815;
  line-height: 1;
  letter-spacing: 0.06em;
}

/* Icon */
.staticWrapper.static-1253036 .howto__icon {
  width: 335px;
  margin-bottom: 0;
}

.staticWrapper.static-1253036 .howto__icon-img {
  width: 100%;
  height: auto;
}

/* Note */
.staticWrapper.static-1253036 .howto__note {
  padding: 24px 0 46px;
}

.staticWrapper.static-1253036 .howto__note-text {
  font-size: 12px;
  line-height: 1.8;
  color: #231815;
  margin: 0;
  width: 335px;
}

/* Basic Usage Box */
.staticWrapper.static-1253036 .howto__basic {
  width: 335px;
  background-color: rgba(242, 242, 242, 0.8);
  border-radius: 10px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.staticWrapper.static-1253036 .howto__basic-title {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #e84471;
  margin: 0;
  text-align: center;
}

.staticWrapper.static-1253036 .howto__basic-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 304px;
}

.staticWrapper.static-1253036 .howto__basic-image {
  width: 100%;
  height: 213.5px;
  display: block;
  object-fit: cover;
}

/* Steps */
.staticWrapper.static-1253036 .howto__steps {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.staticWrapper.static-1253036 .howto__step {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.staticWrapper.static-1253036 .howto__step-number {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  margin-bottom: 0;
}

.staticWrapper.static-1253036 .howto__step-circle {
  width: 20px;
  height: 20px;
}

.staticWrapper.static-1253036 .howto__step-num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

.staticWrapper.static-1253036 .howto__step-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.staticWrapper.static-1253036 .howto__step-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  margin: 0;
  padding-top: 3px;
}

.staticWrapper.static-1253036 .howto__step-text--compact {
  font-size: 14px;
  padding-top: 3px;
}

.staticWrapper.static-1253036 .howto__step-sub {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  margin: 0;
}

/* Blend Image */
.staticWrapper.static-1253036 .howto__blend-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.staticWrapper.static-1253036 .howto__blend-img {
  width: 100%;
  height: auto;
}

.staticWrapper.static-1253036 .howto__blend-caption {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  margin: 6px 0 0;
  text-align: center;
}

/* Plus Icon */
.staticWrapper.static-1253036 .howto__plus-icon {
  padding: 10px 0;
  display: flex;
  justify-content: center;
}

.staticWrapper.static-1253036 .howto__plus-img {
  width: 30px;
  height: 30px;
}

/* Point Box */
.staticWrapper.static-1253036 .howto__point-box {
  width: 335px;
  border: 1px solid #e84471;
  border-radius: 10px;
  padding: 30px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 40px;
}

.staticWrapper.static-1253036 .howto__point-image {
  width: 295px;
  height: 180px;
  margin-bottom: 10px;
}

.staticWrapper.static-1253036 .howto__point-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.staticWrapper.static-1253036 .howto__point-desc {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #231815;
  line-height: 1.8;
  margin: 0;
  width: 295px;
  padding: 0;
}

.staticWrapper.static-1253036 .howto__point-card {
  width: 295px;
  height: 97px;
  background-color: #f2f2f2;
  background-image: url("/contents/small/1253036/images/bg-howto-point-card.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.staticWrapper.static-1253036 .howto__point-card-inner {
  padding: 20px 11px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.staticWrapper.static-1253036 .howto__point-label {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fa5c77;
  letter-spacing: 0;
  padding-left: 10px;
}

.staticWrapper.static-1253036 .howto__point-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  margin: 0;
  padding: 0 10px;
}

/* Accordion */
.staticWrapper.static-1253036 .howto__accordion {
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
  box-sizing: border-box;
  height: fit-content;
}

.staticWrapper.static-1253036 .howto__accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 68px;
  background-color: #fadae3;
  padding: 26px 19px;
  border: none;
  cursor: pointer;
  gap: 61px;
  box-sizing: border-box;
}

.staticWrapper.static-1253036 .howto__accordion-title {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #231815;
  line-height: 1.5;
  text-align: center;
}

.staticWrapper.static-1253036 .howto__accordion-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.staticWrapper.static-1253036 .howto__accordion-icon-img {
  width: 100%;
  height: 100%;
}

.staticWrapper.static-1253036 .howto__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(232, 68, 113, 0.20);
  padding: 0 20px;
}

.staticWrapper.static-1253036 .howto__accordion-content.is-open {
  max-height: 390px;
  height: 390px;
  padding: 40px 20px;
}

.staticWrapper.static-1253036 .howto__accordion-content p {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #231815;
  margin: 0;
}

/* Accordion Content - Technique Items */
.staticWrapper.static-1253036 .howto__technique-item {
  display: flex;
  gap: 10px;
  /* align-items: center; */
  margin-bottom: 30px;
}

.staticWrapper.static-1253036 .howto__technique-item:last-child {
  margin-bottom: 0;
}

.staticWrapper.static-1253036 .howto__technique-img {
  flex-shrink: 0;
  width: 98px;
  height: 98px;
}

.staticWrapper.static-1253036 .howto__technique-img-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.staticWrapper.static-1253036 .howto__technique-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.staticWrapper.static-1253036 .howto__accordion-content .howto__technique-title {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #231815;
  margin: 0;
}

.staticWrapper.static-1253036 .howto__technique-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background-color: #e84471;
  border-radius: 18px;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  width: fit-content;
}

.staticWrapper.static-1253036 .howto__technique-desc {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #231815;
  margin: 0;
  width: 190px;
}

.staticWrapper.static-1253036 .howto__accordion-content .howto__technique-note {
  font-size: 10px;
}

/* Accordion */
.staticWrapper.static-1253036 .howto__advanced {
  margin-top: 40px;
}

.staticWrapper.static-1253036 .howto__advanced-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 68px;
  background-color: #fadae3;
  padding: 26px 19px;
  border: none;
  cursor: pointer;
  position: relative;
}

.staticWrapper.static-1253036 .howto__advanced-title {
  font-size: 14px;
  font-weight: bold;
  color: #231815;
  line-height: 1.5;
}

.staticWrapper.static-1253036 .accordion-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}

.staticWrapper.static-1253036 .accordion-icon::before,
.staticWrapper.static-1253036 .accordion-icon::after {
  content: '';
  position: absolute;
  background-color: #e84471;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.staticWrapper.static-1253036 .accordion-icon::before {
  width: 15px;
  height: 1px;
}

.staticWrapper.static-1253036 .accordion-icon::after {
  width: 1px;
  height: 15px;
  transition: transform 0.3s ease;
}

.staticWrapper.static-1253036 .howto__advanced-header[aria-expanded="true"] .accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.staticWrapper.static-1253036 .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.staticWrapper.static-1253036 .accordion-content.is-open {
  max-height: 2000px;
}

.staticWrapper.static-1253036 .howto__advanced-img {
  width: 100%;
  height: auto;
  padding: 20px 0;
}

/* =============================================
   FAQ Section
   ============================================= */
.staticWrapper.static-1253036 .section-faq {
  background-color: #fff;
  padding: 0 20px;
}

.staticWrapper.static-1253036 .faq__title {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #231815;
  text-align: center;
  margin: 0 0 24px;
}

.staticWrapper.static-1253036 .faq__list {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding-bottom: 20px;
}

.staticWrapper.static-1253036 .faq__item {
  background-color: #fff;
}

.staticWrapper.static-1253036 .faq__question {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 10px;
  background-color: #f3f3f3;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  cursor: pointer;
  text-align: left;
}

.staticWrapper.static-1253036 .faq__question-number {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fa5c77;
  white-space: nowrap;
}

.staticWrapper.static-1253036 .faq__question-text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #231815;
  line-height: 1.8;
}

.staticWrapper.static-1253036 .faq__question-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.staticWrapper.static-1253036 .faq__question-icon-img {
  width: 100%;
  height: 100%;
}

.staticWrapper.static-1253036 .faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  height: fit-content;
  padding: 0;
  margin: 0 10px;
}

.staticWrapper.static-1253036 .faq__answer.is-open {
  max-height: 2000px;
}

.staticWrapper.static-1253036 .faq__answer.is-active {
  margin: 10px 10px 20px;
}

.staticWrapper.static-1253036 .faq__answer p {
  font-size: 14px;
  line-height: 180%;
  color: #231815;
  width: 100%;
  margin: 0 0 10px;
}

.staticWrapper.static-1253036 .faq__answer p:last-child {
  margin-bottom: 0;
}

.staticWrapper.static-1253036 .faq__answer-highlight {
  font-weight: bold;
}

.staticWrapper.static-1253036 .faq__answer-highlight--rose {
  color: #ff7490;
}

.staticWrapper.static-1253036 .faq__answer-highlight--lavender {
  color: #bb78cd;
}
/* SPと共有　ここまで */

@media screen and (min-width: 799px) {
/* =============================================
   PC Layout - Content Width 410px
   ============================================= */
.staticWrapper.staticMobile.static-1253036 {
  position: relative;
}

/* PC Background - Sticky Pattern */
.staticWrapper.staticMobile.static-1253036 .staticMobile__bg {
  background: linear-gradient(to bottom, #ffffff 0%, #FFE8ED 60%);
  /* background: url("/contents/small/1253036/images/bg-pc-background.png") no-repeat center top; */
  background-size: cover;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 100vh;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
}

.staticWrapper.staticMobile.static-1253036 .staticMobile__bg.is-fixed {
  position: fixed;
}

.staticWrapper.staticMobile.static-1253036 .staticMobile__bg.is-end {
  top: auto;
  bottom: 0;
}

.staticWrapper.staticMobile.static-1253036 .staticMobile__inner {
  background: #fff;
  max-width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 20px rgba(137, 137, 137, .5);
}

/* PC Content Width 410px */
.staticWrapper.staticMobile.static-1253036 .smallSection {
  max-width: 410px;
}

/* =============================================
   KV Section - PC Adjustments (410px width)
   ============================================= */
.staticWrapper.staticMobile.static-1253036 .section-kv {
  height: 621px;
}

.staticWrapper.staticMobile.static-1253036 .kv__bg {
  background: #fff;
}

.staticWrapper.staticMobile.static-1253036 .kv__bg-img {
  object-fit: contain;
}

.staticWrapper.staticMobile.static-1253036 .kv__badges {
  top: 22px;
  left: 22px;
  gap: 11px;
}

.staticWrapper.staticMobile.static-1253036 .kv__badge--new {
  width: 60px;
  height: 60px;
  font-size: 13px;
}

.staticWrapper.staticMobile.static-1253036 .kv__badge--limited {
  width: 60px;
  height: 60px;
}

.staticWrapper.staticMobile.static-1253036 .kv__badge-text {
  font-size: 14px;
}

.staticWrapper.staticMobile.static-1253036 .kv__title {
  top: auto;
  bottom: 48px;
  padding: 0 22px;
}

.staticWrapper.staticMobile.static-1253036 .kv__title-sub {
  font-size: 20px;
  margin: 0;
}

.staticWrapper.staticMobile.static-1253036 .kv__heart {
  width: 32px;
  height: 31px;
  margin-left: 6px;
}

.staticWrapper.staticMobile.static-1253036 .kv__title-main {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0;
}

.staticWrapper.staticMobile.static-1253036 .kv__title-in {
  font-size: 26px;
  letter-spacing: 0.06em;
}

.staticWrapper.staticMobile.static-1253036 .kv__title-product {
  font-size: 14px;
  padding-top: 10px;
  letter-spacing: 0.02em;
}

/* =============================================
   Link Navigation - PC Adjustments (410px width)
   ============================================= */
.staticWrapper.staticMobile.static-1253036 .section-link-nav {
  width: 375px;
  margin: 0 auto;
  padding: 33px 0;
}

.staticWrapper.staticMobile.static-1253036 .link-nav__wrapper {
  padding: 0 17px;
  gap: 15px 0;
  justify-content: center;
    max-width: 100%;
}

.staticWrapper.staticMobile.static-1253036 .link-nav__item {
  height: 71px;
  position: relative;
  justify-content: flex-start;
  padding-top: 0;
}

.staticWrapper.staticMobile.static-1253036 .link-nav__text-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 11px;
}

.staticWrapper.staticMobile.static-1253036 .link-nav__text {
  font-size: 14px;
}

.staticWrapper.staticMobile.static-1253036 .link-nav__icon {
  width: 11px;
  height: 7px;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%) scaleY(-1);
  margin-top: 0;
}

/* =============================================
   Intro Section - PC Adjustments (410px width)
   ============================================= */
.staticWrapper.staticMobile.static-1253036 .section-intro {
  max-width: 410px;
}

.staticWrapper.staticMobile.static-1253036 .intro__title-img {
  width: 214px;
  max-width: 214px;
}

.staticWrapper.staticMobile.static-1253036 .intro__compare {
  max-width: 100%;
}

.staticWrapper.staticMobile.static-1253036 .intro__compare-media {
  padding: 0 22px;
}

.staticWrapper.staticMobile.static-1253036 .intro__tabs {
  max-width: 366px;
  gap: 10px;
  margin-bottom: 6px;
}

.staticWrapper.staticMobile.static-1253036 .intro__compare-image {
  width: 366px;
  height: 205px;
  padding-left: 0;
  padding-right: 0;
}

.staticWrapper.staticMobile.static-1253036 .intro__compare-img--before {
  margin-top: 0px;
  padding-top: 0;
  padding-bottom: 0;
}

.staticWrapper.staticMobile.static-1253036 .intro__compare-plus-icon::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.staticWrapper.staticMobile.static-1253036 .intro__compare-plus-icon::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.staticWrapper.staticMobile.static-1253036 .intro__lineup {
  max-width: 410px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.staticWrapper.staticMobile.static-1253036 .intro__lineup-title-wrapper {
  width: 366px;
}

.staticWrapper.staticMobile.static-1253036 .intro__lineup-title-img {
  display: block;
  width: 100%;
  height: auto;
}

.staticWrapper.staticMobile.static-1253036 .intro__lineup-note {
  font-size: 11px;
  margin-top: 8px;
}

.staticWrapper.staticMobile.static-1253036 .intro__banner {
  max-width: 410px;
  margin-top: 66px;
}

.staticWrapper.staticMobile.static-1253036 .intro__banner-link {
  width: auto;
}

.staticWrapper.staticMobile.static-1253036 .intro__banner-content {
  width: 366px;
  padding: 26px 24px;
  margin: 0 auto;
}

.staticWrapper.staticMobile.static-1253036 .intro__banner-btn {
  width: 314px;
  height: 43px;
  padding: 0 19px;
  margin-bottom: 0;
}

.staticWrapper.staticMobile.static-1253036 .intro__banner-btn-arrow {
  right: auto;
}

.staticWrapper.staticMobile.static-1253036 .intro__banner-products {
  width: 142px;
  height: 81px;
}

.staticWrapper.staticMobile.static-1253036 .intro__banner-body {
  width: 316px;
}

.staticWrapper.staticMobile.static-1253036 .intro__banner-text-wrapper {
  width: 157px;
}

.staticWrapper.staticMobile.static-1253036 .intro__banner-note {
  font-size: 11px;
}

/*完売*/
.staticWrapper.static-1253036 .intro__banner-soldout {
  top: -10px;
}

/* =============================================
   Intro1 Section - PC Adjustments (410px width)
   ============================================= */
.staticWrapper.staticMobile.static-1253036 .section-intro1 {
  max-width: 410px;
}

.staticWrapper.staticMobile.static-1253036 .intro1__header {
  padding: 22px 73px;
}

.staticWrapper.staticMobile.static-1253036 .intro1__face {
  height: 290px;
}

.staticWrapper.staticMobile.static-1253036 .intro1__technique {
  padding: 16px 22px 0;
  gap: 22px;
  justify-content: flex-start;
  max-width: 100%;
}

.staticWrapper.staticMobile.static-1253036 .intro1__technique-img {
  display: block;
  width: 100%;
  height: auto;
}

.staticWrapper.staticMobile.static-1253036 .intro1__technique-face {
  width: 173px;
  height: 172px;
}

.staticWrapper.staticMobile.static-1253036 .intro1__technique-content {
  padding-top: 18px;
}

.staticWrapper.staticMobile.static-1253036 .intro1__technique-badge {
  width: 129px;
  height: 44px;
  padding: 7px 13px;
  border-radius: 22px;
}

.staticWrapper.staticMobile.static-1253036 .intro1__technique-badge-text {
  font-size: 20px;
}

.staticWrapper.staticMobile.static-1253036 .intro1__technique-badge-ok {
  font-size: 22px;
}

.staticWrapper.staticMobile.static-1253036 .intro1__technique-text {
  font-size: 17px;
  margin-top: 18px;
}

.staticWrapper.staticMobile.static-1253036 .intro1__technique-line {
  width: 176px;
  margin-top: 9px;
}

.staticWrapper.staticMobile.static-1253036 .intro1__product {
  padding: 44px 0 11px;
}

.staticWrapper.staticMobile.static-1253036 .intro1__product-bg-img {
  max-width: 410px;
}

.staticWrapper.staticMobile.static-1253036 .intro1__product-title-img {
  width: 225px;
}

.staticWrapper.staticMobile.static-1253036 .intro1__product-desc-text {
  font-size: 17px;
}

.staticWrapper.staticMobile.static-1253036 .intro1__product-lead {
  font-size: 20px;
}

.staticWrapper.staticMobile.static-1253036 .intro1__product-tag-text {
  font-size: 17px;
}

/* =============================================
   Color Compare Section - PC Adjustments
   ============================================= */
.staticWrapper.staticMobile.static-1253036 .section-color-compare {
  padding: 66px 0 40px;
}

.staticWrapper.staticMobile.static-1253036 .color-compare__title-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 7px;
}

.staticWrapper.staticMobile.static-1253036 .color-compare__title {
  width: 366px;
  height: 68px;
  margin: 0;
  box-sizing: border-box;
}

.staticWrapper.staticMobile.static-1253036 .color-compare__title-text {
  font-size: 31px;
}

.staticWrapper.staticMobile.static-1253036 .color-compare__content {
  width: 410px;
  gap: 9px;
  margin: 0 auto;
}

.staticWrapper.staticMobile.static-1253036 .color-compare__block {
  width: 410px;
}

.staticWrapper.staticMobile.static-1253036 .color-compare__product-img {
  width: 157px;
}

.staticWrapper.staticMobile.static-1253036 .color-compare__block--lavender .color-compare__product-img {
  width: 202px;
}

.staticWrapper.staticMobile.static-1253036 .color-compare__desc {
  font-size: 14px;
}

.staticWrapper.staticMobile.static-1253036 .color-compare__tags {
  padding: 15px 0 26px;
  gap: 9px;
}

.staticWrapper.staticMobile.static-1253036 .color-compare__tag {
  height: 25px;
  padding: 5px 11px 5px 5px;
}

.staticWrapper.staticMobile.static-1253036 .color-compare__tag-icon {
  width: 15px;
  height: 14px;
}

.staticWrapper.staticMobile.static-1253036 .color-compare__tag-text {
  font-size: 14px;
}

.staticWrapper.staticMobile.static-1253036 .color-compare__faces-img {
  width: 410px;
  max-width: calc(100% + 44px);
  margin-left: -22px;
  margin-right: -22px;
}

.staticWrapper.staticMobile.static-1253036 .color-compare__btn-top {
  width: 272px;
  height: 50px;
  margin-top: 24px;
}

.staticWrapper.staticMobile.static-1253036 .color-compare__btn-icon-img {
  width: 42px;
  height: 42px;
}

.staticWrapper.staticMobile.static-1253036 .color-compare__btn-text {
  font-size: 17px;
}

/* Rose Pink Image - PC Adjustments */
.staticWrapper.staticMobile.static-1253036 .color-compare__rose-img {
  max-width: 410px;
}

/* Lavender Pink Image - PC Adjustments */
.staticWrapper.staticMobile.static-1253036 .color-compare__lavender-img {
  max-width: 410px;
}

/* =============================================
   How To Section - PC Adjustments
   ============================================= */
.staticWrapper.staticMobile.static-1253036 .section-howto {
  padding: 66px 22px 87px;
}

.staticWrapper.staticMobile.static-1253036 .howto__title {
  max-width: 366px;
  padding-bottom: 44px;
}

.staticWrapper.staticMobile.static-1253036 .howto__title-text {
  font-size: 28px;
  width: fit-content;
  max-width: none;
  white-space: nowrap;
}

.staticWrapper.staticMobile.static-1253036 .howto__title-line {
  width: 107px;
}

.staticWrapper.staticMobile.static-1253036 .howto__usage-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 366px;
  margin: -14px auto 30px;
}

.staticWrapper.staticMobile.static-1253036 .howto__usage-heading::before,
.staticWrapper.staticMobile.static-1253036 .howto__usage-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #231815;
}

.staticWrapper.staticMobile.static-1253036 .howto__usage-heading-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #231815;
  line-height: 1;
  letter-spacing: 0.06em;
}

.staticWrapper.staticMobile.static-1253036 .howto__icon {
  width: 366px;
}

.staticWrapper.staticMobile.static-1253036 .howto__note {
  padding: 26px 0 50px;
}

.staticWrapper.staticMobile.static-1253036 .howto__note-text {
  width: 365px;
  font-size: 12px;
}

.staticWrapper.staticMobile.static-1253036 .howto__basic {
  width: 366px;
  padding: 33px 22px;
  gap: 22px;
  background-color: rgba(242, 242, 242, 0.8);
}

.staticWrapper.staticMobile.static-1253036 .howto__basic-title {
  font-size: 26px;
}

.staticWrapper.staticMobile.static-1253036 .howto__basic-image-wrapper {
  width: 332px;
}

.staticWrapper.staticMobile.static-1253036 .howto__basic-image {
  height: 233px;
  object-fit: cover;
}

.staticWrapper.staticMobile.static-1253036 .howto__steps {
  gap: 15px;
}

.staticWrapper.staticMobile.static-1253036 .howto__step-number {
  width: 22px;
  height: 22px;
}

.staticWrapper.staticMobile.static-1253036 .howto__step-circle {
  width: 22px;
  height: 22px;
}

.staticWrapper.staticMobile.static-1253036 .howto__step-num {
  font-size: 17px;
}

.staticWrapper.staticMobile.static-1253036 .howto__step-text {
  font-size: 14px;
}

.staticWrapper.staticMobile.static-1253036 .howto__step-text--compact {
  font-size: 14px;
  padding-top: 3px;
}

.staticWrapper.staticMobile.static-1253036 .howto__step-sub {
  font-size: 11px;
}

.staticWrapper.staticMobile.static-1253036 .howto__blend-caption {
  font-size: 11px;
  margin-top: 7px;
}

.staticWrapper.staticMobile.static-1253036 .howto__plus-icon {
  padding: 11px 0;
}

.staticWrapper.staticMobile.static-1253036 .howto__plus-img {
  width: 33px;
  height: 33px;
}

.staticWrapper.staticMobile.static-1253036 .howto__point-box {
  width: 366px;
  padding: 33px 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0 auto 44px;
}

.staticWrapper.staticMobile.static-1253036 .howto__point-image {
  width: 322px;
  height: 197px;
  margin-bottom: 11px;
}

.staticWrapper.staticMobile.static-1253036 .howto__point-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.staticWrapper.staticMobile.static-1253036 .howto__point-desc {
  font-size: 14px;
  width: 322px;
  padding: 0;
}

.staticWrapper.staticMobile.static-1253036 .howto__point-card {
  width: 322px;
  height: 106px;
  background-color: #f2f2f2;
  background-image: url("/contents/small/1253036/images/bg-howto-point-card.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  justify-content: flex-start;
}

.staticWrapper.staticMobile.static-1253036 .howto__point-card-inner {
  padding: 22px 11px !important;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-sizing: border-box;
}

.staticWrapper.static-1253036 .howto__point-card-inner {
  padding: 22px 11px !important;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-sizing: border-box;
}

.staticWrapper.staticMobile.static-1253036 .howto__point-label {
  font-size: 16px;
  line-height: normal;
}

.staticWrapper.staticMobile.static-1253036 .howto__point-text {
  font-size: 14px;
  padding: 0 10px;
}

.staticWrapper.staticMobile.static-1253036 .howto__accordion {
  width: 100%;
  max-width: 366px;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
}

.staticWrapper.staticMobile.static-1253036 .howto__accordion-header {
  height: 74px;
  padding: 28px 20px;
  gap: 30px;
  box-sizing: border-box;
}

.staticWrapper.staticMobile.static-1253036 .howto__accordion-title {
  font-size: 14px;
}

.staticWrapper.staticMobile.static-1253036 .howto__accordion-icon {
  width: 16px;
  height: 16px;
}

.staticWrapper.staticMobile.static-1253036 .howto__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(232, 68, 113, 0.20);
  padding: 0 20px;
}

.staticWrapper.staticMobile.static-1253036 .howto__accordion-content.is-open {
  max-height: 390px;
  height: 350px;
  padding: 40px 20px;
}

.staticWrapper.staticMobile.static-1253036 .howto__accordion-content p {
  font-size: 14px;
}

/* Accordion Content - Technique Items PC Adjustments */
.staticWrapper.staticMobile.static-1253036 .howto__technique-item {
  gap: 16px;
}

.staticWrapper.staticMobile.static-1253036 .howto__technique-img {
  flex-shrink: 0;
  width: 98px;
  height: 98px;
}

.staticWrapper.staticMobile.static-1253036 .howto__accordion-content .howto__technique-title {
  font-size: 14px;
  line-height: 20px;
}

.staticWrapper.staticMobile.static-1253036 .howto__technique-badge {
  font-size: 14px;
}

.staticWrapper.staticMobile.static-1253036 .howto__technique-desc {
  font-size: 14px;
  line-height: 150%;
  width: 205px;
}

.staticWrapper.staticMobile.static-1253036 .howto__accordion-content .howto__technique-note {
  font-size: 10px;
}

/* =============================================
   FAQ Section - PC Adjustments
   ============================================= */
.staticWrapper.staticMobile.static-1253036 .section-faq {
  padding: 0 22px;
}

/* =============================================
   POINT 01 Section - PC Adjustments (410px width)
   ============================================= */
.staticWrapper.staticMobile.static-1253036 .point01 {
  padding: 66px 0;
}

.staticWrapper.staticMobile.static-1253036 .point01__header {
  padding: 0 100px;
  margin-bottom: 33px;
}

.staticWrapper.staticMobile.static-1253036 .point01__label {
  font-size: 13px;
}

.staticWrapper.staticMobile.static-1253036 .point01__number {
  font-size: 46px;
  letter-spacing: -0.92px;
}

.staticWrapper.staticMobile.static-1253036 .point01__title {
  margin-bottom: 17px;
}

.staticWrapper.staticMobile.static-1253036 .point01__title-main {
  font-size: 26px;
}

.staticWrapper.staticMobile.static-1253036 .point01__title-highlight {
  width: 180px;
  height: 11px;
}

.staticWrapper.staticMobile.static-1253036 .point01__title-sub {
  font-size: 26px;
}

.staticWrapper.staticMobile.static-1253036 .point01__heart-img {
  margin-bottom: 20px;
}

.staticWrapper.staticMobile.static-1253036 .point01__heart-img-photo {
  max-width: 410px;
}

.staticWrapper.staticMobile.static-1253036 .point01__desc {
  margin-bottom: 14px;
}

.staticWrapper.staticMobile.static-1253036 .point01__desc-text {
  font-size: 17px;
}

.staticWrapper.staticMobile.static-1253036 .point01__desc-accent {
  font-size: 20px;
}

.staticWrapper.staticMobile.static-1253036 .point01__arrow {
  margin-bottom: 13px;
}

.staticWrapper.staticMobile.static-1253036 .point01__arrow-icon {
  height: 33px;
}

.staticWrapper.staticMobile.static-1253036 .point01__tags-img {
  padding: 0 11px;
  margin-bottom: 0;
}

.staticWrapper.staticMobile.static-1253036 .point01__tags-img-photo {
  max-width: 388px;
}

.staticWrapper.staticMobile.static-1253036 .point01__tags-box {
  margin: 0 22px 55px;
  padding: 13px 22px 17px;
  border-radius: 22px;
}

.staticWrapper.staticMobile.static-1253036 .point01__tags-title {
  font-size: 17px;
  margin-bottom: 11px;
}

.staticWrapper.staticMobile.static-1253036 .point01__tags-title-large {
  font-size: 22px;
}

.staticWrapper.staticMobile.static-1253036 .point01__tags-title-small {
  font-size: 17px;
}

.staticWrapper.staticMobile.static-1253036 .point01__tags {
  gap: 8px 11px;
}

.staticWrapper.staticMobile.static-1253036 .point01__tag {
  border-radius: 12px;
  padding: 3px 11px 3px 4px;
}

.staticWrapper.staticMobile.static-1253036 .point01__tag-icon {
  width: 19px;
  height: 17px;
}

.staticWrapper.staticMobile.static-1253036 .point01__tag-text {
  font-size: 17px;
}

.staticWrapper.staticMobile.static-1253036 .point01__beauty {
  padding: 20px 22px 0;
}

.staticWrapper.staticMobile.static-1253036 .point01__beauty-header {
  margin-bottom: 55px;
}

.staticWrapper.staticMobile.static-1253036 .point01__beauty-label {
  height: 25px;
  padding: 8px 14px;
  font-size: 13px;
  letter-spacing: 1.3px;
}

.staticWrapper.staticMobile.static-1253036 .point01__beauty-content {
  margin-bottom: 33px;
}

.staticWrapper.staticMobile.static-1253036 .point01__beauty-lead {
  font-size: 17px;
  margin-bottom: 20px;
}

.staticWrapper.staticMobile.static-1253036 .point01__beauty-title {
  font-size: 22px;
}

.staticWrapper.staticMobile.static-1253036 .point01__beauty-title-highlight {
  left: 4px;
  width: 280px;
  height: 11px;
}

.staticWrapper.staticMobile.static-1253036 .point01__beauty-compare {
  margin-bottom: 22px;
}

.staticWrapper.staticMobile.static-1253036 .point01__beauty-compare-text {
  font-size: 17px;
  margin-bottom: 17px;
}

.staticWrapper.staticMobile.static-1253036 .point01__beauty-compare-img img {
  width: 294px;
}

.staticWrapper.staticMobile.static-1253036 .point01__beauty-box {
  padding: 22px 20px;
  gap: 22px;
}

.staticWrapper.staticMobile.static-1253036 .point01__beauty-bullet {
  width: 15px;
  height: 15px;
}

.staticWrapper.staticMobile.static-1253036 .point01__beauty-item-text {
  font-size: 14px;
}

.staticWrapper.staticMobile.static-1253036 .point01__beauty-footer {
  padding-top: 55px;
}

/* =============================================
   POINT 02 Section - PC Adjustments (410px width)
   ============================================= */
.staticWrapper.staticMobile.static-1253036 .point02 {
  padding: 66px 0;
}

.staticWrapper.staticMobile.static-1253036 .point02__header {
  margin-bottom: 34px;
}

.staticWrapper.staticMobile.static-1253036 .point02__label {
  font-size: 13px;
}

.staticWrapper.staticMobile.static-1253036 .point02__number {
  font-size: 42px;
  letter-spacing: -0.84px;
}

.staticWrapper.staticMobile.static-1253036 .point02__title {
  gap: 20px;
  margin-bottom: 37px;
}

.staticWrapper.staticMobile.static-1253036 .point02__title-main {
  font-size: 20px;
}

.staticWrapper.staticMobile.static-1253036 .point02__title-sub {
  font-size: 26px;
}

.staticWrapper.staticMobile.static-1253036 .point02__title-highlight {
  width: 261px;
  height: 11px;
}

.staticWrapper.staticMobile.static-1253036 .point02__circles-img {
  padding: 0 18px;
  margin-bottom: 33px;
}

.staticWrapper.staticMobile.static-1253036 .point02__circles-img-photo {
  width: 374px;
}

.staticWrapper.staticMobile.static-1253036 .point02__compare {
  gap: 33px;
  margin-bottom: 50px;
}

.staticWrapper.staticMobile.static-1253036 .point02__compare-row {
  flex-direction: row;
}

.staticWrapper.staticMobile.static-1253036 .point02__compare-row--40 {
  align-items: flex-start;
  padding-right: 0;
}

.staticWrapper.staticMobile.static-1253036 .point02__compare-row--40 .point02__compare-image {
  justify-content: flex-start;
  align-items: flex-start;
}

.staticWrapper.staticMobile.static-1253036 .point02__compare-row--50 {
  width: 100%;
  padding-left: 0;
}

.staticWrapper.staticMobile.static-1253036 .point02__compare-row--50 .point02__compare-image {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
}

.staticWrapper.staticMobile.static-1253036 .point02__compare-label {
  width: 388px;
  padding: 11px 18px;
}

.staticWrapper.staticMobile.static-1253036 .point02__compare-label-text {
  font-size: 17px;
}

.staticWrapper.staticMobile.static-1253036 .point02__compare-photo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}

.staticWrapper.staticMobile.static-1253036 .point02__pearl {
  padding: 0 22px;
}

.staticWrapper.staticMobile.static-1253036 .point02__pearl-question {
  font-size: 22px;
  margin-bottom: 11px;
}

.staticWrapper.staticMobile.static-1253036 .point02__pearl-question-highlight {
  font-size: 28px;
}

.staticWrapper.staticMobile.static-1253036 .point02__pearl-card {
  padding-top: 22px;
}

.staticWrapper.staticMobile.static-1253036 .point02__pearl-line {
  height: 44px;
}

.staticWrapper.staticMobile.static-1253036 .point02__pearl-content {
  padding: 36px 20px 28px;
  gap: 20px;
}

.staticWrapper.staticMobile.static-1253036 .point02__pearl-title {
  gap: 14px;
}

.staticWrapper.staticMobile.static-1253036 .point02__pearl-title-lead {
  font-size: 18px;
}

.staticWrapper.staticMobile.static-1253036 .point02__pearl-title-number {
  font-size: 32px;
}

.staticWrapper.staticMobile.static-1253036 .point02__pearl-title-unit,
.staticWrapper.staticMobile.static-1253036 .point02__pearl-title-particle,
.staticWrapper.staticMobile.static-1253036 .point02__pearl-title-keyword,
.staticWrapper.staticMobile.static-1253036 .point02__pearl-title-text {
  font-size: 24px;
}

.staticWrapper.staticMobile.static-1253036 .point02__pearl-photo {
  display: block;
  width: 324px;
  height: 235px;
  object-fit: contain;
}

.staticWrapper.staticMobile.static-1253036 .point02__pearl-copy {
  gap: 10px;
  height: auto;
}

.staticWrapper.staticMobile.static-1253036 .point02__pearl-copy-lead {
  font-size: 17px;
  line-height: 1.4;
  width: fit-content;
  height: fit-content;
}

.staticWrapper.staticMobile.static-1253036 .point02__pearl-copy-main {
  width: fit-content;
}

.staticWrapper.staticMobile.static-1253036 .point02__pearl-copy-text,
.staticWrapper.staticMobile.static-1253036 .point02__pearl-copy-highlight-text {
  font-size: 20px;
}

.staticWrapper.staticMobile.static-1253036 .point02__pearl-copy-underline {
  width: 100%;
}

/* =============================================
   POINT 03 Section - PC Adjustments (410px width)
   ============================================= */
.staticWrapper.staticMobile.static-1253036 .point03 {
  padding: 66px 30px 44px;
  background-size: 100% 404px;
}

.staticWrapper.staticMobile.static-1253036 .point03__header {
  margin-bottom: 33px;
}

.staticWrapper.staticMobile.static-1253036 .point03__label {
  font-size: 13px;
}

.staticWrapper.staticMobile.static-1253036 .point03__number {
  font-size: 42px;
  letter-spacing: -0.84px;
}

.staticWrapper.staticMobile.static-1253036 .point03__title {
  gap: 8px;
  margin-bottom: 37px;
}

.staticWrapper.staticMobile.static-1253036 .point03__title-main {
  font-size: 20px;
}

.staticWrapper.staticMobile.static-1253036 .point03__title-sub {
  font-size: 26px;
}

.staticWrapper.staticMobile.static-1253036 .point03__title-highlight {
  width: 327px;
  height: 11px;
}

.staticWrapper.staticMobile.static-1253036 .point03__feature-img-photo {
  width: 358px;
}

/* =============================================
   Point Banner - PC Adjustments (410px width)
   ============================================= */
.staticWrapper.staticMobile.static-1253036 .point__banner {
  padding: 0 22px 66px;
}

.staticWrapper.staticMobile.static-1253036 .point__banner-content {
  /* width: 366px; */
  padding: 0 20px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.staticWrapper.staticMobile.static-1253036 .point__banner-header-wrapper {
  gap: 15px;
}

.staticWrapper.staticMobile.static-1253036 .point__banner-icon {
  width: 62px;
  height: 62px;
}

.staticWrapper.staticMobile.static-1253036 .point__banner-icon-text {
  font-size: 14px;
}

.staticWrapper.staticMobile.static-1253036 .point__banner-date {
  height: 31px;
  padding: 4px 11px;
  gap: 10px;
}

.staticWrapper.staticMobile.static-1253036 .point__banner-date-text,
.staticWrapper.staticMobile.static-1253036 .point__banner-date-off {
  font-size: 17px;
}

.staticWrapper.staticMobile.static-1253036 .point__banner-text {
  margin-top: 0;
  padding-top: 10px;
  font-size: 17px;
  font-weight: bold;
}

.staticWrapper.staticMobile.static-1253036 .point__banner-text p {
  margin: 0;
  font-weight: bold;
}

.staticWrapper.staticMobile.static-1253036 .point__banner-products img {
  width: 213px;
  height: 134px;
}

.staticWrapper.staticMobile.static-1253036 .point__banner-btn {
  width: calc(100% - 44px);
  height: 60px;
  margin: 0 22px;
  padding: 0 22px;
}

.staticWrapper.staticMobile.static-1253036 .point__banner-btn-text {
  font-size: 14px;
}

.staticWrapper.staticMobile.static-1253036 .point__banner-note {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 500;
  color: #231815;
  margin-top: 17px;
  margin-bottom: 0px;
  padding: 0 22px 0;
}
}
