/* Homepage Section-specific Styles */

/* 04 Categories grid */
.om-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 48px;
}

.om-cat-item {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: block;
}

.om-cat-item .om-num {
  font-family: var(--om-font-serif-display);
  font-size: 14px;
  color: var(--om-burgundy);
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}

.om-cat-item h3 {
  font-family: var(--om-font-serif-display);
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--om-rule);
}

.om-cat-item h3 em {
  font-style: italic;
  color: var(--om-burgundy);
}

.om-cat-item p {
  font-family: var(--om-font-serif-body);
  font-size: 13px;
  line-height: 1.85;
  color: var(--om-ink-mid);
  margin: 0 0 10px;
}

.om-cat-item .om-go {
  font-family: var(--om-font-sans);
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--om-burgundy);
  font-weight: 600;
}

/* 05 Feature carousel (DARK) */
.om-feature-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid rgba(184, 147, 90, 0.3);
  padding-bottom: 16px;
  margin-bottom: 44px;
}

.om-feature-head h2 {
  font-family: var(--om-font-serif-display);
  font-size: 42px;
  font-weight: 500;
  margin: 0;
  letter-spacing: -0.4px;
  line-height: 1.15;
  color: #ede2c8;
}

.om-feature-head h2 em {
  font-style: italic;
  color: var(--om-bronze);
}

.om-feature-head .om-nav-dots {
  display: flex;
  gap: 20px;
  font-family: var(--om-font-sans);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--om-bronze);
}

.om-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.om-feature-card {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: block;
}

.om-feature-card .om-ph {
  aspect-ratio: 1 / 1;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, var(--om-burgundy), var(--om-dark-elev));
}
.om-feature-card .om-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.9;
  transition: opacity 0.3s, transform 0.6s;
}
.om-feature-card:hover .om-ph img {
  opacity: 1;
  transform: scale(1.04);
}

.om-feature-card .om-ph-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: var(--om-font-sans);
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--om-bronze);
  font-weight: 700;
}

.om-feature-card .om-ph-num {
  position: absolute;
  bottom: 14px;
  right: 16px;
  font-family: var(--om-font-serif-display);
  font-size: 46px;
  color: rgba(237, 226, 200, 0.3);
  font-weight: 400;
  line-height: 1;
  font-style: italic;
}

.om-feature-card .om-cat {
  font-family: var(--om-font-sans);
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--om-bronze);
  font-weight: 700;
  margin-bottom: 6px;
}

.om-feature-card h3 {
  font-family: var(--om-font-serif-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 10px;
  color: #ede2c8;
}

.om-feature-card h3 em {
  font-style: italic;
  color: var(--om-bronze);
}

.om-feature-card p {
  font-family: var(--om-font-serif-body);
  font-size: 13px;
  line-height: 1.85;
  color: #c8bfa8;
  margin: 0;
}

/* 06 Marriage hub (LIGHT+cream-soft) */
.om-hub {
  background: var(--om-cream-soft);
  padding: var(--om-sp-64) 0;
}

.om-hub-inner {
  max-width: var(--om-max-content);
  margin: 0 auto;
  padding: 0 var(--om-side-padding);
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 60px;
  align-items: start;
}

.om-hub .om-ey {
  font-family: var(--om-font-sans);
  font-size: 10px;
  letter-spacing: var(--om-track-wide);
  text-transform: uppercase;
  color: var(--om-burgundy);
  font-weight: 700;
  margin-bottom: 14px;
}

.om-hub h2 {
  font-family: var(--om-font-serif-display);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.3px;
  margin: 0 0 20px;
}

.om-hub h2 em {
  font-style: italic;
  color: var(--om-burgundy);
}

.om-hub p {
  font-family: var(--om-font-serif-body);
  font-size: 15px;
  line-height: 1.9;
  color: var(--om-ink-mid);
  margin: 0 0 24px;
}

.om-hub-stat {
  padding: 20px 0;
  border-top: 1px solid var(--om-rule);
  border-bottom: 1px solid var(--om-rule);
  margin-bottom: 24px;
}

.om-hub-stat .om-n {
  font-family: var(--om-font-serif-display);
  font-size: 44px;
  font-weight: 500;
  color: var(--om-burgundy);
  line-height: 1;
  letter-spacing: -0.5px;
}

.om-hub-stat .om-l {
  font-family: var(--om-font-sans);
  font-size: 11px;
  letter-spacing: var(--om-track-mid);
  text-transform: uppercase;
  color: var(--om-ink-mid);
  margin-top: 6px;
  font-weight: 600;
}

.om-hub .om-right .om-row {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--om-rule);
  text-decoration: none;
  color: inherit;
}

.om-hub .om-right .om-row:first-child {
  border-top: 1px solid var(--om-rule);
}

.om-hub .om-right .om-row .om-n {
  font-family: var(--om-font-serif-display);
  font-size: 28px;
  color: var(--om-burgundy);
  font-weight: 500;
  line-height: 1;
}

.om-hub .om-right .om-row h4 {
  font-family: var(--om-font-serif-display);
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 4px;
}

.om-hub .om-right .om-row .om-meta {
  font-family: var(--om-font-serif-body);
  font-size: 12px;
  color: var(--om-ink-mid);
  line-height: 1.6;
}

.om-hub .om-right .om-row .om-price {
  font-family: var(--om-font-serif-display);
  font-style: italic;
  font-size: 16px;
  color: var(--om-ink);
  text-align: right;
}

.om-hub .om-right .om-row .om-price .om-sub {
  display: block;
  font-family: var(--om-font-sans);
  font-style: normal;
  font-size: 9px;
  color: var(--om-ink-soft);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 3px;
}

/* Hub editorial card — shown when individual agency reviews are not yet published */
.om-hub-editorial {
  padding: 32px 36px;
  background: #ffffff;
  border-top: 1px solid rgba(184, 147, 90, 0.55);
  border-bottom: 1px solid rgba(184, 147, 90, 0.55);
  position: relative;
}
.om-hub-editorial .om-ey {
  font-family: var(--om-font-sans);
  font-size: 10.5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--om-burgundy);
  margin-bottom: 14px;
}
.om-hub-editorial__title {
  font-family: var(--om-font-serif-display);
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
  color: var(--om-ink);
  margin: 0 0 22px;
}
.om-hub-editorial__list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  counter-reset: hub-editor;
}
.om-hub-editorial__list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--om-rule);
  align-items: baseline;
}
.om-hub-editorial__list li:last-child {
  border-bottom: 1px solid var(--om-rule);
}
.om-hub-editorial__n {
  font-family: var(--om-font-serif-display);
  font-size: 22px;
  color: var(--om-burgundy);
  font-style: italic;
  line-height: 1;
}
.om-hub-editorial__list li div strong {
  display: block;
  font-family: var(--om-font-serif-body);
  font-size: 15px;
  font-weight: 600;
  color: var(--om-ink);
  margin-bottom: 4px;
}
.om-hub-editorial__list li div span {
  display: block;
  font-family: var(--om-font-sans);
  font-size: 12.5px;
  color: var(--om-ink-soft);
  line-height: 1.65;
}
@media (max-width: 640px) {
  .om-hub-editorial {
    padding: 24px 22px;
  }
  .om-hub-editorial__title {
    font-size: 20px;
  }
  .om-hub-editorial__list li {
    grid-template-columns: 36px 1fr;
    gap: 14px;
    padding: 14px 0;
  }
}

/* Closer CTA band */
.om-closer {
  padding: 48px 0;
}

.om-closer-h3 {
  font-family: var(--om-font-serif-display);
  font-size: 42px;
  font-weight: 500;
  margin: 14px 0 18px;
  line-height: 1.2;
  letter-spacing: -0.3px;
  max-width: 720px;
  color: #ede2c8;
}

.om-closer-h3 em {
  font-style: italic;
  color: var(--om-bronze);
}

.om-closer-p {
  font-family: var(--om-font-serif-body);
  font-size: 15px;
  line-height: 1.9;
  color: #c8bfa8;
  max-width: 620px;
  margin: 0 0 28px;
}


/* === APPENDED 2026-04-21: homepage inline CSS extracted from page 80 === */

:root {
  --text-primary: #1d1d1f;
  --text-secondary: #86868b;
  --text-tertiary: #6e6e73;
  --bg-white: #fff;
  --bg-gray: #f5f5f7;
  --bg-black: #000;
  --link-blue: #0066CC;
  --link-blue-hover: #0077ED;
  --btn-blue: #0071e3;
  --btn-blue-hover: #0077ED;
  --border-light: #d2d2d7;
  --text-on-dark: #f5f5f7;
  --text-on-dark-secondary: #a1a1a6;
  --sf-pro: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --transition: 0.3s ease;
  --ease-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --card-radius: 18px;
  --card-gap: 20px;
}
body {
  font-family: var(--sf-pro) !important;
  color: var(--text-primary) !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  letter-spacing: -.022em;
}
.home .entry-title, .page .entry-title { display: none !important; }
.home .article-header, .page .article-header { display: none !important; }
.home .entry-content, .page .entry-content,
.home .article, .page .article,
.home .article-body, .page .article-body {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.home #main, .home .main, .home .content, .home .content-in,
.home #content, .home #content-in, .home .wrap, .home .container,
.page #main, .page .main, .page .content, .page .content-in,
.page #content, .page #content-in, .page .wrap, .page .container {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  float: none !important;
}
.home #sidebar, .home .sidebar, .home .sidebar-in,
.page #sidebar, .page .sidebar, .page .sidebar-in {
  display: none !important;
  width: 0 !important;
}
.home .breadcrumb, .page .breadcrumb { display: none !important; }
.home .sns-share, .page .sns-share { display: none !important; }
.home .sns-follow, .page .sns-follow { display: none !important; }
.home .under-entry-content, .page .under-entry-content { display: none !important; }
.home .pager-post-navi, .page .pager-post-navi { display: none !important; }
.home .comment-area, .page .comment-area { display: none !important; }
.home .author-info, .page .author-info { display: none !important; }
.home .related-entries, .page .related-entries { display: none !important; }
:root {
  --wp--style--global--content-size: 100% !important;
  --wp--style--global--wide-size: 100% !important;
}
.is-layout-constrained,
.is-layout-constrained > *,
.wp-site-blocks,
.entry-content.wp-block-post-content,
.wp-block-post-content,
.wp-block-post-content > * {
  max-width: none !important;
  width: 100% !important;
}
body.home, body.page { overflow-x: hidden !important; }
.otona-anim {
  opacity: 1;
  transform: none;
}
.header, #header, .header-in {
  background: rgba(255,255,255,0.92) !important;
  backdrop-filter: saturate(180%) blur(20px) !important;
  -webkit-backdrop-filter: saturate(180%) blur(20px) !important;
  border-bottom: 1px solid rgba(0,0,0,0.08) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}
.header-in {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 8px 20px !important;
}
.logo-header img, .site-name-text {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--text-primary) !important;
}
#navi .navi-in > ul > li > a {
  color: var(--text-primary) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 8px 14px !important;
  transition: color var(--transition) !important;
}
#navi .navi-in > ul > li > a:hover {
  color: var(--link-blue) !important;
}
@media (max-width: 768px) {
  #navi { display: none !important; }
}
#footer, .footer, .footer-bottom {
  background: #1d1d1f !important;
  color: #86868b !important;
}
#footer a, .footer a {
  color: #d2d2d7 !important;
}
.footer-bottom-content {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 40px 20px !important;
  text-align: center !important;
}
.footer-bottom-logo, .footer-bottom-logo a {
  color: #d2d2d7 !important;
  font-size: 14px !important;
}
#footer .footer-in {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 40px 20px 20px !important;
}
.footer-bottom.fdt-logo,
.footer-bottom.fdt-logo.cf {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 40px 20px !important;
}
.footer-bottom.fdt-logo::after { display: none !important; }
.footer-bottom .footer-bottom-logo,
.footer-bottom .footer-bottom-content {
  float: none !important;
  width: auto !important;
  text-align: center !important;
}
.footer-bottom .footer-bottom-logo { margin-bottom: 12px !important; }
.source-org.copyright { font-size: 13px !important; }
.go-to-top { z-index: 99 !important; }
#content-in {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 30px 20px !important;
}
.otona-section {
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
}
.home .content-top, .page .content-top,
.home .widget_custom_html, .page .widget_custom_html,
.home .widget-area, .page .widget-area { display: none !important; }
.otona-section--white { background: var(--bg-white); }
.otona-section--gray { background: var(--bg-gray); }
.otona-section--dark {
  background: #1d1d1f;
  color: var(--text-on-dark);
}
.otona-section-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 22px;
}
.otona-hero {
  background: linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 50%, #e8e8ed 100%);
  text-align: center;
  padding: 0;
  overflow: hidden;
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.otona-hero-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 22px 100px;
}
.otona-hero-eyebrow {
  display: block;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .009em;
  color: var(--text-tertiary);
  margin-bottom: 14px;
}
.otona-hero h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.025em;
  color: var(--text-primary);
  margin: 0;
}
.otona-gradient-text {
  background: linear-gradient(135deg, #1d1d1f 0%, #515154 50%, #1d1d1f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.otona-hero-sub {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .004em;
  color: var(--text-secondary);
  max-width: 680px;
  margin: 24px auto 0;
}
.otona-hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 48px;
}
.otona-scroll-indicator {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
}
.otona-scroll-indicator span {
  display: block;
  width: 26px;
  height: 42px;
  border: 2px solid rgba(29,29,31,.12);
  border-radius: 13px;
  position: relative;
}
.otona-scroll-indicator span::after {
  content: '';
  display: block;
  width: 4px;
  height: 8px;
  background: rgba(29,29,31,.2);
  border-radius: 2px;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  animation: otona-scroll-bounce 2.4s ease-in-out infinite;
}
@keyframes otona-scroll-bounce {
  0%,100% { opacity: 1; transform: translateX(-50%) translateY(0); }
  50% { opacity: .15; transform: translateX(-50%) translateY(14px); }
}
.otona-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 28px;
  border-radius: 980px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  border: none;
  cursor: pointer;
  letter-spacing: -.022em;
  min-height: 48px;
  transition: all 0.4s var(--ease-out);
}
.otona-btn-primary {
  background: var(--btn-blue);
  color: #fff;
}
.otona-btn-primary:hover {
  background: var(--btn-blue-hover);
  color: #fff;
  transform: scale(1.04);
  text-decoration: none;
}
.otona-btn-secondary {
  background: transparent;
  color: var(--btn-blue);
  border: 2px solid var(--btn-blue);
}
.otona-btn-secondary:hover {
  background: var(--btn-blue);
  color: #fff;
  transform: scale(1.04);
  text-decoration: none;
}
.otona-eyebrow {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--link-blue);
  text-transform: uppercase;
  margin-bottom: 0;
}
.otona-headline {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.015em;
  color: var(--text-primary);
  margin-top: 10px;
  margin-bottom: 0;
}
.otona-section--dark .otona-headline { color: var(--text-on-dark); }
.otona-subhead {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .011em;
  color: var(--text-secondary);
  margin-top: 16px;
  margin-bottom: 0;
}
.otona-section--dark .otona-subhead { color: var(--text-on-dark-secondary); }
.otona-grid {
  display: grid;
  gap: var(--card-gap);
  max-width: 100%;
  margin: 48px auto 0;
  padding: 0;
}
.otona-grid--2 { grid-template-columns: repeat(2, 1fr); }
.otona-grid--3 { grid-template-columns: repeat(3, 1fr); }
.otona-tile {
  background: var(--bg-gray) !important;
  border-radius: var(--card-radius);
  padding: 44px 32px 40px;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
  text-decoration: none !important;
  display: block;
  color: var(--text-primary) !important;
  border: 1px solid #e5e5e7;
}
.otona-section--gray .otona-tile { background: var(--bg-white) !important; border-color: #e5e5e7; }
.otona-section--white .otona-tile { background: var(--bg-gray) !important; border-color: transparent; }
.otona-section--dark .otona-tile { background: rgba(255,255,255,0.06) !important; border-color: rgba(255,255,255,0.08); }
.otona-tile:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 40px rgba(0,0,0,.08);
  text-decoration: none;
  color: var(--text-primary);
}
.otona-tile-icon {
  font-size: 48px;
  display: block;
  margin-bottom: 16px;
}
.otona-tile h3, .otona-tile-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: .007em;
  color: var(--text-primary);
  margin-bottom: 8px;
  display: block;
  border: none !important;
  padding: 0 !important;
  background: none !important;
}
.otona-section--dark .otona-tile h3,
.otona-section--dark .otona-tile-title { color: #fff; }
.otona-tile p, .otona-tile-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.016em;
  color: var(--text-secondary);
  margin: 0;
  display: block;
}
.otona-value-section {
  background: #1d1d1f;
  padding: 100px 0;
  overflow: hidden;
  text-align: center;
}
.otona-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--card-gap);
  max-width: 980px;
  margin: 0 auto;
  padding: 0 22px;
}
.otona-value-card {
  padding: 48px 28px;
  text-align: center;
  background: rgba(255,255,255,0.06);
  border-radius: var(--card-radius);
  transition: transform 0.4s var(--ease-out);
  border: 1px solid rgba(255,255,255,0.08);
}
.otona-value-card:hover {
  transform: scale(1.02);
}
.otona-value-icon {
  font-size: 48px;
  display: block;
  margin-bottom: 20px;
}
.otona-value-card h3, .otona-value-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-on-dark);
  margin-bottom: 10px;
  letter-spacing: -.005em;
  line-height: 1.2;
  display: block;
  border: none !important;
  padding: 0 !important;
  background: none !important;
}
.otona-value-card p, .otona-value-desc {
  font-size: 14px;
  color: var(--text-on-dark-secondary);
  line-height: 1.5;
  max-width: 280px;
  margin: 0 auto;
  display: block;
}
.otona-stats-ribbon {
  background: var(--bg-gray);
  padding: 80px 0;
}
.otona-stats-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.otona-stat-item {
  text-align: center;
  flex: 1;
  padding: 20px 24px;
}
.otona-stat-item:not(:last-child) {
  border-right: 1px solid var(--border-light);
}
.otona-stat-number {
  font-size: 72px;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1;
  letter-spacing: -.025em;
}
.otona-stat-unit {
  font-size: 36px;
  font-weight: 600;
  color: var(--text-primary);
}
.otona-stat-desc {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: var(--text-tertiary);
  margin-top: 8px;
}
.otona-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--card-gap);
  margin-top: 48px;
}
.otona-article-card {
  background: var(--bg-white);
  border-radius: var(--card-radius);
  overflow: hidden;
  text-decoration: none;
  color: var(--text-primary);
  display: flex;
  flex-direction: column;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
  border: 1px solid rgba(0,0,0,.04);
}
.otona-article-card:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 40px rgba(0,0,0,.08);
  text-decoration: none;
  color: var(--text-primary);
}
.otona-article-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #e8e8ed 0%, #f5f5f7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
}
.otona-article-card:nth-child(1) .otona-article-thumb { background: linear-gradient(135deg, #667eea, #764ba2); }
.otona-article-card:nth-child(2) .otona-article-thumb { background: linear-gradient(135deg, #f093fb, #f5576c); }
.otona-article-card:nth-child(3) .otona-article-thumb { background: linear-gradient(135deg, #4facfe, #00f2fe); }
.otona-article-card:nth-child(4) .otona-article-thumb { background: linear-gradient(135deg, #43e97b, #38f9d7); }
.otona-article-card:nth-child(5) .otona-article-thumb { background: linear-gradient(135deg, #fa709a, #fee140); }
.otona-article-card:nth-child(6) .otona-article-thumb { background: linear-gradient(135deg, #a18cd1, #fbc2eb); }
.otona-article-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.otona-article-cat {
  font-size: 11px;
  font-weight: 600;
  color: var(--link-blue);
  letter-spacing: .04em;
  margin-bottom: 8px;
}
.otona-article-card h3, .otona-article-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-primary);
  margin: 0 0 8px;
  display: block;
  border: none !important;
  padding: 0 !important;
  background: none !important;
}
.otona-article-excerpt {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
  flex: 1;
  display: block;
}
.otona-cta-section {
  background: var(--bg-white);
  padding: 100px 0;
  text-align: center;
}
.otona-cta-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 22px;
}
.otona-cta-section h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.015em;
  color: var(--text-primary);
  margin-bottom: 16px;
  border: none !important;
  padding: 0 !important;
  background: none !important;
}
.otona-cta-section p, .otona-cta-desc {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-secondary);
  margin-bottom: 36px;
}
.otona-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.otona-link {
  color: var(--link-blue);
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}
.otona-link::after { content: " \203A"; }
.otona-link:hover { text-decoration: underline; }
.entry-card-wrap {
  border: 1px solid var(--border-light) !important;
  border-radius: var(--card-radius) !important;
  overflow: hidden !important;
  transition: transform var(--transition), box-shadow var(--transition) !important;
  background: #fff !important;
  margin-bottom: 20px !important;
}
.entry-card-wrap:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08) !important;
}
.entry-card-title {
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  color: var(--text-primary) !important;
}
.entry-card-snippet {
  color: var(--text-secondary) !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
}
body.single .article {
  max-width: 750px !important;
  margin: 0 auto !important;
}
body.single .entry-title {
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  color: var(--text-primary) !important;
  text-align: center !important;
  margin-bottom: 20px !important;
  display: block !important;
}
body.single .entry-content {
  font-size: 16px !important;
  line-height: 2.4 !important;
  color: var(--text-primary) !important;
}
body.single .entry-content h2 {
  font-size: 26px !important;
  font-weight: 800 !important;
  text-align: center !important;
  margin: 60px 0 30px !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  color: var(--text-primary) !important;
  line-height: 1.4 !important;
}
body.single .entry-content h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin: 40px 0 20px !important;
  padding: 0 0 0 16px !important;
  border-left: 4px solid var(--link-blue) !important;
  border-bottom: none !important;
  background: none !important;
  line-height: 1.4 !important;
}
body.single .entry-content h4 {
  font-size: 17px !important;
  font-weight: 700 !important;
  margin: 30px 0 15px !important;
}
body.single .entry-content a {
  color: var(--link-blue) !important;
  text-decoration: none !important;
}
body.single .entry-content a:hover {
  text-decoration: underline !important;
}
body.single .entry-content p {
  margin-bottom: 1.8em !important;
}
.marker-yellow { background: linear-gradient(transparent 60%, #fff9c4 60%) !important; }
.marker-pink { background: linear-gradient(transparent 60%, #fce4ec 60%) !important; }
.marker-blue { background: linear-gradient(transparent 60%, #e3f2fd 60%) !important; }
#sidebar .widget {
  border: 1px solid var(--border-light) !important;
  border-radius: var(--card-radius) !important;
  padding: 20px !important;
  margin-bottom: 20px !important;
  background: #fff !important;
}
#sidebar .widget-title {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--text-primary) !important;
  margin-bottom: 12px !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
.breadcrumb {
  font-size: 12px !important;
  color: var(--text-secondary) !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 10px 20px !important;
}
.sns-share, .sns-follow { display: none !important; }
body.single .under-entry-content .sns-share { display: none !important; }
.pagination .page-numbers {
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  border: 1px solid var(--border-light) !important;
  color: var(--text-primary) !important;
  transition: all var(--transition) !important;
}
.pagination .page-numbers.current {
  background: var(--link-blue) !important;
  color: #fff !important;
  border-color: var(--link-blue) !important;
}
.wp-block-table table, .entry-content table {
  border-collapse: collapse !important;
  width: 100% !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  font-size: 14px !important;
}
.wp-block-table th, .entry-content th {
  background: var(--bg-gray) !important;
  font-weight: 700 !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
}
.wp-block-table td, .entry-content td {
  padding: 12px 16px !important;
  border-bottom: 1px solid var(--border-light) !important;
  font-size: 14px !important;
}
.blank-box, .information-box, .question-box, .alert-box {
  border-radius: 12px !important;
  border-width: 1px !important;
  padding: 20px !important;
}
.entry-content ul { list-style: none !important; padding-left: 0 !important; }
.entry-content ul li { position: relative !important; padding-left: 1.5em !important; margin-bottom: 0.5em !important; }
.entry-content ul li::before { content: "•" !important; position: absolute !important; left: 0.3em !important; color: var(--link-blue) !important; font-weight: bold !important; }
.entry-content ol { list-style: decimal !important; padding-left: 1.5em !important; }
.entry-content ol li { margin-bottom: 0.5em !important; }
.entry-content ol li::before { content: none !important; }
@media (max-width: 768px) {
  #navi { display: none !important; }
  .header-in { padding: 12px 20px !important; }
  .otona-hero {
    min-height: auto !important;
    padding: 48px 0 40px !important;
  }
  .otona-hero-content { padding: 0 20px !important; }
  .otona-hero h1 { font-size: 34px !important; letter-spacing: -.02em !important; line-height: 1.18 !important; }
  .otona-hero-eyebrow { font-size: 15px !important; }
  .otona-hero-sub { font-size: 14px !important; margin-top: 14px !important; max-width: 100% !important; line-height: 1.7 !important; }
  .otona-hero-buttons { margin-top: 24px !important; flex-direction: column !important; align-items: center !important; gap: 10px !important; }
  .otona-hero-buttons .otona-btn { min-width: 200px !important; }
  .otona-scroll-indicator { display: none !important; }
  .otona-gradient-text { background: none; -webkit-text-fill-color: var(--text-primary); }
  .otona-section { padding: 48px 0 !important; }
  .otona-section-inner { padding: 0 20px !important; }
  .otona-headline { font-size: 26px !important; line-height: 1.25 !important; }
  .otona-subhead { font-size: 14px !important; margin-top: 8px !important; }
  .otona-eyebrow { font-size: 12px !important; }
  .otona-grid { margin-top: 20px !important; gap: 10px !important; }
  .otona-grid--3 { grid-template-columns: repeat(2, 1fr) !important; }
  .otona-tile { padding: 24px 14px 20px !important; border-radius: 14px !important; }
  .otona-tile:hover { transform: none !important; box-shadow: none !important; }
  .otona-tile-icon { font-size: 28px !important; margin-bottom: 6px !important; }
  .otona-tile h3, .otona-tile-title { font-size: 15px !important; margin-bottom: 4px !important; }
  .otona-tile p, .otona-tile-desc { font-size: 11px !important; }
  .otona-value-section { padding: 40px 0 !important; }
  .otona-value-grid { grid-template-columns: 1fr !important; gap: 10px !important; padding: 0 20px !important; }
  .otona-value-card { padding: 28px 24px !important; }
  .otona-value-icon { font-size: 36px !important; margin-bottom: 10px !important; }
  .otona-value-card h3, .otona-value-title { font-size: 18px !important; }
  .otona-value-card p, .otona-value-desc { font-size: 13px !important; max-width: none !important; }
  .otona-stats-ribbon { padding: 32px 0 !important; }
  .otona-stats-inner { padding: 0 16px !important; }
  .otona-stat-item { padding: 12px 6px !important; }
  .otona-stat-number { font-size: 32px !important; }
  .otona-stat-unit { font-size: 16px !important; }
  .otona-stat-desc { font-size: 11px !important; margin-top: 2px !important; }
  .otona-articles-grid { grid-template-columns: 1fr !important; gap: 10px !important; }
  .otona-article-card { flex-direction: row !important; }
  .otona-article-card:hover { transform: none !important; }
  .otona-article-thumb { width: 120px !important; min-width: 120px !important; aspect-ratio: 1/1 !important; }
  .otona-article-body { padding: 12px 14px !important; }
  .otona-article-cat { font-size: 11px !important; margin-bottom: 4px !important; }
  .otona-article-card h3, .otona-article-title { font-size: 14px !important; line-height: 1.4 !important; display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; }
  .otona-article-excerpt { display: none !important; }
  .otona-cta-section { padding: 48px 0 !important; }
  .otona-cta-section h2 { font-size: 26px !important; }
  .otona-cta-section p, .otona-cta-desc { font-size: 14px !important; margin-bottom: 24px !important; }
  .otona-cta-buttons { flex-direction: column !important; align-items: center !important; gap: 10px !important; }
  .otona-cta-buttons .otona-btn { width: 100% !important; max-width: 260px !important; }
  .otona-cta-inner { padding: 0 20px !important; }
  body.single .article { max-width: 100% !important; padding: 0 16px !important; }
  body.single .entry-title { font-size: 22px !important; }
  body.single .entry-content h2 { font-size: 20px !important; margin: 40px 0 20px !important; }
  body.single .entry-content h3 { font-size: 18px !important; margin: 30px 0 15px !important; }
  .otona-btn { min-height: 48px !important; font-size: 15px !important; }
  .otona-anim { transform: translateY(16px); transition-duration: 0.5s; }
}
@media (max-width: 600px) {
  body.single .entry-content { font-size: 15px !important; line-height: 2.2 !important; }
  .otona-hero h1 { font-size: 28px !important; }
}
@media (max-width: 375px) {
  .otona-hero h1 { font-size: 24px !important; }
  .otona-headline { font-size: 22px !important; }
  .otona-grid--3 { grid-template-columns: 1fr !important; }
  .otona-stat-number { font-size: 26px !important; }
  .otona-stat-unit { font-size: 14px !important; }
}
.home .entry-content p:empty,
.home .entry-content > p:not([class]),
.home .entry-content > br,
.page .entry-content p:empty,
.page .entry-content > p:not([class]),
.page .entry-content > br {
  display: none !important;
}
.home .entry-content a,
.page .entry-content a { text-decoration: none !important; }
.home .entry-content h2, .home .entry-content h3,
.page .entry-content h2, .page .entry-content h3 {
  border: none !important;
  padding: 0 !important;
  background: none !important;
  margin: 0 !important;
}
.home .entry-content ul, .home .entry-content ol,
.page .entry-content ul, .page .entry-content ol {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.home .entry-content ul li::before,
.home .entry-content ol li::before,
.page .entry-content ul li::before,
.page .entry-content ol li::before {
  content: none !important;
}
.home .content-top, .page .content-top,
.home .widget_custom_html, .page .widget_custom_html,
.home #sidebar, .page #sidebar,
.home .sidebar, .page .sidebar,
.home .toc, .page .toc,
.home .date-tags, .page .date-tags,
.home .author-info, .page .author-info,
.home .entry-categories-tags, .page .entry-categories-tags,
.home .post-date, .page .post-date,
.home .post-update, .page .post-update,
.home .eye-catch, .page .eye-catch { display: none !important; }
body.admin-bar .header { top: 32px !important; }
@media (max-width: 782px) {
  body.admin-bar .header { top: 46px !important; }
}

