:root {
      --lp-white: #fff;
      --lp-ivory: #fcf9f5;
      --lp-pink: #f8efed;
      --lp-pink-deep: #ead7d2;
      --lp-text: #403a36;
      --lp-sub: #786e68;
      --lp-gold: #b99a62;
      --lp-gold-text: #8f6f3e;
      --lp-line: #eadfd5;
      --lp-shadow: 0 18px 48px rgba(95, 72, 58, .08);
    }

    /* Cocoonの既存ヘッダー・フッターを残し、トップ本文だけを全幅表示 */
    body.home #header .logo-header,
    body.home #header-img {
      display: none !important;
    }
    body.home #header-in {
      min-height: 0 !important;
      height: auto !important;
    }
    body.home #content,
    body.home #content-in {
      width: 100%;
      max-width: none;
      margin: 0;
      padding: 0;
    }
    body.home #main {
      width: 100%;
      max-width: none;
      margin: 0;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
    }
    body.home #sidebar {
      display: none !important;
    }

    .laporin-home, .laporin-home * { box-sizing: border-box; }
    .laporin-home {
      margin: 0;
      background: var(--lp-white);
      color: var(--lp-text);
      font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
      line-height: 1.9;
    }
    .laporin-home img { display: block; max-width: 100%; }
    .laporin-home a { color: inherit; }
    .laporin-home a:focus-visible {
      outline: 2px solid var(--lp-gold-text);
      outline-offset: 4px;
      border-radius: 4px;
    }
    .laporin-home h1, .laporin-home h2, .laporin-home h3, .laporin-home p { overflow-wrap: anywhere; }
    .laporin-home h1, .laporin-home h2, .laporin-home h3 {
      margin-top: 0;
      color: var(--lp-text);
      font-weight: 500;
      line-height: 1.48;
    }
    .laporin-home h1 { margin-bottom: 20px; font-size: clamp(30px, 5vw, 52px); }
    .laporin-home h2 { margin-bottom: 20px; font-size: clamp(25px, 4vw, 38px); }
    .laporin-home h3 { margin-bottom: 10px; font-size: 19px; }

    .laporin-home { overflow: hidden; background: var(--lp-white); }
    .lp-inner { width: min(calc(100% - 32px), 1080px); margin: 0 auto; }
    .lp-preview-menu {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(255,255,255,.94);
      border-bottom: 1px solid var(--lp-line);
      backdrop-filter: blur(10px);
    }
    .lp-preview-menu__inner {
      width: min(calc(100% - 32px), 1080px);
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      min-height: 62px;
    }
    .lp-preview-menu__logo {
      color: var(--lp-text);
      font-size: 16px;
      letter-spacing: .06em;
      text-decoration: none;
      white-space: nowrap;
    }
    .lp-preview-menu__links {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 8px 16px;
      flex-wrap: wrap;
      color: var(--lp-sub);
      font-size: 13px;
    }
    .lp-preview-menu__links a {
      padding: 6px 0;
      text-decoration: none;
      border-bottom: 1px solid transparent;
    }
    .lp-preview-menu__links a:hover,
    .lp-preview-menu__links a[aria-current="page"] {
      color: var(--lp-text);
      border-bottom-color: var(--lp-gold);
    }
    .lp-preview-menu__dropdown {
      position: relative;
      display: none;
      margin-left: auto;
    }
    .lp-preview-menu__dropdown summary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 38px;
      padding: 8px 16px;
      color: var(--lp-text);
      background: rgba(255,255,255,.86);
      border: 1px solid var(--lp-line);
      border-radius: 999px;
      cursor: pointer;
      font-size: 13px;
      letter-spacing: .08em;
      list-style: none;
      box-shadow: 0 10px 28px rgba(95,72,58,.07);
    }
    .lp-preview-menu__dropdown summary::-webkit-details-marker { display: none; }
    .lp-preview-menu__dropdown summary::after {
      content: "";
      width: 7px;
      height: 7px;
      border-right: 1px solid var(--lp-gold-text);
      border-bottom: 1px solid var(--lp-gold-text);
      transform: rotate(45deg) translateY(-2px);
      transition: transform .2s ease;
    }
    .lp-preview-menu__dropdown[open] summary::after {
      transform: rotate(225deg) translateY(-1px);
    }
    .lp-preview-menu__dropdown-panel {
      position: absolute;
      top: calc(100% + 10px);
      right: 0;
      width: min(300px, calc(100vw - 32px));
      padding: 10px;
      background: rgba(255,255,255,.97);
      border: 1px solid var(--lp-line);
      border-radius: 16px;
      box-shadow: 0 18px 48px rgba(95,72,58,.13);
    }
    .lp-preview-menu__dropdown-panel a {
      display: block;
      padding: 10px 12px;
      color: var(--lp-sub);
      border-radius: 10px;
      text-decoration: none;
      font-size: 14px;
      line-height: 1.5;
    }
    .lp-preview-menu__dropdown-panel a:hover,
    .lp-preview-menu__dropdown-panel a[aria-current="page"] {
      color: var(--lp-text);
      background: var(--lp-ivory);
    }
    .lp-section { padding: 52px 0; background: var(--lp-white); }
    .lp-soft { background: linear-gradient(180deg, var(--lp-white), var(--lp-pink)); }
    .lp-label {
      margin: 0 0 10px;
      color: var(--lp-gold-text);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 12px;
      letter-spacing: .12em;
      text-transform: uppercase;
    }
    .lp-intro { max-width: 640px; margin: 0 0 24px; color: var(--lp-sub); }
    .lp-center { text-align: center; }
    .lp-center .lp-intro { margin-right: auto; margin-left: auto; }
    .lp-note { margin-top: 16px; color: var(--lp-sub); font-size: 13px; }

    .lp-hero {
      padding: 22px 0 38px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.78), rgba(248,239,237,.95)),
        radial-gradient(circle at 76% 18%, rgba(185,154,98,.15), transparent 32%),
        var(--lp-pink);
    }
    .lp-hero__grid,
    .lp-two {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 44px;
    }
    .lp-lead { max-width: 560px; margin: 0 0 24px; font-size: 16px; color: var(--lp-sub); }
    .lp-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
    .lp-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 12px 26px;
      border-radius: 999px;
      font-size: 15px;
      line-height: 1.4;
      text-decoration: none;
      transition: transform .2s ease, opacity .2s ease;
    }
    .lp-btn:hover { transform: translateY(-2px); opacity: .88; }
    .laporin-home .lp-btn-main,
    .laporin-home .lp-btn-main:link,
    .laporin-home .lp-btn-main:visited,
    .laporin-home .lp-btn-main:hover,
    .laporin-home .lp-btn-main:focus-visible {
      color: #fff !important;
      background: var(--lp-text);
      border: 1px solid var(--lp-text);
    }
    .laporin-home .lp-btn-sub,
    .laporin-home .lp-btn-sub:link,
    .laporin-home .lp-btn-sub:visited,
    .laporin-home .lp-btn-sub:hover,
    .laporin-home .lp-btn-sub:focus-visible {
      color: var(--lp-text) !important;
      background: rgba(255,255,255,.92);
      border: 1px solid var(--lp-gold);
    }

    .lp-hero__photo img,
    .lp-image,
    .lp-gallery__image {
      width: 100%;
      object-fit: cover;
      border: 1px solid var(--lp-line);
      border-radius: 8px;
    }
    .lp-hero__photo img {
      aspect-ratio: 16 / 9;
      background: var(--lp-ivory);
      box-shadow: var(--lp-shadow);
      object-position: 60% center;
    }
    .lp-image { aspect-ratio: 4 / 5; box-shadow: var(--lp-shadow); }
    .lp-frame { position: relative; }
    .lp-frame::after {
      content: "";
      position: absolute;
      inset: 8px;
      z-index: 2;
      border: 1px solid rgba(255,255,255,.72);
      border-radius: 4px;
      filter: drop-shadow(0 1px 1px rgba(45,36,31,.14));
      pointer-events: none;
    }

    .lp-hero-points {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
      margin-top: 30px;
    }
    .lp-hero-points span {
      padding: 11px 12px;
      text-align: center;
      color: var(--lp-sub);
      background: rgba(255,255,255,.72);
      border: 1px solid var(--lp-line);
      border-radius: 999px;
      font-size: 13px;
    }

    .lp-empathy {
      display: grid;
      grid-template-columns: .85fr 1.15fr;
      gap: 36px;
      align-items: start;
    }
    .lp-check-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }
    .lp-check-list li {
      padding: 11px 15px;
      background: rgba(255,255,255,.86);
      border: 1px solid var(--lp-line);
      border-radius: 8px;
      color: var(--lp-sub);
    }
    .lp-check-list li::before {
      content: "◇";
      margin-right: 9px;
      color: var(--lp-gold);
    }

    .lp-process {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      margin-top: 24px;
    }
    .lp-process article,
    .lp-learn-cards article,
    .lp-voice,
    .lp-post-card {
      background: var(--lp-white);
      border: 1px solid var(--lp-line);
      border-radius: 9px;
      box-shadow: 0 14px 36px rgba(95,72,58,.05);
    }
    .lp-process article { padding: 20px; }
    .lp-process span,
    .lp-step span {
      display: inline-block;
      margin-bottom: 10px;
      color: var(--lp-gold-text);
      font-size: 12px;
      letter-spacing: .12em;
      text-transform: uppercase;
    }
    .lp-process p,
    .lp-learn-cards p,
    .lp-voice p,
    .lp-post-card p { margin: 0; color: var(--lp-sub); font-size: 14px; }

    .lp-learn-cards {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }
    .lp-learn-cards article { padding: 24px; }
    .lp-learn-number {
      color: var(--lp-gold-text);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 13px;
      letter-spacing: .12em;
    }
    .lp-learn-accordion { display: none; }
    .lp-learn-accordion details {
      background: var(--lp-white);
      border: 1px solid var(--lp-line);
      border-radius: 9px;
      box-shadow: 0 14px 36px rgba(95,72,58,.05);
      overflow: hidden;
    }
    .lp-learn-accordion summary {
      position: relative;
      padding: 18px 44px 18px 18px;
      cursor: pointer;
      list-style: none;
      font-size: 16px;
      color: var(--lp-text);
    }
    .lp-learn-accordion summary::-webkit-details-marker { display: none; }
    .lp-learn-accordion summary::after {
      content: "+";
      position: absolute;
      right: 18px;
      top: 15px;
      color: var(--lp-gold-text);
      font-size: 24px;
      line-height: 1;
    }
    .lp-learn-accordion details[open] summary::after { content: "−"; }
    .lp-learn-accordion p {
      margin: 0;
      padding: 0 18px 18px;
      color: var(--lp-sub);
      font-size: 14px;
    }

    .lp-future {
      max-width: 880px;
      margin: 0 auto;
      padding: 34px;
      background: rgba(255,255,255,.82);
      border: 1px solid var(--lp-line);
      border-radius: 12px;
      box-shadow: var(--lp-shadow);
    }
    .lp-future-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 8px 22px;
      margin: 22px 0 0;
      padding: 0;
      list-style: none;
      color: var(--lp-sub);
    }
    .lp-future-list li::before {
      content: "・";
      color: var(--lp-gold);
    }

    .lp-gallery {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      margin-top: 28px;
    }
    .lp-gallery-item {
      position: relative;
      margin: 0;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      background: var(--lp-ivory);
      border: 1px solid var(--lp-line);
      border-radius: 8px;
      box-shadow: 0 14px 36px rgba(95,72,58,.05);
    }
    .lp-gallery-item--main {
      grid-column: span 2;
      grid-row: span 2;
    }
    .lp-gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .45s ease;
    }
    .lp-gallery-item::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 38%;
      background: linear-gradient(180deg, transparent, rgba(64,58,54,.16));
      pointer-events: none;
    }
    .lp-gallery-caption {
      position: absolute;
      left: 12px;
      bottom: 12px;
      z-index: 3;
      max-width: calc(100% - 24px);
      padding: 5px 10px;
      color: var(--lp-text);
      background: rgba(252,249,245,.82);
      border: 1px solid rgba(255,255,255,.64);
      border-radius: 5px;
      font-size: 13px;
      line-height: 1.5;
      letter-spacing: .03em;
    }
    .lp-gallery-item:hover img { transform: scale(1.025); }

    .lp-voices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .lp-voice { padding: 22px; }
    .lp-voice blockquote { margin: 0; }
    .lp-voice footer { margin-top: 14px; color: var(--lp-gold-text); font-size: 13px; }

    .lp-notice {
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      gap: 28px;
      padding: 30px 34px;
      background: rgba(255,255,255,.9);
      border: 1px solid var(--lp-line);
      border-radius: 10px;
      box-shadow: var(--lp-shadow);
    }
    .lp-notice h2 { margin-bottom: 8px; font-size: clamp(22px, 3vw, 29px); }
    .lp-notice p { margin: 0; color: var(--lp-sub); }

    .lp-final {
      padding: 56px 0;
      text-align: center;
      background: linear-gradient(180deg, var(--lp-white), var(--lp-pink-deep));
    }
    .lp-final .lp-buttons { justify-content: center; }

    .lp-profile-cta {
      max-width: 760px;
      margin: 0 auto;
      padding: 34px;
      text-align: center;
      background: rgba(255,255,255,.86);
      border: 1px solid var(--lp-line);
      border-radius: 10px;
      box-shadow: 0 14px 36px rgba(95,72,58,.05);
    }

    .lp-posts {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }
    .lp-post-card { padding: 22px; }
    .lp-post-card a {
      display: block;
      margin-top: 8px;
      color: var(--lp-text);
      text-decoration: none;
      line-height: 1.65;
    }
    .lp-post-card a:hover { color: var(--lp-gold-text); }
    .lp-post-meta {
      color: var(--lp-sub);
      font-size: 12px;
      letter-spacing: .04em;
    }

    .lp-course-link {
      display: inline-block;
      margin-top: 18px;
      color: var(--lp-text);
      text-decoration: none;
      border-bottom: 1px solid var(--lp-gold);
    }
    .lp-action-row {
      margin-top: 28px;
    }

    @media (max-width: 900px) {
      .lp-learn-cards,
      .lp-process,
      .lp-posts { grid-template-columns: repeat(2, 1fr); }
      .lp-voices { grid-template-columns: 1fr; }
    }

    @media (max-width: 720px) {
      .lp-section { padding: 36px 0; }
      .lp-preview-menu__inner {
        align-items: center;
        flex-direction: row;
        gap: 6px;
        padding: 10px 0;
      }
      .lp-preview-menu__links {
        display: none;
      }
      .lp-preview-menu__dropdown {
        display: block;
      }
      .lp-hero { padding: 12px 0 28px; }
      .lp-hero__grid,
      .lp-two,
      .lp-empathy,
      .lp-learn-cards,
      .lp-process,
      .lp-posts,
      .lp-notice { grid-template-columns: 1fr; }
      .lp-hero__photo { order: -1; }
      /*
       * スマホ用トップ画像：
       * 花が小さく見える場合は、WordPress本番画像に合わせて object-position の 60% を 55〜72% 程度で微調整。
       * 画像を大きくしすぎるとファーストビューが縦長になるため、4:3を基準にしています。
       */
      .lp-hero__photo img {
        aspect-ratio: 4 / 3;
        object-fit: cover;
        object-position: 60% center;
      }
      .lp-hero__grid,
      .lp-two { gap: 28px; }
      .lp-hero-points { grid-template-columns: repeat(2, 1fr); margin-top: 18px; gap: 8px; }
      .lp-buttons { flex-direction: column; }
      .lp-btn { width: 100%; }
      .lp-image { aspect-ratio: 4 / 3; }
      .lp-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
      .lp-gallery-item--main { grid-column: 1 / -1; grid-row: auto; }
      .lp-gallery-caption { left: 9px; bottom: 9px; font-size: 12px; }
      .lp-future,
      .lp-profile-cta { padding: 22px 18px; }
      .lp-future-list { grid-template-columns: 1fr; }
      .lp-learn-cards { display: none; }
      .lp-learn-accordion {
        display: grid;
        gap: 12px;
      }
      .lp-process article,
      .lp-learn-cards article,
      .lp-voice,
      .lp-post-card { padding: 18px; }
      .lp-notice { padding: 24px 22px; }
      .lp-final { padding: 42px 0; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      .lp-btn,
      .lp-gallery-item img { transition: none; }
      .lp-gallery-item:hover img { transform: none; }
    }
