@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300&family=Noto+Sans+JP:wght@300;400;500&display=swap');

/* ================================================
   RESET & BASE
   ================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --pink: #d4829a; --pink-light: #f7eaee; --pink-pale: #fdf5f7;
  --rose: #c96882; --brown: #4a3030; --brown-mid: #7a5555;
  --text: #2e1f1f; --text-mid: #6b4f4f; --text-light: #a08888;
  --border: #eddcdc; --bg: #fffcfc; --white: #ffffff;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Noto Sans JP', sans-serif;
  --max: 1080px; --r: 12px;
}

html { scroll-behavior: smooth; }
html, body { overflow-x: hidden !important; max-width: 100% !important; }
body { font-family: var(--sans); color: var(--text); background: var(--bg); font-size: 15px; line-height: 1.8; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ================================================
   COCOON リセット（トップページ）
   ================================================ */
.home .site-header, .home .site-footer, .home .logo.logo-header.logo-text,
.home .entry-header, .home .breadcrumb, .home .ad-area, .home .navi-in,
.home .content-top, .home .article-footer.entry-footer, .home .footer.footer-container,
.home #footer, .home #footer-widget-area, .home .site-content-footer, .home .footer-top,
.home #go-to-top, .home .go-to-top-button-wrap, .home .mobile-footer-menu-buttons,
.home #header-in.header-in, .toc { display: none !important; }

.home main.main, .home article.page, .home .entry-body,
.home .entry-content, .home .content-in { padding: 0 !important; margin: 0 !important; }

.home .entry-content > p:empty,
.home .entry-content > br { display: none !important; }

.home body, .home article, .home .article, .home main, .home #main,
.home .entry-content, .home #content, .home #content-in, .home #wrapper {
  padding-bottom: 0 !important; margin-bottom: 0 !important;
}
.home #content-in.content-in.wrap, .home #content.content, .home #container.container {
  padding: 0 !important; margin: 0 !important; max-width: 100% !important; width: 100% !important;
}
.home #content-in.content-in.wrap::after { display: none !important; }
.home #wrapper.wrapper { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.home .entry-content > footer { display: block !important; margin: 0 !important; padding-bottom: 0 !important; }

/* ================================================
   COCOON h2/h3 上書き（トップページ内カスタムクラス用）
   ================================================ */
.article h2, .article h3, .article h4, .article h5, .article h6 { margin-bottom: 0.50em !important; }
.article h2.section-title {
  background: none !important; background-color: transparent !important;
  padding: 0 !important; border-radius: 0 !important;
  font-size: clamp(26px, 3vw, 36px) !important; font-weight: 300 !important;
}
.article h3.feature-title {
  border: none !important; padding: 0 !important; background: none !important;
  font-size: 15px !important; font-weight: 500 !important;
}
.article h3.article-title {
  border: none !important; padding: 0 !important; background: none !important;
  font-size: 14px !important; font-weight: 500 !important; line-height: 1.7 !important;
}

/* ================================================
   NAV
   ================================================ */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,252,252,0.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border); padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; width: 100% !important; margin-bottom: 0 !important;
}
.nav-logo { font-family: var(--serif); font-size: 22px; font-weight: 300; letter-spacing: 0.08em; color: var(--brown); }
.nav-logo span { color: var(--pink); font-style: italic; }
ul.nav-links { display: flex; gap: 8px; list-style: none; margin-bottom: 0 !important; align-items: center; }
.nav-links a {
  border: 1px solid #eddcdc; border-radius: 30px; padding: 4px 14px;
  font-size: 11px; color: #d4829a; background: #fdf5f7;
  white-space: nowrap; transition: all .2s; letter-spacing: 0.05em;
}
.nav-links a:hover { background: #f7eaee; border-color: #d4829a; }
.nav-btn {
  background: var(--pink); color: #fff; border: none; cursor: pointer;
  font-size: 12px; padding: 8px 20px; border-radius: 30px;
  font-family: var(--sans); letter-spacing: 0.08em; transition: opacity .2s;
}
.nav-btn:hover { opacity: 0.85; }

/* ================================================
   RIBBON（トップページ）
   ================================================ */
.home .entry-content > div[style] {
  display: flex !important; align-items: center !important;
  justify-content: center !important; min-height: 44px !important;
  padding-top: 0 !important; padding-bottom: 0 !important;
}
.home .entry-content > div:first-child { margin-top: 0 !important; padding-top: 0 !important; }

/* ================================================
   HERO
   ================================================ */
.hero {
  min-height: 88vh; display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; max-width: var(--max); margin: 0 auto; padding: 80px 40px; gap: 60px;
}
.hero-eyebrow {
  font-size: 11px; letter-spacing: 0.2em; color: var(--pink);
  text-transform: uppercase; margin-bottom: 16px; display: flex; align-items: center; gap: 12px;
}
.hero-eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--pink); }
.hero-title {
  font-family: var(--serif); font-size: clamp(32px, 4vw, 48px) !important;
  font-weight: 300; line-height: 1.25; color: var(--brown); margin-bottom: 12px;
}
.hero-title em { font-style: italic; color: var(--pink); }
.hero-tagline {
  font-family: var(--serif); font-size: 15px; color: var(--text-mid);
  font-style: italic; margin-bottom: 36px; padding-left: 16px; border-left: 2px solid var(--pink-light);
}
.hero-catch { font-size: 13px; color: var(--text-mid); line-height: 2; margin-bottom: 8px; letter-spacing: 0.04em; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-visual { position: relative; display: flex; justify-content: center; align-items: center; }
.hero-img-frame { width: 100%; max-width: 420px; aspect-ratio: 3/4; border-radius: 40px 8px 40px 8px; background: none; overflow: hidden; }
.hero-img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: inherit; }
.hero-img-sp { display: none; }

/* ================================================
   BUTTONS
   ================================================ */
.btn-primary {
  background: var(--pink); color: #fff; padding: 13px 32px;
  border-radius: 30px; font-size: 13px; letter-spacing: 0.08em; transition: background .2s, transform .2s;
}
.btn-primary:hover { background: var(--rose); transform: translateY(-1px); }
.btn-outline {
  border: 1px solid var(--pink); color: var(--pink); padding: 13px 32px;
  border-radius: 30px; font-size: 13px; letter-spacing: 0.08em; transition: all .2s;
}
.btn-outline:hover { background: var(--pink-light); }

/* ================================================
   DIVIDER
   ================================================ */
.divider { border: none; border-top: 1px solid var(--border); margin: 0; }

/* ================================================
   CONCEPT
   ================================================ */
.concept { background: var(--brown); color: #fff; padding: 80px 40px; text-align: center; }
.concept-en {
  font-family: var(--serif); font-size: clamp(36px, 5vw, 60px); font-weight: 300;
  font-style: italic; color: var(--pink-light); opacity: 0.35; letter-spacing: 0.05em;
  display: block; margin-bottom: -20px;
}
.concept-ja {
  font-family: var(--serif); font-size: clamp(20px, 2.5vw, 28px); font-weight: 300;
  letter-spacing: 0.12em; line-height: 2; position: relative; z-index: 1;
}
.concept-ja em { font-style: normal; color: var(--pink); }
.concept-sub { font-size: 13px; color: rgba(255,255,255,0.55); letter-spacing: 0.08em; margin-top: 20px; line-height: 2; }
.concept-line { width: 40px; height: 1px; background: var(--pink); margin: 32px auto; }

/* ================================================
   SECTIONS（共通）
   ================================================ */
.section { padding: 80px 40px; max-width: var(--max); margin: 0 auto; }
.section-full { padding: 80px 0; background: var(--pink-pale); }
.section-full .inner { max-width: var(--max); margin: 0 auto; padding: 0 40px; }
.section-header { margin-bottom: 48px; }
.section-label {
  font-size: 11px; letter-spacing: 0.2em; color: var(--pink); text-transform: uppercase;
  display: flex; align-items: center; gap: 10px; margin-bottom: 10px;
}
.section-label::before { content: ''; display: block; width: 24px; height: 1px; background: var(--pink); }
.section-title { font-family: var(--serif); font-size: clamp(26px, 3vw, 36px); font-weight: 300; color: var(--brown); margin-bottom: 10px; line-height: 1.3; }
.section-sub { font-size: 13px; color: var(--text-mid); line-height: 2; max-width: 520px; }

/* ================================================
   FEATURES
   ================================================ */
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--r);
  padding: 32px 28px; transition: transform .25s, box-shadow .25s;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(180,120,130,0.12); }
.feature-icon { font-size: 28px; margin-bottom: 16px; }
.feature-title { font-size: 15px; font-weight: 500; color: var(--brown); margin-bottom: 8px; }
.feature-desc { font-size: 13px; color: var(--text-mid); line-height: 1.9; }

/* ================================================
   CATEGORIES
   ================================================ */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cat-item {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--r);
  padding: 28px 20px; text-align: center; transition: all .25s; cursor: pointer; text-decoration: none; color: inherit;
}
.cat-item:hover { border-color: var(--pink); background: var(--pink-pale); transform: translateY(-3px); }
.cat-item:hover .cat-icon { transform: scale(1.15); }
.cat-icon { font-size: 26px; margin-bottom: 12px; transition: transform .25s; display: block; }
.cat-name { font-size: 13px; font-weight: 500; color: var(--brown); margin-bottom: 4px; }
.cat-count { font-size: 11px; color: var(--text-light); }

/* ================================================
   ARTICLES（トップページ新着）
   ================================================ */
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.article-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--r);
  overflow: hidden; transition: transform .25s, box-shadow .25s;
}
.article-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(180,120,130,0.12); }
.article-thumb {
  width: 100%; aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--pink-light), var(--border));
  display: flex; align-items: center; justify-content: center; font-size: 32px; color: var(--pink); opacity: 0.5;
}
.article-body { padding: 20px; }
.article-cat {
  display: inline-block; font-size: 10px; letter-spacing: 0.1em;
  background: var(--pink-light); color: var(--pink); padding: 3px 12px; border-radius: 20px; margin-bottom: 10px;
}
.article-title { font-size: 14px; font-weight: 500; color: var(--brown); line-height: 1.7; margin-bottom: 10px; }
.article-meta { font-size: 11px; color: var(--text-light); display: flex; align-items: center; gap: 8px; }
.article-meta::before { content: ''; display: block; width: 16px; height: 1px; background: var(--border); }
.article-card .article-thumb-link img, .article-card img { width: 100% !important; }
#articles .article-meta { display: none !important; }

/* ================================================
   PROFILE
   ================================================ */
.profile-wrap {
  display: grid; grid-template-columns: 200px 1fr; gap: 48px;
  align-items: center; background: var(--white); border: 1px solid var(--border); border-radius: 20px; padding: 48px;
}
.profile-avatar {
  width: 160px; height: 160px; border-radius: 50%;
  background: linear-gradient(135deg, var(--pink-light), var(--border));
  display: flex; align-items: center; justify-content: center; font-size: 56px;
  border: 3px solid var(--white); box-shadow: 0 0 0 1px var(--border); margin: 0 auto;
}
.profile-en { font-family: var(--serif); font-style: italic; font-size: 13px; color: var(--pink); letter-spacing: 0.1em; margin-bottom: 6px; }
.profile-name { font-size: 22px; font-weight: 500; color: var(--brown); margin-bottom: 4px; }
.profile-catch { font-size: 13px; color: var(--text-light); margin-bottom: 20px; }
.profile-desc { font-size: 13px; color: var(--text-mid); line-height: 2; }
.profile-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.profile-tag { font-size: 11px; background: var(--pink-light); color: var(--pink); padding: 4px 14px; border-radius: 20px; letter-spacing: 0.06em; }

/* ================================================
   FOOTER
   ================================================ */
footer { background: var(--brown); color: rgba(255,255,255,0.7); padding: 48px 40px 20px; }
.footer-inner {
  max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px;
  padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 16px;
}
.footer-logo { font-family: var(--serif); font-size: 24px; font-weight: 300; color: #fff; letter-spacing: 0.08em; margin-bottom: 14px; }
.footer-logo span { color: var(--pink); font-style: italic; }
.footer-catch { font-size: 12px; line-height: 2; }
.footer-col-title { font-size: 11px; letter-spacing: 0.15em; color: var(--pink); text-transform: uppercase; margin-bottom: 16px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.6); transition: color .2s; }
.footer-links a:hover { color: var(--pink); }
.footer-copy {
  max-width: var(--max); margin: 0 auto; font-size: 11px; text-align: center;
  letter-spacing: 0.08em; padding: 10px 0 30px; margin-bottom: 0 !important; margin-block-end: 0 !important;
}

/* ================================================
   記事ページ（single）
   ================================================ */
.single .entry-content, .single .article {
  font-family: 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  color: #3d2b2b; line-height: 2; font-size: 15px;
}
.single .entry-title {
  font-family: 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  font-size: 22px !important; color: #3d2b2b !important;
  border-left: 4px solid #d4829a !important; border-bottom: none !important;
  padding: 4px 0 4px 16px !important; margin-bottom: 32px; background: none !important;
}
.single .entry-content h2 {
  font-size: 17px !important; color: #3d2b2b !important;
  border-left: 3px solid #d4829a !important; border-bottom: 1px solid #f0d8df !important;
  padding: 8px 12px !important; margin: 40px 0 16px !important; background: #fdf6f8 !important; border-radius: 0 !important;
}
.single .entry-content h3 {
  font-size: 15px !important; color: #c4728a !important;
  border-left: 3px solid #d4829a !important; border-right: none !important;
  border-bottom: none !important; border-top: none !important;
  padding: 4px 0 4px 12px !important; margin: 32px 0 12px !important; background: none !important;
}
.single .entry-content h4 {
  border-top: 1px dashed #d4829a !important; border-bottom: 1px dashed #d4829a !important;
  border-left: none !important; padding: 8px 4px !important; background: none !important;
}
.single #sidebar, .page #sidebar { display: none !important; }
.single #content, .page #content { width: 100% !important; max-width: 860px !important; margin: 0 auto !important; float: none !important; }
.single #content-in, .page #content-in { width: 100% !important; max-width: 100% !important; padding: 0 !important; }
.no-sidebar .content .main { margin-left: auto !important; margin-right: auto !important; max-width: 100% !important; }
.single .header-container, .page .header-container { display: none !important; }
.single .site-name, .page .site-name { display: none !important; }
.single .cat-blocks-wrap, .single .cat-block-wrap, .single .cat-link-buttons,
.single .cat-filed-under, .single .entry-categories-tags, .single .cat-link,
.single .post-cats, .single .categ-content,
.single .article-footer.entry-footer { display: none !important; }

.cat-label { background: #f7eaee !important; color: #d4829a !important; border-radius: 20px !important; font-size: 11px !important; }

#jp-relatedposts, .single .under-entry-content {
  border: none !important; border-top: none !important; padding-top: 0 !important; margin-top: 40px !important;
}
#jp-relatedposts h3.jp-relatedposts-headline {
  all: unset !important; display: flex !important; align-items: center !important; gap: 10px !important;
  font-size: 13px !important; font-weight: 500 !important; color: #d4829a !important;
  letter-spacing: 0.15em !important; margin-bottom: 20px !important;
}
#jp-relatedposts h3.jp-relatedposts-headline::before {
  content: '' !important; display: inline-block !important;
  width: 3px !important; height: 14px !important; background: #d4829a !important; border-radius: 2px !important;
}
#jp-relatedposts h3.jp-relatedposts-headline em::before { display: none !important; }
#jp-relatedposts .jp-relatedposts-post-context,
#jp-relatedposts .jp-relatedposts-post-context a {
  display: inline-block !important; background: #f7eaee !important; color: #c4728a !important;
  border-radius: 20px !important; font-size: 11px !important; padding: 3px 12px !important;
  border: none !important; margin-top: 6px !important; font-style: normal !important;
}

/* ================================================
   記事一覧ページ（/blog/）
   ================================================ */
.blog .page-header, .blog .archive-header, .blog .entry-header,
.blog h1.entry-title, .blog .archive-title, .blog .site-header, .blog #header { display: none !important; }

.blog .navi-in { display: none !important; }

.blog #content {
  max-width: 1080px !important; margin: 0 auto !important;
  padding: 60px 40px !important; background: #fffcfc !important;
}
.blog #main::before {
  content: 'Articles'; display: block; font-size: 11px; letter-spacing: 0.2em;
  color: #d4829a; text-transform: uppercase; margin-bottom: 8px; padding-left: 2px;
}
.blog .entry-card-wrap, .blog .a-wrap {
  background: #ffffff !important; border: 1px solid #eddcdc !important;
  border-radius: 12px !important; overflow: hidden !important;
  transition: transform .25s, box-shadow .25s !important;
  margin-bottom: 20px !important; padding: 0 !important; box-shadow: none !important; gap: 0 !important;
  display: flex !important; flex-direction: row !important; align-items: stretch !important;
}
.blog .entry-card-wrap:hover, .blog .a-wrap:hover {
  transform: translateY(-3px) !important; box-shadow: 0 12px 40px rgba(180,120,130,0.12) !important;
}
.blog .entry-card-thumb {
  width: 260px !important; min-width: 260px !important;
  flex-shrink: 0 !important; margin: 0 !important; padding: 0 !important;
}
.blog .entry-card-thumb img {
  width: 100% !important; height: 100% !important; min-height: 160px !important;
  object-fit: cover !important; display: block !important; border-radius: 0 !important;
}
.blog .entry-card-content {
  padding: 24px 28px !important; display: flex !important; flex-direction: column !important;
  justify-content: center !important; background: #fff !important; margin-left: 0 !important;
}
.blog .card-cat-label, .blog .entry-card-content .cat-label {
  display: inline-block !important; font-size: 10px !important; letter-spacing: 0.1em !important;
  background: #f7eaee !important; color: #d4829a !important; padding: 3px 12px !important;
  border-radius: 20px !important; margin-bottom: 10px !important; border: none !important;
}
.blog .entry-card-title {
  font-size: 15px !important; font-weight: 500 !important; color: #4a3030 !important;
  line-height: 1.7 !important; margin-bottom: 10px !important;
  background: none !important; border: none !important; padding: 0 !important;
}
.blog .entry-card-snippet { font-size: 12px !important; color: #a08888 !important; line-height: 1.8 !important; }
.blog .entry-card-meta { font-size: 11px !important; color: #a08888 !important; margin-top: 12px !important; }

/* ページネーション */
.blog .pagination-next-prev,
.blog .pagination-next { display: none !important; }

.blog .pagination, .blog .wp-pagenavi {
  display: flex !important; justify-content: center !important;
  align-items: center !important; gap: 8px !important; margin-top: 48px !important; margin-bottom: 48px !important;
}
.blog .pagination .page-numbers,
.blog .wp-pagenavi a, .blog .wp-pagenavi span {
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  width: 36px !important; height: 36px !important; min-width: 36px !important; max-width: 36px !important;
  padding: 0 !important; border-radius: 50% !important; font-size: 13px !important; color: #d4829a !important;
  border: 1px solid #eddcdc !important; background: #fff !important; transition: all .2s !important; text-decoration: none !important;
}
.blog .pagination .page-numbers.current, .blog .pagination .page-numbers:hover,
.blog .wp-pagenavi .current, .blog .wp-pagenavi a:hover {
  background: #d4829a !important; color: #fff !important; border-color: #d4829a !important;
}

/* /blog/ フッター */
.blog .footer-container, .blog #footer {
  display: block !important; background: #4a3030 !important;
  color: rgba(255,255,255,0.7) !important; padding: 24px 40px !important; text-align: center !important;
}
.blog .footer-container *, .blog #footer * {
  color: rgba(255,255,255,0.6) !important; font-size: 11px !important; letter-spacing: 0.08em !important;
}
.blog #wrapper { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.blog .content-footer, .blog .site-content-footer { display: none !important; }

/* ================================================
   その他
   ================================================ */
.sp-br { display: none; }
.rk-card { display: flex; align-items: flex-start; }

/* ================================================
   レスポンシブ（900px以下）
   ================================================ */
@media (max-width: 900px) {
  .nav-links { display: none !important; }

  .hero { grid-template-columns: 1fr; text-align: center; min-height: auto; padding: 32px 20px 12px; gap: 10px; }
  .hero-eyebrow { justify-content: center; margin-bottom: 10px !important; }
  .hero-btns { justify-content: center; }
  .hero-visual { display: none; }
  .hero-title { font-size: clamp(28px, 8vw, 40px) !important; margin-bottom: 8px !important; }
  .hero-tagline { font-size: 13px !important; margin-bottom: 16px !important; border-left: none; padding-left: 0; }
  .hero-catch { font-size: 12px !important; line-height: 1.8 !important; margin-bottom: 20px !important; }
  .btn-primary, .btn-outline { padding: 10px 24px !important; font-size: 12px !important; }
  .sp-br { display: initial !important; }

  .hero-img-sp { display: block; width: 100%; height: 220px; overflow: hidden; border-radius: 16px; margin-top: 20px; }
  .hero-img-sp img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }

  .concept { padding: 40px 20px !important; }
  .concept-en { font-size: clamp(24px, 8vw, 36px); margin-bottom: -5px; }
  .concept-ja { font-size: clamp(16px, 4.5vw, 22px); }
  .concept-sub { font-size: 12px; }

  .section { padding: 40px 20px !important; }
  .section-full { padding: 40px 0 !important; }
  .section-full .inner { padding-left: 20px; padding-right: 20px; }
  .section-header { margin-bottom: 24px !important; }
  .section-title { font-size: clamp(20px, 5vw, 28px) !important; }
  .section-sub { font-size: 12px !important; }

  .features-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
  .feature-card { padding: 20px 16px !important; }
  .feature-icon { font-size: 22px !important; margin-bottom: 8px !important; }
  .feature-title { font-size: 14px !important; margin-bottom: 6px !important; }
  .feature-desc { font-size: 12px !important; line-height: 1.7 !important; }

  .cat-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }
  .cat-item { padding: 16px 10px !important; }
  .cat-icon { font-size: 20px !important; margin-bottom: 6px !important; }
  .cat-name { font-size: 12px !important; }
  .cat-count { font-size: 10px !important; }

  .articles-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; }
  .article-body { padding: 14px !important; }
  .article-title { font-size: 13px !important; }
  .article-meta { font-size: 10px !important; }

  .profile-wrap { grid-template-columns: 1fr; text-align: center; gap: 16px !important; }
  .profile-avatar { width: 100px !important; height: 100px !important; font-size: 36px !important; margin-bottom: 8px; }
  .profile-name { font-size: 18px !important; }
  .profile-desc { font-size: 12px !important; line-height: 1.9 !important; }
  .profile-catch { font-size: 12px !important; margin-bottom: 12px !important; }
  .profile-tag { font-size: 10px !important; }
  .profile-tags { justify-content: center; }
  #about .section-header { margin-bottom: 16px !important; }

  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-logo { font-size: 20px !important; }
  .footer-catch { font-size: 11px !important; }
  .footer-col-title { font-size: 10px !important; }
  .footer-links a { font-size: 12px !important; }
  .footer-copy { font-size: 10px !important; }
}

/* ================================================
   レスポンシブ（768px以下）
   ================================================ */
@media (max-width: 768px) {
  .home .entry-content > div[style*="f7eaee"] { display: none !important; }

  .concept { padding: 20px 20px !important; }
  .concept-en { font-size: clamp(24px, 8vw, 36px); margin-bottom: 8px; }
  .concept-ja { margin-bottom: 0 !important; line-height: 1.5; }
  .concept-line { margin: 16px auto !important; }
  .concept-sub { margin-top: 0 !important; }

  .section { padding: 10px 20px 40px 20px !important; }
  .features-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 8px !important; }
  .feature-card { padding: 14px 12px !important; }

  /* /blog/ SPカード：横並び・コンパクト */
  .blog #content { padding: 32px 16px !important; }
  .blog .entry-card-wrap, .blog .a-wrap { flex-direction: row !important; }
  .blog .entry-card-thumb { width: 120px !important; min-width: 120px !important; height: 120px !important; }
  .blog .entry-card-content { padding: 12px !important; }
  .blog .entry-card-title { font-size: 13px !important; }
  .blog .entry-card-snippet { display: none !important; }
}

/* ================================================
   SPテーブル（記事ページ）
   ================================================ */
@media (max-width: 600px) {
  .single .entry-content table[border="0"] td { display: block !important; width: 100% !important; max-width: 100% !important; }
  .single .entry-content table[border="0"] img { width: 100% !important; height: auto !important; max-width: 100% !important; }
}

/* ================================================
   カテゴリ・アーカイブページ
   ================================================ */
.category .navi-in,
.archive .navi-in { display: none !important; }

.category .page-header, .category .archive-header,
.category .entry-header, .category h1.entry-title,
.category .site-header, .category #header,
.archive .page-header, .archive .archive-header,
.archive .entry-header, .archive h1.entry-title,
.archive .site-header, .archive #header { display: none !important; }

.category #content, .archive #content {
  max-width: 1080px !important; margin: 0 auto !important;
  padding: 60px 40px !important; background: #fffcfc !important;
}

/* カテゴリタイトル */
.category .archive-title, .archive .archive-title {
  display: block !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(20px, 3vw, 32px) !important;
  font-weight: 300 !important; color: #4a3030 !important;
  margin-bottom: 32px !important; padding-bottom: 16px !important;
  border-bottom: 1px solid #eddcdc !important;
  background: none !important;
}

/* カードスタイル（/blog/ と共通） */
.category .entry-card-wrap, .category .a-wrap,
.archive .entry-card-wrap, .archive .a-wrap {
  background: #ffffff !important; border: 1px solid #eddcdc !important;
  border-radius: 12px !important; overflow: hidden !important;
  transition: transform .25s, box-shadow .25s !important;
  margin-bottom: 20px !important; padding: 0 !important;
  box-shadow: none !important; gap: 0 !important;
  display: flex !important; flex-direction: row !important; align-items: stretch !important;
}
.category .entry-card-wrap:hover, .category .a-wrap:hover,
.archive .entry-card-wrap:hover, .archive .a-wrap:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 40px rgba(180,120,130,0.12) !important;
}
.category .entry-card-thumb, .archive .entry-card-thumb {
  width: 260px !important; min-width: 260px !important;
  flex-shrink: 0 !important; margin: 0 !important; padding: 0 !important;
}
.category .entry-card-thumb img, .archive .entry-card-thumb img {
  width: 100% !important; height: 100% !important; min-height: 160px !important;
  object-fit: cover !important; display: block !important; border-radius: 0 !important;
}
.category .entry-card-content, .archive .entry-card-content {
  padding: 24px 28px !important; display: flex !important;
  flex-direction: column !important; justify-content: center !important;
  background: #fff !important; margin-left: 0 !important;
}
.category .entry-card-title, .archive .entry-card-title {
  font-size: 15px !important; font-weight: 500 !important; color: #4a3030 !important;
  line-height: 1.7 !important; margin-bottom: 10px !important;
  background: none !important; border: none !important; padding: 0 !important;
}
.category .entry-card-snippet, .archive .entry-card-snippet {
  font-size: 12px !important; color: #a08888 !important; line-height: 1.8 !important;
}
.category .card-cat-label, .category .entry-card-content .cat-label,
.archive .card-cat-label, .archive .entry-card-content .cat-label {
  display: inline-block !important; font-size: 10px !important;
  background: #f7eaee !important; color: #d4829a !important;
  padding: 3px 12px !important; border-radius: 20px !important;
  margin-bottom: 10px !important; border: none !important;
}

/* ページネーション */
.category .pagination-next-prev,
.archive .pagination-next-prev,
.category .pagination-next,
.archive .pagination-next { display: none !important; }

.category .pagination, .archive .pagination {
  display: flex !important; justify-content: center !important;
  align-items: center !important; gap: 8px !important;
  margin-top: 48px !important; margin-bottom: 48px !important;
}
.category .pagination .page-numbers,
.archive .pagination .page-numbers {
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  width: 36px !important; height: 36px !important; padding: 0 !important;
  border-radius: 50% !important; font-size: 13px !important; color: #d4829a !important;
  border: 1px solid #eddcdc !important; background: #fff !important; transition: all .2s !important;
}
.category .pagination .page-numbers.current,
.category .pagination .page-numbers:hover,
.archive .pagination .page-numbers.current,
.archive .pagination .page-numbers:hover {
  background: #d4829a !important; color: #fff !important; border-color: #d4829a !important;
}

/* フッター */
.category .footer-container, .category #footer,
.archive .footer-container, .archive #footer {
  display: block !important; background: #4a3030 !important;
  color: rgba(255,255,255,0.7) !important; padding: 24px 40px !important; text-align: center !important;
}
.category .footer-container *, .category #footer *,
.archive .footer-container *, .archive #footer * {
  color: rgba(255,255,255,0.6) !important; font-size: 11px !important;
}
.category .content-footer, .category .site-content-footer,
.archive .content-footer, .archive .site-content-footer { display: none !important; }

/* SP対応 */
@media (max-width: 768px) {
  .category #content, .archive #content { padding: 32px 16px !important; }
  .category .entry-card-wrap, .category .a-wrap,
  .archive .entry-card-wrap, .archive .a-wrap { flex-direction: row !important; }
  .category .entry-card-thumb, .archive .entry-card-thumb {
    width: 120px !important; min-width: 120px !important; height: 120px !important;
  }
  .category .entry-card-content, .archive .entry-card-content { padding: 12px !important; }
  .category .entry-card-title, .archive .entry-card-title { font-size: 13px !important; }
  .category .entry-card-snippet, .archive .entry-card-snippet { display: none !important; }
}

.single .related-entries,
.single .related-entry-cards-wrap,
.single .related-entry-heading { display: none !important; }

/* ================================================
   前後記事ナビ（Dolly Lab風）
   ================================================ */
#pager-post-navi {
  display: flex !important;
  gap: 16px !important;
  margin: 48px 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
#pager-post-navi a {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  background: #fff !important;
  border: 1px solid #eddcdc !important;
  border-radius: 12px !important;
  padding: 16px !important;
  transition: transform .25s, box-shadow .25s !important;
  color: #4a3030 !important;
  text-decoration: none !important;
  font-size: 0 !important;
}
#pager-post-navi a:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 40px rgba(180,120,130,0.12) !important;
  border-color: #d4829a !important;
}
#pager-post-navi a figure {
  width: 80px !important;
  min-width: 80px !important;
  height: 80px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}
#pager-post-navi a figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
#pager-post-navi a div {
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
  color: #4a3030 !important;
  flex: 1 !important;
}
#pager-post-navi .fa { display: none !important; }

/* 前の記事：矢印 → 画像 → テキスト */
#pager-post-navi .prev-post::before {
  content: '←' !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  border: 1px solid #d4829a !important;
  background: #fdf5f7 !important;
  color: #d4829a !important;
  font-size: 14px !important;
  flex-shrink: 0 !important;
}

/* 次の記事：テキスト → 画像 → 矢印 */
#pager-post-navi .next-post {
  flex-direction: row !important;
}
#pager-post-navi .next-post div { order: 1 !important; }
#pager-post-navi .next-post figure { order: 2 !important; }
#pager-post-navi .next-post::after {
  content: '→' !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  border: 1px solid #d4829a !important;
  background: #fdf5f7 !important;
  color: #d4829a !important;
  font-size: 14px !important;
  order: 3 !important;
  flex-shrink: 0 !important;
}

@media (max-width: 768px) {
  #pager-post-navi { flex-direction: column !important; }
}

.wp-block-html + .wp-block-paragraph,
.wp-block-html + p,
div.wp-block-html + div.wp-block-paragraph,
div.wp-block-html + p {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.single .entry-content .wp-block-html + .wp-block-paragraph,
.single .entry-content .wp-block-html + p {
  margin-top: 0 !important;
  padding-top: 0 !important;
}