/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

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


:root {
  --ink: #1a1a1f;
  --ink-soft: #2c2c34;
  --paper: #f7f4ed;
  --paper-dark: #ede8de;
  --paper-soft: #faf8f3;
  --gold: #b8945a;
  --gold-deep: #8a6d3f;
  --navy: #1c2840;
  --navy-light: #2a3a5a;
  --line: #d8d2c4;
  --muted: #6b6660;
  --gray: #aaaaaa;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Noto Serif JP", "游明朝", YuMincho, serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.85;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
}

a {  }

a:focus { outline: none !important; }

a, a:hover, a:focus {

}

img { width: 100%; }

ul, li { margin: 0; }



/*----------------------------------------------------------------------
  header
----------------------------------------------------------------------*/

#top-bar-wrap {
	background: var(--ink);
}

#top-bar-wrap a {
	color: #fff;
}

#top-bar-wrap a:hover {
	color: var(--gold);
}

#top-bar {
    padding: 5px 32px;
}

.top-bar-left {
	float: right;
}

.effect-one #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	height: 1px;
}

.main-menu li a {
	-webkit-transition: none .3s ease;
	transition: none .3s ease;
	will-change: transform;
}

#menu-item-999 a {
	background: var(--ink) !important;
	color: #ffffff !important;
	line-height: 40px !important;
	margin: 17px 0 17px 15px;
}

#menu-item-999 a:hover {
	background: var(--gold);
}

#menu-item-999 a span::after {
	height: 0 !important;
}

#site-logo #site-logo-inner a img {
	-webkit-transition: none .3s ease;
	transition: none .3s ease;
	will-change: transform;
}

#site-navigation-wrap {
	right: 0;
}


/*----------------------------------------------------------------------
  footer
----------------------------------------------------------------------*/

.disclaimer-footer {
  background: var(--paper-dark);
  padding: 60px 0;
  border-top: 1px solid var(--line);
}
.disclaimer-footer .container-narrow p {
  font-size: 12px;
  line-height: 2;
  color: var(--muted);
  margin-bottom: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
.disclaimer-footer h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--ink);
  margin-bottom: 24px;
}

#footer-widgets {
	padding: 80px 0 0;
}

#footer-widgets .container {
	padding-bottom: 50px;
	border-bottom: solid 0.75px #555555;
}

#footer-widgets .container::after {
	content: '';
	display: block;
	clear: both;
}

#footer-widgets .footer-box .widget-title {
	border: none;
	color: var(--gold);
	padding-left: 0;
}

#footer-widgets .col-1 { width: 41%; }
#footer-widgets .col-2 { width: 23%; }
#footer-widgets .col-3 { width: 23%; }
#footer-widgets .col-4 { width: 13%; }

#footer-widgets .col-1 .logo-ftr {
	width: 70%;
	margin-bottom: 30px;
}

#footer-widgets .col-1 span {
	color: #ffffff;
	font-size: 120%;
	letter-spacing: 0.15em;
}

.site-footer .widget_nav_menu li:first-child {
	border: none;
}

.site-footer .widget_nav_menu li {
	padding: 8px 0;
	border: none;
}

#footer-widgets .footer-box a {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 90%;
}

#footer-bottom {
	padding: 60px 0;
}

.footer-bottom {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 40px;
	align-items: end;
}

.footer-bottom .org-info {
	text-align: left;
	line-height: 1.75;
	color: rgba(247, 244, 237, 0.55);
	font-family: "Noto Sans JP", sans-serif;
}

.footer-bottom .org-info .label {
	font-family: "Noto Serif JP", "游明朝", YuMincho, serif;
	letter-spacing: 0.3em;
	color: var(--gold);
	margin-bottom: 8px;
}

.footer-bottom .copyright {
	line-height: 1.75;
	letter-spacing: 0.2em;
	color: rgba(247, 244, 237, 0.4);
	text-align: right;
}

@media screen and (max-width:960px) { 

  #footer-widgets .col-1 .logo-ftr {
	width: 100%;
  }

  #footer-widgets .col-1 {
    font-size: 80%;
  }

}


/*----------------------------------------------------------------------
  home
----------------------------------------------------------------------*/

/* === Hero === */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--paper);
  padding-top: 0;
}
.hero-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-text .label {
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  letter-spacing: 0.4em;
  color: var(--gold-deep);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-text .label::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
}
.hero-text h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 36px;
}
.hero-text h1 .accent {
  font-style: italic;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  color: var(--gold-deep);
  font-size: 0.95em;
}
.hero-text .subcopy {
  font-size: 16px;
  line-height: 2.1;
  color: var(--ink-soft);
  margin-bottom: 24px;
  font-weight: 400;
}
.hero-text .subcopy .small-line {
  display: block;
  font-size: 15px;
  color: var(--muted);
  margin-top: 18px;
  letter-spacing: 0.05em;
}
.hero-text .signature {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: var(--muted);
  margin-bottom: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.hero-text .signature .name {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  letter-spacing: 0.1em;
  color: var(--ink);
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--ink);
  color: var(--paper);
  padding: 20px 36px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  overflow: hidden;
}
.hero-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--navy);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 0;
}
.hero-cta:hover::before {
  transform: translateY(0);
}
.hero-cta span {
  position: relative;
  z-index: 1;
}
.hero-cta .arrow {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s;
}
.hero-cta:hover .arrow {
  transform: translateX(4px);
}

.hero-image {
  position: relative;
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  overflow: hidden;
}
.hero-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse at 30% 20%, rgba(184, 148, 90, 0.15) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
}
.hero-image-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: rgba(247, 244, 237, 0.4);
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-align: center;
  padding: 20px;
}
.hero-image-placeholder .icon {
  font-size: 60px;
  margin-bottom: 16px;
  opacity: 0.3;
}
.hero-image-frame {
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(247, 244, 237, 0.15);
  pointer-events: none;
}
.hero-image-corner {
  position: absolute;
  width: 40px;
  height: 40px;
  border-color: var(--gold);
  border-style: solid;
  z-index: 1;
}
.hero-image-corner.tl { top: 24px; left: 24px; border-width: 1px 0 0 1px; }
.hero-image-corner.br { bottom: 24px; right: 24px; border-width: 0 1px 1px 0; }

.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.4em;
  color: var(--muted);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 3;
}
.scroll-indicator::after {
  content: '';
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--muted), transparent);
  animation: scrollDown 2s ease-in-out infinite;
}
@keyframes scrollDown {
  0%, 100% { transform: scaleY(1); transform-origin: top; opacity: 0.6; }
  50% { transform: scaleY(0.3); transform-origin: top; opacity: 1; }
}

/* === Section base === */
section {
  padding: 120px 0;
  position: relative;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
.container-narrow {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 32px;
}

.section-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  letter-spacing: 0.4em;
  color: var(--gold-deep);
  margin-bottom: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-label::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
}

.section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--ink);
  margin-bottom: 56px;
}


@media screen and ( max-width:1200px) {

	section {
	  padding: 100px 0;
	}
	.container {
	  max-width: 100%;
	  padding: 0 32px;
	}
 
}


@media screen and (max-width:968px) { 

	section {
	  padding: 80px 0;
	}
	.container {
	  padding: 0 32px;
	}
	.container-narrow {
	  max-width: 880px;
	  padding: 0 32px;
	}
 
}



/* === Seminar section === */
.seminar-section {
  background: var(--paper-dark);
  position: relative;
  overflow: hidden;
}
.seminar-section::before {
  content: '次回開催';
  position: absolute;
  top: 60px;
  right: -80px;
  font-family: "Cormorant Garamond", serif;
  font-size: 200px;
  font-weight: 300;
  color: rgba(184, 148, 90, 0.06);
  letter-spacing: -0.05em;
  pointer-events: none;
  white-space: nowrap;
}

.seminar-list-card {
  background: var(--paper-soft);
  padding: 64px 64px 56px;
  position: relative;
  border: 1px solid var(--line);
}
.seminar-list-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 32px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.seminar-list-name {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--ink);
  line-height: 1.6;
}
.seminar-list-fee {
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.seminar-list-fee .fee-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--gold-deep);
  text-transform: uppercase;
}
.seminar-list-fee .fee-value {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.06em;
}

.seminar-list-items {
  margin-bottom: 48px;
}
.seminar-item {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px 4px;
  border-bottom: 1px solid var(--line);
  transition: background 0.3s;
}
.seminar-item:last-child {
  border-bottom: none;
}
.seminar-item:hover {
  background: var(--paper);
}
.seminar-item-date {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.seminar-item-date .ymd {
  /*font-family: "Cormorant Garamond", serif;*/
  font-size: 22px;
  letter-spacing: 0.02em;
  color: var(--ink);
  line-height: 1.2;
}
.seminar-item-date .wd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.seminar-item.is-weekend .wd {
  color: var(--gold-deep);
}
.seminar-item-time {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}
.seminar-item-venue {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--muted);
}

.seminar-list-empty {
  padding: 48px 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  color: var(--muted);
  line-height: 2;
  background: var(--paper);
  margin-bottom: 48px;
}

.seminar-cta-area-v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  padding-top: 8px;
}

@media (max-width: 768px) {
  .seminar-list-card {
    padding: 36px 28px 32px;
  }
  .seminar-list-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .seminar-list-name {
    font-size: 18px;
  }
  .seminar-item {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "date  time"
      "venue venue";
    gap: 8px 16px;
    padding: 20px 0;
  }
  .seminar-item-date { grid-area: date; }
  .seminar-item-time { grid-area: time; text-align: right; }
  .seminar-item-venue { grid-area: venue; font-size: 12px; }
  .seminar-item-date .ymd {
    font-size: 18px;
  }
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--ink);
  color: var(--paper);
  padding: 20px 36px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  overflow: hidden;
}
.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--navy);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 0;
}
.btn-primary:hover::before {
  transform: translateY(0);
}
.btn-primary span {
  position: relative;
  z-index: 1;
}
.btn-primary .arrow {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s;
}
.btn-primary:hover .arrow {
  transform: translateX(4px);
}

/* === Story section === */
.story-section {
  background: var(--paper);
  padding: 160px 0;
}
.story-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 100px;
  align-items: start;
}
.story-side {
  position: sticky;
  top: 140px;
}
.story-side .number {
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: var(--gold-deep);
  margin-bottom: 14px;
}
.story-content h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 56px;
  color: var(--ink);
}
.story-block {
  margin-bottom: 56px;
  position: relative;
  padding-left: 32px;
  border-left: 1px solid var(--line);
}
.story-block:last-of-type {
  margin-bottom: 0;
}
.story-block::before {
  content: '';
  position: absolute;
  left: -3px;
  top: 14px;
  width: 5px;
  height: 5px;
  background: var(--gold);
  border-radius: 50%;
}
.story-block h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  color: var(--ink);
}
.story-block p {
  font-size: 15px;
  line-height: 2.1;
  color: var(--ink-soft);
  margin-bottom: 14px;
}
.story-quote {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
  color: var(--gold-deep);
  margin: 28px 0;
  letter-spacing: 0.05em;
  font-style: italic;
}

.story-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--ink);
  text-decoration: none;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  transition: color 0.3s;
}
.story-link:hover {
  color: var(--gold-deep);
}
.story-link .arrow {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  transition: transform 0.3s;
}
.story-link:hover .arrow {
  transform: translateX(4px);
}

/* === Method section === */
.method-section {
  background: var(--ink);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.method-section::before {
  content: 'METHOD';
  position: absolute;
  top: 80px;
  left: -40px;
  font-family: "Cormorant Garamond", serif;
  font-size: 220px;
  font-weight: 300;
  color: rgba(247, 244, 237, 0.03);
  letter-spacing: 0.05em;
  pointer-events: none;
}
.method-section .section-label {
  color: var(--gold);
}
.method-section .section-label::before {
  background: var(--gold);
}
.method-section .section-title {
  color: var(--paper);
}
.method-block {
  margin-bottom: 64px;
}
.method-block:last-child {
  margin-bottom: 0;
}
.method-block h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
  color: var(--paper);
}
.method-block p {
  font-size: 15px;
  line-height: 2.1;
  color: rgba(247, 244, 237, 0.78);
  margin-bottom: 16px;
}
.method-list {
  list-style: none;
  margin: 24px 0;
}
.method-list li {
  font-size: 14px;
  line-height: 2;
  color: rgba(247, 244, 237, 0.78);
  padding-left: 24px;
  position: relative;
  margin-bottom: 6px;
}
.method-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold);
}
.method-quote {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  color: var(--gold);
  margin: 28px 0;
  letter-spacing: 0.05em;
  padding: 0;
  font-style: italic;
}
.method-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(247, 244, 237, 0.15);
  border: 1px solid rgba(247, 244, 237, 0.15);
  margin: 32px 0;
}
.method-comparison > div {
  background: var(--ink);
  padding: 36px 32px;
}
.method-comparison .label {
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin-bottom: 16px;
  text-transform: uppercase;
}
.method-comparison .body {
  font-size: 15px;
  line-height: 2;
  color: rgba(247, 244, 237, 0.85);
}

.method-result-box {
  background: rgba(247, 244, 237, 0.04);
  border-left: 2px solid var(--gold);
  padding: 36px 40px;
  margin: 32px 0;
}
.method-result-box .label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.25em;
  color: var(--gold);
  margin-bottom: 18px;
}
.method-result-box ul {
  list-style: none;
}
.method-result-box li {
  font-size: 15px;
  line-height: 2.1;
  color: rgba(247, 244, 237, 0.85);
  padding-left: 24px;
  position: relative;
  margin-bottom: 4px;
}
.method-result-box li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: var(--gold);
}

.method-disclaimer {
  font-size: 12px;
  color: rgba(247, 244, 237, 0.5);
  line-height: 1.9;
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

.method-cta-block {
  margin-top: 64px;
  padding-top: 56px;
  border-top: 1px solid rgba(247, 244, 237, 0.15);
  text-align: center;
}
.method-cta-block p {
  text-align: left;
  margin-bottom: 32px;
}

.btn-light {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--paper);
  color: var(--ink);
  padding: 20px 36px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.btn-light:hover {
  background: var(--gold);
  color: var(--ink);
}
.btn-light .arrow {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  transition: transform 0.3s;
}
.btn-light:hover .arrow {
  transform: translateX(4px);
}

/* === Performance section === */
.performance-section {
  background: var(--paper);
  padding: 140px 0;
}
.performance-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 80px;
  align-items: end;
}
.performance-numbers .stat-block {
  margin-bottom: 56px;
}
.performance-numbers .stat-block:last-child {
  margin-bottom: 0;
}
.performance-numbers .stat-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.25em;
  color: var(--muted);
  margin-bottom: 12px;
}
.performance-numbers .stat-value {
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 8px;
}
.performance-numbers .stat-value .currency {
  font-size: 22px;
  color: var(--gold-deep);
  margin-right: 6px;
  vertical-align: 18px;
}
.performance-numbers .stat-value .plus {
  color: var(--gold-deep);
  font-size: 0.7em;
  vertical-align: 12px;
  margin-right: 4px;
}
.performance-numbers .stat-detail {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.05em;
}
.performance-text p {
  font-size: 15px;
  line-height: 2.1;
  color: var(--ink-soft);
  margin-bottom: 16px;
}
.performance-text .quote {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.9;
  color: var(--gold-deep);
  margin: 24px 0;
  letter-spacing: 0.05em;
  font-style: italic;
}

.trade-screenshot {
  /*background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);*/
  aspect-ratio: 16/9;
  position: relative;
  margin: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
/*.trade-screenshot::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    repeating-linear-gradient(0deg, transparent, transparent 19px, rgba(255,255,255,0.03) 19px, rgba(255,255,255,0.03) 20px),
    repeating-linear-gradient(90deg, transparent, transparent 19px, rgba(255,255,255,0.03) 19px, rgba(255,255,255,0.03) 20px);
}*/
.trade-screenshot-text {
  text-align: center;
  color: rgba(247, 244, 237, 0.5);
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  letter-spacing: 0.3em;
  z-index: 1;
}
.trade-screenshot-text .icon {
  font-size: 50px;
  margin-bottom: 16px;
  opacity: 0.4;
}

.students-block {
  margin-top: 60px;
}
.students-block h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  margin-bottom: 48px;
  color: var(--ink);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.students-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.student-card {
  background: var(--paper-soft);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
}
.student-meta {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: var(--gold-deep);
  margin-bottom: 14px;
}
.student-result {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.student-result .small {
  font-size: 16px;
  color: var(--gold-deep);
  margin-right: 4px;
}
.student-period {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  letter-spacing: 0.1em;
}
.student-comment {
  font-size: 14px;
  line-height: 1.95;
  color: var(--ink-soft);
  flex: 1;
  margin-bottom: 20px;
}

.continuity-block {
  margin-top: 80px;
  padding: 48px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: center;
}
.continuity-stat {
  text-align: center;
}
.continuity-stat .number {
  font-size: 96px;
  line-height: 1;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.03em;
}
.continuity-stat .number .plus {
  font-size: 0.5em;
  color: var(--gold-deep);
  vertical-align: 32px;
}
.continuity-stat .unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: var(--muted);
  margin-top: 8px;
}
.continuity-text p {
  font-size: 15px;
  line-height: 2.1;
  color: var(--ink-soft);
}

.disclaimer {
  margin-top: 48px;
  padding: 24px 32px;
  background: var(--paper-dark);
  border-left: 2px solid var(--muted);
  font-size: 12px;
  line-height: 1.95;
  color: var(--muted);
  font-family: "Noto Sans JP", sans-serif;
}

/* === Voices section === */
.voices-homesection {
  background: var(--paper-dark);
  padding: 140px 0;
}
.voices-homeintro {
  margin-bottom: 80px;
}
.voices-homeintro p {
  font-size: 16px;
  line-height: 2;
  color: var(--ink-soft);
}
.voice-card {
  background: var(--paper-soft);
  padding: 64px 72px;
  margin-bottom: 32px;
  position: relative;
  border: 1px solid var(--line);
}
.voice-card::before {
  content: '"';
  position: absolute;
  top: 24px;
  left: 32px;
  font-family: "Cormorant Garamond", serif;
  font-size: 80px;
  line-height: 1;
  color: var(--gold);
  opacity: 0.3;
}
.voice-headline {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.voice-meta {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.25em;
  color: var(--gold-deep);
  margin-bottom: 28px;
}
.voice-meta .result {
  display: block;
  font-size: 22px;
  letter-spacing: 0;
  color: var(--ink);
  margin-top: 8px;
}
.voice-body {
  font-size: 15px;
  line-height: 2.1;
  color: var(--ink-soft);
}
.voice-body p {
  margin-bottom: 14px;
}
.voice-body p:last-child {
  margin-bottom: 0;
}

.voices-link {
  text-align: center;
  margin-top: 48px;
}
.voices-link a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--ink);
  text-decoration: none;
  padding: 16px 32px;
  border: 1px solid var(--ink);
  transition: all 0.3s;
}
.voices-link a:hover {
  background: var(--ink);
  color: var(--paper);
}
.voices-link .arrow {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  transition: transform 0.3s;
}
.voices-link a:hover .arrow {
  transform: translateX(4px);
}

/* === Media section === */
.media-section {
  background: var(--paper);
  padding: 140px 0;
}
.media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.media-card {
  background: var(--paper-soft);
  padding: 56px 40px;
}
.media-card .label {
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--gold-deep);
  margin-bottom: 20px;
}
.media-card h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
  line-height: 1.6;
  color: var(--ink);
}
.media-card p {
  font-size: 14px;
  line-height: 2;
  color: var(--ink-soft);
  margin-bottom: 16px;
}
.media-card .quote {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.9;
  color: var(--gold-deep);
  font-style: italic;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 16px 0;
}
.media-card .placeholder {
  background: var(--paper-dark);
  aspect-ratio: 4/5;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-align: center;
}
.media-card .sns-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.media-card .sns-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: var(--paper);
  text-decoration: none;
  color: var(--ink);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
.media-card .sns-links a:hover {
  background: var(--ink);
  color: var(--paper);
}

/* === Mission section === */
.mission-section {
  background: var(--navy);
  color: var(--paper);
  padding: 160px 0;
  position: relative;
  overflow: hidden;
}
.mission-section::before {
  content: 'MISSION';
  position: absolute;
  bottom: 60px;
  right: -40px;
  font-family: "Cormorant Garamond", serif;
  font-size: 240px;
  font-weight: 300;
  color: rgba(247, 244, 237, 0.04);
  letter-spacing: 0.05em;
  pointer-events: none;
}
.mission-section .section-label {
  color: var(--gold);
}
.mission-section .section-label::before {
  background: var(--gold);
}
.mission-section .section-title {
  color: var(--paper);
}
.mission-block {
  margin-bottom: 56px;
}
.mission-block h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
  color: var(--paper);
}
.mission-block p {
  font-size: 15px;
  line-height: 2.1;
  color: rgba(247, 244, 237, 0.8);
  margin-bottom: 14px;
}
.mission-quote {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.9;
  color: var(--gold);
  margin: 32px 0;
  letter-spacing: 0.06em;
  font-style: italic;
}
.mission-final {
  text-align: center;
  margin-top: 80px;
  padding-top: 56px;
  border-top: 1px solid rgba(247, 244, 237, 0.15);
}
.mission-final .quote {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.9;
  color: var(--gold);
  letter-spacing: 0.08em;
  margin-bottom: 32px;
  font-style: italic;
}
.mission-final .signature {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: rgba(247, 244, 237, 0.7);
}

/* === Blog section === */
.blog-section {
  background: var(--paper);
  padding: 140px 0;
}
.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 60px;
}
.blog-header .section-title {
  margin-bottom: 0;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.blog-card {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.4s;
}
.blog-card:hover {
  transform: translateY(-4px);
}
.blog-thumb {
  /*background: linear-gradient(135deg, var(--paper-dark) 0%, var(--line) 100%);*/
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  letter-spacing: 0.3em;
}
.blog-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  /*background: linear-gradient(180deg, transparent 60%, rgba(26, 26, 31, 0.1) 100%);*/
}
.blog-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.blog-date {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.15em;
}
.blog-category {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold-deep);
  padding: 1px 10px;
  border: 1px solid var(--gold);
}
.blog-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: var(--ink);
  transition: color 0.3s;
}
.blog-card:hover .blog-title {
  color: var(--gold-deep);
}

/* === Final CTA === */
.final-cta {
  background: var(--ink);
  color: var(--paper);
  padding: 160px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(184, 148, 90, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.final-cta-inner {
  position: relative;
  z-index: 1;
}
.final-cta .section-label {
  justify-content: center;
  color: var(--gold);
}
.final-cta .section-label::before {
  background: var(--gold);
}
.final-cta h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 48px;
  color: var(--paper);
}
.final-cta p {
  font-size: 16px;
  line-height: 2.1;
  color: rgba(247, 244, 237, 0.8);
  max-width: 720px;
  margin: 0 auto 16px;
}
.final-cta .points {
  list-style: none;
  margin: 32px 0 48px;
  text-align: left;
  display: inline-block;
}
.final-cta .points li {
  font-size: 15px;
  line-height: 2.2;
  color: rgba(247, 244, 237, 0.85);
  padding-left: 24px;
  position: relative;
}
.final-cta .points li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: var(--gold);
}
.final-cta .small {
  font-size: 18px;
  color: var(--gold);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.final-cta .notes {
  margin-top: 32px;
  font-size: 12px;
  color: rgba(247, 244, 237, 0.5);
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
}


/* === Responsive === */
@media (max-width: 1200px) {
  .hero-text .label {
    font-size: 11px;
  }
  .hero-text h1 {
    font-size: 42px;
  }

}

@media (max-width: 1000px) {
  body.default-breakpoint #site-navigation-wrap {
    display: none;
  }
  body.default-breakpoint .oceanwp-mobile-menu-icon {
    display: block;
  }
}

@media screen and (max-width:968px) { 
  .hero-grid,
  .performance-hero,
  .story-grid,
  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .story-side {
    position: static;
  }
  .hero-text h1 {
    font-size: 38px;
  }
  .section-title {
    font-size: 28px;
  }
  .seminar-card {
    padding: 48px 32px;
  }
  .seminar-meta {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .seminar-divider {
    display: none;
  }
  .seminar-date .day {
    font-size: 30px;
  }
    .seminar-date .time {
    font-size: 14px;
  }
  .seminar-info {
    font-size: 16px;
  }
  .voice-card::before {
    top: 12px;
    left: 20px;
    font-size: 60px;
  }
  .students-grid,
  .blog-grid,
  .media-grid {
    grid-template-columns: 1fr;
  }
  .method-comparison {
    grid-template-columns: 1fr;
  }
  .continuity-block {
    grid-template-columns: 1fr;
  }
  .blog-header {
    flex-direction: column;
    align-items: start;
    gap: 32px;
  }
  .final-cta h2 {
    font-size: 30px;
  }
  .hero-text h1 {
    font-size: 40px;
  }
  .voice-card {
    padding: 40px 32px;
  }
  .voice-headline {
    font-size: 20px;
  }
}



/* === Animations === */
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }
}



/*----------------------------------------------------------------------
  page common
----------------------------------------------------------------------*/

.page-hero {
  background: var(--paper-dark);
  padding: 120px 0 100px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: attr(data-en);
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  font-family: "Cormorant Garamond", serif;
  font-size: 200px;
  font-weight: 300;
  color: rgba(184, 148, 90, 0.06);
  letter-spacing: 0.05em;
  pointer-events: none;
  white-space: nowrap;
}
.page-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1;
}
.breadcrumb {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--muted);
  margin-bottom: 32px;
}
.breadcrumb a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.3s;
}
.breadcrumb a:hover { color: var(--gold-deep); }
.breadcrumb .sep {
  margin: 0 12px;
  color: var(--line);
}
.page-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  letter-spacing: 0.4em;
  color: var(--gold-deep);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-label::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
}
.page-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--ink);
  margin-bottom: 24px;
}
.page-subtitle {
  font-size: 16px;
  line-height: 2;
  color: var(--ink-soft);
  max-width: 720px;
}


.section-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  letter-spacing: 0.4em;
  color: var(--gold-deep);
  margin-bottom: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-label::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
}
.section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--ink);
  margin-bottom: 56px;
}

/* === Buttons === */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--ink);
  color: var(--paper);
  padding: 20px 36px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--navy);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 0;
}
.btn-primary:hover::before { transform: translateY(0); }
.btn-primary span { position: relative; z-index: 1; }
.btn-primary .arrow {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s;
}
.btn-primary:hover .arrow { transform: translateX(4px); }

.btn-light {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--paper);
  color: var(--ink);
  padding: 20px 36px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.btn-light:hover { background: var(--gold); }
.btn-light .arrow {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  transition: transform 0.3s;
}
.btn-light:hover .arrow { transform: translateX(4px); }

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--ink);
  text-decoration: none;
  padding: 16px 32px;
  border: 1px solid var(--ink);
  transition: all 0.3s;
  background: transparent;
  cursor: pointer;
}
.btn-outline:hover { background: var(--ink); color: var(--paper); }
.btn-outline .arrow {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  transition: transform 0.3s;
}
.btn-outline:hover .arrow { transform: translateX(4px); }

/* === Disclaimer === */
.disclaimer {
  margin-top: 48px;
  padding: 24px 32px;
  background: var(--paper-dark);
  border-left: 2px solid var(--muted);
  font-size: 12px;
  line-height: 1.95;
  color: var(--muted);
  font-family: "Noto Sans JP", sans-serif;
}



@media screen and (max-width:968px) { 

  .page-hero { padding: 80px 0; }

  .story-toc li {
    float: left;
	width: 25%;
  }

}


@media screen and (max-width:640px) { 

  .story-toc li {
	width: 50%;
  }

}



/*----------------------------------------------------------------------
  profil
----------------------------------------------------------------------*/

.profile-card {
  background: var(--paper-soft);
  border: 1px solid var(--line);
  padding: 56px;
  margin: -70px auto 0;
  max-width: 1080px;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 56px;
  align-items: center;
}
.profile-card-corner {
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: var(--gold);
  border-style: solid;
}
.profile-card-corner.tl { top: -1px; left: -1px; border-width: 1px 0 0 1px; }
.profile-card-corner.br { bottom: -1px; right: -1px; border-width: 0 1px 1px 0; }
.profile-photo {
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: rgba(247, 244, 237, 0.4);
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-align: center;
}
.profile-photo .icon { font-size: 50px; margin-bottom: 12px; opacity: 0.3; }
.profile-info dt {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--gold-deep);
  margin-bottom: 4px;
  margin-top: 16px;
}
.profile-info dt:first-child { margin-top: 0; }
.profile-info dd {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink);
  margin-bottom: 8px;
}
.profile-info .name {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.profile-info .name-ruby {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 16px;
}

/* Story */
.story-section {
  background: var(--paper);
  padding: 140px 0;
}
.story-wrap {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  align-items: start;
}
.story-toc {
  position: sticky;
  top: 140px;
}
.story-toc-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--gold-deep);
  margin-bottom: 24px;
}
.story-toc ul { list-style: none; }
.story-toc li { margin-bottom: 14px; }
.story-toc a {
  display: block;
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
  text-decoration: none;
  padding-left: 16px;
  border-left: 1px solid var(--line);
  transition: all 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.story-toc a:hover {
  color: var(--ink);
  border-left-color: var(--gold);
}
.story-toc .num {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  color: var(--gold-deep);
  display: block;
  margin-bottom: 2px;
  letter-spacing: 0.2em;
}

.chapter {
  margin-bottom: 100px;
  scroll-margin-top: 120px;
}
.chapter:last-child { margin-bottom: 0; }
.chapter-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  letter-spacing: 0.4em;
  color: var(--gold-deep);
  margin-bottom: 16px;
}
.chapter-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 32px !important;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  color: var(--ink);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.chapter p {
  font-size: 15px;
  line-height: 2.2;
  color: var(--ink-soft);
  margin-bottom: 18px;
}
.chapter .quote {
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.9;
  color: var(--gold-deep);
  margin: 32px 0;
  letter-spacing: 0.05em;
  font-style: italic;
  padding: 0 0 0 24px;
  border-left: 2px solid var(--gold);
}
.chapter .list {
  list-style: none;
  margin: 24px 0;
}
.chapter .list li {
  font-size: 15px;
  line-height: 2;
  color: var(--ink-soft);
  padding-left: 24px;
  position: relative;
  margin-bottom: 4px;
}
.chapter .list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold);
}
.chapter .signature {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: var(--muted);
}
.chapter .signature .name-jp {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  color: var(--ink);
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media (max-width: 968px) {
  .profile-card {
    grid-template-columns: 1fr;
    margin: -60px 16px 0;
    padding: 32px;
  }
  .story-wrap { grid-template-columns: 1fr; }
  .story-toc { position: static; }
  .chapter-title { font-size: 24px; }
}




/*----------------------------------------------------------------------
  shinobi
----------------------------------------------------------------------*/

.shinobi-section {
  background: var(--paper);
  padding: 140px 0;
}
.shinobi-intro {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.shinobi-intro .big-quote {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: var(--ink);
  margin: 48px 0;
  padding: 32px 0;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  font-weight: 500;
}
.shinobi-intro p {
  font-size: 16px;
  line-height: 2.1;
  color: var(--ink-soft);
  margin-bottom: 16px;
}
.shinobi-meaning {
  background: var(--ink);
  color: var(--paper);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.shinobi-meaning::before {
  content: '忍';
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  font-family: "Noto Serif JP", serif;
  font-size: 400px;
  font-weight: 300;
  color: rgba(184, 148, 90, 0.04);
  pointer-events: none;
  line-height: 1;
}
.shinobi-meaning .container-narrow {
  position: relative;
  z-index: 1;
}
.shinobi-meaning h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
  color: var(--gold);
}
.shinobi-meaning .principles {
  list-style: none;
  margin: 32px 0;
}
.shinobi-meaning .principles li {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 2;
  color: rgba(247, 244, 237, 0.9);
  padding: 16px 0;
  border-bottom: 1px solid rgba(247, 244, 237, 0.1);
  display: flex;
  align-items: center;
  gap: 24px;
}
.shinobi-meaning .principles li:last-child { border-bottom: none; }
.shinobi-meaning .principles .num {
  font-family: "Cormorant Garamond", serif;
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 0.3em;
  min-width: 60px;
}
.shinobi-meaning p {
  font-size: 15px;
  line-height: 2.1;
  color: rgba(247, 244, 237, 0.7);
  margin-bottom: 16px;
}
.shinobi-detail {
  background: var(--paper-dark);
  padding: 120px 0;
}
.shinobi-detail-card {
  background: var(--paper-soft);
  padding: 64px;
  position: relative;
  border: 1px solid var(--line);
  max-width: 880px;
  margin: 0 auto;
}
.shinobi-detail-card::before, .shinobi-detail-card::after {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: var(--gold);
  border-style: solid;
}
.shinobi-detail-card::before { top: -1px; left: -1px; border-width: 1px 0 0 1px; }
.shinobi-detail-card::after { bottom: -1px; right: -1px; border-width: 0 1px 1px 0; }
.shinobi-detail-card h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}
.shinobi-detail-card .topic-list {
  list-style: none;
  margin: 32px 0;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.shinobi-detail-card .topic-list li {
  font-size: 14px;
  color: var(--ink-soft);
  padding: 8px 0;
  padding-left: 28px;
  position: relative;
  letter-spacing: 0.05em;
}
.shinobi-detail-card .topic-list li::before {
  content: '◇';
  position: absolute;
  left: 0;
  color: var(--gold);
}
.shinobi-detail-card p {
  font-size: 15px;
  line-height: 2.1;
  color: var(--ink-soft);
  margin-bottom: 14px;
}
.shinobi-detail-card .closing {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: italic;
  color: var(--gold-deep);
  line-height: 1.9;
}
.shinobi-cta-area {
  text-align: center;
  margin-top: 32px
}

@media (max-width: 968px) {
  .shinobi-intro .big-quote { font-size: 22px; }
  .shinobi-detail-card { padding: 40px 28px; }
}



/*----------------------------------------------------------------------
  voices
----------------------------------------------------------------------*/

.voices-intro {
  background: var(--paper);
  padding: 80px 0 40px;
}
.voices-intro p {
  font-size: 15px;
  line-height: 2.1;
  color: var(--ink-soft);
  margin-bottom: 16px;
}
.voices-intro .privacy-note {
  margin-top: 32px;
  padding: 16px 24px;
  background: var(--paper-dark);
  border-left: 2px solid var(--gold);
  font-size: 13px;
  color: var(--muted);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
}
.voices-section {
  padding: 80px 0;
  background: var(--paper);
}
.voices-section.alt { background: var(--paper-dark); }
.section-heading {
  margin-bottom: 56px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.section-heading .num {
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  letter-spacing: 0.4em;
  color: var(--gold-deep);
  margin-bottom: 12px;
}
.section-heading h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.06em;
  color: var(--ink);
}
.result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.result-card {
  background: var(--paper-soft);
  padding: 48px 36px;
  display: flex;
  flex-direction: column;
}
.result-meta {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold-deep);
  margin-bottom: 16px;
  line-height: 1.7;
}
.result-value {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.result-value .small {
  font-size: 18px;
  color: var(--gold-deep);
  margin-right: 4px;
}
.result-period {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
  letter-spacing: 0.1em;
}
.result-comment {
  font-size: 14px;
  line-height: 2;
  color: var(--ink-soft);
  flex: 1;
}
.seminar-voices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.seminar-voice {
  background: var(--paper-soft);
  padding: 36px 40px;
  border-left: 2px solid var(--gold);
  position: relative;
}
.seminar-voice::before {
  content: '"';
  position: absolute;
  top: 12px;
  right: 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  line-height: 1;
  color: var(--gold);
  opacity: 0.3;
}
.seminar-voice p {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 2;
  color: var(--ink-soft);
  margin-bottom: 20px;
}
.seminar-voice .speaker {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--gold-deep);
}
@media (max-width: 968px) {
  .result-grid, .seminar-voices-grid { grid-template-columns: 1fr; }
}



/*----------------------------------------------------------------------
  company
----------------------------------------------------------------------*/

.company-section {
  background: var(--paper);
  padding: 100px 0;
}
.company-table {
  width: 100%;
  border-top: 1px solid var(--ink);
  margin-bottom: 80px;
}
.company-table dl {
  display: grid;
  grid-template-columns: 240px 1fr;
  border-bottom: 1px solid var(--line);
}
.company-table dt {
  padding: 24px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--gold-deep);
}
.company-table dd {
  padding: 24px 0;
  font-size: 15px;
  line-height: 1.9;
  color: var(--ink-soft);
}
.company-table dd ul {
  list-style: none;
  margin: 0;
}
.company-table dd ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 4px;
}
.company-table dd ul li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: var(--gold);
}
.partner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-bottom: 60px;
}
.partner-card {
  background: var(--paper-soft);
  padding: 48px;
  position: relative;
}
.partner-card .partner-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--gold-deep);
  margin-bottom: 16px;
}
.partner-card h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.partner-card dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px 16px;
  margin-bottom: 32px;
}
.partner-card dt {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--muted);
  padding-top: 4px;
}
.partner-card dd {
  font-size: 14px;
  line-height: 1.9;
  color: var(--ink-soft);
}
.partner-card .role {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.partner-card .role-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: var(--gold-deep);
  margin-bottom: 12px;
}
.partner-card .role ul {
  list-style: none;
}
.partner-card .role li {
  font-size: 13px;
  line-height: 2;
  color: var(--ink-soft);
  padding-left: 18px;
  position: relative;
}
.partner-card .role li::before {
  content: '◇';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 10px;
  top: 6px;
}
.related-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 968px) {
  .company-table dl { grid-template-columns: 1fr; gap: 8px; padding: 16px 0; }
  .company-table dt, .company-table dd { padding: 0; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-card { padding: 32px; }
}


/*----------------------------------------------------------------------
  tokushou
----------------------------------------------------------------------*/

.legal-section { background: var(--paper); padding: 100px 0; }
.legal-table {
  width: 100%;
  border-top: 1px solid var(--ink);
}
.legal-table dl {
  display: grid;
  grid-template-columns: 280px 1fr;
  border-bottom: 1px solid var(--line);
}
.legal-table dt {
  padding: 28px 32px 28px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: var(--gold-deep);
  font-weight: 500;
}
.legal-table dd {
  padding: 28px 0;
  font-size: 14px;
  line-height: 2;
  color: var(--ink-soft);
}
.legal-table dd .partner-block {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--line);
}
.legal-table dd .partner-block:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.legal-table dd strong {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}
.legal-table dd .price {
  display: block;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: var(--ink);
  margin: 4px 0;
}
.legal-table dd .price-note {
  font-size: 12px;
  color: var(--muted);
}
@media (max-width: 968px) {
  .legal-table dl { grid-template-columns: 1fr; gap: 8px; padding: 16px 0; }
  .legal-table dt, .legal-table dd { padding: 0; }
}



/*----------------------------------------------------------------------
  privacy
----------------------------------------------------------------------*/

.privacy-section { background: var(--paper); padding: 100px 0; }
.privacy-intro {
  font-size: 15px;
  line-height: 2.1;
  color: var(--ink-soft);
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 56px;
}
.privacy-block { margin-bottom: 56px; }
.privacy-block h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
  color: var(--ink);
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.privacy-block h2 .num {
  letter-spacing: 0.3em;
  color: var(--gold-deep);
}
.privacy-block h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  margin: 24px 0 12px;
  color: var(--ink);
  letter-spacing: 0.04em;
}
.privacy-block p {
  font-size: 14px;
  line-height: 2.1;
  color: var(--ink-soft);
  margin-bottom: 12px;
}
.privacy-block ul {
  list-style: none;
  margin: 12px 0;
}
.privacy-block ul li {
  font-size: 14px;
  line-height: 2;
  color: var(--ink-soft);
  padding-left: 20px;
  position: relative;
}
.privacy-block ul li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: var(--gold);
}
.privacy-block .contact-info {
  background: var(--paper-soft);
  padding: 24px 32px;
  margin-top: 16px;
  border-left: 2px solid var(--gold);
}
.privacy-block .contact-info p { margin-bottom: 4px; }
.privacy-footer {
  text-align: right;
  margin-top: 80px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.9;
}



/*----------------------------------------------------------------------
  contact
----------------------------------------------------------------------*/

.contact-section { background: var(--paper); padding: 100px 0; }
.contact-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
  align-items: start;
}
.contact-form {
  background: var(--paper-soft);
  border: 1px solid var(--line);
  padding: 56px;
  position: relative;
}
.contact-form::before, .contact-form::after {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: var(--gold);
  border-style: solid;
}
.contact-form::before { top: -1px; left: -1px; border-width: 1px 0 0 1px; }
.contact-form::after { bottom: -1px; right: -1px; border-width: 0 1px 1px 0; }
.contact-form .response-time {
  font-size: 13px;
  color: var(--gold-deep);
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.wpcf7-form { margin-bottom: 28px; }
.wpcf7-form label {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--gold-deep);
  margin-bottom: 10px;
}
.wpcf7-form label .req {
  color: var(--gold);
  margin-left: 10px;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  color: var(--ink);
  transition: border-color 0.3s;
  font-family: inherit;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: var(--gold);
}
.wpcf7-form textarea { min-height: 160px; resize: vertical; }
.wpcf7-acceptance {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 28px 0;
  font-size: 13px;
  color: var(--ink-soft);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.wpcf7-acceptance input {
	margin-top: 0;
}
.wpcf7-acceptance a {
  color: var(--gold-deep);
  text-decoration: underline;
}
.wpcf7-acceptance a:hover {
  text-decoration: none;
}
.wpcf7-list-item {
	margin: 0;
}


.wpcf7-submit {
  margin-top: 40px;
}

.wpcf7-form  input[type="submit"] {
  align-items: center;
  gap: 14px;
  background: var(--ink);
  color: var(--paper);
  padding: 20px 36px;
  margin-left: 35%;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.wpcf7-form  input[type="submit"]::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--navy);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 0;
}
.wpcf7-form  input[type="submit"]:hover::before { transform: translateY(0); }


.contact-aside {
  position: sticky;
  top: 140px;
}
.contact-info-card {
  background: var(--paper-soft);
  border-left: 2px solid var(--gold);
  padding: 32px;
  margin-bottom: 24px;
}
.contact-info-card .label {
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--gold-deep);
  margin-bottom: 12px;
}
.contact-info-card h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}
.contact-info-card p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--ink-soft);
}
.contact-info-card .email {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  color: var(--ink);
  letter-spacing: 0.05em;
}
.contact-info-card .tel {
  font-size: 18px;
  color: var(--ink);
  letter-spacing: 0.05em;
  margin-top: 8px;
  display: block;
}
.contact-info-card .note {
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
}
@media (max-width: 968px) {

  .wpcf7-form  input[type="submit"] {
    width: 100%;
    margin-left: 0%;
  }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 32px; }
  .contact-aside { position: static; }
}



/*----------------------------------------------------------------------
  blog
----------------------------------------------------------------------*/

.blog-section { background: var(--paper); padding: 80px 0; }
.blog-categories {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.blog-category-btn {
  padding: 10px 24px;
  background: transparent;
  border: 1px solid var(--line);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--ink);
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.blog-category-btn:hover, .blog-category-btn.active {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
.blog-list-card {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.4s;
}
.blog-list-card:hover { transform: translateY(-4px); }
.blog-list-thumb {
  background: linear-gradient(135deg, var(--paper-dark) 0%, var(--line) 100%);
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  letter-spacing: 0.3em;
}
.blog-list-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.blog-list-date {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.15em;
}
.blog-list-cat {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold-deep);
  padding: 1px 10px;
  border: 1px solid var(--gold);
}
.blog-list-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 12px;
  transition: color 0.3s;
}
.blog-list-card:hover .blog-list-title { color: var(--gold-deep); }
.blog-list-excerpt {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
}
.oceanwp-pagination {
  padding: 40px 0;
  border-top: 1px solid var(--line);
}
ul.page-numbers { text-align: center; }
.oceanwp-pagination a, .oceanwp-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid var(--line);
  transition: all 0.3s;
}
.oceanwp-pagination a:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.oceanwp-pagination .current,
.oceanwp-pagination .current:hover {
	background: var(--ink);
	color: #ffffff !important;
	font-size: 12px !important;
	border: solid 1px var(--ink) !important;
	vertical-align: 2px;
}
.oceanwp-pagination .next { vertical-align: 1px; }
.oceanwp-pagination .prev { vertical-align: 1px; }
.blog-cta {
  background: var(--paper-dark);
  padding: 64px 56px;
  text-align: center;
  margin-top: 60px;
}
.blog-cta h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
.blog-cta p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--ink-soft);
  margin-bottom: 24px;
}
.blog-cta .sns {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
}
.blog-cta .sns a {
  color: var(--gold-deep);
  text-decoration: none;
}

.comment-form-url { display: none; }

@media (max-width: 968px) {
  .blog-list { grid-template-columns: 1fr; }
}




/*----------------------------------------------------------------------
  post
----------------------------------------------------------------------*/

.content-area {
	border-right-color: var(--line);
}

.single .entry-content {
	margin-top: 60px;
}

.single .entry-title,
.single-post ul.meta, .single.ocean-cpt ul.meta {
	border: none;
}

.entry-content h2 {
	padding: 15px 0;
	margin: 40px 0;
	border-top: solid 1px var(--line);
	border-bottom: solid 1px var(--line);
	
}

#related-posts {
	padding-bottom: 0;
}

#related-posts .col {
	text-align: left;
}

#related-posts {
	margin-top: 60px;
	border-top: solid 1px var(--line);
}

#comments {
	border-top: solid 1px var(--line);
}

.related-post-title {
	margin: 12px 0 3px;
}

.theme-heading .text::before {
	vertical-align: -1px;
}

.comments-area {
	padding-bottom: 0;
}

.comment-body {
	border-bottom: 1px solid var(--line);
}

@media (max-width: 968px) {
  .comment-form-cookies-consent label { display: contents; }
  .form-submit { margin-left: 20px;}
}

/*----------------------------------------------------------------------
  sidebar
----------------------------------------------------------------------*/

.widget_categories li:first-child,
.widget_categories li {
	border: none;
}

.npcatch li {
    margin-bottom: 15px;
}

.npcatch a {
    display: flex;
}

.npcatch figure {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    overflow: hidden;
}

.npcatch figure img {
    display: inline-block;
    transform: scale(1);
    transition: all 0.3s ease;
    vertical-align: bottom;
}

.npcatch a:hover figure img {
    transform: scale(1.1);
}

.npcatch .detail {
    width: calc(100% - 88px);
    line-height: 1.4;
    text-align: left;
    letter-spacing: 0.04em;
}

/*.npcatch a:hover .detail .title {
    color: #eb625e;
    transition: all 0.3s ease;
}*/

.npcatch .detail .date {
    display: block;
    margin-top: 4px;
    font-size: 80%;
}

#wpcategorieswidget-2 li > ul {
	padding-left: 0 !important;
}

.cat-item a {
    position: relative !important;
    display: block !important;
	background: var(--paper-dark);
    width: 100%;
    padding: 3% 0 3% 5%;
	margin-bottom: 10px;
	color: var(--ink) !important;
}

.cat-item a:hover {
	color: var(--gold) !important;
}

.cat-item .cat-count-span {
	position: absolute;
    top: 15%;
    right: 5%;
}

.cat-item .post-count {
	background: var(--ink) !important;
	color: #ffffff  !important;
    padding: 2% 2% 0;
    font-size: 80%;
    line-height: 2.0em;
	border-radius: 0  !important;
}

#block-13 .widget {
    margin-block-start: 16px !important;
}


.new-post-list__item a:hover .new-post-list__title {
    color: #094f83 !important;
}


@media screen and (max-width: 960px) {

    .cat-item .cat-count-span {
        top: 19%;
    }

}



/*----------------------------------------------------------------------
  other
----------------------------------------------------------------------*/

.pc { display: inline-block; }
.sp { display: none; }

@media screen and (max-width:968px) { 

  .pc { display: none; }
  .sp { display: inline-block; }

}
