/*　トップカルーセル中央寄せ　*/
.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=20260430232107");
 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=20260430232107);
 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=20260430232107);
 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=20260430232107");
 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=20260430232107);
 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=20260430232107");
 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; /* 確立した黄金比の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;
  }
}

/* =======================================
   解決策・商品紹介セクション (幅600px)
======================================= */
.skin-solution-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: linear-gradient(180deg, #f4f6f9 0%, #eef1f5 100%);
  border-top: 1px solid #e0e0e0; /* 上の白背景ブロックとの境界線を引く */
  border-bottom: 1px solid #e0e0e0  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-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);
}

/* =======================================
   【メイン】お試しサイズ（50g）のスタイル
======================================= */
.product-block-main {
  margin-bottom: clamp(40px, 10cqi, 60px);
}

/* 商品名（1行に綺麗に収める設定） */
.solution-product-name {
  font-family: "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  
  /* ① スマホで入りきるように、最小サイズを 2.4rem から 1.8rem に縮小 */
  font-size: clamp(1.8rem, 5.5cqi, 2.8rem); 
  
  font-weight: bold;
  color: #001f3f;
  margin-bottom: 25px;
  
  /* ② 文字同士の隙間を少しだけ詰めて横幅を節約（0.05em → 0.02em） */
  letter-spacing: 0.02em;
  
  /* ③ 【重要】絶対に改行させないという強力な命令 */
  white-space: nowrap; 
}

.product-image-main {
  margin: 0 auto 25px;
  width: 100%;
  max-width: 100px; /* メインは少し大きめに表示 */
}

.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: 25px 20px;
  box-sizing: border-box;
}

.recommend-badge {
  color: #e60012; /* 赤で強調 */
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

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

.size-label {
  font-size: clamp(1.6rem, 5cqi, 2rem);
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

.price-value {
  margin: 0;
  font-size: clamp(2.8rem, 8cqi, 3.6rem); /* 価格を極大化 */
  font-weight: bold;
  color: #111;
  line-height: 1;
}

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

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

/* =======================================
   【サブ】業務用サイズ（200g）のスタイル
======================================= */
.product-block-sub {
  border-top: 1px dashed #ccc; /* メインとの境界線 */
  padding-top: clamp(30px, 8cqi, 40px);
}

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

/* 画像とテキストを横並びにする（PC時） */
.sub-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 450px;
  margin: 0 auto;
}

.product-image-sub {
  width: 120px; /* サブは画像を小さく */
  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.4rem;
  color: #555;
  margin-bottom: 5px;
}

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

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

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

@media (max-width: 500px) {
  .sp-only { display: block; }
  
  /* サブブロックもスマホでは縦積みに */
  .sub-inner {
    flex-direction: column;
    text-align: center;
  }
  .price-box-sub {
    text-align: center;
  }
}

/* =======================================
   商品の秘密（特徴）セクション (幅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 {
  font-size: 1.1rem; /* スマホでも読める最小限のサイズ */
  color: #777777; /* 薄すぎないグレー */
  text-align: right; /* 右下に控えめに配置 */
  margin-top: 15px;
  padding: 0 clamp(15px, 5cqi, 30px);
  line-height: 1.4;
}

/* スライダー内の各アイテム（枠組み） */
.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);
  }
}


/* =======================================
   問題解決（無限ループからの脱出）セクション
======================================= */
.skin-problem-solution-section {
  container-type: inline-size;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* --- 前半：悩みのエリア（グレー背景で少しどんよりと） --- */
.ps-bad-area {
  background-color: #f4f6f9; /* 薄いグレー */
  padding: clamp(40px, 8cqi, 50px) clamp(15px, 5cqi, 30px);
  text-align: center;
}

.ps-bad-title {
  font-family: "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2rem, 6cqi, 2.6rem);
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}

.ps-bad-lead {
  font-size: clamp(1.4rem, 4.5cqi, 1.6rem);
  font-weight: bold;
  color: #e60012; /* 赤で危機感を煽る */
  margin-bottom: 25px;
}

/* 無限ループの枠組み */
.loop-box {
  background-color: #ffffff;
  border: 2px dashed #999;
  border-radius: 12px;
  padding: 30px 15px 20px;
  position: relative;
}

/* 「手荒れの無限ループ」バッジ */
.loop-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #666;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 6px 20px;
  border-radius: 20px;
  white-space: nowrap;
}

/* 各ステップのレイアウト */
.loop-step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: left;
}

.loop-icon-wrap {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.loop-text {
  font-size: clamp(1.4rem, 4.5cqi, 1.6rem);
  font-weight: bold;
  color: #444;
  line-height: 1.5;
  margin: 0;
  width: 200px; /* テキストの幅を揃える */
}

.text-danger {
  color: #e60012; /* 繰り返すの部分を赤く */
}

.loop-arrow {
  font-size: 2rem;
  color: #999;
  margin: 8px 0;
}

.loop-return-icon {
  font-size: 3rem;
  color: #999;
  margin-top: 10px;
}

/* --- 後半：解決のエリア（白背景でパッと明るく） --- */
.ps-good-area {
  background-color: #ffffff;
  padding: clamp(40px, 8cqi, 50px) clamp(15px, 5cqi, 30px);
  text-align: center;
}

.ps-good-title {
  font-family: "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.2rem, 6.5cqi, 2.8rem);
  font-weight: bold;
  color: #001f3f; /* ネイビーで説得力 */
  line-height: 1.5;
  margin-bottom: 30px;
}

.accent-line {
  color: #c5a059;
  font-size: 0.8em;
  margin: 0 5px;
}

/* 解決の枠組み */
.solution-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solution-step {
  width: 100%;
  max-width: 400px;
  background-color: #f8f9fa;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}

/* ゴール（未来）の箱はゴールドの枠線で特別感を */
.solution-step.box-gold {
  background-color: #fffdf5;
  border: 2px solid #c5a059;
  box-shadow: 0 4px 12px rgba(197, 160, 89, 0.15);
}

.solution-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 10px;
}

.bg-navy { background-color: #001f3f; }
.bg-gold { background-color: #c5a059; }

.solution-text {
  font-size: clamp(1.4rem, 4.5cqi, 1.6rem);
  color: #333;
  line-height: 1.6;
  margin: 0;
}

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

.solution-step.box-gold .solution-text strong {
  color: #e60012; /* 未来の部分は赤で強調 */
}

.text-large {
  font-size: clamp(1.5rem, 5cqi, 1.8rem);
}

/* ゴールへ向かう力強い矢印 */
.solution-arrow {
  width: 32px;
  height: 40px;
  margin: 15px 0;
  animation: bounceY 2s infinite; /* 矢印が下にピコピコ動く */
}

@keyframes bounceY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}