/* ==========================================================================
   LP-HBVL - HYALURONIC BEAUTY VOLUME LIP
   ========================================================================== */

/* Base
   ========================================================================== */
body {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body > * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:focus,
*:focus {
  outline: none;
}

img {
  vertical-align: top;
  border: none;
  border-style: none;
}

ol,
ul,
li {
  list-style: none;
}

/* Utility Classes
   ========================================================================== */
.SPshow {
  display: none;
}

.PCshow {
  display: block;
}

/* Header
   ========================================================================== */
.header__inner > h1 > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* LP Main Container
   ========================================================================== */
.lp-hbvl {
  padding-top: 80px;
  background-color: #fffefa;
}

/* FV (First View) Section
   ========================================================================== */
.lp-hbvl-fv {
  position: relative;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
}

.lp-hbvl-fv__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 背景画像用 - 画像が設定されていない場合は非表示 */
.lp-hbvl-fv__bg-image {
  height: 100%;
  min-height: 600px;
  object-fit: cover;
}

.lp-hbvl-fv__bg-image.SPshow {
  display: none;
}

.lp-hbvl-fv__catch-image.SPshow {
  display: none;
}

.lp-hbvl-fv__tags-image.SPshow {
  display: none;
}

/* 背景画像が読み込めない場合の対応 */
.lp-hbvl-fv__bg-image[src=""],
.lp-hbvl-fv__bg-image:not([src]) {
  display: none;
}

.lp-hbvl-fv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 920px;
  height: auto;
  margin: 0 auto;
  padding: 0 40px;
}

/* FV Text Content
   ========================================================================== */

.lp-hbvl-fv__lead {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
  font-size: 26px;
  color: #85763d;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* FV Catch Copy (Main Title)
   ========================================================================== */
.lp-hbvl-fv__catch {
  position: relative;
  margin-bottom: 80px;
}

.lp-hbvl-fv__catch-image {
  display: block;
  width: 491px;
  height: auto;
}

.lp-hbvl-fv__catch-note {
  position: absolute;
  top: -1px;
  left: 203px;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
  font-size: 10px;
  color: #85763d;
}

/* テキストベースのキャッチコピー */
.lp-hbvl-fv__catch-text {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
  color: #85763d;
  line-height: 1.4;
  margin: 0;
}

.lp-hbvl-fv__catch-line1 {
  display: block;
  font-size: 48px;
  letter-spacing: 0.02em;
}

.lp-hbvl-fv__catch-line1 sup {
  font-size: 14px;
  vertical-align: super;
  margin-left: 2px;
}

.lp-hbvl-fv__catch-line2 {
  display: block;
  font-size: 56px;
  letter-spacing: 0.02em;
  margin-top: 10px;
}

/* FV Sub Catch Copy (Tags)
   ========================================================================== */
.lp-hbvl-fv__tags {
  display: flex;
  align-items: center;
  gap: 15px;
}

.lp-hbvl-fv__tags-image {
  display: block;
  height: auto;
  max-width: 425px;
}

.lp-hbvl-fv__tag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  border: 1px solid #c4a96a;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.6);
}

.lp-hbvl-fv__tag-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp-hbvl-fv__tag-text {
  position: relative;
  z-index: 2;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #845e17;
  letter-spacing: -0.03em;
  text-align: center;
  white-space: nowrap;
}

.lp-hbvl-fv__tag-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #c4a96a;
}

/* FV Note (Bottom Right)
   ========================================================================== */
.lp-hbvl-fv__note {
  position: absolute;
  bottom: 30px;
  right: 40px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #222;
  letter-spacing: 0.02em;
}

/* ==========================================================================
   SEC01: 口元ケア
   ========================================================================== */
.lp-hbvl-sec01 {
  position: relative;
  width: 100%;
  padding: 100px 0 140px;
  background-color: #fffefa;
}

.lp-hbvl-sec01__inner {
  max-width: 1440px;
  margin: 0 auto;
}

/* SEC01 Header
   ========================================================================== */
.lp-hbvl-sec01__header {
  text-align: center;
  margin-bottom: 72px;
}

.lp-hbvl-sec01__title {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, #e7c368 0%, #a08f48 46.635%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 30px;
}

.lp-hbvl-sec01__subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #42403a;
  margin: 0;
}

/* SEC01 Compare Section
   ========================================================================== */
.lp-hbvl-sec01__compare {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 100px;
}

.lp-hbvl-sec01__compare-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 428px;
}

/* Compare Label */
.lp-hbvl-sec01__compare-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  border-radius: 40px;
  margin-bottom: 30px;
}

.lp-hbvl-sec01__compare-label span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.lp-hbvl-sec01__compare-label--young {
  background-color: #f3e6cb;
}

.lp-hbvl-sec01__compare-label--young span {
  color: #222;
}

.lp-hbvl-sec01__compare-label--aged {
  background-color: #b2a792;
}

.lp-hbvl-sec01__compare-label--aged span {
  color: #fff;
}

/* Compare Image */
.lp-hbvl-sec01__compare-image {
  width: 330px;
  height: 210px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
}

.lp-hbvl-sec01__compare-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Compare Illust */
.lp-hbvl-sec01__compare-illust {
  width: 240px;
  height: 173px;
  margin-bottom: 30px;
}

.lp-hbvl-sec01__compare-illust img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Compare Description */
.lp-hbvl-sec01__compare-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #222;
  text-align: center;
  margin: 0;
}

/* SEC01 Message
   ========================================================================== */
.lp-hbvl-sec01__message {
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

.lp-hbvl-sec01__message-text {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 2;
  letter-spacing: 0.01em;
  color: #9a8746;
  text-align: center;
  margin: 0;
}

.lp-hbvl-sec01__bottom-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.lp-hbvl-sec01__bottom-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================================================
   SEC02: POINT 1 - ヒアルブースト処方
   ========================================================================== */
.lp-hbvl-sec02 {
  position: relative;
  width: 100%;
  padding: 100px 20px 80px;
  background-color: #fff8ed;
}

.lp-hbvl-sec02__inner {
  max-width: 1120px;
  margin: 0 auto;
}

/* SEC02 Box (White background container) */
.lp-hbvl-sec02__box {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 100px;
  margin-bottom: 30px;
}

/* SEC02 Point Label */
.lp-hbvl-sec02__point-label {
  font-family: 'Onest', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  background: linear-gradient(90deg, #e7c368 0%, #a08f48 46.635%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: fit-content;
  margin: 0 auto 18px;
}

/* SEC02 Header */
.lp-hbvl-sec02__header {
  text-align: center;
  margin-bottom: 72px;

  &.point2 {
    margin-bottom: 42px;
  }
}

.lp-hbvl-sec02__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #42403a;
  margin: 0;
}

.lp-hbvl-sec02__title-line1,
.lp-hbvl-sec02__title-line2 {
  display: block;
}

.lp-hbvl-sec02__title sup {
  font-size: 10px;
  vertical-align: super;
}

/* SEC02 Content Area */
.lp-hbvl-sec02__content {
  display: flex;
  gap: 72px;
  align-items: flex-start;
}

/* SEC02 Texts (Left side) */
.lp-hbvl-sec02__texts {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* SEC02 Text Block */
.lp-hbvl-sec02__text-block {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.lp-hbvl-sec02__block-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #9a8746;
  margin: 0;
}

.lp-hbvl-sec02__block-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #42403a;
  margin: 0;
}

/* SEC02 Image (Right side) */
.lp-hbvl-sec02__image {
  flex-shrink: 0;
  width: 412px;
}

.lp-hbvl-sec02__image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* SEC02 Note */
.lp-hbvl-sec02__note {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: -0.025em;
  color: #222;
  margin-top: 72px;
}

/* ==========================================================================
   SEC02: POINT 2 - バリア成分
   ========================================================================== */
.lp-hbvl-sec02__box--point2 {
  margin-top: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 5px 20px 0px rgba(137, 137, 137, 0.1);
}

/* POINT 2 Subtitle */
.lp-hbvl-sec02__subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #42403a;
  text-align: center;
  margin: 0 0 72px;
}

/* POINT 2 Section Title */
.lp-hbvl-sec02__section-title {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  font-size: 33px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #9a8746;
  text-align: center;
  margin: 0 0 50px;
}

/* Ingredients Section */
.lp-hbvl-sec02__ingredients {
  display: flex;
  gap: 50px;
  max-width: 850px;
  margin: 0 auto 30px;
}

.lp-hbvl-sec02__ingredient-group {
  flex: 1;
}

.lp-hbvl-sec02__ingredient-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 12px 20px;
  border-radius: 30px;
  margin: 0 0 30px;
  background: #E1D19A;
  color: #fff;
}

.lp-hbvl-sec02__ingredient-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px 40px;
  max-width: 336px;
  margin: 0 auto;
}

.lp-hbvl-sec02__ingredient-item {
  text-align: center;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lp-hbvl-sec02__ingredient-image {
  width: 148px;
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-hbvl-sec02__ingredient-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.lp-hbvl-sec02__ingredient-name-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #42403a;
  margin: 0 0 5px;
}

.lp-hbvl-sec02__ingredient-name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #42403a;
  margin: 0;
  height: 42px
}

.lp-hbvl-sec02__ingredient-name sup {
  font-size: 9px;
  vertical-align: super;
}

/* Route W Section (Accordion) */
.lp-hbvl-sec02__routew {
  margin-top: 50px;
  border-top: 1px solid #42403A;
  border-bottom: 1px solid #42403A;

  &.is-open{
    border-bottom: none;
  }
}

/* アコーディオンヘッダー */
.lp-hbvl-sec02__routew-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 18px 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.lp-hbvl-sec02__routew-header:hover {
  opacity: 0.7;
}

.lp-hbvl-sec02__routew-question {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #42403a;
  margin: 0;
}

.lp-hbvl-sec02__routew-question sup {
  font-size: 10px;
  vertical-align: super;
}

.lp-hbvl-sec02__routew-toggle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  color: #42403a;
  transition: transform 0.3s ease;
}

/* アコーディオンが開いている時のトグルアイコン変更はJSで制御 */

/* アコーディオンボディラッパー（高さアニメーション用） */
.lp-hbvl-sec02__routew-body-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}

/* アコーディオンボディ */
.lp-hbvl-sec02__routew-body {
  padding-top: 60px;
}

/* ルートW タイトル部分 */
.lp-hbvl-sec02__routew-title-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 60px;
}

.lp-hbvl-sec02__routew-logo {
  width: 130px;
  height: 130px;
  flex-shrink: 0;
}

.lp-hbvl-sec02__routew-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lp-hbvl-sec02__routew-title-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp-hbvl-sec02__routew-label {
  font-family: 'Noto Serif JP', 'Noto Sans JP', serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #9a8746;
  margin: 0;
}

.lp-hbvl-sec02__routew-name {
  font-family: 'Noto Serif JP', 'Noto Sans JP', serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #42403a;
  margin: 0;
}

.lp-hbvl-sec02__routew-name sup {
  font-size: 10px;
  vertical-align: super;
}

.lp-hbvl-sec02__routew-sup {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 10px;
}

/* ルートW コンテンツ部分 */
.lp-hbvl-sec02__routew-content {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

.lp-hbvl-sec02__routew-desc-area {
  flex: 1;
}

.lp-hbvl-sec02__routew-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: #42403a;
  margin: 0 0 27px;
}

.lp-hbvl-sec02__routew-desc-bold {
  font-weight: 700;
}

.lp-hbvl-sec02__routew-desc sup {
  font-size: 10px;
  vertical-align: super;
}

.lp-hbvl-sec02__routew-desc2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #42403a;
  margin: 0;
}

/* ルートW 数式部分 */
.lp-hbvl-sec02__routew-formula {
  flex-shrink: 0;
}

.lp-hbvl-sec02__routew-formula-img {
  display: block;
  max-width: 354px;
  height: auto;
}

.lp-hbvl-sec02__routew-note {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: -0.025em;
  color: #222;
  margin-top: 40px;
}

/* Responsive (PC Only for now)
   ========================================================================== */
@media screen and (max-width: 1440px) {
  .lp-hbvl-fv__text {
    left: 19.44%; /* 280px / 1440px */
  }
}

@media screen and (max-width: 1024px) {
  .lp-hbvl-fv__text {
    left: 80px;
  }
  
  .lp-hbvl-fv__lead {
    font-size: 22px;
  }
  
  .lp-hbvl-fv__catch-image {
    width: 400px;
  }
  
  .lp-hbvl-fv__catch-note {
    left: 165px;
  }

  /* SEC01 */
  .lp-hbvl-sec01__title {
    font-size: 34px;
  }

  .lp-hbvl-sec01__subtitle {
    font-size: 18px;
  }

  .lp-hbvl-sec01__compare {
    gap: 40px;
  }

  .lp-hbvl-sec01__compare-item {
    width: 360px;
  }

  .lp-hbvl-sec01__compare-image {
    width: 280px;
    height: 180px;
  }

  .lp-hbvl-sec01__compare-illust {
    width: 200px;
    height: 145px;
  }

  .lp-hbvl-sec01__message-text {
    font-size: 28px;
  }

  /* SEC02 */
  .lp-hbvl-sec02__box {
    padding: 40px 60px 60px;
  }

  .lp-hbvl-sec02__title {
    font-size: 22px;
  }

  .lp-hbvl-sec02__content {
    gap: 40px;
  }

  .lp-hbvl-sec02__block-title {
    font-size: 20px;
  }

  .lp-hbvl-sec02__block-desc {
    font-size: 16px;
  }

  .lp-hbvl-sec02__image {
    width: 320px;
  }

  /* POINT 2 */
  .lp-hbvl-sec02__subtitle {
    font-size: 16px;
  }

  .lp-hbvl-sec02__section-title {
    font-size: 24px;
  }

  .lp-hbvl-sec02__ingredients {
    gap: 30px;
  }

  .lp-hbvl-sec02__ingredient-image {
    width: 100px;
    height: 100px;
  }

  .lp-hbvl-sec02__routew-content {
    gap: 30px;
  }

  .lp-hbvl-sec02__routew-name {
    font-size: 24px;
  }
}

/* ==========================================================================
   SEC03: 使用感
   ========================================================================== */
.lp-hbvl-sec03 {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
  background-image: url('../img/sec3_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lp-hbvl-sec03__inner {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

/* SEC03 左側: 商品画像 */
.lp-hbvl-sec03__image {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 80px;
  width: 600px;
  height: 490px;
}

.lp-hbvl-sec03__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* SEC03 右側: テキストコンテンツ */
.lp-hbvl-sec03__content {
  padding-left: 50%;
}

.lp-hbvl-sec03__label {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #c3b06a;
  margin: 0 0 25px;
}

.lp-hbvl-sec03__title {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  font-size: 33px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #42403a;
  margin: 0 0 58px;
}

/* SEC03 特徴リスト */
.lp-hbvl-sec03__features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-hbvl-sec03__feature {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 0 24px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 24px;
}

.lp-hbvl-sec03__feature:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.lp-hbvl-sec03__feature-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.lp-hbvl-sec03__feature-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lp-hbvl-sec03__feature-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #42403a;
}

@media screen and (max-width: 1150px) {
  .lp-hbvl-sec03__image {
    width: 450px;
    height: 368px;
  }

  .lp-hbvl-sec03__content {
    padding-left: 55%;
  }

  .lp-hbvl-sec03__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 950px) {
  .lp-hbvl-sec03__image {
    width: 350px;
    height: 288px;
  }

  .lp-hbvl-sec03__content {
    padding-left: 50%;
  }
}

/* ==========================================================================
   SEC04: おすすめケア
   ========================================================================== */
.lp-hbvl-sec04 {
  padding: 80px;
}

.lp-hbvl-sec04__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 80px 60px;
  background-color: #fffbed;
  border-radius: 24px;
  box-shadow: 0 5px 15px rgba(165, 147, 84, 0.1);
}

.lp-hbvl-sec04__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #42403a;
  text-align: center;
  margin: 0 0 50px;
}

.lp-hbvl-sec04__list {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.lp-hbvl-sec04__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  width: 200px;
}

.lp-hbvl-sec04__item-image {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  flex-shrink: 0;
}

.lp-hbvl-sec04__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-hbvl-sec04__item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.lp-hbvl-sec04__item-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #42403a;
  margin: 0;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.lp-hbvl-sec04__item-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #42403a;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .lp-hbvl-sec04__inner {
    padding: 40px 40px 50px;
  }

  .lp-hbvl-sec04__list {
    display: grid;
    grid-template-columns: repeat(2, 200px);
    gap: 30px;
    max-width: 430px;
    margin: 0 auto;
  }
}

/* ==========================================================================
   CV Section
   ========================================================================== */
.lp-hbvl-cv {
  position: relative;
  width: 100%;
  height: 518px;
  background-image: url('../img/cv_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lp-hbvl-cv__inner {
  position: relative;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.lp-hbvl-cv__content {
  position: absolute;
  right: 200px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-hbvl-cv__logo {
  width: 134px;
  margin-bottom: 50px;
}

.lp-hbvl-cv__logo img {
  width: 100%;
  height: auto;
}

.lp-hbvl-cv__text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: #42403a;
  text-align: center;
  margin: 0 0 50px;
}

.lp-hbvl-cv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 286px;
  height: 54px;
  background-color: #dcc779;
  border-radius: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.lp-hbvl-cv__btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .lp-hbvl-cv__content {
    right: 100px;
  }

  .lp-hbvl-cv__text {
    font-size: 20px;
  }


}

@media screen and (max-width: 767px) {
  .SPshow {
    display: block;
  }
  
  .PCshow {
    display: none;
  }

  /* LP Main Container - SP */
  .lp-hbvl {
    padding-top: 40px;
  }

  /* ==========================================================================
     FV - SP
     ========================================================================== */
  .lp-hbvl-fv {
    min-height: auto;
    height: auto;
  }

  .lp-hbvl-fv__bg-image {
    position: relative;
    width: 100%;
    min-height: auto;
    height: auto;
  }

  .lp-hbvl-fv__bg-image.SPshow {
    display: block;
  }

  .lp-hbvl-fv__content {
    position: absolute;
    top: 50px;
    left: 50px;
    transform: none;
    padding: 32px 32px 0;
  }

  .lp-hbvl-fv__lead {
    font-size: 18px;
    letter-spacing: 0.06em;
    margin-bottom: 28px;
  }

  .lp-hbvl-fv__catch {
    margin-bottom: 50px;
  }

  .lp-hbvl-fv__catch-image {
    width: 230px;
  }

  .lp-hbvl-fv__catch-image.SPshow {
    display: block;
  }

  .lp-hbvl-fv__tags-image {
    width: 182px;
  }

  .lp-hbvl-fv__tags-image.SPshow {
    display: block;
  }

  .lp-hbvl-fv__note {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 9px;
    text-align: right;
  }

  /* ==========================================================================
     SEC01 - SP
     ========================================================================== */
  .lp-hbvl-sec01 {
    padding: 60px 24px 100px;
  }

  .lp-hbvl-sec01__header {
    margin-bottom: 45px;
  }

  .lp-hbvl-sec01__title {
    font-size: 25px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 25px;
  }

  .lp-hbvl-sec01__subtitle {
    font-size: 15px;
    letter-spacing: 0.07em;
    text-align: center;
  }

  .lp-hbvl-sec01__compare {
    flex-direction: column;
    gap: 72px;
  }

  .lp-hbvl-sec01__compare-item {
    width: 100%;
  }

  .lp-hbvl-sec01__compare-label {
    width: 350px;
    max-width: 100%;
    height: 38px;
    margin: 0 auto 30px;
  }

  .lp-hbvl-sec01__compare-label span {
    font-size: 14px;
  }

  .lp-hbvl-sec01__compare-image {
    width: 310px;
    height: 180px;
    margin: 0 auto 25px;
    border-radius: 12px;
  }

  .lp-hbvl-sec01__compare-illust {
    width: 218px;
    height: 147px;
    margin: 0 auto 18px;
  }

  .lp-hbvl-sec01__compare-desc {
    font-size: 14px;
    text-align: center;
  }

  .lp-hbvl-sec01__message-text {
    font-size: 21px;
    line-height: 1.8;
    letter-spacing: 0.01em;
  }

  /* ==========================================================================
     SEC02 - SP
     ========================================================================== */
  .lp-hbvl-sec02 {
    padding: 60px 20px;
  }

  .lp-hbvl-sec02__box {
    padding: 40px 22px 30px;
    border-radius: 16px;
  }

  .lp-hbvl-sec02__title {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .lp-hbvl-sec02__content {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .lp-hbvl-sec02__texts {
    width: 100%;
    order: 1;
  }

  .lp-hbvl-sec02__image {
    width: 100%;
    order: 2;
  }

  .lp-hbvl-sec02__image img {
    width: 100%;
    border-radius: 12px;
  }

  .lp-hbvl-sec02__point-label {
    font-size: 23px;
    margin-bottom: 16px;
  }

  .lp-hbvl-sec02__block-title {
    font-size: 17px;
  }

  .lp-hbvl-sec02__block-desc {
    font-size: 14px;
    line-height: 1.8;
  }

  .lp-hbvl-sec02__texts{
    gap: 75px;
  }

  .lp-hbvl-sec02__text-block{
    gap: 15px;
  }

  /* SEC02 POINT2 - SP */
  .lp-hbvl-sec02__section {
    margin-top: 40px;
    padding-top: 40px;
  }

  .lp-hbvl-sec02__subtitle {
    font-size: 14px;
    margin-bottom: 60px;
  }

  .lp-hbvl-sec02__section-title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .lp-hbvl-sec02__ingredients {
    flex-direction: column;
    gap: 30px;
  }

  .lp-hbvl-sec02__ingredient-group {
    max-width: 100%;
  }

  .lp-hbvl-sec02__ingredient-label {
    width: 100%;
    max-width: 326px;
    font-size: 16px;
    border-radius: 26px;
    margin: 0 auto 20px;
    padding-block: 9px;
  }

  .lp-hbvl-sec02__ingredient-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 100%;
  }

  .lp-hbvl-sec02__ingredient-item {
    gap: 10px;
    width: 100%;
  }

  .lp-hbvl-sec02__ingredient-image {
    width: 114px;
    height: 114px;
    margin: 0 auto;
  }

  .lp-hbvl-sec02__ingredient-name {
    font-size: 13px;
    height: auto;
  }

  .lp-hbvl-sec02__ingredient-name-label {
    font-size: 11px;
  }

  .lp-hbvl-sec02__ingredients-note {
    font-size: 10px;
    margin-top: 20px;
    padding: 0 10px;
  }

  .lp-hbvl-sec02__note {
    font-size: 10px;
    margin-top: 40px;
  }

  /* RouteW アコーディオン - SP */
  .lp-hbvl-sec02__routew {
    margin-top: 30px;
  }

  .lp-hbvl-sec02__routew-header {
    padding: 20px 0;
  }

  .lp-hbvl-sec02__routew-question {
    font-size: 15px;
  }

  .lp-hbvl-sec02__routew-toggle {
    font-size: 16px;
  }

  .lp-hbvl-sec02__routew-body {
    padding: 30px 0 0;
  }

  .lp-hbvl-sec02__routew-title-area {
    flex-direction: row;
    gap: 12px;
    margin-bottom: 24px;
  }

  .lp-hbvl-sec02__routew-logo {
    width: 86px;
    height: 86px;
  }

  .lp-hbvl-sec02__routew-title-text {
    text-align: left;
  }

  .lp-hbvl-sec02__routew-label {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .lp-hbvl-sec02__routew-name {
    font-size: 24px;
  }

  .lp-hbvl-sec02__routew-content {
    flex-direction: column;
    gap: 20px;
  }

  .lp-hbvl-sec02__routew-desc {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .lp-hbvl-sec02__routew-desc2{
    font-size: 14px;
  }

  .lp-hbvl-sec02__routew-formula{
    padding-inline: 24px;
  }

  .lp-hbvl-sec02__routew-formula-img {
    max-width: 100%;
  }

  .lp-hbvl-sec02__routew-note {
    font-size: 10px;
    margin-top: 40px;
  }


  /* ==========================================================================
     SEC03 - SP (使用感)
     ========================================================================== */
  .lp-hbvl-sec03 {
    height: 660px;
  }

  .lp-hbvl-sec03__inner {
    padding: 0 32px;
    align-items: flex-start;
  }

  .lp-hbvl-sec03__image {
    position: absolute;
    left: auto;
    right: -100px;
    top: auto;
    bottom: 30px;
    width: 538px;
    height: 440px;
  }

  .lp-hbvl-sec03__content {
    position: relative;
    z-index: 1;
    margin-left: 0;
    padding-left: 0;
    padding-top: 60px;
  }

  .lp-hbvl-sec03__label {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .lp-hbvl-sec03__title {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 50px;
  }

  .lp-hbvl-sec03__feature {
    gap: 10px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    max-width: 264px;
  }

  .lp-hbvl-sec03__feature-icon {
    width: 18px;
    height: 18px;
  }

  .lp-hbvl-sec03__feature-text {
    font-size: 14px;
  }

  /* ==========================================================================
     SEC04 - SP (おすすめケア)
     ========================================================================== */
  .lp-hbvl-sec04 {
    padding: 40px 20px;
  }

  .lp-hbvl-sec04__inner {
    padding: 30px 24px;
    border-radius: 16px;
  }

  .lp-hbvl-sec04__title {
    font-size: 18px;
    margin-bottom: 27px;
  }

  .lp-hbvl-sec04__list {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 47px 34px;
  }

  .lp-hbvl-sec04__item {
    width: 100%;
    gap: 10px;
  }

  .lp-hbvl-sec04__item-image {
    width: 110px;
    height: 110px;
  }

  .lp-hbvl-sec04__item-content {
    gap: 10px;
  }

  .lp-hbvl-sec04__item-title {
    font-size: 14px;
    height: 42px;
    align-items: flex-start;
  }

  .lp-hbvl-sec04__item-desc {
    font-size: 13px;
    line-height: 1.6;
  }

  /* ==========================================================================
     CV Section - SP
     ========================================================================== */
  .lp-hbvl-cv {
    height: auto;
    min-height: 953px;
    background-image: url('../img/cv_bg_sp.jpg');
    background-position: top center;
    aspect-ratio: 390/953;
  }

  .lp-hbvl-cv__inner {
    padding: 0 20px;
  }

  .lp-hbvl-cv__content {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    width: 100%;
  }

  .lp-hbvl-cv__logo {
    width: 100px;
    margin-bottom: 55px;
  }

  .lp-hbvl-cv__text {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .lp-hbvl-cv__btn {
    width: 245px;
    height: 50px;
    font-size: 15px;
  }
}

@media screen and (max-width: 550px) {
  .lp-hbvl-fv__content {
    left: 0;
    top: 0;
  }
}

/* ==========================================================================
   追従CTAボタン (SP only)
   ========================================================================== */
.lp-hbvl-sticky-cta {
  display: none;
}

@media screen and (max-width: 767px) {
  .lp-hbvl-sticky-cta {
    position: fixed;
    display: block;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .lp-hbvl-sticky-cta.is-visible {
    opacity: 1;
    visibility: visible;
  }

  .lp-hbvl-sticky-cta__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 342px;
    height: 50px;
    background-color: #dcc779;
    border-radius: 6px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s ease;
  }

  .lp-hbvl-sticky-cta__btn:hover {
    opacity: 0.9;
  }
}

/* ==========================================================================
   Fade In Animation
   ========================================================================== */
.js-fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* アニメーション遅延（必要に応じて） */
.js-fade-in--delay-1 {
  transition-delay: 0.2s;
}

.js-fade-in--delay-2 {
  transition-delay: 0.4s;
}
