/**
 * pc-shop.kangaroo-media0.com LPトップ専用スタイル
 * （page-templates/pc-shop-lp-v1.php から読み込まれる）
 *
 * デザイン方針:
 * - 白背景 + アクセント1色（濃紺）
 * - ゴシック基調、見出し太め
 * - 余白広め、1画面に詰め込まない
 * - CTAボタンは角丸・濃色ベタ・白文字
 */

:root {
  --lp-accent: #1a3a6b;          /* 濃紺（メインアクセント） */
  --lp-accent-deep: #0f2547;     /* より濃い紺（強調用） */
  --lp-accent-hover: #12294d;    /* ボタンhover */
  --lp-accent-soft: #e8eef7;     /* 濃紺の薄い背景 */
  --lp-text: #1f2630;
  --lp-text-sub: #5c6773;
  --lp-border: #e4e8ee;
  --lp-bg-soft: #f7f9fc;
  --lp-bg-result: #eef3fa;
  --lp-shadow-sm: 0 1px 2px rgba(15, 37, 71, 0.04), 0 2px 8px rgba(15, 37, 71, 0.05);
  --lp-shadow-md: 0 4px 14px rgba(15, 37, 71, 0.08);
}

/* ヘッダー・フッター・サイドバー・関連表示をLPだけ強制非表示 */
body.pc-shop-lp-body #header,
body.pc-shop-lp-body .header-container,
body.pc-shop-lp-body #navi,
body.pc-shop-lp-body .navi-in,
body.pc-shop-lp-body .global-nav,
body.pc-shop-lp-body .mobile-menu-buttons,
body.pc-shop-lp-body #footer,
body.pc-shop-lp-body .footer-container,
body.pc-shop-lp-body .footer,
body.pc-shop-lp-body #sidebar,
body.pc-shop-lp-body .sidebar,
body.pc-shop-lp-body #breadcrumb,
body.pc-shop-lp-body .breadcrumb,
body.pc-shop-lp-body .entry-title,
body.pc-shop-lp-body .article-header,
body.pc-shop-lp-body .date-tags,
body.pc-shop-lp-body .author-info,
body.pc-shop-lp-body .sns-share,
body.pc-shop-lp-body .sns-follow,
body.pc-shop-lp-body .related-entry-heading,
body.pc-shop-lp-body .related-entries,
body.pc-shop-lp-body #comment-area,
body.pc-shop-lp-body .comment-area,
body.pc-shop-lp-body .pager-post-navi,
body.pc-shop-lp-body .entry-meta,
body.pc-shop-lp-body .post-update,
body.pc-shop-lp-body .go-to-top,
body.pc-shop-lp-body #mobile-footer-menu-buttons,
body.pc-shop-lp-body .mobile-footer-menu-buttons {
  display: none !important;
}

/* 本体ページのCocoon標準コンテナを全幅化 */
body.pc-shop-lp-body #main,
body.pc-shop-lp-body .main,
body.pc-shop-lp-body #content,
body.pc-shop-lp-body .content,
body.pc-shop-lp-body .main-inner,
body.pc-shop-lp-body .content-in,
body.pc-shop-lp-body .wrap {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff !important;
  display: block !important;
  float: none !important;
}
body.pc-shop-lp-body article.post,
body.pc-shop-lp-body .entry-content,
body.pc-shop-lp-body .article {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff !important;
}

.pc-shop-lp {
  color: var(--lp-text);
  line-height: 1.9;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

.pc-shop-lp .lp-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}

.pc-shop-lp .lp-section {
  padding: 96px 0;
  background: #fff;
}

/* 偶数番セクションに淡い背景でストライプ */
.pc-shop-lp .lp-worry,
.pc-shop-lp .lp-why,
.pc-shop-lp .lp-flow,
.pc-shop-lp .lp-owner {
  background: var(--lp-bg-soft);
}

.pc-shop-lp .lp-h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0 auto 44px;
  padding: 0 0 20px;
  line-height: 1.45;
  color: var(--lp-accent-deep);
  letter-spacing: 0.02em;
  text-align: center;
  position: relative;
  display: block;
}
.pc-shop-lp .lp-h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 56px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--lp-accent) 0%, #4a7bd1 100%);
}

.pc-shop-lp .lp-h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 32px 0 14px;
  padding: 0;
  color: var(--lp-accent-deep);
  background: none;
  border: none;
  line-height: 1.5;
}

.pc-shop-lp .lp-lead {
  font-size: 17px;
  color: var(--lp-text-sub);
  margin: 0 0 24px;
}

.pc-shop-lp .lp-note {
  font-size: 13px;
  color: var(--lp-text-sub);
  margin-top: 8px;
}

/* ===== CTA ボタン ===== */
.pc-shop-lp .lp-cta {
  text-align: center;
  margin: 48px 0 8px;
}

.pc-shop-lp .lp-btn {
  display: inline-block;
  padding: 22px 56px;
  background: linear-gradient(180deg, #f5a623 0%, #e8793c 100%);
  color: #fff !important;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  border-radius: 999px;
  transition: transform 0.15s ease, box-shadow 0.2s, opacity 0.2s;
  box-shadow: 0 6px 18px rgba(245, 166, 35, 0.35);
}

.pc-shop-lp .lp-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
  box-shadow: 0 10px 24px rgba(245, 166, 35, 0.45);
}

.pc-shop-lp .lp-cta__note {
  text-align: center;
  font-size: 13px;
  color: var(--lp-text-sub);
  margin: 8px 0 0;
}

/* ===== ファーストビュー ===== */
.pc-shop-lp .lp-hero {
  padding: 120px 0 104px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(26, 58, 107, 0.12), transparent 70%),
    linear-gradient(180deg, #fbfcfe 0%, var(--lp-bg-soft) 100%);
  text-align: center;
  border-bottom: 1px solid var(--lp-border);
}

/* ヒーロー背景の幾何学パターン（濃紺の薄いドット） */
.pc-shop-lp .lp-hero__bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(26, 58, 107, 0.09) 1px, transparent 1px),
    radial-gradient(rgba(26, 58, 107, 0.05) 1px, transparent 1px);
  background-size: 28px 28px, 14px 14px;
  background-position: 0 0, 14px 14px;
  mask-image: radial-gradient(ellipse 70% 80% at 50% 40%, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 40%, #000 0%, transparent 75%);
  pointer-events: none;
}

.pc-shop-lp .lp-hero__inner {
  position: relative;
  z-index: 1;
}

.pc-shop-lp .lp-hero__kicker {
  display: inline-block;
  padding: 6px 18px;
  border: 1px solid var(--lp-accent);
  color: var(--lp-accent-deep);
  background: rgba(255,255,255,0.7);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 28px;
}

.pc-shop-lp .lp-hero__h1 {
  font-size: 44px;
  font-weight: 800;
  margin: 0 0 32px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: var(--lp-accent-deep);
}

.pc-shop-lp .lp-hero__sub {
  font-size: 17px;
  margin: 0 auto 36px;
  max-width: 720px;
  line-height: 2.05;
  color: var(--lp-text);
}

.pc-shop-lp .lp-hero__sub strong {
  color: var(--lp-accent-deep);
  background: linear-gradient(transparent 62%, rgba(26, 58, 107, 0.18) 62%);
  padding: 0 3px;
  font-weight: 800;
}

/* 実績3バッジ（ヒーロー下部） */
.pc-shop-lp .lp-hero__badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 780px;
  margin: 0 auto 44px;
  padding: 0;
  list-style: none;
}

.pc-shop-lp .lp-hero__badge {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 14px;
  padding: 24px 16px;
  text-align: center;
  box-shadow: var(--lp-shadow-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.pc-shop-lp .lp-hero__badge-num {
  font-size: 18px;
  font-weight: 700;
  color: var(--lp-text);
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.pc-shop-lp .lp-hero__badge-num strong {
  font-size: 40px;
  font-weight: 800;
  color: var(--lp-accent-deep);
  margin: 0 2px;
  letter-spacing: 0;
}

.pc-shop-lp .lp-hero__badge-label {
  font-size: 12px;
  color: var(--lp-text-sub);
  letter-spacing: 0.02em;
}

/* ===== 【2】悩み共感 ===== */
.pc-shop-lp .lp-worry__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.pc-shop-lp .lp-worry__list li {
  padding: 14px 16px 14px 36px;
  border-bottom: 1px solid var(--lp-border);
  position: relative;
}

.pc-shop-lp .lp-worry__list li::before {
  content: "□";
  position: absolute;
  left: 10px;
  top: 14px;
  color: var(--lp-accent);
  font-weight: 700;
}

.pc-shop-lp .lp-worry__after {
  margin-top: 28px;
  font-weight: 700;
}

.pc-shop-lp .lp-worry__wide {
  background: var(--lp-bg-soft);
  padding: 24px 28px;
  border-radius: 6px;
  margin-top: 28px;
}

/* ===== 【3】実績数字 ===== */
.pc-shop-lp .lp-result__figure {
  background: linear-gradient(180deg, #fff 0%, var(--lp-bg-result) 100%);
  padding: 56px 24px 48px;
  border-radius: 14px;
  border: 1px solid var(--lp-border);
  box-shadow: var(--lp-shadow-md);
  text-align: center;
  margin: 0 0 28px;
}

.pc-shop-lp .lp-result__before,
.pc-shop-lp .lp-result__after {
  display: inline-block;
  font-weight: 800;
  padding: 12px 20px;
  letter-spacing: 0.01em;
}

.pc-shop-lp .lp-result__before {
  color: var(--lp-text-sub);
  font-size: 30px;
}

.pc-shop-lp .lp-result__after {
  color: var(--lp-accent-deep);
  font-size: 48px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}

.pc-shop-lp .lp-result__arrow {
  display: inline-block;
  font-size: 26px;
  color: var(--lp-accent);
  margin: 0 16px;
  vertical-align: middle;
}

.pc-shop-lp .lp-result__caption {
  font-size: 14px;
  color: var(--lp-text-sub);
  margin: 8px 0 0;
}

.pc-shop-lp .lp-result__desc {
  margin: 0 0 16px;
}

.pc-shop-lp .lp-result__oneliner {
  font-weight: 600;
  margin: 0 0 12px;
  padding: 14px 18px;
  background: var(--lp-bg-soft);
  border-left: 4px solid var(--lp-accent);
  font-size: 15px;
}

.pc-shop-lp .lp-cases {
  display: grid;
  gap: 20px;
  margin-top: 36px;
}

.pc-shop-lp .lp-case {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: var(--lp-shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s;
}

.pc-shop-lp .lp-case:hover {
  transform: translateY(-2px);
  box-shadow: var(--lp-shadow-md);
}

.pc-shop-lp .lp-case h3 {
  margin-top: 0;
}

.pc-shop-lp .lp-case ul {
  padding-left: 20px;
  margin: 0;
}

.pc-shop-lp .lp-case li {
  margin: 6px 0;
}

/* ===== 【4】なぜ伸ばせたのか ===== */
.pc-shop-lp .lp-why__top-oneliner {
  font-weight: 600;
  padding: 14px 18px;
  background: var(--lp-bg-soft);
  border-left: 4px solid var(--lp-accent);
  font-size: 15px;
  margin: 0 0 24px;
}

.pc-shop-lp .lp-why__items {
  display: grid;
  gap: 20px;
  margin: 24px 0;
}

.pc-shop-lp .lp-why__item {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: var(--lp-shadow-sm);
}

.pc-shop-lp .lp-why__item p {
  margin: 0;
}

.pc-shop-lp .lp-why__after {
  margin: 24px 0 0;
  font-size: 15px;
  color: var(--lp-text-sub);
}

/* ===== 【5】選ばれる理由 ===== */
.pc-shop-lp .lp-reasons__items {
  display: grid;
  gap: 20px;
}

.pc-shop-lp .lp-reason {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  padding: 32px 32px 28px;
  box-shadow: var(--lp-shadow-sm);
  position: relative;
}

.pc-shop-lp .lp-reason__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--lp-accent) 0%, var(--lp-accent-deep) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  box-shadow: 0 4px 12px rgba(26, 58, 107, 0.25);
}

.pc-shop-lp .lp-reason__icon svg {
  width: 28px;
  height: 28px;
}

.pc-shop-lp .lp-reason h3 {
  margin-top: 0;
}

.pc-shop-lp .lp-reason p {
  margin: 0;
}

/* ===== 【6】相談の流れ ===== */
.pc-shop-lp .lp-flow__steps {
  display: grid;
  gap: 16px;
  counter-reset: step;
}

.pc-shop-lp .lp-step {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  padding: 24px 28px 24px 80px;
  position: relative;
  counter-increment: step;
  box-shadow: var(--lp-shadow-sm);
}

.pc-shop-lp .lp-step::before {
  content: counter(step);
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--lp-accent);
  color: #fff;
  border-radius: 50%;
  font-weight: 800;
  font-size: 16px;
}

.pc-shop-lp .lp-step p {
  margin: 0;
}

.pc-shop-lp .lp-flow__after {
  margin: 28px 0 0;
  text-align: center;
}

/* ===== 【7】FAQ ===== */
.pc-shop-lp .lp-faq__item {
  border-bottom: 1px solid var(--lp-border);
  padding: 24px 4px;
}

.pc-shop-lp .lp-faq__item:last-child {
  border-bottom: none;
}

.pc-shop-lp .lp-faq__item h3 {
  margin: 0 0 12px;
  color: var(--lp-accent-deep);
}

.pc-shop-lp .lp-faq__item p {
  margin: 0;
  color: var(--lp-text);
}

/* ===== 【8】代表紹介 ===== */
.pc-shop-lp .lp-owner__body {
  background: #fff;
  padding: 40px 40px 36px;
  border-radius: 14px;
  border: 1px solid var(--lp-border);
  box-shadow: var(--lp-shadow-md);
}

.pc-shop-lp .lp-owner__head {
  display: flex;
  gap: 32px;
  align-items: center;
  margin: 0 0 28px;
  padding: 0 0 28px;
  border-bottom: 1px solid var(--lp-border);
}

.pc-shop-lp .lp-owner__photo {
  flex: 0 0 160px;
  width: 160px;
  height: 160px;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  background: var(--lp-bg-soft);
  border: 4px solid #fff;
  box-shadow: 0 8px 24px rgba(26, 58, 107, 0.18);
}

.pc-shop-lp .lp-owner__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pc-shop-lp .lp-owner__intro {
  flex: 1;
  min-width: 0;
}

.pc-shop-lp .lp-owner__role {
  display: inline-block;
  font-size: 12px;
  color: var(--lp-accent-deep);
  background: var(--lp-accent-soft);
  padding: 4px 12px;
  border-radius: 999px;
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pc-shop-lp .lp-owner__name {
  font-size: 24px;
  margin: 0 0 8px;
  color: var(--lp-accent-deep);
}

.pc-shop-lp .lp-owner__ruby {
  font-size: 14px;
  color: var(--lp-text-sub);
  font-weight: 400;
  margin-left: 8px;
}

.pc-shop-lp .lp-owner__oneliner {
  font-weight: 600;
  padding: 12px 16px;
  background: var(--lp-bg-soft);
  border-left: 4px solid var(--lp-accent);
  font-size: 14px;
  margin: 12px 0 0;
  color: var(--lp-text);
  border-radius: 0 6px 6px 0;
}

.pc-shop-lp .lp-owner__table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 0;
  font-size: 14px;
}

.pc-shop-lp .lp-owner__table th,
.pc-shop-lp .lp-owner__table td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--lp-border);
  text-align: left;
  vertical-align: top;
}

.pc-shop-lp .lp-owner__table th {
  width: 30%;
  color: var(--lp-text-sub);
  font-weight: 600;
  background: #fff;
}

/* ===== 【9】お問い合わせ ===== */
.pc-shop-lp .lp-contact {
  background: linear-gradient(180deg, var(--lp-accent-soft) 0%, var(--lp-bg-soft) 100%) !important;
}

.pc-shop-lp .lp-contact__lead {
  text-align: center;
  margin: 0 0 32px;
  font-size: 16px;
}

.pc-shop-lp .lp-contact__privacy {
  font-size: 13px;
  color: var(--lp-text-sub);
  text-align: center;
  margin: 32px 0 0;
}

/* フォーム本体 */
.pc-shop-lp .lp-form {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 16px;
  padding: 32px 36px;
  max-width: 720px;
  margin: 0 auto;
  box-shadow: 0 12px 32px rgba(15, 37, 71, 0.06);
}
.pc-shop-lp .lp-form__row {
  margin: 0 0 20px;
}
.pc-shop-lp .lp-form__label {
  display: block;
  font-weight: 700;
  font-size: 15px;
  color: var(--lp-text);
  margin: 0 0 8px;
}
.pc-shop-lp .lp-form__required {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  font-size: 11px;
  background: #e8793c;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  vertical-align: middle;
}
.pc-shop-lp .lp-form__optional {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  font-size: 11px;
  background: #e5edf7;
  color: var(--lp-text-sub);
  border-radius: 4px;
  font-weight: 700;
  vertical-align: middle;
}
.pc-shop-lp .lp-form__input,
.pc-shop-lp .lp-form__textarea,
.pc-shop-lp .lp-form__select {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid #d1dae8;
  border-radius: 8px;
  font-size: 16px;
  font-family: inherit;
  background: #fff;
  color: var(--lp-text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
}
.pc-shop-lp .lp-form__input:focus,
.pc-shop-lp .lp-form__textarea:focus,
.pc-shop-lp .lp-form__select:focus {
  outline: none;
  border-color: #2e5fad;
  box-shadow: 0 0 0 3px rgba(46, 95, 173, 0.15);
}
.pc-shop-lp .lp-form__textarea {
  min-height: 52px;
  resize: vertical;
  line-height: 1.7;
}
.pc-shop-lp .lp-form__help {
  display: block;
  margin: 6px 0 0;
  font-size: 13px;
  color: var(--lp-text-sub);
}
.pc-shop-lp .lp-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.pc-shop-lp .lp-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  background: #f5f8fd;
  border-radius: 8px;
  margin: 8px 0 20px;
  font-size: 14px;
  line-height: 1.7;
}
.pc-shop-lp .lp-form__consent input[type="checkbox"] {
  margin-top: 4px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #2e5fad;
}
.pc-shop-lp .lp-form__submit {
  display: block;
  width: 100%;
  padding: 22px 24px;
  background: linear-gradient(180deg, #f5a623 0%, #e8793c 100%);
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  border: none;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(245, 166, 35, 0.35);
  cursor: pointer;
  transition: transform 0.1s ease, box-shadow 0.15s ease;
  font-family: inherit;
}
.pc-shop-lp .lp-form__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(245, 166, 35, 0.45);
}
.pc-shop-lp .lp-form__submit:active {
  transform: translateY(0);
}
.pc-shop-lp .lp-form__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.pc-shop-lp .lp-form__submit-note {
  text-align: center;
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--lp-text-sub);
}
.pc-shop-lp .lp-form__notice {
  padding: 18px 22px;
  border-radius: 10px;
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.7;
}
.pc-shop-lp .lp-form__notice--success {
  background: #e8f6ee;
  border: 1.5px solid #6fcf97;
  color: #1e6a3d;
}
.pc-shop-lp .lp-form__notice--error {
  background: #fdecec;
  border: 1.5px solid #e57373;
  color: #a42424;
}
.pc-shop-lp .lp-form__error {
  display: block;
  margin: 6px 0 0;
  font-size: 13px;
  color: #c0392b;
  font-weight: 600;
}
.pc-shop-lp .lp-form__input--error,
.pc-shop-lp .lp-form__textarea--error {
  border-color: #e57373;
  background: #fff8f8;
}
@media (max-width: 640px) {
  .pc-shop-lp .lp-form {
    padding: 24px 20px;
    border-radius: 12px;
  }
  .pc-shop-lp .lp-form__input,
  .pc-shop-lp .lp-form__textarea,
  .pc-shop-lp .lp-form__select {
    font-size: 16px; /* iOS zoom防止 */
  }
}

/* ===== レスポンシブ ===== */
@media (max-width: 640px) {
  .pc-shop-lp .lp-hero {
    padding: 80px 0 64px;
  }
  .pc-shop-lp .lp-hero__h1 {
    font-size: 26px;
  }
  .pc-shop-lp .lp-h2 {
    font-size: 22px;
    padding: 0 0 14px;
    margin-bottom: 28px;
  }
  .pc-shop-lp .lp-h2::after {
    width: 44px;
    height: 3px;
  }
  .pc-shop-lp .lp-h3 {
    font-size: 17px;
    padding: 0;
    border: none;
  }
  .pc-shop-lp .lp-section {
    padding: 64px 0;
  }
  .pc-shop-lp .lp-btn {
    padding: 18px 36px;
    font-size: 16px;
  }
  .pc-shop-lp .lp-result__before {
    font-size: 22px;
  }
  .pc-shop-lp .lp-result__after {
    font-size: 36px;
  }
  .pc-shop-lp .lp-result__before,
  .pc-shop-lp .lp-result__after {
    display: block;
    margin: 6px 0;
  }
  .pc-shop-lp .lp-result__arrow {
    display: block;
    margin: 6px 0;
  }
  .pc-shop-lp .lp-step {
    padding: 20px 20px 20px 68px;
  }
  .pc-shop-lp .lp-step::before {
    left: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .pc-shop-lp .lp-owner__table th,
  .pc-shop-lp .lp-owner__table td {
    display: block;
    width: 100%;
    padding: 8px 0;
  }
  .pc-shop-lp .lp-owner__table th {
    border-bottom: none;
    padding-top: 14px;
  }

  /* ヒーロー実績3バッジ → 1カラム縦並び */
  .pc-shop-lp .lp-hero__badges {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .pc-shop-lp .lp-hero__badge-num strong {
    font-size: 34px;
  }

  /* 代表紹介ヘッダー → 縦積み */
  .pc-shop-lp .lp-owner__body {
    padding: 28px 24px 24px;
  }
  .pc-shop-lp .lp-owner__head {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .pc-shop-lp .lp-owner__photo {
    flex: 0 0 140px;
    width: 140px;
    height: 140px;
  }
  .pc-shop-lp .lp-owner__name {
    font-size: 21px;
  }
}

/* ==================== 追加：PC-Shop LP 補強スタイル v2 ==================== */

/* ヘッダー/フッター/サイドバー類を完全に隠す（Cocoon標準） */
body.pc-shop-lp-body #header,
body.pc-shop-lp-body .header-container,
body.pc-shop-lp-body #navi,
body.pc-shop-lp-body .navi-in,
body.pc-shop-lp-body .global-nav,
body.pc-shop-lp-body .mobile-menu-buttons,
body.pc-shop-lp-body #footer,
body.pc-shop-lp-body .footer-container,
body.pc-shop-lp-body .footer,
body.pc-shop-lp-body #sidebar,
body.pc-shop-lp-body .sidebar,
body.pc-shop-lp-body aside#sidebar,
body.pc-shop-lp-body .navi-footer-in,
body.pc-shop-lp-body .go-to-top,
body.pc-shop-lp-body #mobile-footer-menu-buttons,
body.pc-shop-lp-body .mobile-footer-menu-buttons,
body.pc-shop-lp-body .breadcrumb,
body.pc-shop-lp-body #breadcrumb {
  display: none !important;
}

/* 本文を全幅に */
body.pc-shop-lp-body #main,
body.pc-shop-lp-body .main,
body.pc-shop-lp-body #content,
body.pc-shop-lp-body .content,
body.pc-shop-lp-body .wrap,
body.pc-shop-lp-body #wrap,
body.pc-shop-lp-body .container {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
body.pc-shop-lp-body .main-inner,
body.pc-shop-lp-body .content-inner {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

/* LLMO要約セクション */
.pc-shop-lp .lp-summary {
  background: linear-gradient(180deg, #f4f7fb 0%, #fff 100%);
  padding: 48px 0 32px;
}
.pc-shop-lp .lp-summary__card {
  background: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: var(--lp-shadow-sm, 0 2px 8px rgba(26, 58, 107, 0.06));
}
.pc-shop-lp .lp-summary__eyebrow {
  display: inline-block;
  background: var(--lp-accent-deep, #0f2547);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 6px 14px;
  border-radius: 999px;
  margin: 0 0 16px;
}
.pc-shop-lp .lp-summary__list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}
.pc-shop-lp .lp-summary__list li {
  padding: 10px 0 10px 28px;
  position: relative;
  border-bottom: 1px solid #eef2f7;
  line-height: 1.75;
}
.pc-shop-lp .lp-summary__list li:last-child { border-bottom: none; }
.pc-shop-lp .lp-summary__list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 18px;
  width: 14px;
  height: 14px;
  background: var(--lp-accent, #1a3a6b);
  clip-path: polygon(14% 44%, 0% 58%, 40% 99%, 100% 11%, 86% 0%, 39% 71%);
}
.pc-shop-lp .lp-summary__list strong {
  color: var(--lp-accent-deep, #0f2547);
}
.pc-shop-lp .lp-summary__facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
  background: #f4f7fb;
  border-radius: 12px;
  padding: 16px 20px;
}
.pc-shop-lp .lp-summary__facts > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.pc-shop-lp .lp-summary__facts dt {
  font-size: 12px;
  color: #667085;
  font-weight: 600;
}
.pc-shop-lp .lp-summary__facts dd {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--lp-accent-deep, #0f2547);
}

/* why の番号＋図解 */
.pc-shop-lp .lp-why__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 20px;
  row-gap: 8px;
  align-items: baseline;
}
.pc-shop-lp .lp-why__item .lp-h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}
.pc-shop-lp .lp-why__item p {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
}
.pc-shop-lp .lp-why__num {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  font-size: 40px;
  font-weight: 800;
  color: var(--lp-accent, #1a3a6b);
  letter-spacing: 0.04em;
  font-family: "Georgia", "Times New Roman", serif;
  opacity: 0.9;
  line-height: 1;
  padding-top: 2px;
}
.pc-shop-lp .lp-why__diagram {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 14px;
  padding: 20px 24px;
  box-shadow: var(--lp-shadow-sm, 0 2px 8px rgba(26, 58, 107, 0.06));
}
.pc-shop-lp .lp-why__diagram-step {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  padding: 14px 12px;
  background: linear-gradient(135deg, #f4f7fb 0%, #e8eef7 100%);
  border-radius: 10px;
}
.pc-shop-lp .lp-why__diagram-label {
  font-size: 15px;
  font-weight: 700;
  color: var(--lp-accent-deep, #0f2547);
}
.pc-shop-lp .lp-why__diagram-sub {
  font-size: 12px;
  color: #4a5568;
  line-height: 1.5;
}
.pc-shop-lp .lp-why__diagram-arrow {
  color: var(--lp-accent, #1a3a6b);
  font-size: 18px;
  font-weight: 700;
}

/* 最小フッター */
.pc-shop-lp ~ .lp-footer-min,
.lp-footer-min {
  background: var(--lp-accent-deep, #0f2547);
  color: #c8d4e6;
  padding: 22px 0;
  text-align: center;
  font-size: 13px;
}
.lp-footer-min .lp-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.lp-footer-min__copy { margin: 0; }

/* 改行ユーティリティ */
.pc-shop-lp .lp-br-pc { display: inline; }
.pc-shop-lp .lp-br-sp { display: none; }

/* スマホ対応 */
@media (max-width: 768px) {
  .pc-shop-lp .lp-br-pc { display: none; }
  .pc-shop-lp .lp-br-sp { display: inline; }

  .pc-shop-lp .lp-summary__card { padding: 22px 18px; }
  .pc-shop-lp .lp-summary__facts { grid-template-columns: 1fr; }

  .pc-shop-lp .lp-why__diagram {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .pc-shop-lp .lp-why__diagram-arrow {
    transform: rotate(90deg);
    margin: 0 auto;
  }
  .pc-shop-lp .lp-why__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 0;
    row-gap: 6px;
  }
  .pc-shop-lp .lp-why__num {
    grid-column: 1;
    grid-row: 1;
    font-size: 28px;
    padding-top: 0;
  }
  .pc-shop-lp .lp-why__item .lp-h3 {
    grid-column: 1;
    grid-row: 2;
  }
  .pc-shop-lp .lp-why__item p {
    grid-column: 1;
    grid-row: 3;
  }
}

/* ==================== FV 2カラム（コピー+顔写真） v3 ==================== */

.pc-shop-lp .lp-hero__inner--split {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.85fr);
  gap: 48px;
  align-items: center;
}
.pc-shop-lp .lp-hero__inner--split .lp-hero__h1 {
  font-size: 38px;
  line-height: 1.38;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.pc-shop-lp .lp-hero__inner--split .lp-hero__badges {
  max-width: 560px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.pc-shop-lp .lp-hero__inner--split .lp-hero__badge {
  padding: 18px 12px;
}
.pc-shop-lp .lp-hero__inner--split .lp-hero__badge-num {
  font-size: 14px;
}
.pc-shop-lp .lp-hero__inner--split .lp-hero__badge-num strong {
  font-size: 26px;
  white-space: nowrap;
}
.pc-shop-lp .lp-hero__inner--split .lp-hero__badge-label {
  font-size: 11px;
  line-height: 1.45;
}
.pc-shop-lp .lp-hero__copy {
  min-width: 0;
}
.pc-shop-lp .lp-hero__visual {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.pc-shop-lp .lp-hero__photo {
  position: relative;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(135deg, #e8eef7 0%, #c8d7ea 100%);
  box-shadow:
    0 24px 48px rgba(15, 37, 71, 0.18),
    0 6px 12px rgba(15, 37, 71, 0.10);
  transform: rotate(-1.5deg);
}
.pc-shop-lp .lp-hero__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  border: 4px solid #fff;
  pointer-events: none;
  z-index: 2;
}
.pc-shop-lp .lp-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.pc-shop-lp .lp-hero__photo-badge {
  position: absolute;
  left: -14px;
  top: 20px;
  background: var(--lp-accent-deep, #0f2547);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 8px 16px;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(15, 37, 71, 0.25);
  z-index: 3;
  transform: rotate(1.5deg);
}
.pc-shop-lp .lp-hero__photo-caption {
  text-align: center;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.pc-shop-lp .lp-hero__photo-name {
  font-size: 17px;
  font-weight: 800;
  color: var(--lp-accent-deep, #0f2547);
}
.pc-shop-lp .lp-hero__photo-name span {
  font-size: 12px;
  font-weight: 500;
  color: #4a5568;
  margin-left: 6px;
}
.pc-shop-lp .lp-hero__photo-role {
  font-size: 12px;
  color: #4a5568;
}

/* コピー側は左寄せに（split時） */
.pc-shop-lp .lp-hero__inner--split .lp-hero__kicker,
.pc-shop-lp .lp-hero__inner--split .lp-hero__h1,
.pc-shop-lp .lp-hero__inner--split .lp-hero__sub,
.pc-shop-lp .lp-hero__inner--split .lp-cta,
.pc-shop-lp .lp-hero__inner--split .lp-cta__note {
  text-align: left;
}
.pc-shop-lp .lp-hero__inner--split .lp-hero__kicker {
  margin-left: 0;
}

/* CTAの位置調整 */
.pc-shop-lp .lp-hero__inner--split .lp-cta {
  justify-content: flex-start;
  display: flex;
}

@media (max-width: 960px) {
  .pc-shop-lp .lp-hero__inner--split {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .pc-shop-lp .lp-hero__visual {
    order: -1;
  }
  .pc-shop-lp .lp-hero__photo {
    max-width: 260px;
  }
  .pc-shop-lp .lp-hero__inner--split .lp-hero__kicker,
  .pc-shop-lp .lp-hero__inner--split .lp-hero__h1,
  .pc-shop-lp .lp-hero__inner--split .lp-hero__sub,
  .pc-shop-lp .lp-hero__inner--split .lp-cta,
  .pc-shop-lp .lp-hero__inner--split .lp-cta__note {
    text-align: center;
  }
  .pc-shop-lp .lp-hero__inner--split .lp-cta {
    justify-content: center;
  }
}

/* ==================== セクション用イメージ写真 ==================== */
.pc-shop-lp .lp-worry__image,
.pc-shop-lp .lp-result__image,
.pc-shop-lp .lp-why__image,
.pc-shop-lp .lp-flow__image {
  margin: 24px auto 32px;
  max-width: 880px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(15, 37, 71, 0.12), 0 4px 8px rgba(15, 37, 71, 0.06);
  background: #eef1f6;
}
.pc-shop-lp .lp-worry__image img,
.pc-shop-lp .lp-result__image img,
.pc-shop-lp .lp-why__image img,
.pc-shop-lp .lp-flow__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}
.pc-shop-lp .lp-worry__image figcaption,
.pc-shop-lp .lp-result__image figcaption,
.pc-shop-lp .lp-why__image figcaption,
.pc-shop-lp .lp-flow__image figcaption {
  padding: 6px 12px;
  font-size: 11px;
  color: #7a8595;
  text-align: right;
  background: #fafbfc;
}
@media (max-width: 640px) {
  .pc-shop-lp .lp-worry__image,
  .pc-shop-lp .lp-result__image,
  .pc-shop-lp .lp-why__image,
  .pc-shop-lp .lp-flow__image {
    margin: 18px auto 24px;
    border-radius: 12px;
  }
}

/* ==================== FV イラスト ==================== */
.pc-shop-lp .lp-hero__illust {
  background: #fff;
  border-radius: 28px;
  padding: 22px 24px 20px;
  box-shadow: 0 24px 48px rgba(15, 37, 71, 0.14), 0 6px 12px rgba(15, 37, 71, 0.08);
  max-width: 420px;
  margin-inline: auto;
}
.pc-shop-lp .lp-hero__illust svg {
  display: block;
  width: 100%;
  height: auto;
}
.pc-shop-lp .lp-hero__illust-label {
  margin-top: 14px;
  text-align: center;
  padding: 10px 12px;
  background: linear-gradient(90deg, #f0f5ff 0%, #e4edff 100%);
  border-radius: 10px;
}
.pc-shop-lp .lp-hero__illust-label strong {
  display: block;
  color: var(--lp-accent-deep);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.pc-shop-lp .lp-hero__illust-label span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #64748b;
}

/* FV 写真 */
.pc-shop-lp .lp-hero__photo {
  margin: 0 auto;
  max-width: 520px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(15, 37, 71, 0.18), 0 6px 12px rgba(15, 37, 71, 0.08);
  background: #fff;
  position: relative;
}
.pc-shop-lp .lp-hero__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.pc-shop-lp .lp-hero__photo-caption {
  padding: 14px 18px;
  background: linear-gradient(90deg, #0f2547 0%, #1a3a6b 100%);
  color: #fff;
  text-align: center;
}
.pc-shop-lp .lp-hero__photo-caption strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.03em;
}
.pc-shop-lp .lp-hero__photo-caption span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #c8d4e6;
}

/* ==================== セクション内 図解 ==================== */
.pc-shop-lp .lp-worry__illust {
  margin: 24px auto 28px;
  max-width: 720px;
}
.pc-shop-lp .lp-worry__illust svg {
  width: 100%;
  height: auto;
}

.pc-shop-lp .lp-result__chart {
  margin: 8px auto 32px;
  max-width: 680px;
  background: #fff;
  padding: 20px 18px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(15, 37, 71, 0.08);
}
.pc-shop-lp .lp-result__chart svg {
  width: 100%;
  height: auto;
}

.pc-shop-lp .lp-flow__illust {
  margin: 20px auto 32px;
  max-width: 700px;
  padding: 18px 12px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(15, 37, 71, 0.08);
}
.pc-shop-lp .lp-flow__illust svg {
  width: 100%;
  height: auto;
}

/* FVを2カラム維持しつつイラストボックスの縦位置を上寄せ */
@media (max-width: 768px) {
  .pc-shop-lp .lp-hero__illust {
    padding: 16px 16px 14px;
    max-width: 340px;
  }
  .pc-shop-lp .lp-worry__illust,
  .pc-shop-lp .lp-result__chart,
  .pc-shop-lp .lp-flow__illust {
    padding: 14px 10px;
  }
}

/* ==================== 固定ヘッダー ==================== */
.lp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
  padding: 12px 0;
}
.lp-header.is-scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(15, 37, 71, 0.08);
  padding: 8px 0;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.lp-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.lp-header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0f2547;
  font-weight: 800;
}
.lp-header__logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1a3a6b 0%, #0f2547 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.lp-header__logo-text {
  font-size: 14px;
  line-height: 1.3;
  color: #0f2547;
}
.lp-header.is-scrolled .lp-header__logo-text { color: #0f2547; }
.lp-header__logo-sub {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #5c6773;
  letter-spacing: 0.04em;
}
.lp-header__nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.lp-header__list {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-header__list li { margin: 0; }
.lp-header__list a {
  color: #0f2547;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 0;
  position: relative;
  transition: color 0.2s;
}
.lp-header__list a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 2px;
  background: #1a3a6b;
  transition: width 0.25s, left 0.25s;
}
.lp-header__list a:hover {
  color: #1a3a6b;
}
.lp-header__list a:hover::after {
  width: 100%;
  left: 0;
}
.lp-header__cta {
  display: inline-block;
  padding: 11px 22px;
  border-radius: 9999px;
  background: linear-gradient(180deg, #f5a623 0%, #e8793c 100%);
  color: #fff !important;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(245, 166, 35, 0.35);
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
}
.lp-header__cta:hover {
  transform: translateY(-1px);
  opacity: 0.95;
  box-shadow: 0 6px 16px rgba(245, 166, 35, 0.45);
}
.lp-header__burger {
  display: none;
  background: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  padding: 8px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.lp-header__burger-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #0f2547;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.2s;
}
.lp-header.is-drawer-open .lp-header__burger-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.lp-header.is-drawer-open .lp-header__burger-bar:nth-child(2) {
  opacity: 0;
}
.lp-header.is-drawer-open .lp-header__burger-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.lp-header__drawer {
  display: none;
  padding: 20px 24px 28px;
  background: #fff;
  border-top: 1px solid #e4e8ee;
}
.lp-header.is-drawer-open .lp-header__drawer {
  display: block;
}
.lp-header__drawer-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lp-header__drawer-list a {
  display: block;
  padding: 14px 8px;
  color: #0f2547;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid #f0f3f8;
}
.lp-header__drawer-cta {
  display: block;
  text-align: center;
  padding: 14px 24px;
  border-radius: 9999px;
  background: linear-gradient(180deg, #f5a623 0%, #e8793c 100%);
  color: #fff !important;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(245, 166, 35, 0.35);
}

/* アンカーリンクのスクロールオフセット */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
.pc-shop-lp section[id] {
  scroll-margin-top: 80px;
}

@media (max-width: 960px) {
  .lp-header__nav { display: none; }
  .lp-header__burger { display: flex; }
  .lp-header__logo-text { font-size: 13px; }
  .lp-header__inner { padding: 0 16px; }
  html { scroll-padding-top: 68px; }
  .pc-shop-lp section[id] { scroll-margin-top: 68px; }
}
