/* ----------------------------------------------------------------------
reset css
---------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*font-size:100%; vertical-align:baseline;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button,
input,
select,
textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  -webkit-appearance: none;
  border-radius: 0;
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

iframe {
  max-width: 100%;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%
}

.clearfix {
  display: block;
}

/* end MacIE5 */

/* font */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

/* ----------------------------------------------------------------------
基本設定
---------------------------------------------------------------------- */
html {
  overflow: visible !important;
}

body {
  line-height: 1;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  color: #060000;
}

main {
  font-family: 'Shippori Mincho', serif, 'Noto Sans JP', sans-serif, 'EB Garamond';
  line-height: 1.6;
  color: #3e3a39;
}

.pepbuw-lp li {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}

/* a { text-decoration:none; font-family: 'Noto Sans JP', sans-serif; font-size: 20px; color: #3e3a39;}
a, a:before, a:after, input {
  -webkit-transition-property:background-color, color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:background-color, color; transition-duration:0.2s; transition-timing-function:ease;
}*/
.pepbuw-lp .hide {
  display: none;
}

.pepbuw-lp .note {
  font-size: 12px;
  text-align: left;
}

.pepbuw-lp .-en {
  font-family: 'EB Garamond', serif;
}

.pepbuw-lp img {
  width: 50%;
  height: auto;
}

.pepbuw-lp h2 {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.4;
}

.pepbuw-lp h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}

.pepbuw-lp h4 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
}

.pepbuw-lp p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}

.pepbuw-lp span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
}


/* --------------------------------------------------------------------
共通
--------------------------------------------------------------------- */
.title {
  position: relative;
  padding-left: 40px;
}

.title_main {
  display: inline-block;
  position: relative;
}

.title_sub {
  font-size: 18px;
}

.title_main::after {
  content: "";
  position: absolute;
  left: -40px;
  top: calc(100% + 45px);
  height: 2px;
  width: calc(100% + 70px);
  background: linear-gradient(90deg,
      rgba(175, 141, 69, 1) 0%,
      rgba(236, 193, 95, 1) 50%,
      rgba(240, 235, 177, 1) 100%);
}

.title_img {
  width: 60% !important;
  height: auto;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: clamp(16px, 3vw, 40px);
}

@media screen and (max-width:767.98px) {
  .title {
    position: relative;
    padding-left: 25px;
  }

  .title_main {
    display: inline-block;
    position: relative;
  }

  .title_sub {
    font-size: 14px;
  }

  .title_main::after {
    content: "";
    position: absolute;
    left: -25px;
    top: calc(100% + 30px);
    height: 2px;
    width: calc(100% + 70px);
    background: linear-gradient(90deg,
        rgba(175, 141, 69, 1) 0%,
        rgba(236, 193, 95, 1) 50%,
        rgba(240, 235, 177, 1) 100%);
  }

  .title_img {
    width: 50% !important;
    height: auto;
  }

  .inner {
    width: 90%;
    margin: 0 auto;
    padding-inline: 0;
  }
}

/* ---------------------------------------------------------------------
pc ｜
--------------------------------------------------------------------- */
@media screen and (min-width:768px) {
  .vw_s {
    display: none;
  }

  .vw_l {
    display: block;
  }

  /* header */
  section:has(header) {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }

  /* intro */
  .pepbuw-intro {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #fff;
    transition: opacity .6s ease;
  }

  .pepbuw-intro picture,
  .pepbuw-intro img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: block;
  }

  /* fade */
  .pepbuw-main {
    opacity: 1;
    transition: opacity .6s ease;
  }

  /* 2col layout */
  .pepbuw-2col {
    display: grid;
    grid-template-columns: 33.333% 66.666%;
    align-items: start;
    width: 100%;
  }

  /* left */
  .pepbuw-side {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background: #fff;
  }

  /* Swiper sizing */
  .pepbuw-hero {
    width: 100%;
    height: 100%;
  }

  .pepbuw-hero .swiper-wrapper,
  .pepbuw-hero .swiper-slide {
    height: 100%;
  }

  .pepbuw-hero-bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* ===== Pagination progress lines ===== */
  .pepbuw-pagination {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    z-index: 10;
  }

  /* グレーのライン（ベース） */
  .pepbuw-pagination .swiper-pagination-bullet {
    position: relative;
    width: 50px;
    height: 2px;
    border-radius: 0;
    opacity: 1;
    margin: 0 !important;
    background: rgba(0, 0, 0, .2);
    overflow: hidden;
    bottom: 5px;
  }

  /* 白が伸びる部分 */
  .pepbuw-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    inset: 0;
    width: var(--pepbuw-fill, 0%);
    background: rgba(255, 255, 255, .95);
  }

  /* アクティブのときだけアニメで伸ばす */
  .pepbuw-pagination .swiper-pagination-bullet-active::before {
    animation: pepbuwProgress var(--pepbuw-progress, 3000ms) linear forwards;
  }

  /* 伸び切ったら満タン */
  @keyframes pepbuwProgress {
    from {
      width: 0%;
    }

    to {
      width: 100%;
    }
  }

  /* right */
  .pepbuw-content {
    min-height: 100vh;
    background: #fff;
    padding-top: 90px;
  }

  .pepbuw-content-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* ペップビューについて */
  .about {
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/about_bg.png) no-repeat center / cover;
    padding: 120px 0;
  }

  .about_title .title_img {
    width: 70%;
  }

  .about_title .title_main::after {
    width: 90%;
  }

  .about_inner {
    padding-top: 130px;
  }

  .about_future-prevention {
    text-align: center;
  }

  .about_future-text h2 {
    margin-bottom: 120px;
  }

  .about_future-points {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 250px;
    margin-bottom: 120px;
  }

  .about_future-points::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: clamp(70px, 5vw, 100px);
    height: clamp(70px, 5vw, 100px);
    transform: translate(-50%, -50%);
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/future-points_item.png) no-repeat center / contain;
    z-index: 1;
  }

  .about_future-points p {
    font-family: 'Shippori Mincho', serif !important;
    font-size: 28px;
    color: #bf942b;
  }

  .future-point {
    position: relative;
    z-index: 2;
  }

  .clear::before {
    content: "";
    position: absolute;
    top: 35%;
    left: 14%;
    width: clamp(140px, 20vw, 256px);
    height: clamp(140px, 20vw, 256px);
    transform: translate(-50%, -50%);
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/about_clear.png) no-repeat center / contain;
    z-index: -1;
  }

  .moist::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 69%;
    width: clamp(140px, 20vw, 240px);
    height: clamp(140px, 20vw, 210px);
    transform: translate(-50%, -50%);
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/about_moist.png) no-repeat center / contain;
    z-index: -1;
  }

  .future-point_text {
    font-family: 'Shippori Mincho', serif !important;
    font-size: 18px;
    margin-bottom: 30px;
  }

  .-big {
    font-family: 'Shippori Mincho', serif !important;
    font-size: 20px;
    margin-bottom: 80px;
  }

  .about_supplement {
    position: relative;
    text-align: left;
    max-width: 750px;
    margin: 0 auto;
  }

  .about_supplement-text {
    border: 1px solid #bf942b;
    padding: 40px;
    margin-top: 25px;
  }

  .about_supplement-title {
    font-family: 'Shippori Mincho', serif !important;
    font-size: 18px;
    position: absolute;
    top: -12px;
    left: 20px;
    background: #ebebe7;
    padding: 0 10px;
  }

  /* 効果 */
  .effect {
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/effect_bg.png) no-repeat center / cover;
    padding: 150px 0 100px;
  }

  .effect_layout {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }

  .effect_text {
    width: 50%;
  }

  .effect_text h2 {
    margin-bottom: 40px;
  }

  .effect_keywords {
    position: relative;
    width: 325px;
    height: 282px;
    flex: 0 0 auto;
  }

  .effect-keyword {
    position: absolute;
    width: 150px;
    height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Shippori Mincho', serif !important;
    font-size: 32px;
    color: #bf942b;
    z-index: 1;
  }

  .effect_keywords::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;

    background:
      /* 左斜め線（潤い → ハリ） */
      linear-gradient(135deg,
        transparent 49%,
        rgba(175, 141, 69, .7),
        rgba(236, 193, 95, .7),
        transparent 55%) 72px 105px / 69px 26px no-repeat,

      /* 右斜め線（潤い → 弾力） */
      linear-gradient(45deg,
        transparent 45%,
        rgba(175, 141, 69, .7),
        rgba(236, 193, 95, .7),
        transparent 53%) 200px 100px / 27px 37px no-repeat,

      /* 下辺（ハリ → 弾力） */
      linear-gradient(90deg,
        rgba(175, 141, 69, .7),
        rgba(236, 193, 95, .7)) 147px 204px / 31px 2px no-repeat
  }

  .effect-keyword.moisture {
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
  }

  .effect-keyword.elasticity {
    bottom: -6px;
    left: 0px;
  }

  .effect-keyword.firmness {
    bottom: -6px;
    right: 0px;
  }

  .effect-keyword::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/effect_cricle.png") no-repeat center / contain;
    z-index: -1;
  }


  /* 悩み */
  .worries {
    position: relative;
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/worries_bg.png) no-repeat center / cover;
    padding: 120px 0 250px;
    z-index: 1;
  }

  .worries_inner {
    text-align: center;
  }

  .worries_inner h2 {
    margin-bottom: 40px;
  }

  .worries_card {
    max-width: 55%;
    background-color: rgb(255, 255, 255, 0.6);
    padding: 40px 50px;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
  }

  .worries_list {
    display: inline-block;
    text-align: left;
  }

  .worries_item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .worries_item:last-child {
    margin-bottom: 0;
  }

  .worries_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 28px;
    height: 28px;
    background: url("https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/worries_item.png") no-repeat center / contain;
  }

  /* ミスト・セラム共通部分 */
  .mist_layout,
  .serum_layout {
    display: grid;
    grid-template-columns: minmax(0, 400px) auto;
    column-gap: 25px;
  }

  .mist_product,
  .serum_product {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

  .card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: stretch;
  }

  .lead_sub {
    font-family: 'Shippori Mincho', serif !important;
    font-size: 20px;
    margin-bottom: 40px;
  }

  .mist_explanation,
  .serum_explanation {
    background-color: rgb(255, 255, 255, 0.4);
    border-radius: 20px;
    padding: 20px 30px;
    margin-bottom: 70px;
  }

  .ingredient_content {
    text-align: center;
  }

  .ingredient-card {
    background-color: rgb(255, 255, 255, 0.7);
    border-radius: 20px;
    padding: 30px 20px 15px;
    position: relative;
  }

  .ingredient-card img {
    margin-bottom: 20px;
  }

  .ingredient-card_text {
    text-align: left;
  }

  /* ミスト */
  .mist {
    position: relative;
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/mist_bg.png) no-repeat top center / cover;
    padding: 100px 0 120px;
    margin-top: -80px;
    z-index: 2;
  }

  .mist::before {
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 180px;
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/mist_vbg.png) no-repeat top center / 100% 100%;
    pointer-events: none;
  }

  .mist_inner {
    padding-right: clamp(16px, 3vw, 40px);
    padding-left: 0;
    margin: 0;
  }

  .mist_img {
    display: block;
    align-self: center;
  }

  .mist_lead {
    border-left: 2px solid #bf942b;
    padding-left: 24px;
  }

  .pepbuw-lp .ingredient-content_mist-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 40px;
  }

  .ingredient-content_mist-title::before,
  .ingredient-content_mist-title::after {
    content: "";
    flex: 1;
    height: 1.5px;
    background: #bf942b;
  }

  /* セラム */
  .serum {
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/serum_bg.png) no-repeat center / cover;
    padding: 120px 0;
  }

  .serum_inner {
    padding-right: clamp(16px, 3vw, 40px);
    padding-left: 0;
    margin: 0;
  }

  .serum_img {
    display: block;
    align-self: center;
  }

  .serum_lead {
    border-left: 2px solid #f0ebb1;
    padding-left: 24px;
  }

  .pepbuw-lp .ingredient-content_serum-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 40px;
  }

  .ingredient-content_serum-title::before,
  .ingredient-content_serum-title::after {
    content: "";
    flex: 1;
    height: 1.5px;
    background: #f0ebb1;
  }

  /* 共通成分 */
  .shared-ingredients {
    padding: 120px 0;
  }

  .shared-ingredients_inner {
    padding-right: clamp(16px, 3vw, 40px);
    padding-left: 0;
    margin: 0;
  }

  .shared-ingredients_layout {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 80px;
  }

  .shared-ingredients_lead {
    border-left: 2px solid #bf942b;
    padding-left: 24px;
  }

  .shared-ingredients_explanation {
    padding-left: 24px;
    margin-bottom: 100px;
  }

  .shared-ingredients_content {
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: center;
    position: relative;
    margin-left: 60px;
  }

  .shared-ingredients_content .ingredient-card {
    padding: 30px 15px;
  }

  .ingredient-card_images {
    display: flex;
    margin-bottom: 5px;
  }

  .shared-ingredients_content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 32.333%;
    width: 1px;
    background: #bf942b;
    transform: translateX(-50%);
  }

  sup {
    position: relative;
    font-size: 0.6em;
    vertical-align: baseline;
    top: -0.55em;
  }

  .shared-ingredients_content::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 66.666%;
    width: 1px;
    background: #bf942b;
    transform: translateX(-50%);
  }

  /* ご使用方法 */
  .howtouse {
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/howtouse_bg.png) no-repeat center / cover;
    padding: 120px 0;
  }

  .howtouse_inner {
    text-align: center;
    padding-top: 130px;
  }

  .howtouse_steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    margin-bottom: 80px;
  }

  .step {
    width: 340px;
    position: relative;
  }

  .step_label {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 35px;
    font-size: 24px;
    line-height: 1.1;
    color: #bf942b;
    text-align: center;
    z-index: 1;
  }

  .step_label::before {
    content: "";
    position: absolute;
    left: -5px;
    top: -25px;
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/step_cricle.png) no-repeat center / contain;
    width: 80px;
    height: 80px;
    z-index: -1;
  }

  .step img {
    width: 40%;
    margin-bottom: 30px;
  }

  .step_text {
    text-align: left;
  }

  .howtouse_arrow {
    width: 0;
    height: 0;
    margin-top: 90px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 25px solid #eadeaf;
  }

  .howtouse_timing {
    margin-bottom: 60px;
  }

  .howtouse_timing img {
    width: 65%;
    margin: 0 auto;
  }

  .howtouse_memo {
    width: 65%;
    border: 1.5px solid #bf942b;
    padding: 20px;
    margin: 0 auto;
  }

  .memo-list {
    display: inline-block;
    text-align: left;
  }

  /*  製品情報・価格  */
  .products {
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/products_bg.png) no-repeat center / cover;
    padding: 120px 0;
  }

  .products_inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    gap: 150px;
    padding-top: 130px;
  }

  .product-card {
    display: grid;
    grid-template-columns: 200px minmax(0, 600px);
    gap: 60px;
    justify-content: center;
    align-items: center;
  }

  .product-card>img {
    width: 100%;
    height: auto;
    display: block;
  }

  .product-card_info {
    min-width: 0;
  }

  .pepbuw-lp .product-mist_title {
    width: 15%;
  }

  .pepbuw-lp .product-serum_title {
    width: 20%;
  }

  .pepbuw-lp .product-pepbuw_title {
    width: 42%;
  }

  .product_price {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .product-pepbuw_text {
    margin-bottom: 10px;
  }

  .product-pepbuw_text span {
    font-weight: 600;
  }
}

/* ---------------------------------------------------------------------
pc ｜ (max-width: 1440px)
--------------------------------------------------------------------- */
@media (max-width: 1440px) {
  .pepbuw-lp .pepbuw-2col {
    grid-template-columns: 30% 70%;
  }

  .pepbuw-lp .mist_img {
    width: 60%;
  }

  .pepbuw-lp .serum_img {
    width: 60%;
  }
}


/* ---------------------------------------------------------------------
mobile ｜
--------------------------------------------------------------------- */
@media screen and (max-width:767.98px) {
  .vw_s {
    display: block;
  }

  .vw_l {
    display: none;
  }

  .pepbuw-lp {
    overflow-x: hidden;
  }

  /* intro */
  .pepbuw-intro {
    position: fixed;
    inset: 0;
    z-index: 1002;
    background: #fff;
    transition: opacity .6s ease;
  }

  .pepbuw-intro picture,
  .pepbuw-intro img {
    width: 100vw;
    height: 100dvh;
    object-fit: cover;
    display: block;
  }

  /* fade */
  .pepbuw-main {
    opacity: 1;
    transition: opacity .6s ease;
  }

  /* 2col layout */
  .pepbuw-lp .pepbuw-2col {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    width: 100%;
  }

  /* left */
  .pepbuw-side {
    position: relative;
    top: 0;
    height: 500px;
    overflow: hidden;
    background: #fff;
  }

  /* Swiper sizing */
  .pepbuw-hero {
    width: 100%;
    height: 100%;
  }

  .pepbuw-hero .swiper-wrapper,
  .pepbuw-hero .swiper-slide {
    height: 100%;
  }

  .pepbuw-hero-bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* ===== Pagination progress lines ===== */
  .pepbuw-pagination {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    z-index: 10;
  }

  /* グレーのライン（ベース） */
  .pepbuw-pagination .swiper-pagination-bullet {
    position: relative;
    width: 50px;
    height: 2px;
    border-radius: 0;
    opacity: 1;
    margin: 0 !important;
    background: rgba(0, 0, 0, .2);
    overflow: hidden;
    bottom: 5px;
  }

  /* 白が伸びる部分 */
  .pepbuw-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    inset: 0;
    width: var(--pepbuw-fill, 0%);
    background: rgba(255, 255, 255, .95);
  }

  /* アクティブのときだけアニメで伸ばす */
  .pepbuw-pagination .swiper-pagination-bullet-active::before {
    animation: pepbuwProgress var(--pepbuw-progress, 3000ms) linear forwards;
  }

  /* 伸び切ったら満タン */
  @keyframes pepbuwProgress {
    from {
      width: 0%;
    }

    to {
      width: 100%;
    }
  }

  /* right */
  .pepbuw-content {
    min-height: 100vh;
    background: #fff;
    padding-top: 0;
  }

  .pepbuw-content-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* ペップビューについて */
  .about {
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/about_bg.png) no-repeat center / cover;
    padding: 80px 0;
  }

  .about_title .title_img {
    width: 70% !important;
  }

  .about_title .title_main::after {
    width: 90%;
  }

  .about_inner {
    padding-top: 80px;
  }

  .about_future-prevention {
    text-align: center;
  }

  .about_future-text h2 {
    font-size: 24px;
    margin-bottom: 60px;
  }

  .about_future-points {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 95px;
    margin-bottom: 60px;
  }

  .about_future-points::after {
    content: "";
    position: absolute;
    left: 48%;
    top: 50%;
    width: clamp(50px, 5vw, 100px);
    height: clamp(50px, 5vw, 100px);
    transform: translate(-50%, -50%);
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/future-points_item.png) no-repeat center / contain;
    z-index: 1;
  }

  .about_future-points p {
    font-family: 'Shippori Mincho', serif !important;
    font-size: 22px;
    color: #bf942b;
  }

  .future-point {
    position: relative;
    z-index: 2;
  }

  .clear::before {
    content: "";
    position: absolute;
    top: 35%;
    left: 25%;
    width: clamp(140px, 20vw, 256px);
    height: clamp(140px, 20vw, 256px);
    transform: translate(-50%, -50%);
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/about_clear.png) no-repeat center / contain;
    z-index: -1;
  }

  .moist::before {
    content: "";
    position: absolute;
    top: 47%;
    left: 67%;
    width: clamp(140px, 20vw, 240px);
    height: clamp(140px, 20vw, 210px);
    transform: translate(-50%, -50%);
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/about_moist.png) no-repeat center / contain;
    z-index: -1;
  }

  .future-point_text {
    font-family: 'Shippori Mincho', serif !important;
    font-size: 16px;
    margin-bottom: 30px;
  }

  .-big {
    font-family: 'Shippori Mincho', serif !important;
    font-size: 17px;
    margin-bottom: 80px;
  }

  .about_supplement {
    position: relative;
    text-align: left;
    max-width: 750px;
    margin: 0 auto;
  }

  .about_supplement-text {
    border: 1px solid #bf942b;
    padding: 20px;
    margin-top: 25px;
  }

  .about_supplement-text p {
    font-size: 14px;
  }

  .about_supplement-title {
    font-family: 'Shippori Mincho', serif !important;
    font-size: 16px;
    position: absolute;
    top: -12px;
    left: 12px;
    background: #f2f1ee;
    padding: 0 10px;
  }

  /* 効果 */
  .effect {
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/effect_bg.png) no-repeat center / cover;
    padding: 100px 0;
  }

  .effect_layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 70px;
  }

  .effect_text {
    width: 100%;
  }

  .effect_text h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .effect_keywords {
    position: relative;
    width: 315px;
    height: 280px;
    flex: 0 0 auto;
  }

  .effect-keyword {
    position: absolute;
    width: 130px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Shippori Mincho', serif !important;
    font-size: 32px;
    color: #bf942b;
    z-index: 1;
  }

  .effect_keywords::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;

    background:
/* 左斜め線（潤い → ハリ） */
      linear-gradient(135deg, transparent 49%, rgba(175, 141, 69, .7), rgba(236, 193, 95, .7), transparent 55%) 72px 112px / 70px 18px no-repeat,
      /* 右斜め線（潤い → 弾力） */
      linear-gradient(45deg, transparent 45%, rgba(175, 141, 69, .7), rgba(236, 193, 95, .7), transparent 53%) 183px 113px / 42px 20px no-repeat,
      /* 下辺（ハリ → 弾力） */
      linear-gradient(90deg, rgba(175, 141, 69, .7), rgba(236, 193, 95, .7)) 147px 192px / 22px 2px no-repeat
  }

  .effect-keyword.moisture {
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }

  .effect-keyword.elasticity {
    bottom: -6px;
    left: 17px;
  }

  .effect-keyword.firmness {
    bottom: -6px;
    right: 17px;
  }

  .effect-keyword::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/effect_cricle.png") no-repeat center / contain;
    z-index: -1;
  }


  /* 悩み */
  .worries {
    position: relative;
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/worries_bg.png) no-repeat center / cover;
    padding: 100px 0 230px;
    z-index: 1;
  }

  .worries_inner {
    text-align: center;
  }

  .worries_inner h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .worries_card {
    background-color: rgb(255, 255, 255, 0.6);
    padding: 25px 20px;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
  }

  .worries_list {
    display: inline-block;
    text-align: left;
  }

  .worries_item {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .worries_item:last-child {
    margin-bottom: 0;
  }

  .worries_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    background: url("https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/worries_item.png") no-repeat center / contain;
  }

  /* ミスト・セラム共通部分 */
  .mist_layout,
  .serum_layout {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 25px;
  }

  .mist_product,
  .serum_product {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 55px;
    margin-bottom: 50px;
  }

  .card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    width: 85%;
    margin: 0 auto;
  }

  .lead_sub {
    font-family: 'Shippori Mincho', serif !important;
    font-size: 16px;
    margin-bottom: 40px;
  }

  .mist_explanation,
  .serum_explanation {
    background-color: rgb(255, 255, 255, 0.4);
    border-radius: 20px;
    padding: 20px 30px;
    margin-bottom: 70px;
    font-size: 14px;
  }

  .ingredient_content {
    text-align: center;
  }

  .ingredient-card {
    background-color: rgb(255, 255, 255, 0.7);
    border-radius: 20px;
    padding: 20px;
    position: relative;
  }

  .ingredient-card img {
    margin-bottom: 20px;
  }

  .ingredient-card_text {
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
  }

  /* ミスト */
  .mist {
    position: relative;
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/mist_bg.png) no-repeat top center / cover;
    padding: 60px 0 80px;
    margin-top: -80px;
    z-index: 2;
  }

  .mist::before {
    content: "";
    position: absolute;
    top: -55px;
    left: 0;
    width: 100%;
    height: 180px;
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/mist_vbg.png) no-repeat top center / contain;
    pointer-events: none;
  }

  .mist_inner {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }

  .pepbuw-lp .mist_img {
    display: block;
    width: 30%;
    align-self: center;
  }

  .mist_content {
    padding-inline: clamp(16px, 3vw, 40px);
  }

  .mist_lead {
    border-left: 2px solid #bf942b;
    padding-left: 15px;
  }

  .ingredient_content .ingredient-content_mist-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
  }

  .ingredient-content_mist-title::before,
  .ingredient-content_mist-title::after {
    content: "";
    flex: 1;
    height: 1.5px;
    background: #bf942b;
  }

  /* セラム */
  .serum {
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/serum_bg.png) no-repeat center / cover;
    padding: 80px 0;
  }

  .serum_title .title_main::after {
    width: 90%;
  }

  .serum_inner {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }

  .pepbuw-lp .serum_img {
    display: block;
    width: 30%;
    align-self: center;
  }

  .serum_content {
    padding-inline: clamp(16px, 3vw, 40px);
  }

  .serum_lead {
    border-left: 2px solid #f0ebb1;
    padding-left: 15px;
  }

  .ingredient_content .ingredient-content_serum-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
  }

  .ingredient-content_serum-title::before,
  .ingredient-content_serum-title::after {
    content: "";
    flex: 1;
    height: 1.5px;
    background: #f0ebb1;
  }

  /* 共通成分 */
  .shared-ingredients {
    padding: 80px 0;
  }

  .shared-ingredients_inner {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }

  .shared-ingredients_layout {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 80px;
  }

  .shared-ingredients_title .title_main::after {
    width: 90%;
  }

  .shared-ingredients_text {
    padding-top: 90px;
    padding-inline: clamp(16px, 3vw, 40px);
  }

  .shared-ingredients_lead {
    border-left: 2px solid #bf942b;
    padding-left: 20px;
  }

  .shared-ingredients_explanation {
    margin-bottom: 50px;
  }

  .shared-ingredients_content {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    position: relative;
    margin-left: 0;
  }

  .shared-ingredients_content .ingredient-card {
    border-radius: 0px;
    padding: 30px 0;
    position: relative;
    width: 85%;
    margin: 0 auto;
  }

  .shared-ingredients_content .ingredient-card {
    border-bottom: 1px solid #bf942b;
  }

  .shared-ingredients_content .ingredient-card:last-child {
    border-bottom: none;
  }

  .ingredient-card_images {
    display: flex;
  }

  sup {
    position: relative;
    font-size: 0.6em;
    vertical-align: baseline;
    top: -0.55em;
  }

  /* ご使用方法 */
  .howtouse {
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/howtouse_bg.png) no-repeat center / cover;
    padding: 80px 0;
  }

  .howtouse_inner {
    text-align: center;
    padding-top: 130px;
  }

  .howtouse_steps {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;
  }

  .step {
    max-width: 315px;
    position: relative;
    margin: 0 auto;
  }

  .step_label {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 116px;
    height: 17px;
    font-size: 24px;
    line-height: 1.1;
    color: #bf942b;
    text-align: center;
    z-index: 1;
  }

  .step_label::before {
    content: "";
    position: absolute;
    left: 17px;
    top: -35px;
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/step_cricle.png) no-repeat center / contain;
    width: 80px;
    height: 80px;
    z-index: -1;
  }

  .step img {
    width: 40%;
    margin-bottom: 20px;
  }

  .step_text {
    text-align: left;
  }

  .howtouse_arrow {
    width: 0;
    height: 0;
    margin: 20px auto;
    border-top: 25px solid #eadeaf;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }

  .howtouse_timing {
    margin-bottom: 40px;
  }

  .howtouse_timing img {
    width: 100%;
    margin: 0 auto;
  }

  .howtouse_memo {
    width: 85%;
    border: 1.5px solid #bf942b;
    padding: 20px;
    margin: 0 auto;
  }

  .memo-list {
    display: inline-block;
    text-align: left;
  }

  .memo-list_item {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .memo-list_item:last-child {
    margin-bottom: 0;
  }

  /*  製品情報・価格  */
  .products {
    background: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/pepbuw/products_bg.png) no-repeat center / cover;
    padding: 80px 0;
  }

  .products_inner {
    display: grid;
    gap: 100px;
    padding-top: 110px;
    margin: 0 auto;
    width: 90%;
  }

  .product-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
    justify-content: center;
    align-items: center;
  }

  .product-card>img {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .product-card_info {
    min-width: 0;
  }

  .product-card_info h3 {
    margin-bottom: 0;
  }

  .product-card_info span {
    font-size: 14px;
  }

  .pepbuw-lp .product-mist_title {
    width: 20%;
  }

  .pepbuw-lp .product-serum_title {
    width: 30%;
  }

  .pepbuw-lp .product-pepbuw_title {
    width: 60%;
  }

  .product_price {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .product-pepbuw_text {
    margin-bottom: 10px;
  }

  .product-pepbuw_text span {
    font-size: 18px;
    font-weight: 700;
  }
}


/* ---------------------------------------------------------------------
scroll_up ｜下から上へ出現
--------------------------------------------------------------------- */
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

/*----------------------------
scroll ｜タイミングをずらす
----------------------------*/
.timing02 {
  transition-delay: .2s;
}

.timing025 {
  transition-delay: .3s;
}

.timing03 {
  transition-delay: .4s;
}

.timing035 {
  transition-delay: .5s;
}

.timing04 {
  transition-delay: .6s;
}

.timing05 {
  transition-delay: .8s;
}

.timing055 {
  transition-delay: .9s;
}

.timing06 {
  transition-delay: 1.0s;
}