/*　トップカルーセル中央寄せ　*/
.fs-pt-carousel__slide img {
  margin: auto;
}

/*　ヘッダーロゴテキストのリンクを削除　*/
.fs-p-logo > a {
    text-decoration: none;
    color: #3c3c3c;
}


/*　SCLP　*/
.sccomment {
 margin-top: 2%;
 margin-bottom: 2%;
 padding: 5%;
 background-image: url("https://arbn.itembox.cloud/item/commentback.jpg?t=20260822175918");
 background-size: cover;
 font-size: 5vmin;
}
.sccommenttitle {
 font-size: 5vmin;
 font-weight: bold;
}
.sccommentimg {
  float: right;
  width: 30%;
}
.scmech {
 margin-bottom: 5%;
 margin-top: 5%;
 margin-right: 10%;
 margin-left: 10%;
 padding: 5%;
 border: solid 10px #ff4500;
 border-radius: 20px;
}
.scmechexp {
 font-size: large;
}
.scmechimg {
 float: right;
 width: 50%
}
.scmechtitle {
 font-size: x-large;
 font-weight: bold;
 text-align: center;
}
.scmechal {
 clear: right;
 width: 15%;
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.trouble {
 background-image: url(https://arbn.itembox.cloud/item/Paper01.jpg?t=20260822175918);
 background-repeat: repeat-x;
 background-size: auto 100%;
 text-align: center;
 padding: 5%;
}
.title{
 background-image: url(https://arbn.itembox.cloud/item/causeback.jpg?t=20260822175918);
 background-repeat: repeat-x;
 background-size:contain;
 width:100%;
 font-size: 7vmin;
 font-weight: bold;
 color: #fafad2;
 margin-top: 3%;
 padding: 2%;
}
.cause{
 margin: 3%;
 font-size: 5vmin;
 line-height: 150%;
} 
.causeimg{
 width: 100%;
 margin:0 auto;
 display:block;
}
.causeimg2{
 width: 40%;
 float: right;
}
.meritback{
 background-image: url("https://arbn.itembox.cloud/item/commentback.jpg?t=20260822175918");
 margin-bottom: 2%;
 background-size: cover;
}
.meriticon{
 width: 15%;
 float: left;
}
.merit{
 margin-top: 3%;
 margin-left:5%;
 margin-right:5%;
 padding: 2%;
 float: left;
}
.meritexp{
 font-size: 5vmin;
 line-height: 150%;
 overflow: auto;
}
.textimp{
 color: #ff0000;
 font-weight: bold;
}
.userstitle{
 background-image: url(https://arbn.itembox.cloud/item/causeback.jpg?t=20260822175918);
 background-repeat: repeat-x;
 background-size:contain;
 width:100%;
 text-align:center;
 font-size: 7vmin;
 font-weight: bold;
 color: #fafad2;
 margin-top: 3%;
 padding: 2%;
}

.usersvoice{
 width: 80%;
 margin: 0 auto;
 max-width: 500px;
}
.voicelist{
 width: 80%;
 margin: 0 auto;
 font-size: 5vmin;
}
.box{
 border: 2px solid #ff4500;
 width: 100%;
 height: 250px;
 overflow: auto;

}
.message{
 background-image: url("https://arbn.itembox.cloud/item/messageback.jpg?t=20260822175918");
 font-size: 5vmin;
 font-weight: bold;
 color: #8b4513;
 padding: 5%;
}
.scinquiry img{
 width: 100%;
}
.cartbutton{
 margin-left: auto;
 margin-right: auto;
 text-align: left;
}
.center{
 display: flex;
 align-items: center;
 justify-content: center;
}

.lpwidth{
 width: 95%;
 margin: 0 auto;
}

.width_80{
 width: 80%;
 display: block;
 margin: 0 auto;
}

/*スマートフォン　商品一覧を横1列表示*/
@media screen and (max-width: 600px) {
.fs-c-productList__list {
    display: block;
    width: 80%;
    margin: 0 auto;
}
}



/* 画像の拡大を防ぎつつ、スクロールを可能にする */
imglock {
    max-width: 100%;
    height: auto;
}

html, body {
    touch-action: pan-y; /* 垂直スクロールを有効にする */
    overflow-x: hidden; /* 横スクロールを無効にする */
}

@media (pointer: coarse) {
    /* タッチデバイス用 */
    imglock {
        touch-action: manipulation; /* タッチ操作でのズームを防ぐ */
    }
}


/* スマホ下部に固定CTAボタン */
.cta-button-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #e65c00;
  color: #ffffff;              /* ← 文字色を白に */
  text-align: center;
  padding: 16px 0;
  font-size: 18px;
  font-weight: bold;           /* ← 太字に */
  text-decoration: none;
  z-index: 9999;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}

.cta-button-fixed:active {
  background-color: #ff7700;
  color: #ffffff;              /* タップ時も白を維持 */
  text-decoration: none;
}

.cta-button-fixed,
.cta-button-fixed:link,
.cta-button-fixed:visited,
.cta-button-fixed:active,
.cta-button-fixed:hover,
.cta-button-fixed:focus {
  color: #ffffff !important;           /* ← すべて白に固定 */
  font-weight: bold !important;        /* ← 太字固定 */
  text-decoration: none !important;    /* ← アンダーバー削除 */
  -webkit-tap-highlight-color: transparent;
}

.manga-panel {
    width: 94%;
    display: block;
    margin: 0 auto 16px; /* ← ここが行間 */
  }

img {
  display: block; /* 画像をブロック要素にして隙間を消す */
  vertical-align: bottom; /* 念のため縦方向の揃えを下に（block化で基本解決しますが） */
}

/* =======================================
   バナー本体の共通設定
======================================= */
.skin-care-banner {
  container-type: inline-size; 
  width: 100%;
  max-width: 750px; 
  padding: clamp(40px, 8cqi, 60px) clamp(15px, 5cqi, 30px);
  text-align: center;
  line-height: 1.8;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  
  /* 深いネイビーの背景 */
  background: radial-gradient(circle at top, #0c2b4e, #001a33); 
  color: #e0e0e0;
}

/* =======================================
   タイトル
======================================= */
.banner-title {
  font-family: "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.8rem, 6cqi, 2.6rem);
  font-weight: 600;
  margin-bottom: clamp(25px, 6cqi, 40px);
  letter-spacing: 0.15em;
  color: #ffffff;
  text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

/* =======================================
   チェックリスト領域
======================================= */
.check-box {
  background: linear-gradient(135deg, #ffffff, #dcdcdc 50%, #e8e8e8); 
  border: 1px solid #c0c0c0;
  border-radius: 6px;
  padding: clamp(25px, 6cqi, 40px);
  text-align: left;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 5px 15px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.9);
  color: #001f3f; 
}

.check-label {
  font-size: clamp(2rem, 6cqi, 2.4rem);
  font-family: "Georgia", serif;
  margin-bottom: clamp(15px, 4cqi, 25px);
  font-weight: bold;
  line-height: 1;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  position: relative;
  font-size: clamp(1.25rem, 4cqi, 1.6rem);
  font-weight: bold;
  padding-left: clamp(40px, 8cqi, 52px);
  margin-bottom: clamp(12px, 3cqi, 18px);
  color: #001f3f;
}

/* --- チェックマークの図形描画 --- */
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 2px solid #001f3f;
  background-color: #fff;
  border-radius: 2px;
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 40%;
  width: 18px;
  height: 9px;
  border-left: 4px solid #e60012;
  border-bottom: 4px solid #e60012;
  transform: translateY(-50%) rotate(-45deg);
}

/* =======================================
   下部のメッセージ領域
======================================= */
.target-occupations {
  margin-top: clamp(35px, 8cqi, 50px);
  font-size: clamp(1.3rem, 4.5cqi, 1.8rem);
  font-weight: 500;
  color: #e0e0e0;
}

.question-section {
  margin-top: clamp(30px, 7cqi, 40px);
  font-size: clamp(1.5rem, 5cqi, 2.1rem);
  font-weight: bold;
}

.highlight-question {
  font-size: clamp(2rem, 7cqi, 2.8rem);
  margin-top: clamp(15px, 4cqi, 20px);
  color: #ffffff;
  display: inline-block;
}

/* --- 極端に小さいスマホ画面用の微調整 --- */
@media (max-width: 400px) {
  .check-list li::before { width: 24px; height: 24px; }
  .check-list li::after { width: 14px; height: 7px; left: 5px; border-width: 3px; }
}

/* =======================================
   手荒れのメカニズム（画像＋テキスト）セクション
======================================= */
.skin-damage-section {
  container-type: inline-size;
  width: 100%;
  max-width: 750px; 
  margin: 0 auto;
  /* 上下左右の余白 */
  padding: clamp(40px, 8cqi, 60px) clamp(15px, 5cqi, 30px);
  text-align: center;
  background-color: #ffffff; /* 清潔感のある白背景 */
  color: #222222;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* タイトル */
.damage-title {
  /* 最小1.8rem、最大2.4rem */
  font-size: clamp(1.8rem, 5.5cqi, 2.4rem);
  font-weight: bold;
  margin-bottom: clamp(25px, 6cqi, 35px);
  letter-spacing: 0.05em;
}

/* 中央の画像ラッパー */
.damage-image-wrapper {
  margin: 0 auto clamp(30px, 7cqi, 45px);
  padding: 0;
  width: 100%;
}

/* 中央の画像本体 */
.damage-image-wrapper img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px; /* 画像がPCで大きくなりすぎないように制御 */
  height: auto;
}

/* 下部の説明文 */
.damage-text {
  /* 最小1.4rem、最大1.8rem */
  font-size: clamp(1.4rem, 4.5cqi, 1.8rem);
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
}

.damage-text p {
  margin-bottom: 10px;
}

/* --- スマホ表示時の改行制御 --- */
/* PCやタブレットでは改行させず、スマホ幅になった時だけ改行させる */
.sp-only {
  display: none;
}

@media (max-width: 500px) {
  .sp-only {
    display: block;
  }
  .damage-text {
    text-align: left; /* スマホの時は左揃えの方が長文は読みやすくなります */
    display: inline-block;
  }
}


/* =======================================
   メカニズム解説セクション
======================================= */
.skin-mechanism-section {
  container-type: inline-size;
  width: 100%;
  max-width: 600px; 
  margin: 0 auto;
  padding: clamp(40px, 8cqi, 60px) clamp(15px, 5cqi, 30px);
  text-align: center;
  background-color: #ffffff; /* 清潔感のある白背景 */
  color: #333333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* タイトル：紺色・明朝体（前のバナーと統一） */
.mechanism-title {
  font-family: "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.8rem, 6cqi, 2.6rem);
  font-weight: 600;
  margin-bottom: clamp(25px, 6cqi, 40px);
  letter-spacing: 0.1em;
  color: #001f3f; /* コンセプトカラーの紺色 */
}

/* イラスト画像の設定 */
.mechanism-figure {
  margin: 0 auto clamp(30px, 7cqi, 45px);
  width: 100%;
}

.mechanism-figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 640px; /* 画像がPCで巨大化するのを防ぐ */
  height: auto;
}

/* 説明テキスト：ゴシック体（前のバナーと統一） */
.mechanism-desc {
  font-size: clamp(1.4rem, 4.5cqi, 1.8rem);
  line-height: 1.8;
  font-weight: 500;
  color: #333;
}

.mechanism-desc p {
  margin-bottom: 10px;
}

/* 強調したい一行（治らない原因） */
.highlight-text {
  font-weight: bold;
  color: #001f3f; /* 紺色で強調 */
}

/* PCのみ改行を有効にする設定 */
.pc-only {
  display: block;
}

@media (max-width: 500px) {
  .pc-only {
    display: none; /* スマホでは自然な改行に任せる */
  }
  .mechanism-desc {
    text-align: left; /* スマホ長文は左寄せが読みやすい */
    display: inline-block;
  }
}

/* =======================================
   解決策・商品紹介セクション
======================================= */
.skin-solution-section {
  container-type: inline-size;
  width: 100%;
  max-width: 100%; /* ←★ 600pxの制限を解除し100%に（中の .container が幅を揃えてくれます） */
  margin: 0 auto;
  padding: clamp(40px, 8cqi, 60px) 0; /* ←★ 左右の余白を「0」に変更して押し潰しを解消 */
  text-align: center;
  /* 背景をシルバー（銀色）がかった高級感のあるグラデーションに */
  background: linear-gradient(180deg, #f4f5f7 0%, #e3e6ea 100%);
  border-top: 1px solid #d1d5da;
  border-bottom: 1px solid #d1d5da;
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}


/* 冒頭のキャッチコピー */
.solution-catchphrase {
  font-size: clamp(1.8rem, 5.5cqi, 2.4rem);
  font-weight: bold;
  margin-bottom: clamp(20px, 6cqi, 30px);
  line-height: 1.5;
  color: #111;
}

.solution-catchphrase strong {
  color: #001f3f; /* ネイビーで強調 */
  border-bottom: 2px solid #001f3f;
}

.solution-lead {
  font-family: "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.6rem, 5cqi, 2.2rem);
  line-height: 1.6;
  margin-bottom: clamp(30px, 8cqi, 45px);
}

.solution-lead strong {
  color: #001f3f;
}

/* =======================================
   【メイン】お試しサイズ（50g）のスタイル
======================================= */
.product-block-main {
  /* ① まず、すべてのブラウザで確実に動く固定値（30px）を保険として指定 */
  margin-bottom: 30px; 
  /* ② 次に、対応しているブラウザ向けに安全な vw（画面幅）を使って可変指定 */
  margin-bottom: clamp(25px, 5vw, 35px);
  
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 31, 63, 0.08);
}

.solution-product-name {
  font-family: "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.8rem, 5.5cqi, 2.8rem); 
  font-weight: bold;
  color: #001f3f;
  margin-bottom: 25px;
  letter-spacing: 0.02em;
  white-space: nowrap; 
}

.product-image-main {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 120px;
}

.product-image-main img {
  width: 100%;
  height: auto;
}

/* メイン価格ボックス */
.price-box-main {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  background-color: #f8f9fa;
  border: 2px solid #001f3f;
  border-radius: 8px;
  padding: 20px 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.recommend-badge {
  color: #e60012;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.price-item-main {
  margin: 0;
}

.size-label {
  font-size: clamp(1.4rem, 4cqi, 1.8rem);
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.price-value {
  margin: 0;
  font-size: clamp(3.2rem, 9cqi, 4.2rem); /* 価格をさらに大きく */
  font-weight: bold;
  color: #111;
  line-height: 1;
}

.currency {
  font-size: 0.5em;
  margin: 0 4px;
}

.tax {
  font-size: 0.4em;
  font-weight: normal;
  color: #666;
}

.shipping-note {
  font-size: 1.2rem;
  color: #e60012;
  margin-top: 8px;
}

/* メインカートボタン（ダミー） */
.btn-main-cart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #001f3f; /* ブランドカラーのネイビー */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  padding: 15px 10px;
  font-size: 2rem;
  font-weight: bold;
  box-shadow: 0 4px 0 #001122;
  transition: all 0.2s;
  max-width: 400px;
  margin: 0 auto;
}

.btn-main-cart:active {
  transform: translateY(4px);
  box-shadow: none;
}

.btn-sub-text {
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 5px;
}

/* =======================================
   【サブ】業務用サイズ（200g）のスタイル
======================================= */
.product-block-sub {
  padding-top: 15px; /* ① すべてのブラウザで動く保険（固定値） */
  padding-top: clamp(10px, 3vw, 20px); /* ② 隙間を縮めつつ、安全な vw に変更 */
}

.sub-lead {
  font-size: 1.4rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 15px;
}

.sub-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 450px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6); /* うっすら白背景を敷いて視認性アップ */
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.product-image-sub {
  width: 80px; /* サブは画像をさらに控えめに */
  flex-shrink: 0;
  margin: 0;
}

.product-image-sub img {
  width: 100%;
  height: auto;
}

.price-box-sub {
  text-align: left;
}

.price-item-sub {
  margin: 0;
}

.size-label-sub {
  font-size: 1.3rem;
  color: #555;
  margin-bottom: 3px;
}

.price-value-sub {
  margin: 0;
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
}

.currency-sub {
  font-size: 1.4rem;
}

.tax-sub {
  font-size: 1.2rem;
  font-weight: normal;
  color: #888;
}

.sub-note {
  font-size: 1.1rem;
  color: #666;
  margin-top: 5px;
}

/* --- スマホ表示時の調整 --- */
.sp-only {
  display: none;
}

@media (max-width: 500px) {
  .sp-only { display: block; }
  
  .sub-inner {
    flex-direction: row; /* サブブロックはスマホでも横並びを維持してコンパクトに */
    text-align: left;
  }
}

/* =======================================
   商品の秘密（特徴）セクション (幅600px)
======================================= */
.skin-secret-section {
  container-type: inline-size;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: clamp(40px, 8cqi, 60px) clamp(15px, 5cqi, 30px);
  /* 前のセクションと区別するための薄いシルバー背景 */
  background-color: #f4f6f9; 
  color: #333333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* タイトル（改行させない） */
.secret-title {
  text-align: center;
  font-family: "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  /* スマホでも1行に収まるよう最小サイズを調整 */
  font-size: clamp(1.6rem, 5.5cqi, 2.6rem);
  font-weight: bold;
  color: #001f3f;
  margin-bottom: clamp(30px, 8cqi, 45px);
  letter-spacing: 0.02em;
  white-space: nowrap; /* カッコ悪い改行を防止 */
}

/* 特徴リストのコンテナ */
.secret-list {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 4cqi, 20px); /* カード同士の隙間 */
}

/* 各ポイントのカード（白背景にして浮かび上がらせる） */
.secret-point {
  background-color: #ffffff;
  border: 1px solid #e5e8ea;
  border-radius: 8px;
  padding: clamp(20px, 5cqi, 30px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.03); /* わずかな影で高級感 */
  text-align: left;
}

/* 番号と見出しの並び */
.point-header {
  display: flex;
  align-items: center; /* 縦の中央で揃える */
  gap: 15px;
}

/* 丸い番号アイコン（紺色） */
.point-num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #001f3f;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 50%;
  font-family: "Georgia", serif; /* 数字を美しく見せるフォント */
}

/* 見出しテキスト */
.point-title {
  font-size: clamp(1.6rem, 5cqi, 2rem);
  font-weight: bold;
  color: #001f3f;
  line-height: 1.4;
  margin: 0;
}

/* 1番目の説明文 */
.point-desc {
  font-size: clamp(1.4rem, 4cqi, 1.6rem);
  line-height: 1.8;
  color: #333;
  margin: 15px 0 20px 0;
  padding-left: 51px; /* 番号アイコンの幅＋隙間分だけ右にずらす */
}

/* 1番目の画像 */
.point-image {
  margin: 0;
  width: 100%;
  text-align: center;
}

.point-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 4px;
}

/* --- スマホ表示時の調整 --- */
.sp-only {
  display: none;
}

@media (max-width: 500px) {
  .sp-only {
    display: block; /* スマホの時だけ改行を有効にする */
  }
  .point-desc {
    padding-left: 0; /* スマホでは画面が狭いので左端から文字を始める */
    margin-top: 15px;
  }
}

/* =======================================
   ご愛用者の声セクション (幅600px)
======================================= */
.skin-voice-section {
  container-type: inline-size;
  width: 100%;
  max-width: 600px; /* 黄金比の600px */
  margin: 0 auto;
  padding: clamp(40px, 8cqi, 60px) 0; /* スライダーを画面端まで広げるため左右のpaddingは0に */
  background-color: #ffffff; /* 場面転換の白背景 */
  color: #333333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
}

/* --- テキスト見出しエリア --- */
.voice-header {
  padding: 0 clamp(15px, 5cqi, 30px); /* テキストだけには左右に余白を持たせる */
  margin-bottom: clamp(25px, 6cqi, 40px);
}

.voice-title {
  font-family: "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(2.4rem, 7cqi, 3.2rem);
  font-weight: bold;
  color: #001f3f;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.voice-lead {
  font-size: clamp(1.4rem, 4.5cqi, 1.8rem);
  line-height: 1.8;
  font-weight: 500;
  color: #111;
}

/* --- CSSだけで動く横スクロールスライダー --- */
.voice-slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.voice-slider-track {
  display: flex;
  overflow-x: auto; /* 横スクロールを許可 */
  scroll-snap-type: x mandatory; /* 画像がピタッと止まる吸着設定 */
  gap: 15px; /* 画像同士の隙間 */
  padding: 0 15px 20px 15px; /* スクロールバー用の余白を含む */
  
  /* スクロールバーを見えにくくする（デザインの洗練） */
  scrollbar-width: none; /* Firefox用 */
  -ms-overflow-style: none; /* IE/Edge用 */
}

.voice-slider-track::-webkit-scrollbar {
  display: none; /* Chrome/Safari用スクロールバー非表示 */
}

/* スライダー内の各画像 */
.voice-slide-item {
  flex: 0 0 80%; /* 幅を80%にして、次の画像を端にチラ見せする */
  max-width: 400px; /* PCで大きくなりすぎないように制限 */
  scroll-snap-align: center; /* スクロール時に画像が画面中央でピタッと止まる */
  margin: 0;
  padding: 0;
}

/* スライダー内の各画像（高さと幅を強制的に揃える設定） */
.voice-slide-item img {
  width: 100%;
  
  /* ① 【重要】すべての画像の枠を同じ縦横比（例：横4 対 縦3）に固定する */
  aspect-ratio: 4 / 3; 
  
  /* ② 【重要】画像が見切れないように、枠内に全体を収める */
  object-fit: contain; 
  
  /* ③ 画像と枠の比率が違って余白ができた時のための背景色（ノート風の薄いグレー） */
  background-color: #fafafa; 
  
  border: 1px solid #e0e0e0; 
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05); 
}

/* スワイプを促すテキスト */
.swipe-guide {
  font-size: 1.2rem;
  color: #666;
  margin-top: 5px;
  animation: bounceX 2s infinite; /* 少しだけ横に動くアニメーション */
}

/* 矢印がピコピコ動くアニメーション（気づきやすさUP） */
@keyframes bounceX {
  0%, 20%, 50%, 80%, 100% { transform: translateX(0); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(3px); }
}

/* --- 免責事項（打消し表示） --- */
.disclaimer-text {
  white-space: nowrap; /* 改行を絶対にさせない命令 */
  display: block;
  text-align: center;
  font-size: 2.8vw;               /* 画面の幅（vw）に合わせて文字を伸縮させる */
  letter-spacing: -0.02em;       /* わずかに文字間を詰めるとより収まりやすくなります */
}

/* スライダー内の各アイテム（枠組み） */
.voice-slide-item {
  flex: 0 0 80%; 
  max-width: 400px; 
  scroll-snap-align: center; 
  margin: 0;
  padding: 0;
  
  /* ↓ 追加：画像とテキストを縦に並べる設定 */
  display: flex;
  flex-direction: column;
  gap: 12px; /* 画像とテキストの間の隙間 */
}

/* 画像の設定（先ほどの魔法のコードそのまま） */
.voice-slide-item img {
  width: 100%;
  aspect-ratio: 4 / 3; 
  object-fit: contain; 
  background-color: #fafafa; 
  border: 1px solid #e0e0e0; 
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05); 
}

/* =======================================
   口コミテキストのスタイリングと3行制限
======================================= */
.voice-caption {
  background-color: #f8f9fa; /* 薄いグレーの背景でまとまりを出す */
  padding: 15px;
  border-radius: 8px;
  text-align: left;
  border: 1px solid #eeeeee;
}

/* 口コミの抜粋（長文は自動で省略される設定） */
.voice-highlight {
  font-size: clamp(1.3rem, 4cqi, 1.5rem);
  font-weight: bold;
  color: #001f3f; 
  line-height: 1.6;
  margin-bottom: 8px;
  
  /* 3行で隠す魔法のコード */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ここで表示する最大の「行数」を指定（今回は3行） */
  overflow: hidden; /* 3行を超えた分は隠す */
}

/* 職業や年代など */
.voice-meta {
  font-size: 1.2rem;
  color: #666666;
  text-align: right; /* 右下に配置 */
  margin: 0;
}

/* =======================================
   「続きを読む」開閉機能のCSS
======================================= */
/* ① チェックボックス自体は画面から隠す */
.voice-check {
  display: none;
}

/* ② 普段は3行で隠す設定（先ほどのコードにアニメーションを追加） */
.voice-highlight {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 5px;
}

/* ③ チェックが入った時（続きを読むが押された時）は、3行制限を解除して全文表示 */
.voice-check:checked + .voice-highlight {
  -webkit-line-clamp: unset;
}

/* ④ 「続きを読む」ボタンのデザイン */
.voice-read-more {
  display: inline-block;
  color: #001f3f; /* ブランドカラーのネイビー */
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 4px 8px;
  background-color: #eef0f4; /* 薄いグレーのボタン風 */
  border-radius: 4px;
}

/* 普段のボタンテキスト */
.voice-read-more::after {
  content: "続きを読む ▼";
}

/* 開いている時のボタンテキスト */
.voice-check:checked ~ .voice-read-more::after {
  content: "閉じる ▲";
}

/* =======================================
   追加：口コミテキストのスタイリング
======================================= */
.voice-caption {
  background-color: #f8f9fa; /* 薄いグレーの背景でまとまりを出す */
  padding: 15px;
  border-radius: 8px;
  text-align: left;
  border: 1px solid #eeeeee;
}

/* 口コミの抜粋（目立たせる） */
.voice-highlight {
  font-size: clamp(1.3rem, 4cqi, 1.5rem);
  font-weight: bold;
  color: #001f3f; /* 紺色で信頼感を */
  line-height: 1.6;
  margin-bottom: 8px;
}

/* 職業や年代など */
.voice-meta {
  font-size: 1.2rem;
  color: #666666;
  text-align: right; /* 右下に配置 */
  margin: 0;
}

/* =======================================
   PC（マウス操作）の時だけスクロールバーを美しく表示
======================================= */
@media (hover: hover) and (pointer: fine) {
  
  /* Firefox用 */
  .voice-slider-track {
    scrollbar-width: thin;
    scrollbar-color: #001f3f #f4f6f9; 
  }
  
  /* Chrome / Safari / Edge用 */
  .voice-slider-track::-webkit-scrollbar {
    display: block !important; /* スマホ用の「非表示」を解除 */
    height: 10px; /* バーの太さ */
  }
  
  .voice-slider-track::-webkit-scrollbar-track {
    background: #f4f6f9; /* バーの背景（薄いグレー） */
    border-radius: 5px;
  }
  
  .voice-slider-track::-webkit-scrollbar-thumb {
    background: #001f3f; /* バーの動く部分（ブランドカラーの紺色） */
    border-radius: 5px;
  }

  /* PCではスクロールバー自体が目印になるため、スワイプ案内文は非表示にしてスッキリさせる */
  .swipe-guide {
    display: none;
  }
}

/* =======================================
   プロのおすすめコメント（権威性）セクション
======================================= */
.expert-comment-section {
  container-type: inline-size;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: clamp(40px, 8cqi, 60px) clamp(15px, 5cqi, 30px);
  background-color: #ffffff; /* 白背景 */
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
}

/* セクションタイトル */
.expert-section-title {
  text-align: center;
  font-family: "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(2rem, 6.5cqi, 2.8rem);
  font-weight: bold;
  color: #001f3f; /* ネイビーで引き締め */
  margin-bottom: clamp(30px, 7cqi, 40px);
  letter-spacing: 0.05em;
  line-height: 1.4;
}

/* 推薦状カードの装飾 */
.expert-card {
  background-color: #fbfaf5; /* ほんのり温かみのあるアイボリー（高級感） */
  border: 1px solid #e8e4d9; /* 上品なゴールド系の枠線 */
  border-radius: 8px;
  padding: clamp(20px, 6cqi, 35px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

/* --- プロフィールエリア（写真と文字の配置） --- */
.expert-profile {
  display: flex;
  flex-direction: column; /* スマホでは縦並び */
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #dcd8c8; /* 本文との区切り線 */
}

/* 顔写真 */
.expert-photo {
  margin: 0;
  width: 120px; /* 顔写真のサイズ */
  flex-shrink: 0;
}

.expert-photo img {
  width: 100%;
  height: auto;
  border-radius: 50%; /* プロ感を出すために丸く切り抜く（四角が良い場合は外してください） */
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* プロフィールテキスト */
.expert-info {
  text-align: center;
  width: 100%;
}

.expert-job-title {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 5px;
  font-weight: bold;
}

.expert-name {
  font-family: "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(2rem, 6cqi, 2.4rem);
  color: #111;
  margin-bottom: 15px;
}

.honorific {
  font-size: 0.7em;
  color: #555;
  margin-left: 2px;
}

/* 権威性の箇条書きリスト */
.expert-credentials {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  display: inline-block;
  background-color: #ffffff;
  padding: 12px 18px;
  border-radius: 4px;
  border-left: 4px solid #b8a77a; /* ゴールド系のアクセントライン */
}

.expert-credentials li {
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 6px;
  position: relative;
  padding-left: 14px;
}

.expert-credentials li:last-child {
  margin-bottom: 0;
}

.expert-credentials li::before {
  content: "✔"; /* チェックマークで実績をアピール */
  position: absolute;
  left: 0;
  color: #b8a77a;
  font-size: 1rem;
}

/* --- コメント本文 --- */
.expert-message {
  font-size: clamp(1.4rem, 4.5cqi, 1.6rem);
  line-height: 1.9;
  color: #333;
}

.expert-message p {
  margin-bottom: 1.5em; /* 段落ごとの隙間を開けて読みやすく */
}

.expert-message p:last-child {
  margin-bottom: 0;
}

/* キラーフレーズの強調（黄色マーカー風） */
.highlight-line {
  background: linear-gradient(transparent 60%, #ffff99 60%);
  font-weight: bold;
  color: #111;
}

/* --- PC表示時のレイアウト調整 --- */
@media (min-width: 500px) {
  .expert-profile {
    flex-direction: row; /* 画面が広い時は写真とテキストを横並びに */
    text-align: left;
    align-items: flex-start;
  }
  .expert-info {
    text-align: left;
  }
}

.sp-only { display: none; }
@media (max-width: 500px) {
  .sp-only { display: block; }
}

/* =======================================
   使用シーン（こんな時に）セクション
======================================= */
.skin-usage-section {
  container-type: inline-size;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: clamp(40px, 8cqi, 60px) clamp(15px, 5cqi, 30px);
  background-color: #f4f6f9; /* 区切りをつけるための薄いグレー背景 */
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
}

/* タイトル */
.usage-title {
  text-align: center;
  font-family: "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(2rem, 6cqi, 2.8rem);
  font-weight: bold;
  color: #001f3f; /* ブランドカラーのネイビー */
  margin-bottom: clamp(25px, 6cqi, 35px);
  letter-spacing: 0.05em;
}

/* リストを囲む白いボックス */
.usage-box {
  background-color: #ffffff;
  border: 1px solid #e5e8ea;
  border-radius: 8px;
  padding: clamp(25px, 6cqi, 40px) clamp(20px, 5cqi, 30px);
  max-width: 450px; /* 文字の長さに合わせて箱の幅を最適化 */
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

/* リスト本体 */
.usage-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.usage-list li {
  position: relative;
  font-size: clamp(1.5rem, 4.5cqi, 1.8rem); /* スマホでも読みやすい大きさ */
  font-weight: bold;
  color: #333;
  padding-left: 35px; /* チェックマークの分の余白 */
  margin-bottom: 20px;
  line-height: 1.5;
}

.usage-list li:last-child {
  margin-bottom: 0;
}

/* --- オリジナルのチェックマーク（CSSで描画） --- */
/* ネイビーの円 */
.usage-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-color: #001f3f;
  border-radius: 50%;
}

/* 白いチェックの線 */
.usage-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 45%;
  width: 9px;
  height: 5px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translateY(-50%) rotate(-45deg);
}

/* =======================================
   ご愛用者の職業一覧セクション
======================================= */
.skin-occupations-section {
  container-type: inline-size;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: clamp(40px, 8cqi, 60px) clamp(15px, 5cqi, 30px);
  background-color: #ffffff; /* 白背景でスッキリと */
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
}

/* タイトル */
.occupations-title {
  text-align: center;
  font-family: "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(2rem, 6.5cqi, 2.8rem);
  font-weight: bold;
  color: #001f3f;
  margin-bottom: clamp(35px, 8cqi, 50px);
  letter-spacing: 0.05em;
}

/* 職業リスト全体（Gridレイアウト） */
.occupations-list {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 5cqi, 30px); /* 各職業の間の隙間 */
  max-width: 480px; /* PCで広がりすぎないように制限 */
  margin: 0 auto;
}

/* 各職業の行（アイコンとテキストの並び） */
.occupation-item {
  display: grid;
  grid-template-columns: 70px 1fr; /* 左のアイコンは70px固定、右のテキストは残り全部 */
  align-items: center; /* 縦の中央で揃える */
  gap: 20px; /* アイコンとテキストの間の隙間 */
}

/* 左側のアイコン画像 */
/* 左側のアイコンエリア（丸いグレー背景で高級感を出す） */
.occupation-icon {
  margin: 0;
  width: 65px; /* サイズを少しコンパクトに調整 */
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f6f9; /* 上品な薄いグレー背景 */
  border-radius: 50%; /* 正円にする */
  flex-shrink: 0;
}

/* SVG（線画アイコン）のスタイル設定 */
.occupation-icon svg {
  width: 32px;
  height: 32px;
  color: #001f3f; /* 線をブランドカラーのネイビーにする */
  /* 少しだけ影をつけて立体感をもたせる */
  filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.05));
}
.occupation-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* アイコンが歪まないように収める */
}

/* 右側のテキストエリア */
.occupation-text {
  text-align: left;
}

/* 原因（お湯を使う等） */
.occupation-cause {
  font-size: clamp(1.3rem, 4cqi, 1.5rem);
  color: #666666;
  margin-bottom: 4px;
}

/* 職業名 */
.occupation-name {
  font-size: clamp(1.6rem, 5cqi, 2rem);
  font-weight: bold;
  color: #111111;
  line-height: 1.4;
  margin: 0;
}

/* =======================================
   ご使用方法（写真付きステップ）
======================================= */
.skin-usage-steps-section {
  container-type: inline-size;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: clamp(40px, 8cqi, 60px) clamp(15px, 5cqi, 30px);
  background-color: #f4f6f9; /* 薄いグレー背景 */
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}

/* タイトル */
.steps-title {
  text-align: center;
  font-family: "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(2.2rem, 6.5cqi, 3rem);
  font-weight: bold;
  color: #001f3f;
  margin-bottom: clamp(30px, 7cqi, 45px);
  letter-spacing: 0.05em;
}

/* 各ステップのブロック（白いカード風） */
.step-block {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border: 1px solid #eef0f2;
}

.step-block:last-child {
  margin-bottom: 0;
}

/* ステップの見出しエリア */
.step-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

/* STEPラベル */
.step-label {
  flex-shrink: 0;
  background-color: #001f3f;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  font-family: "Georgia", serif;
}

/* ステップ説明文 */
.step-text {
  font-size: clamp(1.4rem, 4.5cqi, 1.6rem);
  line-height: 1.6;
  font-weight: bold;
  color: #111;
  margin: 0;
}

/* 写真のスタイリング */
.step-image {
  margin: 0;
  width: 100%;
  text-align: center;
}

.step-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  display: block;
}

/* 写真の下の注釈（適量など） */
.image-caption {
  font-size: 1.2rem;
  color: #e60012; /* 赤色で強調 */
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}

/* PCで見るときは写真の横幅を少し抑える */
@media (min-width: 500px) {
  .step-image img {
    max-width: 400px;
    margin: 0 auto;
  }
}

/* =======================================
   医薬部外品・効能効果セクション
======================================= */
.skin-efficacy-section {
  container-type: inline-size;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  /* 上の余白はバッジが飛び出る分を考慮して少し広めに設定 */
  padding: clamp(50px, 10cqi, 70px) clamp(15px, 5cqi, 30px) clamp(40px, 8cqi, 60px);
  background-color: #ffffff; /* 白背景 */
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* 証明書風の枠組み */
.efficacy-box {
  border: 2px solid #001f3f; /* 信頼感のあるネイビーの枠線 */
  border-radius: 8px;
  padding: clamp(30px, 7cqi, 40px) clamp(20px, 5cqi, 30px);
  background-color: #fcfcfc;
  text-align: center;
  position: relative; /* バッジを枠線の上に重ねるための設定 */
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* 「医薬部外品」バッジ（枠線の上に半分飛び出すデザイン） */
.efficacy-badge {
  display: inline-block;
  background-color: #001f3f;
  color: #ffffff;
  font-size: clamp(1.8rem, 5.5cqi, 2.2rem);
  font-weight: bold;
  padding: 8px 30px;
  border-radius: 40px;
  letter-spacing: 0.1em;
  
  /* 枠線のド真ん中に配置する魔法のコード */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%); 
  
  white-space: nowrap;
  border: 4px solid #ffffff; /* 枠線と重なる部分に白いフチをつけて切り抜く */
}

/* サブタイトル */
.efficacy-subtitle {
  font-family: "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.8rem, 5.5cqi, 2.2rem);
  font-weight: bold;
  color: #111111;
  margin-top: 10px;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

/* 効能リストのコンテナ（全体は中央揃え、文字は左揃え） */
.efficacy-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}

/* リストの各項目 */
.efficacy-list li {
  position: relative;
  font-size: clamp(1.5rem, 4.5cqi, 1.8rem);
  font-weight: bold;
  color: #333333;
  padding-left: 1.5em; /* 黒丸の分のスペース */
  margin-bottom: 12px;
  line-height: 1.5;
}

.efficacy-list li:last-child {
  margin-bottom: 0;
}

/* オリジナルの黒丸（画像と同じ雰囲気を再現しつつ綺麗に） */
.efficacy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em; /* 文字の高さの中央に配置 */
  width: 0.6em;
  height: 0.6em;
  background-color: #333333;
  border-radius: 50%;
}

/* =======================================
   特別特典（オファー）セクション
======================================= */
.skin-bonus-section {
  container-type: inline-size;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: clamp(40px, 8cqi, 60px) clamp(15px, 5cqi, 30px);
  background-color: #ffffff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* クーポンチケット風の枠組み */
.bonus-wrapper {
  background-color: #fffdf5; /* ほんのり温かみのある薄いイエロー（お得感） */
  border: 3px solid #e60012; /* 目を引く赤の枠線 */
  border-radius: 12px;
  padding: clamp(30px, 7cqi, 40px) clamp(15px, 5cqi, 30px);
  box-shadow: 0 8px 20px rgba(230,0,18,0.15); /* 赤みがかった影でアピール */
}

/* 「特別特典！」のタイトル */
.bonus-title {
  text-align: center;
  font-family: "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(2.4rem, 7cqi, 3.2rem);
  font-weight: bold;
  color: #e60012;
  margin-bottom: clamp(30px, 7cqi, 40px);
  letter-spacing: 0.05em;
}

/* ＼ と ／ の装飾 */
.accent-line {
  color: #c5a059; /* ゴールドで特別感を演出 */
  font-size: 0.8em;
  margin: 0 5px;
}

/* 特典リストのコンテナ */
.bonus-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px; /* 特典同士の隙間 */
}

/* 各特典の行 */
.bonus-item {
  background-color: #ffffff;
  border: 1px dashed #c5a059; /* ゴールドの破線で切り取り線風に */
  border-radius: 8px;
  padding: clamp(15px, 4cqi, 25px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

/* 「特典1」などのラベル */
.bonus-badge {
  background: linear-gradient(135deg, #d4af37, #aa801e); /* ゴールドのグラデーション */
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 4px 16px;
  border-radius: 20px;
  letter-spacing: 0.1em;
}

/* 特典のテキスト */
.bonus-text {
  font-size: clamp(1.5rem, 4.5cqi, 1.8rem);
  font-weight: bold;
  color: #333333;
  line-height: 1.6;
  margin: 0;
}

/* 強調する赤文字 */
.text-red {
  color: #e60012;
}

/* 強調する文字サイズ（少し大きくする） */
.text-large {
  font-size: 1.2em;
}

/* スマホ用の改行調整 */
.sp-only {
  display: none;
}

/* PC以上の画面幅での調整 */
@media (min-width: 500px) {
  .bonus-item {
    flex-direction: row; /* PCではラベルとテキストを横並びに */
    text-align: left;
    gap: 20px;
    padding: 20px 25px;
  }
  
  .bonus-badge {
    flex-shrink: 0;
  }
}

@media (max-width: 499px) {
  .sp-only {
    display: block;
  }
}

/* =======================================
   よくあるご質問（FAQ）セクション
======================================= */
.skin-faq-section {
  container-type: inline-size;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: clamp(40px, 8cqi, 60px) clamp(15px, 5cqi, 30px);
  background-color: #f4f6f9; /* 薄いグレー背景 */
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
}

/* タイトル */
.faq-title {
  text-align: center;
  font-family: "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(2.4rem, 7cqi, 3.2rem);
  font-weight: bold;
  color: #001f3f;
  margin-bottom: clamp(30px, 7cqi, 40px);
  letter-spacing: 0.05em;
}

/* FAQ全体を囲む白いボックス */
.faq-wrapper {
  background-color: #ffffff;
  border-radius: 8px;
  padding: clamp(20px, 5cqi, 35px) clamp(15px, 4cqi, 25px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.faq-list {
  margin: 0;
  padding: 0;
}

/* 各Q&Aのブロック */
.faq-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #dcdcdc; /* 区切り線 */
}

.faq-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* 質問（Q）の行 */
.faq-q {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

/* 回答（A）の行 */
.faq-a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0; /* ddのデフォルトマージンをリセット */
}

/* QとAの共通アイコン設定 */
.q-icon, .a-icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-family: "Georgia", serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  margin-top: 2px; /* テキストの1行目と高さを合わせる */
}

/* Qのアイコン（ネイビー） */
.q-icon {
  background-color: #001f3f;
}

/* Aのアイコン（赤で目立たせる） */
.a-icon {
  background-color: #e60012;
}

/* 質問のテキスト */
.q-text {
  font-size: clamp(1.5rem, 4.5cqi, 1.8rem);
  font-weight: bold;
  color: #111111;
  line-height: 1.5;
}

/* 回答のテキスト */
.a-text {
  font-size: clamp(1.4rem, 4.5cqi, 1.6rem);
  color: #333333;
  line-height: 1.7;
}

/* =======================================
   コンタクトエリア（アイコン位置・色 完璧版）
======================================= */
.skin-contact-area {
  container-type: inline-size;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: clamp(30px, 8cqi, 50px) clamp(15px, 5cqi, 30px);
  background-color: #ffffff;
}

.contact-btn-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 540px;
  margin: 0 auto;
}

/* ボタン共通設定 */
.btn-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 85px;
  padding: 10px;
  background: linear-gradient(to bottom, #946f51, #805c3f);
  border: 1px solid #6c4b31;
  border-radius: 4px;
  text-decoration: none !important; /* 下線を消す */
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  box-sizing: border-box;
  color: #ffffff !important; /* ★文字色が変わる問題の対策：絶対に白にする */
}

/* ★全体を中央に見せるための透明な箱 */
.btn-inner {
  display: flex;
  align-items: center;
  /* 箱の幅を狭めて、ボタンのド真ん中に配置する */
  width: 290px; 
  margin: 0 auto;
  gap: 12px;
}

/* アイコン枠（サイズ固定） */
.btn-icon-part {
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.icon-svg {
  width: 32px;
  height: 32px;
  color: #ffffff;
}

/* テキスト枠 */
.btn-text-part {
  flex: 1;
  text-align: left; /* 文字自体は左揃え */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* =======================================
   ① お問い合わせフォーム専用テキスト
======================================= */
.btn-text-main {
  font-family: "YuMincho", "Hiragino Mincho ProN", serif;
  font-weight: bold;
  color: #ffffff !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  font-size: clamp(1.4rem, 4cqi, 2rem);
  white-space: nowrap; /* 1行を死守 */
}

/* =======================================
   ②・③ 電話番号テキスト
======================================= */
.tel-content {
  color: #ffffff !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* 文字を左端から始める */
}

.tel-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 6px;
  margin: 0;
  line-height: 1.1;
}

.tel-prefix {
  font-family: "YuMincho", serif;
  font-size: clamp(1.2rem, 3.5cqi, 1.4rem);
}

.freedial-logo {
  display: inline-flex;
  vertical-align: middle;
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
  margin-top: 2px;
}

.tel-number {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.2rem, 6cqi, 2.8rem);
  font-weight: bold;
  letter-spacing: 0.02em;
}

.tel-sub {
  font-family: "YuMincho", serif;
  font-size: clamp(1.1rem, 3cqi, 1.3rem);
  margin: 4px 0 0 0;
  letter-spacing: 0.05em;
}

/* --- PCホバーアクション --- */
@media (hover: hover) and (pointer: fine) {
  .btn-item:hover {
    background: linear-gradient(to bottom, #805c3f, #6c4b31);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  }
}


/* =======================================
   問題解決（無限ループからの脱出）セクション
======================================= */
:root {
  --text-main: #333;
  --red-accent: #d93838;
  --navy-accent: #0f2b5a; /* コンセプトカラー */
  --bg-light: #eff5f7;
}

body {
  margin: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: var(--text-main);
  background-color: var(--bg-light);
}

.hand-loop-section {
  padding: 80px 0;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ヘッダー部分 */
.section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

/* ループコンテナ */
.loop-container {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 70px;
}

/* ■ 修正ポイント：固定pxを廃止し、max-widthと100%で流動的に */
.loop-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 260px; /* PCでの最大サイズを制限 */
}

/* ■ 修正ポイント：アスペクト比（1:1）で高さを自動計算 */
.loop-graphic {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.loop-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

/* ■ 修正ポイント：中央のバツ印も画面サイズに合わせて縮小させる */
.bad-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(60px, 20vw, 100px); 
  color: #666;
  font-weight: bold;
  line-height: 1;
  z-index: 5;
  opacity: 0.15;
}

/* ノード配置 */
.loop-nodes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

/* ■ 修正ポイント：円のサイズを親要素に対する％に変更 */
.node {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 27%; /* 260pxに対する70pxの比率 */
  height: 27%;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* ■ 修正ポイント：文字サイズも自動縮小（最小10px〜最大14px） */
.node-text {
  font-size: clamp(10px, 4vw, 14px);
  font-weight: bold;
  color: var(--text-main);
}

/* ■ 修正ポイント：配置のオフセットも「px」から「％」に変更 */
.node-top { top: -4%; left: 50%; transform: translateX(-50%); }
.node-right { top: 50%; right: -4%; transform: translateY(-50%); }
.node-bottom { bottom: -4%; left: 50%; transform: translateX(-50%); }
.node-left { top: 50%; left: -4%; transform: translateY(-50%); }

/* 結論セクション */
.conclusion-container {
  text-align: center;
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.conclusion-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
}

.no-protect-cross {
  position: relative;
  display: inline-block;
  color: var(--red-accent);
}

.no-protect-cross::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -5%;
  width: 110%;
  height: 3px;
  background-color: var(--red-accent);
  transform: translateY(-50%) rotate(-5deg);
}

.conclusion-message {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

/* 目立たせるためのバッジスタイル（紺色ベース） */
.highlight-badge {
  display: inline-block;
  background-color: var(--navy-accent);
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  padding: 4px 20px;
  border-radius: 30px;
  margin: 0 8px;
  box-shadow: 0 4px 12px rgba(15, 43, 90, 0.3);
  transform: translateY(-2px);
}

/* スマホなど小さい画面向けのレスポンシブ調整 */
@media (max-width: 768px) {
  .loop-container {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .loop-item {
    max-width: 240px; /* スマホ時は少しだけ全体を小さくして余白を確保 */
  }
  .section-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .conclusion-title {
    font-size: 20px;
  }
  .conclusion-message {
    font-size: 18px;
  }
  .highlight-badge {
    font-size: 22px;
    padding: 4px 16px;
  }
}

.sp-mech-wrapper {
    --sp-primary-navy: #1a2a3a;
    --sp-silver-bg: #f4f6f8;
    --sp-text-dark: #333333;
    --sp-text-muted: #666666;
    --sp-border-color: #dddddd;
    --sp-white: #ffffff;

    /* 修正：flex配置と独自の背景色・左右余白を撤廃し、前後の幅に完全に合わせます */
    display: block;
    width: 100%;
    background: transparent; /* 背景を透明にして既存の背景に馴染ませる */
    padding: 0; /* 左右の余白をリセット */
    margin: 0 auto;
}

/* 内部要素のリセット */
.sp-mech-wrapper *,
.sp-mech-wrapper *::before,
.sp-mech-wrapper *::after {
    box-sizing: border-box;
}

.sp-mech-wrapper h2,
.sp-mech-wrapper p,
.sp-mech-wrapper div {
    margin: 0;
    padding: 0;
}

.sp-mech-wrapper .sp-lp-container {
    /* 修正：カード型に見せていた横幅制限、背景色、影、角丸をすべて撤廃 */
    width: 100%;
    max-width: 100%;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    margin: 0 auto;
}

.sp-mech-wrapper .sp-section {
    /* 修正：左右の余白を0にして、前後の商品紹介（container）の幅いっぱいに広げます */
    padding: 40px 0;
    border-bottom: 1px solid var(--sp-border-color);
}

.sp-mech-wrapper .sp-section:last-child {
    border-bottom: none;
}

.sp-mech-wrapper .sp-catch-title {
    font-size: 22px;
    font-weight: bold;
    color: var(--sp-primary-navy);
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.4;
}

.sp-mech-wrapper .sp-solution-title {
    font-size: 20px;
    font-weight: bold;
    color: var(--sp-primary-navy);
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.5;
    padding: 20px;
    background-color: var(--sp-silver-bg);
    border-radius: 8px;
}

.sp-mech-wrapper .sp-highlight {
    color: #d93025;
    display: block;
    margin-top: 8px;
    font-size: 22px;
}

.sp-mech-wrapper .sp-desc-text {
    font-size: 16px;
    color: var(--sp-text-muted);
    text-align: center;
    margin-bottom: 24px;
    padding: 0 10px; /* 文字が画面の端にぴったり付きすぎるのを防ぐ最小限の左右余白 */
}

.sp-mech-wrapper .sp-image-block {
    margin-bottom: 16px;
    text-align: center;
    width: 100%;
}

.sp-mech-wrapper .sp-image-block img {
    max-width: 100%;
    width: 100%; /* 画像をコンテナ幅いっぱいに引き伸ばす */
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}

.sp-mech-wrapper .sp-conclusion-block {
    background-color: var(--sp-primary-navy);
    color: var(--sp-white);
    text-align: center;
    padding: 32px 24px;
    border-radius: 8px; /* 全体のカード枠を廃止したため、このブロック単体に角丸を適用 */
    margin: 20px 0;
}

.sp-mech-wrapper .sp-conclusion-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

/* レスポンシブ対応（スマホ用の微調整） */
@media (max-width: 480px) {
    .sp-mech-wrapper .sp-section { padding: 32px 0; }
    .sp-mech-wrapper .sp-catch-title { font-size: 20px; }
    .sp-mech-wrapper .sp-solution-title { font-size: 18px; padding: 16px; }
    .sp-mech-wrapper .sp-highlight { font-size: 20px; }
    .sp-mech-wrapper .sp-desc-text { font-size: 15px; }
    .sp-mech-wrapper .sp-conclusion-text { font-size: 18px; padding: 0; }
}

/* =======================================
   幅が狭くなる問題の解消（強制リセット）
   上のブロックと同じ幅に揃えます
======================================= */

/* 外側の不要な余白を消す */
.sp-mech-wrapper {
    padding: 0 !important; 
    width: 100% !important;
}

/* 横幅の制限（640pxなど）を解除し、背景の白枠を透明化 */
.sp-lp-container {
    max-width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* スマホ等で左右がキュッと縮む原因である内部余白を消去 */
.sp-mech-wrapper .sp-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 32px; /* 上下の余白は適切に残す */
    padding-bottom: 32px;
}

/* 画像を枠いっぱいに広げる */
.sp-image-block img {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important; /* 必要に応じて角丸も解除 */
}

.product-info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}

.product-info-table th,
.product-info-table td {
  padding: 15px;
  border: 1px solid #ddd;
}

.product-info-table th {
  background-color: #f8f8f8; /* お好みのブランドカラーに変更 */
  width: 120px;
  text-align: left;
  font-weight: bold;
}

.product-info-table .note {
  font-size: 0.9em;
  color: #666;
}

.effect-list {
  margin: 0;
  padding-left: 20px;
}

/* 成分表示の微調整用CSS */
.ingredient-type {
  margin: 10px 0 5px 0;
  font-size: 0.9em;
  color: #333;
}

.product-info-table td p {
  margin: 5px 0;
}

/* 「会員以外のお客様」ボタン専用のスタイル */
.btn-guest-order {
  background-color: #a8e0a8 !important; /* お好みのうす緑 */
  color: #333 !important;             /* 文字色 */
  border: 1px solid #90d090 !important;
  /* 必要に応じて文字サイズやパディングも調整可能です */
}

/* マウスを乗せた時の色変化も設定しておくとより親切です */
.btn-guest-order:hover {
  background-color: #8cd88c !important;
}

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

     futureshop標準要素の表示調整

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

  .fs-c-breadcrumb { display: none !important; }

  .fs-l-main, .fs-l-page, .fs-l-page__main { padding-top: 0 !important; margin-top: 0 !important; }

  

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

     LP全体を包む基本ラッパー設定

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

  .ast-lp-wrapper { width: 100%; max-width: 480px; margin: 0 auto; background-color: #FFFFFF; overflow: hidden; box-shadow: 0 0 15px rgba(0,0,0,0.05); }



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

     Section 1: FV（ファーストビュー）滑らかVer

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

  @keyframes ast-panBackground {

    0% { background-position: 100% 0%; opacity: 0; }

    10% { opacity: 1; }

    100% { background-position: 60% 0%; opacity: 1; }

  }

  

  .ast-fv-container {

    position: relative; width: 100%; height: 80vh; min-height: 650px;

    background-image: url('https://arbn.itembox.cloud/item/FV_260622.webp?d=20260622004210');

    background-size: cover; background-color: #0A192F;

    will-change: background-position, opacity;

    animation: ast-panBackground 12s ease-out 0.2s both;

    display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden;

    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;

  }  

  .ast-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, rgba(10, 25, 47, 0.1) 0%, rgba(10, 25, 47, 0.7) 50%, rgba(10, 25, 47, 1) 100%); }

  

  .ast-content { position: relative; z-index: 1; padding: 40px 20px 30px; color: #FFFFFF; }

  .ast-badge-container { display: flex; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }

  .ast-badge { background-color: rgba(224, 224, 224, 0.95); color: #0A192F; padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: bold; letter-spacing: 0.5px; }

  .ast-main-copy { font-size: 26px; font-weight: 900; line-height: 1.4; margin-bottom: 15px; text-shadow: 0px 2px 4px rgba(0,0,0,0.5); }

  .ast-highlight { color: #E0E0E0; border-bottom: 3px solid #E0E0E0; font-size: 1.15em; }

  .ast-sub-copy { font-size: 14px; line-height: 1.6; margin-bottom: 35px; font-weight: 500; color: #F0F0F0; }

  

  /* FV専用 CTAボタン */

  .ast-cta-button { 

    display: flex; align-items: center; justify-content: space-between; width: 100%; 

    background: linear-gradient(to bottom, #FF8C5A, #FF6B35); color: #FFFFFF !important; 

    padding: 12px 15px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 15px; 

    box-shadow: 0 4px 8px rgba(255, 107, 53, 0.3); border: none; text-align: left; cursor: pointer;

  }

  .ast-cta-text-wrap { flex: 1; line-height: 1.3; }

  .ast-cta-sub { font-size: 11px; display: block; margin-top: 4px; font-weight: normal; }

  .ast-cta-img { width: 40px; height: auto; margin-left: 10px; flex-shrink: 0; }



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

     Section 2: 課題共感ブロック

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

  .ast-sec2-container { width: 100%; max-width: 480px; margin: 0 auto; padding: 50px 20px 0; background-color: #FFFFFF; color: #333333; font-family: 'Noto Sans JP', sans-serif; box-sizing: border-box; }

  .ast-sec2-heading { background: linear-gradient(135deg, #0056B3, #1E90FF); color: #FFFFFF; text-align: center; padding: 18px 15px; font-size: 18px; font-weight: bold; border-radius: 8px; line-height: 1.5; margin-bottom: 25px; box-shadow: 0 4px 10px rgba(0, 86, 179, 0.2); }

  .ast-sec2-lead { font-size: 15px; line-height: 1.7; margin-bottom: 30px; text-align: center; font-weight: bold; }

  .ast-sec2-lead-highlight { color: #0056B3; }

  .ast-sec2-checklist-box { background-color: #F8F9FA; border: 2px solid #E0E0E0; border-radius: 12px; padding: 25px 20px; margin-bottom: 35px; box-shadow: inset 0 2px 4px rgba(0,0,0,0.02); }

  .ast-sec2-checkitem { display: flex; align-items: flex-start; margin-bottom: 16px; font-size: 15px; line-height: 1.5; font-weight: bold; color: #0A192F; }

  .ast-sec2-checkitem:last-child { margin-bottom: 0; }

  .ast-sec2-checkicon { color: #FF6B35; font-size: 18px; margin-right: 12px; margin-top: -2px; flex-shrink: 0; }

  .ast-sec2-bridge { text-align: center; font-size: 16px; line-height: 1.8; font-weight: bold; }

  .ast-sec2-strong { color: #0056B3; font-size: 1.15em; border-bottom: 3px solid #0056B3; }

  .ast-sec2-arrow-down { text-align: center; color: #0056B3; font-size: 28px; margin-top: 25px; margin-bottom: 30px; animation: ast-bounce 2s infinite; }

  @keyframes ast-bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(10px); } 60% { transform: translateY(5px); } }



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

     新設：商品紹介ブリッジ（紺背景の中に白地オレンジ枠）

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

  .ast-bridge-container { 

    width: 100%; max-width: 480px; margin: 0 auto; 

    background-color: #0A192F; /* 紺色の背景 */

    padding: 50px 20px 40px; box-sizing: border-box; font-family: 'Noto Sans JP', sans-serif; 

  }

  .ast-bridge-box { 

    background-color: #FFFFFF; /* 白地のスペース */

    border: 4px solid #FF6B35; /* オレンジ枠 */

    border-radius: 16px; 

    padding: 40px 20px 25px; 

    position: relative; 

    text-align: center; 

    box-shadow: 0 10px 25px rgba(0,0,0,0.4); 

  }

  .ast-bridge-badge { 

    position: absolute; top: -16px; left: 50%; transform: translateX(-50%); 

    background-color: #0056B3; color: #FFFFFF; 

    font-size: 14px; font-weight: 900; padding: 6px 20px; 

    border-radius: 30px; white-space: nowrap; box-shadow: 0 4px 8px rgba(0,0,0,0.2); 

  }

  .ast-bridge-img-wrap { text-align: center; margin-bottom: 15px; }

  .ast-bridge-img-wrap img { width: 110px; height: auto; display: inline-block; }

  

  .ast-bridge-title { font-size: 20px; font-weight: 900; color: #0A192F; margin: 0 0 5px 0; }

  .ast-bridge-meta { font-size: 12px; color: #666; font-weight: bold; margin-bottom: 20px; }

  

  .ast-bridge-price-block { 

    background-color: #FFF8F5; border-radius: 8px; padding: 15px; 

    border: 1px solid #FFE0D3; display: inline-block; width: 100%; max-width: 280px; 

  }

  .ast-bridge-price-label { 

    display: inline-block; background-color: #FF6B35; color: #FFF; 

    font-size: 12px; font-weight: bold; padding: 4px 12px; 

    border-radius: 20px; margin-bottom: 10px; 

  }

  .ast-bridge-price-main { font-size: 36px; font-weight: 900; color: #FF6B35; line-height: 1; margin: 0; }

  .ast-bridge-price-main small { font-size: 16px; }

  .ast-bridge-price-main .tax { font-size: 12px; color: #555; font-weight: normal; margin-left: 4px; }



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

     Section 3: 3つの特長

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

  .ast-sec3-container { width: 100%; max-width: 480px; margin: 0 auto; padding: 50px 20px 60px; background-color: #F8F9FA; color: #333333; font-family: 'Noto Sans JP', sans-serif; box-sizing: border-box; }

  .ast-sec3-main-title { text-align: center; font-size: 22px; font-weight: 900; color: #0056B3; line-height: 1.4; margin-bottom: 35px; }

  .ast-sec3-main-title span { display: block; font-size: 14px; color: #555555; margin-bottom: 8px; font-weight: bold; }

  .ast-usp-card { background-color: #FFFFFF; border-radius: 12px; padding: 25px 20px; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); border-top: 4px solid #1E90FF; }

  .ast-usp-card:last-child { margin-bottom: 0; }

  .ast-usp-header { display: flex; align-items: center; margin-bottom: 18px; }

  .ast-usp-badge { background-color: #1E90FF; color: #FFFFFF; font-size: 13px; font-weight: bold; padding: 4px 10px; border-radius: 4px; margin-right: 12px; }

  .ast-usp-title { font-size: 18px; font-weight: bold; color: #0A192F; line-height: 1.3; }

  .ast-usp-img-box { width: 100%; height: auto; aspect-ratio: 1.4 / 1; background-size: contain; background-repeat: no-repeat; background-position: center; background-color: #F8F9FA; margin-bottom: 18px; }

  .ast-usp-text { font-size: 14px; line-height: 1.7; color: #444444; font-weight: 500; }



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

     有効成分（酸化亜鉛）

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

  .ast-ingredient-container { width: 100%; max-width: 480px; margin: 0 auto; padding: 50px 20px; background-color: #EBF4FA; color: #333; font-family: 'Noto Sans JP', sans-serif; box-sizing: border-box; }

  .ast-ing-title { text-align: center; font-size: 20px; font-weight: 900; color: #0A192F; line-height: 1.4; margin-bottom: 25px; }

  .ast-ing-card { background-color: #FFF; border-radius: 12px; padding: 25px 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); border-top: 4px solid #1E90FF; }

  .ast-ing-name { font-size: 22px; font-weight: 900; color: #0056B3; text-align: center; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 2px dashed #D0E3F5; }

  .ast-ing-name small { font-size: 13px; display: block; color: #666; margin-bottom: 5px; }

  .ast-ing-text { font-size: 14px; line-height: 1.7; color: #444; font-weight: 500; }

  .ast-ing-text strong { color: #FF6B35; background: linear-gradient(transparent 60%, #FFE0D3 60%); }



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

     Section 4: お客様の声（直筆5件）＆ FAQ

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

  .ast-sec4-container { width: 100%; max-width: 480px; margin: 0 auto; padding: 55px 20px 65px; background-color: #FFFFFF; color: #333333; font-family: 'Noto Sans JP', sans-serif; box-sizing: border-box; }

  .ast-sec4-badge-wrap { text-align: center; margin-bottom: 15px; }

  .ast-sec4-trust-badge { display: inline-block; background: linear-gradient(135deg, #FF8C5A, #FF6B35); color: #FFFFFF; font-size: 14px; font-weight: 900; padding: 6px 20px; border-radius: 30px; letter-spacing: 1px; box-shadow: 0 4px 10px rgba(255, 107, 53, 0.3); }

  .ast-sec4-title { text-align: center; font-size: 22px; font-weight: 900; color: #0A192F; line-height: 1.4; margin-bottom: 40px; }

  .ast-sec4-title span { color: #0056B3; }

  .ast-voc-card { background-color: #F8F9FA; border: 2px solid #E5E5E5; border-radius: 12px; padding: 25px 20px; margin-bottom: 35px; box-shadow: 0 4px 12px rgba(0,0,0,0.03); position: relative; }

  .ast-voc-card:last-child { margin-bottom: 0; }

  .ast-voc-meta { display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid #0056B3; padding-bottom: 8px; margin-bottom: 15px; }

  .ast-voc-job { font-size: 15px; font-weight: 900; color: #0056B3; }

  .ast-voc-age { font-size: 12px; color: #666666; font-weight: bold; }

  .ast-voc-catch { font-size: 17px; font-weight: 900; color: #0A192F; line-height: 1.4; margin-bottom: 15px; }

  .ast-voc-img-box { width: 100%; margin-bottom: 15px; text-align: center; background-color: transparent; border: none; }

  .ast-voc-img-box img { width: 100%; height: auto; max-height: 400px; object-fit: contain; border-radius: 6px; border: 1px solid #E5E5E5; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); display: inline-block; }

  .ast-voc-transcription { font-size: 13.5px; line-height: 1.7; color: #333333; background-color: #FFFFFF; padding: 16px; border-radius: 8px; border-left: 4px solid #FF6B35; font-weight: 500; }

  .ast-voc-transcription strong { color: #0056B3; display: block; margin-bottom: 4px; border-bottom: 1px dotted #CCC; padding-bottom: 2px; }



  /* FAQ */

  .ast-faq-container { width: 100%; max-width: 480px; margin: 0 auto; padding: 0 20px 40px; background-color: #FFFFFF; color: #333; font-family: 'Noto Sans JP', sans-serif; box-sizing: border-box; }

  .ast-faq-title { text-align: center; font-size: 22px; font-weight: 900; color: #0A192F; margin-bottom: 30px; }

  .ast-faq-item { background: #F8F9FA; border-radius: 8px; padding: 20px; margin-bottom: 15px; box-shadow: 0 2px 6px rgba(0,0,0,0.04); border: 1px solid #E5E5E5; }

  .ast-faq-q { font-size: 15px; font-weight: 900; color: #0A192F; margin-bottom: 12px; display: flex; align-items: flex-start; line-height: 1.4; }

  .ast-faq-q::before { content: 'Q.'; color: #0056B3; font-size: 18px; margin-right: 8px; line-height: 1.2; }

  .ast-faq-a { font-size: 14px; line-height: 1.6; color: #555; display: flex; align-items: flex-start; }

  .ast-faq-a::before { content: 'A.'; color: #FF6B35; font-size: 18px; font-weight: 900; margin-right: 8px; line-height: 1.2; }



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

     Section 5: クロージング ＆ 決済

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

  .ast-sec5-container { width: 100%; max-width: 480px; margin: 0 auto; padding: 60px 20px 80px; background-color: #0A192F; color: #FFFFFF; font-family: 'Noto Sans JP', sans-serif; box-sizing: border-box; }

  .ast-sec5-header { text-align: center; margin-bottom: 35px; }

  .ast-sec5-sub { font-size: 14px; color: #E0E0E0; font-weight: bold; margin-bottom: 10px; }

  .ast-sec5-title { font-size: 24px; font-weight: 900; line-height: 1.4; color: #FFFFFF; }

  .ast-sec5-title span { color: #FF6B35; border-bottom: 2px solid #FF6B35; }

  .ast-offer-box { background-color: #FFFFFF; color: #0A192F; border-radius: 16px; padding: 40px 20px 30px; text-align: center; box-shadow: 0 15px 35px rgba(0,0,0,0.6); border: 4px solid #FF6B35; position: relative; margin-bottom: 25px; }

  .ast-offer-top-badge { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); background: #0056B3; color: #FFFFFF; font-size: 15px; font-weight: 900; padding: 8px 26px; border-radius: 25px; white-space: nowrap; box-shadow: 0 4px 10px rgba(0,0,0,0.25); }

  

  .ast-sec5-real-img { width: 100% !important; text-align: center !important; margin: 0 auto 20px !important; display: block !important; }

  .ast-sec5-real-img img { max-width: 90px !important; width: 100% !important; height: auto !important; display: inline-block !important; margin: 0 auto !important; border: none !important; visibility: visible !important; opacity: 1 !important; }



  .ast-offer-product-name { font-size: 18px; font-weight: 900; margin-bottom: 5px; color: #0A192F; }

  .ast-offer-product-meta { font-size: 12px; color: #666; margin-bottom: 20px; font-weight: bold; }

  .ast-price-block { background-color: #FFF8F5; border-radius: 8px; padding: 18px 15px 15px; margin-bottom: 22px; border: 1px solid #FFE0D3; }

  .ast-price-label { display: inline-block; background-color: #FF6B35; color: #FFF; font-size: 13px; font-weight: bold; padding: 4px 12px; border-radius: 20px; margin-bottom: 10px; }

  .ast-price-main { font-size: 46px; font-weight: 900; color: #FF6B35; line-height: 1; margin: 0 0 8px 0; }

  .ast-price-main small { font-size: 18px; font-weight: bold; }

  .ast-price-main span.tax { font-size: 14px; font-weight: bold; color: #555; margin-left: 4px; }

  .ast-price-note { font-size: 13px; color: #D32F2F; font-weight: bold; }

  

  .ast-reassurance-list { text-align: left; background-color: #F8F9FA; padding: 18px 18px; border-radius: 8px; margin-bottom: 25px; font-size: 13.5px; font-weight: 700; line-height: 1.6; color: #222; }

  .ast-reassurance-list div { position: relative; padding-left: 22px; margin-bottom: 12px; }

  .ast-reassurance-list div:last-child { margin-bottom: 0; }

  .ast-reassurance-list div::before { content: '✔'; position: absolute; left: 2px; color: #FF6B35; font-size: 16px; }

  .ast-reassurance-highlight { color: #0056B3; }



  /* セクション5専用CTA */

  .ast-sec5-cta-btn { display: block; width: 100%; background: linear-gradient(to bottom, #FF8C5A, #FF6B35); color: #FFFFFF !important; text-align: center; padding: 22px 0; border-radius: 12px; text-decoration: none; font-weight: 900; font-size: 21px; box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4); cursor: pointer; border: none; }

  .ast-sec5-cta-btn:active { transform: translateY(3px); }

  .ast-cta-subtext { display: block; font-size: 13px; font-weight: normal; margin-top: 6px; }



  .ast-payment-methods { text-align: center; font-size: 12px; color: #A0AEC0; margin-top: 20px; line-height: 1.6; }

  .ast-payment-icons { display: flex; justify-content: center; gap: 8px; margin-top: 12px; flex-wrap: wrap; }

  .ast-payment-badge { background-color: rgba(255,255,255,0.1); padding: 5px 10px; border-radius: 4px; font-weight: bold; color: #FFF; font-size: 11.5px; }

  .ast-payment-note { font-size: 11px; color: #8A9BAE; margin-top: 12px; line-height: 1.5; text-align: left; background: rgba(0,0,0,0.2); padding: 10px; border-radius: 6px; display: inline-block; }

  .ast-payment-note span { color: #FF8C5A; font-weight: bold; }

/* ===================================================
   追従型CTA専用CSS
   =================================================== */
#floating-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

#floating-cta.is-show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.floating-cta-btn {
  display: block;
  max-width: 480px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #FF8C5A, #FF6B35);
  color: #FFFFFF !important;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 10px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(255, 107, 53, 0.3);
  font-size: 14px;
  line-height: 1.4;
  border: none;
  cursor: pointer;
}

.floating-cta-btn:active {
  transform: translateY(2px);
  box-shadow: none;
}

.floating-cta-btn .price-text {
  font-size: 18px;
  display: inline-block;
  margin-top: 2px;
}

/* ===================================================
   追従型CTA（バナー風）専用CSS（紺背景＋オレンジ丸ボタン）
   =================================================== */

/* 外枠（画面幅いっぱい） */
#floating-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  /* 背景をサイトのブランドカラーである深い紺色に変更 */
  background-color: #0A192F; 
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.4);
}

/* スクロール時の出現クラス */
#floating-cta.is-show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* 内部レイアウト */
.floating-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 8px 10px 5px; 
  box-sizing: border-box;
}

/* --- 左側：テキストエリア --- */
.floating-cta-text {
  flex: 1;
  color: #FFFFFF; 
  text-align: left;
}

.floating-cta-badge {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
  /* バッジはシンプルに文字のみ（白） */
  color: #FFFFFF;
}

.floating-cta-price {
  font-size: 28px; 
  font-weight: 900;
  line-height: 1;
  font-family: serif; 
  /* 価格はモルトアイス風の上品なゴールド系 */
  color: #F5DEB3; 
  margin-top: 4px;
}

.floating-cta-price .currency {
  font-size: 14px; 
  margin-left: 2px;
}

.floating-cta-price .tax,
.floating-cta-price .subtext {
  font-size: 11px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #FFFFFF;
  font-weight: normal;
}

/* --- 右側：画像と丸ボタンエリア --- */
.floating-cta-visual {
  position: relative;
  width: 105px; 
  height: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.floating-cta-img {
  width: auto;
  height: 75px; 
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 丸ボタン（通常のCTAと同じオレンジ） */
.floating-cta-circle {
  position: absolute;
  right: -8px; 
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  /* ここに通常のCTAと同じオレンジのグラデーションを適用 */
  background: linear-gradient(to bottom, #FF8C5A, #FF6B35);
  border: 2px solid #FFFFFF; /* 白い細フチでスッキリと */
  border-radius: 50%;
  color: #FFFFFF; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
  text-align: center;
}

.floating-cta-circle .arrow {
  font-size: 9px;
  margin-top: 1px;
}

/* ホバー/アクティブ時の挙動 */
#floating-cta:active .floating-cta-circle {
  transform: translateY(-50%) scale(0.95);
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}