/*
Theme Name: OOPS! Child
Theme URI: https://tcd-theme.com/tcd048
Template: oops_tcd048
Author: TCD
Author URI: https://tcd-theme.com/
Description: WordPress theme "OOPS!" builds a stylish landing page style website. You can introduce your products with a comfortable rhythm and upgrade your conversions with review contents.
Version: 2.6.1770082557
Updated: 2026-02-03 10:35:57

*/
/* Theme Name: OOPS! Child Template: oops */


/* body止める */
h1 {
  font-family: "Yu Mincho", "游明朝", serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}

h2, h3 {
  font-family: "Yu Mincho", "游明朝", serif;
}

body {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", Meiryo, sans-serif;
  line-height: 1.8;
}




/* ★ 島のラッパー（固定島） */
.center-scroll-wrapper {
  position: relative;
  width: 768px;
  max-width: 100%;
  margin: 0 auto;
  height: 100vh;
  z-index: 2;
}

/* 中央だけスクロール */
.center-scroll {
  width: 420px;
  height: 100%;
  margin: 0 auto;   /* ← これ追加 */
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}


/* 白背景は中身 */
.center-inner {
  background: rgba(255,255,255,.92);
}


/* 全セクション共通 */
.section {
  position: relative;
  padding: 60px 20px;
}

/* 波そのもの
.wave::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;

  background: url('/wp-content/themes/child/wave.svg') no-repeat center bottom;
  background-size: cover;

  pointer-events: none;
} */



.section-inner {
  max-width: 680px;
  margin: 0 auto;
}

.wave-svg {
  position: absolute;
  top: -60px;     /* ← セクションの外に出す */
  left: 0;
  width: 100%;
  height: 80px;
  display: block;
}



/* =========================================================
   0. テーマ情報
========================================================= */
/* --- OOPS! テーマの旧ヘッダーを完全非表示にする --- */
#js-header,
header.l-header:not(.no-oops-header),
#header_message,
#site_loader_overlay,
#site_wrap > .l-header,
#site_wrap > header.l-header,
.l-header--large {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}



/* =========================================================
   OOPS! テーマのフッターを完全に無効化
========================================================= */
footer,
.l-footer,
#footer,
#site_footer,
#site_wrap > footer,
#site_wrap > .l-footer,
.l-footer--large,
.l-footer--small {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}
/* フッター背景用のラッパー対策 */
#site_wrap,
#site_wrap::after {
  background: none !important;
}



/* =========================================================
   1. ベース・共通（font / body / heading）
========================================================= */
/* bg他main共通 */
.bg-fixed
 { position: fixed;
 inset: 0;
 background-image: url("http://doubutsu.clinic/wp-content/uploads/2026/02/33600123_l-scaled.jpg");
 background-size: cover;
 background-position: center;
 z-index: -1;
 }


html, body {
  margin: 0;
}

/* h1 */
h1 {
  font-size: clamp(2.4rem, 7vw, 56px);
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 0.6em;
}


/* h2 */
h2 {
  font-size: clamp(1.2rem, 3.5vw, 32px);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0.8em;
}


/* 本文 */
p,
li,
dd {
  font-size: clamp(1.05rem, 2.8vw, 20px);
  font-weight: 600;
  line-height: 2;
}

p {
  margin-bottom: 1.6em;
}


/* =========================================================
   2. PC出現左メニュー
========================================================= */

.side-menu {
  position: fixed;
  top: 0;
  right: 0;   /* ←ここ変更 */
  left: auto; /* ←これ追加 */
  width: 240px;
  height: 100vh;
  z-index: 1;
}

/* PC・広い画面だけ */
@media (min-width: 1200px) {

  .side-menu {
    position: fixed;
    top: 0;               /* ヘッダー消してるので0 */
    left: 0;
    width: 220px;
    height: 100vh;        /* そのままフル高さ */
    padding: 48px 24px;
    z-index: 1;
    pointer-events: auto;
    opacity: 1;
  }

  .aic-hamburger {
    display: none;
  }

}


@media (max-width: 1199px) {

  .side-menu {
    display: none;
  }

  .aic-hamburger {
    display: block;
  }

}



.side-menu nav {
  background: rgba(255,255,255,.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 12px;
  padding: 16px 14px;
}

.side-menu a {
  color: #333;      /* ← 白やめる */
  opacity: 1;
  font-size: 14px;
  text-decoration: none;
}

.side-menu a:hover {
  opacity: .65;
}

.side-menu li {
  margin-bottom: 12px;
}

.side-menu a {
  display: inline-block;
  padding: 4px 6px;
  border-radius: 4px;
}

/* =========================================================
   2. ヘッダー・ナビ（aic-header）
========================================================= */


/* header */
.aic-header {
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: none;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.aic-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 420px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 10px;
}

.aic-header img {
  height: 46px;
  width: auto;
}

@media (max-width: 480px) {
  .aic-header img {
    height: 32px;
  }

  .aic-header__inner {
    padding: 12px 16px;
  }
}

.aic-brand__logo {
  height: 48px;
  width: auto;
}

.aic-nav {
  display: flex;
  gap: 24px;
}

.aic-nav__item {
  color: #333;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 12px;
  transition: background 0.3s;
}

.aic-nav__item:hover {
  background: #f0f0f0;
  border-radius: 4px;
}




/* PC用：PC.png 完全寄せ */
@media (min-width: 769px) {
  .aic-header .aic-linebtn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 20px;
    border-radius: 999px;

    /* グレーグラデーション */
    background: linear-gradient(
      to bottom,
      #bfbfbf 0%,
      #a9a9a9 100%
    );

    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;

    /* ほんのり立体 */
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.35),
      0 2px 4px rgba(0,0,0,.15);

    border: none;
  }

  .aic-header .aic-linebtn__arrow {
    margin-left: 4px;
    opacity: .9;
  }
}

@media (min-width: 769px) {
  .aic-header .aic-linebtn__icon {
    width: 18px;
    height: 18px;
    background: url("http://doubutsu.clinic/wp-content/uploads/2026/01/Group-7.png")
      no-repeat center / contain;
    opacity: .9;
  }
}

@media (hover: hover) and (min-width: 769px) {
  .aic-header .aic-linebtn:hover {
    filter: brightness(1.05);
  }
}


.aic-linebtn__arrow {
  margin-left: 8px;
}

header.l-header:not(.no-oops-header) {
  display: none !important;
}
@media (min-width: 769px) {
  .aic-header__inner {
    flex-wrap: nowrap;
  }

  .aic-nav {
    margin: 0 auto;
  }
}

.aic-hamburger {
  display: none;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
}

.aic-hamburger span {
  display: block;
  height: 2px;
  width: 24px;
  background: #333;
  margin: 5px auto;
}
@media (max-width: 768px) {
  /* ナビとLINEは隠す */
  .aic-nav,
  .aic-cta {
    display: none;
  }

  /* ハンバーガー表示 */
  .aic-hamburger {
    display: block;
  }
}
.aic-spmenu {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
	margin: 12px;
  border-radius: 16px;
  padding: 24px;
  z-index: 100;
}

.aic-header {
  position: relative;
  z-index: 10000;
}

.aic-spmenu {
  position: fixed;
  inset: 0;
  z-index: 10001;
}

.aic-spmenu__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  font-size: 28px;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
}

.aic-spmenu__nav a {
  display: block;
  padding: 16px 0;
  font-size: 18px;
  text-decoration: none;
  color: #333;
}

/* =========================================================
   aic-linebtn（共通）
========================================================= */
.aic-linebtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 10px 20px;
  border-radius: 999px;

  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;

  background: linear-gradient(
    to bottom,
    #bfbfbf 0%,
    #a9a9a9 100%
  );

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.35),
    0 2px 4px rgba(0,0,0,.15);
}

.aic-linebtn__icon {
  width: 18px;
  height: 18px;
  background: url("http://doubutsu.clinic/wp-content/uploads/2026/01/Group-7.png")
    no-repeat center / contain;
  flex-shrink: 0;
  opacity: .9;
}

.aic-linebtn__arrow {
  margin-left: 4px;
  opacity: .9;
}

.pc-fixed-area .aic-linebtn {
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
	margin-bottom:30px;
}




/* =========================
   aic-linebtn（header専用：PC）
========================= */
@media (min-width: 769px) {
  .aic-header .aic-linebtn {
    gap: 10px;
    padding: 10px 20px;
  }
}


@media (hover: hover) and (min-width: 769px) {
  .aic-header .aic-linebtn:hover {
    filter: brightness(1.05);
  }
}



/* =========================
   HERO 全体
========================= */
.sp-hero {
  position: relative;
  padding-bottom: 40px;
  background-image: url("http://doubutsu.clinic/wp-content/uploads/2026/02/hero_bg_003.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

/* ネコ */
.sp-hero::before {
  content: "";
  position: absolute;

  top: 20%;        /* ← ここで高さ調整 */
  right: 0;

  width: 200px;
  height: 200px;

  background-image: url("http://doubutsu.clinic/wp-content/uploads/2026/02/Mask-group.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  transform: translateY(-50%);  /* ← 中心基準にする */
  pointer-events: none;
  z-index: 1;
}

/* テキスト前面 */
.sp-hero .section-inner {
  position: relative;
  z-index: 2;

  max-width: 760px;   /* 幅制限 */
  margin: 0 auto;     /* 横中央 */
}


/* リード */
.sp-hero__lead {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 12px;
  color: #333;
}

/* タイトル */
.sp-hero__title {
  font-size: clamp(3rem, 9vw, 49px);
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 32px;
  color: #111;
  font-family: "Yu Mincho", "游明朝", serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}

/* 監修 */
.sp-hero__supervisor {
  line-height: 1.8;
  color: #444;
  margin-bottom: 32px;
  padding-left: 20px; /* 線の余白 */
  font-size: clamp(12px, 4vw, 14px);
  letter-spacing: 0.03em;
  position: relative;
  width: fit-content;      /* ← 横幅を内容分に */
  margin-left: auto;       /* ← 右へ寄せる */
  padding-left: 16px;      /* ← 線の余白 */
  text-align: left;        /* ← 中は左揃え */
}

.sp-hero__supervisor strong {
  display: block;
  font-size: 35px;
  font-weight: 600;
  margin-top: 8px;
}

.sp-hero__supervisor span {
  display: block;
  font-size: 13px;
  letter-spacing: 0.08em;
  opacity: 0.7;
}

.sp-hero__supervisor::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: rgba(0,0,0,0.15);
}

/* CTA */
.sp-hero__cta {
  align-items: center;
  justify-content: center;
  gap: 12px;

  padding: 18px 36px;
  border-radius: 16px;

  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.02em;

  color: #fff;
  text-decoration: none;

  background: linear-gradient(
    to bottom,
    #bfbfbf 0%,
    #a9a9a9 100%
  );

  box-shadow: 0 12px 24px rgba(0,0,0,0.14);

  display: block;
  margin: 56px auto 0;
  width: fit-content;
}


  box-shadow:
    0 10px 20px rgba(0,0,0,0.12);

  margin: 40px auto 0;
}


.sp-hero__cta img {
  width: 18px;
  height: 18px;
}

/* SCROLL */
.sp-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%) rotate(90deg);
  font-size: 11px;
  letter-spacing: 0.3em;
  color: rgba(0,0,0,.4);
}

/* SPでSCROLL非表示 */
@media (max-width: 768px) {
  .sp-hero__scroll {
    display: none;
  }
}

/* =========================
   section002
========================= */

.sec-002 {
  background-image: url("http://doubutsu.clinic/wp-content/uploads/2026/02/section002.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.sec-002__title {
  font-size: clamp(26px, 5vw, 34px);
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 32px;
}

.sec-002__title span {
  font-size: 1.2em;
  font-weight: 700;
}

.sec-002 p {
  margin-bottom: 1.6em;
}

.sec-002__title {
  font-weight: 600;
  font-size: clamp(20px, 5vw, 24px);
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 32px;
}

.sec-002__title span {
  font-size: clamp(22px, 5vw, 40px);
  font-weight: 700;
}

/* =========================
   section003
========================= */

.sec-003 {
  position: relative;
  background-image: url("http://doubutsu.clinic/wp-content/uploads/2026/02/section003.jpg");
  background-size: cover;
  background-position: center;
}

.sec-003__title {
  font-size: clamp(22px, 4.5vw, 26px);
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 32px;
}

.sec-003__title span {
  font-size: clamp(26px, 5vw, 32px);
  font-weight: 700;
}

/* =========================
   section004
========================= */

.sec-004 {
  background: #8e8e8e;
  color: #fff;
}


.sec-004__inner {
  display: flex;
  gap: 30px;
}


.sec-004__vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.sec-004__vertical-main {
  font-size: 22px;
}

.sec-004__vertical-sub {
  font-size: 28px;
  margin-top: 60px;   /* ← Figma通り */
}


.sec-004 {
  display: flex;
  align-items: flex-start; /* ← これ重要 */
}


.sec-004__cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.card {
  background: transparent; /* ← これ追加 */
  border: 1px solid rgba(255,255,255,.7);
  border-right: none;
  border-radius: 14px 0 0 14px;
  padding: 24px;
  background: #8e8e8e !important;
}


.card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
}

.card p {
  font-size: 14px;
  line-height: 1.9;
  opacity: .9;
}


/* =========================
   section005
========================= */


.sec-005 {
  background-image: url("http://doubutsu.clinic/wp-content/uploads/2026/02/section005.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* タイトル */
.sec-005__title {
  font-size: clamp(20px, 4.5vw, 26px);
  line-height: 1.8;
  margin-bottom: 28px;
}

/* 本文 */
.sec-005__lead {
  font-size: clamp(15px, 3.5vw, 18px);
  line-height: 2;
}


/* =========================
   section006
========================= */

.sec-006 {
  background-image: url("http://doubutsu.clinic/wp-content/uploads/2026/02/section006.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* セクション2と同じ思想 */
.sec-006__title {
  font-size: clamp(18px, 4.5vw, 24px);
  line-height: 1.9;
  margin-bottom: 28px;
}

.sec-006__title span {
  font-size: 1.4em;
  font-weight: 600;
}

.sec-006__lead {
  font-size: clamp(15px, 3.5vw, 18px);
  line-height: 2;
}


/* =========================
   section007
========================= */
.sec-007 {
  background-image: url("http://doubutsu.clinic/wp-content/uploads/2026/02/section007.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 上テキスト（左寄せ） */
.sec-007__lead {
  font-size: clamp(15px, 3.5vw, 18px);
  line-height: 2;
  margin-bottom: 40px;
  text-align: left;
}

/* エンブレム中央 */
.sec-007__badge {
  text-align: center;
  margin: 20px 0 40px;
}

.sec-007__badge img {
  width: 160px;
  max-width: 60%;
  height: auto;
}

/* 下のテキストブロック */
.sec-007__content {
  max-width: 320px;   /* ← 幅を少し絞る */
}

/* タイトル */
.sec-007__title {
  font-size: clamp(18px, 4.5vw, 24px);
  line-height: 1.9;
  margin-bottom: 28px;
  text-align: left;
}

/* 説明文 */
.sec-007__text {
  font-size: clamp(15px, 3.5vw, 18px);
  line-height: 2;
  text-align: left;
}

/* =========================
   section008
========================= */

/* 背景 */
.sec-008 {
  background-image: url("http://doubutsu.clinic/wp-content/uploads/2026/02/Frame-15385.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* カード共通 */
.card-white {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 24px;
  margin-bottom: 40px;

  box-shadow:
    0 10px 30px rgba(0,0,0,.08);

}


/* タイトル */
.card-white__title {
  font-size: clamp(16px, 4vw, 20px);
  line-height: 1.8;
  margin-bottom: 24px;
}


/* 画像 */
.card-white__image {
  text-align: center;
  margin-bottom: 24px;
}

.card-white__image img {
  max-width: 100%;
  height: auto;
}


/* テキスト */
.card-white__text {
  font-size: clamp(14px, 3.5vw, 16px);
  line-height: 2;
}

/* =========================
   section009
========================= */


/* 全体 */
.sec-009 {
  background: #ffffff;
}


/* 粉 */
.sec-009__powder {
  text-align: center;
  margin-bottom: 40px;
}

.sec-009__powder img {
  max-width: 240px;
  height: auto;
}


/* 導入 */
.sec-009__lead {
  text-align: center;
  margin-bottom: 40px;
}

.sec-009__lead span {
  font-size: 28px;
  font-weight: 600;
}


/* 先生カード */
/* カード本体 */
.doctor-card {
  margin-top: 40px;
}

/* 写真 */
.doctor-card__image img {
  width: 100%;
  border-radius: 24px;
  display: block;
}

/* 情報全体 */
.doctor-card__info {
  display: flex;
  gap: 20px;
  margin-top: 32px;
  text-align: left;
}

/* 監修ラベル */
.doctor-card__label {
  writing-mode: vertical-rl;
  font-size: 14px;
  padding-right: 12px;
  border-right: 1px solid #222;
}

/* テキストブロック */
.doctor-card__text {
  flex: 1;
}

/* 所属 */
.doctor-card__org {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 12px;
}

/* 名前 */
.doctor-card__name {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}

.doctor-card__name span {
  font-size: 18px;
  font-weight: 400;
}

/* 経歴 */
.doctor-card__career {
  font-size: 13px;
  line-height: 1.8;
  color: #333;
}



/* 認定証ゾーン */
/* ゾーン背景 */
.sec-009__cert {
  background-image: url("http://doubutsu.clinic/wp-content/uploads/2026/02/section009.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 100px 20px;
  position: relative;
}

.sec-009__cert .section-inner {
  position: relative;
  z-index: 2;
}



/* 内側カード */
.cert-card {
  background: rgba(255,255,255,.95);
  border-radius: 24px;
  padding: 48px 26px;
  box-shadow: 0 20px 40px rgba(0,0,0,.06);
}



/* 上タイトル */
.cert-title {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
}


/* 認定証画像 */
.cert-image {
  text-align: center;
  margin-bottom: 40px;
}

.cert-image img {
  max-width: 100%;
  border-radius: 12px;
}


/* 見出し */
.cert-heading {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
}

/* 下線 */
.cert-heading::after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background: #222;
  margin: 12px auto 0;
}


/* 本文 */
.cert-text {
  font-size: 15px;
  line-height: 2;
  margin-top: 24px;
  text-align: left;
}


/* =========================
   section010
========================= */

.sec-010 {
  background-image: url("http://doubutsu.clinic/wp-content/uploads/2026/02/section010.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 120px 20px;
  text-align: center;
  position: relative;
}

/* 薄い白レイヤー（読みやすさ確保） */
.sec-010::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.65);
}

.sec-010 .section-inner {
  position: relative;
  z-index: 2;
}

/* 上リード */
.sec-010__lead {
  font-size: 14px;
  margin-bottom: 16px;
}

/* LINE含む文 */
.sec-010__sub {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.sec-010__sub span {
  color: #00C300; /* LINEカラー */
  font-weight: 600;
}

/* 監修 */
.sec-010__supervision {
  font-size: 16px;
  margin-bottom: 20px;
}

/* 大タイトル */
.sec-010__title {
  font-size: clamp(32px, 8vw, 48px);
  font-weight: 600;
  margin-bottom: 40px;
}

/* LINEボタン */
.sec-010__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  background: #18C154;
  color: #fff;
  text-decoration: none;

  padding: 16px 28px;
  border-radius: 8px; /* ← 少し角丸にして四角寄り */

  font-weight: 600;
  position: relative;

  box-shadow: 0 6px 0 #129e44; /* 下に厚み */
  transition: .2s ease;
}

/* 押した時 */
.sec-010__btn:active {
  transform: translateY(3px);
  box-shadow: 0 3px 0 #129e44;
}

/* 三角 */
.btn-arrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  margin-left: 8px;
  transition: .2s;
}

/* hover時にちょい動く */
.sec-010__btn:hover .btn-arrow {
  transform: translateX(4px);
}


.sec-010__btn img {
  width: 20px;
  height: 20px;
}


/* 下説明 */
.sec-010__note {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 40px;
}

/* =========================
   section011
========================= */

.sec-011 {
  background: #ffffff;
}


.sec-011__wrapper {
  background: url("http://doubutsu.clinic/wp-content/uploads/2026/02/Frame-15385.png") no-repeat center;
  background-size: cover;

  border-radius: 24px;
  padding: 40px 20px;

  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.sec-011__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.sec-011__head img {
  width: 40px;
  height: auto;
}

.sec-011__head h2 {
  font-size: 18px; 
  font-weight: 600;
  color: #2384C4;
  line-height:100%;
}

.sec-011__head h2 span {
  font-size: 32px; 
  font-weight: 700;
  color: #2384C4;
}


.sec-011__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}


.feature-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 18px 12px;

  text-align: center;
  font-size: clamp(14px, 4vw, 16px);
  font-weight: 500;

  box-shadow: 0 6px 16px rgba(0,0,0,.08);
  line-height:200%;
}

/* =========================
   section012
========================= */


/* 背景 */
.sec-012 {
  background: url("http://doubutsu.clinic/wp-content/uploads/2026/01/aa3597767e649f1e3881ddbd1bf9c570494c9742-scaled-e1768378117434.png") center / cover no-repeat;
  padding: 80px 20px;
}

/* カード */
.sec-012__card {
  position: relative;
  background: #fff;
  border: 2px solid #2384C4;
  border-radius: 16px;
  padding: 48px 32px 120px;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

/* 英語タイトル */
.sec-012__en {
  font-size: 48px;
  font-family: "Yu Mincho", serif;
  color: rgba(35,132,196,.25);
  margin-bottom: 24px;
}

/* 本文 */
.sec-012__text {
  font-size: clamp(14px, 4vw, 16px);
  line-height: 1.9;
  color: #333;
}

/* 先生画像 */
.sec-012__doctor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;   /* ← ここを割合にする */
  max-width: 260px; /* 念のため上限 */
}

.sec-012__doctor img {
  width: 100%;
  display: block;
}


/* =========================
   section013
========================= */

.sec-013 {
  background: #8e8e8e;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 120px;
}


.sec-013__title {
  text-align: center;
  font-size: clamp(20px, 5vw, 26px);
  margin-bottom: 40px;
  line-height: 1.6;
}


.sec-013__cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 40px;
}

.trouble-card {
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  font-size: clamp(13px, 4vw, 15px);
}


.sec-013__text {
  font-size: clamp(12px, 4vw, 14px);
  line-height: 1.8;
  text-align: center;
}


.sec-013__policy {
  border:1px solid #f3f3f3;
  color: #000;
  margin-top: 60px;
  padding: 20px 5px;
  border-radius: 8px;
  background-color:#FFF;
}


.sec-013__policy h3 {
  font-size: clamp(14px, 4vw, 18px);
  margin-bottom: 20px;
}

.sec-013__policy p {
  font-size: clamp(12px, 4vw, 14px);
  line-height: 1.8;
}


.sec-013__policy {
  margin-top: 30px;
  margin-bottom:40px;
  box-shadow: 0 -10px 20px rgba(0,0,0,.05);
}


/* =========================
   section014
========================= */

.sec-014 {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}


.sec-014__title {
  text-align: center;
  font-size: clamp(20px, 5vw, 26px);
  margin-bottom: 40px;
  line-height: 1.6;
}


.sec-014__steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.step-card {
  background: #f3f3f3;
  border-radius: 14px;
  padding: 18px 20px;
  font-size: clamp(14px, 4vw, 16px);
  font-weight: 500;
}

.step {
  color: #00B900; /* LINEグリーン */
  font-weight: 700;
  margin-right: 10px;
}


.sec-014__cta img {
  width: 100%;
  display: block;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0,0,0,.15);
  transition: .3s;
}

.sec-014__cta img:active {
  transform: scale(.98);
}


.sec-014__agree {
  margin-top: 30px;
  text-align: center;
  background: #f3f3f3;
  padding: 16px;
  border-radius: 12px;
  font-size: clamp(12px, 4vw, 14px);
}


.step-card + .step-card {
  position: relative;
}

.step-card + .step-card::before {
  content: "▼";
  display: block;
  text-align: center;
  color: #ccc;
  margin: 6px 0;
}

/* =========================
   section015
========================= */

.sec-015 {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 120px;
}

.sec-015__title {
  text-align: center;
  font-size: clamp(16px, 6vw, 24px);
  margin-bottom: 50px;
}

.sec-015__posts {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.post-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.post-card__title {
  font-size: clamp(14px, 4vw, 20px);
  margin-bottom: 16px;
  line-height: 1.6;
}

.post-card__thumb img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 16px;
}

.post-card__excerpt {
  font-size: clamp(13px, 4vw, 15px);
  line-height: 1.8;
  color: #555;
}

.post-card {
  background: #f9f9f9;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,.05);
}

@media (hover:hover) {
  .post-card {
    transition: .3s;
  }

  .post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
  }
}

.post-thumb {
  width: 100%;
  height: 260px;        /* ← ここで最終サイズ決める */
  overflow: hidden;
  border-radius: 14px;
}

.post-card__thumb img {
  width: 100%;
  height: 70% !important;
  object-fit: cover;
  object-position: center;
  display: block;
  margin-bottom: 0;
}


/* ===== 基本（LP用） ===== */
.center-scroll {
  width: 100%;
  max-width: 420px;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

/* 幅制御 */
.blog .center-scroll,
.archive .center-scroll,
.single .center-scroll {
  max-width: 680px;
  margin: 0 auto;
}

/* 余白制御 */
.blog .center-inner,
.archive .center-inner,
.single .center-inner {
  padding: 32px;
}

/* スマホ */
@media (max-width: 768px) {
  .blog .center-inner,
  .archive .center-inner,
  .single .center-inner {
    padding: 0 18px;
  }
}


/* =========================
   投稿本文
========================= */

.single .single-entry {
  font-size: clamp(14px, 4vw, 16px);
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.single .single-entry h1 {
  font-size: clamp(24px, 3.2vw, 40px);
  line-height: 1.4;
  margin-bottom: 28px;
}

.single .single-entry h2 {
  font-size: clamp(15px, 4vw, 22px);
  margin: 2.8em 0 1.2em;
}

.single .single-entry h3 {
  font-size: clamp(15px, 4vw, 18px);
  margin: 2em 0 1em;
}

.single .single-entry p {
  margin-bottom: 2em;
}

/* =========================
   アイキャッチ
========================= */

.single .single-eyecatch {
  margin: 32px 0 40px;
  border-radius: 14px;
  overflow: hidden;
}

.single .single-eyecatch img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   Table
========================= */

.single .s_table table {
  width: 100%;
  border-collapse: collapse;
  margin: 3em 0;
}

.single .s_table th,
.single .s_table td {
  padding: 14px 16px;
  border: 1px solid #ddd;
}

/* =========================
   投稿一覧 タイトル
========================= */

.blog .post-card__title,
.archive .post-card__title,
.blog .p-blog-list h3,
.archive .p-blog-list h3 {
  font-size: clamp(15px, 4vw, 18px);
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 10px;
}

/* =========================
   投稿一覧 抜粋
========================= */

.blog .post-card__excerpt,
.archive .post-card__excerpt,
.blog .p-blog-list p,
.archive .p-blog-list p {
  font-size: clamp(10px, 3vw, 13px);
  line-height: 1.7;
  color: #555;
  margin-bottom: 14px;
}


@media (max-width: 768px) {

  .single .center-scroll,
  .blog .center-scroll,
  .archive .center-scroll {
    max-width: 100%;
  }

  .single .center-inner,
  .blog .center-inner,
  .archive .center-inner {
	  padding:30px 20px;
  }

}

.home .center-scroll-wrapper {
  position: relative;
}

.home .center-scroll-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 680px;
  height: 100%;
  background: #fff;
  z-index: 0;
}

.home .center-scroll {
  position: relative;
  z-index: 1;
}


/* =========================
   Custom Scrollbar - Elegant Minimal
========================= */

/* Chrome / Edge / Safari */
.center-scroll::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 8px;
}

.center-scroll::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: transparent;
}

.center-scroll::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transition: all 0.3s ease;
}

.center-scroll::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.45);
}

/* Firefox */
.center-scroll,
body {
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.3) transparent;
}

.back-to-category {
  text-align: center;
  margin: 60px 0;
}

.back-to-category a {
  display: inline-block;
  padding: 16px 32px;
  border: 1px solid #333;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.back-to-category a:hover {
  background: #333;
  color: #fff;
}


/* デフォルト（SP） */
.pc-fixed-area {
  display: none;
}

/* PCのみ表示 */
@media (min-width: 1024px) {

  .pc-fixed-area {
    display: block;
    position: fixed;
    top: 100px;              /* ヘッダー下 */
    right: 48px;             /* ← 縁から離す */
    width: 250px;
    height: auto;            /* 100vhやめる */
    padding: 24px;
    border-radius: 16px;     /* ← 丸み */
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    z-index: 200;
　　box-sizing: border-box;
　　background: rgba(255, 255, 255, 0.9);
　　backdrop-filter: blur(6px);
　　-webkit-backdrop-filter: blur(6px);
	}

  .center-scroll-wrapper {
    width: calc(100% - 340px); /* 250 + 余白 */
  }

}

.pc-post-thumb,
.aic-spmenu_posts .pc-post-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
}

.pc-post-thumb img,
.aic-spmenu_posts .pc-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.aic-sp-post-thumb {
  width: 88%;        /* ← ここがポイント */
  margin: 0 auto;    /* 中央寄せ */
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px;
}

.aic-sp-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}



.pc-post-card {
  margin-bottom: 20px;
  padding: 0 4px;
}

.pc-post-title {
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.5;
}

.aic-spmenu__cta {
  text-align: center;
  margin: 16px 0 36px;
}




