@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  margin: 0;
  background: var(--bg);
  color: #28241b;
}
a {
  color: inherit;
  text-decoration: none
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
p {
  font-size: 18px;
  line-height: 2;
}
.br_sp {
  display: none;
}
@media (max-width: 768px) {
  .br_sp {
    display: block;
  }
}
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px
}
header .container {
  padding: 0 0px;
  max-width: 1150px;
}
section {
  padding: 60px 0;
}
/* Utilities */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}
.card {
  background: var(--card);
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(16, 24, 40, 0.04);
}
.pill {
  border-radius: 999px
}
/* Buttons */
.btn {
  display: inline-block;
  padding: 14px 18px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid transparent
}
.btn:focus-visible {
  outline: 3px solid rgba(43, 108, 176, .35);
  outline-offset: 2px
}
.btn-primary {
  background: var(--accent);
  color: #fff
}
.btn-ghost {
  background: transparent;
  color: var(--accent);
  border-color: rgba(43, 108, 176, 0.18)
}
/* Header / Nav */
header {
  background: #f8faff;
}
.topbar {
  border-bottom: 1px solid var(--line)
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.nav-toggle,
.nav-burger,
.nav-drawer {
  display: none;
}

/* ハンバーガーアイコン */
.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.nav-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  transition: all 0.3s ease;
}


.logo {}
.nav {
  display: flex;
  gap: 16px
}
.nav a {
  font-size: 14px;
  color: var(--muted)
}
.nav a:hover {
  color: var(--accent)
}
/* Hero */
.hero {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 36px;
  align-items: center;
  padding: 56px 0
}
.hero-left h1 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 12px
}
.lead {
  font-size: 18px;
  color: var(--muted);
  margin: 0 0 18px
}
.em-2x {
  font-size: 2em;
  font-weight: 800
}
.notice {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 20px
}
.badge {
  display: inline-block;
  background: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-weight: 600;
  margin-bottom: 12px
}
.hero-cta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap
}
.hero-meta {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px
}
.ph {
  aspect-ratio: 4/3;
  background: linear-gradient(180deg, #fff 0%, #f4f7fb 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #d7deea
}
/* Section Heads */
.section-head {
  display: flex;
  align-items: end;
  gap: 14px;
  justify-content: center;
  text-align: center
}
.section-head h2 {
  margin: 0;
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  margin-bottom: 50px;
  font-size: 40px;
  color: #333;
  letter-spacing: 0.05em; /* 少し広げる */
  line-height: 1.5;
  text-shadow: 1px 1px 0 #fff; /* 白シャドウ：1px・ぼかしなし */
}
.section-head span {
  font-size: 20px;
}
.section-head p {
  margin: 0;
  color: var(--muted)
}
/* Content Blocks */
ul.symptoms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 18px 0;
  padding-left: 18px
}
ul.symptoms li {
  list-style: disc;
  color: #222
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 28px;
  align-items: start
}
/* media */
.media {
  background: #fff;
  text-align: center;
}
.media img {
  margin: 0 auto;
  width: 60%;
}
/* empathy */
#empathy {
  background: #cce2f0;
  text-align: center;
}
/* sleep-timing */
section#sleep-timing {
  padding-top: 0;
  padding-bottom: 0;
}
#sleep-timing {
  background: url("images/background.png");
  text-align: center;
}
#age-40plus {
  background: #f7f3ea;
  text-align: center;
}
/*#age-40plus .section-head img,
#age-40plus .section-head h2{
  display: inline-block;
	margin-bottom:0;
  vertical-align: bottom;
}

#age-40plus .section-head{
margin-bottom:50px;
margin:0 auto 50px;
}

#age-40plus .section-head img {
    flex: 0 0 35%;
    max-width: 100px;
    height: auto; 
  }
#age-40plus .section-head h2 {
	text-align:left;
  }*/
#age-40plus .section-head {
  display: flex;
  justify-content: center; /* 中身（h2）の幅に合わせて中央寄せ */
  margin-bottom: 50px;
}
#age-40plus #age-heading {
  display: flex;
  align-items: flex-end; /* アイコンと文字の下端を揃える */
  gap: 10px;
  margin: 0;
  text-align: left;
  width: auto; /* 中身の幅だけにする */
  max-width: 100%;
  flex: 0 0 auto; /* 親幅いっぱいに広がらないようにする */
}
/* アイコン画像：可変＋最大100px */
#age-40plus .section-head span {
  max-width: 150px;
}
#age-40plus .section-head img {
  max-width: 150px;
  height: auto;
  flex: 0 0 auto; /* 画像の幅だけに固定 */
}
#age-40plus h3 {
  color: #2f5f93;
  font-weight: 600;
  font-size: 30px;
  margin-top: 0;
}
#age-40plus p {
  font-size: 22px;
}
#product ul, #product li {
  list-style: none;
}
#product h3 {
  margin-top: 0;
  margin-bottom: 0;
}
#product .p-point {
  position: relative;
  padding: 0 0 140px;
  background: #fff;
}
#product .p-pointTxtBlock {
  margin: 62px auto 0;
  position: relative;
  z-index: 100;
}
#product .p-pointTxtHeading {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.57;
  letter-spacing: -0.03em;
}
#product .p-pointTxtHeading span {
  display: inline-block;
}
#product .p-pointTxt {
  font-size: 18px;
  margin: 20px auto 0;
  text-align: left;
}
#product .p-pointList {
  padding: 0;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  z-index: 100;
  position: relative;
}
#product .p-pointList__item {
  width: 33.33%;
  padding: 1rem;
}
#product .p-pointList__item:last-of-type {
  margin-right: 0;
}
#product .p-pointListItemTitleBlock {
  display: flex;
  align-items: center;
}
#product .p-pointListItemNo {
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#product .p-pointListHeading {
  font-size: 22px;
  font-weight: 700;
  color: #2f2f2f;
  line-height: 1.2;
  text-align: left;
  width: calc(100% - 60px);
  box-sizing: border-box;
  padding-left: 14px;
}
#product .p-pointListHeading span {
  font-size: 15px;
  line-height: 1.6;
  display: inline-block;
}
#product .p-pointListItemPhoto {
  margin: 20px auto 0;
  line-height: 1;
}
#product .p-pointListItemTxt {
  color: #2f2f2f;
  font-size: 14px;
  line-height: 1.71;
  text-align: left;
  margin: 17px auto 0;
}
#product .p-pointBg {
  position: absolute;
  top: 2.7%;
  left: -7%;
}
#product img {
  margin: 0 auto;
}
.testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px
}
#experts {
  background: #e8f0f6;
}
#experts .testimonials img {
  margin: 0 auto;
}
#experts .p-recommendContentsCopy {
  margin: 20px auto;
  width: 90%;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.57;
  text-align: center;
}
#experts cite {
  text-align: center;
}
#specs {
  background: #fff;
  font-size: 18px;
}
table.specs {
  width: 90%;
  border-collapse: collapse;
  margin: 0 auto;
}
table.specs td {
  padding: 10px;
  border-top: 1px solid #f0f0f3;
}
table.specs td.key {
  width: 30%;
  color: #333;
}
#bonus-covers {
  background: #f7f3ea;
}
#habit {
  background: #fff;
  text-align: center;
}
#contact {
  background: #f7f7fb;
}
/* FAQ */
#faq {
  background: #fff;
}
.faq {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr); /* 2列固定 */
}
.faq-category {
  grid-column: 1 / -1; /* 見出しは横幅100% */
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 12px;
  border-left: 4px solid var(--primary);
  padding-left: 8px;
  color: var(--text);
}
details.faq-item {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid var(--line);
}
details.faq-item > summary {
  cursor: pointer;
  font-weight: 700;
}
details.faq-item[open] {
  box-shadow: 0 3px 10px rgba(16, 24, 40, 0.04);
}
#pro-voices {
  background: #fff;
}
.p-professionalVoiceList__itemThumbProf {
  font-size: 20px;
  color: #666;
  padding: 30px 0 20px;
}
.p-professionalVoiceList__itemContentsTxt {
  margin: 0;
}
.p-professionalVoiceList__itemContents img {
  margin: 0 auto;
}
/* Sticky CTA */
.sticky-cta {
  position: sticky;
  bottom: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(1.2) blur(4px);
  border-top: 1px solid var(--line)
}
.sticky-cta .inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-around;
  flex-wrap: wrap
}
.sticky-cta .mini {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px
}
.sticky-cta .mini span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent)
}
footer {
  padding: 28px 0;
  text-align: center;
  color: var(--muted);
  font-size: 14px
}
/* Misc */
.lines {
  display: grid;
  gap: 10px;
  justify-items: center
}
.lines p {
  margin: 0;
  padding: 6px 10px;
  border-bottom: 2px solid #e5e7eb;
  display: inline-block
}
.speech {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 2px solid var(--accent);
  color: var(--accent);
  border-radius: 999px;
  padding: 4px 12px;
  font-weight: 800
}
.speech:after {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid var(--accent)
}
.speech:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fff
}
/* ===== Global Nav Rebuild ===== */
.nav a {
  font-size: 14px;
  color: var(--muted);
  padding: 8px 6px
}
.nav a:hover {
  color: var(--accent)
}
.nav a.btn {
  color: #fff
} /* PC時の購入ボタンは白文字で固定 */
/* Mobile hamburger */
.nav-toggle {
  display: none
}
.nav-burger {
  display: none;
  cursor: pointer;
  width: 36px;
  height: 28px;
  position: relative
}
.nav-burger span {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--ink);
  border-radius: 2px;
  transition: .25s
}
.nav-burger span:nth-child(1) {
  top: 2px
}
.nav-burger span:nth-child(2) {
  top: 12px
}
.nav-burger span:nth-child(3) {
  top: 22px
}
/* Drawer */
.nav-drawer {
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 12px 24px rgba(16, 24, 40, .08);
  padding: 12px 20px;
  z-index: 60
}
.nav-drawer a {
  display: block;
  padding: 12px 8px;
  border-bottom: 1px solid #f3f4f6
}
.nav-drawer a:last-child {
  border-bottom: none
}
/* Active section style （任意：IntersectionObserverで .is-active を付与） */
.nav a.is-active {
  color: var(--accent);
  font-weight: 800
}
/* Contact section layout */
.card.contact {
  padding: 20px;
  overflow: hidden; /* 内部要素のはみ出し防止 */
}
.contact-title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: var(--ink);
}
/* 2カラム構成（スマホでは1カラム） */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* 右側の余白防止 */
  gap: 20px;
  max-width: 100%;
  align-items: stretch;
}
.contact-col {
  background: #fff;
  padding: 24px 18px;
  box-shadow: 0 2px 10px rgba(16, 24, 40, 0.04);
  border: 1px solid var(--line);
  min-width: 0; /* グリッド要素のはみ出し防止 */
  text-align: center; /* ← 中央揃え */
}
.contact-head {
  margin: 0 0 20px;
  font-size: 22px;
}
/* 電話ボタン */
.contact-tel {
  display: inline-flex;
  /*  
	
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(43, 108, 176, 0.25);
  border-radius: 10px;
  text-decoration: none;
  background: #fff;
  transition: 0.2s ease-in-out;
  margin: 0 auto;*/
}
.contact-tel:hover {
  background: rgba(43, 108, 176, 0.05);
}
.contact-note {
  color: #006cbc;
  font-size: 14px;
  margin: 6px 0 0;
}
/* メール問い合わせ */
.badge-24h {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #006cbc;
  /*	border:1px solid #006cbc;*/
  padding: 4px 10px;
  margin: 0;
}
.contact-mail {
  display: inline-block;
}
.contact-mail:hover {
  opacity: 0.9;
}
/* ===== Bonus Covers (専用カバー特典) ===== */
#bonus-covers {
  padding: 40px 0;
}
.card.bonus {
  position: relative;
  overflow: hidden;
  padding: 24px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}
/* 親カード：三角が切れない＆余白確保 */
.card.bonus {
  position: relative;
  overflow: visible; /* ← 重要：三角を表示 */
  padding-top: 76px; /* リボン分の余白（お好みで） */
}
/* 今だけ特典リボン（矢印付き） */
.bonus-ribbon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); /* 常に中央 */
  display: inline-block;
  background: #1f3a6d; /* 濃紺 */
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1; /* 行高でズレない */
  padding: 14px 44px 16px; /* 下を少し厚めにして接合を自然に */
  border-radius: 6px 6px 6px 6px; /* 角丸は均等（下の三角と干渉しない） */
  box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
  z-index: 3;
}
/* 下向きの三角（本体と同色） */
.bonus-ribbon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px; /* ▼がボックスから10pxだけ出る */
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 10px solid #1f3a6d; /* 本体と同色で綺麗に接合 */
}
/* お好み：薄い影の“落ち影”で立体感（任意） */
.bonus-ribbon::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px; /* 三角より少し下 */
  width: 34px;
  height: 8px;
  background: radial-gradient(50% 100% at 50% 0%, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 100%);
  filter: blur(1px);
  z-index: -1;
}
/* --- 見出し（中央揃え＋強調） --- */
.bonus-headline {
  display: flex;
  flex-direction: column;
  align-items: center; /* 中央揃え */
  justify-content: center;
  text-align: center;
  gap: 8px;
  margin-top: 40px; /* リボンとの距離 */
}
/* 「今だけ」ラベル */
.label-nonsale {
  display: inline-block;
  border: 2px solid #f74579;
  color: #f74579;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 13px;
}
/* 見出し本体 */
#bonus-heading {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  color: #223;
  line-height: 1.3;
}
/* 「8,000円相当の専用カバー2枚」を赤字＆2倍サイズに */
#bonus-heading .hl {
  color: #f74579; /* 鮮やかな赤 */
  font-size: 2em; /* 2倍サイズ */
  font-weight: 900;
  position: relative;
  z-index: 1;
}
/* 背景マーカー（淡い黄色） */
#bonus-heading .hl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.15em;
  width: 100%;
  height: 0.5em;
  background: #fff6a9; /* 薄い黄色マーカー */
  z-index: -1;
  border-radius: 2px;
}
/* 2カラム */
.bonus-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 20px;
  align-items: start;
}
/* 左側：丸バッジ＋仮画像 */
.bonus-visual {
  position: relative;
  min-height: 220px;
}
.badge-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background: #18324f;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
}
.img-ph {
  margin-left: 84px; /* 丸バッジと重ならないよう調整 */
  width: calc(100% - 84px);
  height: 200px;
  background: linear-gradient(180deg, #f0f4fb, #e6eef9);
  border: 1px dashed #cdd9ee;
  border-radius: 10px;
}
/* 右側テキスト */
.bonus-text .lead {
  margin: 0 0 10px;
  font-weight: 700;
}
.bonus-item {
  margin: 10px 0 12px;
}
.bonus-item h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 800;
  color: #223;
}
.bonus-item p {
  margin: 0;
  color: var(--ink);
}
.bonus-text .note {
  margin: 12px 0 8px;
  color: var(--muted);
  font-size: 14px;
}
/* 仕様の帯 */
.spec-pill {
  display: inline-block;
  padding: 8px 12px;
  background: #f6fafc;
  border: 1px solid #e3eef6;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
}
/* ===== CTA / Purchase ===== */
#purchase {
  background: #f7f3ea;
}
.card.purchase {
  border: 5px solid #d3c9b3;
  background: #ffffff;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
.purchase-grid {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 24px;
  align-items: center;
}
.purchase-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.purchase-left img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
/* === CTAボタン（サイズUP & 沈む動作） === */
.cta-button {
  background: #f5a623;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 0 #d97b00;
  transition: 0.1s ease-in-out;
  display: inline-block;
  padding: 18px 36px; /* ← サイズUP */
  font-weight: bold;
  font-size: 20px; /* ← 大きく */
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.cta-button:hover {
  box-shadow: 0 1px 0 #d97b00;
  transform: translateY(1px);
  background: #e98e1e;
}
.cta-button:active {
  box-shadow: 0 0px 0 #b65f00;
  transform: translateY(2px);
}
/* === 数量入力 === */
.form-control {
  width: 80px !important; /* 少し幅UP */
  padding: 10px !important;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px !important;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
}
.purchase-sub {
  margin: 4px 0 8px;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
}
/* === ボタン行の余白最適化 === */
.purchase-cta form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px; /* 広げてバランス良く */
  margin-top: 12px;
}
.purchase-cta .ec-productRole__actions {
  flex: 0 0 auto;
}
.purchase-cta .ec-productRole__btn {
  flex: 1 1 auto;
}
/* === キャンペーン期間（太字） === */
.purchase-note {
  width: 100%;
  display: block;
  text-align: center;
  background: #2e2e2e;
  color: #fff;
  padding: 12px;
  font-size: 15px;
  border-radius: 0 0 8px 8px;
  font-weight: 700; /* 太字 */
}
.purchase-note span {
  padding: 0 30px;
}
.purchase-limited {
  margin: 4px 0 0;
  font-size: 13px;
  opacity: 0.85;
}
.purchase-right .img-ph {
  width: 100%;
  margin-left: 0;
  aspect-ratio: 4/3;
  border-radius: 12px;
  border: 1px dashed rgba(36, 28, 28, 0.45);
}
.purchase-right img {
  margin: 10px auto;
  max-width: 100%;
  height: auto;
}
/* ===============================
   Testimonial (実際に使った方の声)
   全文コピペOK／上書き用
   =============================== */
#testimonial {
  background: #f7f3ea
}
/* --- グリッド（PC=2カラム / SP=1カラム） --- */
#testimonial ul {
  list-style: none;
  margin: 50px 0 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
/* --- 各カード --- */
#testimonial li {
  position: relative;
  overflow: visible; /* アイコンはみ出しを許可 */
  background: #fff;
  border: 1px solid #e6e9ef;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
  padding: 58px 20px 20px; /* 上部はアイコン分を広めに */
  margin-bottom: 50px;
  margin-top: 50px;
}
/* --- アイコン（枠上にはみ出す・中央配置） --- */
#testimonial .p-voiceList__itemThumb {
  position: absolute;
  top: -90px; /* はみ出し量 */
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
#testimonial .p-voiceList__itemThumb img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);*/
}
/* --- 見出し／プロフィール --- */
#testimonial .p-voiceList__itemContentsHeading {
  margin: 8px 0 6px;
  font-size: 22px;
  font-weight: 600;
  color: #1f3a5f; /* 清潔感のあるブルーグリーン */
  text-align: center;
  line-height: 1.4;
}
#testimonial .p-voiceList__itemThumbProf {
  margin: 0 0 10px;
  font-size: 13px;
  color: #667085;
  text-align: center;
}
/* --- 吹き出し（横幅いっぱい・尻尾なし） --- */
#testimonial .p-voiceList__itemContentsTxt {
  width: 100%;
  box-sizing: border-box;
  border-radius: 14px;
  padding: 18px 20px;
  margin: 0; /* 余白をリセット */
  line-height: 1.9;
  color: #333;
}
#testimonial .p-voiceList__itemContentsTxt strong {
  color: #cc7832;
  font-weight: 600;
}
/* 尻尾は削除（念のため強制） */
#testimonial .p-voiceList__itemContentsTxt::before, #testimonial .p-voiceList__itemContentsTxt::after {
  display: none !important;
  content: none !important;
}
/* --- 注釈（左揃え） --- */
#testimonial .voices-note {
  margin: 10px 0 0;
  font-size: 12px;
  color: #98a2b3;
  text-align: left; /* 中央→左揃え */
}
.em {
  color: #3e9ba4; /* LP全体のブランドカラーを継承（fallback付き） */
  padding: 0 2px;
  display: inline-block;
}
/* 複数のemを使った場合の見やすさ調整 */
.em + .em {
  margin-left: 2px;
}
/* ===============================
   Athlete Voices Section
   =============================== */
#athlete-voices {
  padding: 48px 0;
  background: #eef4f8;
}
#athlete-voices .container {
  background: none
}
#athlete-voices .ath-title {
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 24px;
  text-align: left;
  color: #1f365a;
}
/* Layout: 左右交互 */
.ath-card {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 24px;
  align-items: start;
  background: #f5f7fb;
  border: 1px solid #e6e9ef;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
  margin-bottom: 28px;
}
.ath-card.is-reverse {
  grid-template-columns: 1fr 400px;
}
.ath-card.is-reverse .ath-photo {
  order: 2;
}
.ath-card.is-reverse .ath-body {
  order: 1;
}
/* 画像＋リボン */
.ath-photo {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
}
.ath-photo img {
  margin: 0 auto;
}
.ath-ribbon {
  position: absolute;
  top: 14px;
  left: -44px;
  transform: rotate(-35deg);
  background: #2c73a3; /* 統一感あるブルーに変更 */
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  padding: 8px 60px;
  letter-spacing: .04em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .18);
}
/* 本文側 */
.ath-body {
  background: #fff;
  border-radius: 8px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ath-headline {
  margin: 0 0 10px;
  font-weight: 600;
  color: #2c73a3; /* 信頼感＋力強さ */
  font-size: 24px;
  line-height: 1.5;
}
.ath-nameblock {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #e4f0f5; /* 柔らかいブルーで可読性UP */
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 10px;
}
.ath-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}
.ath-role {
  font-weight:
}
/* インパクト重視の落ち着いたオレンジ */
.ath-highlight-orange {
  color: #f39b00;
  font-weight: 700;
}
/* =========================================
   枕からはじめる睡眠ケア（#pillow-care）CSS 一式
   ※HTMLは変更不要。貼り替えで反映されます。
   ========================================= */
#pillow-care .section-head {
  /* 下のカードから少し独立させて“枠外”の見え方を強調 */
  margin-bottom: 10px;
}
section#pillow-care {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
#pillow-care h3 {
  color: #2f5f93;
  font-weight: 600;
  font-size: 30px;
  margin-top: 0;
}
#pillow-care .container {
  background: url("images/pillow-care01_PC.png") no-repeat right top;
  padding-top: 60px;
  padding-bottom: 60px;
}
#pillow-care .pillow-care-inner {
  width: 60%;
  text-shadow:  -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
}
section#reasons {
  background: #f7f3ea;
}
#reasons img {
  margin-bottom: 50px;
  background: #fff;
}
/* -----------------------------------------
   アクセント強調（例：<span class="em">…</span>）
   ※ほかのセクションで .em を利用している場合の再定義
   ----------------------------------------- */
.em {
  color: var(--accent) !important;
  font-weight: 800;
}
/* ===== Reasons block ===== */
#reasons {
  padding: 56px 0;
}
#reasons .reasons-title {
  text-align: center;
  font-weight: 800;
  font-size: clamp(22px, 3.8vw, 28px);
  line-height: 1.3;
  margin: 0 0 20px;
}
/* 行レイアウト */
.reason-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  margin: 24px 0;
}
.reason-row.reverse {
  grid-template-columns: 1fr 1fr;
}
.reason-row.reverse .reason-visual {
  order: 2;
}
.reason-row.reverse .reason-card {
  order: 1;
}
/* 画像エリア＋縦書き風キャプション */
.reason-visual {
  position: relative;
  margin: 0;
}
.reason-visual .img-ph {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0, #f4f7fb 100%);
  border: 1px solid #e3e7ef;
}
.reason-vertical {
  position: absolute;
  left: -12px;
  bottom: 10px;
  writing-mode: vertical-rl;
  letter-spacing: .08em;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-size: clamp(18px, 4vw, 28px);
  color: #141a28;
  opacity: .16;
  pointer-events: none;
}
/* テキストカード */
.reason-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px 22px;
  box-shadow: 0 6px 20px rgba(16, 24, 40, .04);
  position: relative;
}
/* 上下に控えめの飾りカーブ（参考画像のノッチ風） */
.reason-card:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  width: 54px;
  height: 12px;
  border-radius: 0 0 54px 54px/0 0 12px 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: none;
}
/* 見出し */
.reason-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  line-height: 1.3;
  font-weight: 800;
  font-size: clamp(18px, 3.2vw, 22px);
}
.reason-num {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}
/* テキスト */
.reason-card p {
  margin: 0;
  color: var(--ink);
}
.footer {
  background: #000;
  color: #fff;
  font-family: "Hiragino Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.8;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
}
.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.footer-column {
  flex: 1 1 48%;
  min-width: 320px;
}
.footer-section {
  text-align: left; /* ← 本文を左揃えに */
}
.footer-section h2 {
  background: #fff;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-align: center; /* ← 見出しは中央揃えを維持 */
  padding: 8px 0;
  margin-bottom: 20px;
}
.footer-section h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
}
.footer-section p, .footer-section li, .footer-section dd, .footer-section address {
  font-size: 13px;
  color: #ddd;
  text-align: left; /* ← 本文を左揃えに統一 */
}
.footer-section ul {
  list-style: none;
  padding-left: 0;
  margin: 10px 0;
}
.footer-section ul li::before {
  content: "● ";
  color: #aaa;
}
.footer-img {
  margin-top: 8px;
  max-width: 220px;
}
.footer-section a {
  color: #00aaff;
  text-decoration: underline;
}
.footer-section dl {
  display: grid;
  grid-template-columns: 130px 1fr; /* 左に項目, 右に内容 */
  gap: 8px 16px; /* 行・列の隙間 */
  align-items: start;
  margin-top: 10px;
}
.footer-section dt {
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
.footer-section dd {
  margin: 0;
  text-align: left;
}
/* --- セクション間の余白調整 --- */
.footer-section {
  margin-bottom: 25px; /* ← 以前より小さく */
}
/* 特に「返品・交換」と「配送方法」間の調整 */
.footer-columns .footer-column:nth-child(1) .footer-section:last-of-type {
  margin-bottom: 15px; /* 最後のブロックを詰める */
}
.footer-links {
  text-align: center;
  border-top: 1px solid #444;
  padding-top: 20px;
  font-size: 13px;
  margin-top: 40px;
}
.footer-links a {
  color: #ccc;
  text-decoration: none;
  margin: 0 5px;
}
.footer-links a:hover {
  color: #fff;
}
.footer-bottom {
  background: #f2f2f2;
  color: #000;
  font-size: 12px;
  text-align: center;
  padding: 20px 10px;
  line-height: 1.6;
}
/* --- footer 内の section だけは余白なしにする --- */
footer section, .footer section {
  margin: 0 !important;
  padding: 0 !important;
}
footer address, .footer address {
  font-style: normal; /* ← 斜体を解除 */
  text-align: left;
  line-height: 1.8;
  color: #ddd;
}
@media screen and (max-width: 993px) {
  #product .p-pointList__item {
    width: 50%;
    padding: 1rem;
  }
  #product .p-pointListItemNo {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  #product .p-pointListHeading {
    font-size: 16px;
    width: calc(100% - 40px);
  }
  #product .p-pointListHeading span {
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .two-col {
    grid-template-columns: 1fr;
  }
  ul.symptoms {
    grid-template-columns: 1fr;
  }
  .hero-right {
    order: -1;
  }
  .topbar-inner {
    justify-content: center;
  }
	
.logo img {
	width: 50%!important;
}
	
.media img {
    width: 80%;
}	
	
.section-head {
    margin-bottom: 0px;
}	
	
.nav.nav-pc {
    display: none!important;
  }

  .nav-toggle {
    display: none;
  }

  .nav-burger {
    display: flex;
  }

  .nav-toggle:checked + .nav-burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .nav-toggle:checked + .nav-burger span:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle:checked + .nav-burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-drawer {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 16px 24px;
    box-sizing: border-box;
  }

  .nav-toggle:checked + .nav-burger + .nav-drawer {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .nav-drawer a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
  }

  .topbar-inner {
    justify-content: space-between;
  }	
	
	
  .nav {
    display: none;
  }
  
  .nav-burger {
    display: block;
  }
  .topbar-inner {
    justify-content: space-between;
  }
  .nav-toggle:checked ~ .nav-burger span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .nav-toggle:checked ~ .nav-burger span:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle:checked ~ .nav-burger span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  .nav-toggle:checked ~ .nav-drawer {
    display: block;
  }
  .bonus-grid {
    grid-template-columns: 1fr;
  }
  .bonus-visual {
    min-height: 180px;
  }
  .img-ph {
    margin-left: 0;
    width: 100%;
    height: 180px;
  }
  #bonus-heading {
    font-size: 20px;
  }
  .purchase-grid {
    grid-template-columns: 1fr;
  }
  .purchase-right {
    order: -1;
  }
  .ath-card, .ath-card.is-reverse {
    grid-template-columns: 1fr;
  }
  .ath-photo {
    order: 1 !important;
  }
  .ath-body {
    order: 2 !important;
  }
  .ath-card {
    padding: 16px;
  }
  .reason-row, .reason-row.reverse {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .reason-row.reverse .reason-visual {
    order: 1;
  }
  .reason-row.reverse .reason-card {
    order: 2;
  }
  .reason-card:after {
    display: none;
  }
}
@media (max-width: 880px) {
  #testimonial ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  section {
    padding: 30px 0;
  }
  .container {
    width: 100%;
    max-width: 600px;
  }
  p {
    font-size: 16px;
    line-height: 2;
  }
  .section-head h2 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.2;
  }
  header .container {
    max-width: 100%;
  }
  header .container img {
    width: 100%;
  }
  .testimonials {
    grid-template-columns: 1fr;
  }
  .purchase-note {
    padding: 6px;
	font-size: 16px !important;
        line-height: 1.4;  
  }
  .purchase-note span {
    padding: 0 0px;
  }
  .footer-section h2 {
    position: relative;
    cursor: pointer;
  }
  .footer-section h2::after {
    content: "＋";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    transition: transform 0.3s;
  }
  .footer-section.open h2::after {
    content: "－";
  }
  .footer-section .footer-content {
    display: none;
    padding-top: 10px;
  }
  .footer-section.open .footer-content {
    display: block;
  }
  .footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 20px;
  }
  .footer-columns {
    gap: 0px;
  }
  .footer-section {
    margin-bottom: 25px;
  }
  .footer-section:last-child {
    margin-bottom: 0;
  }
  .footer-columns .footer-column:first-child .footer-section:first-child {
    margin-bottom: 15px;
  }
  .footer-bottom {
    background: #f2f2f2;
    color: #555;
    font-size: 11px;
    text-align: center;
    padding: 15px 10px;
    line-height: 1.6;
  }
  .footer-bottom span.small-note {
    display: block;
    font-size: 10px;
    color: #777;
    margin-top: 4px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .tel-number {
    font-size: 22px;
  }
  .contact-col {
    padding: 18px;
  }
  #specs {
    font-size: 16px;
  }
  table.specs {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
  }
  table.specs tr {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 0;
  }
  table.specs td {
    display: block;
    width: 100%;
    border: none !important;
    padding: 6px 10px;
    box-sizing: border-box;
  }
  table.specs td.key {
    width: 100%;
    font-weight: 700;
    color: inherit;
    background: #f7f7f9;
    padding: 10px 20px;
    border-radius: 6px;
    margin-bottom: 6px;
  }
  table.specs td:not(.key) {
    padding: 2px 20px 10px;
  }
  #product {
    background: #fff !important;
  }
  #product .p-point {
    padding: 0 0 80px;
  }
  #product .p-pointTxtBlock {
    margin: 40px auto 0;
  }
  #product .p-pointTxtHeading {
    font-size: 18px;
    letter-spacing: 0;
  }
  #product .p-pointTxt {
    font-size: 14px;
    margin: 20px auto 0;
  }
  #product .p-pointList {
    margin: 0 auto 0;
    flex-wrap: wrap;
  }
  #product .p-pointList__item {
    width: 100%;
    margin-right: 0;
    background: #fff;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
  }
  #product .p-pointList__item + .p-pointList__item {
    margin-top: 30px;
  }
  #product .p-pointListHeading {
    font-size: 18px;
  }
  #product .p-pointListHeading span {
    font-size: 12px;
  }
  #product .p-pointListItemPhoto {
    margin: 20px auto 0;
    max-width: 100%;
  }
  #product .p-pointBg {
    top: 0.7%;
    left: -8%;
    max-width: 350px;
  }
  #age-40plus .section-head {
    margin-bottom: 20px;
	position: relative
  }
  #age-40plus h3 {
    font-size: 22px;
  }
  #age-40plus p {
    font-size: 18px;
  }
  #pillow-care .pillow-care-inner {
    width: 100%;
  }
  #pillow-care h3 {
    font-size: 22px;
  }
  .faq {
    grid-template-columns: 1fr;
  }
  .ath-headline {
    font-size: 22px;
  }
  .contact-head {
    font-size: 20px;
    margin: 0 0 0px;
  }
}
@media (max-width: 520px) {
  .badge-circle {
    width: 84px;
    height: 84px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .section-head h2 {
    font-size: 27px;
  }
  #age-40plus .section-head span {
    max-width: 100px;
    width: 100%;
	  position: absolute;
	  top:-40px
  }
  #age-40plus .section-head img {
    width: 100%;
    height: auto;
    flex: 0 0 auto; /* 画像の幅だけに固定 */
  }
  #testimonial li {
    padding: 54px 16px 16px;
  }
  #testimonial .p-voiceList__itemThumb img {
    width: 84px;
    height: 84px;
  }
  #testimonial .p-voiceList__itemContentsTxt {
    font-size: 14.5px;
    padding: 16px 16px;
  }
}
/* =======================================================
   ここから追記分（UX / デザイン調整用の上書きスタイル）
   ======================================================= */
/* ベースタイポ・リンク */
body {
  font-family: "Noto Sans JP", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.9;
}
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid rgba(43, 108, 176, .35);
  outline-offset: 2px;
}
/* アンカーリンクで見出しが隠れないように */
section, header {
  scroll-margin-top: 88px;
}
/* コンテナの左右余白を少し広めに（PC時） */
@media (min-width: 981px) {
  .container {
    padding: 0 28px;
  }
}
/* ---------- ヘッダー & ナビ ---------- */
/* ======================================
   HEADER / NAV – Simple Modern Internal
   ====================================== */
/* ---------- 基本レイアウト ---------- */
.topbar {
  position: sticky;
  top: 0;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  z-index: 101;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
/* ---------- ロゴ小さく ---------- */
.logo img {
  width: 60px;
  height: auto;
  padding: 2px 0;
}
/* ======================================
      PC Navigation（内部リンクデザイン）
   ====================================== */
.nav.nav-pc {
  display: flex;
  align-items: center;
  gap: 8px;
}
/* 基本文字 */
.nav.nav-pc a {
  position: relative;
  padding: 10px 14px;
  font-size: 14px;
  color: #111;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: 0.25s ease;
}
/* 右側の小さな矢印▼をCSSで作る */
.nav.nav-pc a::after {
  content: "▾";
  font-size: 10px;
  margin-left: 4px;
  display: inline-block;
  transition: 0.25s ease;
  opacity: 0.8;
}
/* Hoverで少し動かす（モダン） */
.nav.nav-pc a:hover {
  color: #333;
}
.nav.nav-pc a:hover::after {
  transform: translateY(2px);
  opacity: 1;
}
/* CTA（購入ボタン） */
.nav-cta {
  padding: 5px 18px !important;
  background: #f5a623; /* 主張しすぎない綺麗な緑 */
  color: #fff !important;
  border-radius: 6px;
  box-shadow: 0 4px 0 #d97b00;
  font-weight: 700;
  transition: 0.25s ease;
}
.nav-cta:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #d97b00;
  background: #e98e1e;
}
/* ======================================
          SP Hamburger & Drawer
   ====================================== */
.nav-burger {
  width: 42px;
  height: 32px;
  cursor: pointer;
}
.nav-burger span {
  background: #111;
}
/* ドロワー */
.nav-drawer {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.nav-drawer a {
  padding: 16px 4px;
  font-size: 16px;
  color: #111;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
/* SP購入ボタン */
.nav-drawer .btn-primary {
  background: #1d774b !important;
  color: #fff !important;
  border-radius: 6px;
  margin-bottom: 4px;
}
/* ---------- セクション見出しまわり ---------- */
.section-head {
  margin-bottom: 26px;
}
.section-head h2 {
  margin-bottom: 18px;
  font-size: 36px;
}
@media (max-width: 768px) {
  .section-head {
    padding: 0 4px;
  }
  .section-head h2 {
    font-size: 28px;
    line-height: 1.3;
  }
}
/* ---------- 本文テキスト調整 ---------- */
p {
  font-size: 17px;
  line-height: 2;
}
@media (max-width: 768px) {
  p {
    font-size: 15px;
  }
}
/* ---------- FAQ（色指定の修正＆タップしやすさ） ---------- */
.faq-category {
  border-left: 4px solid #a39883;
  color: #333;
  background: #f7f3ea;
  padding: 10px;
}
details.faq-item {
  padding: 14px 14px;
  background: #f7f3ea;
}
details.faq-item > summary {
  font-size: 15px;
  line-height: 1.6;
}
details.faq-item > summary::-webkit-details-marker {
  display: none;
}
details.faq-item > summary::after {
  content: "＋";
  float: right;
  font-weight: 700;
}
details.faq-item[open] > summary::after {
  content: "－";
}
/* ---------- 購入ブロック（CTA）の視認性UP ---------- */
.card.purchase {
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}
.purchase-grid {
  gap: 20px;
}
.purchase-left {
  gap: 12px;
}
.purchase-note {
  margin-top: 12px;
  font-size: 18px;
}
/* 購入ボタンは画像でもクリック領域を確保 */
.cta-button {
  display: inline-block;
  border-radius: 999px;
  overflow: hidden;
font-size: 18px;	
}
.cta-button img {
  display: block;
}
/* スマホでは購入ボタンを横幅いっぱいに */
/* ============================
   FIXED BOTTOM CTA
   ============================ */
.fixed-bottom-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background: #ffffff3d;  半透明の白 */
  backdrop-filter: blur(6px); /* ← 高級感UP */
  padding: 10px 16px 14px;
  text-align: center;
  z-index: 999;
}
/* 特典文（参考コードの＼ ／を継承） */
.fixed-bottom-cta .btn-copy {
  font-size: 1rem; /* ← 小さくしました */
  font-weight: 600;
  opacity: 0.9; /* 少し控えめに */
  margin-bottom: 4px;
}
.fixed-bottom-cta .btn-copy:before {
  content: '＼';
  margin-right: .6rem;
}
.fixed-bottom-cta .btn-copy:after {
  content: '／';
  margin-left: .6rem;
}
/* ▼ 真ん中のCTAボタン */
.fixed-cta-btn {
  display: inline-block;
  padding: 14px 100px;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .05em;
  background: #f5a623;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 0 #d97b00;
  transition: .25s ease;
}
/* クリック感の再現 */
.fixed-cta-btn:hover {
  background: #e98e1e;
  color: #fff;
  box-shadow: 0 2px 0 #d97b00;
  transform: translateY(3px);
}
/* 初期状態：隠す */
.fixed-bottom-cta {
  transform: translateY(100%);
  opacity: 0;
  transition: transform .4s ease, opacity .4s ease;
}
/* 表示状態：クラス付与で出す */
.fixed-bottom-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
}
/*@media (max-width: 768px) {
  .purchase-cta .ec-productRole__btn,
  .sticky-cta a {
    width: 100%;
  }
  .purchase-cta .ec-productRole__btn img,
  .sticky-cta a img {
    width: 100%;
  }
}*/
/* ---------- Sticky CTA ---------- */
/*.sticky-cta .inner {
  gap: 8px;
} */
/*.sticky-cta .mini {
  font-size: 16px;
}*/
/*@media (max-width: 768px) {
  .sticky-cta .mini {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}*/
/* ---------- お客様の声の読みやすさ微調整 ---------- */
#testimonial .p-voiceList__itemContentsTxt {
  font-size: 15px;
}
@media (max-width: 768px) {
  #testimonial ul {
    gap: 24px;
  }
  #testimonial .p-voiceList__itemContentsTxt {
    font-size: 14px;
  }
}
/* ---------- アスリートの声 ---------- */
.ath-card {
  margin-bottom: 24px;
}
.ath-quote {
  font-size: 15px;
}
/* ---------- フッター ---------- */
.footer {
  font-size: 13px;
}
.footer-section h2 {
  font-size: 14px;
}
.footer-section p, .footer-section li, .footer-section dd, .footer-section address {
  font-size: 12px;
}
/* 小さい画面でのフッター余白調整 */
@media (max-width: 768px) {
  .footer-inner {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  /*.footer-columns {
    gap: 24px;
  }*/
}
/* ===============================
   Page Top Button
   =============================== */
.global-page-top-btn {
  position: fixed;
  right: 20px;
  bottom: 24px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #283135; /* 提示された色 */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all .3s ease;
  z-index: 999;
}
/* 矢印（↑）をCSSだけで描く */
.global-page-top-btn::before {
  content: "";
  position: absolute;
  top: 58%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
/* 見える状態 */
.global-page-top-btn.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* ホバー（PCのみ） */
@media (hover: hover) {
  .global-page-top-btn:hover {
    background: #374146;
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  }
}
/* ===========================================================
   CSS2 – Winter Warm × Medical Authority × High-end Pillow
   “冬 × 微暖白 × 医療 × 権威 × 高級感 × 深緑 × ゴールド”
   =========================================================== */
/* -----------------------------------------------------------
   1. Root Variables（色の再定義）
   ----------------------------------------------------------- */ :root {
  --ink: #1e2b26; /* 深い落ち着きのある医療グリーン寄り黒 */
  --text: #2b2b2b;
  --bg: #fffdf8; /* 98%白の微暖ホワイト */
  --bg-soft: #faf7f0; /* ごく薄い暖色ニュアンス */
  --line: rgba(0, 0, 0, 0.08);
  --deep-green: #0f3b2e; /* 医療 × 信頼 × 高級の深緑 */
  --deep-green-dark: #0a2a21;
  --gold: #c8a75a; /* 権威性のあるゴールド（派手すぎない） */
  --gold-dark: #a38647;
  --shadow-soft: 0 6px 18px rgba(0, 0, 0, 0.08);
  --shadow-card: 0 10px 24px rgba(0, 0, 0, 0.08);
  --radius: 12px;
}
/* -----------------------------------------------------------
   2. Global Background
   ----------------------------------------------------------- */
body {
  background: var(--bg);
  color: #333;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
/* -----------------------------------------------------------
   3. Section Styling（冬の静けさ × 微暖）
   ----------------------------------------------------------- */
section {
  /*background: var(--bg);
  border-top: 1px solid var(--line);*/
  padding: 80px 0;
}
/*section:nth-of-type(even) {
  background: var(--bg-soft);
}*/
@media (max-width: 768px) {
  section {
    padding: 48px 0;
  }
}
/* -----------------------------------------------------------
   4. Typography（見出し → 明朝×深緑×金）
   ----------------------------------------------------------- */
.section-head h2, section h2 {
  font-family: "Yu Mincho", "Hina Mincho", serif;
  font-size: 40px;
  color: #333;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding-left: 18px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .section-head h2, section h2 {
    font-size: 30px;
  }
}
/* サブタイトル */
.section-head p {
  font-size: 18px;
  color: var(--ink);
  opacity: 0.85;
}
/* -----------------------------------------------------------
   5. Card & Box UI（医療レポートの権威感）
   ----------------------------------------------------------- */
.card, .voice-box, .qa-box, .white-box {
  background: #ffffff;
  border-radius: var(--radius);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: var(--shadow-soft);
  padding: 28px 32px;
}
@media (max-width: 768px) {
  .card, .voice-box, .qa-box, .white-box {
    padding: 20px;
  }
}
/* -----------------------------------------------------------
   7. Sticky CTA（高級感 × Presence）
   ----------------------------------------------------------- */
.sticky-content {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-top: 2px solid var(--gold);
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
}
/* -----------------------------------------------------------
   8. Prices（39600円の「格」）
   ----------------------------------------------------------- */
.price, .price-text, .steps-price-num {
  font-size: 42px !important;
  color: var(--deep-green);
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 0.03em;
}
.price small {
  font-size: 20px !important;
  color: var(--gold-dark);
}
/* -----------------------------------------------------------
   9. FAQ（医療×権威のシンプルな質感）
   ----------------------------------------------------------- */
.qa-box dt {
  color: var(--deep-green);
  font-weight: 700;
}
.qa-box dd {
  color: var(--ink);
}
/* -----------------------------------------------------------
   10. Tables（症状・仕様説明の読みやすさUP）
   ----------------------------------------------------------- */
table tr td:first-child {
  background: #f6f3ea !important;
  color: #333;
}
/* -----------------------------------------------------------
   12. Misc (余白・リンク処理)
   ----------------------------------------------------------- */
a {
  color: var(--deep-green);
  text-decoration: none;
  transition: .2s;
}
a:hover {
  color: var(--gold);
}