:root {
  --ink: #515151;
  --muted: #77736f;
  --charcoal: #333333;
  --taupe: #9d8e87;
  --taupe-dark: #7f706a;
  --ivory: #f5f3ef;
  --soft: #e7e3db;
  --paper: #ffffff;
  --line: #ddd8d1;
  --shadow: 0 3px 12px rgba(40, 36, 33, 0.11);
  --shell: 1184px;
}

/* THE AQUA LAB article decoration reference. */
.article-body.wp-content {
  color: #4e565a;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.015em;
}

.article-body.wp-content > p {
  margin: 0 0 30px;
}

.article-body.wp-content > .article-lead-title {
  margin: 0 0 32px;
  color: #24343b;
  font-family: Georgia, "Yu Mincho", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.035em;
}

.article-body.wp-content h2 {
  margin: 60px 0 32px;
  padding: 18px 22px;
  border-left: 5px solid #5f9fb5;
  color: #24343b;
  background: #f3f5f5;
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

.article-body.wp-content h3 {
  margin: 50px 0 25px;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 2px solid #171717;
  color: #24343b;
  background: transparent;
  font-size: 19px;
  line-height: 1.65;
}

.article-body.wp-content h4 {
  margin: 40px 0 20px;
  padding: 0;
  border: 0;
  color: #24343b;
  font-size: 16px;
}

.article-body.wp-content > ul,
.article-body.wp-content > ol {
  margin: 25px 0;
  padding: 25px 25px 25px 48px;
  background: #f7f7f7;
  font-size: 14px;
}

.article-body.wp-content a {
  color: #5f9fb5;
  text-decoration-color: currentColor;
}

.article-body.wp-content .author-greeting {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 32px 15px;
}

.article-body.wp-content .author-greeting img {
  flex: 0 0 auto;
  width: 82px;
  height: 82px;
  margin: 0;
  border: 3px solid #e0e0e0;
  border-radius: 50%;
  object-fit: cover;
}

.article-body.wp-content .author-greeting p {
  position: relative;
  margin: 0;
  padding: 15px 25px;
  border-radius: 6px;
  background: #f5f5f5;
  font-size: 14px;
  line-height: 1.8;
}

.article-body.wp-content .author-greeting p::before {
  position: absolute;
  top: 28px;
  left: -12px;
  border: 7px solid transparent;
  border-right-color: #f5f5f5;
  border-left: 0;
  content: "";
}

.article-body.wp-content details.aqua-qa {
  margin: 0 0 15px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
}

.article-body.wp-content details.aqua-qa summary {
  position: relative;
  padding-right: 34px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.8;
  list-style: none;
}

.article-body.wp-content details.aqua-qa summary::-webkit-details-marker {
  display: none;
}

.article-body.wp-content details.aqua-qa summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  color: #5f9fb5;
  content: "+";
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

.article-body.wp-content details.aqua-qa[open] summary::after {
  content: "−";
}

.article-body.wp-content .aqua-qa__answer {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #ccc;
}

.article-body.wp-content .aqua-qa__answer > p {
  margin: 0;
}

.article-body.wp-content > .article-toc {
  box-sizing: border-box;
}

.article-body.wp-content .micro-balloon {
  position: relative;
  display: table;
  margin: 34px 0 0.9em;
  padding: 3px 12px;
  border: 1px solid #d8e2e5;
  border-radius: 4px;
  color: #4e565a;
  background: #fff;
  background-clip: padding-box;
  font-size: 0.8em;
  line-height: 1.7;
}

.article-body.wp-content .micro-balloon::after,
.article-body.wp-content .micro-balloon::before {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  content: "";
  pointer-events: none;
}

.article-body.wp-content .micro-balloon::after {
  margin-left: -7px;
  border-width: 7px;
  border-top-color: #fff;
}

.article-body.wp-content .micro-balloon::before {
  margin-left: -8px;
  border-width: 8px;
  border-top-color: #d8e2e5;
}

.article-body.wp-content .box-point,
.article-body.wp-content .box-caution,
.article-body.wp-content .box-memo {
  margin: 30px 0 38px;
  padding: 15px;
  border: 0;
  border-radius: 0;
}

.article-body.wp-content .box-memo {
  color: #556169;
  background: #d5e1e9;
}

.article-body.wp-content .box-point {
  color: #676d5d;
  background: #e6eddc;
}

.article-body.wp-content .box-caution {
  color: #6f6e60;
  background: #efeddf;
}

.article-body.wp-content .box-point a[rel~="nofollow"],
.article-body.wp-content .box-caution a[rel~="nofollow"],
.article-body.wp-content .box-memo a[rel~="nofollow"] {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  color: #5f9fb5;
  background: transparent;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
  transform: none;
}

.article-body.wp-content .box-point a[rel~="nofollow"]:hover,
.article-body.wp-content .box-caution a[rel~="nofollow"]:hover,
.article-body.wp-content .box-memo a[rel~="nofollow"]:hover {
  color: #5f9fb5;
  background: transparent;
  transform: none;
}

.article-body.wp-content .marker-yellow {
  padding: 0;
  background: linear-gradient(transparent 60%, #ff9 60%);
}

.article-body.wp-content blockquote {
  position: relative;
  margin: 34px 0;
  padding: 1.4em 1.8em;
  border: 0;
  border-top: 1px solid #aac2d2;
  border-bottom: 1px solid #aac2d2;
  color: #556169;
  background: #f6f6f6;
  font-size: 13px;
}

.article-body.wp-content blockquote::before,
.article-body.wp-content blockquote::after {
  position: absolute;
  color: #aac2d2;
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1;
}

.article-body.wp-content blockquote::before {
  top: -9px;
  left: 13px;
  content: "“";
}

.article-body.wp-content blockquote::after {
  right: 13px;
  bottom: -3px;
  content: "”";
}

.article-body.wp-content .scrollable-table {
  margin: 30px 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.article-body.wp-content table {
  border-collapse: collapse;
  font-size: 13px;
}

.article-body.wp-content table th,
.article-body.wp-content table td {
  padding: 10px 12px;
  border: 1px solid #d8e2e5;
}

.article-body.wp-content thead th,
.article-body.wp-content thead td,
.article-body.wp-content table > tbody > tr:first-child > th {
  color: #fff;
  background: #102b35;
}

.article-body.wp-content tbody tr:nth-child(even) td {
  background: #f7f8f8;
}

@media (max-width: 620px) {
  .article-body.wp-content {
    font-size: 14px;
    line-height: 2.15;
  }

  .article-body.wp-content h2 {
    margin-top: 58px;
    padding: 15px 16px;
    font-size: 20px;
  }

  .article-body.wp-content > .article-lead-title {
    margin-bottom: 25px;
    font-size: 17px;
  }

  .article-body.wp-content h3 {
    margin-top: 46px;
    padding: 0 0 10px;
    font-size: 17px;
  }

  .article-body.wp-content .author-greeting {
    gap: 15px;
    margin-inline: 0;
  }

  .article-body.wp-content .author-greeting img {
    width: 64px;
    height: 64px;
  }

  .article-body.wp-content .author-greeting p {
    padding: 12px 16px;
    font-size: 11px;
  }

  .article-body.wp-content .author-greeting p::before {
    top: 22px;
  }

  .article-body.wp-content .box-point,
  .article-body.wp-content .box-caution,
  .article-body.wp-content .box-memo {
    padding: 15px;
  }

  .article-body.wp-content blockquote {
    padding: 1.4em 1.35em;
  }
}

/* WordPress content compatibility */
body.admin-bar .site-header {
  top: auto;
}

img,
.wp-caption {
  max-width: 100%;
}

.wp-content img,
.article-eyecatch img,
.post-thumb img,
.pickup-image img {
  height: auto;
  object-fit: contain;
  object-position: center;
}

.wp-content .aligncenter,
.wp-content div.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-content .alignleft {
  float: left;
  margin: 0.4em 1.5em 1em 0;
}

.wp-content .alignright {
  float: right;
  margin: 0.4em 0 1em 1.5em;
}

.wp-content .wp-caption-text,
.wp-content figcaption {
  margin-top: 8px;
  color: #766f69;
  font-size: 11px;
  line-height: 1.7;
  text-align: center;
}

.wp-content::after {
  display: table;
  clear: both;
  content: "";
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 45px;
}

.nav-links .page-numbers {
  display: grid;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #d9d2cb;
  place-items: center;
  color: #514b46;
  background: #fff;
}

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
  border-color: #aa8064;
  color: #fff;
  background: #aa8064;
}

.wpcf7-form label {
  display: block;
  margin-bottom: 20px;
  color: #514b46;
  font-weight: 600;
}

.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  margin-top: 8px;
  padding: 13px 14px;
  border: 1px solid #d6d0ca;
  border-radius: 0;
  color: #39342f;
  background: #fff;
  font: inherit;
}

.wpcf7-form input[type="submit"] {
  min-width: 180px;
  padding: 13px 28px;
  border: 1px solid #a98066;
  color: #fff;
  background: #a98066;
  cursor: pointer;
  font: inherit;
}

.wpcf7-response-output {
  margin-inline: 0 !important;
  padding: 14px 16px !important;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto !important;
  color: #21759b;
  background: #f1f1f1;
  font-size: 14px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: auto;
  }

  .wp-content .alignleft,
  .wp-content .alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--taupe-dark);
  outline-offset: 4px;
}

.site-shell {
  width: min(var(--shell), calc(100% - 48px));
  margin-inline: auto;
}

.top-ribbon {
  height: 23px;
  color: #fff;
  background: #aa9b94;
  font-size: 10px;
}

.ribbon-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ribbon-inner p {
  margin: 0;
  font-weight: 600;
}

.mini-links {
  display: flex;
  gap: 12px;
  align-items: center;
  letter-spacing: 0.08em;
}

.mini-links a:hover {
  opacity: 0.65;
}

.site-header {
  position: relative;
  z-index: 20;
  height: 72px;
  color: var(--taupe);
  background: var(--charcoal);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  letter-spacing: 0.08em;
}

.brand img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 3px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(15px, 2vw, 29px);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.desktop-nav a {
  position: relative;
  white-space: nowrap;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -10px;
  left: 50%;
  height: 1px;
  background: var(--taupe);
  transition: left 0.25s ease, right 0.25s ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  right: 0;
  left: 0;
}

.mobile-menu {
  display: none;
}

.hero {
  padding-top: 16px;
}

.hero-visual {
  position: relative;
  height: clamp(430px, 46vw, 590px);
  overflow: hidden;
  background: #d8d6d2;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -20px;
  background: var(--hero-image) center / cover no-repeat;
  filter: blur(11px) saturate(0.75);
  transform: scale(1.05);
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) brightness(0.82);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(45, 43, 42, 0.18), rgba(45, 43, 42, 0.3));
}

.hero-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(86%, 720px);
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.hero-copy p {
  margin: 0 0 8px;
  font-family: "Segoe Print", "Bradley Hand", cursive;
  font-size: clamp(31px, 4vw, 48px);
  font-style: italic;
  letter-spacing: 0.08em;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(16px, 1.8vw, 21px);
  font-weight: 600;
  letter-spacing: 0.16em;
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  left: 50%;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  transform: translateX(-50%);
}

.scroll-cue::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  margin: 3px auto -16px;
  background: #fff;
}

.category-banners {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding-block: 54px 70px;
}

.category-banner {
  position: relative;
  height: 152px;
  overflow: hidden;
  border: 4px solid #fff;
  background: #d8d4cf;
  box-shadow: 0 2px 8px rgba(35, 32, 30, 0.25);
}

.category-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.category-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 50%, rgba(28, 27, 26, 0.62));
}

.category-banner span {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 10px;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.category-banner:hover img {
  transform: scale(1.035);
}

.script-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(34px, 9vw, 120px);
  margin: 0 0 54px;
  color: var(--ink);
  font-family: "Segoe Print", "Bradley Hand", cursive;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.12em;
  text-align: center;
}

.script-title span {
  height: 1px;
  background: var(--taupe);
  opacity: 0.65;
}

.welcome-section {
  padding: 18px 0 104px;
}

.welcome-box {
  padding: 36px 52px;
  border: 3px solid var(--soft);
  background: #fff;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(157, 142, 135, 0.1);
}

.welcome-box p {
  margin: 5px 0;
  font-size: 14px;
}

.welcome-box .english-lead {
  margin-bottom: 14px;
  font-family: Georgia, serif;
  font-size: 13px;
  letter-spacing: 0.18em;
}

.wave-section {
  position: relative;
  background: var(--soft);
}

.wave-section::before {
  content: "";
  position: absolute;
  top: -38px;
  right: 0;
  left: 0;
  height: 68px;
  background: inherit;
  clip-path: polygon(0 58%, 12% 68%, 28% 55%, 46% 63%, 67% 45%, 82% 50%, 100% 36%, 100% 100%, 0 100%);
}

.latest-section {
  padding: 92px 0 100px;
}

.home-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px 18px;
}

.post-card {
  min-width: 0;
}

.post-card > a {
  display: block;
}

.post-thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #d7d2cc;
  box-shadow: var(--shadow);
}

.post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.45s ease;
}

.post-card:hover .post-thumb img {
  transform: scale(1.025);
}

.category-chip {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 12px;
  color: #fff;
  background: rgba(75, 66, 62, 0.88);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.post-card-body {
  padding-top: 14px;
}

.post-card time {
  display: block;
  color: var(--taupe-dark);
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.post-card h3 {
  margin: 6px 0;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.04em;
}

.post-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.outline-button {
  display: block;
  width: min(230px, 100%);
  margin: 54px auto 0;
  padding: 11px 20px;
  border: 1px solid var(--taupe);
  color: var(--taupe-dark);
  background: rgba(255, 255, 255, 0.24);
  font-family: Georgia, serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-align: center;
  transition: color 0.25s ease, background 0.25s ease;
}

.outline-button:hover {
  color: #fff;
  background: var(--taupe);
}

.pickup-section {
  padding: 108px 0 128px;
}

.pickup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.pickup-card {
  position: relative;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.pickup-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ivory);
  box-shadow: var(--shadow);
}

.pickup-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.45s ease;
}

.pickup-card:hover img {
  transform: scale(1.02);
}

.pickup-number {
  width: 52px;
  margin-top: -26px;
  padding: 8px 0;
  position: relative;
  color: #fff;
  background: var(--taupe);
  font-family: Georgia, serif;
  font-size: 17px;
  text-align: center;
}

.pickup-card h3 {
  margin: 18px 0 9px;
  font-family: Georgia, "Yu Mincho", serif;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.pickup-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
}

.topics-section {
  padding: 90px 0 116px;
}

.section-intro {
  max-width: 720px;
  margin: -24px auto 44px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.topic-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 38px;
  border: 1px solid var(--taupe);
  background: #fff;
}

.topic-tabs a {
  display: grid;
  gap: 1px;
  padding: 16px 6px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.topic-tabs a:last-child {
  border-right: 0;
}

.topic-tabs a:hover {
  color: #fff;
  background: var(--taupe);
}

.topic-tabs b {
  font-size: 11px;
}

.topic-tabs small {
  font-family: Georgia, serif;
  font-size: 9px;
  letter-spacing: 0.16em;
}

.topic-posts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.post-card.compact h3 {
  font-size: 12px;
}

.menu-section {
  padding: 108px 0 128px;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 44px;
}

.menu-card {
  display: grid;
  grid-template-columns: 48% 1fr;
  min-height: 248px;
  border: 1px solid var(--line);
  background: var(--ivory);
  box-shadow: var(--shadow);
}

.menu-image {
  min-width: 0;
  background: #d8d4ce;
}

.menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-copy {
  align-self: center;
  padding: 28px;
}

.menu-copy > span {
  color: var(--taupe);
  font-family: Georgia, serif;
  font-size: 28px;
}

.menu-copy > p {
  margin: 0;
  color: var(--taupe-dark);
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: 0.18em;
}

.menu-copy h3 {
  margin: 8px 0 10px;
  font-family: "Yu Mincho", YuMincho, serif;
  font-size: 19px;
}

.menu-copy small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.gallery-section {
  padding: 90px 0 112px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.gallery-item {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d7d3ce;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.gallery-item span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 22px 10px 10px;
  color: #fff;
  background: linear-gradient(transparent, rgba(40, 37, 35, 0.74));
  font-size: 12px;
  text-align: center;
}

.gallery-item:hover img {
  transform: scale(1.02);
}

.service-section {
  padding: 112px 0 132px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-grid article {
  padding: 34px 30px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.service-grid span {
  color: var(--taupe);
  font-family: Georgia, serif;
  font-size: 28px;
}

.service-grid h3 {
  margin: 14px 0;
  font-size: 16px;
}

.service-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.profile-wide {
  padding: 92px 0 120px;
}

.profile-wide-card {
  display: grid;
  grid-template-columns: 52% 1fr;
  min-height: 430px;
  background: #fff;
  box-shadow: var(--shadow);
}

.profile-wide-visual {
  background: #d7d4cf;
}

.profile-wide-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.profile-wide-copy {
  align-self: center;
  padding: 50px;
  text-align: center;
}

.profile-wide-copy > img {
  width: 112px;
  height: 112px;
  margin: 0 auto 8px;
  object-fit: contain;
}

.profile-script {
  margin: 0;
  font-family: "Segoe Print", cursive;
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0.12em;
}

.profile-wide-copy h3 {
  margin: 20px 0 13px;
  font-family: "Yu Mincho", YuMincho, serif;
  font-size: 21px;
}

.profile-wide-copy > p:not(.profile-script) {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 2;
}

.profile-wide-copy .outline-button {
  margin-top: 28px;
}

.breadcrumb {
  color: #777;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  font-size: 10px;
}

.breadcrumb .site-shell {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  overflow: hidden;
  white-space: nowrap;
}

.breadcrumb span[aria-current="page"] {
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 828px) 304px;
  gap: 52px;
  align-items: start;
  padding-bottom: 112px;
}

.content-main {
  min-width: 0;
}

.archive-layout {
  padding-top: 2px;
}

.archive-header > p {
  margin: 0;
  color: var(--taupe);
  font-family: Georgia, serif;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.archive-header h1 {
  margin: 6px 0 50px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  font-family: Georgia, "Yu Mincho", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.archive-header h1 em {
  font-size: 17px;
  font-weight: 400;
}

.archive-lead {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 46px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--ivory);
}

.archive-lead img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #ddd8d2;
}

.archive-lead p {
  margin: 0;
  font-size: 13px;
  line-height: 2;
}

.archive-post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 22px;
}

.pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 54px;
}

.pagination > * {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--taupe);
  font-family: Georgia, serif;
  font-size: 12px;
}

.pagination span {
  color: #fff;
  background: var(--taupe);
}

.sidebar {
  display: grid;
  gap: 34px;
}

.profile-card {
  position: relative;
  padding: 0 24px 28px;
  border: 1px solid var(--line);
  background: #fff;
  text-align: center;
  box-shadow: var(--shadow);
}

.profile-cover {
  height: 140px;
  margin: 0 -24px;
  overflow: hidden;
  background: #ddd8d2;
}

.profile-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-mark {
  width: 96px;
  height: 96px;
  margin: -48px auto 0;
  border: 7px solid #fff;
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 50%;
}

.profile-card .profile-script {
  margin: 8px 0 12px;
  font-size: 19px;
}

.profile-card > p:not(.profile-script) {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.9;
  text-align: left;
}

.text-link {
  display: inline-block;
  margin-top: 18px;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--taupe);
  color: var(--taupe-dark);
  font-size: 10px;
}

.side-section {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.side-section > h2 {
  margin: 0;
  padding: 14px 18px;
  color: #fff;
  background: var(--taupe);
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.14em;
}

.side-category-list {
  margin: 0;
  padding: 8px 18px;
  list-style: none;
}

.side-category-list li + li {
  border-top: 1px solid #eee;
}

.side-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 11px;
}

.side-category-list small {
  color: var(--taupe);
  font-family: Georgia, serif;
  font-size: 9px;
}

.side-post-list {
  padding: 16px;
}

.side-post-list a {
  display: grid;
  grid-template-columns: 24px 74px 1fr;
  gap: 9px;
  align-items: center;
}

.side-post-list a + a {
  margin-top: 14px;
}

.side-post-list > a > span {
  color: var(--taupe);
  font-family: Georgia, serif;
  font-size: 13px;
}

.side-post-list img {
  width: 74px;
  height: 58px;
  object-fit: contain;
  background: #ddd8d2;
}

.side-post-list p {
  margin: 0;
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

.article-layout {
  grid-template-columns: minmax(0, 829px) 305px;
  gap: 50px;
  padding-top: 0;
}

.article-sidebar {
  align-self: stretch;
  width: 305px;
  min-width: 0;
}

.article-side-section {
  margin-bottom: 43px;
}

.article-side-section > h2 {
  margin: 0 0 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--soft);
  color: var(--charcoal);
  font-family: Georgia, "Yu Mincho", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.article-search-widget form {
  display: grid;
  grid-template-columns: 1fr 48px;
  height: 45px;
}

.article-search-widget input {
  min-width: 0;
  padding: 0 13px;
  border: 0;
  background: var(--ivory);
  color: var(--ink);
  outline: none;
}

.article-search-widget button {
  display: grid;
  border: 0;
  color: #fff;
  background: var(--charcoal);
  cursor: pointer;
  font-size: 20px;
  place-items: center;
}

.article-latest-widget > h2 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.article-latest-widget h2 small {
  color: var(--muted);
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.article-latest-list {
  min-height: 245px;
}

.article-latest-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 11px;
  padding: 12px 0;
  border-bottom: 1px solid #ece8e3;
}

.article-latest-item:first-child {
  padding-top: 0;
}

.article-latest-item img {
  width: 82px;
  height: 58px;
  object-fit: contain;
  background: var(--ivory);
}

.article-latest-item p {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 7px;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.article-latest-item p span {
  color: var(--taupe-dark);
  font-weight: 700;
}

.article-latest-item h3 {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.article-category-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-category-widget li {
  border-bottom: 1px solid #ece8e3;
}

.article-category-widget a {
  display: flex;
  justify-content: space-between;
  padding: 12px 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.article-category-widget a:hover,
.article-sidebar-toc a:hover {
  color: var(--taupe-dark);
}

.article-category-widget b {
  color: var(--muted);
  font-size: 9px;
  font-weight: 400;
}

.article-keyword-widget > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.article-keyword-widget a {
  padding: 5px 9px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 9px;
  letter-spacing: 0.05em;
}

.article-keyword-widget a:hover {
  color: #fff;
  border-color: var(--taupe);
  background: var(--taupe);
}

.article-toc-widget {
  position: sticky;
  top: 100px;
  display: flex;
  max-height: calc(100vh - 120px);
  flex-direction: column;
  overflow: hidden;
}

.article-sidebar-toc {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: var(--taupe) transparent;
  scrollbar-width: thin;
}

.article-sidebar-toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-sidebar-toc li + li {
  border-top: 1px solid #ece8e3;
}

.article-sidebar-toc a {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 7px;
  padding: 9px 0;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.article-sidebar-toc a span {
  color: var(--taupe-dark);
  font-family: Georgia, serif;
  font-size: 10px;
  font-weight: 700;
}

.article-sidebar-toc .toc-child a {
  padding-left: 8px;
  color: var(--muted);
}

.article-sidebar-toc .is-active a {
  padding-left: 8px;
  border-left: 3px solid var(--taupe);
  color: var(--charcoal);
  background: var(--ivory);
  font-weight: 700;
}

.article-sidebar-toc .is-active a span {
  color: var(--charcoal);
}

.share-rail {
  position: absolute;
  top: 80px;
  left: -48px;
  z-index: 5;
  display: grid;
  gap: 7px;
  width: 34px;
}

.share-rail a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: var(--taupe);
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
}

.share-rail a:nth-child(2) { background: #222; }
.share-rail a:nth-child(3) { background: #4ea0bc; }
.share-rail a:nth-child(4) { background: #bb5570; }

.article-main article {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.article-header {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 30px;
}

.article-header > time {
  display: grid;
  align-content: center;
  min-height: 80px;
  border-right: 1px solid var(--line);
  font-family: Georgia, serif;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.article-header time span {
  font-size: 13px;
}

.article-header time b {
  margin-top: 4px;
  font-size: 25px;
  font-weight: 400;
}

.article-header h1 {
  margin: 0;
  font-size: clamp(23px, 2.6vw, 30px);
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 8px 0 0;
  color: #888;
  font-size: 10px;
  line-height: 1.4;
}

.article-meta > span:first-child {
  padding: 2px 6px;
  border: 1px solid #999;
}

.meta-category {
  padding: 2px 8px;
  color: #fff;
  background: var(--taupe);
}

.article-eyecatch {
  margin: 0 0 20px;
  background: #d8d4ce;
}

.article-eyecatch img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
}

.disclosure {
  color: #888;
  font-size: 11px;
  text-align: right;
}

.speech-box {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 22px;
  align-items: center;
  margin: 42px 0;
}

.speech-box img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 50%;
}

.speech-box p {
  position: relative;
  margin: 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  background: var(--ivory);
  font-size: 13px;
  line-height: 1.8;
}

.speech-box p::before {
  content: "";
  position: absolute;
  top: 26px;
  right: 100%;
  border: 9px solid transparent;
  border-right-color: var(--line);
}

.article-toc {
  width: calc(100% - 96px);
  margin: 54px auto 70px;
  padding: 28px 36px;
  border-top: 1px solid var(--taupe);
  border-bottom: 1px solid var(--taupe);
  background: #fff;
}

.article-toc > p {
  margin: 0 0 12px;
  font-family: Georgia, serif;
  font-size: 21px;
  text-align: center;
}

.article-toc ol {
  margin: 0;
  padding-left: 24px;
  font-size: 12px;
  line-height: 1.9;
}

.article-toc a:hover {
  color: var(--taupe-dark);
  text-decoration: underline;
}

.article-main article > h2,
.faq-section > h2,
.related-section > h2 {
  scroll-margin-top: 20px;
  margin: 76px 0 32px;
  padding: 16px 20px;
  color: #fff;
  background: var(--taupe);
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.article-main article > h3 {
  scroll-margin-top: 20px;
  margin: 60px 16px 24px;
  padding: 11px 0 11px 16px;
  border-top: 1px solid var(--taupe);
  border-bottom: 1px solid var(--taupe);
  font-size: 19px;
  line-height: 1.55;
}

.note-box {
  display: grid;
  grid-template-columns: 78px 1fr;
  margin: 36px 18px;
  border: 1px solid var(--line);
  background: var(--ivory);
}

.note-box b {
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--taupe);
  font-family: Georgia, serif;
  font-size: 12px;
}

.note-box p {
  margin: 0;
  padding: 16px 18px;
  font-size: 13px;
}

.check-list {
  margin: 28px 18px;
  padding: 22px 30px 22px 52px;
  background: var(--ivory);
  list-style: none;
}

.check-list li {
  position: relative;
  font-size: 13px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: -26px;
  color: var(--taupe-dark);
  font-weight: 700;
}

.article-inline-image {
  margin: 42px 0;
  background: #d8d4ce;
}

.article-inline-image img {
  width: 100%;
  max-height: 540px;
  object-fit: contain;
}

.compare-table {
  display: grid;
  margin: 34px 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  font-size: 12px;
}

.compare-table > div {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1.15fr;
}

.compare-table > div > * {
  padding: 13px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.compare-table > div:first-child > * {
  color: #fff;
  background: var(--taupe);
  text-align: center;
}

.rental-cta {
  margin: 54px 0;
  padding: 38px;
  border: 7px solid var(--soft);
  background: #fff;
  text-align: center;
}

.rental-cta > span {
  color: var(--taupe);
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.2em;
}

.rental-cta h3 {
  margin: 8px 0 12px;
  font-family: "Yu Mincho", serif;
  font-size: 20px;
}

.rental-cta p {
  color: var(--muted);
  font-size: 12px;
}

.rental-cta a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 34px;
  color: #fff;
  background: var(--taupe);
  font-size: 12px;
}

.number-list {
  display: grid;
  gap: 12px;
  margin: 26px 18px;
  padding: 0;
  list-style: none;
}

.number-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  min-height: 48px;
  border: 1px solid var(--line);
  font-size: 13px;
}

.number-list span {
  display: grid;
  height: 100%;
  place-items: center;
  color: #fff;
  background: var(--taupe);
  font-family: Georgia, serif;
}

.summary-box {
  margin: 32px 0;
  padding: 24px 32px;
  border-left: 4px solid var(--taupe);
  background: var(--ivory);
  font-size: 13px;
}

.summary-box p,
.summary-box ul {
  margin-block: 0 6px;
}

.faq-section details {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.faq-section summary {
  position: relative;
  padding: 18px 44px 18px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
}

.faq-section summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 20px;
  color: var(--taupe);
  font-size: 22px;
  font-weight: 400;
}

.faq-section details[open] summary::after {
  content: "−";
}

.faq-section details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: 13px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.site-footer {
  position: relative;
  color: #c4b7b0;
  background: var(--charcoal);
}

.footer-wave {
  height: 52px;
  background: var(--paper);
  clip-path: polygon(0 0, 100% 0, 100% 28%, 83% 48%, 65% 35%, 48% 58%, 27% 39%, 12% 52%, 0 35%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 72px;
  padding: 58px 0 62px;
}

.footer-grid h2 {
  margin: 0 0 18px;
  color: var(--taupe);
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.footer-grid .footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 25px;
}

.footer-brand img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.footer-grid p,
.footer-grid li {
  margin: 0;
  font-size: 11px;
  line-height: 1.9;
}

.footer-note {
  margin-top: 14px !important;
  color: #9f9690;
}

.footer-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-grid a:hover {
  color: #fff;
}

.copyright {
  padding: 12px 24px;
  border-top: 1px solid #4b4744;
  font-family: Georgia, serif;
  font-size: 9px;
  text-align: center;
}

.back-top {
  position: fixed;
  z-index: 10;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: rgba(157, 142, 135, 0.9);
  font-family: Georgia, serif;
  font-size: 18px;
}

.archive-count {
  margin: 42px 0 0;
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: 12px;
  text-align: center;
}

.fixed-layout {
  padding-top: 58px;
}

.fixed-main {
  min-height: 620px;
}

.fixed-header {
  margin-bottom: 46px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.fixed-header > p {
  margin: 0 0 6px;
  color: var(--taupe);
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.2em;
}

.fixed-header h1 {
  margin: 0;
  font-family: Georgia, "Yu Mincho", serif;
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.article-body {
  margin-top: 48px;
}

.wp-content {
  color: #4e4c4a;
  font-size: 15px;
  line-height: 2.05;
  letter-spacing: 0.045em;
}

.wp-content > *:first-child {
  margin-top: 0;
}

.wp-content p {
  margin: 0 0 1.65em;
}

.wp-content h2 {
  scroll-margin-top: 120px;
  margin: 76px 0 30px;
  padding: 16px 20px;
  color: #fff;
  background: var(--taupe);
  font-family: Georgia, "Yu Mincho", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.07em;
}

.wp-content h3 {
  scroll-margin-top: 120px;
  margin: 60px 10px 26px;
  padding: 9px 14px;
  border: 1px solid var(--taupe);
  border-left: 5px solid var(--taupe);
  color: var(--charcoal);
  font-size: 19px;
  line-height: 1.65;
}

.wp-content h4 {
  margin: 42px 0 18px;
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--taupe);
  color: var(--charcoal);
  font-size: 16px;
}

.wp-content ul,
.wp-content ol {
  margin: 22px 0 32px;
  padding-left: 1.6em;
}

.wp-content li + li {
  margin-top: 8px;
}

.wp-content a {
  color: var(--taupe-dark);
  text-decoration: underline;
  text-decoration-color: rgba(127, 112, 106, 0.4);
  text-underline-offset: 4px;
}

.wp-content strong {
  color: #383532;
}

.wp-content figure,
.wp-content .wp-caption {
  width: 100% !important;
  max-width: 100%;
  margin: 38px 0 46px;
  padding: 0;
  overflow: hidden;
  background: #eeeae5;
}

.wp-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
}

.wp-content figure img,
.wp-content .wp-caption img {
  width: 100%;
}

.wp-content .wp-caption-text,
.wp-content figcaption {
  margin: 0;
  padding: 8px 12px;
  color: #777;
  background: #f8f7f4;
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
}

.wp-content .scrollable-table {
  max-width: 100%;
  margin: 36px 0;
  overflow-x: auto;
}

.wp-content table {
  width: 100%;
  min-width: 580px;
  border-collapse: collapse;
  background: #fff;
  font-size: 12px;
  line-height: 1.6;
}

.wp-content th,
.wp-content td {
  padding: 12px 14px;
  border: 1px solid var(--line);
  text-align: left;
}

.wp-content th {
  color: #fff;
  background: var(--taupe);
}

.wp-content blockquote {
  margin: 34px 0;
  padding: 20px 26px;
  border-left: 4px solid var(--taupe);
  background: #f6f4f0;
  color: #666;
}

.wp-content iframe {
  width: 100%;
  max-width: 100%;
  border: 0;
}

.wp-content hr {
  margin: 48px 0;
  border: 0;
  border-top: 1px solid var(--line);
}

/* Writing-skill decoration rules — shared by every imported post. */
.wp-content h2 > span,
.wp-content h3 > span {
  color: inherit;
  font: inherit;
}

.wp-content h5,
.wp-content h6 {
  margin: 34px 0 16px;
  color: var(--charcoal);
  font-size: 15px;
  line-height: 1.6;
}

.wp-content li::marker {
  color: var(--taupe-dark);
  font-weight: 700;
}

.wp-content .box-point,
.wp-content .box-caution,
.wp-content .box-memo {
  margin: 30px 0 38px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--taupe);
  border-radius: 2px;
  color: #5f5a59;
  background: #f8f6ef;
}

.wp-content .box-memo {
  border-left-color: #bc8f8f;
  background: #fcf4f9;
}

.wp-content .box-point {
  border-left-color: var(--taupe);
  background: #f8f6ef;
}

.wp-content .box-caution {
  border-left-color: #e29676;
  background: #fff5f0;
}

.wp-content .box-point p:first-child > strong:first-child,
.wp-content .box-caution p:first-child > strong:first-child,
.wp-content .box-memo p:first-child > strong:first-child {
  color: currentColor;
  font-size: 1.03em;
}

.wp-content .box-point ul,
.wp-content .box-point ol,
.wp-content .box-caution ul,
.wp-content .box-caution ol,
.wp-content .box-memo ul,
.wp-content .box-memo ol {
  margin: 14px 0 8px;
}

.wp-content .box-point a[rel~="nofollow"],
.wp-content .box-caution a[rel~="nofollow"],
.wp-content .box-memo a[rel~="nofollow"] {
  display: inline-block;
  margin: 7px 6px 2px 0;
  padding: 9px 18px;
  border: 1px solid var(--taupe);
  color: #fff;
  background: var(--taupe);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.wp-content .box-point a[rel~="nofollow"]:hover,
.wp-content .box-caution a[rel~="nofollow"]:hover,
.wp-content .box-memo a[rel~="nofollow"]:hover {
  color: var(--taupe-dark);
  background: #fff;
  transform: translateY(-1px);
}

.wp-content .conversation-box {
  display: grid;
  grid-template-columns: minmax(72px, 112px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin: 34px 0 40px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  background: #fff;
}

.wp-content .conversation-box .name {
  margin: 0;
  color: var(--taupe-dark);
  font-size: 11px;
  font-weight: 700;
}

.wp-content .conversation-box .text > *:first-child {
  margin-top: 0;
}

.wp-content .conversation-box .text > *:last-child {
  margin-bottom: 0;
}

.wp-content .marker-yellow {
  padding: 0 2px 2px;
  background: linear-gradient(transparent 62%, #edd9d2 62%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.wp-content .related-unowned {
  display: grid;
  gap: 10px;
  margin: 26px 0 40px;
  padding: 0;
  list-style: none;
}

.wp-content .related-unowned li {
  margin: 0;
}

.wp-content .related-unowned a {
  display: block;
  align-items: center;
  min-height: 58px;
  padding: 17px 20px;
  border: 1px solid var(--line);
  color: var(--charcoal);
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.wp-content .related-unowned a:hover {
  border-color: var(--taupe);
  background: var(--ivory);
}

.wp-content dl {
  margin: 34px 0 44px;
  border-top: 1px solid var(--line);
}

.wp-content dt,
.wp-content dd {
  margin: 0;
  padding: 18px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.wp-content dt {
  color: var(--charcoal);
  background: var(--ivory);
  font-weight: 700;
}

.wp-content dd {
  background: #fff;
}

.wp-content dd > *:last-child {
  margin-bottom: 0;
}

.wp-content pre {
  max-width: 100%;
  margin: 32px 0 40px;
  padding: 20px 22px;
  overflow-x: auto;
  border-left: 5px solid var(--taupe);
  color: #f5f3ef;
  background: var(--charcoal);
  font-family: Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0;
  white-space: pre-wrap;
}

.wp-content blockquote {
  padding: 24px 28px;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #69645f;
  background: var(--ivory);
  font-size: 13px;
}

.wp-content blockquote > *:last-child {
  margin-bottom: 0;
}

.wp-content table caption {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 11px;
  text-align: left;
}

.wp-content thead th,
.wp-content thead td {
  color: #fff;
  background: var(--taupe);
  font-weight: 700;
}

.wp-content tbody th {
  color: var(--charcoal);
  background: var(--ivory);
}

.wp-content tbody tr:nth-child(even) td {
  background: #faf9f7;
}

.wp-content .has-text-align-center {
  text-align: center;
}

.wp-content .has-text-align-right {
  text-align: right;
}

.wp-content ruby rt {
  font-size: 0.55em;
}

.wp-content :not(pre) > code {
  margin: 0 0.25em;
  padding: 0.15em 0.45em;
  border: 1px solid var(--line);
  color: var(--charcoal);
  background: var(--ivory);
  font-family: Menlo, Monaco, Consolas, monospace;
  font-size: 0.9em;
  letter-spacing: 0;
}

.article-toc .toc-child {
  margin-left: 1.4em;
  font-size: 0.92em;
}

.aqua-lab-profile {
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--ivory);
}

.contact-intro {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 42px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--ivory);
}

.contact-intro img {
  width: 96px;
  height: 96px;
  object-fit: cover;
}

.contact-intro h2,
.contact-intro p {
  margin: 0;
}

.contact-intro h2 {
  font-family: Georgia, "Yu Mincho", serif;
  font-size: 24px;
  font-weight: 400;
}

.contact-intro p {
  margin-top: 8px;
  font-size: 13px;
}

.form-message {
  margin: 0 0 28px;
  padding: 15px 18px;
  border-left: 4px solid var(--taupe);
  background: var(--ivory);
  font-size: 13px;
}

.form-message.success {
  border-left-color: #728b7d;
}

.form-message.error {
  border-left-color: #b26767;
}

.contact-form {
  display: grid;
  gap: 24px;
  padding: 34px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-form label > span:first-child {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
}

.contact-form em {
  margin-left: 8px;
  padding: 2px 6px;
  color: #fff;
  background: var(--taupe);
  font-size: 9px;
  font-style: normal;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cbc5bf;
  border-radius: 0;
  color: var(--ink);
  background: #fbfaf8;
  font: inherit;
  font-size: 14px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .consent-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 12px;
}

.contact-form .consent-row > span {
  display: inline;
  margin: 0;
  font-weight: 400;
}

.contact-form .consent-row a {
  color: var(--taupe-dark);
  text-decoration: underline;
}

.contact-form button,
.site-search-form button {
  min-width: 180px;
  padding: 13px 24px;
  border: 1px solid var(--taupe);
  color: #fff;
  background: var(--taupe);
  font: inherit;
  font-size: 12px;
  letter-spacing: 0.12em;
  cursor: pointer;
}

.contact-form button:hover,
.site-search-form button:hover {
  background: var(--taupe-dark);
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.site-search-form {
  margin-bottom: 30px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--ivory);
}

.site-search-form > label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
}

.site-search-form > div {
  display: flex;
}

.site-search-form input {
  flex: 1;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid #cfc9c3;
  border-right: 0;
  background: #fff;
  font: inherit;
  font-size: 13px;
}

.site-search-form button {
  min-width: 104px;
}

.search-summary {
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 12px;
}

.empty-state {
  padding: 48px 24px;
  border: 1px solid var(--line);
  background: #faf9f7;
  text-align: center;
}

.not-found-page {
  min-height: 560px;
  padding-block: 100px 140px;
  text-align: center;
}

.not-found-page > p:first-child {
  margin: 0;
  color: var(--soft);
  font-family: Georgia, serif;
  font-size: clamp(80px, 14vw, 180px);
  line-height: 1;
}

.not-found-page h1 {
  margin: -20px 0 18px;
  font-family: Georgia, "Yu Mincho", serif;
  font-size: 30px;
  font-weight: 400;
}

.not-found-page > div {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 36px;
}

@media (max-width: 1120px) {
  .desktop-nav {
    gap: 14px;
    font-size: 10px;
  }

  .content-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 32px;
  }

  .article-sidebar {
    width: auto;
  }

  .share-rail {
    position: absolute;
    top: 12px;
    left: 0;
    display: flex;
    margin: 0;
    transform: none;
  }

  .article-header {
    margin-top: 58px;
  }
}

@media (max-width: 900px) {
  body {
    font-size: 15px;
  }

  .site-shell {
    width: min(100% - 32px, var(--shell));
  }

  .top-ribbon {
    height: 20px;
  }

  .mini-links {
    display: none;
  }

  .site-header {
    height: 64px;
  }

  .brand {
    font-size: 22px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    place-content: center;
    cursor: pointer;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker { display: none; }

  .mobile-menu summary span {
    display: block;
    width: 24px;
    height: 1px;
    background: var(--taupe);
  }

  .mobile-menu nav {
    position: absolute;
    top: 52px;
    right: 0;
    width: min(320px, calc(100vw - 32px));
    padding: 12px 22px;
    color: var(--ink);
    background: #fff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  }

  .mobile-menu nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
  }

  .mobile-menu nav a:last-child { border: 0; }
  .mobile-menu nav b { font-size: 12px; }
  .mobile-menu nav small { color: var(--taupe); font-family: Georgia, serif; font-size: 9px; }

  .hero-visual {
    height: clamp(420px, 78vw, 620px);
  }

  .category-banners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-block: 34px 70px;
  }

  .category-banner {
    height: 140px;
  }

  .home-post-grid,
  .pickup-grid,
  .gallery-grid,
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topic-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .topic-tabs a:nth-child(3n) { border-right: 0; }
  .topic-tabs a:nth-child(-n + 3) { border-bottom: 1px solid var(--line); }

  .topic-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-grid {
    grid-template-columns: 1fr;
  }

  .content-layout {
    grid-template-columns: 1fr;
  }

  .article-layout .article-sidebar {
    display: none;
  }

  .sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-card {
    grid-row: span 2;
  }

  .profile-wide-card {
    grid-template-columns: 1fr;
  }

  .profile-wide-visual {
    height: 320px;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 14px;
    letter-spacing: 0.06em;
  }

  .site-shell {
    width: min(100% - 24px, var(--shell));
  }

  .ribbon-inner p {
    font-size: 9px;
  }

  .hero {
    width: 100%;
    padding-top: 0;
  }

  .hero-visual {
    height: 72vh;
    min-height: 480px;
    max-height: 650px;
  }

  .hero-copy h1 {
    font-size: 14px;
    line-height: 1.9;
  }

  .category-banners {
    gap: 10px;
  }

  .category-banner {
    height: 112px;
  }

  .category-banner span {
    font-size: 11px;
  }

  .script-title {
    gap: 20px;
    margin-bottom: 38px;
    font-size: 25px;
  }

  .welcome-section {
    padding-bottom: 92px;
  }

  .welcome-box {
    padding: 28px 18px;
  }

  .welcome-box p {
    font-size: 12px;
  }

  .latest-section,
  .topics-section,
  .gallery-section,
  .profile-wide {
    padding-block: 76px 88px;
  }

  .home-post-grid,
  .pickup-grid,
  .gallery-grid,
  .service-grid,
  .topic-posts {
    grid-template-columns: 1fr;
  }

  .pickup-section,
  .menu-section,
  .service-section {
    padding-block: 88px 104px;
  }

  .topic-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topic-tabs a {
    border-right: 1px solid var(--line) !important;
    border-bottom: 1px solid var(--line);
  }

  .topic-tabs a:nth-child(2n) { border-right: 0 !important; }
  .topic-tabs a:nth-last-child(-n + 2) { border-bottom: 0; }

  .menu-card {
    grid-template-columns: 44% 1fr;
    min-height: 210px;
  }

  .menu-copy {
    padding: 18px;
  }

  .menu-copy h3 {
    font-size: 15px;
  }

  .menu-copy small {
    display: none;
  }

  .profile-wide-visual {
    height: 240px;
  }

  .profile-wide-copy {
    padding: 34px 22px 44px;
  }

  .profile-wide-copy h3 {
    font-size: 18px;
  }

  .archive-header h1 {
    margin-bottom: 34px;
    font-size: 27px;
  }

  .archive-lead {
    grid-template-columns: 1fr;
  }

  .archive-post-grid {
    grid-template-columns: 1fr;
  }

  .sidebar {
    grid-template-columns: 1fr;
  }

  .article-header {
    grid-template-columns: 52px 1fr;
    gap: 12px;
  }

  .article-header time b {
    font-size: 20px;
  }

  .article-header h1 {
    font-size: 20px;
  }

  .article-main article {
    font-size: 14px;
  }

  .article-toc {
    width: 100%;
    padding: 24px 20px;
  }

  .article-main article > h2,
  .faq-section > h2,
  .related-section > h2 {
    margin-top: 62px;
    padding: 13px 15px;
    font-size: 18px;
  }

  .article-main article > h3 {
    margin-inline: 0;
    padding-left: 10px;
    font-size: 16px;
  }

  .speech-box {
    grid-template-columns: 56px 1fr;
    gap: 14px;
  }

  .speech-box img {
    width: 56px;
    height: 56px;
  }

  .speech-box p {
    padding: 14px;
    font-size: 12px;
  }

  .note-box {
    grid-template-columns: 1fr;
    margin-inline: 0;
  }

  .note-box b {
    padding: 4px;
  }

  .compare-table {
    overflow-x: auto;
  }

  .compare-table > div {
    min-width: 560px;
  }

  .rental-cta {
    padding: 28px 18px;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-block: 42px;
  }

  .back-top {
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width: 620px) {
  .fixed-layout {
    padding-top: 38px;
  }

  .fixed-header {
    margin-bottom: 32px;
  }

  .fixed-header h1 {
    font-size: 26px;
  }

  .wp-content {
    font-size: 14px;
  }

  .wp-content h2 {
    margin-top: 58px;
    padding: 13px 15px;
    font-size: 18px;
  }

  .wp-content h3 {
    margin: 46px 0 22px;
    padding-left: 10px;
    font-size: 16px;
  }

  .wp-content h4 {
    margin-top: 34px;
    font-size: 15px;
  }

  .wp-content .box-point,
  .wp-content .box-caution,
  .wp-content .box-memo {
    padding: 19px 17px;
  }

  .wp-content blockquote {
    padding: 22px 18px;
  }

  .wp-content .conversation-box {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 16px;
  }

  .wp-content dt,
  .wp-content dd {
    padding: 16px 14px;
  }

  .wp-content .related-unowned a {
    padding: 15px 16px;
    font-size: 11px;
  }

  .contact-form,
  .site-search-form {
    padding: 20px 18px;
  }

  .wp-content table {
    min-width: 520px;
  }

  .article-toc .toc-child {
    margin-left: 0.7em;
  }

  .contact-intro {
    grid-template-columns: 64px 1fr;
    gap: 15px;
    padding: 20px;
  }

  .contact-intro img {
    width: 64px;
    height: 64px;
  }

  .contact-intro h2 {
    font-size: 19px;
  }

  .contact-intro p {
    font-size: 11px;
  }

  .site-search-form > div {
    display: grid;
    gap: 10px;
  }

  .site-search-form input {
    border-right: 1px solid #cfc9c3;
  }

  .site-search-form button,
  .contact-form button {
    width: 100%;
  }

  .not-found-page > div {
    flex-direction: column;
    align-items: center;
  }
}

/* =========================================================================
   広告開示・信頼表示・UX是正（2026-07-27 アドセンス再審査対応）
   ====================================================================== */

/* 本文へスキップ（フォーカス時のみ表示） */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 10px 16px;
  color: #fff;
  background: var(--charcoal);
  font-size: 13px;
}

.skip-link:focus {
  left: 8px;
  top: 8px;
}

/* PR表記（全ページ固定・ステマ規制対応。審査中・SPでも隠さない） */
.un-pr-notice {
  padding: 7px 16px;
  border-bottom: 1px solid var(--line);
  background: var(--ivory);
  color: #5f5b57;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}

.un-pr-notice span {
  display: inline-block;
  margin-right: 7px;
  padding: 1px 6px;
  border: 1px solid #b3392f;
  color: #b3392f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  vertical-align: 1px;
}

.un-pr-notice a {
  margin-left: 6px;
  color: #55504b;
  text-decoration: underline;
}

@media (max-width: 620px) {
  .un-pr-notice {
    padding: 7px 12px;
    font-size: 11px;
    text-align: left;
  }
}

/* 記事メタの広告バッジ（.article-meta > span:first-child の汎用枠線を上書き） */
.article-meta .ad-label {
  padding: 2px 7px;
  border: 1px solid #b3392f;
  color: #b3392f;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* 本文中の広告ラベル（旧「スポンサーリンク」段落。削除せず残す） */
.ad-label-inline {
  margin: 24px 0 6px;
  color: #8a8580;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-align: center;
}

/* 記事のバイライン（誰が何をもとに書いたか） */
.article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  align-items: center;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.article-byline a {
  color: var(--taupe-dark);
  text-decoration: underline;
}

/* 記事末尾の運営者ボックス */
.author-box {
  display: flex;
  gap: 18px;
  margin: 48px 0 0;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--ivory);
}

.author-box img {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.author-box-name {
  margin: 0 0 8px;
  color: var(--charcoal);
  font-size: 14px;
  font-weight: 700;
}

.author-box-name span {
  display: block;
  margin-bottom: 3px;
  color: var(--taupe-dark);
  font-family: Georgia, serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
}

.author-box-note {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.85;
}

.author-box-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin: 0;
  font-size: 12px;
}

.author-box-links a {
  color: var(--taupe-dark);
  text-decoration: underline;
}

@media (max-width: 620px) {
  .author-box {
    flex-direction: column;
    gap: 12px;
    padding: 18px 16px;
  }
}

/* 前後記事ナビ */
.post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 32px 0 0;
}

.post-nav a {
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}

.post-nav a:hover {
  background: var(--ivory);
}

.post-nav span {
  display: block;
  margin-bottom: 6px;
  color: var(--taupe-dark);
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.post-nav b {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.post-nav-next {
  text-align: right;
}

@media (max-width: 620px) {
  .post-nav {
    grid-template-columns: 1fr;
  }

  .post-nav-next {
    text-align: left;
  }
}

/* サイドバー新着メタが7pxで判読できない問題の是正 */
.article-latest-item p {
  font-size: 10px;
  line-height: 1.5;
}

/* フォーカスリングの復活（outline:none の打ち消し） */
.article-search-widget input:focus-visible,
.search-form input:focus-visible,
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid #7f706a;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 620px) {
  /* シェアボタンが幅34pxに4つ詰め込まれて潰れる問題（width継承の打ち消し） */
  .share-rail {
    width: auto;
    gap: 8px;
  }

  /* 記事ページのファーストビューを記事タイトルにする
     （カテゴリー導線はハンバーガーとフッターに同じものがある） */
  body.single .category-banners {
    display: none;
  }
}

/* -------------------------------------------------------------------------
   トップの説明強化・記事一覧ハブ（2026-07-27 追加）
   ---------------------------------------------------------------------- */

.welcome-criteria {
  margin: 22px auto 18px;
  padding: 0;
  max-width: 760px;
  list-style: none;
  text-align: left;
}

.welcome-criteria li {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 18px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.9;
}

.welcome-criteria li::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 7px;
  height: 1px;
  background: var(--taupe);
  content: "";
}

.welcome-criteria b {
  display: block;
  color: var(--charcoal);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.welcome-operator {
  margin: 18px auto 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}

.welcome-operator a {
  color: var(--taupe-dark);
  text-decoration: underline;
}

.archive-lead-text {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.95;
}

.articles-index-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 40px;
}

.articles-index-nav a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  font-size: 13px;
}

.articles-index-nav a:hover {
  background: var(--ivory);
}

.articles-index-nav b {
  color: var(--taupe-dark);
  font-family: Georgia, serif;
  font-size: 11px;
  font-weight: 400;
}

.articles-index-group {
  margin: 0 0 44px;
  scroll-margin-top: 90px;
}

.articles-index-group h2 {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin: 0 0 8px;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--line);
  font-size: 18px;
}

.articles-index-group h2 a {
  color: var(--charcoal);
}

.articles-index-group h2 span {
  color: var(--taupe-dark);
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 400;
}

.articles-index-lead {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.articles-index-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.articles-index-list li {
  border-bottom: 1px dotted var(--line);
}

.articles-index-list a {
  display: flex;
  gap: 16px;
  align-items: baseline;
  padding: 11px 4px;
  color: var(--ink);
}

.articles-index-list a:hover {
  background: var(--ivory);
  color: var(--charcoal);
}

.articles-index-list time {
  flex: 0 0 auto;
  color: var(--taupe-dark);
  font-family: Georgia, serif;
  font-size: 12px;
}

.articles-index-list span {
  font-size: 14px;
  line-height: 1.7;
}

/* Information ウィジェット（旧 Keywords）は縦並びにする */
.article-keyword-widget div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.article-keyword-widget div a {
  padding: 7px 2px;
  border-bottom: 1px dotted var(--line);
  color: var(--ink);
  font-size: 12px;
}

.article-keyword-widget div a:hover {
  color: var(--charcoal);
}

@media (max-width: 620px) {
  .articles-index-list a {
    flex-direction: column;
    gap: 3px;
  }

  .articles-index-group h2 {
    font-size: 16px;
  }
}

/* -------------------------------------------------------------------------
   Welcome節の行組み（2026-07-27）
   説明文だけ幅1074pxで他要素(760px)と不揃いだったのを揃え、
   日本語の文節単位で折り返して「ライ/フスタイル」のような分断を防ぐ。
   ---------------------------------------------------------------------- */

.welcome-box p,
.welcome-box .welcome-criteria {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.welcome-box p:not(.english-lead) {
  line-height: 1.95;
  text-align: left;
  line-break: strict;
  overflow-wrap: anywhere;
  word-break: auto-phrase;
}

.welcome-criteria li {
  line-break: strict;
  word-break: auto-phrase;
}

/* リンク文字列が途中で改行されないようにする */
.welcome-operator a {
  white-space: nowrap;
}

@media (max-width: 620px) {
  .welcome-box {
    padding: 28px 20px;
  }
}

/* -------------------------------------------------------------------------
 * 記事下プロモーション枠（楽天モバイル）— 2026-08-12 設置
 * 対応マークアップ：functions.php の unowned_promo_rakuten_mobile()
 * 撤去時はこのブロックごと削除する。
 * ---------------------------------------------------------------------- */
.un-promo {
  margin: 48px 0 8px;
  padding: 26px 28px 28px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--taupe);
  background: var(--ivory);
}

.un-promo-label {
  display: inline-block;
  margin: 0 0 12px;
  padding: 1px 7px;
  border: 1px solid #b3392f;
  color: #b3392f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.un-promo-title {
  margin: 0 0 10px;
  color: var(--charcoal);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.un-promo-text {
  margin: 0 0 20px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.9;
  line-break: strict;
}

.un-promo-cta {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 2px;
  background: var(--taupe-dark);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: background 0.2s ease;
}

.un-promo-cta:hover,
.un-promo-cta:focus-visible {
  background: var(--charcoal);
  color: #fff;
}

@media (max-width: 620px) {
  .un-promo {
    margin: 36px 0 4px;
    padding: 22px 18px 24px;
  }

  .un-promo-title {
    font-size: 17px;
  }

  .un-promo-cta {
    display: block;
    padding: 14px 16px;
    text-align: center;
  }
}
