@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap');

/* =========================================================
   ホームページ制作ページ専用CSS
   TOPページのオレンジ・クリーム・角丸デザインに統一
   ========================================================= */

body.page-id-0 .sd-subpage__header,
body.post-name-lp .sd-subpage__header { display: none !important; }

body.post-name-lp .sd-container.sd-subpage__inner,
body.post-name-lp .sd-subpage__inner,
body.post-name-lp .sd-subpage__article,
body.post-name-lp .sd-subpage__content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.post-name-lp .sd-site-footer { display: none !important; }

.sdh-page {
  --orange: #ff8200;
  --orange-dark: #e96f00;
  --cream: #fff8ec;
  --cream-2: #fffdf8;
  --ink: #30333a;
  --muted: #666970;
  --blue: #2e5eaa;
  --yellow: #ffe64d;
  color: var(--ink);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  overflow: hidden;
}

.sdh-page *, .sdh-page *::before, .sdh-page *::after { box-sizing: border-box; }
.sdh-page h1, .sdh-page h2, .sdh-page h3, .sdh-page p, .sdh-page ul { margin-top: 0; }
.sdh-page h1, .sdh-page h2, .sdh-page h3 { color: var(--ink); font-family: "Zen Kaku Gothic New", sans-serif; }
.sdh-container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.sdh-container--narrow { width: min(820px, calc(100% - 48px)); }
.sdh-section { position: relative; padding: 115px 0; }

/* 見出し：TOPページと同じ大きな英字風ラベル＋小さな日本語 */
.sdh-heading { margin-bottom: 56px; }
.sdh-heading--center { text-align: center; }
.sdh-heading > span {
  display: block;
  margin-bottom: 5px;
  color: var(--orange);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(58px, 6vw, 77px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .03em;
}
.sdh-heading h2 {
  margin: 0 !important;
  padding: 8px 0 !important;
  border: 0 !important;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .12em;
  background: none !important;
}
.sdh-heading h2::before, .sdh-heading h2::after { display: none !important; content: none !important; }

/* 共通ボタン */
.sdh-button {
  display: inline-flex;
  min-width: 270px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px 30px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 12px 25px rgba(48,51,58,.12);
  transition: transform .25s ease, box-shadow .25s ease;
}
.sdh-button:hover { transform: translateY(-4px); box-shadow: 0 17px 32px rgba(48,51,58,.18); }
.sdh-button--orange { color: #fff !important; background: var(--orange); }
.sdh-button--white { color: var(--orange) !important; background: #fff; }

/* 01 FV */
.sdh-hero { position: relative; min-height: 740px; display: flex; align-items: center; padding: 105px 0 70px; background: var(--cream-2); }
.sdh-hero::before { content: "WEB"; position: absolute; right: -15px; top: 90px; color: rgba(255,130,0,.055); font: 900 clamp(8rem,18vw,17rem)/1 "Zen Kaku Gothic New"; }
.sdh-hero__grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 55px; align-items: center; }
.sdh-hero__number { margin-bottom: 20px; color: var(--orange); font-size: 13px; font-weight: 700; letter-spacing: .15em; }
.sdh-hero h1 { margin-bottom: 18px; font-size: 20px; letter-spacing: .12em; }
.sdh-hero__catch { margin-bottom: 26px; color: var(--ink); font: 900 clamp(38px,4.6vw,64px)/1.5 "Zen Kaku Gothic New"; letter-spacing: .02em; }
.sdh-hero__catch span { background: linear-gradient(transparent 72%, var(--yellow) 72%, var(--yellow) 92%, transparent 92%); }
.sdh-hero__text { margin-bottom: 34px; color: var(--muted); }
.sdh-hero__visual { position: relative; min-height: 500px; }
.sdh-mockup { position: absolute; overflow: hidden; border: 7px solid #34363b; background: #fff; box-shadow: 0 24px 55px rgba(48,51,58,.2); }
.sdh-mockup img { width: 100%; height: 100%; object-fit: cover; }
.sdh-mockup--pc { width: 80%; height: 360px; right: 2%; top: 40px; border-radius: 16px; }
.sdh-mockup--phone { width: 150px; height: 300px; left: 2%; bottom: 6px; z-index: 3; border-radius: 24px; }
.sdh-mockup--card { width: 230px; height: 150px; border-width: 0; border-radius: 16px; }
.sdh-mockup--card-1 { right: 2%; bottom: 10px; z-index: 4; transform: rotate(3deg); }
.sdh-mockup--card-2 { right: 22%; bottom: -18px; z-index: 2; transform: rotate(-4deg); }
.sdh-mockup--empty { display: grid; place-items: center; color: var(--orange); font-weight: 900; background: #fff1dc; }

/* 02 お悩み */
.sdh-problems { background: var(--cream); }
.sdh-problems::before { content: "?"; position: absolute; left: -20px; top: 40px; color: rgba(255,130,0,.06); font: 900 16rem/1 sans-serif; }
.sdh-problems__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.sdh-problem-card { display: grid; grid-template-columns: 120px 1fr; gap: 28px; align-items: center; padding: 40px; border-radius: 32px; background: #fff; box-shadow: 0 16px 40px rgba(48,51,58,.07); }
.sdh-problem-card__icon { display: grid; width: 120px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: var(--orange); font-weight: 900; background: #fff1dc; }
.sdh-problem-card__en { margin-bottom: 2px; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.sdh-problem-card h3 { margin-bottom: 16px !important; padding: 0 !important; border: 0 !important; font-size: 24px; background: none !important; }
.sdh-problem-card h3::before, .sdh-problem-card h3::after { display: none !important; }
.sdh-problem-card ul { margin: 0; padding: 0; list-style: none; }
.sdh-problem-card li { position: relative; padding: 7px 0 7px 28px; border-bottom: 1px dashed #e5ded4; }
.sdh-problem-card li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 700; }
.sdh-message { width: min(650px,100%); margin: 70px auto 0; padding: 48px; border-radius: 100px 100px 28px 28px; text-align: center; background: #fff; }
.sdh-message p { margin: 0; color: var(--ink); font: 700 clamp(23px,3vw,34px)/1.8 "Zen Kaku Gothic New"; }
.sdh-message strong { background: linear-gradient(transparent 68%,var(--yellow) 68%); }

/* 03 コンセプト */
.sdh-split { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; }
.sdh-split__image { min-height: 530px; display: grid; place-items: center; border-radius: 55% 45% 28px 28px; background: #fff1dc; }
.sdh-browser-art { position: relative; width: 76%; aspect-ratio: 4/3; border: 8px solid #30333a; border-radius: 16px; background: #fff; box-shadow: 18px 20px 0 rgba(255,130,0,.18); }
.sdh-browser-art i { display: inline-block; width: 10px; height: 10px; margin: 12px 0 0 8px; border-radius: 50%; background: var(--orange); }
.sdh-browser-art b { display: block; width: 65%; height: 22%; margin: 35px auto 20px; border-radius: 10px; background: #ffe0b4; }
.sdh-browser-art span { display: block; width: 72%; height: 10px; margin: 12px auto; border-radius: 10px; background: #e8e8e8; }
.sdh-browser-art em { display: block; width: 100px; height: 38px; margin: 28px auto; border-radius: 30px; background: var(--orange); }
.sdh-lead { color: var(--ink); font-size: clamp(24px,3vw,36px); line-height: 1.7; }
.sdh-lead strong { color: var(--orange); }
.sdh-three-points { display: flex; gap: 12px; margin: 30px 0; }
.sdh-three-points span { flex: 1; padding: 15px 8px; border: 1px solid #ffd4aa; border-radius: 999px; color: var(--orange); font-weight: 700; text-align: center; }

/* 04 種類・06 理由：TOPと同じカード感 */
.sdh-types { background: var(--cream-2); }
.sdh-card-grid { display: grid; gap: 24px; }
.sdh-card-grid--four { grid-template-columns: repeat(4,1fr); }
.sdh-type-card, .sdh-reason-card { position: relative; min-height: 300px; padding: 34px 28px; border-radius: 28px; background: #fff; box-shadow: 0 16px 38px rgba(48,51,58,.08); transition: transform .25s ease; }
.sdh-type-card:hover, .sdh-reason-card:hover { transform: translateY(-7px); }
.sdh-type-card__icon { display: grid; width: 76px; height: 76px; margin-bottom: 26px; place-items: center; border-radius: 50%; font-size: 34px; background: #fff1dc; }
.sdh-type-card > p { margin-bottom: 6px; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.sdh-type-card h3, .sdh-reason-card h3 { margin-bottom: 12px !important; padding: 0 !important; border: 0 !important; font-size: 21px; background: none !important; }
.sdh-type-card h3::before, .sdh-type-card h3::after, .sdh-reason-card h3::before, .sdh-reason-card h3::after { display: none !important; }
.sdh-type-card > span { color: var(--muted); font-size: 14px; }

/* オファー1 */
.sdh-offer { padding: 68px 0; }
.sdh-offer--blue { color: #fff; background: var(--blue); }
.sdh-offer .sdh-container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.sdh-offer small { font-weight: 700; letter-spacing: .15em; }
.sdh-offer h2 { margin: 10px 0 0 !important; padding: 0 !important; border: 0 !important; color: #fff; font-size: clamp(25px,3vw,38px); background: none !important; }
.sdh-offer h2::before, .sdh-offer h2::after { display: none !important; }

/* 05 制作内容 */
.sdh-production__list { display: flex; align-items: center; justify-content: center; gap: 10px; }
.sdh-production__list > div { width: 150px; min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px; border-radius: 50% 50% 24px 24px; text-align: center; background: #fff1dc; }
.sdh-production__list i { color: var(--orange); font-style: normal; font-weight: 900; }
.sdh-production__list b { font-size: 14px; line-height: 1.5; }
.sdh-production__list > span { color: var(--orange); font-size: 20px; transform: rotate(-90deg); }

/* 06 理由 */
.sdh-reasons { background: var(--cream); border-radius: 70px; }
.sdh-reason-card > b { color: var(--orange); }
.sdh-reason-card > div { display: grid; width: 70px; height: 70px; margin: 22px 0; place-items: center; border-radius: 50%; color: var(--orange); font-size: 26px; font-weight: 900; background: #fff1dc; }
.sdh-reason-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

/* 07 制作実績スライダー */
.sdh-works { background: var(--cream-2); }
.sdh-works-slider { position: relative; padding: 0 65px; }
.sdh-works-slider__viewport { overflow-x: auto; scrollbar-width: none; scroll-behavior: smooth; }
.sdh-works-slider__viewport::-webkit-scrollbar { display: none; }
.sdh-works-slider__track { display: flex; gap: 28px; width: max-content; padding: 12px 0 35px; }
.sdh-work-slide { display: block; width: min(560px,70vw); color: var(--ink) !important; text-decoration: none !important; }
.sdh-work-slide__image { display: block; overflow: hidden; aspect-ratio: 16/10; border-radius: 24px; background: #fff1dc; box-shadow: 0 16px 38px rgba(48,51,58,.12); }
.sdh-work-slide__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.sdh-work-slide:hover img { transform: scale(1.035); }
.sdh-work-slide b { display: block; margin-top: 14px; font-size: 17px; }
.sdh-works-slider__arrow { position: absolute; z-index: 3; top: 42%; width: 56px; height: 56px; border: 0; border-radius: 50%; color: var(--orange); font-size: 23px; background: #fff; box-shadow: 0 10px 24px rgba(48,51,58,.16); cursor: pointer; }
.sdh-works-slider__arrow--prev { left: 18px; }
.sdh-works-slider__arrow--next { right: 18px; }

/* 08 料金・保守 */
.sdh-plan { background: var(--cream); }
.sdh-plan__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: stretch; }
.sdh-plan-card { position: relative; padding: 40px 32px; border: 2px solid transparent; border-radius: 30px; background: #fff; }
.sdh-plan-card--popular { border-color: var(--orange); transform: translateY(-16px); }
.sdh-plan-card__badge { position: absolute; top: -18px; left: 50%; padding: 7px 24px; border-radius: 999px; color: #fff; font-size: 13px; font-weight: 700; white-space: nowrap; background: var(--orange); transform: translateX(-50%); }
.sdh-plan-card > p { margin-bottom: 8px; color: var(--orange); font-weight: 900; letter-spacing: .15em; }
.sdh-plan-card__price { padding-bottom: 22px; border-bottom: 1px solid #eee5da; }
.sdh-plan-card__price strong { color: var(--ink); font-size: 55px; line-height: 1; }
.sdh-plan-card h3 { min-height: 72px; margin: 22px 0 !important; padding: 0 !important; border: 0 !important; font-size: 17px; background: none !important; }
.sdh-plan-card h3::before, .sdh-plan-card h3::after { display: none !important; }
.sdh-plan-card ul { margin: 0; padding: 0; list-style: none; }
.sdh-plan-card li { padding: 7px 0 7px 24px; position: relative; border-bottom: 1px dashed #e6ddd1; }
.sdh-plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); }
.sdh-maintenance { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; margin-top: 75px; padding: 50px; border-radius: 32px; background: #fff; }
.sdh-maintenance small { color: var(--orange); font-weight: 900; letter-spacing: .15em; }
.sdh-maintenance h3 { margin: 12px 0 20px !important; padding: 0 !important; border: 0 !important; font-size: 28px; background: none !important; }
.sdh-maintenance h3::before, .sdh-maintenance h3::after { display: none !important; }
.sdh-maintenance dl { margin: 0; }
.sdh-maintenance dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid #eadfd2; }
.sdh-maintenance dt { font-weight: 700; }
.sdh-maintenance dd { margin: 0; }
.sdh-maintenance dd strong { color: var(--orange); }

/* 写真オファー */
.sdh-photo-offer { position: relative; min-height: 500px; display: flex; align-items: center; padding: 90px 0; background: #f9efe1 url("../img/lp-cta-bg.png") center/cover no-repeat; }
.sdh-photo-offer .sdh-container { position: relative; }
.sdh-photo-offer small { color: var(--orange); font-weight: 900; letter-spacing: .15em; }
.sdh-photo-offer h2 { margin: 12px 0 18px !important; padding: 0 !important; border: 0 !important; font-size: clamp(32px,4vw,50px); background: none !important; }
.sdh-photo-offer h2::before, .sdh-photo-offer h2::after { display: none !important; }

/* 09 縦タイムライン */
.sdh-timeline { position: relative; padding-left: 92px; }
.sdh-timeline::before { content: ""; position: absolute; left: 35px; top: 28px; bottom: 28px; width: 3px; border-radius: 3px; background: #ffd1a0; }
.sdh-timeline > div { position: relative; min-height: 120px; padding: 24px 30px; border-radius: 22px; background: var(--cream); margin-bottom: 22px; }
.sdh-timeline i { position: absolute; left: -92px; top: 22px; z-index: 2; display: grid; width: 72px; height: 72px; place-items: center; border: 5px solid #fff; border-radius: 50%; color: #fff; font-style: normal; font-weight: 900; background: var(--orange); }
.sdh-timeline b { display: block; margin-bottom: 5px; font-size: 19px; }
.sdh-timeline p { margin: 0; color: var(--muted); }

/* 10 FAQ */
.sdh-faq { background: var(--cream-2); }
.sdh-faq details { margin-bottom: 14px; border-radius: 18px; background: #fff; box-shadow: 0 8px 26px rgba(48,51,58,.07); }
.sdh-faq summary { padding: 24px 60px 24px 26px; color: var(--ink); font-weight: 700; cursor: pointer; }
.sdh-faq summary b, .sdh-faq details > p b { margin-right: 12px; color: var(--orange); font-size: 20px; }
.sdh-faq details > p { margin: 0; padding: 0 26px 24px; }

/* 11 CTA */
.sdh-final-cta { position: relative; padding: 105px 0; overflow: hidden; color: #fff; text-align: center; background: var(--orange); }
.sdh-final-cta::before, .sdh-final-cta::after { content: ""; position: absolute; border: 22px solid rgba(255,255,255,.12); border-radius: 50%; }
.sdh-final-cta::before { width: 220px; height: 220px; left: -70px; top: 30px; }
.sdh-final-cta::after { width: 150px; height: 150px; right: -35px; bottom: -30px; }
.sdh-final-cta .sdh-container { position: relative; z-index: 1; }
.sdh-final-cta > div > span { font-weight: 700; letter-spacing: .15em; }
.sdh-final-cta h2 { margin: 15px 0 22px !important; padding: 0 !important; border: 0 !important; color: #fff; font-size: clamp(32px,4vw,52px); background: none !important; }
.sdh-final-cta h2::before, .sdh-final-cta h2::after { display: none !important; }
.sdh-final-cta p { margin-bottom: 32px; }

@media (max-width: 980px) {
  .sdh-hero__grid, .sdh-split { grid-template-columns: 1fr; }
  .sdh-hero__visual { min-height: 470px; }
  .sdh-card-grid--four { grid-template-columns: repeat(2,1fr); }
  .sdh-production__list { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
  .sdh-production__list > div { width: 100%; }
  .sdh-production__list > span { display: none; }
  .sdh-maintenance { grid-template-columns: 1fr; gap: 25px; }
}

/* =========================================================
   LP制作ページ固有デザイン
   ========================================================= */
.sdlp-hero::before {
  content: "LP";
}

.sdlp-hero__visual::before {
  content: "SCROLL DESIGN";
  position: absolute;
  right: 8px;
  top: 0;
  color: rgba(255,130,0,.22);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  writing-mode: vertical-rl;
}

.sdlp-long-page {
  background: #fff1dc;
}

.sdlp-long-page > div {
  width: 58%;
  height: 430px;
  padding: 28px 22px;
  border: 7px solid #30333a;
  border-radius: 18px;
  background: #fff;
  box-shadow: 20px 22px 0 rgba(255,130,0,.18);
}

.sdlp-long-page span,
.sdlp-long-page b,
.sdlp-long-page i,
.sdlp-long-page em {
  display: block;
  border-radius: 8px;
}

.sdlp-long-page span { width: 85%; height: 12px; margin: 18px auto; background: #e7e7e7; }
.sdlp-long-page b { width: 100%; height: 95px; margin-bottom: 24px; background: #ffe0b4; }
.sdlp-long-page i { width: 74%; height: 65px; margin: 0 auto 24px; background: #fff4e5; }
.sdlp-long-page em { width: 110px; height: 38px; margin: 26px auto; background: #ff8200; }

.sdlp-plan .sdh-plan-card__price strong {
  font-size: 38px;
}

.sdlp-plan__notice {
  margin: 34px 0 0;
  color: #666970;
  font-size: 13px;
  text-align: center;
}

.sdlp-photo-offer {
  background-position: center;
}

@media (max-width: 700px) {
  .sdlp-long-page > div {
    width: 68%;
    height: 330px;
  }

  .sdlp-plan .sdh-plan-card__price strong {
    font-size: 34px;
  }
}

@media (max-width: 700px) {
  .sdh-page { font-size: 15px; }
  .sdh-container, .sdh-container--narrow { width: min(100% - 32px,1120px); }
  .sdh-section { padding: 78px 0; }
  .sdh-heading { margin-bottom: 38px; }
  .sdh-heading > span { font-size: 56px; }
  .sdh-hero { min-height: auto; padding: 90px 0 50px; }
  .sdh-hero__grid { gap: 20px; }
  .sdh-hero__catch { font-size: 34px; }
  .sdh-button { width: 100%; min-width: 0; }
  .sdh-hero__visual { min-height: 380px; }
  .sdh-mockup--pc { width: 92%; height: 270px; }
  .sdh-mockup--phone { width: 105px; height: 215px; }
  .sdh-mockup--card { width: 155px; height: 105px; }
  .sdh-problems__grid, .sdh-card-grid--four, .sdh-plan__grid { grid-template-columns: 1fr; }
  .sdh-problem-card { grid-template-columns: 1fr; padding: 30px 24px; }
  .sdh-problem-card__icon { width: 95px; }
  .sdh-message { padding: 38px 20px; border-radius: 60px 60px 22px 22px; }
  .sdh-split { gap: 42px; }
  .sdh-split__image { min-height: 380px; }
  .sdh-three-points { flex-direction: column; }
  .sdh-offer .sdh-container { display: block; text-align: center; }
  .sdh-offer h2 { margin-bottom: 28px !important; }
  .sdh-production__list { grid-template-columns: repeat(2,1fr); }
  .sdh-production__list > div { min-height: 125px; }
  .sdh-reasons { border-radius: 42px; }
  .sdh-work-slide { width: 78vw; }
  .sdh-works-slider { padding: 0 20px; }
  .sdh-works-slider__arrow { width: 46px; height: 46px; }
  .sdh-works-slider__arrow--prev { left: 4px; }
  .sdh-works-slider__arrow--next { right: 4px; }
  .sdh-plan-card--popular { transform: none; }
  .sdh-maintenance { padding: 30px 22px; }
  .sdh-maintenance dl > div { display: block; }
  .sdh-photo-offer { min-height: 580px; align-items: flex-end; background-position: 62% center; }
  .sdh-photo-offer::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom,rgba(255,255,255,.1),rgba(255,253,248,.95) 56%); }
  .sdh-photo-offer .sdh-container { z-index: 1; }
  .sdh-timeline { padding-left: 66px; }
  .sdh-timeline::before { left: 25px; }
  .sdh-timeline i { left: -66px; width: 52px; height: 52px; }
  .sdh-final-cta { padding: 78px 0; }
}

/* =========================================================
   LPページ差別化デザイン
   コーラル × パープル／縦スクロールを感じる構成
   ========================================================= */
.sdlp-page {
  --orange: #FF6B4A;
  --orange-dark: #E85638;
  --cream: #FFF1EC;
  --cream-2: #FFFFFF;
  --blue: #3C302D;
  --yellow: #FFE36E;
}

.sdlp-page .sdh-heading > span {
  color: #FF6B4A;
  font-style: italic;
  letter-spacing: -.02em;
}

/* FV：PCサイトではなく、縦長LPそのものを主役にします */
.sdlp-hero {
  min-height: 790px;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,107,74,.12) 0 6px, transparent 7px) 0 0 / 32px 32px,
    linear-gradient(125deg, #FFFFFF 0 58%, #FFF1EC 58% 100%);
}

.sdlp-hero::before {
  right: -2vw;
  top: 70px;
  color: rgba(60,48,45,.08);
  font-size: clamp(13rem,25vw,24rem);
  font-style: italic;
  transform: rotate(-7deg);
}

.sdlp-hero::after {
  content: "SCROLL  /  READ  /  ACTION";
  position: absolute;
  left: -25px;
  bottom: 95px;
  color: #3C302D;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  transform: rotate(-90deg);
}

.sdlp-hero .sdh-hero__number {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 999px;
  color: #fff;
  background: #3C302D;
}

.sdlp-hero .sdh-hero__catch {
  font-size: clamp(39px,5vw,68px);
  line-height: 1.42;
}

.sdlp-hero .sdh-hero__catch span {
  background: linear-gradient(transparent 70%, #FFE36E 70%, #FFE36E 92%, transparent 92%);
}

.sdlp-hero__visual {
  min-height: 570px;
  perspective: 1000px;
}

.sdlp-hero__visual .sdh-mockup--pc {
  width: 310px;
  height: 520px;
  top: 0;
  right: 18%;
  border: 9px solid #3C302D;
  border-radius: 20px;
  transform: rotateY(-8deg) rotateZ(3deg);
}

.sdlp-hero__visual .sdh-mockup--phone {
  width: 130px;
  height: 285px;
  left: 4%;
  bottom: 30px;
  border-color: #3C302D;
  transform: rotate(-7deg);
}

.sdlp-hero__visual .sdh-mockup--card {
  width: 245px;
  height: 165px;
  right: 0;
  bottom: 20px;
  border: 6px solid #fff;
  transform: rotate(8deg);
}

.sdlp-hero__visual::after {
  content: "CTA";
  position: absolute;
  right: 3%;
  top: 42px;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  background: #FF6B4A;
  box-shadow: 0 12px 28px rgba(255,107,74,.28);
  transform: rotate(9deg);
}

/* お悩み：左右カードを少しずらし、LPらしい流れを作ります */
.sdlp-page .sdh-problems {
  background: #3C302D;
  border-radius: 0 0 90px 90px;
}

.sdlp-page .sdh-problems::before {
  content: "PROBLEM";
  left: auto;
  right: -30px;
  top: 70px;
  color: rgba(255,255,255,.04);
  font-size: clamp(7rem,16vw,15rem);
}

.sdlp-page .sdh-problems .sdh-heading h2 {
  color: #fff;
}

.sdlp-page .sdh-problem-card {
  border-radius: 24px 70px 24px 24px;
  box-shadow: none;
}

.sdlp-page .sdh-problem-card:nth-child(2) {
  margin-top: 55px;
  border-radius: 70px 24px 24px 24px;
}

.sdlp-page .sdh-problem-card__icon {
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg,#FF6B4A,#ff9a65);
  transform: rotate(-5deg);
}

.sdlp-page .sdh-problem-card:nth-child(2) .sdh-problem-card__icon {
  background: linear-gradient(135deg,#3C302D,#8A6F66);
  transform: rotate(5deg);
}

.sdlp-page .sdh-message {
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255,255,255,.22);
  border-radius: 28px;
}

.sdlp-page .sdh-message p {
  color: #fff;
}

/* 03：長い1ページを視覚化 */
.sdlp-page .sdh-concept {
  background: linear-gradient(170deg,#FFFFFF 0 78%,#FFF1EC 78% 100%);
}

.sdlp-long-page {
  position: relative;
  border-radius: 30px;
  background: repeating-linear-gradient(-45deg,#ffe6e1 0 14px,#FFF1EC 14px 28px);
}

.sdlp-long-page::before {
  content: "01\A02\A03\A04\A05";
  white-space: pre;
  position: absolute;
  left: 12%;
  top: 55px;
  color: rgba(60,48,45,.22);
  font: 900 34px/2 "Zen Kaku Gothic New";
}

/* 種類カード：均一なカードではなく、カラーブロックにします */
.sdlp-page .sdh-types {
  background: #FFFFFF;
}

.sdlp-page .sdh-type-card {
  min-height: 330px;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  box-shadow: none;
}

.sdlp-page .sdh-type-card:nth-child(1),
.sdlp-page .sdh-type-card:nth-child(3) {
  background: #ffe6e1;
}

.sdlp-page .sdh-type-card:nth-child(2),
.sdlp-page .sdh-type-card:nth-child(4) {
  margin-top: 35px;
  background: #F5E7E1;
}

.sdlp-page .sdh-type-card__icon {
  border-radius: 18px;
  background: #fff;
}

.sdlp-page .sdh-offer--blue {
  background: linear-gradient(115deg,#3C302D 0 58%,#FF6B4A 58% 100%);
}

/* 制作工程はLPの縦スクロールを思わせる帯に */
.sdlp-page .sdh-production__list {
  position: relative;
  padding: 55px 35px;
  border-radius: 30px;
  background: #FFF1EC;
}

.sdlp-page .sdh-production__list > div {
  border-radius: 20px;
  background: #fff;
  box-shadow: 8px 10px 0 rgba(255,107,74,.12);
}

.sdlp-page .sdh-production__list > span {
  color: #3C302D;
}

/* 理由：濃色背景でHP制作ページとの差を明確に */
.sdlp-page .sdh-reasons {
  color: #fff;
  background: #3C302D;
  border-radius: 90px 0 90px 0;
}

.sdlp-page .sdh-reasons .sdh-heading h2 {
  color: #fff;
}

.sdlp-page .sdh-reason-card {
  color: #3C302D;
  box-shadow: none;
}

.sdlp-page .sdh-reason-card:nth-child(even) {
  transform: translateY(28px);
}

.sdlp-page .sdh-reason-card:nth-child(even):hover {
  transform: translateY(20px);
}

/* 制作実績は画面幅いっぱいのフィルム風 */
.sdlp-page .sdh-works {
  background: #fff;
}

.sdlp-page .sdh-work-slide {
  width: min(440px,65vw);
}

.sdlp-page .sdh-work-slide__image {
  border: 8px solid #3C302D;
  border-radius: 12px;
  box-shadow: 14px 16px 0 #ffe6e1;
}

/* 料金・FAQ・最後のCTA */
.sdlp-page .sdh-plan-card {
  border-radius: 22px;
}

.sdlp-page .sdh-plan-card--popular {
  color: #fff;
  border-color: #3C302D;
  background: #3C302D;
}

.sdlp-page .sdh-plan-card--popular h3,
.sdlp-page .sdh-plan-card--popular .sdh-plan-card__price strong {
  color: #fff;
}

.sdlp-page .sdh-photo-offer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(255,255,255,.96) 0 48%,rgba(255,107,74,.12) 72%,rgba(60,48,45,.18) 100%);
}

.sdlp-page .sdh-photo-offer .sdh-container {
  z-index: 1;
}

.sdlp-page .sdh-timeline::before {
  background: linear-gradient(#FF6B4A,#3C302D);
}

.sdlp-page .sdh-timeline i {
  background: #3C302D;
}

.sdlp-page .sdh-timeline > div:nth-child(odd) i {
  background: #FF6B4A;
}

.sdlp-page .sdh-faq details {
  border-left: 5px solid #3C302D;
  border-radius: 8px 20px 20px 8px;
}

.sdlp-page .sdh-final-cta {
  background: linear-gradient(125deg,#FF6B4A 0 55%,#3C302D 55% 100%);
}

@media (max-width: 700px) {
  .sdlp-hero {
    background: linear-gradient(160deg,#FFFFFF 0 62%,#FFF1EC 62% 100%);
  }

  .sdlp-hero__visual .sdh-mockup--pc {
    width: 220px;
    height: 355px;
    right: 15%;
  }

  .sdlp-hero__visual .sdh-mockup--phone {
    width: 95px;
    height: 205px;
  }

  .sdlp-page .sdh-problems {
    border-radius: 0 0 48px 48px;
  }

  .sdlp-page .sdh-problem-card:nth-child(2),
  .sdlp-page .sdh-type-card:nth-child(2),
  .sdlp-page .sdh-type-card:nth-child(4) {
    margin-top: 0;
  }

  .sdlp-page .sdh-reasons {
    border-radius: 48px 0 48px 0;
  }

  .sdlp-page .sdh-reason-card:nth-child(even),
  .sdlp-page .sdh-reason-card:nth-child(even):hover {
    transform: none;
  }
}
