/* =========================================================
   三河LP（page-mikawa-lp.php）専用スタイル
   ダーク×グロー／グラス／ベントー／パララックスの最先端デザイン
   全て .lp- 接頭辞でスコープ（サイト共通CSSと独立）
   ========================================================= */
.lp-mikawa {
	--bg: #06061a; --bg2: #0c0a26; --panel: rgba(255,255,255,.04);
	--ink: #ecedff; --muted: #a6a7d6; --line: rgba(255,255,255,.10);
	--cyan: #22d3ee; --violet: #a855f7; --magenta: #f04bd9;
	--grad: linear-gradient(100deg, #22d3ee 0%, #7c5cff 55%, #f04bd9 100%);
	--glow: 0 0 0 1px rgba(124,92,255,.4), 0 18px 50px rgba(124,92,255,.35);
	margin: 0; background: var(--bg); color: var(--ink);
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.9; letter-spacing: .01em; overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
.lp-mikawa *, .lp-mikawa *::before, .lp-mikawa *::after { box-sizing: border-box; }
.lp-mikawa img { max-width: 100%; display: block; }
.lp-mikawa a { color: inherit; text-decoration: none; }
.lp-mikawa h1, .lp-mikawa h2, .lp-mikawa h3 { font-weight: 700; line-height: 1.3; margin: 0; }
.lp-eng, .lp-kicker, .lp-head__mark, .lp-flow__no, .lp-hero__title, .lp-h2 { font-family: "Space Grotesk", "Noto Sans JP", sans-serif; }

.lp-wrap { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }
.lp-wrap--narrow { max-width: 860px; }
.lp-section { padding: 110px 0; position: relative; }
.lp-grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.lp-h2 { font-size: clamp(1.7rem, 4vw, 2.9rem); letter-spacing: .01em; }
.lp-kicker { display: inline-block; font-size: .78rem; letter-spacing: .28em; text-transform: uppercase; color: var(--cyan); margin-bottom: 14px; }
.lp-head2 { margin-bottom: 54px; }
.lp-lead { color: var(--muted); margin: 16px 0 0; }
.lp-note { color: var(--muted); font-size: .82rem; text-align: center; margin-top: 26px; }

/* 背景演出：グレイン＆オーブ */
.lp-grain { position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: .5; mix-blend-mode: overlay;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E"); }
.lp-orb { position: fixed; border-radius: 50%; filter: blur(90px); opacity: .5; z-index: 0; pointer-events: none; }
.lp-orb--1 { width: 520px; height: 520px; background: radial-gradient(circle, rgba(124,92,255,.7), transparent 70%); top: -160px; right: -120px; }
.lp-orb--2 { width: 460px; height: 460px; background: radial-gradient(circle, rgba(34,211,238,.5), transparent 70%); bottom: 8%; left: -140px; }

/* ボタン */
.lp-btn { position: relative; display: inline-flex; align-items: center; gap: 10px; padding: 16px 30px; border-radius: 999px; font-weight: 700; font-size: .98rem; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.lp-btn--glow { background: var(--grad); color: #fff; box-shadow: var(--glow); }
.lp-btn--glow::after { content: ""; position: absolute; top: 0; left: -70%; width: 45%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent); transform: skewX(-20deg); animation: lpShine 3.6s ease-in-out infinite; }
.lp-btn--glow:hover { transform: translateY(-3px); box-shadow: 0 0 0 1px rgba(124,92,255,.6), 0 24px 60px rgba(124,92,255,.5); }
.lp-btn--ghost { border: 1px solid var(--line); background: rgba(255,255,255,.03); color: var(--ink); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.lp-btn--ghost:hover { border-color: var(--cyan); color: #fff; }
.lp-btn--sm { padding: 11px 22px; font-size: .85rem; }
.lp-btn--lg { padding: 19px 40px; font-size: 1.05rem; }
.lp-arrow { width: 18px; height: 18px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); display: inline-block; margin-left: 2px; }
@keyframes lpShine { 0% { left: -70%; } 45%, 100% { left: 130%; } }

/* リビール */
.lp-reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.lp-reveal.is-in { opacity: 1; transform: none; }
.lp-reveal[data-d="1"] { transition-delay: .12s; } .lp-reveal[data-d="2"] { transition-delay: .24s; } .lp-reveal[data-d="3"] { transition-delay: .36s; } .lp-reveal[data-d="4"] { transition-delay: .48s; }
.lp-parallax { will-change: transform; }

/* ヘッダー */
.lp-head { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background .3s, box-shadow .3s, padding .3s; }
.lp-head.is-stuck { background: rgba(6,6,22,.72); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
.lp-head__inner { max-width: 1240px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; }
.lp-head__brand { display: flex; align-items: center; gap: 12px; }
.lp-head__mark { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; font-weight: 700; letter-spacing: .04em; background: var(--grad); color: #fff; box-shadow: var(--glow); }
.lp-head__name { font-weight: 700; font-size: 1.02rem; line-height: 1.2; }
.lp-head__name small { display: block; font-size: .66rem; font-weight: 400; color: var(--muted); }
.lp-head__actions { display: flex; align-items: center; gap: 16px; }
.lp-head__tel { text-align: right; line-height: 1.1; }
.lp-head__tel span { display: block; font-size: .6rem; color: var(--muted); letter-spacing: .1em; }
.lp-head__tel b { font-size: 1.05rem; font-family: "Space Grotesk", sans-serif; }

/* HERO */
.lp-hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 120px 0 90px; overflow: hidden; }
.lp-hero__bg { position: absolute; inset: -24% 0; background-size: cover; background-position: center; z-index: 0; }
.lp-hero__veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(6,6,22,.62) 0%, rgba(6,6,22,.5) 40%, rgba(6,6,22,.92) 100%), radial-gradient(900px 500px at 18% 30%, rgba(124,92,255,.25), transparent 70%); }
.lp-grid-overlay { position: absolute; inset: 0; z-index: 1; opacity: .35; background-image: linear-gradient(rgba(124,92,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(34,211,238,.14) 1px, transparent 1px); background-size: 64px 64px; -webkit-mask-image: radial-gradient(circle at 50% 40%, #000 30%, transparent 75%); mask-image: radial-gradient(circle at 50% 40%, #000 30%, transparent 75%); }
.lp-hero__inner { max-width: 880px; }
.lp-eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 18px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); font-size: .8rem; color: #d6d7ff; margin-bottom: 26px; }
.lp-eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.lp-hero__title { font-size: clamp(2.3rem, 6.4vw, 4.6rem); font-weight: 700; letter-spacing: .005em; }
.lp-hero__sub { font-size: clamp(1rem, 1.5vw, 1.18rem); color: #cfd0f3; margin: 26px 0 0; }
.lp-hero__sub strong { color: #fff; }
.lp-hero__badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 0; }
.lp-hero__badges span { font-size: .82rem; padding: 8px 15px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.03); color: #c9caf0; }
.lp-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 36px 0 0; }
.lp-hero__cards { position: absolute; right: max(24px, 6vw); top: 50%; transform: translateY(-50%); z-index: 2; display: grid; gap: 16px; }
.lp-fcard { padding: 16px 20px; border-radius: 16px; border: 1px solid var(--line); background: rgba(12,10,38,.55); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 14px 40px rgba(0,0,0,.4); min-width: 190px; }
.lp-fcard b { display: block; font-size: 1.02rem; }
.lp-fcard span { font-size: .76rem; color: var(--muted); }
.lp-scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); width: 24px; height: 38px; border: 2px solid rgba(255,255,255,.4); border-radius: 14px; z-index: 3; }
.lp-scroll span { position: absolute; top: 7px; left: 50%; transform: translateX(-50%); width: 4px; height: 8px; border-radius: 2px; background: var(--cyan); animation: lpScroll 1.6s ease-in-out infinite; }
@keyframes lpScroll { 0% { opacity: 0; top: 7px; } 30% { opacity: 1; } 100% { opacity: 0; top: 20px; } }

/* マーキー */
.lp-marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.02); overflow: hidden; padding: 18px 0; }
.lp-marquee__track { display: flex; align-items: center; gap: 26px; width: max-content; animation: lpMarquee 32s linear infinite; }
.lp-marquee__track span { font-family: "Space Grotesk", sans-serif; font-size: 1.05rem; color: #c9caf0; white-space: nowrap; }
.lp-marquee__track i { width: 6px; height: 6px; border-radius: 50%; background: var(--grad); }
@keyframes lpMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ベントー */
.lp-bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-bento__cell { position: relative; padding: 30px; border-radius: 22px; border: 1px solid var(--line); background: linear-gradient(160deg, rgba(255,255,255,.06), rgba(255,255,255,.015)); overflow: hidden; transition: transform .3s, border-color .3s; }
.lp-bento__cell::before { content: ""; position: absolute; inset: 0; background: radial-gradient(420px 200px at 80% -10%, rgba(124,92,255,.22), transparent 70%); opacity: 0; transition: opacity .3s; }
.lp-bento__cell:hover { transform: translateY(-5px); border-color: rgba(124,92,255,.5); }
.lp-bento__cell:hover::before { opacity: 1; }
.lp-bento__cell--lg { grid-row: span 2; }
.lp-bento__cell--wide { grid-column: span 2; }
.lp-bento__cell .lp-ic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; font-size: 1.3rem; background: rgba(124,92,255,.16); color: var(--cyan); border: 1px solid var(--line); margin-bottom: 18px; }
.lp-bento__cell h3 { font-size: 1.18rem; margin-bottom: 10px; }
.lp-bento__cell p { color: var(--muted); font-size: .92rem; margin: 0; }
.lp-bento__cell--lg h3 { font-size: 1.5rem; }

/* エリア */
.lp-area { overflow: hidden; }
.lp-area__bg { position: absolute; inset: -10% 0; background-size: cover; background-position: center; z-index: 0; opacity: .5; }
.lp-area__veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, var(--bg) 0%, rgba(6,6,22,.55) 45%, var(--bg) 100%); }
.lp-area__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-area__card { padding: 28px; border-radius: 18px; border: 1px solid var(--line); background: rgba(10,9,32,.6); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.lp-area__card b { display: block; color: var(--cyan); margin-bottom: 10px; font-size: 1.02rem; }
.lp-area__card p { color: var(--muted); font-size: .9rem; margin: 0; }

/* スプリット（一貫制作） */
.lp-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.lp-split__media { position: relative; }
.lp-split__img { aspect-ratio: 4/3; border-radius: 24px; background-size: cover; background-position: center; border: 1px solid var(--line); box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lp-split__chip { position: absolute; left: -14px; bottom: -14px; padding: 12px 18px; border-radius: 14px; background: var(--grad); color: #fff; font-family: "Space Grotesk", sans-serif; font-weight: 600; box-shadow: var(--glow); }
.lp-split__body h2 { margin: 8px 0 18px; }
.lp-split__body > p { color: var(--muted); }
.lp-checklist { list-style: none; padding: 0; margin: 22px 0 30px; display: grid; gap: 12px; }
.lp-checklist li { position: relative; padding-left: 34px; color: #d5d6f5; font-size: .95rem; }
.lp-checklist li::before { content: ""; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%; background: rgba(34,211,238,.16); border: 1px solid rgba(34,211,238,.5); }
.lp-checklist li::after { content: ""; position: absolute; left: 7px; top: 7px; width: 8px; height: 5px; border-left: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan); transform: rotate(-45deg); }

/* 施工事例 */
.lp-works { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lp-work { border-radius: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.025); overflow: hidden; }
.lp-work__thumb { aspect-ratio: 16/10; position: relative; display: grid; place-items: center; background: linear-gradient(135deg, rgba(124,92,255,.25), rgba(34,211,238,.18)); }
.lp-work__soon { font-family: "Space Grotesk", sans-serif; letter-spacing: .2em; text-transform: uppercase; font-size: .8rem; color: rgba(255,255,255,.7); border: 1px dashed rgba(255,255,255,.4); padding: 8px 16px; border-radius: 999px; }
.lp-work__body { padding: 22px; }
.lp-work__tag { font-size: .72rem; color: var(--cyan); border: 1px solid var(--line); padding: 4px 10px; border-radius: 999px; }
.lp-work__body h3 { font-size: 1.05rem; margin: 12px 0 8px; }
.lp-work__body p { color: var(--muted); font-size: .86rem; margin: 0; }

/* 信頼 */
.lp-trust { overflow: hidden; }
.lp-trust__bg { position: absolute; inset: -10% 0; background-size: cover; background-position: center bottom; z-index: 0; }
.lp-trust__veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(110deg, rgba(6, 6, 22, .05) 0%, rgba(6, 6, 22, .7) 80%, rgba(6, 6, 22, .1) 60%); }
.lp-trust__inner { max-width: 720px; }
.lp-trust__inner > p { color: #d4d5f3; margin-top: 18px; }

/* 流れ */
.lp-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-flow__item { display: flex; gap: 18px; padding: 26px; border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.lp-flow__no { font-family: "Space Grotesk", sans-serif; font-size: 2rem; font-weight: 700; line-height: 1; color: transparent; -webkit-text-stroke: 1px var(--cyan); }
.lp-flow__item h3 { font-size: 1.05rem; margin-bottom: 6px; }
.lp-flow__item p { color: var(--muted); font-size: .86rem; margin: 0; }

/* FAQ */
.lp-faq__item { border: 1px solid var(--line); border-radius: 14px; margin-bottom: 14px; background: rgba(255,255,255,.025); overflow: hidden; }
.lp-faq__q { width: 100%; text-align: left; background: none; border: 0; color: var(--ink); font-weight: 700; font-size: 1rem; padding: 20px 24px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: inherit; }
.lp-faq__q i { width: 14px; height: 14px; position: relative; flex: 0 0 auto; }
.lp-faq__q i::before, .lp-faq__q i::after { content: ""; position: absolute; background: var(--cyan); transition: transform .3s; }
.lp-faq__q i::before { left: 6px; top: 0; width: 2px; height: 14px; }
.lp-faq__q i::after { left: 0; top: 6px; width: 14px; height: 2px; }
.lp-faq__item.is-open .lp-faq__q i::before { transform: rotate(90deg); }
.lp-faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.lp-faq__item.is-open .lp-faq__a { max-height: 260px; }
.lp-faq__a p { padding: 0 24px 22px; margin: 0; color: var(--muted); font-size: .92rem; }

/* CTA帯 */
.lp-ctaband { position: relative; padding: 110px 0; overflow: hidden; text-align: center; }
.lp-ctaband__bg { position: absolute; inset: -10% 0; background-size: cover; background-position: center; z-index: 0; }
.lp-ctaband__veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(6,6,22,.85), rgba(6,6,22,.7)); }
.lp-ctaband__inner h2 { font-size: clamp(1.6rem, 3.4vw, 2.6rem); }
.lp-ctaband__inner p { color: #cfd0f3; max-width: 640px; margin: 16px auto 30px; }

/* フォーム（CF7をダークに） */
.lp-formbox { border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(160deg, rgba(255,255,255,.05), rgba(255,255,255,.015)); padding: 38px; box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.lp-form .ld-cf7 { max-width: none; }
.lp-form .ld-field { margin-bottom: 18px; }
.lp-form .ld-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lp-form label { display: block; font-weight: 700; font-size: .88rem; color: #dcdcff; margin-bottom: 7px; }
.lp-form .ld-req { display: inline-block; background: var(--magenta); color: #fff; font-size: .64rem; font-weight: 700; padding: 2px 8px; border-radius: 4px; margin-left: 6px; }
.lp-form input[type="text"], .lp-form input[type="email"], .lp-form input[type="tel"], .lp-form input[type="url"], .lp-form select, .lp-form textarea {
	width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; background: rgba(0,0,0,.25); color: var(--ink); font-size: 1rem; font-family: inherit; transition: border-color .2s, box-shadow .2s; }
.lp-form input::placeholder, .lp-form textarea::placeholder { color: #7e7fae; }
.lp-form input:focus, .lp-form select:focus, .lp-form textarea:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(34,211,238,.18); }
.lp-form textarea { min-height: 140px; resize: vertical; }
.lp-form select option { color: #111; }
.lp-form .wpcf7-checkbox { display: flex; flex-wrap: wrap; gap: 10px; }
.lp-form .wpcf7-checkbox .wpcf7-list-item { margin: 0; }
.lp-form .wpcf7-checkbox label { display: flex; align-items: center; gap: 8px; font-weight: 500; font-size: .88rem; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; background: rgba(255,255,255,.03); margin: 0; }
.lp-form .ld-actions { margin-top: 26px; text-align: center; }
.lp-form .ld-actions--confirm { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; align-items: center; }
.lp-form .ld-confirm-btn, .lp-form input.wpcf7-submit { background: var(--grad); color: #fff; border: 0; font-weight: 700; font-size: 1.02rem; padding: 16px 44px; border-radius: 999px; cursor: pointer; box-shadow: var(--glow); font-family: inherit; transition: transform .25s; }
.lp-form .ld-confirm-btn:hover, .lp-form input.wpcf7-submit:hover { transform: translateY(-2px); }
.lp-form .ld-back-btn { background: rgba(255,255,255,.05); color: var(--ink); border: 1px solid var(--line); font-weight: 700; padding: 15px 30px; border-radius: 999px; cursor: pointer; font-family: inherit; }
.lp-form .ld-confirm-head { text-align: center; font-weight: 700; color: var(--cyan); margin-bottom: 18px; }
.lp-form .ld-review-list { display: grid; grid-template-columns: 200px 1fr; border-top: 1px solid var(--line); }
.lp-form .ld-review-list dt { padding: 15px 12px; font-weight: 700; font-size: .84rem; color: var(--muted); background: rgba(255,255,255,.03); border-bottom: 1px solid var(--line); margin: 0; }
.lp-form .ld-review-list dd { padding: 15px 12px; font-size: .92rem; border-bottom: 1px solid var(--line); margin: 0; word-break: break-word; }
.lp-form .wpcf7-response-output { border-radius: 10px !important; margin: 18px 0 0 !important; color: #dcdcff; }

/* フッター */
.lp-foot { border-top: 1px solid var(--line); padding: 56px 0 30px; position: relative; z-index: 2; }
.lp-foot__inner { display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; align-items: flex-start; }
.lp-foot__brand { display: flex; gap: 16px; align-items: center; }
.lp-foot__brand b { font-size: 1rem; }
.lp-foot__brand p { color: var(--muted); font-size: .82rem; margin: 6px 0 0; }
.lp-foot__nav { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.lp-foot__nav a { color: var(--muted); font-size: .86rem; }
.lp-foot__nav a:hover { color: #fff; }
.lp-foot__copy { text-align: center; color: #6f70a0; font-size: .76rem; margin-top: 36px; }

/* 追従CTA（スマホ） */
.lp-sticky-cta { display: none; position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 120; text-align: center; padding: 15px; border-radius: 14px; background: var(--grad); color: #fff; font-weight: 800; box-shadow: var(--glow); }
.lp-sticky-cta::after { content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent); transform: skewX(-20deg); animation: lpShine 3.4s ease-in-out infinite; }

/* ===== 制作事例カルーセル（slick） ===== */
.lp-works-carousel { margin-top: 10px; }
.lp-works-carousel .slick-track { display: flex; }
.lp-works-carousel .slick-slide { height: auto; }
.lp-works-carousel .slick-slide > div { height: 100%; padding: 10px; }
.lp-wslide { height: 100%; }
.lp-wcard { display: flex; flex-direction: column; height: 100%; background: var(--panel); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; text-decoration: none; color: var(--ink); transition: transform .25s, border-color .25s, box-shadow .25s; }
.lp-wcard:hover { transform: translateY(-5px); border-color: rgba(124,92,255,.5); box-shadow: 0 16px 36px rgba(124,92,255,.25); }
.lp-wcard__thumb { display: block; position: relative; padding: 12px 12px 2px; background: rgba(255,255,255,.03); }
.lp-wcard__body { display: flex; flex-direction: column; gap: 6px; padding: 14px 15px 16px; flex: 1; }
.lp-wcard__genre { align-self: flex-start; font-size: .68rem; font-weight: 700; color: var(--cyan); background: rgba(34,211,238,.1); border: 1px solid rgba(34,211,238,.3); padding: 3px 10px; border-radius: 999px; }
.lp-wcard__title { font-size: .92rem; font-weight: 800; line-height: 1.4; }
.lp-wcard__more { margin-top: auto; font-size: .78rem; font-weight: 700; color: var(--violet); }
.lp-works-carousel .slick-prev, .lp-works-carousel .slick-next { width: 42px; height: 42px; z-index: 5; }
.lp-works-carousel .slick-prev { left: -6px; } .lp-works-carousel .slick-next { right: -6px; }
.lp-works-carousel .slick-prev:before, .lp-works-carousel .slick-next:before { font-size: 30px; color: var(--violet); opacity: .95; }
.lp-works-carousel .slick-dots { position: static; margin-top: 20px; }
.lp-works-carousel .slick-dots li button:before { color: var(--muted); opacity: .5; font-size: 9px; }
.lp-works-carousel .slick-dots li.slick-active button:before { color: var(--cyan); opacity: 1; }

/* ===== 料金の目安 ===== */
.lp-price__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
.lp-price__card { position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 24px 20px; }
.lp-price__card--pickup { border-color: transparent; background: linear-gradient(135deg, rgba(34,211,238,.16), rgba(124,92,255,.16)); box-shadow: var(--glow); }
.lp-price__badge { display: inline-block; background: var(--grad); color: #fff; font-size: .7rem; font-weight: 800; padding: 4px 11px; border-radius: 999px; margin-bottom: 10px; }
.lp-price__card h3 { font-size: .98rem; font-weight: 800; margin: 0 0 10px; line-height: 1.5; }
.lp-price__num { font-size: 1.9rem; font-weight: 800; line-height: 1.1; margin-bottom: 10px; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.lp-price__num span { font-size: .85rem; font-weight: 700; -webkit-text-fill-color: var(--ink); color: var(--ink); margin-left: 2px; }
.lp-price__card p { font-size: .84rem; line-height: 1.75; color: var(--muted); margin: 0; }
.lp-price__note { margin-top: 18px; font-size: .8rem; color: var(--muted); }
@media (max-width: 900px) { .lp-price__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .lp-price__grid { grid-template-columns: 1fr; } }

/* ===== 追従CTA（PC・タブレット：右下フロート） ===== */
.lp-float-pc { display: none; position: fixed; right: 22px; bottom: 22px; z-index: 120; align-items: center; gap: 13px; padding: 13px 22px 13px 15px; border-radius: 999px; background: var(--grad); color: #fff; text-decoration: none; box-shadow: var(--glow); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.lp-float-pc:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(124,92,255,.5); }
.lp-float-pc::after { content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent); transform: skewX(-20deg); animation: lpShine 3.4s ease-in-out infinite; }
.lp-float-pc__badge { background: #fff; color: #7c5cff; font-weight: 800; font-size: .74rem; padding: 5px 11px; border-radius: 999px; }
.lp-float-pc__txt { display: flex; flex-direction: column; line-height: 1.25; text-align: left; }
.lp-float-pc__txt b { font-size: 1rem; font-weight: 800; }
.lp-float-pc__txt small { font-size: .7rem; opacity: .92; }
.lp-float-pc__arw { font-size: 1.35rem; font-weight: 800; line-height: 1; }
@media (min-width: 641px) { .lp-float-pc { display: inline-flex; } }

/* レスポンシブ */
@media (max-width: 980px) {
	.lp-hero__cards { display: none; }
	.lp-bento, .lp-area__grid, .lp-works, .lp-flow { grid-template-columns: 1fr 1fr; }
	.lp-bento__cell--lg { grid-row: auto; } .lp-bento__cell--wide { grid-column: span 2; }
	.lp-split { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 640px) {
	.lp-section { padding: 76px 0; }
	.lp-head__tel { display: none; }
	.lp-bento, .lp-area__grid, .lp-works, .lp-flow { grid-template-columns: 1fr; }
	.lp-bento__cell--wide { grid-column: auto; }
	.lp-form .ld-row { grid-template-columns: 1fr; }
	.lp-form .ld-review-list { grid-template-columns: 1fr; }
	.lp-formbox { padding: 22px; }
	.lp-sticky-cta { display: block; }
	.lp-hero { padding-bottom: 120px; }
}
@media (prefers-reduced-motion: reduce) {
	.lp-marquee__track, .lp-btn--glow::after, .lp-sticky-cta::after, .lp-scroll span { animation: none; }
}

/* ===== SNS・Web広告セクション ===== */
.lp-ads { overflow: hidden; }
.lp-ads__glow { position: absolute; inset: -20% -10%; background-size: cover; background-position: center; z-index: 0; opacity: .28; -webkit-mask-image: radial-gradient(60% 60% at 72% 38%, #000, transparent 75%); mask-image: radial-gradient(60% 60% at 72% 38%, #000, transparent 75%); }
.lp-ads__layout { display: grid; grid-template-columns: 1.05fr 1fr; gap: 50px; align-items: center; }
.lp-ads__media { position: relative; }
.lp-ads__img { aspect-ratio: 3/2; border-radius: 24px; background-size: cover; background-position: center; border: 1px solid var(--line); box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lp-ads__platforms { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.lp-ads__platforms span { font-size: .78rem; padding: 7px 14px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.04); color: #c9caf0; }
.lp-ads__points { display: grid; gap: 16px; }
.lp-ads__pt { display: flex; gap: 16px; padding: 18px 20px; border-radius: 16px; border: 1px solid var(--line); background: linear-gradient(160deg, rgba(255,255,255,.05), rgba(255,255,255,.015)); transition: border-color .3s, transform .3s; }
.lp-ads__pt:hover { border-color: rgba(124,92,255,.5); transform: translateX(4px); }
.lp-ads__no { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 1.2rem; color: transparent; -webkit-text-stroke: 1px var(--cyan); flex: 0 0 auto; }
.lp-ads__pt b { display: block; font-size: 1.02rem; margin-bottom: 4px; }
.lp-ads__pt p { color: var(--muted); font-size: .86rem; margin: 0; }
.lp-ads__points .lp-btn { margin-top: 6px; justify-self: start; }
@media (max-width: 980px) { .lp-ads__layout { grid-template-columns: 1fr; gap: 32px; } }

/* 制作実績リンク（ミニ掲載・実サイトへ） */
.lp-worklinks { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; margin-top:8px; }
.lp-worklink {
	display:flex; flex-direction:column; gap:3px; position:relative;
	min-width:210px; max-width:290px; padding:14px 40px 14px 18px;
	background:var(--panel); border:1px solid var(--line); border-radius:14px;
	color:var(--ink); text-decoration:none;
	-webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px);
	transition:transform .2s, border-color .2s, background .2s;
}
.lp-worklink:hover { transform:translateY(-3px); border-color:var(--cyan); background:rgba(255,255,255,.07); }
.lp-worklink b { font-size:.98rem; line-height:1.4; }
.lp-worklink span { font-size:.76rem; color:var(--muted); line-height:1.5; }
.lp-worklink i { position:absolute; right:14px; top:16px; font-size:.78rem; color:var(--cyan); opacity:.85; }
.lp-note a { color:var(--cyan); text-decoration:none; font-weight:600; }
@media (max-width:600px){ .lp-worklink { min-width:0; width:100%; max-width:none; } }

/* ============================================================
   作品カルーセル：送りボタン & ドットのデザイン刷新（ダークLP向け）
   ============================================================ */
.lp-works-carousel .slick-prev,
.lp-works-carousel .slick-next {
	position: absolute; top: 42%;
	width: 54px; height: 54px; border-radius: 50%; z-index: 6; padding: 0;
	font-size: 0; line-height: 0; color: transparent;
	background: linear-gradient(160deg, rgba(40,30,80,.55), rgba(12,10,38,.55));
	border: 1px solid rgba(255,255,255,.16);
	-webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
	box-shadow: 0 12px 30px rgba(0,0,0,.42), inset 0 0 0 1px rgba(124,92,255,.12);
	transform: translateY(-50%);
	transition: transform .28s cubic-bezier(.2,.7,.2,1), box-shadow .28s, background .28s, border-color .28s;
}
.lp-works-carousel .slick-prev { left: -18px; }
.lp-works-carousel .slick-next { right: -18px; }
.lp-works-carousel .slick-prev:hover,
.lp-works-carousel .slick-next:hover {
	background: linear-gradient(135deg, var(--violet), var(--cyan));
	border-color: transparent;
	box-shadow: 0 16px 40px rgba(168,85,247,.5), 0 0 0 1px rgba(34,211,238,.4);
}
.lp-works-carousel .slick-prev:hover { transform: translateY(-50%) translateX(-3px) scale(1.08); }
.lp-works-carousel .slick-next:hover { transform: translateY(-50%) translateX(3px) scale(1.08); }
.lp-works-carousel .slick-prev:focus,
.lp-works-carousel .slick-next:focus { outline: none; }
/* 矢印アイコン：slickフォント非依存の自前SVGシェブロン（白・鮮明） */
.lp-works-carousel .slick-prev::before,
.lp-works-carousel .slick-next::before {
	content: ""; display: block; width: 16px; height: 16px;
	position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
	opacity: 1;
	background: no-repeat center / contain;
}
.lp-works-carousel .slick-prev::before { background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='white'%20stroke-width='2.6'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpolyline%20points='15%2018%209%2012%2015%206'/%3E%3C/svg%3E"); }
.lp-works-carousel .slick-next::before { background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='white'%20stroke-width='2.6'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpolyline%20points='9%2018%2015%2012%209%206'/%3E%3C/svg%3E"); }

/* ドット */
.lp-works-carousel .slick-dots {
	position: static; margin: 30px 0 0; padding: 0; list-style: none;
	display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 9px;
}
.lp-works-carousel .slick-dots li { width: auto; height: auto; margin: 0; list-style: none; }
.lp-works-carousel .slick-dots li button {
	width: 10px; height: 10px; padding: 0; border: 0; border-radius: 999px;
	background: rgba(255,255,255,.28); transition: width .3s, background .3s, box-shadow .3s;
	/* ボタン内の番号テキスト(1,2,…)を隠す */
	font-size: 0; line-height: 0; color: transparent; text-indent: -9999px; overflow: hidden;
}
.lp-works-carousel .slick-dots li button:before { content: none; display: none; }
.lp-works-carousel .slick-dots li button:hover { background: rgba(255,255,255,.55); }
.lp-works-carousel .slick-dots li.slick-active button {
	width: 30px; background: linear-gradient(90deg, var(--cyan), var(--violet));
	box-shadow: 0 2px 12px rgba(34,211,238,.5);
}

@media (max-width: 768px) {
	.lp-works-carousel .slick-prev,
	.lp-works-carousel .slick-next { display: none !important; }
}

/* ============================================================
   予約システム（公式LINE × ホームページ連動）セクション
   ============================================================ */
.lp-rsv { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; align-items: center; margin-top: 10px; }
.lp-rsv__img { width: 100%; border-radius: 20px; border: 1px solid var(--line); box-shadow: 0 26px 60px rgba(0,0,0,.45); display: block; }
.lp-rsv__points { display: grid; gap: 14px; }
.lp-rsv__pt { display: flex; gap: 16px; align-items: flex-start; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.03); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); transition: border-color .25s, transform .25s; }
.lp-rsv__pt:hover { border-color: rgba(34,211,238,.5); transform: translateY(-3px); }
.lp-rsv__no { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 1.15rem; line-height: 1.5; color: var(--cyan); flex: none; }
.lp-rsv__pt b { display: block; color: #fff; margin-bottom: 5px; font-size: 1.02rem; }
.lp-rsv__pt p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.8; }
.lp-rsv__cta { text-align: center; margin-top: 36px; }
@media (max-width: 860px) { .lp-rsv { grid-template-columns: 1fr; gap: 24px; } }

/* lp-head__mark 削除に伴うブランド周りの余白調整 */
.lp-head__brand { gap: 0; }
.lp-foot__brand { gap: 0; }

/* ============================================================
   スマホ：フローティングCTAを「LINEで相談(左)」＋「無料デモ・見積もり(右)」の
   横並びにして重なりを解消。どちらも少しスクロールで出現＝LINE誘導と同じ挙動。
   ※LINE fab は global.css/js 側で左40%・scrollで出現。ここは右側のLP CTAを対にする。
   ============================================================ */
@media (max-width: 600px) {
	.lp-sticky-cta {
		display: block;
		left: auto; right: 10px; bottom: 10px;
		width: calc(60% - 14px);
		padding: 12px 8px; font-size: .8rem; letter-spacing: -.01em;
		border-radius: 999px;
		transform: translateY(160%); opacity: 0; visibility: hidden; pointer-events: none;
		transition: transform .45s cubic-bezier(.2,.7,.2,1), opacity .35s ease, visibility .35s ease;
	}
	.lp-sticky-cta.is-visible { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
}
