@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* Noto Sans JP を本文フォントに設定 */
body {
  font-family: 'Noto Sans JP', sans-serif !important;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
.category-5manen-series {
  display: none;
}

/* === Quiet Editorial common layer === */
/* Quiet Editorial common layer — production migration candidate, 2026-08-28 */
:root {
  --qe-ink: #171b29;
  --qe-navy: #171b29;
  --qe-ink-soft: #34394b;
  --qe-paper: #f7f4ee;
  --qe-card: #fffdf9;
  --qe-white: #fffdf9;
  --qe-purple: #715b8f;
  --qe-purple-soft: #eee9f4;
  --qe-line: #dcd7ce;
  --qe-muted: #6f7180;
  --qe-shadow: 0 14px 38px rgba(23, 27, 41, .075);
}

/* One owner for the shared header. Article and home layers do not redefine it. */
#header-container {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--qe-line);
  background: rgba(255, 253, 249, .98);
  box-shadow: 0 8px 28px rgba(23, 27, 41, .05);
}

#header-container-in {
  width: min(1160px, 100%);
  min-height: 76px;
  margin-inline: auto;
  padding-inline: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header {
  width: auto;
  min-width: 0;
  min-height: 76px;
  padding: 0;
  background: transparent;
}

#header-in {
  width: auto;
  min-width: 0;
  min-height: 76px;
  padding: 0;
  display: flex;
  align-items: center;
  background: transparent;
}

#header .tagline { display: none; }
#header .logo { margin: 0; padding: 0; text-align: left; }
#header .logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--qe-ink);
  text-decoration: none;
}
#header .logo a::before {
  content: "f";
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  background: var(--qe-purple);
  color: #fff;
  font: italic 700 25px/1 Georgia, serif;
}
#header .logo a::after {
  content: "fujisoba の部屋  \A暮らしと学びの編集室";
  white-space: pre;
  color: var(--qe-ink);
  font: 600 17px/1.15 Georgia, "Yu Mincho", serif;
  letter-spacing: .02em;
}
#header .logo .site-name-text { display: none; }

#navi {
  width: auto;
  min-width: 0;
  padding: 0;
  flex: 1 1 auto;
  background: transparent;
}

#navi-in {
  width: auto;
  min-width: 0;
  padding: 0;
  background: transparent;
}
#navi-in > ul.menu-mobile { display: none; }
#navi-in > ul.menu-pc {
  width: 100%;
  min-width: 0;
  height: 76px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
  white-space: nowrap;
}
#navi-in > ul.menu-pc > li {
  width: auto;
  min-width: 0;
  height: 76px;
}
#navi-in > ul.menu-pc > li > a {
  height: 76px;
  padding-inline: clamp(6px, 1vw, 14px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #343642;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
}
#navi-in > ul.menu-pc > li > a:hover {
  color: var(--qe-purple);
  background: #f1edf4;
}

@media (max-width: 1023px) {
  #header-container-in {
    min-height: 62px;
    padding-inline: 18px;
  }
  #header,
  #header-in { min-height: 62px; }
  #header .logo a::before {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 22px;
  }
  #header .logo a::after { font-size: 15px; }
  #navi { display: none; }
}

@media (max-width: 480px) {
  #header-container-in { padding-inline: 14px; }
  #header .logo a { gap: 9px; }
  #header .logo a::after {
    content: "fujisoba の部屋\A暮らしと学びの編集室";
    font-size: 13px;
  }
}

/* Site shell */
body.archive,
body.search,
body.error404,
body.page:not(.home) {
  background: var(--qe-paper);
  color: var(--qe-ink-soft);
}

body.archive #content,
body.search #content,
body.error404 #content,
body.page:not(.home) #content {
  max-width: 1180px;
  gap: 34px;
  margin-top: 42px;
  margin-bottom: 80px;
}

body.archive #main,
body.search #main,
body.page:not(.home) #main {
  background: var(--qe-card);
  border: 1px solid var(--qe-line);
  border-radius: 22px;
  box-shadow: var(--qe-shadow);
  padding: clamp(26px, 4vw, 52px);
}

/* Archive, search and tag headings */
body.archive #archive-title,
body.search #archive-title,
body.page:not(.home) .entry-title {
  margin: 0 0 30px;
  color: var(--qe-ink);
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 4.2vw, 43px);
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: .015em;
}

body.archive .category-page-content,
body.archive .tag-page-content {
  margin: -4px 0 34px;
  padding: 22px 24px;
  border: 1px solid #dfd6e8;
  border-left: 4px solid var(--qe-purple);
  border-radius: 12px;
  background: #faf7fc;
  line-height: 1.8;
}

body.search .search-box {
  margin: 0 0 30px;
  padding: 14px;
  border: 1px solid var(--qe-line);
  border-radius: 14px;
  background: #f3efe8;
}

/* Article list cards */
body.archive #list,
body.search #list {
  display: grid;
  gap: 18px;
}

body.archive .entry-card-wrap,
body.search .entry-card-wrap {
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid var(--qe-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body.archive .entry-card-wrap:hover,
body.search .entry-card-wrap:hover {
  transform: translateY(-2px);
  border-color: #c9bfd7;
  box-shadow: 0 12px 28px rgba(23,27,41,.09);
}

body.archive .entry-card,
body.search .entry-card {
  display: grid;
  grid-template-columns: minmax(170px, 220px) 1fr;
  align-items: stretch;
  gap: 0;
  padding: 0;
}

body.archive .entry-card-thumb,
body.search .entry-card-thumb {
  width: 100%;
  min-height: 156px;
  margin: 0;
}

body.archive .entry-card-thumb img,
body.search .entry-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.archive .entry-card-content,
body.search .entry-card-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 22px 24px 18px;
}

body.archive .entry-card-title,
body.search .entry-card-title {
  color: var(--qe-ink);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
}

body.archive .entry-card-snippet,
body.search .entry-card-snippet {
  color: #5f6270;
  font-size: 14px;
  line-height: 1.7;
}

body.archive .entry-card-meta,
body.search .entry-card-meta {
  margin-top: auto;
  color: var(--qe-muted);
  font-size: 12px;
}

/* Fixed pages and theme hubs */
body.page:not(.home) .entry-content {
  color: var(--qe-ink-soft);
  font-size: 17px;
  line-height: 1.82;
}

/* Sidebar: author + popular posts remain, duplicate long lists are suppressed. */
body:not(.home) #sidebar {
  min-width: 0;
}

body:not(.home) #sidebar .widget {
  margin-bottom: 22px;
  padding: 22px;
  border: 1px solid var(--qe-line);
  border-radius: 16px;
  background: var(--qe-card);
  box-shadow: 0 8px 24px rgba(23,27,41,.055);
}

body:not(.home) #sidebar .widget-title {
  margin: 0 0 16px;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 2px solid var(--qe-purple);
  background: transparent;
  color: var(--qe-ink);
  font-size: 17px;
}

body:not(.home) #sidebar .widget_new_entries,
body:not(.home) #sidebar .widget_categories,
body:not(.home) #sidebar .widget_archive,
body:not(.home) #sidebar .widget_tag_cloud {
  display: none;
}

body:not(.home) #sidebar .popular-entry-card-title {
  color: var(--qe-ink);
  line-height: 1.55;
}

/* 404: a calm recovery surface; existing popular links remain in the sidebar. */
body.error404 #main {
  position: relative;
  min-height: 420px;
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid var(--qe-line);
  border-radius: 22px;
  background: var(--qe-card);
  box-shadow: var(--qe-shadow);
  text-align: center;
}

body.error404 .entry-title {
  margin: 0 0 30px;
  color: var(--qe-ink);
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: .015em;
}

body.error404 .entry-title::before {
  display: block;
  margin-bottom: 10px;
  color: var(--qe-purple);
  content: "PAGE NOT FOUND";
  font-family: system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

body.error404 .eye-catch { max-width: 420px; margin-inline: auto; opacity: .78; }

/* Footer */
body:not(.home) #footer-container,
body:not(.home) #footer {
  background: var(--qe-ink);
  color: rgba(255,255,255,.8);
}

body:not(.home) #footer a { color: #fff; }

@media (max-width: 1023px) {
  body.archive #content,
  body.search #content,
  body.error404 #content,
  body.page:not(.home) #content {
    margin-top: 24px;
    padding-inline: 18px;
  }

  body:not(.home) #sidebar { margin-top: 28px; }
}

@media (max-width: 600px) {
  body:not(.home) #header-in { min-height: 58px; }
  body:not(.home) #header .logo-header,
  body:not(.home) #header .site-name-text,
  body:not(.home) #header .site-name-text img {
    height: 46px;
    max-height: 46px;
    line-height: 46px;
  }

  body.archive #content,
  body.search #content,
  body.error404 #content,
  body.page:not(.home) #content {
    margin-top: 16px;
    margin-bottom: 52px;
    padding-inline: 12px;
  }

  body.archive #main,
  body.search #main,
  body.error404 #main,
  body.page:not(.home) #main {
    padding: 24px 17px;
    border-radius: 16px;
  }

  body.archive .entry-card,
  body.search .entry-card {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  body.archive .entry-card-thumb,
  body.search .entry-card-thumb { min-height: 116px; }

  body.archive .entry-card-content,
  body.search .entry-card-content { padding: 14px 14px 12px; }

  body.archive .entry-card-title,
  body.search .entry-card-title {
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body.archive .entry-card-snippet,
  body.search .entry-card-snippet { display: none; }


  /* Removing the fixed bar gives content and affiliate CTAs a stable safe area. */
  .mobile-footer-menu-buttons,
  #footer-mobile-buttons { display: none; }
}



/* Quiet Editorial: consistent article-card media and NO IMAGE fallback. */
.new-entry-card-thumb,
.popular-entry-card-thumb {
  position: relative;
  overflow: hidden;
  background-color: #eeeaf1;
}

.entry-card-thumb img,
.related-entry-card-thumb img,
.new-entry-card-thumb img,
.popular-entry-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry-card-thumb,
.related-entry-card-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
  align-self: flex-start;
  background-color: #eeeaf1;
}


.qe-no-image {
  display: grid;
  place-items: center;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(113, 91, 143, .13), rgba(247, 244, 238, .94)),
    #eeeaf1;
}

.qe-no-image > img,
.qe-no-image > picture {
  visibility: hidden;
}

.qe-no-image::after {
  content: "NO IMAGE";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #715b8f;
  font-size: clamp(.68rem, 1.4vw, .82rem);
  font-weight: 800;
  letter-spacing: .16em;
}

@media screen and (max-width: 640px) {
  .entry-card-thumb,
  .related-entry-card-thumb {
    width: 100%;
    max-width: none;
  }
}

/* === Quiet Editorial article layer === */
/* Quiet Editorial article layer — production migration candidate, 2026-08-28 */
body.single-post{background:var(--qe-paper);color:var(--qe-ink)}
body.single-post .content-in{width:min(1180px,calc(100% - 40px));max-width:1180px;margin:34px auto 80px;align-items:flex-start}
body.single-post #main{width:800px;max-width:800px;padding:46px 52px 60px;border:1px solid var(--qe-line);border-radius:0;background:var(--qe-white);box-shadow:0 18px 50px rgba(23,27,41,.055)}
body.single-post #sidebar{width:330px}
body.single-post .article-header{margin-bottom:28px}
body.single-post .entry-title{margin:0 0 22px;color:var(--qe-navy);font-family:Georgia,"Yu Mincho",serif;font-size:clamp(34px,3.4vw,46px);font-weight:500;line-height:1.45;letter-spacing:.01em}
body.single-post .article-header .date-tags{margin:14px 0 0;color:var(--qe-muted);font-size:12px;letter-spacing:.06em}
body.single-post .article-header .eye-catch-wrap{margin:24px 0 0}
body.single-post .article-header .eye-catch{border-radius:2px;overflow:hidden}
body.single-post .article-header .eye-catch img{display:block;width:100%;max-height:410px;object-fit:cover}
body.single-post .addtoany_content_top,body.single-post .ad-content-top{display:none}
body.single-post .entry-content{max-width:720px;margin:0 auto;color:var(--qe-ink);font-size:18px;line-height:1.82;overflow-wrap:anywhere}
body.single-post .entry-content p{margin:0 0 1.35em;color:inherit}
body.single-post .entry-content li{margin:.38em 0;color:inherit}
body.single-post .entry-content h2,body.single-post .entry-content .fujisoba-h2{margin:3.3em 0 1.15em;padding:18px 22px;border:0!important;border-radius:2px;background:var(--qe-navy)!important;color:#fff!important;font-family:Georgia,"Yu Mincho",serif;font-size:30px;font-weight:600;line-height:1.5;box-shadow:none!important}
body.single-post .entry-content h2 *,body.single-post .entry-content .fujisoba-h2 *{color:#fff}
body.single-post .entry-content h3,body.single-post .entry-content .fujisoba-h3{margin:2.35em 0 1em;padding:8px 4px 8px 16px;border:0!important;border-left:4px solid var(--qe-purple)!important;border-radius:0;background:transparent!important;color:var(--qe-navy);font-family:Georgia,"Yu Mincho",serif;font-size:23px;font-weight:700;line-height:1.55;box-shadow:none!important}
body.single-post .entry-content h3 *{color:var(--qe-navy)}
/* Studio emits a later style block for these headings. Repeating its exact
   scope keeps the Quiet Editorial hierarchy without touching cards or CTA. */
body.single-post .entry-content .fujisoba-article h2.fujisoba-h2{font-size:30px!important;line-height:1.5!important;padding:18px 22px!important;background:var(--qe-navy)!important;color:#fff!important}
body.single-post .entry-content .fujisoba-article h3.fujisoba-h3{font-size:23px!important;line-height:1.55!important;padding:8px 4px 8px 16px!important;background:transparent!important;color:var(--qe-navy)!important}
body.single-post .toc{max-width:650px;margin:30px auto 42px;padding:0;border:1px solid var(--qe-line);border-radius:2px;background:#fbf8f2;box-shadow:none}
body.single-post .toc-title{display:block;padding:15px 20px;color:var(--qe-navy);font-family:Georgia,"Yu Mincho",serif;font-size:17px;font-weight:700;text-align:left;border-bottom:1px solid var(--qe-line)}
body.single-post .toc-content{padding:10px 22px 18px}
body.single-post .toc-list li{margin:.42em 0;color:#474952;font-size:14px;line-height:1.65}
body.single-post .entry-content ul,body.single-post .entry-content ol{margin:1.4em 0 1.8em;padding:20px 24px 20px 46px;border:1px solid #e5e0d8;background:#fbf8f2}
body.single-post .entry-content blockquote,body.single-post .fujisoba-info-box{margin:28px 0;padding:22px 24px;border:0!important;border-left:4px solid var(--qe-purple)!important;border-radius:0!important;background:var(--qe-purple-soft)!important;color:#35343a;box-shadow:none!important}
body.single-post .fujisoba-marker-yellow{padding:0 .14em;background:linear-gradient(transparent 58%,#f1d985 58% 90%,transparent 90%)!important}
body.single-post .fujisoba-marker-pink{padding:0 .14em;background:linear-gradient(transparent 58%,#e9b6ca 58% 90%,transparent 90%)!important}
body.single-post .article-illustration{margin:38px auto;text-align:center}
body.single-post .article-illustration img{width:auto;max-width:min(100%,620px);height:auto;border-radius:3px}
body.single-post .fujisoba-speech{margin:34px 0;display:grid!important;grid-template-columns:92px 1fr;gap:18px;align-items:center}
body.single-post .fujisoba-speech__person img{max-width:88px;height:auto}
body.single-post .fujisoba-speech__person span{font-size:11px;color:var(--qe-muted)}
body.single-post .fujisoba-speech__bubble{position:relative;padding:18px 21px;border:1px solid #d8cfdf;border-radius:16px;background:#faf7fc;color:var(--qe-ink)}
body.single-post .fujisoba-table-wrap{max-width:100%;margin:30px 0;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--qe-line)}
body.single-post .entry-content table{display:block;width:100%;max-width:100%;min-width:0;margin:0;overflow-x:auto;-webkit-overflow-scrolling:touch;border-collapse:collapse;font-size:15px;line-height:1.65}
body.single-post .fujisoba-table-wrap table{min-width:620px}
body.single-post .entry-content th{padding:13px 15px;background:var(--qe-navy)!important;color:#fff;border:1px solid #343847}
body.single-post .entry-content td{padding:13px 15px;background:#fffdf9;border:1px solid var(--qe-line);vertical-align:top}
body.single-post .entry-content>table,body.single-post .entry-content>p>table,body.single-post .fujisoba-article>table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
body.single-post [data-fujisoba-affiliate-card="true"]{max-width:680px!important;margin:34px auto!important;border:1px solid var(--qe-line);border-radius:4px!important;background:#fff!important;box-shadow:0 12px 32px rgba(23,27,41,.07)!important}
body.single-post [data-fujisoba-affiliate-card="true"]>div{gap:20px!important;padding:22px!important}
body.single-post [data-fujisoba-affiliate-card="true"] a:not(:has(img)){display:inline-flex!important;align-items:center;justify-content:center;min-height:44px;padding:10px 18px!important;border-radius:999px!important;background:var(--qe-navy)!important;color:#fff;font-size:14px;font-weight:700;text-decoration:none!important}
body.single-post [data-fujisoba-product-introduction="true"]{margin:24px 0 12px;padding:0 0 0 18px;border-left:3px solid var(--qe-purple);color:#4f5058}
body.single-post .fujisoba-a8-cta{margin:38px 0 18px;padding:25px 27px;border:1px solid #d8cfdf;border-radius:3px;background:var(--qe-purple-soft)!important;color:var(--qe-ink)}
body.single-post .fujisoba-a8-cta-button-wrap{margin:18px 0 28px;text-align:center}
body.single-post .fujisoba-a8-cta-button{display:inline-flex!important;align-items:center;justify-content:center;min-height:52px;padding:14px 26px!important;border:0!important;border-radius:999px!important;background:var(--qe-navy)!important;color:#fff;font-size:16px!important;font-weight:700;line-height:1.45;text-decoration:none!important;box-shadow:0 8px 22px rgba(23,27,41,.16)!important}
body.single-post .fujisoba-a8-cta-button:hover{background:var(--qe-purple)!important;transform:translateY(-1px)}
body.single-post .fujisoba-a8-ad{max-width:100%;margin:28px auto 42px;padding:18px;text-align:center;border:1px solid var(--qe-line);background:#fff}
body.single-post .fujisoba-a8-ad::before{content:"広告";display:block;margin-bottom:10px;color:var(--qe-muted);font-size:10px;letter-spacing:.14em}
body.single-post .fujisoba-a8-ad img{max-width:100%;height:auto}
body.single-post .related-entries{margin-top:56px;padding-top:34px;border-top:1px solid var(--qe-line)}
body.single-post .related-entry-heading{color:var(--qe-navy);font-family:Georgia,"Yu Mincho",serif;font-size:25px}
body.single-post .related-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}
body.single-post .related-list .related-entry-card-wrap:nth-child(n+5){display:none}
body.single-post .related-entry-card-wrap{margin:0;padding:14px;border:1px solid var(--qe-line);background:#fffdf9;transition:.2s}
body.single-post .related-entry-card-wrap:hover{border-color:var(--qe-purple);transform:translateY(-2px)}
body.single-post .related-entry-card-title{color:var(--qe-ink);font-size:14px;line-height:1.55}
body.single-post .article-footer .sns-share,body.single-post .article-footer .sns-follow{margin-top:34px;padding-top:25px;border-top:1px solid var(--qe-line)}
body.single-post .sidebar .widget-title,body.single-post .sidebar .sidebar-title,body.single-post .sidebar h2,body.single-post .sidebar h3{padding:10px 0;border:0;border-bottom:2px solid var(--qe-purple);border-radius:0;background:transparent;color:var(--qe-navy);font-family:Georgia,"Yu Mincho",serif;font-size:18px}
@media(max-width:1023px){body.single-post .content-in{width:100%;margin:0}body.single-post #sidebar{display:none}body.single-post #main{width:100%;max-width:none;padding:34px 24px 54px;border:0;box-shadow:none}body.single-post .entry-content{max-width:760px}}
@media(max-width:480px){body.single-post #main{padding:26px 18px 48px}body.single-post .entry-title{margin-bottom:16px;font-size:30px;line-height:1.42}body.single-post .article-header .eye-catch-wrap{margin-top:18px}body.single-post .article-header .eye-catch img{max-height:270px}body.single-post .entry-content{font-size:16px;line-height:1.8}body.single-post .entry-content h2,body.single-post .entry-content .fujisoba-h2{margin:2.8em -2px 1em;padding:15px 17px;font-size:24px;line-height:1.5}body.single-post .entry-content h3,body.single-post .entry-content .fujisoba-h3{margin-top:2.1em;padding-left:13px;font-size:20px}body.single-post .toc{margin:24px 0 34px}body.single-post .toc-content{padding:8px 14px 14px}body.single-post .entry-content ul,body.single-post .entry-content ol{padding:17px 17px 17px 36px}body.single-post .fujisoba-speech{grid-template-columns:66px 1fr;gap:12px}body.single-post .fujisoba-speech__person img{max-width:64px}body.single-post .fujisoba-speech__bubble{padding:15px 16px}body.single-post .fujisoba-table-wrap{margin-right:-18px;margin-left:-18px;padding-left:18px;border-right:0;border-left:0}body.single-post .fujisoba-table-wrap table{min-width:620px;font-size:14px}body.single-post [data-fujisoba-affiliate-card="true"]>div{display:grid!important;grid-template-columns:1fr!important;padding:18px!important}body.single-post [data-fujisoba-affiliate-card="true"] img{max-width:180px!important;margin:auto!important}body.single-post [data-fujisoba-affiliate-card="true"] a:not(:has(img)){width:100%!important}body.single-post .fujisoba-a8-cta{padding:20px 19px}body.single-post .fujisoba-a8-cta-button{width:100%;padding:13px 18px!important;font-size:15px!important}body.single-post .fujisoba-a8-ad{padding:13px 4px}body.single-post .related-list{grid-template-columns:1fr}body.single-post .mobile-footer-menu-buttons{display:none}}
@media(max-width:480px){body.single-post .entry-content .fujisoba-article h2.fujisoba-h2{font-size:24px!important;line-height:1.5!important;padding:15px 17px!important}body.single-post .entry-content .fujisoba-article h3.fujisoba-h3{font-size:20px!important;line-height:1.55!important;padding:8px 4px 8px 13px!important}}

/* Quiet Editorial hub and series layer — production migration candidate, 2026-08-28 */

.qe-hub-intro {
  margin: 0 0 42px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid #d9d0e4;
  border-radius: 18px;
  background: linear-gradient(135deg, #f5f0f8 0%, #fffdf9 72%);
}

.qe-hub-eyebrow {
  margin: 0 0 10px;
  color: var(--qe-purple);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.qe-hub-lead {
  max-width: 720px;
  margin: 0;
  color: var(--qe-ink-soft);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.85;
}

.qe-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 48px;
}

.qe-hub-card {
  padding: 26px;
  border: 1px solid var(--qe-line);
  border-radius: 16px;
  background: #fff;
}

.qe-hub-card h2,
.qe-hub-section h2 {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--qe-ink);
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.45;
}

.qe-hub-card p { margin: 0 0 18px; }

.qe-hub-link,
.qe-hub-link:visited {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 17px;
  border-radius: 999px;
  background: var(--qe-ink);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.qe-hub-link:hover { background: var(--qe-purple); }

.qe-hub-section {
  margin: 0 0 48px;
  padding-top: 10px;
}

.qe-hub-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qe-hub-list li {
  margin: 0;
  padding: 16px 18px;
  border-left: 3px solid var(--qe-purple);
  border-radius: 8px;
  background: #f5f1f8;
}

@media (max-width: 600px) {
  .qe-hub-grid { grid-template-columns: 1fr; }
  .qe-hub-card { padding: 21px; }
}

.qe-series-page {
  --qe-ink: #171b29;
  --qe-paper: #fffdf9;
  --qe-accent: #715b8f;
  --qe-line: #dcd7ce;
  color: var(--qe-ink);
}

.qe-series-intro {
  margin: 0 0 2.25rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--qe-line);
  border-radius: 22px;
  background: linear-gradient(145deg, #fffdf9, #f1edf5);
}

.qe-series-eyebrow {
  margin: 0 0 .65rem;
  color: var(--qe-accent);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.qe-series-lead {
  margin: 0;
  font-size: clamp(1rem, 1.7vw, 1.14rem);
  line-height: 1.9;
}

.qe-series-count {
  margin: 1rem 0 0;
  color: #676173;
  font-size: .9rem;
}

.qe-series-group {
  margin: 0 0 1rem;
  border: 1px solid var(--qe-line);
  border-radius: 16px;
  background: var(--qe-paper);
  overflow: clip;
}

.qe-series-group summary {
  padding: 1rem 1.15rem;
  cursor: pointer;
  color: var(--qe-ink);
  font-weight: 750;
}

.qe-series-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qe-series-group .qe-series-items {
  padding: 0 1rem 1rem;
}

.qe-series-items li {
  margin: 0;
}

.qe-series-items a {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: .75rem;
  padding: 1.05rem 1.1rem;
  border: 1px solid var(--qe-line);
  border-radius: 14px;
  background: var(--qe-paper);
  color: var(--qe-ink);
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}

.qe-series-items a:hover {
  border-color: var(--qe-accent);
  transform: translateY(-2px);
}

.qe-series-item-title {
  font-weight: 700;
  line-height: 1.65;
}

.qe-series-items time {
  color: #77717f;
  font-size: .82rem;
}

.qe-series-footer-nav,
.qe-series-article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}

.qe-series-footer-nav a,
.qe-series-article-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .7rem 1rem;
  border: 1px solid var(--qe-accent);
  border-radius: 999px;
  color: var(--qe-accent);
  font-weight: 700;
  text-decoration: none;
}

.qe-series-article-nav {
  margin: 3rem 0 1.5rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #dcd7ce;
  border-radius: 20px;
  background: #fffdf9;
}

.qe-series-article-label {
  margin: 0 0 1rem;
  color: #715b8f;
  font-weight: 800;
}

.qe-series-prev-next {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.qe-series-prev-next > a {
  display: block;
  min-width: 0;
  padding: 1rem;
  border-radius: 14px;
  background: #f3eff5;
  color: #171b29;
  line-height: 1.6;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.qe-series-prev-next > a span {
  display: block;
  margin-bottom: .35rem;
  color: #715b8f;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.qe-series-empty {
  display: block;
  min-width: 0;
  padding: 1rem;
  border-radius: 14px;
  background: #f3eff5;
  color: #77717f;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 640px) {
  .qe-series-items,
  .qe-series-prev-next {
    grid-template-columns: 1fr;
  }

  .qe-series-footer-nav,
  .qe-series-article-actions {
    flex-direction: column;
  }

  .qe-series-footer-nav a,
  .qe-series-article-actions a {
    width: 100%;
  }
}



/* Quiet Editorial home layer — production migration candidate, 2026-08-28.
   Featured images are supplied by page markup or WordPress media; no environment URL is embedded here. */
body.home{background:#f7f4ee;color:#20232b}.qe-home{--qe-ink:#20232b;--qe-navy:#171b29;--qe-paper:#f7f4ee;--qe-white:#fffdf9;--qe-purple:#715b8f;--qe-line:#dcd7ce;--qe-muted:#696b73;width:100%;max-width:100%;margin:0;color:var(--qe-ink);font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;line-height:1.8}.qe-home *{box-sizing:border-box}.qe-home a{color:inherit;text-decoration:none}.qe-home h1,.qe-home h2,.qe-home h3{letter-spacing:.01em}.qe-eyebrow{margin:0 0 16px;color:var(--qe-purple);font:700 11px/1.4 Arial,sans-serif;letter-spacing:.2em}.qe-hero{min-height:610px;padding:100px max(28px,calc((100% - 1160px)/2));display:grid;grid-template-columns:1.25fr .75fr;gap:96px;align-items:center;background:linear-gradient(115deg,var(--qe-paper) 0 63%,#e8e1ed 63%)}.qe-hero h1{margin:0;font-family:Georgia,"Yu Mincho",serif;font-size:clamp(52px,6vw,82px);font-weight:500;line-height:1.2}.qe-hero h1 em{color:var(--qe-purple);font-style:normal}.qe-lead{max-width:610px;margin:30px 0;color:#4d5058;font-size:17px}.qe-actions{display:flex;gap:24px;align-items:center}.qe-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border-radius:999px;font-weight:700;font-size:14px}.qe-primary{background:var(--qe-navy);color:#fff}.qe-light{margin-top:16px;background:#fff;color:var(--qe-navy)}.qe-text-link{display:inline-flex;padding:10px 0;border-bottom:1px solid;font-size:14px;font-weight:700}.qe-note{align-self:end;margin-bottom:24px;padding:28px;background:#fffdf9d1;border:1px solid #715b8f3d;box-shadow:22px 22px 0 #715b8f1a}.qe-note span{font:700 10px Arial;letter-spacing:.18em;color:var(--qe-purple)}.qe-note p{font-family:Georgia,"Yu Mincho",serif;font-size:19px}.qe-note b{display:block;text-align:right;font:italic 18px Georgia;color:var(--qe-purple)}.qe-section{max-width:1160px;margin:0 auto;padding:104px 28px}.qe-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}.qe-section-head h2,.qe-guide h2{margin:0;font-family:Georgia,"Yu Mincho",serif;font-size:38px;line-height:1.4;font-weight:500}.qe-section-head>p{max-width:380px;margin:0;color:var(--qe-muted);font-size:14px}.qe-section-head>a{font-size:13px;font-weight:700;border-bottom:1px solid}.qe-featured-grid{display:grid;grid-template-columns:1.45fr 1fr;grid-template-rows:1fr 1fr;gap:20px}.qe-feature{display:grid;grid-template-columns:42% 58%;min-height:238px;background:var(--qe-white);border:1px solid var(--qe-line)}.qe-feature-main{grid-row:1/3;display:flex;flex-direction:column}.qe-feature-main .qe-feature-image{min-height:340px}.qe-feature-image{position:relative;overflow:hidden;background-color:#eeeaf1;background-size:cover;background-position:center}.qe-card-body{padding:25px}.qe-card-body span,.qe-latest-card span{color:var(--qe-purple);font-size:11px;font-weight:700}.qe-card-body h3{margin:10px 0;font-family:Georgia,"Yu Mincho",serif;font-size:21px;line-height:1.55}.qe-feature-main h3{font-size:28px}.qe-card-body p{color:var(--qe-muted);font-size:14px}.qe-card-body b,.qe-card-link{font-size:13px;font-weight:700}.qe-latest{border-top:1px solid var(--qe-line)}.qe-latest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 20px}.qe-latest-card{background:var(--qe-white)}.qe-thumb{position:relative;overflow:hidden;aspect-ratio:16/10;background-color:#eeeaf1;background-position:center;background-size:cover}.qe-thumb-6{background-image:linear-gradient(135deg,#d9cfe3,#f4eee7)}.qe-latest-card>div:last-child{padding:18px 20px 20px}.qe-latest-card h3{min-height:3.2em;margin:8px 0 14px;font-family:Georgia,"Yu Mincho",serif;font-size:18px;line-height:1.6}.qe-latest-card small{color:#929297}.qe-topic-list{border-top:1px solid var(--qe-line)}.qe-topic-item{display:grid;grid-template-columns:70px 1fr 30px;align-items:center;gap:20px;padding:28px 20px;border-bottom:1px solid var(--qe-line)}.qe-topic-item>span{color:var(--qe-purple);font:700 12px Arial}.qe-topic-list h3{margin:0 0 4px;font-family:Georgia,"Yu Mincho",serif;font-size:23px}.qe-topic-list p{margin:0;color:var(--qe-muted);font-size:14px}.qe-guide{padding:96px max(28px,calc((100% - 1160px)/2));display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;background:var(--qe-navy);color:#fff}.qe-guide .qe-eyebrow{color:#c7b6dc}.qe-guide>div>p:not(.qe-eyebrow){color:#c4c6cc}.qe-guide-list{border-top:1px solid #ffffff40}.qe-guide-item{display:grid;grid-template-columns:44px 1fr 24px;align-items:center;gap:18px;padding:25px 6px;border-bottom:1px solid #ffffff40}.qe-guide-item>span{color:#a995c1;font:700 12px Arial}.qe-guide-list small{color:#a9abb3}.qe-guide-list h3{margin:3px 0;font-family:Georgia,"Yu Mincho",serif;font-size:19px;font-weight:500}.qe-series{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.qe-series article{min-height:240px;padding:30px;display:flex;flex-direction:column;justify-content:end;background:var(--qe-white);border-top:4px solid var(--qe-purple)}.qe-series span{color:var(--qe-purple);font:700 11px Arial}.qe-series h3{margin:12px 0 4px;font-family:Georgia,"Yu Mincho",serif;font-size:25px}.qe-series p{margin:0;color:var(--qe-muted);font-size:13px}.qe-about{max-width:1000px;margin:30px auto 120px;padding:60px;display:grid;grid-template-columns:220px 1fr;gap:60px;align-items:center;background:#e9e3ee}.qe-about img{width:220px;height:220px;object-fit:contain;border-radius:50%;background:var(--qe-white)}.qe-about h2{margin:0;font-family:Georgia,"Yu Mincho",serif;font-size:32px;font-weight:500;line-height:1.4}.qe-about div>p:not(.qe-eyebrow){color:#555762}
body.home .article-header,body.home .sns-share,body.home .sns-follow,body.home .post-navi,body.home .date-tags,body.home .breadcrumb{display:none}body.home #main,body.home .main{width:100%;max-width:none;padding:0;border:0;background:transparent}body.home .entry-content{margin:0}body.home .content-in{width:100%;max-width:none}body.home .content{margin:0}body.home #sidebar{display:none}
@media(max-width:800px){.qe-hero{min-height:auto;padding:68px 22px 62px;grid-template-columns:1fr;gap:46px;background:linear-gradient(165deg,var(--qe-paper) 0 78%,#e8e1ed 78%)}.qe-hero h1{font-size:47px}.qe-lead{font-size:15px}.qe-actions{align-items:flex-start;flex-direction:column;gap:12px}.qe-note{margin-left:28px}.qe-section{padding:72px 18px}.qe-section-head{align-items:flex-start;flex-direction:column;margin-bottom:26px}.qe-section-head h2,.qe-guide h2{font-size:30px}.qe-featured-grid{grid-template-columns:1fr;grid-template-rows:auto}.qe-feature-main{grid-row:auto}.qe-feature-main .qe-feature-image{min-height:250px}.qe-feature{grid-template-columns:1fr}.qe-feature:not(.qe-feature-main){grid-template-columns:38% 62%}.qe-feature:not(.qe-feature-main) .qe-card-body{padding:18px}.qe-feature-main h3{font-size:23px}.qe-latest-grid{grid-template-columns:1fr 1fr;gap:18px 10px}.qe-latest-card>div:last-child{padding:12px}.qe-latest-card h3{min-height:auto;font-size:15px}.qe-topic-item{grid-template-columns:38px 1fr 20px;padding:22px 8px}.qe-topic-list h3{font-size:20px}.qe-topic-list p{font-size:12px}.qe-guide{padding:72px 22px;grid-template-columns:1fr;gap:48px}.qe-series{grid-template-columns:1fr}.qe-series article{min-height:190px}.qe-about{margin:10px 18px 80px;padding:34px 24px;grid-template-columns:1fr;gap:25px}.qe-about img{width:140px;height:140px}.qe-about h2{font-size:25px}}
@media(max-width:430px){.qe-hero h1{font-size:42px}.qe-feature:not(.qe-feature-main){grid-template-columns:1fr}.qe-feature:not(.qe-feature-main) .qe-feature-image{min-height:180px}.qe-latest-grid{grid-template-columns:1fr}.qe-latest-card{display:grid;grid-template-columns:38% 62%}.qe-thumb{aspect-ratio:auto;min-height:150px}.qe-latest-card h3{font-size:15px}}
