/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20240601
*/

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	
	/*-- ここまで --*/
}

/* =====================================
   seimeiroku.com TOP for AFFINGER
===================================== */

:root{
  --smr-bg: #f4efe6;
  --smr-bg-soft: #f8f4ec;
  --smr-ink: #201a16;
  --smr-sub: #6d655d;
  --smr-line: #d7cec1;
  --smr-white: #ffffff;
  --smr-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

/* AFFINGERのトップで余白や背景を整える */
.home .st-main,
.page-template-default .st-main{
  background: var(--smr-bg);
}

.home #contentInner,
.home .st-content,
.home .st-main{
  padding-top: 0;
}

.seimeiroku-top{
  background: var(--smr-bg);
  color: var(--smr-ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
  line-height: 1.9;
}

.seimeiroku-top *,
.seimeiroku-top *::before,
.seimeiroku-top *::after{
  box-sizing: border-box;
}

.seimeiroku-top a{
  text-decoration: none;
  color: inherit;
}

.smr-wrap{
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.smr-section{
  padding: 84px 0;
}

.smr-section--soft{
  background: var(--smr-bg-soft);
  border-top: 1px solid rgba(215,206,193,.55);
  border-bottom: 1px solid rgba(215,206,193,.55);
}

.smr-kicker{
  margin: 0 0 10px;
  color: var(--smr-sub);
  font-size: 12px;
  letter-spacing: .16em;
}

.smr-heading{
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: .03em;
}

.smr-text{
  margin: 0;
  color: var(--smr-sub);
  font-size: 15px;
  line-height: 1.95;
}

.smr-head{
  margin-bottom: 28px;
}

.smr-head--with-btn{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

.smr-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid #bfb5a6;
  background: rgba(255,255,255,.5);
  color: var(--smr-ink);
  font-size: 14px;
  letter-spacing: .04em;
  transition: .25s ease;
  white-space: nowrap;
}

.smr-btn:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.75);
}

.smr-btn--dark{
  background: #1f1a17;
  color: #fff;
  border-color: #1f1a17;
}

.smr-btn--dark:hover{
  background: #2a231f;
  color: #fff;
}

.smr-btn--light{
  background: rgba(255,255,255,.18);
  color: #fff;
  border-color: rgba(255,255,255,.45);
}

.smr-btn--light:hover{
  background: rgba(255,255,255,.28);
  color: #fff;
}

.smr-btn--ghost{
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.36);
}

.smr-btn--ghost:hover{
  background: rgba(255,255,255,.10);
  color: #fff;
}

/* Hero */
.smr-hero{
  position: relative;
  min-height: 86vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #ddd3c4;
}

.smr-hero__bg{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(14,12,11,0.34), rgba(14,12,11,0.28)),
    url('https://seimeiroku.com/wp-content/uploads/2026/04/hero-bg-scaled.png') center center / cover no-repeat;
  transform: scale(1.02);
}

.smr-hero__inner{
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 120px 0;
  color: #fff;
}

.smr-hero__sub{
  margin: 0 0 14px;
  font-size: 13px;
  letter-spacing: .18em;
  opacity: .9;
}

.smr-hero__title{
  margin: 0 0 24px;
  font-size: clamp(40px, 6vw, 86px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: .03em;
}

.smr-hero__lead{
  margin: 0;
  max-width: 760px;
  font-size: clamp(15px, 1.8vw, 22px);
  line-height: 2;
  color: rgba(255,255,255,.93);
}

.smr-hero__buttons{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

/* Intro */
.smr-intro{
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: start;
}

.smr-intro__right p{
  margin: 0 0 18px;
  font-size: 16px;
  color: var(--smr-sub);
}

.smr-intro__right p:last-child{
  margin-bottom: 0;
}

/* Stars */
.smr-star-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.smr-star{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  padding: 18px;
  background: rgba(255,255,255,.52);
  border: 1px solid var(--smr-line);
  font-size: 20px;
  letter-spacing: .04em;
  transition: .25s ease;
  box-shadow: var(--smr-shadow);
}

.smr-star:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.82);
}

.smr-star--1{ border-left: 4px solid #4f6f89; }
.smr-star--2{ border-left: 4px solid #8b7b58; }
.smr-star--3{ border-left: 4px solid #4d7a4c; }
.smr-star--4{ border-left: 4px solid #739d72; }
.smr-star--5{ border-left: 4px solid #a07f31; }
.smr-star--6{ border-left: 4px solid #7a818a; }
.smr-star--7{ border-left: 4px solid #b68b61; }
.smr-star--8{ border-left: 4px solid #6d6257; }
.smr-star--9{ border-left: 4px solid #953f39; }

/* Cards */
.smr-card-grid{
  display: grid;
  gap: 16px;
}

.smr-card-grid--3{
  grid-template-columns: repeat(3, 1fr);
}

.smr-card{
  display: block;
  padding: 24px 22px;
  background: rgba(255,255,255,.55);
  border: 1px solid var(--smr-line);
  transition: .25s ease;
  box-shadow: var(--smr-shadow);
}

.smr-card:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.82);
}

.smr-card__title{
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.5;
}

.smr-card__meta{
  display: block;
  color: var(--smr-sub);
  font-size: 14px;
  line-height: 1.8;
}

.smr-card--article .smr-card__title{
  font-size: 22px;
}

/* Feature */
.smr-feature-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.smr-feature{
  padding: 28px 24px;
  border: 1px solid var(--smr-line);
  background: rgba(255,255,255,.45);
  box-shadow: var(--smr-shadow);
}

.smr-feature h3{
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}

.smr-feature p{
  margin: 0;
  color: var(--smr-sub);
  font-size: 14px;
  line-height: 1.9;
}

/* CTA */
.smr-cta{
  padding: 54px 34px;
  border: 1px solid var(--smr-line);
  background:
    linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.42));
  text-align: center;
  box-shadow: var(--smr-shadow);
}

.smr-cta .smr-text{
  max-width: 760px;
  margin: 0 auto 24px;
}

/* AFFINGERの余計な見出し装飾を抑えたい時の保険 */
.home .entry-title,
.home .st-page-header{
  display: none;
}

/* パンくずが気になるなら必要時だけ使う
.home .st-breadcrumb{
  display:none;
}
*/

/* レスポンシブ */
@media (max-width: 960px){
  .smr-intro{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .smr-card-grid--3,
  .smr-feature-grid{
    grid-template-columns: 1fr 1fr;
  }

  .smr-star-grid{
    grid-template-columns: 1fr 1fr;
  }

  .smr-head--with-btn{
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px){
  .smr-wrap,
  .smr-hero__inner{
    width: min(100% - 28px, 1200px);
  }

  .smr-section{
    padding: 56px 0;
  }

  .smr-hero{
    min-height: 72vh;
  }

  .smr-hero__inner{
    padding: 88px 0 84px;
  }

  .smr-hero__lead{
    line-height: 1.9;
  }

  .smr-hero__buttons{
    flex-direction: column;
    align-items: stretch;
  }

  .smr-btn{
    width: 100%;
  }

  .smr-star-grid,
  .smr-card-grid--3,
  .smr-feature-grid{
    grid-template-columns: 1fr;
  }

  .smr-card__title,
  .smr-feature h3{
    font-size: 22px;
  }

  .smr-cta{
    padding: 38px 20px;
  }
}

/* =========================
   九州偉人録 TOP
========================= */

:root{
  --kyu-bg: #f5f1e8;
  --kyu-bg-soft: #f8f5ee;
  --kyu-ink: #1f1a17;
  --kyu-sub: #6f675f;
  --kyu-line: #d8d0c4;
  --kyu-white: #ffffff;
}

.home .st-main,
.page-template-default .st-main {
  background: var(--kyu-bg);
}

.kyusei-top{
  color: var(--kyu-ink);
  background: var(--kyu-bg);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
}

.kyusei-top a{
  text-decoration: none;
}

.kyusei-hero{
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #e9e2d6;
}

.kyusei-hero__bg{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(20,20,20,0.18), rgba(20,20,20,0.18)),
    url('https://seimeiroku.com/wp-content/uploads/2026/04/hero-bg-scaled.png') center center / cover no-repeat;
}

.kyusei-hero__inner{
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 24px 120px;
  color: #fff;
}

.kyusei-hero__eyebrow{
  margin: 0 0 14px;
  font-size: 14px;
  letter-spacing: .16em;
  opacity: .9;
}

.kyusei-hero__title{
  margin: 0 0 24px;
  font-size: clamp(42px, 8vw, 92px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: .04em;
}

.kyusei-hero__lead{
  max-width: 760px;
  font-size: clamp(16px, 2.2vw, 26px);
  line-height: 1.9;
  color: rgba(255,255,255,.92);
  margin: 0 0 28px;
}

.kyusei-hero__count{
  font-size: 18px;
  letter-spacing: .08em;
  margin: 0;
  color: rgba(255,255,255,.95);
}

.kyusei-section{
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 24px;
}

.kyusei-section__head{
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 28px;
}

.kyusei-section__head h2{
  margin: 0 0 10px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.25;
  font-weight: 600;
}

.kyusei-section__head p{
  margin: 0;
  color: var(--kyu-sub);
  line-height: 1.9;
  font-size: 15px;
}

.kyusei-grid{
  display: grid;
  gap: 16px;
}

.kyusei-grid--stars{
  grid-template-columns: repeat(3, 1fr);
}

.kyusei-grid--people,
.kyusei-grid--articles{
  grid-template-columns: repeat(3, 1fr);
}

.kyusei-card{
  display: block;
  background: rgba(255,255,255,.48);
  border: 1px solid var(--kyu-line);
  padding: 22px 20px;
  color: var(--kyu-ink);
  transition: .25s ease;
  backdrop-filter: blur(2px);
}

.kyusei-card:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.72);
}

.kyusei-star{
  text-align: center;
  font-size: 20px;
  letter-spacing: .04em;
  padding: 26px 16px;
}

.kyusei-person__name,
.kyusei-article__title{
  display: block;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.kyusei-person__meta{
  display: block;
  color: var(--kyu-sub);
  font-size: 14px;
}

.kyusei-links{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.kyusei-links a{
  display: inline-block;
  padding: 14px 18px;
  border: 1px solid var(--kyu-line);
  color: var(--kyu-ink);
  background: rgba(255,255,255,.45);
}

.kyusei-btn{
  display: inline-block;
  padding: 14px 22px;
  border: 1px solid #bcb3a5;
  color: var(--kyu-ink);
  background: rgba(255,255,255,.55);
  white-space: nowrap;
}

.kyusei-btn--dark{
  background: #1f1a17;
  color: #fff;
  border-color: #1f1a17;
}

.kyusei-cta{
  padding: 30px 24px 90px;
}

.kyusei-cta__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 32px;
  border: 1px solid var(--kyu-line);
  background: linear-gradient(180deg, rgba(255,255,255,.58), rgba(255,255,255,.4));
  text-align: center;
}

.kyusei-cta__sub{
  margin: 0 0 12px;
  color: var(--kyu-sub);
  letter-spacing: .14em;
  font-size: 13px;
}

.kyusei-cta h2{
  margin: 0 0 18px;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.35;
}

.kyusei-cta p{
  max-width: 760px;
  margin: 0 auto 24px;
  color: var(--kyu-sub);
  line-height: 1.9;
}

/* 星ごとのアクセント */
.star-ippaku{ border-left: 4px solid #4a6c8c; }
.star-jikoku{ border-left: 4px solid #8a7b5a; }
.star-sanpeki{ border-left: 4px solid #4f7b4a; }
.star-shiroku{ border-left: 4px solid #6e9b6b; }
.star-goou{ border-left: 4px solid #9c7c31; }
.star-roppaku{ border-left: 4px solid #7b7f88; }
.star-shichiseki{ border-left: 4px solid #b2875d; }
.star-happaku{ border-left: 4px solid #6d6257; }
.star-kyuushi{ border-left: 4px solid #8f3c38; }

/* スマホ */
@media (max-width: 767px){
  .kyusei-hero{
    min-height: 68vh;
  }

  .kyusei-hero__inner{
    padding: 80px 20px 90px;
  }

  .kyusei-hero__lead{
    line-height: 1.8;
  }

  .kyusei-section{
    padding: 48px 20px;
  }

  .kyusei-section__head{
    display: block;
  }

  .kyusei-section__head h2{
    margin-bottom: 8px;
  }

  .kyusei-btn{
    margin-top: 14px;
  }

  .kyusei-grid--stars,
  .kyusei-grid--people,
  .kyusei-grid--articles{
    grid-template-columns: 1fr;
  }

  .kyusei-person__name,
  .kyusei-article__title{
    font-size: 21px;
  }

  .kyusei-cta__inner{
    padding: 36px 22px;
  }
}

/* ========================================
   seimeiroku people 詳細ページ：表まわり最小調整
======================================== */
.star-unknown{
    background:#999;
    color:#fff;
    display:inline-block;
    padding:4px 10px;
    border-radius:999px;
}

.person-name-en {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #6f6a63;
}

.person-short-comment {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 600;
  color: #2b2b2b;
}

.person-thumbnail {
  margin: 24px 0 28px;
}

.person-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.person-info-box {
  margin: 32px 0;
  padding: 20px;
  border: 1px solid #ddd6ca;
  border-radius: 10px;
  background: #faf8f3;
}

.person-info-box h2 {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.4;
  color: #1f2f4a;
}

.person-info-box table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.8;
}

.person-info-box th,
.person-info-box td {
  padding: 12px 10px;
  border-bottom: 1px solid #e6dfd3;
  vertical-align: top;
}

.person-info-box th {
  width: 160px;
  text-align: left;
  font-weight: 700;
  color: #3a3a3a;
}

.person-info-box td {
  color: #2d2d2d;
}

.person-info-box tr:last-child th,
.person-info-box tr:last-child td {
  border-bottom: none;
}

.person-main-content {
  font-size: 16px;
  line-height: 2;
  color: #222;
}

@media screen and (max-width: 767px) {
  .person-short-comment {
    font-size: 16px;
    line-height: 1.8;
  }

  .person-info-box {
    padding: 16px 14px;
  }

  .person-info-box h2 {
    font-size: 19px;
  }

  .person-info-box table,
  .person-info-box tbody,
  .person-info-box tr,
  .person-info-box th,
  .person-info-box td {
    display: block;
    width: 100%;
  }

  .person-info-box tr {
    padding: 10px 0;
    border-bottom: 1px solid #e6dfd3;
  }

  .person-info-box th,
  .person-info-box td {
    padding: 0;
    border-bottom: none;
  }

  .person-info-box th {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .person-info-box td {
    font-size: 15px;
  }
}
/* ========================================
   seimeiroku people 詳細ページ：整える
======================================== */

.person-info-box .people-star{
  margin:0;
}

.person-thumbnail {
  margin: 24px 0 28px;
}

.person-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.person-name-en {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #6f6a63;
}

.person-short-comment {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 600;
  color: #2b2b2b;
}

.person-info-box {
  margin: 32px 0;
  padding: 20px;
  border: 1px solid #ddd6ca;
  border-radius: 10px;
  background: #faf8f3;
}

.person-info-box h2 {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.4;
  color: #1f2f4a;
}

.person-info-box table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.8;
}

.person-info-box th,
.person-info-box td {
  padding: 12px 10px;
  border-bottom: 1px solid #e6dfd3;
  vertical-align: top;
}

.person-info-box th {
  width: 160px;
  text-align: left;
  font-weight: 700;
  color: #3a3a3a;
}

.person-info-box td {
  color: #2d2d2d;
}

.person-info-box tr:last-child th,
.person-info-box tr:last-child td {
  border-bottom: none;
}

.person-main-content {
  font-size: 16px;
  line-height: 2;
  color: #222;
}

@media screen and (max-width: 767px) {
  .person-short-comment {
    font-size: 16px;
    line-height: 1.8;
  }

  .person-info-box {
    padding: 16px 14px;
  }

  .person-info-box h2 {
    font-size: 19px;
  }

  .person-info-box table,
  .person-info-box tbody,
  .person-info-box tr,
  .person-info-box th,
  .person-info-box td {
    display: block;
    width: 100%;
  }

  .person-info-box tr {
    padding: 10px 0;
    border-bottom: 1px solid #e6dfd3;
  }

  .person-info-box th,
  .person-info-box td {
    padding: 0;
    border-bottom: none;
  }

  .person-info-box th {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .person-info-box td {
    font-size: 15px;
  }
}

/* ========================================
   seimeiroku archive 
======================================== */

.people-archive-wrap{
  max-width:1100px;
  margin:0 auto;
  padding:30px 15px;
}

.people-archive-title{
  font-size:34px;
  margin-bottom:30px;
  text-align:center;
}

.people-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.people-card{
  display:block;
  text-decoration:none;
  color:#222;
  border:1px solid #eee;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
  transition:.2s;
}

.people-card:hover{
  transform:translateY(-3px);
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.people-thumb img{
  width:100%;
  height:260px;
  object-fit:cover;
  display:block;
}

.people-card-body{
  padding:16px;
}

.people-name{
  font-size:22px;
  margin:0 0 10px;
}

.people-star{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 0 10px;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid #e5dccd;
  background:#f6f1e8;
  color:#5c4320;
  font-weight:700;
  font-size:13px;
  line-height:1.2;
  letter-spacing:.04em;
}

.people-meta{
  font-size:14px;
  color:#666;
  line-height:1.7;
}

.people-comment{
  margin-top:10px;
  font-size:14px;
  line-height:1.8;
  color:#444;
}

@media(max-width:900px){
  .people-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .people-grid{
    grid-template-columns:1fr;
  }

  .people-thumb img{
    height:220px;
  }
}

/* 九星ラベル色分け */

.people-star.star-ippaku-suisei{
background:#eaf1fb;
color:#274c77;
border-color:#c9d8ee;
}

.people-star.star-jikoku-dosei{
background:#f4ede3;
color:#6a4b2f;
border-color:#dcc9ae;
}

.people-star.star-sanpeki-mokusei{
background:#e8f5ea;
color:#2f6b3d;
border-color:#bfdcc4;
}

.people-star.star-shiroku-mokusei{
background:#edf8ef;
color:#4b7f45;
border-color:#c8e6cc;
}

.people-star.star-goou-dosei{
background:#f8f1dc;
color:#7a5a00;
border-color:#e8d79f;
}

.people-star.star-roppaku-kinsei{
background:#f2f3f5;
color:#4e5968;
border-color:#d7dbe0;
}

.people-star.star-shichiseki-kinsei{
background:#fbe9e7;
color:#9a3d32;
border-color:#efc2bc;
}

.people-star.star-happaku-dosei{
background:#f3eee7;
color:#6b5a47;
border-color:#ddd2c4;
}

.people-star.star-kyuushi-kasei{
background:#f3eafa;
color:#6b3aa6;
border-color:#d7c2eb;
}

/* ================================================
   九星偉人録 CTA スタイル
   ================================================ */

/* TOPページ 診断ボタン（smr-btn--primary） */
.smr-btn--primary {
  background: rgba(255,255,255,0.92) !important;
  color: #1a1a18 !important;
  border: 1px solid rgba(255,255,255,0.9) !important;
  font-size: 15px !important;
  padding: 0 28px !important;
  font-family: 'Noto Serif JP','Hiragino Mincho ProN',Georgia,serif !important;
  letter-spacing: 0.05em !important;
}
.smr-btn--primary:hover {
  background: #ffffff !important;
  color: #1a1a18 !important;
}

/* 人物一覧ページ CTA */
.people-archive-cta {
  text-align: center;
  padding: 2rem 1rem;
  margin: 0 0 2.5rem;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 12px;
  background: #f8f7f2;
}
.people-archive-cta__text {
  font-family: 'Noto Serif JP','Hiragino Mincho ProN',Georgia,serif;
  font-size: 16px;
  font-weight: 400;
  color: #1a1a18;
  margin: 0 0 1.25rem;
  letter-spacing: 0.05em;
}
.people-archive-cta__btn {
  display: inline-block;
  padding: 12px 32px;
  background: #1a1a18;
  color: #f8f7f2 !important;
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.2s;
}
.people-archive-cta__btn:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #f8f7f2 !important;
}

/* 人物詳細ページ CTA */
.single-people-cta {
  text-align: center;
  padding: 2.5rem 1rem;
  margin: 3rem 0 2rem;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.single-people-cta__lead {
  font-family: 'Noto Serif JP','Hiragino Mincho ProN',Georgia,serif;
  font-size: 15px;
  color: #5f5e5a;
  margin: 0 0 1.5rem;
  letter-spacing: 0.05em;
}
.single-people-cta__buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.single-people-cta__btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.2s;
}
.single-people-cta__btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
.single-people-cta__btn--diagnosis {
  background: #1a1a18;
  color: #f8f7f2 !important;
  border: 1px solid #1a1a18;
}
.single-people-cta__btn--line {
  background: #06C755;
  color: #ffffff !important;
  border: 1px solid #06C755;
}